/* FONTS */
@font-face {
	font-family: RobotoCondensed;
    src: url('../fonts/robotocondensed-regular_0-webfont.eot');
    src: url('../fonts/robotocondensed-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-regular_0-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-regular_0-webfont.woff') format('woff'),
         url('../fonts/robotocondensed-regular_0-webfont.ttf') format('truetype'),
         url('../fonts/robotocondensed-regular_0-webfont.svg#roboto_condensedbold') format('svg');
	font-display: swap;
}

@font-face {
    font-family: RobotoCondensed;
    src: url('../fonts/robotocondensed-bold_0-webfont.eot');
    src: url('../fonts/robotocondensed-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-bold_0-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-bold_0-webfont.woff') format('woff'),
         url('../fonts/robotocondensed-bold_0-webfont.ttf') format('truetype'),
         url('../fonts/robotocondensed-bold_0-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}
/* FONTS */

/* inline blocks hack */
.container {
	font-size: 0;
}
.column {
	display: inline-block;
	width: 50%;
	font-size: 1rem; /*IE9+*/
}
.ie7 .column {
	font-size: 16px;
	display: inline;
	zoom: 1;
}
.ie8 .column {
	font-size: 16px;
}
/* inline blocks hack */

/* override some default bootstrap properties */
a {
	color: inherit;
}

a.highlight{
	text-decoration: underline;
	font-weight: bold;	
}

.btn {
	vertical-align: inherit;
	padding: 0.33em 0.66em;
}
:focus {
	outline: none !important;
}
.carousel-caption {
	left: 5%;
	right: 5%;
	top: 5%;
	bottom: 5%;
	padding-top: 0px;
	padding-bottom: 0px;
	text-shadow: none;
}
.carousel-control {
	top: 50%;
	height: 50px;
	width: auto;
	margin-top: -25px;
	line-height: 50px;
	font-size: 40px;
	z-index: 1000;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
	color: #e9e9e9;
}
.navbar {
	background: transparent;
	border: none;
	box-shadow: none;
	margin-bottom: 0px;
}
.navbar-nav {
	margin: 0px 5px;
	border-color: transparent !important;
}
.navbar-collapse.collapse.in {
	font-size: 20px;
}
.navbar-default .navbar-nav > li > a {
	font-family: RobotoCondensed;
	font-style: normal;
	font-size: 14px;
	font-weight: 300;
	color: #efefef;
	text-shadow: none;
}
.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
}
.form-control {
	height: initial;
	display: inline-block;
	border-radius: 0;
}
.form-inline .form-control {
	width: 100%;
}
label {
	font-weight: inherit;
	cursor: pointer;
}
.glyphicon-arrow-right {
	margin-top: -4px;
}
/* override some default bootstrap properties */
html {
	overflow-y: scroll;
}
img {
    max-width: 100%;
}
.block_display {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.top_menu, .community_menu {
	height: 50px;
	line-height: 18px;
}
.top_menu {
	background: -webkit-linear-gradient(92deg, #1775b2 48%, #0b4889 52%);
	background: -moz-linear-gradient(92deg, #1775b2 48%, #0b4889 52%);
	background: -o-linear-gradient(92deg, #1775b2 48%, #0b4889 52%);
	background: -ms-linear-gradient(92deg, #1775b2 48%, #0b4889 52%);
	background: linear-gradient(-2deg, #1775b2 48%, #0b4889 52%);
	height: 100%;
}
.community_menu {
	background: -webkit-linear-gradient(#E0E0E0, #ECECEC);
	background: -moz-linear-gradient(#E0E0E0, #ECECEC);
	background: -o-linear-gradient(#E0E0E0, #ECECEC);
	background: -ms-linear-gradient(#E0E0E0, #ECECEC);
	background: linear-gradient(#E0E0E0, #ECECEC);
	margin-top: 30px;
}
.welcome {
	line-height: 12px;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
.real_user {
	color: #00ffed;
}
.top_menu_items {
	margin-top: 4%;
}
.top_menu_right, .top_menu_right a {
	color: #efefef;
	font-weight: 700;
}
.collapsed_menu {
	background-color: #ffffff;
	border-color: #ffffff;
	border-radius: 20px;
}
.icon_bar {
	background-color: #2e97db;
}
.community, .requests, .top_menu_inner, .directory, .categories_title, .contact_title, .faq_title_0 {
	font-family: RobotoCondensed;
	font-style: normal;
	color: #474745;
	font-size: 14px;
	font-weight: 300;
	line-height: 50px;
}
.requests {
	text-align: right;
}
.sell_service_phone, .products_name, .contact_element_title {
	font-family: RobotoCondensed;
	color: #1c1652;
	font-size: 18px;
	line-height: 18px;
}
.sell_service_phone {
	font-weight: 700;
}
.top_menu_line {
	height: 2px;
	background: #2e97db none repeat scroll 0% 0%;
}
.cart_dropdown .ui-menu-item {
	height: 100px;
}
.product_list_pn {
	color: #0b4889;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	margin-top: 70px;
	margin-left: 25px;
}
.product_list_price {
	color: #4C9900;
	float: right;
	position: absolute;
	right: 20px;
	margin-top: 70px;
}
.product_list_name {
	margin-top:  5px;
	width: 70%;
	position: absolute;
	white-space: normal;
	overflow: hidden;
	display: inline-block;
	height: 65px;
}
.product_list_qty {
	display: inline-block;
	position: absolute;
	margin-top: 70px;
}
.directory ul, .directory li {
	display: inline;
	padding-left: 0px;
	padding-right: 0px;
}
.directory_1, .directory_2, .directory_3 {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
.directory_1 {
	color: #a0a09f;
	font-weight: 400;
}
.directory_2 {
	color: #1775b2;
	font-weight: 700;
}
.directory_3 {
	color: #0b4889;
	font-weight: 700;
}
.top_menu_list .glyphicon-arrow-right {
	color: #2e97db;
	font-size: 10px;
	margin-right: 6px;
	margin-left: 6px;
}
.mobile_top_buttons {
	float: right;
	line-height: 50px;
}
.ajvs_logo {
	max-height: 50px;
	height: auto;
	width: auto;
}
.footer_logos img {
	height: auto;
	width: auto;
}
.categories_title, .contact_title {
	font-size: 30px;
}
.categories_title {
	line-height: 24px;
	margin-top: 40px;
}
.faq_title_0 {
	line-height: 20px;
}
.contact_title {
	line-height: 80px;
}
.caption_title {
	font-family: RobotoCondensed;
	color: #1c1652;
	font-size: 1.2em;
	line-height: 1.1em;
	height: 13%;
}
.products_name, .caption_title {
	text-align: left;
	color: #2e97db;
	overflow: hidden;
}
.categories {
	height: 100%;
	background-repeat: no-repeat;
}
.row.generic_title {
	font-family: RobotoCondensed;
	color: #2e97db;
	font-size: 38px;
	line-height: 40px;
	vertical-align: middle;
	margin-bottom: 20px;
	margin-top: 20px;
	table-layout: auto;
}
.row.generic_subtitle {
	font-family: RobotoCondensed;
	color: #1c1652;
	font-size: 18px;
	line-height: 18px;
}
@media (min-width:768px){.categories_inner{width:760px}}@media (min-width:992px){.categories_inner{width:980px}}@media (min-width:1200px){.categories_inner{width:1180px}}
.categories_inner {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #ffffff;
	background-position: 50% 50%;
}
.product_item {
	line-height: 100px;
	height: 274px;
	width: 100%;
	background-image: url(../img/product_background.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
}
.product_item:hover, .product_item:active, .product_item:focus {
	-moz-box-shadow: 0 0 10px #1B4383;
	-webkit-box-shadow: 0 0 10px #1B4383;
	box-shadow: 0 0 10px #1B4383;
}
.product_image {
	max-height: 90%;
	width: auto;
	height: auto;
	max-width: 90%;
}
.categories_row {
	margin-top: 28px;
}
.category_services {
	background-image: url(../../../images/services_bg.png);
	background-repeat: no-repeat;
	height: 100%;
	background-position: 60% 45%;
	background-size: 98% 72%;
}
.categories_arrow {
	line-height: 56px;
}
.category_rentals {
	background-image: url(../../../images/equipment_rentals_bg.png);
	background-repeat: no-repeat;
	height: 100%;
	background-size: 100% 100%;
}
.equipment_rentals_title {
	font-family: RobotoCondensed;
	color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}
.equipment_rentals_main, .equipment_rentals_see a, .equipment_rentals_see {
	font-family: Arial;
	color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
}
.equipment_rentals_list {
	font-family: Arial;
	color: #ffffff;
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	list-style-image: url(../img/white_arrow.png);
	margin-left: -2%;
	margin-top: 5%;
}
.equipment_rentals_see {
	margin-top: 10%;
}
.aboutus {
	margin-top: 40px;
	background-image: url(../img/aboutus.jpg?v=2);
	background-repeat: no-repeat;
	text-align: center;
	color: #ffffff;
	line-height: 90px;
	background-size: 100% 100%;
}
.aboutus_row1 {
	font-family: RobotoCondensed;
	font-size: 30px;
	font-weight: 700;
}
.aboutus_row2, .aboutus_row3 {
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
}
.aboutus_row3 {
	line-height: 50px;
	margin-bottom: 40px;
}
.aboutus_line {
	background-image: url(../img/aboutus_line.png);
	height: 1px;
	background-size: 60% 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.carousel {
	margin-top: 30px;
	margin-bottom: 30px;
}
.caption_main {
	height: 69%;
}
.caption_inner{
	height: 70%;
}
.caption_info {
	overflow-y: hidden;
	padding-top: 3px;
	height: 12%;
}
.btn_main:focus {
	color: #ffffff;
}
.btn_main {
	font-family: RobotoCondensed;
	color: #ffffff;
	font-size: 1em;
	font-weight: 700;
	line-height: 18px;
	border-radius: 1.5em;
	background-repeat: no-repeat;
}
.btn_main:hover {
	border: 1px solid;
	box-shadow: inset 0 0 20px #33D2E1, 0 0 20px #33D2E1;
	outline-color: #33D2E1;
	outline-offset: 15px;
	color: #33D2E1;
}
.btn_main:active {
	border: 1px solid;
	color: #CCCCCC;
	box-shadow: inset 0 0 10px #CCCCCC, 0 0 10px #CCCCCC;
	outline-color: #CCCCCC;
	outline-offset: 15px;
}
.btn_navy {
	background-color: #2B1751;
}
.btn_red {
	background-color: #C0161C;
}
.btn_light_blue{
	background-color: #2e97db;
}
.btn_blue {
	background-color: #1B4383;
}
.btn_grey {
	background-color: #F2F2F2;
	color: #979797;
}
.btn_grey:focus {
	color: #979797;
}
.btn_white {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
.btn_green {
	background-color: #69aa3d;
}
.btn_black {
	background-color: #474745;
}
.btn_orange{
	background-color: #FF7C2B;
}
.btn_logout {
	color: #979797;
	margin-left: 20px;
	font-size: 1em;
}
.btn_rma {
	padding-left: 30px;
	padding-right: 10px;
	background-image: url(../img/generate_rma.png);
	background-position: 10px 50%;
}
.btn_rma_mobile {
	background-image: url(../img/generate_rma.png);
	background-position: 50% 50%;
	vertical-align: middle;
	margin-left: 10px;
	padding: 15px 23px;
	border-radius: 30px;
}
.btn_estimate {
	padding-left: 30px;
	padding-right: 10px;
	background-image: url(../img/request_estimate.png);
	background-position: 10px 50%;
}
.btn_estimate_mobile {
	background-image: url(../img/request_estimate.png);
	background-position: 50% 50%;
	vertical-align: middle;
	margin-left: 10px;
	padding: 15px 23px;
	border-radius: 30px;
}
.btn_cart_mobile {
	background-image: url(../img/basket_button.png);
	background-position: 50% 50%;
	vertical-align: middle;
	margin-left: 10px;
	padding: 15px 23px;
	border-radius: 30px;
}
.btn_facebook {
	background-image: url(../img/facebook_btn.png);
	background-position: 10% 50%;
	padding-left: 6%;
	background-color: #3959A0;
	padding-right: 3%;
}
.btn_financing {
	background-image: url(../img/dollar.png);
	background-position: 10% 50%;
	padding-left: 6%;
	padding-right: 3%;
}
.btn_dropdown {
	border: 2px;
}
.btn_print {
	padding: 10px 30px 10px 50px;
	background-image: url(../img/print.png);
	background-position: 15px 50%;
}
.cart_dropdown {
	line-height: 0px;
	margin-bottom: 15px;
}
.cart_dropdown .dropdown-menu {
	right: -20vw;
	left: auto;
	width: 40vw;
	padding: 0;
	max-height: 70vh;
	overflow-y: scroll;
	overflow-x: hidden;
}
.cart_dropdown li {
	color: #1c1652;
	font-size: 16px;
	font-family: RobotoCondensed;
}
a:focus, a:hover {
	outline: none !important;
	text-decoration: none !important;
	font-weight: bold !important;
}
a.underline:focus, a.underline:hover {
	outline: none !important;
	border: 0 !important;
	text-decoration: underline !important;
	font-weight: normal !important;
}
.main_search_input, .newsletter_search, .newsletter_submit {
	font-family: RobotoCondensed;
	border-style: solid;
	border-width: 1px;
	border-color: #d0d0d0;
	height: auto;
	font-size: 25px;
	background-repeat: no-repeat;
	padding-right: 50px;
	float: left;
	height: 50px;
}
.row .newsletter_search, .row .main_search_input {
	width: 85%;
	padding-right: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.row .newsletter_submit, .row .main_search_submit {
	background-position: 50% 50%;
	background-size: cover;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	width: 15%;
	padding-right: 0px;
	height: 50px;
}
.row .newsletter_submit {
	background-image: url(../img/input_arrow.png);
	border-color: #1B4383;
}
.row .main_search_submit {
	background-image: url(../img/search.png);
	background-size: 50%;
	background-repeat: no-repeat;
	width: 15%;
	height: 50px;
	background-color: #2B1751;
	border-color: #2B1751;
}
.ui-autocomplete {
	right:  5% !important;
	left: 50% !important;
	max-height: 400px;
	overflow-y: scroll;
	z-index: 1000;
}
.ui-menu .ui-menu-item {
	font-family: RobotoCondensed;
	font-size: 16px;
	white-space: normal;
	overflow: hidden;
	line-height: 20px;
	height: 100px;
	text-align: left;
	width: 100%;
	margin: 0 !important;
	padding: 0px 0px !important;
}
.ui-menu-item:hover, .ui-menu-item.ui-state-focus {
	border: 1px solid #33D2E1;
	box-shadow: inset 0 0 20px #33D2E1, 0 0 20px #33D2E1;
	outline-color: #33D2E1;
	padding: 0px 0px !important;
}
.ui-menu-item a:focus, .ui-menu-item a:hover {
	text-decoration: none !important;
	font-weight: normal !important;
}
.ui-menu-item.ui-state-focus {
	background: transparent;
}
.autocomplete_price {
	float: left;
	margin-top: 20px;
	color: orange;
	font-weight: bold;
}
.autocomplete_name {
	height:40px;
	overflow: hidden;
	margin-top: 1%;
}
.autocomplete_url {
	float: right;
	width: 100%;
	background: transparent !important;
}
.dropdown-menu > li > .autocomplete_url {
	padding: 0;
}
.autocomplete_img {
	margin-top: 3px;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
	background-image:url(../../../images/AJVS/Generic_Product_Image_c.jpg);
	background-size: 100% 100%;
	width: 90px;
	height: 90px;
}
#promocarousel {
	font-size: 10px;
	line-height: 10px;
}
.carousel_item, .carousel_item_data {
	font-family: Roboto;
	color: #474745;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.8em;
	text-align: left;
}
.carousel_item_data {
	font-weight: 700;
	text-overflow: ellipsis;
	overflow: hidden;
}
.carousel_prices{
	height: 30%;
	vertical-align: text-bottom;
}
.carousel_price_title {
	font-family: RobotoCondensed;
	color: #afafaf;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.4em;
	text-align: left;
}
.carousel_price_old {
	font-family: RobotoCondensed;
	color: #1c1652;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.4em;
	text-align: left;
}
.carousel_price_diff {
	font-family: RobotoCondensed;
	color: #C0161C;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.4em;
	text-align: left;
}
.carousel_price_loyalty {
	font-family: RobotoCondensed;
	color: #43950d;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.4em;
	text-align: left;
}
.carousel_price_new {
	font-family: RobotoCondensed;
	color: #1c1652;
	font-size: 1.7em;
	font-weight: 700;
	text-align: center;
	line-height: 1.5em;
}
.carousel_see_more {
	font-family: RobotoCondensed;
	color: #58ace2;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 2.4em;
	text-align: left;
	padding-left: 8%;
}
.carousel_buy_now, .carousel_contact_us, .carousel_view_replacement {
	float: right;
	height: 20%;
	z-index: 1000;
}
.carousel_outer {
	background-image: url(../img/carousel_background.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 50em;
}
@media (max-width: 767px) {
.carousel_image {
	height: 90%;
	width: auto;
}
} 
.contact {
	background-color: #f4f4f4;
}
.contact_data {
	margin-bottom: 30px;
}
.contact_element_title {
	font-weight: 700;
	line-height: 24px;
}
.sell_service, .contact_element_data {
	font-family: RobotoCondensed;
	color: #145D8F;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	text-align: left;
}
.faq {
	background-image: url(../img/faq_background.png?v=2);
	background-repeat: no-repeat;
	margin-top: 40px;
	height: 240px;
}
.faq_title_0 {
	font-size: 30px;
	margin-bottom: 60px;
}
.faq_element a {
	font-family: RobotoCondensed;
	color: #1c1652 !important;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
}
.faq_row {
	line-height: 60px;
}
.faq_line {
	background-color: #e1e1e1;
	height: 2px;
	margin-bottom: 30px;
}
.faq_outer {
	font-size: 10px;
}
.infos {
	margin-bottom: 40px;
}
.info_title {
	font-family: RobotoCondensed;
	color: #185D86;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}
.info_list, .info_list a, .credits_info, .info_checkboxes {
	font-family: Arial;
	color: #585756;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	list-style-image: url(../img/list_arrow.png);
}
.info_list ul {
	padding-left: 8%;
}
.info_signup {
	font-family: Roboto;
	color: #1c1652;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	margin-top: 10px;
}
.info_line {
	margin: 10px 0px;
	background-color: #1775b2;
	height: 1px;
	width: 25px;
}
.info_checkboxes {
	line-height: 12px;
	margin-top: 10px;
}
html input[type="checkbox"].newsletter_checkbox {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 2px;
	width: auto;
	cursor: pointer;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.footer {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	box-sizing: border-box;
	background-color: #f7f7f7;
}
.footer_links, .footer_links a {
	font-family: Roboto;
	color: #1c1652;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	padding-right: 10px;
}
.footer_links ul {
	padding-left: 0px;
}
.footer_info {
	font-family: Roboto;
	color: #545454;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.credits {
	margin-top: 30px;
	margin-bottom: 30px;
}
.u {
	text-transform: uppercase;
}
.l {
	text-transform: lowercase;
}
.b {
	font-weight: 700;
}
.i {
	font-style: italic;
}
.t {
	display: table;
	float: none;
	vertical-align: middle;
	width: 100%;
	table-layout: fixed;
}
.tc {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.tr {
	display: table-row;
	float: none;
	vertical-align: middle;
}
.horizontal {
	display: inline;
}
.green {
	color: #4C9900;
}
.red {
	color: #C0161C;
}
.dark_blue {
	color: #1c1652;
}
.buttonlike {
	line-height: 18px;
	font-weight: 700;
	font-size: 1em;
	font-family: RobotoCondensed;
	border-radius: 20px;
	color: #ffffff;
	padding: 0.33em 0.66em;
}
.green_bg {
	background-color: #43950d;
}
.red_bg {
	background-color: #C0161C;
}
.yellow_bg {
	background-color: #ffa500;
}
.border {
	border: 3px solid #eeeeee;
	border-radius: 3px;
}
.item_availability.two_lines {
	line-height: 16px;
}
.error_box, .msg_box {
	font-size: 18px;
	position: fixed;
	top: 0px;
	line-height: 24px;
	width: 100%;
	z-index: 99999;
	vertical-align: middle;
	table-layout: auto;
}
.error_box {
	color: #C0161C;
	border-top: solid 2px #C0161C;
	border-bottom: solid 2px #C0161C;
	background-color: #FFABAB;
}
.msg_box {
	color: #43950d;
	border-top: solid 2px #43950d;
	border-bottom: solid 2px #43950d;
	background-color: #B3FF76;
}
.msg_box button.close, .error_box button.close {
	font-size: 40px;
	padding: 10px;
	line-height: inherit;
}
.msg_box div:first-child, .error_box div:first-child {
	padding: 13px 8px 13px 8px;
}
.checkout_process {
	font-family: Arial;
	font-size: 16px;
	color: #82c1e9;
	margin: 20px 0px;
}
hr {
	margin: 5px 0px 15px 0px;
}
.form_template .input_hint {
	position: absolute;
	font-size: 14px;
	font-weight: 300;
	float: left;
	left: 10px;
	top: 0px;
	padding: 5px 10px 5px 10px;
	color: #000000;
	z-index: 999;
	border: 1px solid #ffa500;
	background-color: #FFFFAA;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 153, 0, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 153, 0, 0.6);
	display: none;
}
.label_text{
	padding: 10px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.label_text_text{
	width: 70%;
	font-family: Arial;
	font-size: 14px;
}

.address_text{
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
}

.address_text_text{
	width: 70%;
	font-family: Arial;
	font-size: 14px;

}

.form_template .form_field_name {
	font-family: Arial;
	color: #454545;
	font-size: 14px;
	text-align: right;
	line-height: 1em;
	padding: 0px 20px 0px 0px;
}
.form_template input, .form_template select, .form_template textarea {
	color: #000000;
	font-size: 20px;
	margin-top: 0;
}
.form_template #form_error {
	display: none;
	font-size: 15px;
	color: red;
}
.form_template .field_required, .form_template .password_match, .form_template .incorrect_code {
	display: none;
	font-size: 12px;
	color: red;
}
.form_template .form_section {
	padding-top: 20px;
	margin-top: 15px;
	border-top: 3px solid #dddddd;
}
.form_template .input_row {
	padding: 10px 0px 10px 0px;
}
.form_template textarea {
	resize: vertical;
}
.form_template .generic_error {
	padding-left: 10px;
}
.form_template .warning {
	border-color: #D51414;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(245, 75, 75, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(245, 75, 75, 0.6);
}
.fixed_table {
	margin-top: 20px;
	table-layout: fixed;
	overflow: hidden;
	vertical-align: middle;
	box-sizing: border-box;
}
.fixed_table_data > div, .fixed_table_header > div {
	overflow: hidden;
	white-space: normal;
}
.fixed_table_header {
	color: #ffffff;
	display: table;
	float: none;
}
.fixed_table_header > div, .fixed_table_data > div {
	padding: 4px 1.5%;
}
.fixed_table_header > div {
	background-color: #0b4889;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}
.fixed_table_data {
	font-family: Arial;
	color: #474745;
}
.fixed_table_data > div {
	border-right: solid 1px #cacaca;
	border-bottom: solid 1px #cacaca;
	display: table-cell;
	float: none;
	vertical-align: middle;
	background-color: #fafafa;
}
.fixed_table_data.background > div {
	background-color: #f2f2f2;
}
.fixed_table_header div:first-child, .fixed_table_data div:first-child {
	border-left: 0;
}
.fixed_table_header div:last-child, .fixed_table_data div:last-child {
	border-right: 0;
}
.fixed_table_header, .fixed_table_data {
	width: 100%;
	float: none;
	display: table;
	table-layout: fixed;
}
.not_fixed, .not_fixed .fixed_table_header, .not_fixed .fixed_table_data {
	table-layout: auto;
}
.pagination > li > a, .pagination > li > span {
	margin: 0px 5px 0px 5px;
	width: 35px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	color: #23527c;
	font-size: 18px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 0;
	border-color: #ffffff;
	font-size: 28px;
	padding: 0px;
	color: #777777;
}
.pagination > li:last-child > a:hover, .pagination > li:last-child > span:hover, .pagination > li:first-child > a:hover, .pagination > li:first-child > span:hover {
	background-color: inherit;
	color: #23527c;
	border-color: #ffffff;
}
.pagination > .pagination_active > a {
	background-color: #cecece;
}
.mobile_table > div {
	border: 2px solid #cecece;
	border-radius: 5px;
}
.mobile_table {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
}
.mobile_table_elem > div {
	padding: 0px 5px 0px 5px;
}
.mobile_table_elem {
	padding-top: 10px;
}
.mobile_table_elem.background {
	background-color: #f2f2f2;
}
.mobile_table_elem .borderb {
	border-bottom: 1px solid #cecece;
	padding-bottom: 5px;
}
.mobile_table_elem > div {
	float: none;
	display: inline-block;
	line-height: 18px;
}
.mobile_table_elem .btn_view_wrapper {
	margin: 5px 0px 10px 0px;
}
/* Community link decorations */
.community {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 50px;
}
.twitter {
	background-image: url(../img/twitter.png);
}
.twitter:hover {
	background-image: url(../img/twitter_active.png);
}
.facebook {
	background-image: url(../img/facebook.png);
}
.facebook:hover {
	background-image: url(../img/facebook_active.png);
}
.youtube {
	background-image: url(../img/youtube.png);
}
.youtube:hover {
	background-image: url(../img/youtube_active.png);
}
/* Community link decorations end */

/* device size overrides */
@media (min-width: 768px) and (max-width: 991px) {
	.top_menu_navbar a, .requests, .community, .btn_rma, .btn_estimate, .top_menu_inner {
		font-size: 1rem !important;
	}
	.nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.aboutus_row2 {
		font-size: 14px !important;
	}
	#promocarousel {
		font-size: 6px;
		line-height: 6px;
	}
	.faq_element a {
		font-size: 13px;
	}
	.faq_title_0 {
		font-size: 18px;
	}
	.products_name {
		font-size: 14px;
	}
	.equipment_rentals_list, .equipment_rentals_see {
		font-size: 7px;
	}
	.row.generic_title {
		font-size: 32px;
		line-height: 32px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.top_menu_inner {
		font-size: 1rem !important;
	}
	#promocarousel {
		font-size: 8px;
		line-height: 8px;
	}
	.faq_title_0 {
		font-size: 24px;
	}
	.equipment_rentals_list, .equipment_rentals_see {
		font-size: 10px;
	}
	.nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 768px) {
	.dh {
		display: none !important;
	}
	.categories {
		background-image: url(../img/background_image.jpg?v=2);
	}
	.categories_inner {
		background-image: url(../img/categories_background.png);
	}
	.generic_background {
		background-image: url(../img/generic_background.jpg?v=2);
		background-repeat: no-repeat;
	}
}

@media (max-width: 767px) {
	.margin-15 {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	.top_menu_right {
		float: right;
		font-size: 2.5vw;
		margin-left: 0 !important;
	}
	.top_menu_left {
		float: left;
		margin-right: 0 !important;
	}
	.top_menu_inner {
		float: none !important;
	}
	.mobile_top_buttons {
		margin-left: 0 !important;
	}
	.mh {
		display: none !important;
	}
	.ui-autocomplete {
		right:  15px !important;
		left: 15px !important;
	}
	.ui-menu .ui-menu-item {
		font-size: 18px !important;
	}
	.top_ajvs_logo {
		margin-right: 0px !important;
	}
	.padding-15 {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.main_search_wrapper {
		width: 100%;
		margin: 0;
		margin-top: 15px;
		padding: 0;
	}
	.categories_title {
		margin-top: 20px !important;
		margin-bottom: 20px;
	}
	.categories {
		background-image: none;
	}
	.categories_inner {
		background-image: none;
	}
	.product_block {
		width: 100%;
	}
	.categories_row {
		margin-top: 0px !important;
	}
	.product_top {
		float: right;
		width: 60%;
		height: 160px;
	}
	.product_bottom {
		float: left;
		width: 40%;
		height: 160px;
		line-height: 160px;
	}
	.product_item {
		height: 160px !important;
	}
	.product_icon, .products_name {
		height: 160px !important;
		line-height: 160px !important;
	}
	.product_icon img {
		height: auto;
		width: auto;
	}
	.category_services {
		background-image: none !important;
	}
	.products_name_inner {
		display: inline-block;
		line-height: 18px;
		vertical-align: middle;
	}
	.aboutus_row1 {
		line-height: 35px !important;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.aboutus_row3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.btn_aboutus {
		font-size: 12px;
	}
	#promocarousel {
		font-size: 10px;
	}
	.carousel_outer {
		width: 100%;
		height: 30.0em;
		height: 150vw;
	}
	.caption_title {
		font-size: 4.0vw;
		line-height: 4.0vw;
		height:17%
	}
	.carousel_item, .carousel_item_data {
		font-size: 3.0vw;
		line-height: 3.0vw;
	}
	.carousel_price_title {
		font-size: 3.2vw;
		line-height: 3.5vw;
	}
	.carousel_price_old {
		font-size: 3.5vw;
		line-height: 4.5vw;
	}
	.carousel_price_new, .btn_buy_now {
		font-size: 5.0vw;
		line-height: 4.5vw;
	}
	.carousel_see_more {
		font-size: 3.5vw;
		line-height: 6.0vw;
	}
	.carousel_item, .carousel_item_data {
		width: auto;
		padding-right: 5px;
	}
	.contact_element {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.contact_element img {
		width: auto;
		height: auto;
	}
	.contact_element_title {
		font-size: 20px !important;
		padding-left: 5px;
	}
	.contact_element_data {
		font-size: 16px !important;
		padding-left: 5px;
	}
	.newsletter_mobile {
		padding-top: 15px; 
	}
	.info_checkboxes {
		font-size: 10px;
	}
	.faq_element {
		width: 100%;
		padding-left: 30%;
	}
	.faq_element a, .btn_faq {
		font-size: 20px;
		font-size: 3.5vw;
	}
	.faq_element a {
		text-decoration: underline;
	}
	.faq_row {
		line-height: 30px;
	}
	.faq_outer {
		border-top: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
		box-sizing: border-box;
		background-color: #f7f7f7;
	}
	.footer_logos {
		width: 100%;
		margin-left: 0px;
		padding-left: 5%;
		padding-right: 5%;
	}
	.footer {
		border-top: 0px solid #ffffff;
		border-bottom: 0px solid #ffffff;
		box-sizing: border-box;
		background-color: #ffffff;
	}
	.credits_info {
		margin-left: 15px;
		margin-right: 15px;
		text-align: left;
	}
	.directory {
		margin-top: -50px;
	}
	.form_template .tc {
		display: inline-block;
		text-align: left;
	}
	.form_template .generic_error {
		width: 100%;
		text-align: left;
	}
	.form_template .input_row {
		padding: 5px 0px 5px 0px;
	}
	.form_template .form_input {
		width: 100%;
		text-align: left;
		border: none;
	}
	.pagination > li > a, .pagination > li > span {
		margin: 0;
		font-size: 14px;
	}
	.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
		font-size: 22px;
	}
	.row.generic_title {
		font-size: 24px;
		line-height: 24px;
	}
}
/* device size overrides */