

/*****************************************
BODY STYLES
*****************************************/
body {
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	line-height: 20px;
	color: #000;
	background:#000;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}
html, body {
	height: 100%;
}
.page-copy img {
	max-width:100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -352px;
}
.push {
	height: 352px;
	clear: both;
}
.slider-container.home{
	position: relative;
	max-height:700px;
	overflow:hidden;
}
.slider-container .overlay{
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display:none;
}
.slider-container.home .bx-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slider-container.new-machine .slider-wrapper{
	position: relative;
}
.slider-container.new-machine .slider-wrapper .bx-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*****************************************
LINKS AND HIGHLIGHT STYLES
*****************************************/
::-moz-selection {
	background: #000;
	color:#ffa60c;
}
::selection {
	background: #000;
	color: #ffa60c;
}
a, a:link, a:active, a:visited {
	color: #0d0d0d;
	text-decoration: none;
    cursor: pointer;
}
a:hover {
	color: #ffa60c;
	text-decoration: none;
}
.inner-page a, .inner-page a:link, .inner-page a:active, .inner-page a:visited {
	color: #ffa60c;
	text-decoration: none;
    cursor: pointer;
}
.inner-page a.btn{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
/*****************************************
TYPOGRAPHY
*****************************************/
@font-face {
	font-family: 'jcbeuro_extraboldregular';
	src: url('../fonts/jcbeeb___2-webfont.eot');
	src: url('../fonts/jcbeeb___2-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/jcbeeb___2-webfont.woff') format('woff'),
	url('../fonts/jcbeeb___2-webfont.ttf') format('truetype'),
	url('../fonts/jcbeeb___2-webfont.svg#jcbeuro_extraboldregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'jcbeuro_boldregular';
	src: url('../fonts/jcbeb____2-webfont.eot');
	src: url('../fonts/jcbeb____2-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/jcbeb____2-webfont.woff') format('woff'),
	url('../fonts/jcbeb____2-webfont.ttf') format('truetype'),
	url('../fonts/jcbeb____2-webfont.svg#jcbeuro_boldregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
h1 {
	font-size: 30px;
	color:#fff;
	font-family: 'jcbeuro_boldregular';
	text-shadow: 1px 1px 1px rgba(0,0,1,.28);
	margin-top: 0;
	margin-bottom: 5px;
}
h2 {
	font-size: 18px;
	font-family: 'jcbeuro_boldregular';
	color:#fff;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	font-size: 18px;
	font-family: 'jcbeuro_boldregular';
	color:#fff;
	margin-top: 0;
}
h4 {
}
h5 {
	font-weight: 700;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 5px;
}
h6 {
	font-size: 13px;
	color:#85370e;
	text-transform: uppercase;
	font-weight: 900;
	text-shadow: 1px 1px #ffc54d;
}
/*****************************************
HEADER STYLES
*****************************************/
.header {
	position: fixed;
	top: 0px;
	z-index: 99;
	background: transparent url(../images/black-transparent.png) repeat left top;
	transition: all 0.4s ease 0s;
}
.header.header-fixed {
	background: transparent url(../images/black.jpg) repeat left top;
}
a.navbar-brand {
	padding: 0;
	height: auto;
	transition: all 0.4s ease 0s;
}
.navbar-header .fa-shopping-cart{
	display: block;
	position: absolute;
	right: 0;
	font-size: 23px;
	border: solid 1px #424242;
	padding: 9px 10px;
	color: #FCAF26;
	transition: all 0.4s ease 0s;
	background: rgba(0, 0, 0, 0.6);
}
.navbar-header .fa-shopping-cart:hover{
	transition: all 0.4s ease 0s;
	color: #fff;
}
.btn-sales-no {
	display: block;
	position: absolute;
	right: 50px;
	top: 50px;
	background: rgba(0, 0, 0, 0.6);
	border: solid 1px #424242;
	border-radius: 0;
	color:#fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	padding: 11px 60px 10px 20px;
	text-align: left;
	transition: all 0.4s ease 0s;
}
.btn-sales-no:hover, .btn-sales-no:focus {
	color:#ffa60c;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: none;
	color:#fff;
}
.btn-sales-no:after {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/phone-icon.png) no-repeat left top;
	background-size: 26px 26px;
	position: absolute;
	right: 8px;
	top: 7px;
}
/*****************************************
NAVIGATION STYLES
*****************************************/
.navbar-default {
	background: none;
	border:none;
}
.navbar-nav {
	margin-top: 10px;
}
.ie8 .navbar-nav {
	margin-top: 10px;
}
.navbar-default .navbar-nav>li:last-child{
	margin-right: 0;
}
.navbar-default .navbar-nav>li>a {
	padding: 10px 0px 0px 0px;
	color: #ffa60c;
	font-weight: 700;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover {
	border-bottom:2px solid #ffa60c;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding-bottom: 11px;
	color:#fff!important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color:#fff;
	background: transparent;
}
.navbar-default .navbar-nav>li.dropdown.open a.dropdown-toggle {
	padding-bottom: 11px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color:#fff;
	background: none;
	border-bottom:2px solid #ffa60c;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #ffa60c;
}
/*****************************************
SLIDER
*****************************************/

.slider-container {
	margin:auto;
}
.slide-caption-container {
	margin:0 auto;
}
.slide-caption {
	position: absolute;
	font-family: 'jcbeuro_boldregular';
	color:#fff;
	text-shadow: 2px 2px 2px rgba(0,0,1,.94);
	text-transform: uppercase;
}
a.slide-caption{
	color: #fff;
}
span.caption-head {
	position: relative;
}
span.caption-head:not(.no-button){
	background: url(../images/square-arrow.png) no-repeat right center;
	padding-right: 70px;
}
#default-slider .bx-controls {
	position: absolute;
	width: 100%;
	z-index:9999;
}
#default-slider a.bx-next, #default-slider a.bx-prev {
	position: absolute;
	margin-top:-27px;
	display: block;
	color: #fff;
	width: 37px;
	height: 54px;
	background: url(../images/slider-controls.png) no-repeat;
	text-indent: -9999px;
}
#default-slider a.bx-next {
	background-position: left 0px
}
#default-slider a.bx-next:hover {
	background-position: left -54px
}
#default-slider a.bx-prev {
	background-position: left -108px
}
#default-slider a.bx-prev:hover {
	background-position: left -162px
}
/*****************************************
HOMEPAGE STYLES
*****************************************/
.homepage-pull {
	position: relative;
	z-index: 99;
}
.new-machines, .old-machines, .part-search {
	overflow: hidden;
}
.old-machines {
	padding-right: 10px;
	padding-left: 10px;
}
.new-machines .col-100, .old-machines .col-100, .part-search .col-100 {
	height: 308px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-shadow: inset 0 0 5px 1px rgba(218,219,217,.35);
	-moz-box-shadow: inset 0 0 5px 1px rgba(218,219,217,.35);
	box-shadow: inset 0 0 5px 1px rgba(218,219,217,.35);
}

/*.homepage-pull .col-100 img.bg-image{
	position:absolute;
	transition: 0.3s all ease-out;
}
.homepage-pull .col-100:hover img.bg-image{
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	transition: 0.3s all ease-out;
}*/

.new-machines .col-100 .bg {
	position:relative;
	width:100%; height:100%;
	background: no-repeat top;
}
.new-machines .col-100:hover .bg{
	background-position: bottom;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	transition: 0.3s all ease-out;
}
.old-machines .col-100 .bg {
	position:relative;
	width:100%; height:100%;
	background: no-repeat top;
}
.old-machines .col-100:hover .bg {
	background-position: bottom;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	transition: 0.3s all ease-out;
}
.part-search .col-100 .bg {
	position:relative;
	width:100%; height:100%;
	background: no-repeat top;
}
.part-search .col-100:hover .bg {
	background-position: bottom;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	transition: 0.3s all ease-out;
}
.parts-message{
	margin-bottom: 20px;
	color: #1b1b1b
}
.parts-message a{
	color: #000;
}
.new-machines .col-100 a, .old-machines .col-100 a, .part-search .col-100 a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	color:#fff;
	font-size: 32px;
	font-family: 'jcbeuro_boldregular';
	text-transform: uppercase;
	line-height: 32px;
	padding: 38px;
	text-shadow: 2px 2px 2px rgba(0,0,1,.94);
}
.bigarrow {
	background: url(../images/square.png) no-repeat left top;
	display: block;
	width: 101px;
	height: 98px;
	position: absolute;
	top: 120px;
	left: 40px;
}
span.square-arrow {
	width: 101px;
	height: 98px;
	background: url(../images/square-arrow-square.png) no-repeat left top;
	display: block;
	position: absolute;
	right: 0%;
}
.new-machines .col-100 a:hover, .old-machines .col-100 a:hover, .part-search .col-100 a:hover {
	color:#ffa60c;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.model-search-btn {
	position: absolute;
	top: -47px;
	left: 0px;
	width: 100%;
	background: url(../images/white-transparent.png) repeat left top;
	color:#1b1b1b;
	text-transform: uppercase;
	display: block;
	height: 47px;
	text-align: left;
	padding-left: 15px;
	border:none;
	outline: none;
}
.model-search-btn span.icon {
	background: url(../images/square-arrow-dark-empty.png) no-repeat left top;
	display: block;
	width: 35px;
	height: 34px;
	position: absolute;
	top: 7px;
	right: 5px;
}
.model-search-btn span.icon span {
	background: url(../images/arrow-dark-empty.png) no-repeat left top;
	display: block;
	width: 35px;
	height: 34px;
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.model-search-btn:hover span.icon span {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.model-search {
	background: #fff;
	padding: 20px;
	position: relative;
	bottom: 0;
	color:#000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.model-search.active {
	bottom: 172px;
}
.model-search.active button span.icon span {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.model-search.active button:hover span.icon span {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.model-search form select, .parts-search form select, .used-search form select, .column1 form select, .parts-filter form select {
	border-radius: 0;
	font-weight: 700;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #77808a;
}
.model-search .search{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-family: inherit;
	font-weight: bold;
	background: #FCAF26;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.model-search .search[disabled=disabled]{
	opacity: 0.5;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.new-machines .form-group,.old-machines .form-group,.part-search .form-group, .parts-search .form-group, .used-search .form-group, .column1 .form-group, .parts-filter .form-group {
	position: relative;
}
.select-arrow {
	display: block;
	background: url(../images/select-arrow.png) no-repeat left top;
	width: 15px;
	height: 9px;
	position: absolute;
	top: 13px;
	right: 10px;
    pointer-events: none;
}
.select-arrow2 {
	display: block;
	background: url(../images/select-arrow2.png) no-repeat left top;
	width: 12px;
	height: 15px;
	position: absolute;
	top: 40px;
	right: 8px;
	pointer-events: none;
}
.new-machines .select-arrow2, .old-machines .select-arrow2, .part-search .select-arrow2 {
	top: 10px;
}
.parts-search .select-arrow2 {
	top: 35px;
}
.used-search .select-arrow {
	top: 43px;
}
.parts-filter .select-arrow2 {
	top: 10px;
}
.orange-box {
	margin-top: 10px;
	margin-left: 10px;
}
.orange-box:not(.flip-container){
	background: #ffb10d url(../images/orange-bg.png) repeat-x left bottom;
}
.orange-box:first-child {
	margin-left: 0px;
}
.orange-box a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	color:#85370e;
}
.orange-box a:hover {
	color:#000;
}
span.box-icon {
	height: auto;
	display: block;
	position: absolute;
	top: 15px;
}
span.box-title {
	text-shadow: 1px 1px #ffc54d;
	position: absolute;
	left: 15px;
	top: 100px;
}
.testimonials, .latest-news {
	margin-top: 10px;
	padding-bottom: 50px;
	position: relative;
}
.testimonial {
	padding-right: 5px;
}
.news-feed {
	padding-left: 5px;
}

.testimonials {
	background: no-repeat top;
}
.testimonials img.partnership-header{
    width: 476px;
    height: 268px;
}
.latest-news {
	background: url(../images/news-background.jpg) no-repeat -130px top;
}
.testimonials p, span.author {
	color: #000;
	font-size: 16px;
	text-shadow: 1px 1px #ffc54d;
	padding-left: 15px;
	width: 260px;
    position: relative;
    display: block;

}
span.author {
	font-weight: 700;
}
.testimonials h2 {
	text-transform: uppercase;
	color:#85370e;
	font-size: 30px;
	font-weight: 700;
	width: 260px;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.latest-news h2 {
	text-transform: uppercase;
	color:#85370e;
	font-size: 30px;
	font-weight: 700;
	width: 260px;
	margin-bottom: 0px;
	margin-top: 15px;
	padding-left: 15px;
}
.latest-news h5 {
	font-size: 13px;
	font-weight: 700;
	color: #85370e;
	line-height: 20px;
	margin-bottom: 0px;
	padding-left: 15px;
}
.latest-news em {
	font-style: italic;
	color:#000;
	font-weight: 900;
	padding-left: 15px;
}
.latest-news p {
	font-size: 12px;
	color:#000;
	padding-left: 15px;
}
.latest-news ul {
	float: left;
	width: 100%;
}
.read-more {
	height: 42px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.read-more a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
	padding: 0 0 0 40px;
	line-height: 42px;
}
.read-more a span {
	width: 25px;
	height: auto;
	display: block;
	position: absolute;
	top: 10px;
}
.testimonials .read-more {
	background:#fff;
}
.testimonials .read-more a {
	color:#000;
}
.testimonials .read-more a:hover {
	color:#ffa60c;
}
.latest-news .read-more {
	background:#ff9d0b;
}
.latest-news .read-more a {
	color:#85370e;
	text-shadow: 1px 1px #ffc54d;
}
.latest-news .read-more a:hover {
	color:#fff;
	text-shadow: none;
}
/*****************************************
STANDARD PAGE CONTENT STYLES
*****************************************/

.page-background-wrap{
    position: absolute;
	left:50%;
}

.page-background-inner{
    position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.page-background-wrap .overlay{
    position: absolute;
}

.page-background{
    position: absolute;
	top: 0px;
	left: 50%;
	z-index: -1;
	height: auto;
	overflow: hidden;
    -webkit-filter: grayscale(100%) blur(2px);
    -moz-filter: grayscale(100%) blur(2px);
    -o-filter: grayscale(100%) blur(2px);
    -ms-filter: grayscale(100%) blur(2px);
    filter: grayscale(100%) blur(2px);
}

.page-background-wrap:not(.standard) .page-background{
    opacity: 0.15;
}

.page-banner {
	margin-bottom: 30px;
}
.breadcrumb {
	background:transparent;
	border:none;
	padding: 0;
	margin-bottom: 25px;
}
.breadcrumb>li {
	color:#fff!important;
	font-weight: 700;
}
.breadcrumb>.active {
	color:#fff;
	font-weight: 700;
}
.breadcrumb a, .breadcrumb>li+li:before {
	color:#fff;
}
.breadcrumb a:hover {
	color:#ffa60c;
}
.parts-store .breadcrumb a:hover {
	color:#000;
}
.used-search .breadcrumb a:hover {
	color:#000;
}
.used-detail .breadcrumb a:hover {
	color:#000;
}
.page-copy {
	color:#fff;
}
.page-copy h2{
	margin: 30px 0 15px 0;
}
.page-copy p:first-child {
	font-size: 21px;
	font-weight: 700;
	line-height: 24px;
}
.page-copy p a, .page-copy p a:link, .page-copy p a:active, .page-copy p a:visited{
	color: #ffa60c;
}
.page-copy li {
	background:url(../images/bullet.png) no-repeat left 7px;
	padding-left: 15px;
	margin: 2px 0;
}
.sidebar h3 {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
.sidebar ul {
	margin-bottom: 20px;
}
.sidebar ul li a {
	margin: 6px 0;
	display: block;
	color:#fff;
	text-decoration: none;
}
.sidebar ul li a:hover {
	color: #ffa60c;
}

.page-copy ol.privacy-policy-alpha { list-style-type: none; }
.page-copy ol.privacy-policy-alpha > li:before { content: "(" counter(section, lower-alpha) ") "; margin-right: 20px; }
.page-copy ol.privacy-policy-alpha > li { background: none; counter-increment: section; margin: 2px 20px 15px 0; }
.page-copy ol.privacy-policy-alpha > li h4 { margin-left: -20px; }

.page-copy ol.privacy-policy-3-1 { list-style-type: none; }
.page-copy ol.privacy-policy-3-1 > li:before { content: "3.1." counter(subsection, decimal) " "; margin-right: 20px; }
.page-copy ol.privacy-policy-3-1 > li { background: none; counter-increment: subsection; margin: 2px 20px 15px 0; }
.page-copy ol.privacy-policy-3-1 > li h4 { margin-left: -20px; }

.page-copy ol.privacy-policy-4-1 { list-style-type: none; }
.page-copy ol.privacy-policy-4-1 > li:before { content: "4.1." counter(subsection, decimal) " "; margin-right: 20px; }
.page-copy ol.privacy-policy-4-1 > li { background: none; counter-increment: subsection; margin: 2px 20px 15px 0; }
.page-copy ol.privacy-policy-4-1 > li h4 { margin-left: -20px; }

.page-copy ol.privacy-policy-4-2 { list-style-type: none; }
.page-copy ol.privacy-policy-4-2 > li:before { content: "4.2." counter(subsection, decimal) " "; margin-right: 20px; }
.page-copy ol.privacy-policy-4-2 > li { background: none; counter-increment: subsection; margin: 2px 20px 15px 0; }
.page-copy ol.privacy-policy-4-2 > li h4 { margin-left: -20px; }

.page-copy ol.privacy-policy-aa { list-style-type: none; }
.page-copy ol.privacy-policy-aa > li:before { content: "(aa." counter(subsection, lower-roman) ") "; margin-right: 20px; }
.page-copy ol.privacy-policy-aa > li { background: none; counter-increment: subsection; margin: 2px 20px 15px 0; }
.page-copy ol.privacy-policy-aa > li h4 { margin-left: -20px; }

/*****************************************
NEWS LISTING STYLES
*****************************************/
.view-news img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.view-news .mask {
	background-color: #fcaf26;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.view-news a.mask span.glyphicon {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.view-news:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=8)";
	filter: alpha(opacity=8);
	opacity: 8;
}
.view-news:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-news:hover h2,.view-news:hover p,.view-news:hover a.mask span.glyphicon {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.view .mask,.view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
}
.view a.mask span.glyphicon {
	display: block;
	position: relative;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 80px;
	line-height: 320px;
	text-align: center;
}
.news-intro {
	background:#fcaf26;
	padding: 10px 10px 60px 10px;
	height: 140px;
	position: relative;
	color:#fff;
}
.news-intro a:hover h2 {
	color:#000;
}
span.news-date {
	font-size: 14px;
	position: absolute;
	bottom: 35px;
	left: 10px;
	color:#fff;
}
span.news-tags {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color:#fff;
}
span.news-tags a {
	color:#fff;
	padding: 4px 8px;
	border-radius: 15px;
}
span.news-tags a:hover {
	color:#fff;
	background:#000;
}
a.news-read-more {
	display: block;
	background:#fff;
	padding: 10px;
	float:left;
	width: 100%;
	font-weight: 700;
	position: relative;
	margin-bottom: 20px;
}
a.news-read-more span {
	position: absolute;
	width: 25px;
	height: auto;
	display: block;
	right: 15px;
	top: 9px;
}
span.tag a {
	background: #444444;
	padding: 4px 8px;
	display: block;
	float: left;
	margin: 2px 3px;
	color:#fff;
	border-radius: 15px;
}
span.tag a:hover {
	background: #fcaf26;
}
h2.news-inner-h1 {
	font-size:21px;
	margin-bottom: 20px;
}
.news-copy p:first-of-type {
	color: #fcaf26;
}
.news-copy-tags span.tag {
	float: left;
	display: inline-block;
	line-height: 26px;
	margin-top: 15px;
}
.news-copy-tags span.tag a {
	line-height: normal;
	color: #fff;
}
.news-copy img {
	max-width:100%;
}
ul.social-sharing {
	float: right;
	margin-top: 10px;
}
ul.social-sharing li {
	background: none;
	float: left;
}
ul.social-sharing li a {
	color:#fff;
	text-transform: uppercase;
	display: block;
	padding-left: 30px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
}
ul.social-sharing li a.share-fb {
	background: url(../images/share-fb.png) no-repeat left top;
}
ul.social-sharing li a.share-tw {
	background: url(../images/share-tw.png) no-repeat left top;
}
ul.social-sharing li a.share-email {
	background: url(../images/share-email.png) no-repeat left top;
}
ul.social-sharing li a:hover {
	color: #fcaf26;
}
a.back-listing {
	position: absolute;
	top: 0px;
	right: 15px;
	color:#fff !important;
	font-weight: 700;
	text-transform: uppercase;
	background: #fdb83e;
	padding:10px;
}
a.back-listing:hover {
	background: #000;
}
a.back-listing.new-machines{
	top: 189px !important;
	right: 119px !important;
	z-index: 10;
}
/*****************************************
NEW MACHINES STYLES
*****************************************/
ul.machines-slider {
	z-index: 0;
}
.fast-facts {
	background: #ffb10d url(../images/orange-bg.png) repeat-x left bottom;
	padding: 20px;
	position: absolute;
	left: 0;
}
.facts {
	float: left;
}
.fast-facts h2 {
	font-size:21px;
	color: #c34700;
	font-family: 'jcbeuro_boldregular';
	text-transform: uppercase;
	margin-top: 0;
}
.fast-facts ul {
	float: left;
	margin-top: 5px;
}
.fast-facts li {
	font-size: 17px;
	color:#000;
	font-family: 'jcbeuro_boldregular';
	background: url(../images/bullet-square.png) no-repeat left 7px;
	padding-left: 20px;
	margin: 2px 0;
}
.slider-thumbs-container {
	width: 315px;
	float: right;
	height: 69px;
	margin-right: 15px;
	position: relative;
	margin-top: 3px;
}
.slider-thumbs {
	height: auto;
	width: 100px;
	overflow: hidden;
	position: relative;
	height: 69px;
}
.slide-thumbnail a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.slide-thumbnail {
	height: 69px;
}
.slider-thumbs-container .bx-next {
	right: -25px;
}
.slider-thumbs-container .bx-prev {
	left: -25px;
}
.slide-thumbnail .overlay {
	z-index: -1;
	background-color: rgba(222, 85, 13, 0.5);
	-webkit-box-shadow: 0 1px rgba(255,255,255,.53), inset 0 1px 1px rgba(3,12,22,.9), inset 0 0 6px rgba(4,21,26,.07);
	-moz-box-shadow: 0 1px rgba(255,255,255,.53), inset 0 1px 1px rgba(3,12,22,.9), inset 0 0 6px rgba(4,21,26,.07);
	box-shadow: 0 1px rgba(255,255,255,.53), inset 0 1px 1px rgba(3,12,22,.9), inset 0 0 6px rgba(4,21,26,.07);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.slide-thumbnail a.active .overlay {
	z-index: 999;
}
.slider-thumbs-container a.bx-next, .slider-thumbs-container a.bx-prev {
	text-indent: -9999px;
	display: block;
	position: absolute;
	bottom: 50%;
	margin-bottom: -13px;
	width: 14px;
	height: 20px;
	background: url(../images/carousel-slider-controls.png) no-repeat;
}
.slider-thumbs-container a.bx-next {
	background-position: left -40px;
}
.slider-thumbs-container a.bx-prev {
	background-position: left top;
}
.slider-thumbs-container a.bx-next:hover {
	background-position: left -60px;
}
.slider-thumbs-container a.bx-prev:hover {
	background-position: left -20px;
}
.new-machines-pull {
	position: relative;
}
.new-machines-info {
	background-color: #fff;
	-webkit-box-shadow: 0 7px 10px rgba(0,0,0,.58);
	-moz-box-shadow: 0 7px 10px rgba(0,0,0,.58);
	box-shadow: 0 7px 10px rgba(0,0,0,.58);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15), rgba(255,255,255,.15));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15), rgba(255,255,255,.15));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15), rgba(255,255,255,.15));
	background-image: linear-gradient(to top, rgba(0,0,0,.15), rgba(255,255,255,.15));
	padding: 0 20px 20px 20px;
}
.additional-info {
	background-color: #fff;
	-webkit-box-shadow: 0 7px 10px rgba(0,0,0,.58);
	-moz-box-shadow: 0 7px 10px rgba(0,0,0,.58);
	box-shadow: 0 7px 10px rgba(0,0,0,.58);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15), rgba(255,255,255,.15));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15), rgba(255,255,255,.15));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15), rgba(255,255,255,.15));
	background-image: linear-gradient(to top, rgba(0,0,0,.15), rgba(255,255,255,.15));
	padding: 0 20px 20px 20px;
}
.new-machines-info h2, .additional-info h2 {
	font-family: 'jcbeuro_boldregular';
	font-size: 26px;
	color: #000;
	margin-bottom: 10px;
	margin-top: 20px;
}
.additonalinfo {
	margin-top: 10px;
}
.additional-info h2 {
	margin-top: 0;
}
.additional-info h3 {
	color: #000;
	margin-top: 20px;
}
.additional-info h3:first-child{
	margin-top: 0;
}
.new-machines-info li {
	background: url(../images/bullet-square.png) no-repeat left 7px;
	padding-left: 20px;
	margin: 2px 0;
}
.price-box {
	background: #ffb10d url(../images/orange-bg.png) repeat-x left bottom;
	padding: 10px;
	margin: 10px 0;
}
.price-box p {
	text-shadow: 1px 1px #ffc54d;
	color: #85370e;
	font-family: 'jcbeuro_boldregular';
	font-size: 28px;
	margin-bottom: 0;
}
.price-box p span {
	font-size: 52px;
	position: relative;
	line-height: 60px;
}
p.price {
	margin-top: 25px;
	margin-left: 15px;
}
.price-box p span span {
	font-size: 23px;
	display: block;
	margin-bottom:15px;
	line-height: 23px;
}
.contact-cta {
	background: #000;
	padding: 15px;
	-webkit-box-shadow: 1px 1px #ffe467;
	-moz-box-shadow: 1px 1px #ffe467;
	box-shadow: 1px 1px #ffe467;
	position: relative;
}
.contact-cta p:first-of-type {
	color:#fff;
	text-shadow: none;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 0;
}
.contact-cta img {
	position: absolute;
	top: 15px;
	right: 15px;
}
.contact-cta p {
	color: #fff;
	text-shadow:none;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	margin-top: 5px;
}
.range-accordion {
	cursor: pointer;
	background-color: #fff;
	/*background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15), rgba(255,255,255,.15));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15), rgba(255,255,255,.15));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15), rgba(255,255,255,.15));
	background-image: linear-gradient(to top, rgba(0,0,0,.15), rgba(255,255,255,.15));*/
	display: block;
	padding: 20px;
}
.range-accordion span.range-trigger {
	width: 100%;
	font-family: 'jcbeuro_boldregular';
	font-size: 23px;
	border-bottom:2px solid #f29e0b;
	display: block;
	padding-bottom: 10px;
	position: relative;
}
.range-accordion span.range-trigger span.seeall {
	font-size: 16px;
	color: #636363;
	font-weight: normal;
	position: relative;
	font-family: 'Lato', sans-serif;
	right: -20px;
}
.range-accordion span.range-trigger span.seeall span.glyphicon {
	font-size: 12px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.range-accordion.collapsed span.range-trigger span.seeall span.glyphicon {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#JcbRange ul {
	width: 100%;
	padding: 10px;
	background: #fff;
}
#JcbRange ul li, #AdditonalInfo ul li {
	background: url(../images/bullet-square.png) no-repeat left 7px;
	padding-left: 20px;
	margin: 2px 0;
}
#JcbRange ul li a, #AdditonalInfo ul li a {
	display: block;
	color:#000;
}
#JcbRange ul li a:hover, #AdditonalInfo ul li a:hover {
	color:#ffb10d;
}
.sidebar-button {
	background: #ffb10d url(../images/orange-bg.png) repeat-x left bottom;
	margin-top: 10px;
	position: relative;
}
.sidebar-button a {
	position: relative;
	top: 0px;
	left: 0px;
	display: table;
	width: 100%;
	color: #85370e !important;
	text-shadow: 1px 1px #ffc54d;
	font-size: 26px;
	font-weight: 400;
	line-height: 26px;
	padding: 20px 10px 15px 10px;
	height: 87px;
}
.machine-downloads {
	position: relative;
	color: #85370e;
	text-shadow: 1px 1px #ffc54d;
	font-size: 26px;
	font-weight: 400;
	line-height: 26px;
	padding: 20px 10px 15px 10px;
	height: auto;
}
.machine-downloads ul {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.machine-downloads ul li a {
	display: block;
	font-size: 16px;
	padding: 0;
	height: auto;
	padding-left: 25px;
	background: url(../images/pdf-icon.png) no-repeat left top;
}
.sidebar-button a span {
	display: table-cell;
	vertical-align: bottom;
}
.sidebar-button a:hover {
	color:#000;
}
.sidebar-button a span strong {
	font-weight: 900;
}
.sidebar-button a span.btn-icon, .machine-downloads span.btn-icon {
	width: 60px;
	height: 60px;
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
}
a.livelink {
	margin-top: 10px;
	display: block;
}
/*****************************************
PARTS STORE STYLES
*****************************************/
.parts-store {
	background: #ffb10d url(../images/orange-bg.png) repeat-x left bottom;
	padding: 20px 0;
	position: relative;
}
.parts-store h1 {
	color:#000;
	text-shadow:none;
}
.parts-store form label {
	text-transform: uppercase;
	font-size: 16px;
	color: #1b1b1b;
}
.parts-store form input, .parts-store form select {
	border-radius: 0;
}
.parts-store form .btn-group {
	width: 100%;
	height: 34px;
	background-color: #ba7508;
	position: relative;
}
.parts-store form .btn-group button {
	position: relative;
	z-index: 100;
	width: 50%;
	border-radius: 0;
	float: left;
	border: none;
	height: 34px;
	line-height: 32px;
	border: none;
	background: transparent;
	font-weight: 700;
}
.parts-store form .btn-group button.active{
	color: #000;
}
.parts-store form .btn-group .slider{
	position: absolute;
	display: block;
	width: 50%;
	height: 34px;
	background: #fff;
	transition: all 0.2s ease 0s;
}
.parts-store form .btn-group .slider.right{
    -ms-transform: translate(100%, 0); /* IE 9 */
   	-webkit-transform: translate(100%, 0); /* Chrome, Safari, Opera */
    transform: translate(100%, 0);
}
.btn-submit {
	background: #000;
	border:none;
	color:#fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
	width: 100%;
	text-align: left;
	padding: 10px 15px;
	position: relative;
	margin-top: 15px;
}
.btn-submit span {
	width: 25px;
	height: auto;
	position: absolute;
	top: 9px;
	right: 6px;
}
.btn-submit:hover {
	color:#fff;
	background: #333;
	-webkit-box-shadow: 0 1px rgba(255,255,255,.53), inset 1px 1px 1px rgba(3,12,22,.52);
	-moz-box-shadow: 0 1px rgba(255,255,255,.53), inset 1px 1px 1px rgba(3,12,22,.52);
	box-shadow: 0 1px rgba(255,255,255,.53), inset 1px 1px 1px rgba(3,12,22,.52);
}
.btn-cant-find-2 {
	margin-top: 0;
}
.btn-cant-find,.btn-cant-find-2 {
	color:#fff!important;
	background: transparent;
	border:solid 1px #fff;
	width: 100% !important;
}
.btn-cant-find:hover {
	background: #000;
}
.btn-cant-find span {
	top: 18px;
	right: 15px;
}
.btn-cant-find-2:hover {
	background: #333;
}
.parts-search {
	position: relative;
}
.or {
	position: absolute;
	top: 0px;
}
.parts-filter {
	background-color: #fff;
	-webkit-box-shadow: 0 7px 10px rgba(0,0,0,.58);
	-moz-box-shadow: 0 7px 10px rgba(0,0,0,.58);
	box-shadow: 0 7px 10px rgba(0,0,0,.58);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15), rgba(255,255,255,.15));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15), rgba(255,255,255,.15));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15), rgba(255,255,255,.15));
	background-image: linear-gradient(to top, rgba(0,0,0,.15), rgba(255,255,255,.15));
	padding: 30px 0 20px 0;
	margin-top: 20px;
}
.parts-filter button.btn-submit {
	margin-top: 0;
}
.parts-filter form input, .parts-filter form select {
	border-radius: 0;
}
.parts-filter h2 {
	font-family: 'jcbeuro_boldregular';
	text-transform: uppercase;
	color: #000;
}
.parts-filter form select {
	margin-top: 4px;
}
.parts-filter h2 {
	line-height: 45px;
	margin: 0;
}
.parts-list {
	margin-top: 20px;
}
.parts-info {
	background: #fff;
	padding: 20px;
	color: #333;
}

.view-fifth:hover .parts-details{
	max-height: 100%;
}

.parts-details {
	background: #fff;
	padding: 20px;
	color: #333;
	position: absolute;
	bottom: 110px;
	max-height: 40px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}

.parts-info a {
	float: right;
	margin-top: 10px;
}
.parts-info h2, .view-fifth h2 {
	text-transform: uppercase;
	color:#000;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}
.parts-info h3 {
	color:#000;
	font-size: 28px;
	font-weight: 300!important;
	font-family: 'Lato', sans-serif;
}
.view-fifth {
	margin-bottom: 20px;
	background: #fff;
}
.view-fifth h2 {
	margin-bottom: 30px;
}
.view-fifth img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
	background-color: rgba(255,255,255,1);
	-webkit-transform: translateY(-300px);
	-moz-transform: translateY(-300px);
	-o-transform: translateY(-300px);
	-ms-transform: translateY(-300px);
	transform: translateY(-300px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 20px;
}
.view-fifth .mask p {
	margin-bottom: 0;
}
.view-fifth p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 1;
	color: #333;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view-fifth:hover .mask {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.view-fifth:hover img.part {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.view-fifth:hover p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-fifth:hover .add-btn {
	background: #000;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view-fifth:hover .parts-info h2 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.add-btn {
	position: absolute;
	bottom: 50px;
	right: 20px;
	background: #feb639;
	border:none;
	color:#fff!important;
	display: block;
	padding: 10px 40px 10px 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}
.add-btn span {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 20px;
	height: auto;
}
/*****************************************
USED SEARCH STYLES
*****************************************/
.results-list .col-sm-4 {
	padding-right: 5px;
	padding-left: 5px;
}
.used-search {
	background: #ffb10d url(../images/orange-bg.png) repeat-x left bottom;
	padding: 20px 0;
	margin-bottom: 30px;
}
.used-search h1 {
	text-shadow:none;
	color:#000;
}
.used-search form input, .used-search form select {
	border-radius: 0;
}
.used-search form label {
	font-size:16px;
	color:#1b1b1b;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.used-search button.btn-submit {
	margin-top: 340px;
}
h2.searchresults {
	font-size: 30px;
	margin-top: 20px;
}
h2.searchresults span {
	font-size: 18px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
}
a.download-pdf {
	background: #ffa60c;
	display: block;
	padding: 8px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
	border: 1px solid #ffa60c;
}
a.download-pdf:hover {
	color: #fff;
	border: 1px solid #fff;
	background: #000;
}
.sort-filter {
	background-color: #fff;
	-webkit-box-shadow: 0 7px 10px rgba(0,0,0,.58);
	-moz-box-shadow: 0 7px 10px rgba(0,0,0,.58);
	box-shadow: 0 7px 10px rgba(0,0,0,.58);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15), rgba(255,255,255,.15));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15), rgba(255,255,255,.15));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15), rgba(255,255,255,.15));
	background-image: linear-gradient(to top, rgba(0,0,0,.15), rgba(255,255,255,.15));
	padding: 20px 0 20px 0;
	margin-top: 20px;
	margin-bottom: 5px;
}
.sort-filter h2 {
	font-size: 21px;
	color:#000;
	text-transform: uppercase;
}
ul.sortable-filters {
	width: 100%;
	float: left;
	margin-top: 15px;
}
ul.sortable-filters li {
	float: left;
	padding:5px 30px;
}
ul.sortable-filters li a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color:#a9a9a9;
	border-bottom:solid 2px transparent;
}
ul.sortable-filters li a span.caret{
    visibility:hidden;
}
ul.sortable-filters li a.active {
	border-bottom:solid 2px #000;
	color:#000;
	font-weight: 700;
}
ul.sortable-filters li a.active span.caret{
    visibility:visible;
}
.used-search-overlay {
	background: url(../images/white-transparent.png) repeat left top;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.used-search-overlay p {
	font-size: 16px;
}
.used-search-overlay h3 {
	font-size: 22px;
	margin-bottom: 0;
}
.used-search-result {
	position: relative;
	margin-bottom: 5px;
	margin-top: 5px;
}
.used-search-overlay h3 {
	color:#000;
}
span.price {
	font-size: 32px;
	font-weight: 900;
}
.used-search-overlay img {
	position: absolute;
	bottom: 10px;
	right: 15px;
}
.used-search-result a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color:#000;
}
.used-search-result a:hover {
	color:#000;
}
.noUi-horizontal .noUi-handle {
	height: 23px;
	border-radius: 0;
	background: #000;
	box-shadow: none;
	border:none;
}
.noUi-connect {
	-webkit-box-shadow: inset 0 2px rgba(255,255,255,.33);
	-moz-box-shadow: inset 0 2px rgba(255,255,255,.33);
	box-shadow: inset 0 2px rgba(255,255,255,.33);
	border: solid 1px #f49500;
	background-image: -webkit-linear-gradient(bottom, #cacaca, #fff);
	background-image: -moz-linear-gradient(bottom, #cacaca, #fff);
	background-image: -o-linear-gradient(bottom, #cacaca, #fff);
	background-image: linear-gradient(to top, #cacaca, #fff);
	background-color: #fff;
}
.noUi-target, .noUi-background {
	background-color: #e78e00;
	-webkit-box-shadow: 0 1px rgba(255,255,255,.53), inset 0 1px 1px rgba(3,12,22,.9), inset 0 0 6px rgba(4,21,26,.07);
	-moz-box-shadow: 0 1px rgba(255,255,255,.53), inset 0 1px 1px rgba(3,12,22,.9), inset 0 0 6px rgba(4,21,26,.07);
	box-shadow: 0 1px rgba(255,255,255,.53), inset 0 1px 1px rgba(3,12,22,.9), inset 0 0 6px rgba(4,21,26,.07);
	border-radius: 0px;
	border: none;
	height: 10px;
}
.ui-sliders input {
	-webkit-box-shadow: 0 1px rgba(255,255,255,.53), inset 0 1px 1px rgba(3,12,22,.9), inset 0 0 6px rgba(4,21,26,.07);
	-moz-box-shadow: 0 1px rgba(255,255,255,.53), inset 0 1px 1px rgba(3,12,22,.9), inset 0 0 6px rgba(4,21,26,.07);
	box-shadow: 0 1px rgba(255,255,255,.53), inset 0 1px 1px rgba(3,12,22,.9), inset 0 0 6px rgba(4,21,26,.07);
	background: #de8901;
	border: none;
}
.ui-sliders label {
	margin-bottom: 17px!important;
}
.noUi-handle-upper {
	top: -6px!important;
}
#Year1, #hours1, #price1 {
	float: left;
}
#Year2, #hours2, #price2 {
	float: right;
}
.slider-values {
	margin-bottom: 38px;
	margin-top: 20px;
	background: url(../images/ui-slider-bg.jpg) no-repeat center center;
}
.slider-values input {
	padding: 3px 6px;
	color:#fff;
	font-size: 12px;
	text-align: center;
}
input[type='number'] {
	-moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
/*****************************************
USED DETAIL PAGE STYLES
*****************************************/

@media(min-width:768px) {

	#default-slider a.bx-next, #default-slider a.bx-prev {
		top: 0;
	}
	#default-slider a.bx-next {
		right: 43px;
	}
	#default-slider a.bx-prev {
		left: 43px;
	}

	.used-detail-page {
		padding-right: 5px;
	}

	.used-detail-sidebar {
		padding-left: 5px;
	}

	.new-machines-page{
		padding-right: 5px;
	}

	.new-machines-sidebar {
		padding-left: 5px;
	}

	.price-box{
		margin-bottom: 0;
	}
}

.sales-enquiry {
	margin-top: 0;
}
.machine-details {
	background-color: #fff;
	-webkit-box-shadow: 0 7px 10px rgba(0,0,0,.58);
	-moz-box-shadow: 0 7px 10px rgba(0,0,0,.58);
	box-shadow: 0 7px 10px rgba(0,0,0,.58);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15), rgba(255,255,255,.15));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15), rgba(255,255,255,.15));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15), rgba(255,255,255,.15));
	background-image: linear-gradient(to top, rgba(0,0,0,.15), rgba(255,255,255,.15));
	padding: 0;
}
.machine-details h2 {
	font-family: 'jcbeuro_boldregular';
	font-size: 26px;
	color: #000;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 20px;
}
.machine-details table {
	font-size: 14px;
	background: transparent;
	margin-top: 20px;
	margin-bottom: 0;
}
.machine-details table  strong {
	font-family: 'jcbeuro_boldregular';
}
.machine-details table tr td {
	padding: 10px 20px;
	border:none;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background: #e9e9e9;
}
.request-information span.range-trigger {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	padding-bottom: 0;
	border:none;
	text-transform: uppercase;
	font-weight: 700;
}
.request-information .range-accordion {
	background: #ffa60c;
	position: relative;
}
.accordion-arrow {
	display: block;
	width: 24px;
	height: 25px;
	background: url(../images/accordion-arrows.png) no-repeat left top;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	right: 15px;
}
.request-information .range-accordion.collapsed .accordion-arrow {
	background: url(../images/accordion-arrows.png) no-repeat left bottom;
}
.column-container {
	background: #f6f6f6;
}
.column2 {
	width: 100%!important;
	padding: 40px 10px 10px 0px;
	float: left;
}
.column1 {
	background: #fff;
	width: 100%!important;
	padding: 40px 20px 10px 20px;
	float: left;
}
.column2 {
	float: right;
	font-size: 14px;
}
.column2 ul {
	margin-top: 25px;
}
.column2 p:first-of-type {
	margin-bottom: 25px;
}
.column2 p {
	line-height: 22px;
}
.column2 ul li {
	background: url(../images/bullet.png) no-repeat left 8px!important;
	margin: 20px 0!important;
}
.column1 form select, .column1 form input {
	border-radius: 0;
}
.column1 textarea {
	resize:none;
	border-radius: 0;
}
.column1 form label {
	text-transform: uppercase;
	color: #1b1b1b;
	font-size: 12px;
}
.column1 button.btn-submit {
	color:#fff;
	background: #feae23;
	float: right;
	width: auto;
	padding-right: 50px;
}
.column1 button.btn-submit:hover {
	background: #000;
}
.used-detail {
	padding: 20px;
	background: #ffb10d url(../images/orange-bg.png) repeat-x left bottom;
	margin-bottom: 20px;
}
.used-detail h1 {
	color:#000;
	text-shadow: none;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 20px;
}
.used-detail h1 span {
	display: block;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
}
.used-detail .back-listing {
	background: #000;
}
.used-detail .back-listing:hover {
	background: #f0990f;
}

span.used-price {
	color:#fff;
	font-family: 'jcbeuro_boldregular';
	font-size: 40px;
	vertical-align: top;
	line-height: 40px;
}
.v-carousel	{
	float: left;
	width: 50%;
	margin-left: 15px;
	position: relative;
}
.carousel-container {
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.carousel-container a.bx-next, .carousel-container a.bx-prev {
	position: absolute;
	background: url(../images/vertical-controls.png) no-repeat;
	width: 100px;
	height: 36px;
	text-indent: -9999px;
}
.carousel-container a.bx-next {
    background-position: left -36px;
    bottom: 0;
}
.carousel-container a.bx-prev {
    background-position: left 0px;
    top: 0px;
}
.carousel-container a.bx-next:hover {
    background-position: left -108px;
}
.carousel-container a.bx-prev:hover {
    background-position: left -72px;
}
.dealership-details {
	background: #fff;
	float: right;
	margin-right: 15px;
}
.dealership-details h2 {
	color:#000;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.dealership-details h2 span {
	display: block;
	font-size: 14px;
	line-height: 22px;
}
a.print-details, a.request-information {
	width: 50%;
	padding: 10px;
	float: left;
	color:#fff;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
}
a.print-details span, a.request-information span {
	width: 30px;
	height: auto;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 12px;
}
a.print-details {
	background: #fdb83e;
}
a.request-information {
	background: #f0990f;
}
a.print-details:hover, a.request-information:hover {
	background: #f2f2f2;
	color:#000;
}
.dealership-details h3 {
	font-size: 15px;
	color:#000;
	margin-left: 15px;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 10px;
}
.dealership-details table {
	margin-bottom: 0;
}
.dealership-details table tr td {
	padding: 12px;
}
.v-carousel a.bx-next, .v-carousel a.bx-prev {
	position: absolute;
	background: url(../images/horizontal-controls.png) no-repeat;
	width: 36px;
	height: 100px;
	display: block;
	z-index: 99;
	text-indent: -9999px;
}
.v-carousel a.bx-next {
	background-position: right top;
	right: 0;
}
.v-carousel a.bx-prev {
	background-position: -72px top;
	left: 0;
}
.v-carousel a.bx-next:hover {
	background-position: -36px top;
	right: 0;
}
.v-carousel a.bx-prev:hover {
	background-position: left top;
	left: 0;
}
/*****************************************
CONTACT PAGE STYLES
*****************************************/
.google-maps {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.tabbed-area {
	margin-top: 170px;
}
p.emergency {
	font-size: 30px;
	font-family: 'jcbeuro_boldregular';
	color:#fff;
	line-height: 30px;
	text-shadow: 3px 4px 11px rgba(0,0,1,.66);
}
p.emergency span {
	font-family: 'Lato', sans-serif;
}
.nav-tabs {
	border-color: #2c2c2c;
	width: 100%;
}
.nav-tabs>li {
	width: 16.666666%;
}
.nav-tabs>li:first-child>a {
	margin-left: 0px;
}
.nav-tabs>li>a {
	font-size: 14px;
	border: none;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 0;
	background: #fcaf26;
	height: 54px;
	text-align: center;
	line-height: 54px;
	margin-right: 0;
	margin-left: 2px;
}
.nav-tabs>li>a:hover {
	color:#000;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
	background: #000;
	color:#fff;
	border: solid 1px #2c2c2c;
	border-bottom: none;
}
.tab-content {
	background: #000;
	color:#fff;
	padding: 20px;
	border: solid 1px #2c2c2c;
	border-top: none;
}
p.address {
	background: url(../images/pin.png) no-repeat left 5px;
	padding-left: 20px;
}
.tab-content p {
	line-height: 24px;
}
.tab-content p strong {
	color: #fcaf26;
}
.tab-box {
	margin-top: 40px;
	border-top: solid 1px #2c2c2c;
	padding: 30px 20px 20px 20px;
}
.tab-box h2 {
	color: #fcaf26;
	font-size: 26px;
	font-family: 'jcbeuro_boldregular';
	margin-top: 0;
}
.tab-box ul {
	margin-top: 20px;
}
.tab-box li {
	background:url(../images/bullet.png) no-repeat left 7px;
	padding-left: 15px;
	margin: 2px 0;
}
/*****************************************
FOOTER STYLES
*****************************************/
.footer {
    position: relative;
    z-index: 80;
	background: #ffb10d url(../images/orange-bg.png) repeat-x left bottom;
	padding: 20px 0;
	margin-top: 20px;
}
.footer ul {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	font-size: 12px;
}
.footer ul li {
	width: 100%;
	float: left;
	text-shadow: 1px 1px #ffc54d;
}
.footer ul li a {
	display: block;
	color:#000;
}
.footer ul li a:hover {
	color:#85370e;
}
.footer h6 {
	margin-bottom: 5px;
}
ul.social {
	margin-top: 10px;
	width: 100px;
}
ul.social li {
	width: 39px;
	margin-left: 5px;
}
ul.social li:first-child {
	margin-left: 0px;
}
ul.social li:nth-child(3){
	margin: 5px 0;
}
ul.social li:nth-child(4){
	margin: 5px 0 0 5px;
}
a.social-facebook, a.social-twitter, a.social-youtube, a.social-linkedin {
	display: block;
	width: 40px;
	height: 39px;
	text-indent: -9999px;
}
a.social-facebook {
	background: url(../images/facebook.png) no-repeat left top;
}
a.social-twitter {
	background: url(../images/twitter.png) no-repeat left top;
}
a.social-youtube {
	background: url(../images/youtube.png) no-repeat left top;
}
a.social-linkedin {
	background: url(../images/linkedin.png) no-repeat left top;
}
.copyright {
	margin-top: 15px;
}
.copyright .border {
	width:100%;
	height:0;
	padding-top:30px;
	border-top:2px solid black;
}
.copyright img {
	float: left;
	margin:20px 0 0 -5px;
}
.copyright p {
	float: right;
	color: #000;
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 11px;
    text-align: right;
}
.copyright a:hover {
	color:#85370e;
}
/*****************************************
MISC STYLES
*****************************************/
.col-100 {
	width: 100%;
	float: left;
	/*position: relative;*/
}
.img-center {
	display: block;
	margin: auto;
}
.img-responsive {
	width: 100%;
}
.clear {
	clear: both;
}
.float-L {
	float: left;
}
.float-R {
	float: right;
}
* {
	margin: 0;
	outline: none;
}
a:focus {
	outline: none;
}
/*****************************************
INTERNET EXPLORER & FIREFOX STYLES
*****************************************/
@-moz-document url-prefix() {
	span.caption-head span {
		top:10px;
	}
	.select-arrow {
		display: none;
	}
	.parts-filter {
		margin-bottom: 20px;
	}
}
.ie9 span.caption-head span, .ie8 span.caption-head span {
	top:10px;
}
.ie9 .select-arrow, .ie8 .select-arrow {
	display: none;
}
.ie8 ul.slider li img, .ie8 ul.machines-slider li img {
	width: 65%;
}
.ie8 .mask .glyphicon {
	display: none;
}
.ie8 .view-news:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	cursor: pointer;
}
.ie8 .parts-filter h2 {
	font-size: 18px;
}
.ie8 .parts-filter {
	margin-bottom: 20px;
}
.ie8 .view-fifth .mask {
	display: none;
}
.ie8 .view-fifth:hover .mask {
	background: #fff;
	display: block;
}
.ie8 .carousel-container {
	display: none;
}
.ie8 ul.used-slider li img {
	width: 85%;
}
.ie8 .v-carousel {
	width: 60%;
}
.ie8 #Year1, .ie8 #hours1, .ie8 #price1, .ie8 #Year2, .ie8 #hours2, .ie8 #price2 {
	line-height: 26px;
}
/*****************************************
RESET STYLES
*****************************************/
ul, ol, li {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
/*****************************************
MEDIA QUERIES
*****************************************/
/*****************************************
AFFECTS ALL COL-XS COLUMNS
*****************************************/
@media(max-width:767px) {
	.magnify{
		display: none !important;
	}
	.btn-sales-no-outer{
		position: absolute;
		right: 0;
		top: 0;
	}
	.btn-sales-no-outer .btn-sales-no{
		top: 11px;
		right: 55px;
		padding: 0;
		border: 0;
	}
	.btn-sales-no-outer .btn-sales-no:after{
        top: 0 !important;
		right: 0 !important;
		width: 37px;
		height: 37px;
		background-size: 37px 37px;
	}
	.navbar-collapse {
		position: fixed !important;
		padding-right: 15px;
		padding-left: 15px;
		top: 56px !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		overflow:scroll !important;
	}
	.slider-container {
		width: 100%;
		position: relative;
	}
	.header {
		height: 57px;
		transition: all 0.4s ease 0s;
		background: url(../images/black-transparent2.png) repeat left top;
	}
	.homepage-pull {
		z-index: 9;
	}
	a.navbar-brand {
		margin-top: 10px;
		width: 188px;
		margin-left: 10px;
		transition: all 0.4s ease 0s;
	}
	.navbar-toggle {
		margin-right: 10px;
		margin-top: 11px;
		width: 37px;
		height: 37px;
		background: transparent url(../images/menu-toggle.png) no-repeat left top;
		background-size: 37px 37px;
		display: block;
		border:0;
		border-radius: 0 !important;
		text-indent: -9999px;
	}
	.navbar-toggle{
		background-color: transparent !important;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border:none;
	}
	.header .container-header {
		padding: 0;
		width: 100%;
		margin: auto;
	}
	.navbar-default .navbar-collapse {
		background: url(../images/black-transparent2.png) repeat left top;
		position: absolute;
		width: 100%;
		top: 57px;
	}
	.navbar-default .navbar-collapse li a {
		padding: 10px;
		position: relative;
		font-weight: 900;
	}
	.navbar-default .navbar-collapse li a span.glyphicon {
		display: block;
		position: absolute;
		top: 15px;
		right: 10px;
		color: #fff;
	}
	.navbar-default .navbar-collapse li a:hover {
		border:none;
		padding: 10px;
	}
	.navbar-collapse .open .dropdown-menu li a:hover {
		padding: 5px 15px 5px 25px;
	}
	.navbar-default .navbar-collapse li {
		border-bottom:solid 1px #444;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li {
		border: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color:#fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #ffa60c;
	}
	.slide-caption-container {
		padding:0 15px;
	}
	span.caption-head {
		font-size: 35px;
		background-size: 35px 35px !important;
		padding-right: 50px !important;
	}
	span.caption-head span {
		display: none;
	}
	.slide-caption p {
		font-size: 16px;
		line-height: normal;
	}
	.slide-caption {
		width: 100%;
		height:auto;
		bottom: 0px;
		left: 0;
		transition: all 0.4s ease 0s;
		/*height:140px;*/
		padding-top:20px;
		background:url(../images/slide-caption-bg.png) repeat-x;
	}
	.bx-controls {
		display: none;
	}
	.model-search-btn {
		font-size: 18px;
	}
	.new-machines, .old-machines {
		margin-bottom: 10px;
	}
	.new-machines .col-100 {
		background: url(../images/new-machines.jpg) no-repeat center top;
		background-size: cover;
	}
	.new-machines .col-100:hover {
		background: url(../images/new-machines-hover.jpg) no-repeat center top;
		background-size: cover;
	}
	.old-machines .col-100 {
		background: url(../images/old-machines.jpg) no-repeat center top;
		background-size: cover;
	}
	.old-machines .col-100:hover {
		background: url(../images/old-machines-hover.jpg) no-repeat center top;
		background-size: cover;
	}
	.part-search .col-100 {
		background: url(../images/parts-search.jpg) no-repeat center top;
		background-size: cover;
	}
	.part-search .col-100:hover {
		background: url(../images/parts-search-hover.jpg) no-repeat center top;
		background-size: cover;
	}
	.orange-box {
		width: 100%!important;
		height: 73px;
		margin-left: 0;
		margin-top: 10px;
	}
	.orange-box.emergency-contact {
		height: 110px;
		margin-right:3%;
	}
	.orange-box.emergency-contact span.box-icon {
		right: 10px;
		left: auto;
		top: 10px;
		width: 40px;
	}
	.orange-box.emergency-contact span.box-title {
		left: 15px;
	}
	span.box-title {
		font-size: 16px;
		top: 15px;
		left: 70px;
	}
	span.box-icon {
		left: 15px;
		right: auto;
		width: 44px;
	}
	.testimonials {
		background: url(../images/testimonial-background.jpg) no-repeat center top;
		background-size: cover;
	}
	.latest-news {
		background: url(../images/news-background.jpg) no-repeat center top;
		background-size: cover;
	}
	.read-more a span {
		right: 20px;
	}
	.latest-news {
		height: auto;
	}
	.testimonials {
		height:298px;
	}
	.inner-page {
		margin-top: 70px;
	}
	.page-background-wrap{
		margin-left:-383px;
		position: fixed;
	}
	.page-background-inner{
		width: 767px;
		height: 480px;
	}
	.page-background-wrap .overlay{
		width: 767px;
		height: 480px;
	}
	.page-background {
		margin-left: -383px;
		width: 767px;
		height: 480px;
	}
	.view-news img {
		display: none;
	}
	ul.social-sharing {
		float: left;
		margin-bottom: 20px;
	}
	ul.social-sharing li {
		padding-left: 0;
		width: 100%;
	}
	.price-box p span {
		font-size: 49px
	}
	.price-box p span span {
		bottom: 6px;
	}
	.jcb-range {
		margin-top: 10px;
	}
	.range-accordion span.range-trigger span.seeall {
		right: 0;
	}
	p.address {
		padding-left: 0;
		background: none;
		margin-top: 10px;
	}
	.nav-tabs>li {
		width: 100%;
	}
	.nav-tabs>li>a {
		margin-left: 0;
		margin-top: 2px;
	}
	.parts-store {
		top: 57px;
		margin-bottom: 57px;
	}
	.or {
		left: auto;
		position: relative;
		background: url(../images/or-h.png) no-repeat center center;
		width: 202px;
		height: 58px;
		float: left;
		width: 100%;
		margin: 20px 0;
	}
	button.add-btn {
		bottom: auto;
		/*top: 20px;*/
	}
	.parts-info {
		position: relative;
	}
	.parts-info h2{

	}
	.view-fifth .mask {
		display: none;
	}
	.parts-info a {
		float: left;
	}
	.view-fifth:hover img.part {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}
	.view-fifth:hover .parts-info h2 {
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=1);
		opacity: 1;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.btn-cant-find-2 {
		width: 100%;
	}
	.new-machines {
		padding-right: 15px;
	}
	.part-search {
		padding-left: 15px;
	}
	.used-search button.btn-submit {
		margin-top: 15px;
	}
	h2.searchresults {
		margin-top: 0;
		margin-bottom: 10px;
	}
	ul.sortable-filters li {
		width: 50%;
	}
	.used-search {
		margin-top: 57px;
	}
	h2.searchresults span {
		display: block;
	}
	.dealership-details {
		width: 100%;
		float: left;
	}
	.v-carousel {
		width: 100%;
		margin-left: 0;
	}
	span.used-price {
		text-align: left;
		top:90px;
		display: block;
		left: 0;
	}
	a.print-details, a.request-information {
		font-size: 11px;
	}
	.request-information {
		margin-bottom: 10px;
	}
	.machine-details {
		overflow: hidden;
	}
	.column1, .column2 {
		width: 100%!important;
	}
	.loc-toggle {
		font-size: 14px;
		border: none;
		border-radius: 0px;
		text-transform: uppercase;
		padding: 0;
		background: #fcaf26;
		height: 54px;
		text-align: center;
		line-height: 54px;
		margin-bottom: 10px;
		width: 100%;
	}
	.mobile-loc {
		width: 100%;
	}
	.mobile-loc.dropdown-menu>.active>a, .mobile-loc.dropdown-menu>.active>a:hover, .mobile-loc.dropdown-menu>.active>a:focus {
		background: #fff;
		color:#000;
	}
	.noUi-horizontal .noUi-handle {
		width: 25px;
	}
    .noUi-horizontal .noUi-handle.noUi-handle-upper {
        margin-left:-13px;
    }
	.noUi-horizontal .noUi-handle.noUi-handle-lower {
        margin-left:-14px;
    }
	.testimonial {
		padding-right: 15px;
	}
	.news-feed {
		padding-left: 15px;
	}
	.homepage-box1, .homepage-box2, .homepage-box3 {
		width: 31.333333333%!important;
		height: 110px;
	}
	.homepage-box2 {
		margin-right:3%;
		margin-left:3%;
	}
	.homepage-box1 span.box-title, .homepage-box2 span.box-title, .homepage-box3 span.box-title, .homepage-box4 span.box-title {
		left: 10px;
		top: 45px;
	}
	.homepage-box4 {
		width: 31.333333333%!important;
		height: 110px;
	}
	.homepage-box1 span.box-icon, .homepage-box2 span.box-icon, .homepage-box3 span.box-icon, .homepage-box4 span.box-icon {
		width: 35px;
		left: auto;
		right: 10px;
		top: 10px;
	}
	.testimonials, .latest-news {
		margin-top: 10px;
	}
	.old-machines {
		padding-right: 15px;
		padding-left: 15px;
	}
}
/*****************************************
AFFECTS ALL PHONE LANDSCAPE
*****************************************/
@media(min-width : 321px) and (max-width : 767px) {
	img.live-link-btn {
		width: 50%;
	}
}

/*****************************************
PORTAIT PHONE MODE
*****************************************/
@media(max-width : 550px) {

	form.standard .btn-submit, .standard.btn{
		width: 100% !important;
	}
	.same-shipping{
		float: left !important;
		width: 100%;
		margin: 0 !important;
	}
	.basket .head{
		display: none;
	}
	.basket .item .cell{
		display: block;
		width: 100% !important;
		text-align: left !important;
	}
	.basket .item .cell .label{
		font-weight: bold;
		font-size: 14px;
		color: #fcaf26;
		width: 80px;
		display: inline-block !important;
		text-align: left !important;
		padding: 0 !important;
	}
	.basket .item{
		line-height: 200%;
	}
	.basket .row .value{
		float: right !important;
                width: auto;
	}
	.basket .totals .spacer {
		display: none;
	}
	.basket .totals .name{
		text-align: left !important;
	}
	.basket .totals .value{
		width: 50% !important;
		text-align: right !important;
	}
	.slide-caption {
		position: static;
	}
	.slider-container.home .bx-wrapper {
		position: static;
	}
	#default-slider .placeholder {
		height: 40px;
	}
}
/*****************************************
AFFECTS ALL COL-SM COLUMNS
*****************************************/
@media(min-width:768px) {
	.btn-sales-no.mobile-call{
		display: none;
	}
	a.back-listing.new-machines{
		top: 159px !important;
		right: 15px !important;
		z-index: 10;
	}
	.container-header {
		padding: 0 15px;
	}
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.slide-caption-container {
		width: 708px;
	}
	.navbar-default .navbar-nav>li {
		margin-right: 19px;
		padding-bottom: 4px;
		font-size: 12px;
	}
	.header {
		height: 139px;
	}
	.header.header-fixed {
		z-index: 200;
		height: 100px;
		-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.36);
		-moz-box-shadow: 0 5px 5px rgba(0,0,0,.36);
		box-shadow: 0 5px 5px rgba(0,0,0,.36);
	}
	a.navbar-brand {
		margin-top: 10px;
		width: 290px;
	}
	.header.header-fixed a.navbar-brand {
		width: 180px;
	}
	.header.header-fixed .btn-sales-no {
		font-size: 12px;
	}
	.header.header-fixed .fa-shopping-cart {
		padding: 7px 8px;
		top: 10px;
	}
	.container-header {
		width: 768px;
		margin: auto;
	}
	.navbar-default .navbar-collapse li a span.glyphicon {
		display: none;
	}
	.navbar-nav>li>.dropdown-menu {
		background: transparent;
		box-shadow: none;
		border: none;
	}

	.navbar-nav>li>.dropdown-menu.right{
		right: 0 !important;
		left: auto !important;
	}
	.dropdown-menu>li>a {
		/*background: url(../images/white-transparent.png) repeat left top;*/
		background-color: rgba(255,255,255,0.9);
		margin-bottom: 2px;
		font-size: 12px;
		color:#000;
	}
	.dropdown-menu>li>a:hover {
		background: #ffa60c;
		color: #fff;
	}
	.machines-slider .slide-caption{
		top: 290px !important;
	}
	.slide-caption {
		width: 100%;
		/*top: 320px;*/
		bottom:0;
		left:0;
		/*background:none;*/
		height:140px;
		padding-top:40px;
		background:url(../images/slide-caption-bg.png) repeat-x;
	}
	span.caption-head {
		font-size: 75px;
	}
    span.caption-head.long {
        font-size: 50px;
    }
	.slide-caption p {
		font-size: 24px;
		line-height: 34px;
	}
	.btn-sales-no {
		top: 10px;
	}
	.fa-shopping-cart{
		top: 10px;
	}
	#default-slider .bx-controls {
		top:60%;
	}
	.homepage-pull {
		/*top: -20px;*/
		/*margin-bottom: -20px;*/
	}
	.model-search-btn {
		font-size: 18px;
	}
	.orange-box{
		width:132px!important;
		height:160px;
	}
	.orange-box.flip-container .front,
	.orange-box.flip-container .back{
		width:132px!important;
		height:160px;
	}
	/* entire container, keeps perspective */
		.flip-container{
	/*perspective*/
	-webkit-perspective:1000;
	   -moz-perspective:1000;
		-ms-perspective:1000;
		 -o-perspective:1000;
			perspective:1000;
	}
	/* flip the pane when hovered */
		.flip-container:hover .flipper, .flip-container.hover .flipper{
	/*transform*/
	-webkit-transform:rotateY(180deg);
	   -moz-transform:rotateY(180deg);
		-ms-transform:rotateY(180deg);
		 -o-transform:rotateY(180deg);
			transform:rotateY(180deg);
	}
	/* flip speed goes here */
		.orange-box.flip-container .flipper{
	/*transition*/
	-webkit-transition:0.6s;
	   -moz-transition:0.6s;
		 -o-transition:0.6s;
			transition:0.6s;
	/*transform-style*/
	-webkit-transform-style:preserve-3d;
	   -moz-transform-style:preserve-3d;
		-ms-transform-style:preserve-3d;
		 -o-transform-style:preserve-3d;
			transform-style:preserve-3d;
	position:relative;
	}
	/* hide back of pane during swap */
		.orange-box.flip-container .front, .orange-box.flip-container .back{
	/*backface-visibility*/
	-webkit-backface-visibility:hidden;
	   -moz-backface-visibility:hidden;
		-ms-backface-visibility:hidden;
		 -o-backface-visibility:hidden;
			backface-visibility:hidden;
	background:#ffb10d url(../images/orange-bg.png) repeat-x left bottom;
	position:absolute;
	top:0;
	left:0;
	}
	/* front pane, placed above back */
		.orange-box.flip-container .front{
	z-index:2;
	/* for firefox 31 */
	/*transform*/
	-webkit-transform:rotateY(0deg);
	   -moz-transform:rotateY(0deg);
		-ms-transform:rotateY(0deg);
		 -o-transform:rotateY(0deg);
			transform:rotateY(0deg);
	}
	/* back, initially hidden pane */
		.orange-box.flip-container .back{
	/*transform*/
	-webkit-transform:rotateY(180deg);
	   -moz-transform:rotateY(180deg);
		-ms-transform:rotateY(180deg);
		 -o-transform:rotateY(180deg);
			transform:rotateY(180deg);
	}

	.orange-box:first-child {
		width: 152px!important;
	}

	span.box-title {
		font-size: 18px;
		right: 15px;
	}
	span.box-icon {
		left: auto;
		right: 15px;
	}
	.read-more a span {
		right: 172px;
	}
	.testimonials, .latest-news {
		height: 298px;
	}
	.inner-page {
		margin-top: 160px;
	}
	.page-background-wrap{
		margin-left:-400px;
	}

	.page-background-inner{
		width: 800px;
		height: 500px;
	}

	.page-background-wrap .overlay{
		width: 800px;
		height: 500px;
	}

	.page-background{
		width: 1283px;
		height: 500px;
		margin-left: -642px;
	}
	.fast-facts {
		top: 373px;
		height: 147px;
	}
	.new-machines-pull {
		margin-bottom: 10px;
		top: 10px;
	}
	.facts {
		width: 380px;
	}
	.or {
		left: 313px;
		background: url(../images/or-v.png) no-repeat center center;
		width: 57px;
		height: 202px;
	}
	.btn-cant-find {
		margin-top: 20px;
		width: 50%;
	}
	.parts-store {
		top: 139px;
		margin-bottom: 139px;
	}
	.parts-filter h2 {
		font-size:14px;
	}
	.contact-cta {
		margin-top: 20px;
	}
	.view-fifth .mask {
		height: 135px;
	}
	.btn-cant-find-2 {
		width: 50%;
	}
	.new-machines {
		padding-right: 0;
	}
	.part-search {
		padding-left: 0;
	}
	.used-search {
		margin-top: 139px;
	}
	.carousel-container img, .carousel-container .slide-thumbnail {
		height: 57px;
	}
	.carousel-container {
		width: 80px;
		overflow: hidden;
	}
	.dealership-details {
		width: 245px;
	}
	.ui-sliders input {
		width: 90%;
	}
	.noUi-horizontal .noUi-handle {
		width: 8px;
	}

    .noUi-horizontal .noUi-handle.noUi-handle-lower {
        margin-left: -5px;
        display: block;
    }
    .noUi-horizontal .noUi-handle.noUi-handle-upper {
        margin-left: -4px;
        display: block;
    }

	.noUi-handle-lower{
		top: -7px !important;
	}
	.v-carousel a.bx-next, .v-carousel a.bx-prev {
		top: 77px;
	}
	.carousel-container a.bx-next, .carousel-container a.bx-prev {
		left:-10px;
	}
	.view a.mask span.glyphicon {
		line-height: 240px;
	}

	.push { height: 419px; }
	.slider-container.home{ top: 67px;	}
	.homepage-pull { top: 67px; }
	#default-slider .bx-controls { top:50%; }
}
/*****************************************
AFFECTS ALL COL-MD COLUMNS
*****************************************/
@media(min-width:992px) {
	a.back-listing.new-machines{
		top: 189px !important;
		right: 15px !important;
		z-index: 10;
	}
	.slide-caption-container {
		width: 992px;
	}
	.navbar-default .navbar-nav>li {
		margin-right: 33px;
		font-size: 14px;
	}
	.navbar-default .navbar-nav>li:last-child {
		margin-right: 0;
	}
	.header {
		height: 169px;
	}
	a.navbar-brand {
		width: 290px;
		margin-top: 50px;
	}
	.container-header {
		width: 992px;
		margin: auto;
	}
	.machines-slider .slide-caption{
		top: 380px !important;
	}
	.slide-caption {
		width: 100%;
		bottom:0;
		left: 0;
		height:140px;
		padding-top:40px;
		background:url(../images/slide-caption-bg.png) repeat-x;
	}
	.img-responsive.overlay {
		display:none;
	}
	.slide-caption p {
		font-size: 30px;
	}
	.btn-sales-no {
		top: 50px;
	}
	.fa-shopping-cart{
		top: 50px;
	}
	.homepage-pull {
		/*top: -40px;*/
		/*margin-bottom: -40px;*/
	}
	.bx-controls {
		display: block;
	}
	#default-slider .bx-controls {
		top:auto;
	}
	.model-search-btn {
		font-size: 20px;
		line-height: 21px;
	}
	.orange-box {
		width: 176px!important;
		height: 180px;
	}
	.orange-box.flip-container .front,
	.orange-box.flip-container .back{
		width: 176px!important;
		height: 180px;
	}
	.orange-box:first-child {
		width: 196px!important;
	}
	span.box-title {
		font-size: 24px;
	}
	span.box-icon {
		width: 76px;
	}
	.read-more a span {
		right: 292px;
	}
	.header.header-fixed {
		z-index: 200;
		height: 97px;
		-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.36);
		-moz-box-shadow: 0 5px 5px rgba(0,0,0,.36);
		box-shadow: 0 5px 5px rgba(0,0,0,.36);
	}
	.header.header-fixed a.navbar-brand {
		margin-top: 10px;
		width: 200px;
	}
	.header.header-fixed .btn-sales-no {
		top: 10px;
		font-size: 12px;
	}
	.header.header-fixed .navbar-nav {
		margin-top: 5px;
	}
	.inner-page {
		margin-top: 189px;
	}
	.fast-facts {
		top: 470px;
		height: 114px;
	}
	.new-machines-pull {
		margin-bottom: -81px;
		top: -81px;
	}
	.facts {
		width: auto;
	}
	.or {
		left: 337px;
	}
	.btn-cant-find {
		margin-top: 141px;
	}
	.parts-filter h2 {
		font-size:19px;
	}
	.contact-cta {
		margin-top: 0px;
	}
	.view-fifth .mask {
		height: 185px;
	}
	.parts-store {
		top: 169px;
		margin-bottom: 169px;
	}
	.used-search {
		margin-top: 169px;
	}
	.dealership-details {
		width: 335px;
	}
	.carousel-container img, .carousel-container .slide-thumbnail {
		height: 76px;
	}
	.carousel-container {
		width: 100px;
	}
	#default-slider a.bx-next, #default-slider a.bx-prev {
		top: -290px;
	}
	#default-slider a.bx-next {
		right: 50px;
	}
	#default-slider a.bx-prev {
		left: 50px;
	}
	#default-slider a.bx-next, #default-slider a.bx-prev {
		display: block;
	}
	.v-carousel a.bx-next, .v-carousel a.bx-prev {
		top: 119px;
	}
	.carousel-container a.bx-next, .carousel-container a.bx-prev {
		left: 0;
	}
	.view a.mask span.glyphicon {
		line-height: 290px;
	}

	.push { height: 459px; }
	.slider-container.home{ top: 107px;	}
	.homepage-pull { top: 107px; }
	#default-slider .bx-controls { top:90%; }
}
/*****************************************
AFFECTS ALL COL-LG COLUMNS
*****************************************/
@media(min-width:1200px) {
	a.back-listing.new-machines{
		top: 189px !important;
		right: 119px !important;
		z-index: 10;
	}
	.container {
		width: 992px;
	}
	.container-header {
		width: 992px;
		margin: auto;
	}
	.slide-caption-container {
		/*width: 1200px;*/
		width:992px;
	}
	.img-responsive.overlay {
		display:none;
	}
	.machines-slider .slide-caption{
		top: 480px !important;
	}
	.slide-caption {
		top: 560px;
		left: 0;
		height:140px;
		padding-top:40px;
		background:url(../images/slide-caption-bg.png) repeat-x;
	}
	.homepage-pull {
		/*top: -50px;*/
	}
	.bx-controls {
		top: 50%;
	}
	#default-slider .bx-controls {
		top:60%;
	}
	.orange-box {
		width: 185px!important;
	}
	.orange-box.flip-container .front,
	.orange-box.flip-container .back{
		width: 185px !important;
		height: 180px;
	}
	.orange-box:first-child {
		width: 181px!important;
	}
	.fast-facts {
		top: 571px;
		height: 114px;
	}
	.new-machines-pull {
		margin-bottom: -124px;
		top: -134px;
	}
	.or {
		left: 341px;
	}
	.dealership-details {
		width: 346px;
	}
	.carousel-container img, .carousel-container .slide-thumbnail {
		height: 78px;
	}
	.carousel-container {
		width: 100px;
	}
	#default-slider a.bx-next, #default-slider a.bx-prev {
		top: 0;
	}
	#default-slider a.bx-next {
		right: 130px;
	}
	#default-slider a.bx-prev {
		left: 130px;
	}
	.ui-sliders input {
		width: 70%;
	}
	.page-background-wrap{
		margin-left:-600px;
	}

	.page-background-inner{
		width: 1200px;
		height: 750px;
	}

	.page-background-wrap .overlay{
		width: 1200px;
		height: 750px;
		bottom: 0;
	}

	.page-background{
		width: 1924px;
		height: 750px;
		margin-left: -962px;
	}
	.parts-filter h2 {
		font-size:20px;
	}

	.push { height: 459px; }
	.slider-container.home{ top: 107px;	}
	.homepage-pull { top: 107px; }
	#default-slider .bx-controls { top:45%; }
}

.infinite-scroll > div {
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/*****************************************
@2X IMAGES
*****************************************/
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
}

/*****************************************
@BASKET
*****************************************/

.basket{
	margin-bottom: 20px;
}

.basket .row{
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	margin: 0;
}

.basket .row .cell{
	float: left;
	font-size: 13px !important;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.basket .row.head .cell{
	color: #fcaf26;
	font-weight: 700;
}

.basket .row.totals .cell{
	font-weight: 700;
}

.basket .item .cell .label{
	display: none;
}

.basket .row .cell.center{
	text-align: center;
}

.basket .row .cell.right{
	text-align: right;
}

.basket .row .cell select{
	color: #000;
}

.basket .row .part-number{ width: 16%; }
.basket .row .name{ width: 48%; }
.basket .row .quantity{ width: 12%; text-align: center;}
.basket .row .price{ width: 11%; }
.basket .row .subtotal{ width: 11%; }
.basket .row .delete{ width: 2%;}
.basket .row .delete a{ color: #fcaf26; font-weight: bold; cursor: pointer;}
.basket .row.totals .spacer{ width: 76%; }
.basket .row.totals .name{ width: 11%; color: #fcaf26; }
.basket .row.totals .value{ width: 11%; }

.basket-button{
	display: block;
	border: solid 1px #424242;
	text-transform: uppercase;
	font-weight: 700;
	padding: 8px 16px;
	color: #fff !important;
	float: right;
}

form.standard .form-group{
	position: relative;
}

form.standard label{
	min-width: 100px;
   color: #ffa60c;
}

form.standard input,
form.standard textarea,
form.standard select{
   border-radius: 0;
}

form.standard .btn-submit,
.standard.btn{
	background: #000;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
	width: 100%;
	text-align: left;
	padding: 10px 15px;
	position: relative;
	margin-top: 15px;
	color: #fff;
	background: #feae23;
	float: right;
	width: auto;
	padding-right: 50px;
}

.standard.btn:hover{
	outline: none;
}

form.standard select{
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #77808a;
}

select::-ms-expand {
    display: none;
}

.form.standard .select-arrow2{
	display: block;
	background: url(../images/select-arrow2.png) no-repeat left top;
	width: 12px;
	height: 15px;
	position: absolute;
}

.btn.reverse{
	float: left !important;
	padding-right: 15px !important;
	padding-left: 50px !important;
}

.btn.reverse span{
	left: 6px !important;
}
.google-maps-overlay{
    -webkit-box-shadow: inset 10px 10px 153px 104px rgba(0,0,0,1);
    -moz-box-shadow: inset 10px 10px 153px 104px rgba(0,0,0,1);
    box-shadow: inset 10px 10px 153px 104px rgba(0,0,0,1);

    position:absolute;height:500px;width:100%;
    pointer-events:none;
}

.caret.reversed {
    border-top: 0;
    border-bottom: 4px solid;
}

.lightbox-toggle{
	display: none;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
}

.lightbox-wrapper{
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	display: table;
}

.lightbox-wrapper .lightbox-inner{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.lightbox-wrapper .lightbox-inner .close{
	display: block;
	position: absolute;
	top: -4px;
	right: -4px;
	z-index: 9999999;
	background: #ffb10d;
	color: #fff;
	opacity: 1;
	font-size: 18px;
	padding: 6px 7px;
}

.lightbox-wrapper .lightbox-inner .next,
.lightbox-wrapper .lightbox-inner .previous{
	display: block;
	width: 40px;
	height: 100px;
	line-height: 100px;
	background: #ffb10d;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	font-size: 20px;
	color: #fff;
}

.lightbox-wrapper .lightbox-inner .next{
	right: -6px;
}

.lightbox-wrapper .lightbox-inner .previous{
	left: -6px;
}

.lightbox-wrapper .lightbox-inner .lightbox{
	border: 6px solid #ffb10d;
	background-color: rgba(255, 255, 255, 0.4);
	background-image: url(http://app2-cdn2.sbx-cdn.com/content/skin-02/images/ajax-loader-1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display:	inline-block;
	max-width: 60%;
	overflow: hidden;
	position: relative;
	min-width: 250px;
	min-height: 250px;
}

.lightbox-wrapper .lightbox-inner img{
	max-width: 100%;
	height: auto;
}

.used-slider li img{
	cursor: pointer;
}

.used-slider li{
	position: relative;
}

.used-slider li:hover .magnify{
	opacity: 1;
}

.used-slider li .magnify{
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	cursor: pointer;
	pointer-events: none;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.used-slider li .magnify span{
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
	color: #FCAF26;
	font-size: 6em;
}

.used-slider li.youtube-slide iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0%;
	bottom: 0;
	width: 100%;
	height: 100%;
}

@media(max-width:767px) {
	.lightbox-wrapper{
		display: none !important;
	}
	.used-slider li img{
		cursor: default !important;
	}
	.hidden{
		visibility: hidden;
	}
}

.staff-wrapper{
	margin-top: 20px;
	background: #000;
	color: #fff;
	padding: 20px;
	border: solid 1px #2c2c2c;
}

.staff-wrapper ul{
	list-style-type: none;
	overflow: hidden;
	margin-top: 20px;
    text-align: center;
}

.staff-wrapper ul li{
    width:220px;
    display:inline-block;
}

.staff-wrapper h2{
	color: #fcaf26;
	font-size: 26px;
	font-family: 'jcbeuro_boldregular';
	margin-top: 0;
}

.staff-wrapper ul li img{
	width: 180px;
	height: 230px;
	margin: 0 0 10px 0;
}

.staff-wrapper ul li span{
	display: block;
}

.staff-wrapper ul li span.name{
	font-weight: Bold;
}

.staff-wrapper ul li a{
	color: #fcaf26;
}
.worldpay-logos table{
	float: right;
}
.worldpay-logos td{
	padding: 2px;
}
.worldpay-logos img{
	height: 20px;
}
.footer{
	padding: 0;
}
.footer .container{
	padding-top:20px;
	padding-bottom:20px;
}
.footer ul{
	overflow: hidden;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width:60px;
    height:60px;
    display:block;
    background:url(../images/backtotop.png) no-repeat;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}



.cant-find-btn {
	display:inline-block;
	width:100%;
	padding:0;
	margin:21px 0 0;
}

.cant-find-btn .top {
	position:relative;
	display:inline-block;
	width:100%;
	padding:10px 15px;
	text-transform:uppercase;
	font-weight:700;
	border-radius:0;
	color:#fff;
	background:#000;
	border:1px solid #fff;
	text-align:left;
}

.cant-find-btn .top span {
	width: 25px;
	height: auto;
	position: absolute;
	top: 18px;
	right: 5px;
}

.cant-find-btn .middle {
	position:relative;
}

.cant-find-btn .parts-identifier {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	padding:5px 0 5px 5px;
	text-transform:uppercase;
	font-weight:700;
	border-radius:0;
	color:#000;
	background:rgba(255,255,255,.7);
	text-align:left;
}

.parts-identifier span {
	width: 25px;
	height: auto;
	position: absolute;
	top: 3px;
	right: 5px;
}


/* JCB Select Tooltip */

.jcb-select {
	position:absolute;
	top:0;
	left:0;
	width:160px;
	height:40px;
	background:#ffb10d;
	font-family: 'jcbeuro_boldregular';
	text-transform: uppercase;
	font-size:22px;
	color: #000;
	text-align:center;
	line-height:40px;
}
.jcb-select:hover~.select-tooltip{
	display: block;
}

.select-tooltip {
	display:none;
	position:absolute;
	top:44px;
	right:5%;
	left:5%;
	width:90%;
	padding:18px;
	background:#000000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	z-index:9999;
}

.select-tooltip:before {
	content:'';
	position:absolute;
	top:-10px;
	left:19px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #000000 transparent;
}

.select-tooltip h5 {
	font-family:'Lato';
	font-weight:600;
	color:white;
	margin-top:0;
}

.select-tooltip p {
	margin-bottom:0;
	font-family:'Lato';
	font-size:13px;
	color:white;
	text-transform:none;
	line-height:16px;
}


/* Cookies Page Table */

.cookie-table {
	margin-top:20px;
}

.cookie-table th,
.cookie-table td {
	padding:0.5em;
	border:1px solid white;
}


/* iPad Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	ul.sortable-filters li {
		padding:5px 25px;
	}
}


/* All below is to fix New Machines section, which broke when home page slider changed */

.slider-container.new-machine .slider-wrapper{
    position: relative;
}
.slider-container.new-machine .slider-wrapper .bx-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider-container.new-machine .overlay{
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

/*****************************************
SLIDER
*****************************************/
.slider-container.new-machine {
    margin:auto;
}
.new-machine .slide-caption {
    position: absolute;
    font-family: 'jcbeuro_boldregular';
    color:#fff;
    text-shadow: 2px 2px 2px rgba(0,0,1,.94);
    text-transform: uppercase;
    background: transparent;
    padding-top: 0;
}
.new-machine a.slide-caption{
    color: #fff;
}
.new-machine span.caption-head {
    position: relative;
}
.new-machine span.caption-head:not(.no-button){
    background: url(../images/square-arrow.png) no-repeat right center;
    padding-right: 70px;
}

@media(max-width:991px) {
    .slider-container.new-machine .new-machine-breakcrumb {
        top: 160px !important;
        margin-left: 20px !important;
    }
}

@media(max-width:767px) {
    .slider-container.new-machine {
        width: 100%;
        position: relative;
    }
    .new-machine .slide-caption p {
        font-size: 16px;
        line-height: normal;
    }
    .new-machine .slide-caption {
        width: 90%;
        bottom: 5px;
        left: 20px;
        transition: all 0.4s ease 0s;
    }
    .slider-container.new-machine .new-machine-breakcrumb {
        top: 70px !important;
        margin-left: 20px !important;
    }
}

@media(min-width:768px) {
    .slider-container.new-machine {
        width: 768px;
    }
    .new-machine .machines-slider .slide-caption{
        top: 290px !important;
    }
    .new-machine .slide-caption {
        width: 100%;
        top: 320px !important;
        left: 23px;
    }
    .new-machine span.caption-head {
        font-size: 75px;
    }
    .new-machine span.caption-head.long {
        font-size: 50px;
    }
    .new-machine .slide-caption p {
        font-size: 24px;
        line-height: 34px;
    }
}

@media(min-width:992px) {
    .slider-container.new-machine {
        width: 992px;
    }
    .new-machine .machines-slider .slide-caption{
        top: 380px !important;
    }
    .new-machine .slide-caption {
        width: 100%;
        top: 420px !important;
        left: 25px;
    }
    .new-machine .slide-caption p {
        font-size: 30px;
    }
}

@media(min-width:1200px) {
    .slider-container.new-machine {
        width: 1200px;
    }
    .new-machine .machines-slider .slide-caption{
        top: 480px !important;
    }
    .new-machine .slide-caption {
        top: 520px !important;
        left: 118px;
    }
}


.cc_container {
	bottom: auto;
	top: 0;
}