@charset "utf-8";
/* CSS Document */

a, button, .button, a:hover, button:hover, .button:hover, button.mobile_btn::after {
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;
}
* { outline: none; }
body { overflow-x:hidden; }

::-webkit-scrollbar-track, ::-webkit-scrollbar, ::-webkit-scrollbar-thumb {
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #eee;
}
::-webkit-scrollbar {
	width: 10px;
	background-color: #eee;
}
::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.25); }

/* =============================================================================
   Foundation Resets                                                               
============================================================================= */



/* =============================================================================
   Hosted Inventory Resets                                                               
============================================================================= */
.inven #wide_col { float: left; }
.hosted-content .columns.small-12 {
    width: 25%;
    float: left;
    padding: 0;
}
.attachment-search { width: 100% !important; }

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}


.at-share-btn-elements{
	padding-bottom:10px !important;
}
.listings-wrapper .listing-smallcard .listing-smallcard-title{
	min-height:0 !important;
}
h1{font-size:2em;margin:0}
.listings-wrapper .listing-smallcard .listing-card-pricing .listing-prices {
     margin-bottom: 0px; 
}
.hosted-content img {
	vertical-align: baseline!important;
}
.hosted-content .pagination>.drop-down-form select, .hosted-content .pagination-blog>select {
    width: 60px;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{
    color: #cf0a2c;
    font-weight: 600;
    border-top: none;
    left: 0;
    float: none !important;
	border-top:#cf0a2c 5px solid;}
	.hosted-content .listings-wrapper .listings-list .listing-banner{
		background:none !important;
	}

.hosted-content #listings-title{
	color:#cf0a2c;
}
.hosted-content .widget-express-container, .hosted-content .widget-nah-container, .hosted-content .widget-nal-container, .hosted-content .widget-ps-container, .hosted-content .widget-unico-container, .hosted-content .widget-costcalculator-container{
	background:none !important;
	border:1px solid #cf0a2c !important;}
	.hosted-content .m-top-20{margin-top: 0px !important;}
	.hosted-content .widget-unico .escrow-image, .hosted-content .widget-unico .unico-image, .hosted-content .widget-unico .lender-image, .hosted-content .widget-unico{padding-top:4px;}
/* =============================================================================
   Typeography                                                              
============================================================================= */



/* =============================================================================
   Header                                                              
============================================================================= */
.red-top{ background-color:#cf0a2c; padding:7px 0; 	text-align:center;}
.red-top .icon{
	vertical-align:middle;
	display:inline-block;
	padding-right:7px;
	max-height: 15px;
}
.red-top a{
	color:white;
	text-transform:capitalize;
	font-size: 14px;
    font-weight: 600;
}
.red-top a:hover{opacity:.60;}
.black-top{background-color:black; padding:10px 0;}

.black-top .logo{
	position:absolute;
    max-height: 95px;
    padding-top: 14px;
}


header {
	display: table;
	width: 100%;
	padding: 0px;
}

/* Menu Main */
.menu-main-container ul {
	margin: 0;
	list-style: none;
	text-align:right;
	padding:25px 0;
}
.mobile-nav ul {
	margin: 0;
	padding:0;
	list-style: none;
}
#menu-main a {
	display:block; 
	color: white; 
    padding: 0.8em 1.0em;
    font-size: 18px;
    position: relative;
    font-weight: 600;
	border-bottom: 3px solid black;
}
#menu-main a:hover {
    border-bottom: 3px solid #cf0a2c;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    background-position: bottom left;
	color:#cf0a2c;
}
#menu-main li {
	position: relative;
	display: inline-block;
}
.long-link{text-align:center;}

/* Main Sub-Menu */
#menu-main ul {
	position: absolute;
	white-space: nowrap;
	z-index: 9999999999999999999999;
	left: -99999em;
	background: black;
	text-align: left;
	padding:0;
}
#menu-main li ul li { display:block; }
#menu-main ul li a {padding: 0.2em .8em;}
#menu-main > li:hover > ul {
	left: auto;
	min-width: 100%;
}
#menu-main > li li:hover > ul { 
	left: 100%;
	margin-left: 1px;
	top: -1px;
}

/* Dropdown Arrow */
/*#menu-main li > a:after {
	content: ' ';
    background: url(../siteart/down.png) no-repeat 80% 50% / 8px;
    top: 0;
    position: absolute;
    width: 15px;
    height: 100%;
}
#menu-main li > a:hover:after { background: url(../siteart/down.png) no-repeat 80% 50% / 8px; }
#menu-main li > a:only-child:after { content: none; }
*/

	/* Mobile Menu Toggle */
	.off-canvas-container { position: relative;	}
	.off-canvas-inner {
	    position: relative;
		width: 100%;
		display: block;
		overflow:hidden;
	}
	.off_canvas {
		position: relative;
		height: 100vh;
		max-height: 100%;
		background: Black;
		position: fixed;
		overflow-x:hidden;
		top: 0;
    	z-index: 1;
	}
	.off_canvas_content.is_open, .off_canvas_content.open_right.is_open {
		filter: blur(3px);
		position:fixed;
		width: 100%;
	}
	.off_canvas_content.is_open { transform: translateX(300px); }
	.off_canvas_content.open_right.is_open { transform: translateX(-250px); }
	.position_left, .position_right {
		width: 300px;
		overflow-y: auto;
	}
	.position_left {
		transform: translateX(-300px);
		left: 0	
	}
	.position_right {
		transform: translateX(300px);
		right: 0;	
	}
	.position_left.is_open, .position_right.is_open {
		transform: translateX(0px);
		z-index: 999999;
		-webkit-box-shadow: 2px 0 20px -4px #222;
        box-shadow: 2px 0 20px -4px #222;
	}
	.off_canvas_content, .off_canvas_content.is_open, .position_left, .position_left.is_open, #off_canvas_cover.is_open, #off_canvas_cover, .position_right.is_open, .position_right  {
		-webkit-transition: all 0.75s ease;
		-moz-transition: all 0.75s ease;
		-o-transition: all 0.75s ease;
		transition: all 0.75s ease;		
	}
		/* Close Btn */
		.close {
			background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
			width: 20px;
			height: 20px;
			position: absolute;
			right: 12px;
			top: 15px;
			display: block;		
		}
		.close:hover {
			cursor:pointer;
			background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
		}
		#off_canvas_cover, #off_canvas_cover.is_open { transform: rotate(0); }
		#off_canvas_cover {
			visibility:hidden;
			position: fixed;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			z-index:-1;
			background: rgba(255,255,255,.65);
			opacity: 0;
		}
		#off_canvas_cover.is_open {
			opacity: 1;
			visibility:visible;
			z-index:9999;
		}

  	/* Mobile Menu */
	.off_canvas header {
		background: transparent;
		padding: 0px;
		position: relative;		
		top: 0;
	}
	.off_canvas h2 {
		color: #fff;
		text-align:left;
		font-size: 1.5em;
		margin: 10px 15px;		
	}
	.mobile.button { display: none;	}
	.mobile-nav #mobile-menu-main { border-top: 1px solid #333; }
	.mobile-nav #mobile-menu-main li {
		width: 100%;
		position: relative;
	}
	.mobile-nav #mobile-menu-main li a:hover { background-color:#cf0a2c; }
	.mobile-nav #mobile-menu-main a {
		width: 100%;
		color: #818181;
		min-height: 45px;
		display: inline-block;
		text-decoration: none;
		padding: 10px 0 10px 5%;
		position: relative;
		font-size: 14px;
		border-bottom: 1px solid #d7d4d2;
		color: white; 
    position: relative;
    font-weight: 600;
	}

	/* Mobile Sub-Menu */
	.mobile-nav #mobile-menu-main ul {
		position: relative;
		z-index: initial;
		left: 0;
		background: transparent;
		text-align: left;
		width: 100%;
		padding: 0px;
		display:none;
	}
	.mobile-nav ul li ul li a { padding: 10px 0; }
	.mobile-nav ul li a:hover { color: #fff !important; }
	
	/* First Dropdown */
	.mobile-nav #mobile-menu-main > li li:hover > ul {
		left: 0px;
	}
	/* Second Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu li a {
		margin: 0 0 0 5%;
	}
	/* Third Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 10%;
	}
	/* Fourth Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 15%;
	}
	/* Fifth Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 20%;
	}

	/* Mobile Btn */
	.mobile-nav li button.mobile_btn {
		height: 45px;
		width: 50px;
		position: absolute;
		top: 0;
		right: 0;
		background: #333;
		display: inline-block;
		border-radius: 3px 0 0 3px;
		border:none;
	}
	.mobile-nav li button.mobile_btn:hover { cursor: pointer }
	.mobile-nav button.mobile_btn::after {
		content: ' ';
		position: absolute;
		top: 0;
		left: 0;
		background: url(../siteart/mobile_arrow.png) no-repeat center center / 10px;
		width: 100%;
		height: 100%;
	}
	.mobile-nav li button.mobile_btn.active { background: #666; }
	.mobile-nav li button.mobile_btn.active::after, .close:hover {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
/* =============================================================================
   Body                                                              
============================================================================= */
		#slider {
			overflow:hidden;
			position:relative;
			width: 100%;
			background: #222;
			display: table;
		}
		#slider h1 {
			line-height: 1;
			margin-bottom: 10px;
			font-size: 2.0em;
			color: #fff;
		}
		#slider h1 strong{
			color:#cf0a2c;
		}
		#slider .orbit-caption h6 { margin-bottom: 10px; }
		#slider .orbit-container {
			height: 0;
			margin: 0;
			list-style: none;
			overflow: hidden;
			height: 55vh !important;
			width: 100%;
			text-align:left;
		}
		#slider .orbit-slide {
			background-repeat: no-repeat;
			background-size: cover;
			height: 55vh;
			background-position: 50% 50%;
			width: 100%;
			z-index: 9999;
			padding: 0;
		}
		#slider .orbit-caption {
			display: table;
			height: 100%;
			width: 75%;
			margin-left:auto;
			margin-right:auto;
			top: 0;
			position:relative;
			background: transparent;
			padding: 0;
		}
		#slider ul li:nth-child .orbit-caption {
			text-align:left;
			left: auto;
		}
		#slider .orbit-caption section {
			display: table-cell;
			vertical-align:bottom;
			padding-bottom:50px;
		}
		#slider .orbit-caption section span { 
			background: rgba(65,63,62,.65);
			padding: 25px 25px 10px 25px;
			display: table;
		}
		#slider ul li:nth-child .orbit-caption section span { 
			padding: 25px 25px 10px 25px;
			float: right;
		}
		.orbit-next::after, .orbit-previous::after { display: none; }
		.orbit-next, .orbit-previous, .orbit-next:focus, .orbit-previous:focus, .orbit-next:active, .orbit-previous:active { 
			z-index: 999999999; 
			cursor: pointer;
			background: transparent;
		}
		.orbit-next:hover, .orbit-previous:hover { background: rgba(0,0,0,.5) }
		.orbit-next:hover, .orbit-previous:hover, .orbit-next:focus, .orbit-previous:focus { padding: 1rem; }
		.orbit-next, .orbit-previous { background: transparent; }
		
			/* Interior */
			#interior #slider .orbit-container, #interior #slider, #interior #slider .orbit-slide { height: 20vh !important; }
			#interior #slider .orbit-caption { display: none; }
			#interior .orbit-next, #interior .orbit-previous { display:none; }
			#interior #slider .orbit-slide { background-position: 50% 65%; }

/* =============================================================================
   Body                                                              
============================================================================= */
.red-stripe{background-color:#cf0a2c; color:white; padding:7px 0;}

.red-stripe h1 {
    font-size: 1.2em;
}
.red-stripe h1 strong{
    font-size: 2em;
    font-weight: 600;
}
.main-button{
	color:white;
	text-transform:uppercase;
	border:2px white solid;
	padding:7px 5px;
	text-align:right;
	float:right;	
}
.main-button:hover{color:white; background:black;}
.red-stripe a{margin-top:4px;}

/* =============================================================================
   CTA                                                              
============================================================================= */
			.cta ul { 
				margin: 0px; 
				list-style:none; 
				width: 100%;
				display: table;
				position: relative;
			}
			.cta ul li { 
				padding: 0;
				margin: 0px; 
			}
			.cta ul li:first-child {  }
			.cta div:first-of-type {
				list-style:none;
				position: relative;
				border-radius: 1px;
				padding: 0;
				height: 225px;
				z-index:999;
				background-color:rgba(0,0,0,0.60)
			}
			.cta a span {
				text-align: left;
				display: table-cell; 
				vertical-align:bottom;
			}
			.cta a h2, .form h2, .main-text h2 { 
				color: white; 
				font-size: 1.5em;
				font-weight: 200; 
				line-height: 1; 
				float: left;
				position: relative;
				text-transform:capitalize;
				left: 15px;
			 }
			.cta a h2 strong, .form h2 strong, .main-text h2 strong{ display: block; color:#cf0a2c; font-size:1.5em; }
			.cta a:hover { opacity: 1; }
			.cta a .overlay {
				position:absolute;
				top:0;
				bottom: 0;
				display: table;
				padding: 0 0 0 30px;
				width: 100%;
				height: 100%;
			}
			.cta .icon.arrow {background:url(../siteart/icons/arrow.png) no-repeat 50% 50% / 47px;}
			.cta .one {background:url(../siteart/equipment.jpg) no-repeat 50% 50%; background-size:cover;}
			.cta .two {background:url(../siteart/attachments.jpg) no-repeat 50% 50%;background-size:cover;}
			.cta .three {background:url(../siteart/selling.jpg) no-repeat 50% 50%;background-size:cover;}
			.cta .icon {
				width: 65px;
				height: 65px !important;
				float: right;
				right:10px;
				bottom:10px;
				border: #d7d4d2 solid 4px;
				border-radius: 50px !important;
				opacity: 1;
			}
			.cta a:hover h2 { color: #fff; }
			.cta div:hover { background:rgba(207,10,44,.6); }
			.cta a:hover .icon { 
				border-color: #fff; 
				background-color: #fff; 
				-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
				filter: grayscale(0%);
				opacity: 1;
			}
/* =============================================================================
   Form                                                        
============================================================================= */
	.form{padding:25px 0;}
	.form .row{
		background-color:rgba(0,0,0,0.84);
		border-radius:10px;
		padding:25px 0;
	}
	.form h2{left:0;}
	
	.CaptchaPanel {margin: 0px !important; padding: 0px !important;}
	
	.CaptchaMessagePanel {
    font-weight: 500!important; 
    color: white;
}
.CaptchaWhatsThisPanel a {color:white;}
.CaptchaWhatsThisPanel a:hover {color:#cf0a2c;}

.form [type=button], [type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #cf0a2c;
    border-radius: 6;
    border: none;
    color: white;
    padding: 5px;
}
.form [type=button], [type=submit]:hover {opacity:.60;}

.form [type=button], [type=reset] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border-radius: 6;
    border: none;
    color: black;
    padding: 5px;
}

.form [type=button], [type=reset]:hover {opacity:.60;}

.sectionbar {
    background-color: #cf0a2c;
    color: white;
    text-align: center;
    padding: 5px 0;
	margin: 10px 0;
}
.sectionbar h3{margin-bottom:0; font-weight:600;}
.sectionbar p{margin:0;}
/* =============================================================================
   Main Text                                                              
============================================================================= */
#sand-background{
	background-image:url(../siteart/background.jpg);
	height: 100%; 
 background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.row.main-text{
	background-color:#faf7f1;
	padding-top:25px;
}

.main-text h2{color:#cf0a2c;border-top:#cf0a2c 5px solid; left:0; float:none !important;}
.main-text h2 strong{color:black;    padding-top: 10px;}

.internal-pages{padding:25px 0;}

/* =============================================================================
   Footer                                                              
============================================================================= */
.footer-red{background-color:#cf0a2c;padding:25px 0;}

.footer-red h3{
	color:white;
	font-weight:600;
	font-size: 1.4rem;
}
.footer-red .icon{max-height:15px;padding-right:10px; display:inline-block;}
.footer-red a{color:white;}
.footer-red a:hover{opacity:.60;}

.footer-black{background-color:black; padding:20px;}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-size:10px; color:#cf0a2c;}
a.footerlink:hover {text-decoration:none; font-size:10px; color:white;}

.footertext{font-size:10px; color:white;}

.smallfootertext{font-size:10px; color:white;}

.divfooter {max-width:650px; text-align:center; margin:0 auto;}


/* =============================================================================
   Mobile                                                              
============================================================================= */
@media only screen and (max-width: 1375px) {
	#menu-main a {
    padding: 0.8em .8em;
    font-size: 16px;
	}
	.black-top .logo {
    max-height: 78px;
    padding-top: 5px;
}
.menu-main-container ul {
    padding: 15px 0;
}
}
@media only screen and (max-width: 1080px) {
	.cta a h2, .form h2, .main-text h2 {font-size: 1.2em;}
	
}
@media only screen and (max-width: 1025px) {
	.footer-red .large-4 {
    width: 33.33333%;
}
}
@media only screen and (max-width: 950px) {
	.black-top .logo {
    max-height: 56px;
    padding-top: 6px;
}
.menu-main-container ul {
    padding: 7px 0;
}
.cta .small-up-1 .column{width:100%;}
.cta div:first-of-type {height: 175px;}
.footer-red a{font-size:14px;}
}
@media only screen and (max-width: 870px) {
	.red-top span{display:none;}
	
}
@media only screen and (max-width: 1260px) {

	.off_canvas { display: block; }
	.mobile.button {
		display: block;
		background: url(../siteart/mobile.png) no-repeat 50% 50% / contain transparent;
		height: 45px;
		width: 45px;
		position:absolute;
		color: transparent !important;
		right:15px;
	}
	.menu-main-container { display: none; }
header {
    padding-left: 16px;
    padding-top: 13px;
}
.black-top .logo{position:relative;
max-height:none !important;
}
.black-top .medium-3{
	width: 40%;
}
.black-top .medium-9{
	width: 60%;
}
@media only screen and (max-width: 825px) {
.footer-red{
    text-align:center;
}
.footer-red .medium-12 {
    width: 100%;
}
.footer-red .medium-6 {
    width: 50%;
}
}
@media only screen and (max-width: 640px) {
.black-top .small-10 {
    width: 83.33333%;
}
.black-top .small-2 {
    width: 16.66667%;
}
.black-top .logo{
max-height:60px !important;
}
}
@media only screen and (max-width: 450px) {
	.cta a .icon{display:none;}
	.footer-red .small-12 {
    width: 100%;
}
.footer-red h3{border-bottom:white 2px solid;}
}
