﻿/*=====================
	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
=======================*/




/*=====================
	base styles
=======================*/

html {
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    font-family: 'Montserrat', sans-serif !important;
    margin: 0;
    padding: 0;
    background:#333 url(../siteart/dark_Tire_@2X.jpg) repeat !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: 'Oswald', sans-serif;
    margin: 0;
    padding: 0 0 2% 0;
    font-weight: 500;
    line-height: 1.5em;
    color: #ED6C21;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

p {
    font-family: 'Montserrat', sans-serif;
    padding: 0 0 2% 0;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0;
    font-weight: 500;
}

strong {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

/*=====================
	link styles
=======================*/

a.link:focus {
    outline: thin dotted;
    /*reset*/
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #f36f21;
}


.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: #000;
    padding: 2px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #fff;
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.topbar p {
    padding: 0 0 0 0;
}

.topbar i {
    margin-right: 5px;
}

.topbar ul {
    list-style: none;
    margin: 0 auto;
    float: right;
    margin-right: 10%;
    padding: 0;
}

.topbar ul li {
    float: left;
    padding: 7px 20px 7px 0;
    color: #fff;
}

.topbar ul li span {
    color: #f36f21;
}

.topbar a {
    color: #fff !important;
}

.topbar a:hover {
    color: #f36f21 !important;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3 ease-in;
    -ms-transition: 0.3 ease-in;
    -o-transition: 0.3 ease-in;
    transition: 0.3 ease-in;
}

.site-header {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    background: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 10001;
    background: url(../siteart/white.png) repeat;
    border-bottom: 5px solid #f36f21;
}

.headerwrap {
    width: 96%;
    max-width: 1480px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 30%;
}

.address {
    text-align: right;
    padding-top: 10px;
}

.address h2 {
    padding: 0;
    color: #000;
}

.address h5 {
    padding: 0;
    color: #000;
}


/*=====================
	content styles
=======================*/
.wrapper {
    width: 96%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0;
}

.wrapper-inv {
    margin: 0 auto;
    padding: 20px 0;
	
	 background:#f3f3f3 url(../siteart/white.png) repeat;
}


.cf {
	
   
}

.internal {
    padding-top: 200px;
    padding-bottom: 40px;
}

/*=====================
	slideshow styles
=======================*/
.slides {
    background:#222 url(../siteart/concrete_wall.png) repeat;
    padding: 0;
    color: #fff;
    position: relative;
}

.cycle-slideshow {
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .75);
}

.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;
}

.slidetext {
    position: absolute;
    right: 5%;
    top: 25%;
    z-index: 10000;
}

.slidetext h3 {
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    padding: 0;
    line-height: 1.2em;
}

.slidetext h2 {
    color: #f36f21;
    text-shadow: 2px 2px 2px #000;
    padding: 0;
    line-height: 1.2em;
}

.quicklinks {
    position: absolute;
    bottom: 2%;
    width: 100%;
    z-index: 9999;
    text-align: center;
}

.linkbox {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30%;
    margin: 1%;
    position: relative;
    text-align: center;
    overflow: hidden;
	background:#000; 
}

.linkbox:hover>img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3 ease-in;
    -ms-transition: 0.3 ease-in;
    -o-transition: 0.3 ease-in;
    transition: 0.3 ease-in;
}

.overlay {
    width: 100%;
    height: 98.5%;
    max-height: 100%;
    display: block;
    background: url(../siteart/black.png) repeat;
    position: absolute;
}

.linkbox:hover .linktitle {
    text-shadow: 2px 2px 2px #000;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3 ease-in;
    -ms-transition: 0.3 ease-in;
    -o-transition: 0.3 ease-in;
    transition: 0.3 ease-in;
}

.linktitle {
    position: absolute;
    width: 90%;
    left: 5%;
    right: 5%;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.titleheading {font-family: 'Oswald', sans-serif;
    margin: 0;
    padding: 0 0 2% 0;
	font-size:48px; 
    font-weight: 500;
    line-height: 1.5em;
    color: #f36f21;}

.linktitle .titleheading,
.linktitle h3 {
    color: #fff;
    padding: 0;
    line-height: 1.2em;
}

.linktitle h3 {
    border-bottom: 5px solid #f36f21;
    padding-bottom: 5px;
}

.linktitle h4 {
    font-weight: normal;
    color: #cecece;
}

.linktitle h4 span {
    color: #f36f21;
}

/*=====================
	welcome styles
=======================*/
.padit {
    padding: 2% 0;
}

.welcome h3 {
    color: #000;
    padding: 0;
    font-weight: normal;
    line-height: 1em;
}

.welcome h1 {
    color: #F06D22;
}

.welcome {
    text-align: center;
    background: #fff;
}

/*=====================
	contact / map styles
=======================*/
.contactbar {
    background: #f36f21;
    padding: 5px 0;
    border-bottom: 4px solid #fff;
    position: relative;
}

.contactbar a:hover {
    color: #000;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3 ease-in;
    -ms-transition: 0.3 ease-in;
    -o-transition: 0.3 ease-in;
    transition: 0.3 ease-in;
}

.contactbar h5 {
    color: #000;
    padding: 0;
}

.contactbar h5 span {
    color: #000;
}

.contactleft {
    float: left;
    width: 50%;
}

.contactright {
    float: right;
    width: 50%;
    text-align: right;
}

.branded {
    position: absolute;
    width: 20%;
    left: 40%;
    right: 40%;
    top: -30px;
    text-align: center;
}

.mapped {
    border-top: 8px solid #000;
}

/*=====================
	about styles
=======================*/
.listed {
    margin: 0 auto;
    text-align: center;
}

.thirds {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30%;
    margin: 1%;
    text-align: left;
    vertical-align: top;
}

.thirds ul li {
    color: #fff;
    margin: 2px 0;
}

/*=====================
	Form styles
=======================*/
#formpage {
    padding: 0 10px;
}

form {
    margin: 0 0 0;
}

label {
    display: block;
    font-size: 16px;
    padding-top: 4%;
    width: 100%;
}

input {
    font-family: 'Montserrat', sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
    margin-bottom: 10px;
}

input:focus {
    border: #2885b3 solid 1px;
}

input.button2 {
    display: block;
    width: 50%;
    margin: 0 auto 5% auto;
    border: #277e32 solid 1px;
    background-color: #38b749;
    color: #fff;
    border-radius: 2px;
}

input.button2:hover {
    background-color: #277e32;
    cursor: pointer;
}

select {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
}

textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
}





/*=====================
	layout styles
=======================*/

.scrolling {
    display: block;
    background: url(../siteart/scrollingbg.jpg) repeat;
    padding: 30px 0;
    border-top: #ffcd07 4px solid;
}


.ribbon {
    text-align: center;
    color: #fff;
    background: #38b749;
    border-bottom: #216c2b 5px solid;
    position: relative;
}

.ribbon h2 {
    color: #fff;
}


.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--------*/

.hosted-content .pagination>.drop-down-form select {
    width: 8% !important;
}

.hosted-content .listings-wrapper h1 {
    font-size: 24px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

.hosted-content .listings-wrapper h2 {
    font-size: 22px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

.hosted-content .listings-wrapper h3 {
    font-size: 20px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

.hosted-content .listings-wrapper .listing-boxed .listing-boxed-details h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
}

.hosted-content .listing-boxed-description {
    font-size: 12px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
}

.hosted-content .listing-boxed .listing-boxed-specs .listing-boxed-spec {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.hosted-content .listings-wrapper .bold {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

.hosted-content .divider h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.hosted-content .cf h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.2em !important;
}

.hosted-content .information-box h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

.hosted-content .listing-prices span {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

.hosted-content .listing-prices .listing-price-label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.hosted-content .btn {
    background: url(../siteart/navback.jpg) repeat !important;
}

.hosted-content .btn:hover {
    background: #000 !important;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3 ease-in;
    -ms-transition: 0.3 ease-in;
    -o-transition: 0.3 ease-in;
    transition: 0.3 ease-in;
}

.hosted-content .listings-wrapper .hosted-theme .btn:hover {
    color: #f36f21 !important;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3 ease-in;
    -ms-transition: 0.3 ease-in;
    -o-transition: 0.3 ease-in;
    transition: 0.3 ease-in;
}

.hosted-content .listings-wrapper .bold {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

.hosted-content .attachment-search .checkbox {
    width: 15px;
}

.currency-capital-price-container {
    display: none;
}

.mobilecontainer {
    overflow: hidden;
    /* must have this property for mobile phones and tablet display! */
    width: 100%;
    margin: 0 auto;
    height: 92px;
    padding: 0;
    background: #000;
}

iframe.banner {
    width: 100%;
    height: 92px;
    background: #000
}


/*=====================
	inventory styles
=======================*/
.list-top-section .list-listings-count,
.list-redesign .list-container-flexrow .list-listing-card-wrapper .listing-card-grid .list-listing-title .listing-category,
.detail__specs-heading,
.dealer-contact__header h2, .detail-shipping__header,
.detail__title,
.listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color:#111 !important;}

.list-top-section .list-title {color:#E36720 !important;}

.faceted-option-checkbox-container input {width:auto !important;}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input, .faceted-search-content .faceted-section-box .faceted-option-checkbox-container label {
	width: auto !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name, .faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-count {
	font-size: 14px !important;
}
.detail-content .detail-main-body .main-detail-data .offer-btn, .modal-bg .form-bottom .captcha-and-submit .captcha-placeholder button, .contact-options a, .detail-content-mobile .detail-contact-bar .contact-bar-btn {
	background: #111 !important;
}
.detail-content-mobile .detail-additional-data .data-row .data-label, .detail-content .detail-additional-data .data-row .data-label, .compare-listings-container .compare-container .button, .view-listing-details-link {
	background: #333333 !important;
}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, .detail-content .detail-main-body .main-detail-data .detail-price {
	color: #000 !important;
}
.view-listing-details-link:hover {
	color: #fff !important;
}
.detail-content-mobile .dealer-info .address-and-contact .address {
	margin-bottom: 15px !important;
	text-align: left !important;
	padding-top: 0 !important;
}
.compare-chkbox-container .compare-listings {
	width: auto !important;
	display: inline-block !important;
	text-align: left !important;
	padding: 0 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
	border-color:#111 !important;
		color: #111 !important;
}
.compare-chkbox-container .compare-listings .compare-chkbox {
	padding: 0 !important;
}

.compare-chkbox-container .compare-listings .compare-label {
	vertical-align: top !important;
	margin-top: 5px !important;
	margin-bottom: 0 !important;
}
.compare-chkbox-container .compare-listings .fa-check {
	top: 5px !important;
    left: 6px !important;
}
.list-content .list-main-section .list-container .list-listing .listing-top-right, .listings-watchlist-lnk-wrapper, .list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info {
	text-align: left !important;
}
/*=====================
	footer styles
=======================*/

.pagebottom {
    background: #fff;
    padding: 20px 0 0 0;
    border-top: #474747 4px solid;
    text-align: center;
}

.pagebottom p {
    color: #fff;
    font-size: 14px;
}

.pagebottom a:hover {
    color: #f36f21;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3 ease-in;
    -ms-transition: 0.3 ease-in;
    -o-transition: 0.3 ease-in;
    transition: 0.3 ease-in;
}

.bottomupper {
    margin-bottom: 2px;
    border-bottom: 5px solid #f36f21;
}

.bottomupper img {
    width: 20%;
    margin: 0 auto !important;
}

.bottomlinks {
    margin: 15px 0;
}

.bottomlinks a {
    font-family: 'Oswald', sans-serif;
    padding: 10px;
}

.bottommid {
    background: #000;
    padding: 1% 0;
}

.bottomsocial {
    background: #666;
    padding:20px 0 15px 0;
}

.bottomsocial img {
    display: inline-block !important;
    zoom: 1 !important;
    *display: inline !important;
}

.bottomsocial a {
    margin: 0 10px;
}

footer {
    margin: 0 auto;
    width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 11px;
    color: #f36f21;
    border-bottom: none;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 11px;
    color: #ccc;
}

.footertext {
    font-size: 11px;
    color: #fff;
}

.smallfootertext {
    font-size: 10px;
    color: #fff;
}

.divfooter {
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

/*=====================
	Responsive styles
=======================*/
@media screen and (max-width: 1750px) {
    .topbar {
        font-size: 15px;
    }

    .topbar ul {
        padding-left: 0;
        margin-right: 4%;
    }

    .topbar ul li {
        padding-right: 10px;
    }
}

@media screen and (max-width: 1570px) {
    /* .topbar {
        width: 55%;
        font-size: 14px;
    } */

    .topbar ul {
        margin-right: 0;
    }

    .internal {
        padding-top: 180px;
    }
}

@media screen and (max-width: 1470px) {
    .topbar {
        width: 65%;
    }
}


@media screen and (max-width: 1340px) {
    .topbar {
        width: 66%;
        font-size: 13px;
    }

    .topbar ul li {
        padding-right: 8px;
    }

    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 18px;
    }

    .internal {
        padding-top: 160px;
    }

    .hosted-content .cf h1 {
        font-size: 24px !important;
    }

    .hosted-content .divider h3 {
        font-size: 18px !important;
    }

    .hosted-content .information-box h3 {
        font-size: 20px !important;
    }

    .hosted-content .listing-prices span {
        font-size: 20px !important;
    }

    .hosted-content .listing-prices .listing-price-label {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 1150px) {
    .topbar {
        width: 68%;
        font-size: 12px;
    }
}


@media screen and (max-width: 1100px) {


    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }

    .slidetext {
        top: 28%;
    }

    .linkbox:hover>img {
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .linkbox:hover>.linktitle {
        text-shadow: none;
    }

    .padit {
        padding: 3% 0;
    }

    .bottomupper img {
        width: 30%;
    }

    .internal {
        padding-top: 140px;
    }

    .hosted-content .cf h1 {
        font-size: 22px !important;
    }

    .hosted-content .information-box h3 {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 1050px) {
    .topbar {
        width: 69%;
        font-size: 11.5px;
    }

    .logo {
        width: 27%;
    }
}


@media screen and (max-width: 1000px) {
    .topbar ul li {
        padding-right: 3px;
    }

    .topbar ul li a img {
        max-width: 12px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    .branded {
        top: -20px;
    }

    .internal {
        padding-top: 130px;
    }

    .hosted-content .cf h1 {
        font-size: 20px !important;
    }

    .hosted-content .divider h3 {
        font-size: 16px !important;
    }

    .hosted-content .listings-wrapper h1 {
        font-size: 20px !important;
    }

    .hosted-content .listings-wrapper h2 {
        font-size: 18px !important;
    }

    .hosted-content .listings-wrapper h3 {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 960px) {
    .topbar {
        width: 72%;
    }

    .logo {
        width: 25%;
    }
}

@media screen and (max-width: 880px) {
    .topbar {
        width: 73%;
        font-size: 10.5px;
    }

    .logo {
        width: 23%;
    }
}


@media screen and (max-width: 815px) {
    .topbar {
        width: 100%;

        font-size: 12.5px;
    }

    .logo {
        width: 28%;
        margin-top: 43px;
    }
}


@media screen and (max-width: 760px) {
    .site-header {
        padding: 0;
        border-bottom: none;
        position: relative;
    }

    .headerwrap {
        width: 100%;
    }

    .topbar {
        width: 100%;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        position: relative;
        font-size: 11px;
    }

    .topbar ul {
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .topbar ul li {
        float: none;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 0 2px;
    }

    .logo {
        float: none;
        text-align: center;
        margin: 1% auto;
        width: 50%;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    .slidetext {
        top: 5%;
        right: 3%;
    }

    .padit {
        padding: 3% 0 5% 0;
    }

    .wrapper {
        width: 92%;
    }

    .branded {
        width: 24%;
        left: 38%;
        right: 38%;
    }

    .bottomupper img {
        width: 40%;
    }

    .bottomlinks a {
        font-size: 14px;
    }

    .bottomsocial {
        padding-bottom: 0;
    }

    .bottomsocial img {
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        margin: 0 -5px;
    }

    .internal {
        padding: 30px 0;
    }

    .hosted-content h1 {
        font-size: 22px !important;
    }

    .hosted-content h2 {
        font-size: 20px !important;
    }

    .hosted-content h3 {
        font-size: 18px !important;
        line-height: 1.3em !important;
    }

    .hosted-content .cf h1 {
        font-size: 18px !important;
    }

    .hosted-content .listing-prices span {
        font-size: 18px !important;
    }

    .hosted-content .listing-prices .listing-price-label {
        font-size: 14px !important;
    }

    .thirds {
        width: 48%;
        margin: 0 2% 0 0;
        float: left;
    }
}

@media screen and (max-width: 600px) {
    .topbar ul {
        width: 92%;
    }

    .topbar ul li {
        padding: 4px 0px;
        margin: 0 2px;
    }

    .logo {
        width: 60%;
        margin: 3% auto;
    }

    .quicklinks {
        position: relative;
        padding: 2% 0;
        bottom: 0;
    }

    #linkwrap {
        width: 100%;
    }

    .linkbox {
        margin: 0 0.5%;
        width: 31%;
    }

    .linkbox h1 {
        font-size: 20px;
    }

    .linkbox h3 {
        font-size: 16px;
    }

    .linkbox h4 {
        font-size: 14px;
    }

    .branded {
        top: -10px;
    }

    .contactbar h5 {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .topbar ul {
        width: 100%;
    }

    .logo {
        width: 80%;
    }

    .cycle-slideshow,
    .slidetext {
        display: none;
    }

    #linkwrap {
        width: 96%;
    }

    .linkbox {
        width: 99%;
        margin: 1% auto;
        border: 1px solid #fff;
    }

    .linkbox h1,
    .welcome h1 {
        font-size: 32px;
    }

    .linkbox h3,
    .welcome h3 {
        font-size: 24px;
    }

    .linkbox h4 {
        font-size: 20px;
    }

    .padit {
        padding: 5% 0 15% 0;
    }

    .branded {
        width: 40%;
        left: 30%;
        right: 30%;
        top: -50px;
    }

    .contactbar {
        padding: 60px 0 10px 0;
    }

    .contactleft,
    .contactright {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .contactbar h5 {
        font-size: 16px;
    }

    .bottomupper img {
        width: 60%;
    }

    .bottommid {
        padding: 3% 0;
    }

    .divfooter {
        width: 92%;
    }

    .thirds {
        display: block;
        margin: 0 auto;
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 447px) {
    .contactbar {
        padding: 50px 0 10px 0;
    }
}

@media screen and (max-width: 414px) {
    .logo {
        width: 90%;
    }

    .contactbar {
        padding: 70px 0 10px 0;
    }

    .branded {
        width: 50%;
        left: 25%;
        right: 25%;
    }
}

@media screen and (max-width: 360px) {

    .linkbox h1,
    .welcome h1 {
        font-size: 28px;
    }

    .linkbox h3,
    .welcome h3 {
        font-size: 20px;
    }

    .padit {
        padding-bottom: 18%;
    }

    .contactbar {
        padding-top: 55px;
    }

    .bottomupper img {
        width: 70%;
    }
}