﻿/***** 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;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #282727;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}/* Radial Out */
.hvr-radial-out-white {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #000;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out-white:hover, .hvr-radial-out-white:focus, .hvr-radial-out-white:active {
  color: #000;
}
.hvr-radial-out-white:hover:before, .hvr-radial-out-white:focus:before, .hvr-radial-out-white:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/*--- HEADER STYLES ---------------------*/
.topheaderleft {
    display: flex;
}
.topheaderleft i{
color: #ed1b24;
padding-right: 10px;
}
.topheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background: #000;
}
.topheaderright {
    display: flex;
    height: 40px;
	align-items: stretch;
}
.topheaderlink {
    display: flex;
	align-items: center
}
.topheaderlink i{
   color: #ed1b24;
   padding-right: 10px;
}
.topheaderlink p{
   color: #fff;
   padding-right: 60px;
   font-size: 13px;
   font-family: "Sora", sans-serif;
}
.midheaderlink{
   padding-right: 60px;
   font-size: 15px;
   font-family: "Sora", sans-serif;
   color: #000;
   transition-duration: 0.5s;
}
.midheaderlink:hover{
   color: #262626;
}
.headertext {
    font-family: "Sora", sans-serif;
    color: #fff;
    font-size: 13px;
    padding-right: 60px;
}
.middleheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 0px 20px;
}
.logosect {
    position: relative;
    top: -10px;
}
.headersearch {
    height: 100% !important;
    width: 300px!important;
    padding: 0px 10px;
    box-sizing: border-box;
}
.submitbtn {
    background: #000;
    color: #fff;
    height: 100%;
    padding: 8px;
    width: 45px;
    box-sizing: border-box;
}
.header {
    background: #000;
    border-bottom: solid #ed1a23 10px;
	padding: 0px 20px;
}
.headersearchsect{
	display: flex;
	align-items: center;
}
.flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-box-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.hp-categoryleft {
    padding: 20px 0px 20px 20px;
    box-sizing: border-box;
    width: 15%;
}
.hp-categoryright {
    padding: 20px;
    box-sizing: border-box;
    width: 85%;
}
.hpcategorybox {
    width: 20% !important;
    background: #000;
    margin: 0px 4px;
    height: 100px;
    border-radius: 90px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.insidehpcatbox {
    border: 2px solid #6f6f6f;
    height: 90px;
    width: 95%;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Sora';
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
}
.heroheader {
    font-family: "Sora", sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 35px;
    color: #000;
}
.heroheader strong {
    font-family: "Literata", serif;
    font-size: 40px;
    font-weight: 900;
    color: #ed1a23;
    line-height: 34px;
	text-transform: uppercase;
	display: block;
	width: 100%;
}
.whiteheader {
    font-family: "Sora", sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 35px;
    color: #fff;
}
.whiteheader strong {
    font-family: "Literata", serif;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    line-height: 30px;
	text-transform: uppercase;
}
.hp-cta-box {
    width: 24.5%;
    height: 275px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 15px 25px;
    box-sizing: border-box;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.hvrboldlink{transition-duration: 0.5s;}
.hvrboldlink:hover{font-weight: 700;}
.hp-cta-arrow {
    height: 100%;
    display: flex;
    align-items: flex-end;
    width: 10%;
	box-sizing: border-box;
	transition-duration: 0.5s;
}
.hp-cta-arrow:hover {
  padding-bottom: 3px;
}
.white{
	color: #fff;
}
.subhead {
    font-family: 'Literata';
    font-size: 25px;
    font-weight: 800;
}
.hp-cta-box .subhead {
   width: 100%;
	padding-bottom: 5px;
}
.hp-cta-box .paratext {
   width: 100%;
   padding-bottom: 5px;
   padding-right: 45px;
}
.paratext {
    font-family: 'Sora';
    font-size: 16px;
    line-height: 28px;
	font-weight: 300;
}
.hp-cta-btn {
    background: #ed1a23;
    color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding-top: 2px;
	margin-top: 5%;
}
.hp-cta-text {
    width: 90%;
}
.hp-brand-left{
	padding: 50px 20px;
	width: 30%;
}
.hp-brand-right{
	display: flex;
	flex-wrap: wrap;
	width: 60%;
	padding: 50px 20px;
}
.logobox {
    width: 33%;
    padding: 18px;
    box-sizing: border-box;
    text-align: center;
}
.logobox img{
	width: 195px;
}
.hp-financing-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #000;
    padding: 8% 16%;
    text-align: center;
}
.hp-financing-box p{
padding: 20px 0px;
}
.whitebtn {
    color: #fff;
    font-family: 'Sora';
    font-size: 15px;
    border: #fff solid 1px;
    padding: 12px 45px;
    border-radius: 14px;
}
.hp-about-left {
    width: 48%;
	margin-top: 60px;
}
.hp-about-left img{
    width: 100%;
}
.hp-about-right {
    width: 52%;
    padding-right: 8%;
    padding-left: 4%;
    box-sizing: border-box;
}
.hp-about-right p{
    padding: 10px 0px 15px 0px;
}
.outlinebtn {
    border: #000 solid 1px;
    padding: 10px 24px;
    border-radius: 6px;
    color: #000;
    font-family: 'Sora';
    font-size: 14px;
	transition-duration: 0.5s;
}
.outlinebtn:hover {
    background: #000;
    color: #fff;
  
}
.mobileheadersearch{
	display: none;
}
/*---BODY--------------------------------*/
.pagecontainer {
    margin: 0px 35px;
    padding: 85px 20px;
    box-shadow: 0px 2px 7px 0px #888888;
    border-radius: 18px;
    position: relative;
    top: -35px;
}
.pageheadersect {
    padding: 30px 20px;
    margin: 10px 35px;
    background: #ea1c24;
    box-shadow: 0px 2px 7px 0px #888888;
    border-radius: 18px;
    position: relative;
    top: 20px;
    z-index: 1;
}
.dkpageheadersect {
    padding: 30px 20px;
    margin: 10px 35px;
    background: #000;
    box-shadow: 0px 2px 7px 0px #888888;
    border-radius: 18px;
    position: relative;
    top: 20px;
    z-index: 1;
}
.pageheader {
    font-family: "Sora", sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    width: 100%;
    display: block;
    text-transform: uppercase;
}
.pageheader strong {
    font-family: "Literata", serif;
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%;
    display: block;
}
.rightcontactpage{
	width: 50%;
}
.leftcontactpage{
    width: 48%;	
}
.contactlinksect {
    display: flex;
	flex-wrap: wrap;
    padding: 20px 0px;
}
.cplink {
    width: 100%;
    padding: 15px 0px;
}
.cplink a{
    font-family: "Sora", sans-serif;
	padding-left: 10px;
	color: #000;
	transition-duration: 0.5s;
}
.cplink a:hover{
   color: #262626;
}
.cplink i{
	color: #ea1c24;
}
.cphoursect {
    padding-bottom: 35px;
}
.smsubhead {
    font-family: "Sora", sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
.lgpara {
    font-family: 'Sora';
    padding-bottom: 25px;
    line-height: 34px;
    font-size: 18px;
    font-weight: 300;
}
/*--------FORM STYLES--------------------*/
.halfformfields {
    width: 48%;
    box-sizing: border-box;
    padding: 0px 10px;
    height: 42px;
    font-family: 'Sora';
    margin: 10px 5px 10px 0px;
	border-radius: 0px !important;
	border: solid 1px #000!important;
	background: #fff!important;
	color: #000 !important;
}
.fullformfields {
    width: 96.5%;
    margin: 5px 0px;
    height: 42px;
    box-sizing: border-box;
    padding: 0px 10px;
    font-family: 'Sora';
	border-radius: 0px !important;
	border: solid 1px #000!important;
	background: #fff!important;
	color: #000 !important;
}
.thirdformfields {
    width: 31.8%;
    box-sizing: border-box;
    padding: 0px 10px;
    height: 42px;
    font-family: 'Sora';
    margin: 10px 5px 10px 0px;
	border-radius: 0px !important;
	border: solid 1px #000!important;
	background: #fff!important;
	color: #000 !important;
}
.message {
    width: 96.5%;
    margin: 5px 0px;
    height: 175px;
    box-sizing: border-box;
    padding: 15px 10px;
    font-family: 'Sora';
	border-radius: 0px !important;
	border: solid 1px #000!important;
	background: #fff!important;
	color: #000 !important;
}
.CaptchaMessagePanel {
    font-family: 'Sora';
    font-weight: 300!important;
    font-size: 15px!important;
}
.CaptchaWhatsThisPanel a {
    font-family: 'Sora';
    font-size: 14px!important;
    color: #000!important;
}
.center {
    width: 100%;
    display: flex;
    justify-content: center;
}

.submitform {
    border: #000 solid 1px;
    padding: 10px 45px;
    border-radius: 6px;
    color: #000;
    font-family: 'Sora';
    font-size: 14px;
	cursor: pointer;
	background: #fff!important;
	transition-duration: 0.3s;
}

.submitform:hover {
  
    color: #fff;
 
	background: #000!important;
}
/*-------- FOOTER STYLES ----------------*/
.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 30px;
    background: #000;
    border-top: solid #ed1a21 8px;
    margin-top: 60px;
}

.footersect {
    width: 24%;
    box-sizing: border-box;
    padding: 0px 10px;
}

.footersect img{
    width: 200px;
}

.footerheader {
    width: 100%;
    color: #fff;
    font-family: 'Literata';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 8px;
}
.footerlinks {
    display: flex;
    color: #fff;
    font-family: 'Sora';
    font-size: 13px;
    padding: 4px 0px;
	transition-duration: 0.5s;
}
.footerlinks:hover {
    color: #e8e8e8;
}
.footersocial {
    display: flex;
	align-items: center;
	padding: 10px 0px;
}
.footersocial i{
   color: #ed1a23;
   padding-right: 15px;
   
}
.footertext {
    color: #fff;
    font-family: 'Sora';
    font-size: 13px;
    padding: 10px 0px;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.invpadding{
	font-family: 'Sora'!important;
	padding: 40px 0px;
}
.list-title {
    font-family: 'Literata'!important;
	padding: 0px 24px 12px 0px!important;
}
.list-top-section .list-listings-count{
	    color: #ed1a23!important;
}
.list-content .media-buttons .print-this, .list-content .media-buttons .email-this{
	padding: 10px 40px!important;
    border: 1px solid #c0c0c0!important;
    border-radius: 5px!important;
    background-color: #ffffff!important;
    color: #000!important;	
}
.price{
	    color: #ed1a23!important;
	
}
.faceted-search-content .selected-facets-container .selected-facet{
	background: #000!important;
}
a.view-listing-details-link.des-view-listingDetails.template-branded-button{
border: 1px solid #c0c0c0!important;
    border-radius: 5px!important;
    background-color: #ffffff!important;
    color: #000!important;		
}
.list-content .list-error-container .info button:not(.login-button){
background-color: #ed1a23!important;	
}
.mobile-option-bar .mobile-option-bar-filter{
	color: #000!important;
}
.faceted-search-content .mobile-done-button-container .mobile-done-button{
	background: #ed1a23!important;
}
/*---------- RESPONSIVE STYLES ----------*/





@media only screen and (max-width: 1440px) {
.thirdformfields {width: 31.7%;}
.fullformfields {width: 97%;}
.message {width: 97%;}
.flex-box{flex-wrap: wrap;}
.flex-box-top {flex-wrap: wrap;}

.logobox img { width: 160px;}
.hp-cta-box .paratext {
    width: 100%;
    padding-bottom: 5px;
    padding-right: 0px;
}
.subhead{font-size: 22px; line-height: 22px;}
.hp-cta-box{padding: 16px 15px;}
.hp-cta-text { width: 85%;}
.hp-cta-arrow{width: 15%;}
.hp-categoryright{width: 80%;}
.hp-categoryleft {width: 20%;}

}

@media only screen and (max-width: 1200px) {
.heroheader{font-size: 24px; line-height: 25px;}
.whiteheader{font-size: 24px; line-height: 25px;}
.heroheader strong{line-height: 30px; font-size: 32px;}
.whiteheader strong{line-height: 30px; font-size: 32px;}
.hp-about-right{padding-left: 2%; margin-top: 90px;}
}

@media only screen and (max-width: 1140px) {
.rightcontactpage {
    width: 54%;
}	
.leftcontactpage{
    width: 44%;	
}
}
@media only screen and (max-width: 1023px) {
.headersearchsect {
    display: none;
}
.topheaderleft {
    display: none;
}
.topheaderlink p{
    display: none;	
}
.topheaderlink i {
        color: #ffffff;
        font-size: 20px;
        padding-left: 40px;
}
.topheader{    
justify-content: flex-end;
}
.logosect {
    position: relative;
    top: 0px;
    width: auto;
	padding: 10px 0px;
}
.logosect img{
    width: 210px;
}
.mobileheadersearch {
    display: flex;
    width: 100%;
    background: #000;
    padding: 10px;
    justify-content: center;
}
.headersearch{
	width: 90%!important;	
}
.hp-cta-box {width: 49.5%; margin-bottom: 10px;}
.submitbtn {
	background: #ea1c24; border: none;
}
form.mobilesearch {
    width: 80%;
	height: 40px;
	display: flex;
}
.mobileflex {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
	justify-content: space-between;
}
.header{display: none;}
.hp-cta-box {}
}
@media only screen and (max-width: 950px) {
.halfformfields {width: 99%;}	
.fullformfields {width: 99%;}
.thirdformfields {width: 99%;}
.message {width: 99%;}
.footersect {
    width: 50%;
    box-sizing: border-box;
    padding: 14px 10px;
}
.footer{
    padding: 25px 5px;	
}
.hp-about-left { width: 100%; text-align: center; background: url("/siteart/kinion-about-img.jpg"); background-size: cover;height: 380px; background-position: center;}
.hp-about-left img {
   display: none;
}
.hp-about-right {
        padding-left: 2%;
        margin-top: 60px;
        width: 100%;
		box-sizing: border-box;
}
.hp-categoryright {
        width: 100%;
		padding: 20px 0px;
    }
    .hp-categoryleft {
        width: 100%;
		padding: 20px 5px;
    }
    .heroheader {
        font-size: 30px;
        line-height: 28px;
        font-weight: 800;
    }
	    .heroheader strong {
        line-height: 30px;
        font-size: 32px;
		display: inline-block;
    	width: auto;
    }
}
@media only screen and (max-width: 830px) {
.leftcontactpage {
        width: 100%;
}
.rightcontactpage {
        width: 100%;
        padding-top: 28px;
}	
.hp-financing-box{padding: 14% 2%;}
.paratext{font-size: 15px;}
.hp-brand-left {
    padding: 40px 20px 10px 20px;
    width: 100%;
}
.hp-brand-right {
    width: 100%;
    padding: 20px 20px 60px 20px;
}
}
@media only screen and (max-width: 700px) {
    form.mobilesearch {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
    }	
	.headersearch {
    width: 85%!important;
    }
	.lgpara {
	font-size: 15px;
	}
	.logobox {
		width: 45%;}
	.insidehpcatbox{height: 75px!important;}
	.hpcategorybox{height: 85px;}
}

@media only screen and (max-width: 550px) {
.pageheadersect{margin: 10px; padding: 30px 10px;}
.dkpageheadersect{margin: 10px; padding: 30px 10px;}
.pagecontainer {margin: 0px 10px; padding: 55px 10px;}	
.pageheader strong {font-size: 35px; line-height: 30px;}
.pageheader{font-size: 22px; line-height: 25px;}
.footersect {width: 100%; box-sizing: border-box; padding: 8px 5px;}
.whiteheader strong {
        line-height: 26px;
        font-size: 28px;
}
.whiteheader {
        font-size: 20px;
        line-height: 20px;
}
    .logobox img {
        width: 138px;
    }
	    .hp-cta-box {
        width: 100%;
        margin-bottom: 10px;
        height: 190px;
    }
}
@media only screen and (max-width: 400px) {
	 .logosect img {
        width: 180px;
    }
	.logobox {
        width: 48%;
        padding: 8px;
    }
	.hp-brand-right {
        width: 100%;
        padding: 20px 10px 60px 10px;
    }
	.hp-brand-left {
        padding: 40px 10px 10px 10px;
        width: 100%;
    }
	    .logobox img {
        width: 98%;
    }
}

@media only screen and (max-width: 350px) {
	.insidehpcatbox{height: 55px;
    width: 95%;font-size: 15px;}
	.hpcategorybox {
    width: 12% !important;
    background: #000;
    margin: 0px 4px;
		height: 65px;}
	
}
@media only screen and (max-width: 280px) {
.middleheader {
    width: 100%;
    justify-content: center;
    text-align: center;
}
.logobox {
        width: 100%;
        padding: 8px;
 }
    .logobox img {
        width: 80%;
    }
}
