﻿/***** 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, img {  
    display: block;  
} 
/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/***** Overall *****/
html {
	width: 100%;
}

body {
	width: 100%;
	margin: 0px auto;
	-webkit-text-size-adjust: none;
	font-family: "Helvetica Neue LT STD", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

/********** Control the Captcha **********/
.CaptchaPanel {
margin: 10px auto !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImage {
	border: 1px solid #333 !important;
	margin: 0px auto !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0 !important;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin: 5px auto !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin: 10px auto;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 
        

/********** Overall **********/
html {
	width: 100%;
}

body {
	width: 100%;
	height: auto;
	font-family: 'Helvetica Neue LT STD', Helvetica, Arial, sans-serif;
}

/********** Header **********/
.header {
	width: 100%;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}

.header img {
	width: 33%;
	*display: inline-block;
	position: relative;
	margin: 20px auto;
	box-sizing: border-box;
}

.navigation {
	width: 100%;
	margin: 0px auto;
	background-color: #4DBC78;
	box-sizing: border-box;
	*height: 100px;
}

.nav-left, .nav-right {
	display: inline-block;
	width: 45%;
	color: #fff;
	font-weight: bold;
}

.nav-left ul li {
	display: inline-block;
	margin: 10px;
}

.nav-right ul li {
	display: inline-block;
	margin: 10px;
}

.nav-left {
	text-align: left;
	vertical-align: middle;
	margin: 10px 36px;
}

.nav-left a {
	text-decoration: none;
	color: #fff;
}

.nav-left a:hover {
	*text-decoration: underline;
	color: #fff;
	border-bottom: 2px solid #fff;
}

.nav-right {
	text-align: right;
	vertical-align: middle;
	margin: 10px 36px;
}

.nav-right a {
	color: #fff;
	text-decoration: none;
}

.nav-right a:hover {
	*text-decoration: underline;
	border-bottom: 2px solid #fff;
}

/********** Content **********/
.image-background {
	width: 100%;
	position: relative;
	display: inline-block;
	background: url(../siteart/images/gun_metal_@2X.png);
	vertical-align: middle;
	 overflow: hidden;
}


.slideshow-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    display: none;
    position: relative;
    width: 100%;
}

.slide.active {
    display: block;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
}

/* Fade animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from { opacity: 0.4; }
    to { opacity: 1; }
}

/* Navigation dots */
.dots-container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}

.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.dot.active,
.dot:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.image {
	width: 75%;
	height: 800px;
	display: block;
	position: relative;
	*background-color: pink;
	margin: 50px auto;
	overflow: hidden;
}

.image img {
	width: 100%;
	height: auto;
}

.nav-bar {
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	background-color: #FBDB86;
	text-align: center;
	box-sizing: border-box;
}

.nav-bar a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	display: inline-block;
	margin: 25px 175px;
	vertical-align: middle;
}

.nav-bar a:hover {
	opacity: 0.5;
}

.nav-bar p {
	margin: 15px auto 0px auto;
}

.text {
	width: 70%;
	display: block;
	position: relative;
	box-sizing: border-box;
	margin: 50px auto;
	color: #333;
}

.text h1 {
	font-size: 21px;
}

.text p {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.25px;
	word-spacing: 0.5px;
}

/*
.icon1, .icon2, .icon3 {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	margin: 15px;
}
*/

.icon1, .icon2 {
	height: 100px;
}

.icon3 {
	width: 100px;
}

.map {
	width: 100%;
	height: 300px;
	position: relative;
	display: inline-block;
}

/********** Form **********/


/********** Inventory **********/
.body-wrapper {
	text-align: center;
}

.contain {
	width: 70%;
	*width: calc(100% - 72px);
	margin: auto;
}

.col {
	text-align: left;
}

.at-share-btn-elements {
	text-align: left;
}

.cf {
	text-align: left;
}

.m-1 {
	color: #fff;
}

.hosted-content .listings-wrapper .listings-list .listing-banner {
	background-color: #4DBC78 !important;
}

.listings-wrapper .hosted-theme .btn {
	background-color: #4DBC78 !important;
	color: #fff !important;
}


.listings-wrapper .hosted-theme .btn:hover {
	background-color: #fdfdfd !important;
	color: #333 !important;
}

.hosted-content .listings-wrapper .currency-box {
	text-align: left !important;
}

/********** Auction **********/
.tabs li a:hover, .tabs li a.selected, .tabs li a.selected:active, .tabs li a.selected:visited {
	background-color: #4DBC78 !important;
}

#logins a:hover {
	background-color: #4DBC78 !important;
}

#subnav a:hover {
	background-color: #4DBC78 !important;
}

.hosted-content .listings-wrapper .listings-list .listing-name a {
	color: #4DBC78;
}

/********** Footer **********/
.footer {
	width: 100%;
	background-color: #333;
	display: inline-block;
}

.divfooter {
	font-size: 10px;
	width: 25%;
	line-height: 14px;
	float: left;
	vertical-align: middle;
	margin: 20px;
	margin: 35px 20px;
	color: #fff;
}

.footer-right {
	width: 25%;
	text-align: left;
	float: right;
	margin: 20px;
	vertical-align: middle;
	letter-spacing: 0.5px;
}

.footer-right h3 {
	font-size: 16px;
	color: #FBDB86;
}

.footer-right hr {
	border-top: thin solid #FBDB86;
	border-bottom: thin solid #FBDB86;
}

.footer-right a {
	color: #fff;
	text-decoration: none;
}

.footer-right ul li {
	display: inline-block;
	margin: 10px;
	font-size: 12px;
	color: #fff;
}

.footerlink {
	color: #fff;
}

.footertext {
	color: #fff;
}

.footer-right a:hover {
	border-bottom: 2px solid #fff;
}

/************************************************ Inventory Styles **/

.body-wrapper {
	text-align: inherit;
}


#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#4dbc78 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#4dbc78 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #4dbc78 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #4dbc78 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !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, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}



/************************************************ Responsive Styles **/

@media screen and (max-width: 1280px) and (min-width:1025px) {
	ol, ul {
		font-size: 14px;
		letter-spacing: 0.5px;
	}
	
	.nav-left {
		width: auto;
	}
	
	.nav-right {
		width: auto;
		float: right;
	}
	
	.image {
		height: auto;
	}
	
	.image-background {
		height: auto;
	}
	
	.nav-bar a {
		margin: 25px 70px;
	}
}


@media screen and (max-width: 1024px) and (min-width:768px) {
	.header img {
		width: 80%;
	}
	
	.image-background {
		height: auto;
	}
	
	.image {
		height: auto;
	}
	
	.nav-bar a {
		margin: 25px 35px;
	}
	
	.footer-right {
		width: 90%;
		float: none;
		margin: 20px auto;
		text-align: center;
	}
	
	.divfooter {
		width: 90%;
		float: none;
		margin: 35px auto;
		text-align: center;
	}
}
	
@media screen and (max-width: 767px) and (min-width:320px) {
	 .header img {
		 width: 90%;
	 }
	 
	.image-container { display: none;}
	 .nav-bar a {
		 margin: 25px 50px;
	 }
	 
	 .text {
		 width: 85%;
	 }
	 
	 .footer-right {
		width: 90%;
		float: none;
		margin: 20px auto;
		text-align: center;
	}
	
	.divfooter {
		width: 90%;
		float: none;
		margin: 35px auto;
		text-align: center;
	}
	
}

@media screen and (max-width: 319px){
	
}