/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

.container-fluid {
   max-width:1170px;
}

html {height:100%;}

body {
	color: #363636;
	position: relative;
	font-family: 'Titillium Web';
}

img {
    max-width: 100%;
}

a {
	text-decoration: none !important;
}

a.btn {
	padding: 11px 20px;
}

a h1 {
	color: #0a59bd;
}

input[type="text"] {
	/*height: 48px;*/
	height: 40px;
	margin-top: 4px;
	margin-bottom: 4px;
}

input[type="radio"], input[type="checkbox"] {
	margin-right: 12px;
}

select {
	color: #363636;
	border-radius: 2px;
	font-family: 'Titillium Web';
	height: 48px;
	width: 100%;
	border: 1px solid #dcdcdc;
	padding: 0 10px;
	-webkit-appearance: none;
   	-moz-appearance:    none;
   	appearance:         none;

   	background-image:
    linear-gradient(45deg, transparent 50%, #07428d 50%),
    linear-gradient(135deg, #07428d 50%, transparent 50%);
    
  	background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px);
    
  	background-size:
    5px 5px,
    5px 5px;
  	background-repeat: no-repeat;

}

input[type="file"] {
    height: 48px;
}

select::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.navbar {
	margin-bottom: 0;
}

.top-nav {
	width: 100%;
	height: 24px;
	background-color: #aa0000;
}

ul#menu-top-nav {
	list-style: none;
	float: right;
	margin: 0px 15px 0px 0px;
}

ul#menu-top-nav li {
	display: inline;
	line-height: 18px;
}

ul#menu-top-nav li a {
	text-decoration: none;
	color:  #fff;
	font-family:  'Titillium Web';
	line-height: 24px;
}



.youtube, .twitter, .facebook {
	background: url(images/sprites.png) no-repeat;
}

li.nav-tel {
	background: url(images/telephone.png) no-repeat;
	background-position: 0% 61%;
}

li.nav-dealer {
	background: url(images/location.png) no-repeat;
	background-position: 0% 68%;
	background-size: 11% 65%;
}

li.nav-contact {
	background: url(images/envelope.png) no-repeat;
	background-position: 0% 59%;
	background-size: 22% 60%;
}

ul#menu-top-nav li.nav-tel {
	padding-left: 16px;
	margin-right: 13px;
}

ul#menu-top-nav li.nav-dealer {
	padding-left: 16px;
	margin-right: 23px;
}

ul#menu-top-nav li.nav-contact {
	padding-left: 18px;
}

.youtube{
	background-position: -236px -28px ;
	width: 87px;
	height: 87px;
}

.twitter{
	background-position: -236px -146px ;
	width: 87px;
	height: 87px;
}

.facebook{
	background-position: -233px -270px ;
	width: 87px;
	height: 87px;
}

.navbar-collapse > .navbar-nav > li > .dropdown-menu::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 5px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.12) inset;
    box-shadow: 0 2px 2px rgba(0,0,0,0.12) inset;
}

.navbar-collapse > .navbar-nav > li > .dropdown-menu {
    float: none;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}



#footer-bottom {
	min-height: 68px;
	background-color: #aa0000;
	font-family: 'Titillium Web';
	font-size: 12px;
	color: #ffffff;
	padding-top: 25px;
	clear: both;
}

#footer-bottom a {
	font-family: 'Titillium Web';
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#footer-bottom .footer-links .menu li {
	margin-left: 60px;
}

.footer-top {
	min-height: 205.4px;
	background-color: #f2f2f2;
	font-family: 'Titillium Web';
	font-size: 12px;
	color: #363636;
	padding-top: 36px;
}

.vers-footer-logo img {
	width: 100px;
	
	margin-bottom: 11px;
}	

.footer-top h4.widgettitle {
	font-size:  12px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	padding-top: 3px;
}

nav.social {

}

nav.social ul {
	list-style: none;
	padding:  0;
	margin-top: 20px;
}

nav.social ul li {
	display: inline;
	margin-right: 3px;
}

nav.social ul li a {
	
}

nav.social img {
	height:  28px;
	width: 28px;
}

.footer-top .btn {
	width: 66.9px;
	height: 48px;
	border-radius: 2px;
	background-color: #0253ba;
	font-weight: 700;
	text-transform: uppercase;

}

.footer-top input {
	width: 100%;
	height: 48px;
	border-radius: 2px;
	background-color: #dcdcdc;
}

.footer-top .col-sm-9 {
	padding: 0;
	margin: 0;
}

.mobile-show {
	display: none;
}
.mobile-nav-show {
	display: none;
}

.navbar-brand {
	padding: 11px 15px;
}

.navbar-brand img {
	height: 60px;
	margin-top:  -8px;
}

.nav-waypoint {
	display: none;
}

p#breadcrumbs {
	font-family: "Titillium Web";
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 20px;
}

p#breadcrumbs a {
	padding: 0 10px
}

p#breadcrumbs span.back {
	font-weight: 700;

}

p#breadcrumbs span.back:before {
 	content: '\25C0';
 	font-size: 9px;
}

p#breadcrumbs a#goback {
	font-weight: 700;
	pointer-events:auto;
	cursor:pointer;
}

p#breadcrumbs a#goback:before {
 	content: '\25C0';
 	font-size: 9px;
}

p#breadcrumbs span.breadcrumb_last {
	padding-left: 10px;
}

.single-lift-image-wrapper {
	min-height: 520px;
	background-color: #f8f8f8;
}

.single-lift-image {
	max-width: 485px;
	margin: 0 auto;
}

.single-lift-image img {
	
}

.single-lift-image-badge {
	height:  11em;
}

.single-lift-right-content {
	min-height: 520px ;
	padding:  0 15px;
}

.single-lift-title {
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 10px;
}
.single-lift-title h1 {
	font-family: 'Titillium Web';
	font-size: 36px;
	font-weight: 600;
	color: #bd0000;
	margin: 0px 0px 5px 0px;
}

.single-lift-title h5 {
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

.single-lift-categories {
	font-size: 12px;
}

.single-lift-categories-text {
	margin-bottom: 6px;
}
.category-list-heading {
	font-family: 'Titillium Web';
	font-weight: 700;
}

.category-list-result {
	font-family: 'Titillium Web';
}

.single-lift-categories .row {
	margin-bottom: 16px;
}

.single-lift-ctas {
	max-width: 414px;
}

.single-lift-ctas .btn {
	margin-bottom: 16px;
}

.single-lift-ctas a {
	font-family: 'Titillium Web';
	margin-top: 8px;
	display: block;
}

.single-lift-ctas a.locate-dist {

}

.single-lift-ctas a.download-spec {

}

.single-lift-product-overview {

}

.single-lift-product-overview h2 {
	overflow: hidden;
	margin-bottom: 25px;
}
.single-lift-product-overview h2:after {

	content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 2px solid #bd0000;
    overflow: hidden;
	
}

.locate-dist {
	background: url(images/location-blue@2x.png) no-repeat;
	background-position: 0% 2px;
	background-size: 13px 17px;
	padding-left: 18px;
}

.download-spec {

	background: url(images/download-arrow@2x.png) no-repeat;
	background-position: 0% 0%;
	background-size: 20px 20px;
	padding-left: 22px;

}



.specification-rows {
	font-family: 'Titillium Web';
}

.specification-rows .row:first-of-type {
	
}
.specification-rows .row {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0px;
	margin-left: 0px;
	margin-right: 0px;

}

.specification-rows .spec-title {
	font-weight: 700;
	padding-left: 0;
}

.specification-rows .spec {
	text-align: right;
}

.specifications-block {
}

ul.lift-listing .specifications-block .specification-rows .row:first-of-type {
	margin-top: 6px;
	border-top: 1px solid #e6e6e6;
}

.specifications-block .spec-block {
	border-top: 1px solid #e6e6e6;
	margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 60px;

}

.spec-block h3 {
	margin-top: 10px;
}

.category-specifications-block {
}

ul.lift-listing .category-specifications-block .specification-rows .row:first-of-type {
	margin-top: 6px;
	border-top: 1px solid #e6e6e6;
}

.category-specifications-block .spec-block {
	border-top: 1px solid #e6e6e6;
	margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 60px;

}

ul.category-lift-listing {
	list-style: none;
	padding: 0;
}

ul.category-lift-listing li {
	margin-bottom: 40px;
	border-bottom: 2px solid #dcdcdc;
	padding-bottom: 40px;
}

ul.category-lift-listing .spec {
	text-align: right;
}

ul.category-lift-listing .lift-image img {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}



/*************************************************************** Mega Menu ********************************************************/


/* .yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

ul.yamm0 li {
	max-width: 1170px;
	margin:  0 auto;
} 

ul.yamm1 .dropdown {
	
} 

.ubermenu .ubermenu-row {
	max-width: 1170px;
	margin: 0 auto;
}

ul.dropdown-menu1 {

}

#ubermenu-main-24 {
	float: left;
	clear: none;
	height: 50px !important;
}

#ubermenu-main-24 li.vers-toplevel a {
	padding: 24px 0px;
	color: #363636;
	margin:  0 25px;
}

nav#ubermenu-main-24 a:hover,  #ubermenu-main-24 a:active {	
	color: #2d71c6;
}

li.ubermenu-item-level-0 a:hover, li.ubermenu-item-level-0 a:active {
	padding-bottom: 23px;
	border-bottom: 2px solid  #2d71c6;
}

li.ubermenu-active {

}

nav#ubermenu-main-24 a.active {
	padding-bottom: 23px;
	border-bottom: 2px solid #2d71c6;
	color: #2d71c6;
}

li.ubermenu-active .ubermenu-submenu a {
	border-bottom: none;
	color: #363636;
} 

li.ubermenu-item-level-3 a:hover, li.ubermenu-item-level-3 a:active {
	border: none;
}

#ubermenu-main-24 a span {
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

ul.ubermenu-submenu li a:hover {
	border: none;
}



.ubermenu .ubermenu-item .ubermenu-submenu-drop {
	z-index: 99999 !important;
	background-color: #f1f1f1 !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
    display: none !important;
    content: "" !important;
}

.ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega {
	min-height:  600px;
}

.ubermenu .ubermenu-submenu .ubermenu-column {

}

li#menu-item-1382 {
    border-left: 1px solid #dcdcdc;
}

li#menu-item-2060 {
    border-left: 1px solid #dcdcdc;
}

li#menu-item-1381 {
	font-family: 'Titillium Web';
	text-align: right;
}

.menu-search-by {
	text-align: right;
}

.ubermenu-nojs.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target, .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target {
	background-color: transparent !important;
}

.about-spacer {
	visibility: hidden;
}

.ubermenu-row-id-1383, .ubermenu-row-id-1384, .ubermenu-row-id-1385 {
	border-bottom: 1px solid #0a59bd !important;
}

.ubermenu .ubermenu-tab .ubermenu-tab-content-panel {
	background-color: #f1f1f1 !important;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #dcdcdc !important;	
}

.ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {
	border-top: none !important;
} */

/************************************************************** END Mega Menu *****************************************************/


ul.lift-listing {
	list-style: none;
	padding: 0;
}

ul.lift-listing li {
	margin-bottom: 40px;
}

.lift-image {
	position: relative;
	height: 260px;
	background-color: #fff;
	border: 4px solid #f8f8f8;
}

.lift-image img {
	max-width: 100%;
	position: absolute;
	bottom: 20px;
}

.lift-image-eu {
	position: relative;
	height: 331px;
	background-color: #f8f8f8;
}

.lift-image-eu img {
	max-width: 100%;
	position: absolute;
	bottom: 10px;
}

ul.category-lift-listing .lift-image-eu img {

    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;

}

.lift-title h1 {
	margin-top: 0;
}

ul.lift-listing .spec {
	text-align: right;
}

.compare-checkbox {
	height: 48px;
	text-align: center;
	padding: 11px 0px;
}

.compare-checkbox label.vers-form-type-checkbox-text {
	font-weight:  normal;
	color: #07428d;
	font-family: 'Titillium Web';
}

#goto-compare {
	font-family: 'Titillium Web';
	padding-top: 17px;
	margin-left: 10px;
	font-weight: 600;
}

#sort-filter-group {
	max-width:  325px;
	float: right;
}

.sort-filter-title {
	float: left;
	padding: 10px;
	font-family: 'Titillium Web';
	font-size: 12px;
	font-weight: 700;
	color: #363636;
	margin-right: 20px;
}

#sort-filter {
	float: right;
}

select.sort-filter {
	height: 40px;
	width: 235px;
}

#filter-top {
	margin-bottom: 15px;
}

/*************************************************************** Filter sidebar ***************************************************/


input.vers-form {

}

textarea.vers-form {

}

input[type="radio"].vers-form {

}

.vers-measurement-group input[type="radio"].vers-radio {
 
 }

.vers-measurement-group {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 13px 0px 5px 0px;
    text-align: right;
}

.vers-measurement-group .btn-group {

}

.vers-form-type-radio-text {
    

}

input[type="checkbox"].vers-form {

   

}

.vers-form-type-checkbox-text {


}

.sidebar.sidebar-left {
    padding: 20px 10px;
    background-color: #e6e6e6;
    z-index: 10;
}

.sidebar.sidebar-left ul { }

.sidebar.sidebar-left ul li {
  
   
}

.sidebar.sidebar-left ul li.item {
    padding: 0 7px;    
}


.sidebar.sidebar-left ul li select.vers-form {
     
    
}

.sidebar.sidebar-left select option.bkg {
    color: #000;
    
}

.sidebar.sidebar-left input.inputMin,  .sidebar.sidebar-left input.inputMax{
	max-width: 100%;
	margin-bottom: 15px;    
}

.sidebar.sidebar-left .vers-form-type-radio-text {
   margin-right: 16px;
}

.sidebar.sidebar-left .vers-form-type-checkbox-text {
    clear: left;
    float: left;
}

.sidebar.sidebar-left ul li.sidebar-header1 {
	margin: 0px 0px 15px 0px;
	font-family: 'Titillium Web';
	font-size: 18px;
	font-weight: bold;
	color: #363636;
}

.sidebar.sidebar-left ul li.sidebar-header {
    font-family: 'Titillium Web';
	font-size: 18px;
	font-weight: bold;
	color: #363636;
	margin: 15px 0;
	clear: both;
	
}

.sidebar.sidebar-left .btn {
    width: 100%;
    margin-bottom: 10px;
}

.sidebar.sidebar-left .btn i {
    margin-right: 7px;

}

.sidebar.sidebar-left [data-toggle="buttons"] > .btn input[type="radio"], 
.sidebar.sidebar-left [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], 
.sidebar.sidebar-left [data-toggle="buttons"] > .btn input[type="checkbox"], 
.sidebar.sidebar-left [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {

    max-width: 100%;

}

.sidebar.sidebar-left .btn-group, .btn-group-vertical {
    width:  100%;
}

.sidebar.sidebar-left li.itemRange {
}

.sidebar.sidebar-left li.itemRange input.vers-form {
 	width: 100px;
}

.sidebar.sidebar-left li.item .inputMin {
    float: left;
    max-width: 100px;   

}
.sidebar.sidebar-left li.item .inputMax {
    float: left;
    max-width: 100px;
    margin-bottom: 7.5px;   
    
}

.sidebar label.vers-form-type-radio-text {
	margin-bottom: 0px;
}

button#reset-form {
	margin-top: 15px;
}

#compare-status {
	float: left;
}

ul.compare-block {
	padding: 0;
	margin: 0; 
}

ul.compare-block li.compare-item {
    display:inline;
    height: 40px;
	font-family: 'Titillium Web';
	font-size: 14px;
	font-weight: 700;
	color: #363636;
	margin-right: 10px;
}

.compare-cancel {
    margin-right: 3px;
}

.compare-cancel:before {
    content: '\00d7';
    pointer-events:auto;
    color: #0a59bd;
    cursor:pointer;
    font-weight: 400;
    font-size: 30px;
}

div.compare-grid {
	font-family: 'Titillium Web';
}

div.compare-block {
	border-bottom:  1px solid #e6e6e6;
	border-left:  1px solid #e6e6e6;
	padding-top: 10px;
	padding-bottom: 10px;
	height:40px;
	overflow: hidden;
	padding-left: 10px;
}

div.compare-option {
	border-left:  none;
}

div.compare-block h3 {
	padding: 0;
	margin: 0;
}

div.odd {
	background-color: #f6f6f6;
}
div.last {
	margin-bottom: 60px;
}
div.compare-option-title {
	border-left: none;
}

div.compare-option-title .navbar {
	border-left: none;
}


div.first {
	/*overflow: hidden;
    position: fixed;
    top: 0;*/
    background-color: #fff;
    padding-left: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.affix {
	position: fixed !important;
    top: 0;
}

 .nav-wrapper
{
    height:40px;
}

.navbar-inverse {
    background-color: transparent;
    border-color: #363636;
}
.navbar {
    border-radius: 0px;
}

.compare-grid {
	margin-top: 20px;
}
.compare-grid .navbar {
    height: 40px;
    margin-bottom: 0px;
    border-bottom:  1px solid #e6e6e6;
    border-left:  1px solid #e6e6e6;
    border-right: none;
    border-top: none;
    width: 100%;
    background-color: #fff;
   	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 40px !important;
	max-width: 300px;

}

.comparison-lift-image-wrapper {
	min-height: 150px;
	margin-left: -15px;
	margin-right: -15px;
	border-left: 1px solid #e6e6e6;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.compare-col-1 {
	border-left: none !important;
}

.compare-col-1 .comparison-lift-image {
	background-color: transparent;
}

.comparison-lift-image {
	background-color: #f8f8f8;
	height: 200px;
	text-align: center;
	position: relative;

}

.comparison-lift-image img {
	max-width: 200px;
	position: absolute;
	bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}


.comparison-lift-buttons {
	min-height: 115px;
	margin-left: -15px;
	margin-right: -15px;
	border-left: 1px solid #e6e6e6;
	padding-left: 15px;
	padding-right: 15px;
}

button.reqQuote {
	display: block;
	margin-bottom: 15px;
}
button.schedDemo {
	display: block;
}


/******************************************************************END filter sidebar *********************************************/


/********************* pagination *********************/


i {
	  border: solid black;
	  border-width: 0 1px 1px 0;
	  display: inline-block;
	  padding: 4px;
	  float: right;
	  margin-left: 10px;
	  margin-top: 4px;
	}

	.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
	}

	.down {
	    transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	}

	.left {
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
	}

	.right {
	    transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	}

	div.pagination {
		width: 100%;
	}

	div.center-pagination ul.pagination {
		text-align: center !important;
	}

	div.center-pagination ul.pagination li a {
		border: none;
	}

	.pagination {
		text-align: center;
	}

	div.prev {
		float: left;
		margin: 20px 0;
		padding: 7px 12px;
	}

	div.prev i {
		float: left;
		margin-right: 10px;
		margin-left: -9px;
	}

	div.prev a {

	}

	div.next {
		float: right;
		margin: 20px 0;
		padding: 7px 12px;
	}

	div.next a {

	}

	div.center-pagination {

	}

	div.pagination a i {
		color: #337ab7;
		border-color: #337ab7;
	}

	div.center-pagination span.interim-pages {
		border: none;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}

/********************* end pagination ******************/


/********************** category pages ********************/



.dk-gray {
	background-color: #363636;
}

.dk-gray h1, .dk-gray h2, .dk-gray p {
	color: #fff;
}

.dk-gray .btn, .dk-gray .btn-default {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

.panel_one .btn {
	margin-top: 36px;
}

.panel_one, .panel_two, .panel_three, .panel_four {
	width: 100%;
}

.panel_one .col-sm-7, .panel_two .col-xs-7, .panel_three .col-xs-7, .panel_four .col-xs-7 {
	padding: 0;
	margin: 0;
}

.panel_one .col-sm-5 {
	padding-left: 50px;
	padding-top: 50px;
}

.panel_image_wrapper {
	width: 100%;
}

.panel_two {
	padding-top:  70px;
	padding-bottom: 70px;
}

.panel_two .box_one_wrapper {
	padding-right: 30px;
}

.panel_two .box_two_wrapper {
	padding-left: 30px;
}

.panel_two h2 {
	color: #000;
}

.panel_two h3 {
	color: #bd0000;
}

.panel_blockquote {
	font-size: 18px;
	color: #BD0000;
	font-family: 'Titillium Web';
	font-style: italic;
	font-weight: 600;
}

/*.panel_blockquote:before {
	content: '\"';
	font-size: 38px;
	color: #0A59BD;
	font-style: italic;
	font-weight: 600;
	transform: rotate(346deg);
    -webkit-transform: rotate(346deg);
    display: inline-block;
    line-height: 20px;
}*/

.panel_three {
	margin-bottom: 44px;
}

.panel_three .panel_image_wrapper {
	position: relative;
	margin-bottom: 23px;
}

.panel_three .panel_title {
	position: absolute;
	top: 30px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}
.panel_three .panel_title h1 {
	color: #fff;
	font-weight: 400;
}
.panel_three .col-sm-12 {
	padding: 0;
    margin: 0;
}
.lt-gray {
	background-color: #f9f9f9;
}

.panel_four {
	padding: 50px 0;
}

.panel_four h2 {
	color: #363636;
}

.panel_four .panel_title {
	text-align: center;
	margin-bottom:  30px;
}

.panel_five ul.panel_five_links_block {
	padding: 0;
	margin:  0;
}

.panel_five {
	font-family: 'Titillium Web';
}

.panel_five .col-sm-5 {
	padding-left: 30px;
	padding-top: 40px;
    padding-bottom: 0px;
}

ul.panel_five_links_block li {
	padding-left: 0;
	padding-top: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.panel_six {
	padding: 60px 0;
	font-family: 'Titillium Web';
}

.panel_six h2 {
	margin-top: 0;
	font-weight: 400;
	color: #000;
}

.panel_six .panel_content {
	margin-bottom: 40px;
}

.panel_six .panel_blockquote {
	margin-bottom: 40px;
}

.panel_six .panel_image {
	text-align: center;
}

.panel_button {
	max-width: 300px;
	margin: 0 auto;
}

.panel_seven {
	padding: 60px 0;
	font-family: 'Titillium Web';
}

.panel_seven h2 {
	margin-top: 70px;
	font-weight: 400;
	color: #000;
}

.panel_seven .panel_content {
	font-family: 'Titillium Web';
}

.panel_seven .panel_blockquote {
	margin-bottom: 40px;
}

.panel_eight {
	font-family: 'Titillium Web';
	padding: 60px 0px;
}

.panel_eight .panel_title {
	text-align: center;
}

.panel_eight .panel_title h2 {
	color: #000;
}

.panel_eight .panel_subheader {
	text-align: center;
	margin-bottom: 30px;
}

.panel_eight ul.panel_eight_bullet_block {

}

.panel_eight li.panel_eight_bullet {
	padding-bottom: 20px;
}

.panel_eight li.panel_eight_bullet:nth-child(odd) {
	clear: left;
	padding-right: 20px;
}

.panel_nine {
	padding: 50px 0;
}
.panel_nine .panel_title {
	text-align: center;
	margin-bottom: 20px;
}

.panel_nine .panel_title h2 {
	color: #fff;
}

.panel_nine .panel_content {
	max-width: 900px;
	margin: 0 auto;
	font-family: 'Titillium Web';

}

.versalift_category_description {

}

.versalift_category_description header {
	margin-bottom: 30px;
	text-align: center;
}

section.category_listings {
	margin-top: 40px;
}

.product-reach-diagram figure {
	float: left;
}

.product-reach-diagram figure:nth-child(n+4) {
  display:none;
}

.product-reach-diagram  figure figcaption {
	display: none;
}

.product-reach-diagram {
	max-width: 500px;
}

.my-gallery-text {
	font-family: 'Titillium Web';
	text-align: center;
}

.contact-us-form {
	padding: 50px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 5);
}

.contact-us-form input[type="text"] {
	margin-bottom: 20px;
	display: block;
	max-width: 100%;
	padding-left: 15px;
}

.contact-us-form select {
	margin-bottom: 20px;
}

.contact-us-form textarea {
	width: 100%;
	display: block;
	border: 1px solid #dcdcdc;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.contact-us-address {
	padding: 20px 50px 118px 50px;
	color: #fff;
	max-height: 418px;
	font-family: 'Titillium Web';
}

.contact-us-address h2, .contact-us-address h3 {
	color: #fff;
}

.contact-us-map {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }

.contact-us-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.contact_us_locations {
	padding: 50px;
	font-family: 'Titillium Web';
	text-align: center;
	margin: 25px 0;
}

.contact_us_locations h2 {
	
}

.separator h2 {
	overflow: hidden;
	margin-bottom: 25px;
}

.separator h2:after {

	content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 2px solid #bd0000;
    overflow: hidden;
	
}

ul.contacts-list-items {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.contacts-list-items li {
	margin-bottom: 10px;
}

ul.contacts-list-items li h3{
	padding-top: 0;
}

ul.contacts-list-items li {
    height: 145px;
}

.contacts_individual h3 {
	margin:  0;
	font-size: 14px;
}

.contacts_individual p {
	margin: 0;
}

.contact-address-map-wrapper {
	position: absolute;
	bottom: 0;
}

.contact-map-wrapper {

}

.about-text-area .row {
	margin-bottom: 30px;
}

.about-text-area {
	font-size: 12px;
	font-family: 'Titillium Web';
}

.about-text-area h6 {
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}

.contact_title_wrapper {

}
.contact_title_wrapper h1 {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 14px;
}

.contact_image_title_wrapper {
	margin-bottom: 40px;
}

.contact-breadcrumbs {
	margin-top: 50px;
	margin-bottom: 20px;
}

.lead {
    font-size: 14px;
}
.lead {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.sticky-title h5 {
	font-weight: 600;
}

.sticky-title {

}

.sticky-image {
	/*border: 1px solid #dcdcdc;
	height: 190px;
	overflow: hidden;
	max-width: 360px;*/
}

.sticky-image img {
	height: 190px;
}

.sticky-posts {
	margin-top: 20px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
}

ul.list-items {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

li.blog-post {
	font-family: 'Titillium Web';
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	min-height: 300px;
	display: block;
	margin-top: 40px;
	
}

li.blog-post p.meta {
	margin-top: 10px;
}

li.blog-post .blog-title a {
	font-weight: 700;
	font-size: 18px;
}

li.blog-post .blog-image .col-sm-6 {
	padding-left: 0;
}

li.blog-post .blog-excerpt {

}

/*li.blog-post:first-of-type {
	min-height: 475px;
	display: block;
}

li.blog-post:first-of-type .col-sm-6 {
	width: 100%;
	
}

li.blog-post:first-of-type .blog-excerpt p {
	margin-top: 10px;
}*/

.mobile-left {
	float: left;
}

.mobile-right {
	float: right;
	clear: left;
}

.posts-mobile-sidebar #sidebar1 {
	padding-top: 45px;
}

#sidebar1 input {
	width: 100%;
	height: 48px;
	border-radius: 2px;
}

#sidebar1 #text-16 {
	background-color:#e6e6e6;
	padding: 26px 15px;
	min-height: 236px;
	margin-right: 25px;
}

#sidebar1 #text-16 .col-sm-9 {
	padding: 0;
}

#sidebar1 #text-16 .col-sm-3 {
	padding-right: 0;
}

.posts-mobile-sidebar .col-sm-4 {
	padding: 0;
}

.posts-mobile-sidebar input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 12px;
}
.posts-mobile-sidebar input::-moz-placeholder { /* Firefox 19+ */
  font-size: 12px;
}
.posts-mobile-sidebar input:-ms-input-placeholder { /* IE 10+ */
  font-size: 12px;
}
.posts-mobile-sidebar input:-moz-placeholder { /* Firefox 18- */
  font-size: 12px;
}

.blog-sidebar-mobile {
	background-color:#e6e6e6;
	padding: 26px 15px;
	min-height: 236px;
	clear: left;
	margin-top: 40px;
	display: none;
}

.blog-sidebar-mobile input {
	width: 100%;
	height: 48px;
	border-radius: 2px;
}

#main p {
	font-family: 'Titillium Web';
}

#main h3 {
	margin-top: 0;
}
	
#main .post-category-title a {
	font-family: 'Titillium Web';
	text-transform: uppercase;
	font-weight: 600;
}

#main .post-category-title {
}

#main .post-header-image {

}

#main .post-author-time-wrapper {
	width: 100%;
	min-height: 20px;
	margin: 10px 0;
}

#main .post-author {
	float: left;
	margin-right: 10px;
	font-family: 'Titillium Web';
}

#main .post-date {
	float: left;
	font-family: 'Titillium Web';
}

.post-single-sidebar input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 12px;
}
.post-single-sidebar input::-moz-placeholder { /* Firefox 19+ */
  font-size: 12px;
}
.post-single-sidebar input:-ms-input-placeholder { /* IE 10+ */
  font-size: 12px;
}
.post-single-sidebar input:-moz-placeholder { /* Firefox 18- */
  font-size: 12px;
}

.modal-header .close {
    margin-top: -11px;
}

.close {
    font-size: 40px;
    color: #bd0000;
    opacity: 1;
}

.modal-form {
	padding: 50px;
	/*box-shadow: 0px 2px 4px rgba(0, 0, 0, 5);*/
}

.modal-form input[type="text"] {
	margin-bottom: 20px;
	display: block;
	max-width: 100%;
	padding-left: 15px;
}

.modal-form select {
	margin-bottom: 20px;
}

.modal-form textarea {
	width: 100%;
	display: block;
	border: 1px solid #dcdcdc;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/****************************** hero video *************************/


.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: transparent;
    padding-bottom: 43%;
}
.video-container .poster {
	overflow: hidden;
}
.video-container .poster img {
    width: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0 !important;
	/*height: auto !important;*/
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}

.video-container {
	padding-top: 0;
}

.homepage-background-video-wrapper {
	color: #fff;
	position: relative;
	/*overflow: hidden;*/
}

.homepage-background-video-wrapper h3 {
	color: #fff;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.homepage-background-video-wrapper h1 {
	color: #fff;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.8);
}

.homepage-background-video-wrapper .btn {
	border:  2px solid #fff;
	background-color: rgba(255,255,255, 1);
	/*text-shadow: 2px 4px 3px rgba(0,0,0,0.8);
	box-shadow: 2px 4px 3px rgba(0,0,0,0.8);*/
}

.homepage-background-video-wrapper a {
	color: #aa0000;
}

.homepage-background-video-text {
	position: absolute;
	top: 0;
	margin-left: 5%;
	margin-top: 3%;
	z-index: 555;
}

.homepage-video-button {
	width: 200px;
}

.homepage-background-video {

}

.homepage-video-header {
	max-width: 600px;
}

.homepage-panel-one h1 {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

.homepage-panel-one {
	padding: 0px 0px 0px 0px;
}


.homepage-video-read-more {
		position: absolute;
		bottom: -300px;
}

.homepage-video-read-more h3{
	background: url(images/down-arrow@2x.png) no-repeat;
	background-position: 17% 59%;
	background-size: 30px 30px;
	padding-left: 25px;
	height: 58px;
}


.homepage-panel-one-text-wrapper {
	padding-top: 25px;
}

.homepage-panel-one-text-wrapper .panel_blockquote {
	padding-top: 15%;
	padding-left: 10%;
	padding-right: 10%;
}

.double-separator {

}

.double-separator h2 {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	overflow: hidden;
}

.double-separator h2::after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 13px;
    border-top: 2px solid #fff;
    overflow: hidden;
}

.double-separator h2::before {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-left: -100% !important;
    margin-right: 13px;
    border-top: 2px solid #fff;
    overflow: hidden;
}

.homepage-panel-two {
	padding: 80px 0px;
}

.homepage-panel-two-content {
	max-width: 700px;
	padding-top: 36px;
	margin: 0 auto;
	text-align: center;
}

.homepage-panel-three {
	
}

.homepage-panel-three h1 {
	margin-top: 7px;
	padding-top: 0;
}

.homepage-panel-three .dk-blue {
	padding: 80px 30px;
}

.homepage-panel-three .lt-blue {
	padding: 80px 0;
	
}

.homepage-panel-three .col-sm-6 {
	position: relative;
}

.dk-blue {
	background-color: #00568e;
	color: #fff;
}

.dk-blue h1 {
	color: #fff;
}

.lt-blue {
	background-color: #0063a4;
}
.homepage-panel-three-blockquote {
	color: #fff;
}

.homepage-panel-three .panel_blockquote:before {
	color: #fff;
}

.homepage-panel-three-content {
	margin-top: 20px;
	margin-bottom: 20px;
}

ul.homepage-panel-three-links-block {
	list-style: none;
	padding: 0;
	
}

li.homepage-panel-three-links {
	text-align: center;
	height: 75px;
}

li.homepage-panel-three-links img {
	margin-bottom: 10px;
}

li.homepage-panel-three-links a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}


.homepage-panel-three .row {
    margin: 0;
}

.row-eq-height {
  	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
 }

 .homepage-panel-three-button a.btn {
	border:  2px solid #fff;
	background-color:  transparent;
	color: #fff;
}

.homepage-panel-three-button {
	width: 200px;
	position: absolute;
	bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.homepage-panel-four {
	margin-bottom: 44px;
}

.homepage-panel-four .panel_image_wrapper {
	position: relative;
	margin-bottom: 23px;
}

.homepage-panel-four .panel_title {
	position: absolute;
	top: 30px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}
.homepage-panel-four .panel_title h1 {
	color: #fff;
	font-weight: 400;
}

.homepage-panel-six {
	padding: 80px 0px;
}

.homepage-panel-six a.block {
	color: #363636;
}

.homepage-panel-six a.block:hover {
	color: #363636;
}

.panel-six-box1-image {
	text-align: center;
	margin-bottom: 14px;
}

.panel-six-box1-content {
	max-width: 400px;
	margin: 0 auto;
	line-height: 24px;
}

.panel-six-box2-image {
	text-align: center;
	margin-bottom: 14px;
	margin-top: 10px;
}

.panel-six-box2-content {
	max-width: 400px;
	margin: 0 auto;
	line-height: 24px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
 .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .homepage-panel-seven h1 {
  	text-align: center;
  }

  .homepage-seven-row-title {
  	text-align: center;
  	margin-top: 60px;
  }

  .homepage-seven-row-title h2 {
  	color: #363636;
  }

  .homepage-seven-row-content {
  	padding: 0px 80px;
  	margin-top: 20px;
  }

  .homepage-panel-eight {
  	padding: 80px 0px;
  }

  .homepage-panel-eight h1 {
  	text-align: center;
  	margin-bottom: 25px;
  }


  .homepage-panel-nine-content-wrapper {
  	padding-top: 70px;
  	padding-right: 70px;
  }

  .homepage-panel-nine-content-wrapper h2 {
  	color: #fff;
  }

  .homepage-panenl-nine-content {
  	margin-top: 30px;
  }

  .career-form {
	padding: 50px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 5);
}

.career-form input[type="text"] {
	margin-bottom: 20px;
	display: block;
	max-width: 100%;
	padding-left: 15px;
}

.career-form input[type="email"] {
	margin-bottom: 20px;
	display: block;
	max-width: 100%;
	padding-left: 15px;
	height: 40px;
	margin-top: 4px;
}

.career-form select {
	margin-bottom: 20px;
}

.career-form textarea {
	width: 100%;
	display: block;
	border: 1px solid #dcdcdc;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/****************************** end hero video *************************/




/************************* end category pages ********************/



.page_panel_one .btn {
	margin-top: 36px;
}

.page_panel_one {
	width: 100%;
}

.page_panel_one .col-sm-7 {
	padding: 0;
	margin: 0;
}

.page_panel_one .col-sm-5 {
	padding-left: 50px;
	padding-top: 50px;
}

.page-panel-image-wrapper {
	max-height: 375px;
	overflow: hidden;
}

.page-panel-title {
	margin-top: 14%;
}

.lt-blue p{
	color: #fff;
}
.lt-blue h2 {
	color: #fff;
}

.dk-blue p{
	color: #fff;
}
.dk-blue h2 {
	color: #fff;
}


.load-modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url(images/ajax-loader.gif) 
                50% 50% 
                no-repeat;
}

body.loading {
    overflow: hidden;   
}

body.loading .load-modal {
    display: block;
}

div.blog-image {
	margin-bottom: 20px;
}

.tablet-show {
	display: none;
}

.embed-container {
	position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}


#zip-search {
	width: 100%;
}
#zip-search-input {
	width: 150px;
	height: 48px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#zip-search-button {
	width: 70px;
	margin-top: -4px;
	margin-bottom: 0;

}

ul#distributors-list {
	list-style: none;
	padding: 0;
	margin: 20px 0px 0px 0px;
}

li#distributor-template {
	margin-bottom: 10px;
}

.distributor-name {
	font-weight: 600;
}

ul.distributor-list-items {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.distributor-list-items li {
	margin-bottom: 10px;
}

ul.distributor-list-items li h3{
	padding-top: 0;
}

ul.distributor-list-items li {
    height: 145px;
}

.distributor_individual h3 {
	margin:  0;
	font-size: 14px;
}

.distributor_individual p {
	margin: 0;
}

p.single-about-heading {
	font-weight: 600;
}

div.career-items ul {
	list-style: none;
	padding: 0;
}

.career-job-title p {
	font-weight: 600;
}
.career-address p {
	font-weight: 400;
}
.career-heading {
	margin-top: 20px;
}

.career-job-link {
	text-align: right;
}
li.career-item {
	padding: 15px;
	margin-bottom: 15px;
}

span.wpcf7-list-item {
    display: flex;
    margin: 0 0 0 1em;
}

textarea {
    width: 100%;
    display: block;
    border: 1px solid #dcdcdc;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}

.panel-default > .panel-heading {
    color: #363636;
    background-color: #f9f9f9;
    border-color: #dcdcdc;
}

.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}

.family-listing-desc {
	min-height: 75px;
}

.asp_content h1, .asp_content h2, .asp_content h3, .asp_content h4 {
	font-size: 14px;
}



/* 

used truck short codes
*/

.used-truck-shortcode-wrapper{

}

.used-truck-shortcode-wrapper a {

}

.used-truck-shortcode-image {

}

.used-truck-shortcode-title {
	text-align: center;
	margin-top: 20px;
	min-height: 50px;
}

.used-truck-shortcode-content {

}


.footer-top .agree {


}

.footer-top .agree input {
    width: 40px;
}

.footer-top .agree .wpcf7-list-item-label{
	font-size: 16px;
	line-height: 51px;
}





/****************** Training Page *************************/


.training-page-nav {
	min-height: 40px;
	text-align: center;
	padding-top: 10px;
	background-color: #F3F3F3;
}

.training-page-nav a{

	font-size: 14px;
	color: #363636; /*#0A59BD;*/
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 5px;
	/*display: block;*/
	padding-top: 10px;
}

.training-page-nav a:hover{
	color: #0A59BD;
	border-bottom: 4px solid #0A59BD;
}


.box-title {
	font-size: 36px;
	text-align: center;
	font-weight: 700;
}
.box-blurb {
	text-align: center;
	/*max-width: 600px;*/
	margin: 0 auto 60px auto;
}

.training-category-boxes {
	background-color:  #E6E6E6;
	padding: 80px 0px;
}

.training-category-boxes .box-title {
	color: #BD0000;
	margin-bottom: 60px;
}

.training-category-boxes .cat-box{
	background-color: #0A59BD;
	color: #fff;
	text-align: center;
	padding: 40px;
}
.training-category-boxes .cat-box-icon img{

	max-height: 80px;
}

.training-category-boxes .cat-box-icon{
	margin-bottom: 30px;
}

.training-category-boxes .cat-box-title{
	font-size: 20px;
	max-width: 235px;
	margin: 0 auto;
	max-height: 58px;
}
.training-category-boxes .cat-box-blurb{
	margin-top:  30px;
	margin-bottom:  30px;
	height: 60px;
	overflow: hidden;
}
						 
.training-category-boxes .cat-box-button {

}

.training-chekers-boxes {
	padding: 80px 0px;
}


.training-chekers-boxes .box-title {
	color: #BD0000;
	margin-bottom: 20px;
	
}

.checkers-title {

	font-size: 20px;
	font-weight: 700;

	margin: 80px 80px 30px 80px;
}

.checkers-blurb{

	margin: 0px 80px 0px 80px;
}

.training-course-boxes {
	background-color: #004BA9;
	color:  #fff;
	padding: 80px 0px;
}

.training-course-boxes .box-title {
	
	margin-bottom: 20px;
}

.training-course-boxes .box-blurb {
	font-size: 16px;
	margin: 0 auto 40px auto;
}

.course-box {
	background-color: #fff;
	color:  #363636;
	padding: 30px;
	margin-bottom: 30px;
	min-height: 325px;
	margin-top: -37.5px;
	line-height: 22px;
	border-radius: 5px;
}

.course-box-no {
	color: #BD0000;
	font-size:  30px;
	font-weight: 700;
	height: 75px;
	width: 75px;
	margin-top: -8px;
	background-color: #fff;
	margin: 0 auto;
	padding-left: 19.5px;
	padding-top: 8.5px;
}

.course-box-title {
	font-size: 20px;
	color: #BD0000;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

.course-box-blurb {
	height: 200px;
	overflow: hidden;
}

.circleBase {
    border-radius: 50%;
    /*behavior: url(PIE.htc); remove if you don't care about IE8 */
}


.training-available-courses .box-title {
	margin-bottom: 60px;
	color: #BD0000;
	font-size: 36px;
	font-weight: 700;
}

.available-course-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;

}

.available-course-categories {
	margin-bottom: 10px;
}

.available-course-lifts {
	margin-bottom: 10px;
}

.available-course-lifts a {
	font-weight: 700;
}

.training-available-courses {
	padding: 80px 0px;
}

.training-available-courses .row {
	margin-bottom: 40px;
}

.available-course-blurb {
	margin-bottom: 20px;
}

a.available-read-more {
	font-weight: 700;
}

.training-benefits-block {
	background-image:url('images/training_benefits_background.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding: 80px 0px;
}


.training-benefits-block .col-sm-6 {

}

.training-benefits-block .col-sm-6:nth-child(odd) {
	clear: left;
}


.training-benefits-block .box-title {
	margin-bottom: 20px;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
}

.training-benefits-block .box-blurb {
	
	color: #fff;
	font-size: 16px;
	margin: 0 auto 40px auto;
	max-width: 600px;
	line-height: 30px;
}

.benefits-box {
	min-height: 324px;
	padding: 30px;
	line-height: 29px;
}

.benefits-box-title{
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
	text-align: left;
}

.benefits-box-blurb{
	margin-top: 20px;
	color: #fff;
}

.benefits-hr-line {
	border:  2px solid #BD0000;
	width: 135px;
}

.training-features-block {
	padding: 80px 0px;
}

.features-title {
	font-size: 36px;
	color: #BD0000;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 700;
}

.features-blurb {
	text-align: center;
	max-width: 600px;
	margin: 0 auto 60px auto;
	line-height: 28px;
}

li.features-list {
	line-height: 35px;
	list-style: square;
	padding-left: 12px;
}

.faq-title {
	font-size: 20px;
	line-height: 65px;
}

.faq-content {
	padding-left: 27px;
}

.training-faq-courses {

}

.training-faq-courses .row {
	border-bottom: 1px solid #363636;
}

.faq-title span {
	font-size: 30px;
	margin-right: 10px;
}

.faq-title-background {
	background-image:url('images/training_faq_background.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	padding: 25px 0px;
	margin-bottom: 30px;
}


input#search {
    height: 48px;
    margin: 0;
}


#contactNesco .modal-form {
    padding: 50px 0px;
}

#contactNesco .quoter-company input {
  width:  100% !important;
}

#contactNesco .quoter-checkbox {
  margin-bottom: 20px;
}

#single-lift-gallery > .my-gallery > .col-xs-4 {
	padding-bottom: 6%;
}

div.wpcf7-response-output {
    border: 2px solid transparent !important;
}

select.form-control.bootstrap-table-filter-control-position,
select.form-control.bootstrap-table-filter-control-location {
  background-image: linear-gradient(45deg, transparent 50%, #07428d 50%), linear-gradient(135deg, #07428d 50%, transparent 50%) !important;
}

.nav-space {
	margin-left: 13px;
}

.nav-first-space {
	margin-left: 0;
}


@media screen and (min-width: 768px) and (max-width: 1199px) {

	.benefits-box {
    	min-height: 433px;
    }
}


@media screen and (min-width: 768px) and (max-width: 992px) {

	.checkers-title {

		margin: 0px 0px 0px 0px;
	}

	.checkers-blurb {
		margin:  0px 0px 0px 0px;
	}

	.benefits-box {
    	min-height: 433px;
    }
}

/*************** End Training Page *********************/



/* homepage panel tweaks */

@media screen and (min-width: 950px) and (max-width: 1170px) {

	.homepage-panel-seven {

	}

	.homepage-seven-row-title {
    	margin-top: 30px;
	}
	.homepage-seven-row-content {
    	padding: 0px 30px;
	}


}



@media screen and (max-width: 992px) {

	#footer-bottom .footer-links .menu li {
    margin-left: 39px;
	}

	.comparison-lift-image {
		height: 150px;
	}

	.comparison-lift-image img {
		max-width: 100%;
	}

	.posts-mobile-sidebar {
		display: none;
	}

	.blog-sidebar-mobile {
		display: block;
	}

	.homepage-video-read-more h3 {
		bottom: -256px;
	}

	.single-lift-title{
		clear: left;
	}

}


@media screen and (min-width: 768px) {

	.yamm .dropdown.yamm-fw .dropdown-menu {
	  min-height:  600px;
	}

	.navbar-form {
		width: 273px;
	}

	.no-col-gutter {
		padding: 0;
	}

	ul#menu-new-main {

		margin-top: 8px;
	}

	.navbar-nav > li > a {
		padding-bottom: 20px;
	}

	ul#menu-new-main-1 li a:active {
		
	}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		background-color: transparent;
	}

	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		background-color: #f1f1f1;
		border-bottom: solid;
	}

	li.menu-item ul li a {
		font-family: 'Titillium Web';
		font-weight: 700;
		font-size: 14px;
		color: #363636;
		text-transform: uppercase;
	}
	li.menu-item ul li a:hover {
		color: #2d71c6;
		background-color: transparent;
	}

	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		color: #bd0000;
		font-weight: 700;
		background-color: transparent;
	}

	li.megamenu .dropdown-menu .megamenu-column ul li.current_page_item a {
		color: #bd0000;
		font-weight: 700;
	}

	.dropdown-menu li.menu-item{
		padding: 0 25px;
		margin: 15px 0;
	}

	.dropdown-menu {
		background-color: #f1f1f1;
	}
	.navbar .container-fluid {
		position: relative;
	}
	li.megamenu {
		position: static;
	}

	li.megamenu .dropdown-menu {
		/* min-width: 280px; */
		width: 100%;
		background-color: #f1f1f1;
		padding-top: 35px;

	}

	li.megamenu .dropdown-menu .megamenu-column::before {

		/* border-right: 1px solid #dcdcdc;	 */
		height: 90%;
	    display: block;
	    width: 1px;
	    background: #DCDCDC;
	    content: '';
	    position: absolute;


	}

	li.megamenu .dropdown-menu .megamenu-image-column::before {

		/* border-right: 1px solid #dcdcdc;	 */
		height: 90%;
	    display: block;
	    width: 1px;
	    background: #DCDCDC;
	    content: '';
	    position: absolute;


	}

	li.megamenu .dropdown-menu .megamenu-column {
		width: 25%;
		float: left;
	}

	li.megamenu .dropdown-menu .megamenu-column ul {
		list-style: none;
	}

	li.megamenu .dropdown-menu .megamenu-column ul li {
		
	}

	li.megamenu .dropdown-menu .megamenu-column ul li a {
		font-family: 'Titillium Web';
		font-weight: 700;
		font-size: 14px;
		color: #363636;
		text-transform: uppercase;
	}

	li.megamenu .dropdown-menu .megamenu-column ul li a:hover {
		color: #2d71c6;
	}

	li.menu-heading a {
			color: #bd0000 !important;
			font-size: 16px !important;
			margin-left: -17px;
	}

	li.megamenu li.megamenu-image-column {
		width: 50%;
		float: left;
	}

	li.megamenu li.megamenu-image-column ul {
		list-style:  none;
		padding:  0;
	}

	li.megamenu li.megamenu-image-column li.featured-image {
		text-align: center;
		/* border-bottom: 1px solid #0a59bd !important; */
		padding: 0 25px;
		margin: 15px 0;
		min-height: 115px;
	}

	li.megamenu li.megamenu-image-column li.featured-image img {
		margin-bottom: 10px;
	}

	li.megamenu li.megamenu-image-column li.col-md-4 a {
		font-family: 'Titillium Web';
		font-weight: 700;
		font-size: 14px;
		color: #363636;
		text-transform: uppercase;
		
	}


}

/* Panel Media Queries */
@media screen and (min-width: 767px) and (max-width: 950px) {

	.panel_one .col-sm-5 {
		padding-top:  25px;
	}
	.panel_one .col-sm-5 {
		padding-top:  0px;
		padding-left: 25px;
	}

	.panel_one .btn {
    margin-top: 10px;
	}
	
	.homepage-seven-row-title {
    	margin-top: 10px;
	}
	.homepage-seven-row-content {
    	padding: 0px 10px;
	}

	.panel_five .col-sm-5 {
    	padding-left: 0px;
    	padding-top: 0px;
    	padding-bottom: 0px;
	}

	.page-panel-title {
		margin-top: 8%;
	}



}

/* transitional queries */

@media screen and (min-width: 768px) and (max-width:800px) {
	.panel_one h2 {
		font-size: 20px;
	}

	.panel_five .col-sm-7 {
		width: 100%;
	}

	.panel_five .col-sm-5 {
		width: 100%;
	}
}



@media screen and (min-width: 480px) and (max-width: 768px) {

	.comparison-lift-image {
		height: 100px;
	}

}





/* tablet */

@media screen and (max-width: 768px) {

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    	background-color: transparent;
	}

	.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
	}

	.navbar-toggle .icon-bar:nth-of-type(3) {
	  	top: 2px;
	}

	.navbar-toggle .icon-bar {
		  position: relative;
		  transition: all 500ms ease-in-out;
	}

	.navbar-toggle.active .icon-bar:nth-of-type(1) {
		  top: 6px;
		  transform: rotate(45deg);
	}

	.navbar-toggle.active .icon-bar:nth-of-type(2) {
		  background-color: transparent;
	}

	.navbar-toggle.active .icon-bar:nth-of-type(3) {
		  top: -6px;
		  transform: rotate(-45deg);
	}

	.top-nav {
		display: none;
	}
	.navbar-default .navbar-toggle .icon-bar {
    	background-color: #aa0000;
	}

	.navbar-toggle {
		border: none;
		margin: 0;
		padding: 19px 15px 0 0;
	}

	.navbar-brand {
    	padding: 15px 18px;
    	display: block;
		float: none;
		/*padding-left: 36px;*/
		margin-left: 15px;
	}

	.navbar-brand img {
    	margin: -18px auto 0 auto;
	}

	.nav-waypoint {
		display: block;
	    padding-top: 15px;
	    padding-left: 15px;
	    float: left;
	}

	.nav-logo {
		margin-right: 15px;
	    width: 255px;
	    margin: 0 auto;
	}

	
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		background-color: transparent;
	}

	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		background-color: #f1f1f1;
	}

	.navbar-default li.current_page_item a {
		color: #bd0000;
		font-weight: 700;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #bd0000;
		font-weight: 700;
		background-color: transparent;
	}

	li.megamenu li.megamenu-image-column li.featured-image img {
		display: none;
	}

	li.megamenu li.megamenu-image-column li.featured-image br {
		display: none;
	}

	ul#menu-new-main-1 {
		padding: 0 15px;
	}

	ul#menu-new-main-1 li {
		border-bottom: 1px solid #e6e6e6;
		
	}

	li.menu-heading a {
			/* color: #bd0000 !important;
			font-size: 16px !important; */
			margin-left: -17px;
			font-weight: 700;
	}

	.dropdown-menu ul {
		padding: 0;
		list-style: none;
	}

	.dropdown-menu ul li {
		padding: 5px 15px 5px 25px;
	}

	.dropdown-menu ul li a {
		color: #363636;
	}

	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
	}
	
	ul#menu-new-main-1 .open li:last-of-type {
		border-bottom: none;
	}

	.navbar-nav .open .dropdown-menu {
		padding: 0 15px;
	}

	.dropdown-menu {
		font-family: "Titillium Web";
	}
	

	.social-widget h4.widgettitle {
		display: none;
	}

	.lift-image img {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
   }
   .main {
   		clear: left;
   }

   #left-sidebar {
   	position: absolute;
    top: 0px;
    z-index: 1000;
    max-height: 700px;
   }
   .clear-sidebar {
   	position: relative;
   }
	
	#goto-compare {
		margin-bottom: 20px;
		text-align: center;
	}

	.mobile-center {
		text-align: center;
	}

	.sort-filter-title {
		display: none;
	}

	#sort-filter-group {
		float: none;
		max-width: 100%;
		text-align: center;
	}

	#sort-filter {
		float: none;
	}

	.compare-center {
		margin: 0 auto;
    	width: 315px;
	}

	.page-embed-header-item {
		text-align: center;
	}

  	p#breadcrumbs {
  		text-align: left;
  	}

  	.lift-image {
	    margin-left: -15px;
	    margin-right: -15px;
	}

	div.compare-grid {
    font-size: 12px;
	}
	.comparison-lift-image-wrapper {
		min-height: 120px;
	}

	div.compare-grid .btn-primary {
		font-size: 10px;
	}

	div.comparison-lift-buttons {
		padding-left: 5px;
		padding-right: 5px;
	}

	div.comparison-lift-image-wrapper {
		padding-left: 5px;
		padding-right: 5px;
	}

	.mobile-nav-show {
		display: block;
	}

	.mobile-nav-hide {
		display: none;
	}

	body.category .col-md-8 {
		padding: 0;
	}

	body.category .blog-excerpt .col-sm-6 {
		padding: 0;
	}

	body.category li.blog-post:first-of-type {
    	min-height: 440px;
	}
	.footer-top .col-sm-4 {
	}
	.footer-top .social-widget {
		margin-bottom: 10px;
	}

	.negative-footer34 {
    	margin-top: -20px;
	}

	#sidebar1 #text-16 {
    	margin-right: 0px;
	}

	.btn {
		margin-bottom: 20px;
	}

	div.panel_two {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	div.panel_three {
    	margin-bottom: 10px;
	}

	div.panel_four {
    	padding: 20px 0;
	}

	.panel_image {
		margin-left: -15px;
		margin-right: -15px;
	}

	div.panel_image img {
		width: 100%;
	}

	.panel_five {
	    padding-bottom: 34px;
	    display: block;
	}

	.panel_six {
    	padding: 20px 0;
	}
	
	.panel_seven {
    	padding: 20px 0;
	}

	.panel_seven h2 {
    	margin-top: 22px;
	}

	.panel_eight {
    	padding: 20px 0px;
	}

	.homepage-seven-row-title {
    	margin-top: 10px;
    	text-align: left;
	}
	.homepage-seven-row-content {
    	padding: 0px 10px;
	}

	.homepage-seven-row-content p a.btn {
		text-align: center;
	}

	.tablet-hide {
		display: none;
	}
	.tablet-show {
		display: block;
	}

	.homepage-panel-one {
    	padding: 12px 0px 0px 0px;
	}

	.row-eq-height {
		display: block;
	}

	.homepage-panel-two {
    	padding: 30px 0px;
	}

	.homepage-panel-three .dk-blue {
    	padding: 30px 0;
	}

	.homepage-panel-three .lt-blue {
    	padding: 30px 0;
	}

	.homepage-panel-three-button {
    	bottom: -6px;
	}

	.homepage-panel-six {
    	padding: 30px 0px;
	}

	.homepage-panel-eight {
    	padding: 30px 0px;
	}

	.homepage-panel-nine .container-fluid {
		padding: 0;
	}
	.homepage-panel-nine-content-wrapper {
		padding-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
	}

	.homepage-panel-one-text-wrapper .panel_blockquote {
		display: none;
	}

	.contact-address-map-wrapper {
    	position: relative;
	}

	.contact-us-address {
    	padding: 20px 50px 20px 50px;
    	margin-top: 20px;
	}

	.no-col-gutter {
		padding: 0;
	}

	.page-panel-one .container-fluid, .page-panel-one .container-fluid .col-sm-7 {
		padding: 0;
	}

	.career-job-link {
		text-align: left;
	}

	.homepage-seven-row-image {
	    text-align: center;
	    display: none;
	}

	.homepage-panel-nine .col-sm-6 {
		width: 100%;
		text-align: center;
	}

	ul.distributor-list-items li {
    	height: auto;
	}

	.panel_three .panel_title {
    	top: -12px;
	}

	.contact-us-form {
    	padding: 16px;
	}

	.modal-form {
    	padding: 16px;
	}

	.page-panel-image {
		text-align: center;
	}
	.page-panel-button {
		margin-bottom: 20px;
	}

	.page-panel-title {
    	margin-top: 40px;
	}

}

@media screen and (max-device-width:768px) and (orientation: portrait) {
	.homepage-panel-three .col-sm-6 {
		width: 100%;
	}

	.homepage-panel-seven .col-sm-6 {
		width: 100%;
	}

	.homepage-seven-row-image {
	    text-align: center;
	    display: none;
	}

	.homepage-panel-nine .col-sm-6 {
		width: 100%;
	}

	.homepage-panel-nine .col-sm-6 img {
		text-align: center;
	}
	ul.distributor-list-items li.col-sm-6 {
    	height: auto;
    	width: 100%;
	}

	.versalift_contact_us .col-sm-6 {
		width: 100%;
	}


}


/* because Ipad and bootstrap dont work well together */
@media screen and (max-width: 767px) {






}



/* mobile */
@media screen and (max-width: 480px) {

	.navbar-toggle {
		margin-top: 0;
	}

	.mobile-hide {
		display: none;
	}

	.footer-top .col-xs-6 {
		width: 100%;
	}

	.footer-top .footer-tel1 {
		width: 50%;
		float: left;
	}

	.footer-top .footer-tel1 h4.widgettitle {
		margin-bottom: 0;
	}

	.footer-top .footer-tel2 {
		width: 50%;
		float: left;
	}

	.footer-top .mobile-xs-3 {
		width: 100%;
	}

	.mobile-footer-copyright {
		float: right;
		width: 100%;
	}

	.mobile-footer-links {
		float: left;
		width: 100%;
	}

	#footer-bottom {
		min-height: 68px !important;
	}

	#footer-bottom .footer-links .menu li {
		margin-left: 0px;
	}
	#footer-bottom ul#menu-footer {
		padding: 0px;
		margin: 0px;
	}

	.footer-links .menu li { 
		float: none;
		margin-bottom: 15px;
	}

	.footer-links {
		float: left;
		margin: 0;
	}

	.mobile-show {
		display: block;
	}

	div.compare-option-title {
		padding-left: 0;
	}

	.compare-option-title h3 {
		font-size: 14px;
	}

	div.compare-block {
		min-height: 50px;
	}

	div.compare-option {
		padding-left: 0;
	}

	.compare-block h3 {
		font-size: 12px;
	}

	div.last {
		margin-bottom: 15px;
	}

	.blog-sidebar-mobile {
    margin-left: -20px;
    margin-right: -20px;
	}

	.blog-sidebar-mobile .col-xs-9, .blog-sidebar-mobile .col-xs-3 {
		padding-left: 4px;
		padding-right: 4px;
	}
	.blog-sidebar-mobile input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  font-size: 8px;
	}
	.blog-sidebar-mobile input::-moz-placeholder { /* Firefox 19+ */
	  font-size: 8px;
	}
	.blog-sidebar-mobile input:-ms-input-placeholder { /* IE 10+ */
	  font-size: 8px;
	}
	.blog-sidebar-mobile input:-moz-placeholder { /* Firefox 18- */
	  font-size: 8px;
	}

	body.category li.blog-post .blog-image .col-sm-6 {
    	padding: 0;
	}
	.negative-footer34 {
    	margin-top: 13px;
	}

	.footer-top .social-widget {
	    margin-bottom: 10px;
	    margin-top: -28px;
	}

	.panel_two .box_two_wrapper {
	    padding-left: 0px;
	}

	.panel_one .col-sm-5 {
	    padding-left: 0px;
	    padding-top: 20px;
	}


	.homepage-seven-row-title {
    	margin-top: 10px;
	}
	.homepage-seven-row-content {
    	padding: 0px 10px;
	}

	.homepage-background-video-wrapper {
		background-color: #dcdcdc;
	}

	body.home h1 {
		font-size: 18px;
	}

	body.home h2 {
		font-size: 16px;
	}

	.panel_three .panel_title h1 {
		font-size: 18px;
	}

	.g-recaptcha {
    	margin-left: -13px;
	}

}


/* Version2 Lift page show/hide */
article.version2 .lift-parent{
    position: relative;
    border: 0 !important;
}

article.version2 .lift-parent a.more span {
    margin: 0;
    padding: 0;
}

article.version2 .lift-parent a.more span.title {
    color: #0a59bd;
    font-family: "Titillium Web";
    font-size: 24px;
    font-weight: bold;
    line-height: 37px;
    margin: 0;
    padding: 0;
}
article.version2 span.title, span.location, span.height{
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

article.version2 span.price, span.truck-req-quote {
    color: #0a59bd;
    cursor: pointer;
}

article.version2 .default-list .middle-column {
    padding-left: 15px !important;
}

article.version2 .default-list .middle-column .row {
    min-height: 30px;
}

article.version2 .specification-rows .row:last-child {
    border-bottom: none;
}

article.version2 .lift-parent-bottom {

    cursor: pointer;
}

article.version2 .lift-parent-bottom:before{
    content: '';
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 90%;
    margin-left: 3%;
    margin-right: 5px;
    border-top: 2px solid #e6e6e6;
    overflow: hidden;

}

article.version2 .view-truck-button {
    max-width: 161px;
    border-radius: 2px;
    margin: 0 auto;

}

article.version2 ul.category-lift-listing li {
	border-bottom: 0;
	padding-bottom: 0;
}

article.version2 .view-truck-button a span {
    /* color:#000; */
}

article.version2 .lift-parent-bottom .dashicons-plus {
    font-size: 33px;
    color: #0a59bd;
}

article.version2 .lift-parent-bottom .dashicons-minus {
    font-size: 29px;
    color: #0a59bd;
}

/* The container */
article.version2 .checkbox-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
article.version2 label.checkbox-container {
    font-weight: normal;
}
/* Hide the browser's default checkbox */
article.version2 .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
article.version2 .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
article.version2 .checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
article.version2 .checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
article.version2 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
article.version2 .checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
article.version2 .checkbox-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


article.version2 .lift-image-archive {

}

article.version2 .lift-parent li.default-list {

    margin-bottom: 0;
    border-bottom: none;
    min-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;

}

article.version2 .lift-parent li.default-list .col-sm-6 {

    padding-left: 0;

}

article.version2 .sidebar-header1 .fa-sliders {

    float: left;
    padding: 0 10px 0 0;
    border: none;

}

article.version2 .sidebar.sidebar-left {
    background-color: #fff;
}

article.version2 .sidebar.sidebar-left ul li select.vers-form {
    border: none;
}

article.version2 .sidebar .sidebar-select-title{
    width: 100%;
    font-weight: bold;
    cursor: pointer;
    line-height: 24px;
    padding: 5px 0;
}

article.version2 .sidebar .sidebar-select-title span {
    float:right;
    font-weight:normal;
}

article.version2 .sidebar .sidebar-select-title .dashicons {
    font-size:14px;
    line-height: 23px;
}

article.version2 .sidebar .filterList {
    list-style:none;
    margin:0;
    padding:0;
}

article.version2 .sidebar li.filterItem {
    line-height: 24px;
    padding-bottom: 5px;
    padding-top: 5px;
    cursor:pointer;
}

article.version2 .sidebar li.sidebar-header {
    font-size:14px !important;
    line-height:24px;
    margin-left:7px !important;
}

article.version2 .sidebar .btn-group-toggle {

}

article.version2 .sidebar .btn-group-toggle .btn {
    width:50%;
    border-color: #cbcbcb;
    color: #000;
    height:30px;
    margin:0;
    line-height:14px;
}

article.version2 .sidebar .btn-group-toggle .btn.btn-default.active {
    border-color: #07428d;
    color: #07428d;
    background-color:#fff;
}

article.version2 .sidebar .btn-group-toggle .btn:hover {
    border-color: #07428d;
    color: #07428d;
    background-color:#fff;
}

article.version2 .sidebar .clear {
    border-color:transparent;
}

article.version2 button#reset-form {
    margin-top: 0;
    border-color:transparent;
    margin-bottom:0;

}

article.version2 .truck-count {
    color: #a4a4a4;
    font-weight:normal;
}

article.version2 span.compare-cancel{
    cursor: pointer;
}

@media screen and (min-width: 776px){
    article.version2 .desktop-view {
        display:block;
    }

    article.version2 .mobile-view {
        display:none;
    }
}

@media screen and (max-width: 775px){
    article.version2 .desktop-view {
        display:none;
    }

    article.version2 .mobile-view {
        display:block;
    }
    article.version2 .mobile-view #sort-filter-group .sidebar-select-title {
        text-align: left;
        padding-left:7px;
    }

    article.version2 .mobile-view #sort-filter-group #sort-filter {
        float: right;
    }

    article.version2 .mobile-view .sidebar-header1 {
        text-align:left;
        color: #337ab7;
    }

    article.version2 .mobile-view .sidebar-header1 .fa-sliders {
        padding:0;
        margin:0 5px 0 0;
    }
    article.version2 .mobile-view .mobile-truck-count {
        text-align:right;
        line-height:35px;
        padding-right:15px;
        text-transform:uppercase;

    }

   /*  .compare-cancel {
        display: none;
    } */
}

@media screen and (max-width:420px){
    article.version2 .lift-parent-bottom::before{
        width: 85%;
    }

    article.version2 .middle-column .col-xs-6 {
        width: 100%;
    }

    article.version2 .middle-column .row {
        margin-bottom: 7px;
    }

    article.version2 .middle-column .price {
        margin-bottom: 7px;
        display: block;
    }
}



