body {
	font-family: helvetica, 'Open Sans', sans-serif;
	font-weight: 400;
	color: #1b1b1b;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #1b1b1b;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	//text-transform: uppercase;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
}
h2 {
	font-size: 27px;
	//text-transform: uppercase;
}
h3 {
	font-size: 21px;
	text-transform: none;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
.homepageHeadline {
	color: #52880B;
	font-size: 28px;
	font-weight: bold;
}
.homepageHeadline2 {
	color: #52880B;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
@media (max-width: 530px) {
	.homepageHeadline {
		font-size: 20px;
		font-weight: normal;
	}
	.homepageHeadline2 {
		font-size: 20px;
		font-weight: normal;
	}
}
a {
	color: #52880B;
}
a:hover {
	color: #437008;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.centerText{
	text-align: center;
}
.leftText{
	text-align: left;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #8CC63F;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent !important;
    border-color: none;
}
.homepage{
	background-image: url('../image/map.jpg');
	min-height: 736px;
	background-repeat: no-repeat;
	background-position: right top;
	//background-attachment: fixed;
	background-size: 100%;
	float: left;
	width: 100%;
}
#selectContainer {
	//background-image: url('../image/selectBG.png');
	background-repeat: repeat-x;
	width: 100%;
	float: left;
	height: 70px;
	margin-top: 282px;
}
#selectBG {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	z-index: 2;
	position: relative;
}
#selectCountry ul {
	padding-left: 0px;
}
#selectCountry .dropdown-button {
	display: block;
	width: 340px;
	color: #000;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8e8e8 0%, #c6c6c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8e8e8 0%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8e8e8 0%,#c6c6c6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8e8e8 0%,#c6c6c6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8e8e8 0%,#c6c6c6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
	border: 1px solid #808080;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px 75px 10px 75px;
	-webkit-box-shadow: 0px 3px 17px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 3px 17px 0px rgba(0,0,0,0.34);
	box-shadow: 0px 3px 17px 0px rgba(0,0,0,0.34);
}
#selectCountry .dropdown a {
	font-size: 18px;
}
#selectCountry .dropdown a:hover {
	text-decoration: none;
	background-color: #8CC63F;
}
#selectCountry li {
	list-style: none;
}
#selectCountry .dropdown-menu {
	width: 100%;
	margin-top: 0px;
}
#selectCountry .dropdown-menu li {
	width: 100%;
}
#selectCountry .dropdown-menu {
	width: 100%;
	margin-top: 0px;
}
#selectCountry .secondLevel {
	width: 100px;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
}
.col-left-world {
	width: 30%;
	float: left;
	margin-right: 36px;
}
.col-middle-world {
	width: 30%;
	float: left;
	margin-right: 36px;
}
.col-right-world {
	float: left;
	width: 30%;
}
.locationText {
	width: 100%;
	margin-bottom: 30px;
}
.phoneSection {
	float: right;
	padding-right: 20px;
	text-align: right;
	margin-top: 23px;
}
.phoneNumber {
	font-size: 22px;
}
.phoneNumber a {
	color: #665;
	cursor: default;
	pointer-events: none;
}
.espanolText {
	color: #8CC63F;
}
.flags2 {
	margin-top: 7px;
	margin-right: 20px;
}
.splashText{
	float: left;
	color: #FFF;
	margin-top: 7px;
}
.splashText a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
}
.splashText a:hover {
	color: #D6D6D6;
	text-decoration: none;
	text-decoration: underline;
}
.indexPage {
	float: left;
	width: 100%;
	border-top: 1px solid #DDD;
	padding-top: 20px;
}
@media (max-width: 767px) {
	#selectContainer {
		margin-top: 135px;
	}
	.phoneNumber a {
		cursor: pointer;
		pointer-events: auto;
	}
}
@media (max-width: 467px) {
	#selectContainer {
		margin-top: 95px;
	}
	#selectBG {
		width: 240px;
	}
	#selectCountry .dropdown-button {
		width: 240px;
		font-size: 14px;
		padding: 10px 45px 10px 45px;
	}
	#selectCountry .dropdown a {
		font-size: 14px;
	}
	#selectCountry .dropdown a:hover {
		text-decoration: none;
		background-color: #8CC63F;
	}
}
@media (max-width: 767px) {
	.col-left-world {
		width: 100%;
	}
	.col-middle-world {
		width: 100%;
	}
	.col-right-world {
		width: 100%;
	}
}
.complianceBanner {
	margin-bottom: 26px;
}
.complianceBanner img {
	border: 1px solid #D6D6D6;
}
/*.complianceBanner {
	background-image: url("../image/compliance_interlocks.jpg");
	background-size: 100%;
	width: 100%;
	height: 375px;
	margin-bottom: 2%;
	background-repeat: no-repeat;
}*/
#complianceDesktop {
		display: block;	
	}
#complianceMobile {
	display: none;
}
@media (max-width: 662px) {
	#complianceMobile {
		display: block;
	}
	
	#complianceDesktop {
		display: none;
	}
}
.complianceBanner img:hover {
	border: 1px solid #8CC63F;
	opacity: 1;
}
.commercialBanner {
	float: left;
	margin-bottom: 26px;
	margin-right: 26px;
	border: 1px solid #D6D6D6;
}
.commercialBanner:hover {
	border: 1px solid #8CC63F;
	opacity: 1;
}
.privateBanner {
	float: left;
	margin-bottom: 26px;
	border: 1px solid #D6D6D6;
}
.privateBanner:hover {
	border: 1px solid #8CC63F;
	opacity: 1;
}

@media (max-width: 1429px) {
	.commercialBanner {
		margin-right: 20px;
	}
}
@media (max-width: 767px) {
	.commercialBanner {
		margin-right: 0px;
	}
}

.rowBreathalyzer {
	float: left;
	clear: right;
}
.productPage {
	margin-top: 40px !important;
}
.sectionRow1 {
	padding-top: 60px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 40px;
	background-image: url('../image/buildingBG.png');
	background-size: cover;
	background-position: fixed;
}
.sectionRow2 {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 40px;
	padding-top: 60px;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f7f7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f7f7f7 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.sectionRow3 {
	padding-top: 60px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 40px;
	background-image: url('../image/skyline.png');
	background-size: cover;
	background-position: fixed;
}
.sectionRow4 {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 40px;
	padding-top: 60px;
	background: #fff;
}
.featuredSection { 
	border: 1px solid #dddddd;
	padding: 8px 35px 8px 20px;
	min-height: 501px;
	margin-bottom: 25px;
	background-color: #F7F7F7;
}
.chooseSection {
	background-color: #8cc63f;
	padding: 8px 20px 8px 20px;
	min-height: 500px;
	color: #FFF;
	margin-bottom: 25px;
}
.chooseSection img:hover {
	opacity: 0.8;
}
@media (max-width: 1499px) {
	.chooseSection {
		min-height: 450px;
	}
	.featuredSection { 
		min-height: 451px;
	}
}
@media (max-width: 1199px) {
	.chooseSection {
		min-height: 400px;
	}
	.featuredSection { 
		min-height: 401px;
	}
}
@media (max-width: 767px) {
	.chooseSection {
		min-height: 670px;
	}
}
.viewBtn {
	margin-top: 20px;
}
.viewBtn1 {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}
.viewBtn2 {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}
.whiteText {
	color: #FFF;
	font-weight: bold;
	font-size: 28px;
	text-transform: none;
}
@media (max-width: 530px) {
	.whiteText {
		font-size: 20px;
		font-weight: normal;
	}
}
.featText {
	//border-left: 1px solid #DDD;
}
.priceText {
	color: #808080;
	font-weight: normal;
	font-size: 16px;
	margin-top: 10px;
	float: left;
	width: 100%;
}
.productText1 h1 {
	 float: left;
	 width: 100%;
}
.greyText {
	color: #808080;
	font-size: 12px;
}
.textSpacer {
	margin-top: 20px;
}
.duiSection { 
	min-height: 315px;
	margin-bottom: 25px;
}
#mapDiv img {
	margin-left: auto;
	margin-right: auto;
}
.drugSection { 
	//border: 1px solid #dddddd;
	padding: 8px 35px 8px 20px;
	min-height: 315px;
	margin-bottom: 25px;
	float: left;
	width: 100%;
}
.drugSection a {
	color: #555;
}
.drugSection2 { 
	border: 1px solid #dddddd;
	padding: 3px 20px 20px 20px;
	//min-height: 354px;
	margin-bottom: 25px;
	background: #FFF;
}
.drugSection2 a {
	color: #555;
}
.drugSection3 { 
	border: 1px solid #dddddd;
	padding: 3px 20px 20px 20px;
	//min-height: 354px;
	margin-bottom: 25px;
	background: #FFF;
	float: left;
	width: 100%;
}
.drugwipeText{
	margin-top: 10px;
}
.drugLink {
	margin-top: 10px;
}
.drugLink a {
	color: #FFF;
	background-color: #8cc63f;
	border-color: #8cc63f;
	padding: 7.5px 12px;
	float: right;
	margin-top: 10px;
	font-size: 14px;
	width: 100%;
	text-align: center;
}
.drugLink a:hover {
	background-color: #52880B;
	border-color: #52880B;
}
.clickText {
	color: #FFF;
	background-color: #8cc63f;
	border-color: #8cc63f;
	padding: 7.5px 12px;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
}
.accessoryText {
	border-top: 1px solid #DDD;
	padding-top: 30px;
	height: 240px;
	margin-top: 30px;
	display: none;
}
.accessoryText a {
	color: #FFF;
}
.accessoryTextHeader{
	font-size: 18px;
}
.accessorizeItem:hover {
	cursor: pointer;
}
.icon-section {
	color: #FFF;
	margin-top: 3%;
	float: left;
	width: 100%;
	//border-top: 1px solid #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 340px;
	font-weight: bold;
}
@media (max-width: 1499px) {
	.icon-section {
		min-height: 300px;
	}
}
@media (max-width: 1199px) {
	.icon-section {
		min-height: 260px;
	}
}
@media (max-width: 991px) {
	.icon-section {
		min-height: 240px;
	}
}
.breathalyzer-interlock {
	
}
.singleIcon, .singleIcon2, .singleIcon3, .singleIcon4, .singleIcon5, .singleIcon6, .singleIcon7 {
	text-align: center;
	width: 250px;
	height: 250px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.figureIcon, .figureIcon5 {
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	margin-top: 35px;
}
.figureIcon2 {
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	margin-top: 35px;
}
.figureIconUnlink1 {
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	margin-top: 35px;
}
.figureIcon3 {
	width: 83px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	margin-top: 35px;
}
.figureIcon6 {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	margin-top: 35px;
}
.figureIcon7 {
	height: 83px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	margin-top: 35px;
}
.figureIcon4 {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	margin-top: 87px;
}
.figureIcon15 {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	margin-top: 87px;
}
@media (max-width: 1499px) {
	.singleIcon, .singleIcon2, .singleIcon3, .singleIcon4, .singleIcon5, .singleIcon6, .singleIcon7 {
		text-align: center;
		width: 200px;
		height: 200px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		background-color: #FFF;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.figureIcon, .figureIcon5 {
		height: 140px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 30px;
	}
	.figureIcon6 {
		width: 140px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 30px;
	}
	.figureIconUnlink1 {
		height: 140px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 30px;
	}
	.figureIcon2 {
		height: 140px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 30px;
	}
	.figureIcon4 {
		width: 140px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 67px;
	}
	.figureIcon15 {
		width: 140px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 67px;
	}
}
@media (max-width: 1199px) {
	.singleIcon, .singleIcon2, .singleIcon3, .singleIcon4, .singleIcon5, .singleIcon6, .singleIcon7 {
		text-align: center;
		width: 150px;
		height: 150px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		background-color: #FFF;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.figureIcon, .figureIcon5 {
		height: 105px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 20px;
	}
	.figureIcon2 {
		height: 105px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 23px;
	}
	.figureIconUnlink1 {
		height: 105px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 23px;
	}
	.figureIcon3 {
		width: 43px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 20px;
	}
	.figureIcon4 {
		width: 99px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 57px;
	}
	.figureIcon6 {
		width: 105px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 23px;
	}
	.figureIcon7 {
		height: 43px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 20px;
	}
	.figureIcon15 {
		width: 110px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 57px;
	}
}
@media (max-width: 999px) {
	.singleIcon, .singleIcon2, .singleIcon3, .singleIcon4, .singleIcon5, .singleIcon6, .singleIcon7 {
		text-align: center;
		width: 110px;
		height: 110px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		background-color: #FFF;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.figureIcon, .figureIcon5 {
		height: 80px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 15px;
	}
	.figureIconUnlink1 {
		height: 80px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 15px;
	}
	.figureIcon6 {
		width: 80px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 15px;
	}
	.figureIcon2 {
		height: 80px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 15px;
	}
	.figureIcon4 {
		width: 80px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 37px;
	}
	.figureIcon15 {
		width: 80px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 37px;
	}
}
@media (max-width: 767px) {
	.singleIcon, .singleIcon2, .singleIcon3, .singleIcon4, .singleIcon5, .singleIcon6, .singleIcon7 {
		width: 200px;
		height: 200px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
	}
	.figureIcon, .figureIcon5 {
		height: 140px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 30px;
	}
	.figureIconUnlink1 {
		height: 140px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 30px;
	}
	.figureIcon6 {
		width: 140px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 30px;
	}
	.figureIcon2 {
		height: 140px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 30px;
	}
	.figureIcon4 {
		width: 140px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 67px;
	}
	.figureIcon15 {
		width: 140px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		margin-top: 67px;
	}
}
.startAgain {
	text-align: center;
	float: left;
	width: 100%;
}
.startAgain a {
	background-color: #FFF;
	display: block;
	padding: 10px;
	/*width: 120px;*/
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: #808080;
	font-size: 14px;
}
.startAgain a:hover {
	color: #FFF;
	background-color: #808080;
}
@media (max-width: 1199px) {
	.startAgain a {
		margin-top: 10px;
	}
}
@media (max-width: 999px) {
	.startAgain a {
		margin-top: 33px;
	}
}
.chooseText {
	margin-top: 10px;
	font-weight: normal;
}
.chooseText a {
	color: #FFF;
}
.chooseText a:hover {
	text-decoration: underline;
}
@media (max-width: 767px) {
	.chooseText {
		margin-bottom: 20px;
	}
	.startAgain a {
		margin-top: -20px;
	}
}
.breathalyzerIcons {
	display: none;
}
.ignitionInterlockIcons {
	display: none;
}
.nonComplianceIgnitionInterlockIcons {
	display: none;
}
.disposableBreathalyzerIcons {
	display: none;
}
.evidentialBreathalyzerIcons {
	display: none;
}
.activePersonalBreathalyzerIcons {
	display: none;
}
.bestfitItem,.bestfitItem2, .bestfitItem3, .bestfitItem4, .bestfitItem5, .bestfitItem6, .bestfitItem7 {
	z-index: 2000;
	position: relative;
	display: block;
}
.contentSection {
	background-color: #F7F7F7;
	border: 1px solid #DDD;
	padding: 10px;
	float: left;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.requestProducts {
	margin-bottom: 20px;
}
.faqTabs {
	margin-bottom: 20px;
}
.aText {
	color: #8cc63f;
}
.icons1 {
	font-size: 96px;
	color: #8cc63f;
	margin-bottom: 20px;
}
.icons2 {
	font-size: 24px;
	color: #8cc63f;
	margin-bottom: 20px;
}
.iconRow2 {
	margin-bottom: 5px;
	margin-top: 5px;
}
.iconRow2 p {
	margin-top: 0px;
}
.locationLogo {
	border: none;
}
img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}
#mapDiv {
	width: 100%;
	margin: auto;
}
/* top */
#top {
	background-color: #808080;
	padding: 4px 0px 3px 0;
	margin: 0px 0 20px 0;
	min-height: 30px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 15px;
	font-size: 14px;
}
#top-links li a {

}
#top .btn-link:hover, #top-links a:hover {
	color: #E7E7E7;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #1b1b1b;
	text-transform: none
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
@media (max-width: 1199px) {
	#top-links {
		margin-top: -10px;
	}
}
#top-links a + a {
	margin-left: 15px;
}
@media (max-width: 767px) {
	#top-links {
		clear: both;
	}
}
.bannerImage{
	margin-bottom: 0px;
}
.icons {
	display: none;
}
@media (max-width: 1199px) {
		.icons {
			display: block;
		}
	}
/* logo */
#logo {
	margin: 0 0 20px 0;
}
#logo img {
	width: 70%;
}
/* search */
#search {
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 14px !important;
}
#search .input-lg {
	height: 36px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	line-height: 18px;
	padding: 10px 15px;
	text-shadow: 0 1px 0 #FFF;
}
#requestQuote {
	margin-top: 15px;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	//font-size: 12px !important;
}
#requestQuote .btn {
	line-height: 18px;
	font-size: 12px !important;
}
#requestQuote:hover {
	color: #52880B;
}

/* cart */
#cart {
	margin-bottom: 10px;
	margin-top: 15px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	background-color: #8cc63f;
	border-color: #8cc63f;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	/*background-color: #558a10;
	background-image: linear-gradient(to bottom, #6fab20, #558a0f);
	background-repeat: repeat-x;
	border-color: #558a0f #558a0f #52880b;*/
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #665;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/*#mapSection {
	//display: none;
}
#usaSection {
	//display: none;
}*/
.requiredField {
	color: red;
}
#slideshow0 {
	width: 100%;
}
#slideshow0 img {
	width: 100%;
}
#originalMap {
	margin-top: 32px;
}
.contactBackground {
	background-attachment: fixed;
	width: 100%;
	background-size: cover;
}
.contactForm1 {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 15px;
}
#gmaps-canvas {
	border: 1px solid #dddddd;
}
/* menu */
#menu {
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7);
	background-repeat: repeat-x;
	min-height: 40px;
	position: relative;
	z-index: 3;
}
#menu .nav > li > a {
	color: #1b1b1b;
	text-transform: uppercase;
	padding: 10px 38px 10px 38px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 290px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #1b1b1b;
	font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	/*color: #333;*/
	color: #FFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 14px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 8px 18px;
	float: right;
	//background-color: #dddddd;
	background-color: #808080;
	//background-image: linear-gradient(to bottom, #b7b7b7, #D6D6D6);
	background-image: linear-gradient(to bottom, #808080, #808080);
	background-repeat: repeat-x;
	//border-color: #b7b7b7 #b7b7b7 #c9c9c9;
	border-color: #808080;
	margin-top: -218px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #dddddd;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 1499px) {
	#menu .nav > li > a {
		padding: 10px 23px 10px 23px;
		font-size: 14px;
	}
}
@media (max-width: 1310px) {
	#menu .nav > li > a {
		padding: 10px 32px 10px 32px;
		font-size: 12px;
	}
}
@media (max-width: 1199px) {
	#menu .nav > li > a {
		padding: 10px 16px 10px 16px;
		font-size: 12px;
	}
	#menu .dropdown-inner a {
		font-size: 12px;
	}
}
@media (max-width: 1080px) {
	#menu .nav > li > a {
		padding: 10px 17px 10px 17px;
		font-size: 11px;
	}
	#menu .dropdown-inner a {
		font-size: 11px;
	}
}
@media (max-width: 991px) {
	#menu .nav > li > a {
		padding: 10px 6px 10px 6px;
		font-size: 10px;
	}
	#menu .dropdown-inner a {
		font-size: 10px;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
		background-color: transparent;
		background-image: linear-gradient(to bottom, transparent, transparent);
		background-repeat: repeat-x;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #1b1b1b;
	}
	#menu .dropdown-inner li a:hover {
	color: #1b1b1b;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	#menu .navbar-collapse {
		background: #F7F7F7;
	}
	#findBtn {
		margin-top: 10px;
	}
	#gmaps-canvas {
		margin-top: 20px;
	}
	#find_direction {
		margin-top: 10px;
		float: right;
	}
	.dirBtn {
		padding-right: 15px;
	}
	#map1 {
		position: relative;
		z-index: 100;
	}
}
/* content */
#content {
	min-height: 0px;
}
.information-information #content {
	min-height: 618px;
}
.error-not_found #content {
	min-height: 618px;
}
.information-quote-success #content {
	min-height: 618px;
}
.information-contact-success #content {
	min-height: 618px;
}
.information-newsletter-success #content {
	min-height: 618px;
}
.checkout-cart #content {
	min-height: 618px;
}
.product-search #content {
	min-height: 618px;
}
.error-not_found-60 #content {
	min-height: 618px;
}
.checkout-success #content {
	min-height: 618px;
}
.account-success #content {
	min-height: 618px;
}
.simple_blog-article #content {
	min-height: 618px;
}
.simple_blog-article-view #content {
	min-height: 618px;
}
.flags2 {
	color: #D6D6D6;
	text-transform: uppercase;
	font-size: 14px;
}
.flags2 a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
}
.flags2 a:hover {
	text-decoration: underline;
}
#langBody {
	margin-top: 0px;
}
.spacerDiv {
	float: left;
	width: 100%;
}
#advantageSection {
	float: left;
	clear: right;
	width: 100%;
	margin-top: -80px;
	position: relative;
	z-index: 10;
}
.alcolockAdvantageBox {
	width: 56%;
	margin-right: 2%;
	//background-image: url("../image/ALCOLOCK-Shirt.jpg");
	//background-size: cover;
	float: left;
	color: #FFF;
	//padding: 10px;
}
.advantageText {
	float: right;
	font-weight: 500;
	text-shadow: 3px 1px 5px rgba(0, 0, 0, 0.5);
}
.deliverBox {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 10px;
}
.clickLink {
	float: right;
	text-align: right;
	text-shadow: 3px 1px 5px rgba(255, 255, 255, 0.5);
	margin-top: 10px;
}
.alcolockHeader {
	font-weight: bold;
	font-size: 22px;
}
.rightCol {
	width: 42%;
	float: right;
}
.locationsBox {
	margin-bottom: 4.3%;
}
.formField {
	width: 100%;
	float: left;
	margin-bottom: 2%;
}
.formLabel {
	float: left; 
	width: 100px; 
	margin-left: 10px;
	display: none;
}
.scheduleForm {
	float: right;
	text-align: left;
	width: 25%;
	/*height: auto;*/
	height:600px;
	background-color: rgba(255, 255, 255, 0.56);
	margin-top: -37.5%;
	position: relative;
	z-index: 2;
	padding: 3% 1% 20% 1%;
}
.inputForm {
	width: 100%;
	border: 1px solid #c6c6c6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	color: #665;
}
.inputForm:hover {
	border: 1px solid #8cc63f;
}
.formDiv {
	color: #555;
}
.formHeader {
	font-size: 150%;
	text-align: center;
	margin-bottom: 20px;
}
.submitButton {
	background: #80a633; /* Old browsers */
	background: -moz-linear-gradient(top,  #80a633 0%, #69892b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80a633), color-stop(100%,#69892b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #80a633 0%,#69892b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #80a633 0%,#69892b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #80a633 0%,#69892b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #80a633 0%,#69892b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a633', endColorstr='#69892b',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	border: 1px solid #6d8c31;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px 5px 10px;
}
.formSpacing {
	margin-top: 20px;
}
.duiLine{
	margin-top: 10px;
	float: left;
}
.scheduleText {
	float: right;
	text-transform: uppercase;
	text-align: center;
	z-index: 2;
	position: relative;
	margin-top: -11.2%;
	line-height: 220%;
	width: 21.7%;
}
.scheduleText #titleText a {
	color: #FFF;
	font-size: 33px;
}
.scheduleText a {
	color: #8CC63F;
	font-size: 16px;
}
.scheduleText #titleText {
	color: #FFF;
	font-size: 33px;
}
.scheduleText {
	color: #8CC63F;
	font-size: 16px;
}
@media (max-width: 1856px) {
	.scheduleText #titleText a {
		font-size: 28px;
	}
	.scheduleText a {
		font-size: 14px;
	}
}
@media (max-width: 1580px) {
	.scheduleText #titleText a {
		font-size: 24px;
	}
	.scheduleText a {
		font-size: 13px;
	}
}
@media (max-width: 1350px) {
	.scheduleText {
		margin-top: -12.2%;
	}
	.scheduleText #titleText a {
		font-size: 20px;
	}
	.scheduleText a {
		font-size: 12px;
	}
}
@media (max-width: 1140px) {
	.scheduleText #titleText a {
		font-size: 18px;
	}
	.scheduleText a {
		font-size: 10px;
	}
}
@media (max-width: 1010px) {
	.scheduleText #titleText a {
		font-size: 16px;
	}
	.scheduleText a {
		font-size: 8px;
	}
}
@media (max-width: 925px) {
	.scheduleText {
		margin-top: -13.2%;
	}
	.scheduleText #titleText a {
		font-size: 14px;
	}
	.scheduleText a {
		font-size: 8px;
	}
}
@media (max-width: 722px) {
	.scheduleText {
		line-height: 120%;
		margin-top: -13.2%;
	}
	.scheduleText #titleText a {
		font-size: 14px;
	}
}
@media (max-width: 630px) {
	.scheduleText {
		margin-top: -15.2%;
	}
}
@media (max-width: 440px) {
	.scheduleText #titleText a {
		font-size: 12px;
	}
}
@media (max-width: 410px) {
	.scheduleText {
		margin-top: -16.2%;
		line-height: 100%;
	}
}
@media (max-width: 380px) {
	.scheduleText #titleText a {
		font-size: 11px;
	}
}
@media (max-width: 360px) {
	.scheduleText {
		margin-top: -17.2%;
	}
	.scheduleText a {
		font-size: 7px;
	}
}
.bannerCaption {
	margin-left: 3.5%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 340%;
	width: 40%;
	line-height: 110%;
	position: relative;
	z-index: 2;
	margin-top: -10.2%;
	margin-bottom: 10.2%;
	color: #FFF;
	/*
	transform:scale(1,1.3); /* W3C */
    /*-webkit-transform:scale(1,1.3); /* Safari and Chrome */
    /*-moz-transform:scale(1,1.3); /* Firefox */
    /*-ms-transform:scale(1,1.3); /* IE 9 */
    /*-o-transform:scale(1,1.3); /* Opera */
	text-shadow: 3px 1px 5px rgba(0, 0, 0, 0.5);
}
.whatHeader{
	font-size: 24px;
	color: #8cc63f;
	width: 100%;
	margin-bottom: 20px;
}
#whatSection {
	float: left;
	width: 100%;
	margin-top: 25px;
	border-top: 1px solid #dddddd;
}
.videoBox {
	float: left;
	width: 420px;
	margin-right: 25px;
	margin-bottom: 25px;
}
#carousel0 {
	float: left;
	border: 1px solid #dddddd;
	padding: 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #FFF;
}
#membersSection {
	float: left;
	width: 100%;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#subscribe {
	float: left;
	clear: right;
	width: 100%;
	background-color: #dddddd;
	padding: 10px 0 12px 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
@media (max-width: 460px) {
	#subscribe {
		display: none;
	}
}
.inputNewsletter {
	padding: 10px;
	width: 200px;
	border: 1px solid #FFF;
	font-size: 14px;
}
.inputNewsletter:hover {
	border: 1px solid #8cc63f;
}
#submitNewsletter {
	background-color: #8cc63f;
	padding: 10px;
	color: #FFF;
	border: 1px solid #8cc63f;
	font-size: 14px;
}
#subscribeContainer {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.textSubscribe {
	float: left;
	width: 180px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 14px;
}
.ignitionVideo {
	height: 250px;
	width: 420px;
}
.relatedPrice {
	margin-top: -20px;
	font-weight: bold;
}
.relatedPrice h4 {
	font-weight: bold;
}
.relatedPrice2 {
	color: #808080;
}
.relatedBagText {
	font-size: 12px;
}
.membersOf {
	font-size: 18px;
}
@media (max-width: 1863px) {
	.bannerCaption {
		font-size: 300%;
	}
	.scheduleForm {
		padding: 3% 1% 10% 1%;
	}
	
}
@media (max-width: 1685px) {
	.bannerCaption {
		font-size: 270%;
	}
	#advantageSection {
		margin-top: -70px;
	}
	.formSpacing {
		margin-top: 16px;
	}
}
@media (max-width: 1518px) {
	.bannerCaption {
		font-size: 240%;
	}
	.formSpacing {
		margin-top: 16px;
	}
	#advantageSection {
		margin-top: -110px;
	}
}
@media (max-width: 1444px) {
	.bannerCaption {
		font-size: 240%;
	}
	.formSpacing {
		margin-top: 8px;
	}
	#advantageSection {
		margin-top: -130px;
	}
}
@media (max-width: 1351px) {
	.bannerCaption {
		font-size: 210%;
	}
	.formSpacing {
		margin-top: 4px;
	}
	#advantageSection {
		margin-top: -170px;
	}
}
@media (max-width: 1248px) {
	.fillText {
				display: none;
			}
	.formSpacing {
		margin-top: 12px;
	}
	#advantageSection {
		margin-top: -190px;
	}
}
@media (max-width: 1184px) {
	.bannerCaption {
		font-size: 180%;
	}
	.formSpacing {
		margin-top: 10px;
	}
	#advantageSection {
		margin-top: -225px;
	}
}
@media (max-width: 1099px) {
	#advantageSection {
		margin-top: -260px;
	}
	#whatSection {
		margin-top: -10px;
	}
	.formSpacing {
		margin-top: 5px;
	}

}
@media (max-width: 1018px) {
	.bannerCaption {
		font-size: 160%;
	}
	.formSpacing {
		margin-top: 4px;
	}
	.formHeader {
		font-size: 120%;
		margin-bottom: 8px;
	}
	#advantageSection {
		margin-top: -285px;
	}
	#whatSection {
		margin-top: -85px;
	}
}
@media (max-width: 960px) {
	#advantageSection {
		margin-top: -300px;
	}
	#whatSection {
		margin-top: -100px;
	}
	.formSpacing {
		margin-top: 2px;
	}
}
@media (max-width: 906px) {
	.bannerCaption {
		font-size: 140%;
	}
	.formSpacing {
		margin-top: 1px;
	}
	.formHeader {
		font-size: 100%;
		margin-bottom: 6px;
		margin-top: -8px;
	}
	#advantageSection {
		margin-top: -315px;
	}
	#whatSection {
		margin-top: -105px;
	}
	.ignitionVideo {
		width: 100%;
		height: 250px;
	}
}
@media (max-width: 869px) {
	#whatSection {
			margin-top: 25px;
	}
	#advantageSection {
		margin-top: -50px;
	}
	.scheduleForm {
		float: left;
		clear: right;
		text-align: left;
		width: 100%;
		height: auto;
		background-color: rgba(255, 255, 255, 0.56);
		margin-top: 0.1%;
		position: relative;
		z-index: 2;
		padding: 0 2.6% 2% 2.6%;
		margin-bottom: 80px;
		border-bottom: 1px solid #dddddd;
	}
	.fillText {
		display: block;
	}
	.formSpacing {
		margin-top: 5px;
	}
	.formHeader {
		font-size: 150%;
		margin-bottom: 20px;
	}
	.alcolockAdvantageBox {
		width: 100%;
		margin-bottom: 5%;
	}
	.rightCol {
		width: 100%;
	}
}
@media (max-width: 795px) {
	.bannerCaption {
		font-size: 130%;
	}
}
@media (max-width: 739px) {
	.bannerCaption {
		font-size: 120%;
	}
}
@media (max-width: 684px) {
	.bannerCaption {
		font-size: 110%;
	}
}
@media (max-width: 628px) {
	.bannerCaption {
		font-size: 100%;
	}
	.videoBox {
		width: 100%;
	}
}
@media (max-width: 564px) {
	.bannerCaption {
		font-size: 90%;
	}
}
@media (max-width: 529px) {
	.bannerCaption {
		font-size: 80%;
	}
	#subscribe {
		//padding-top: 0px;
		padding-bottom: 30px;
	}
	.textSubscribe {
		margin-right: 0px;
		margin-bottom: 10px;
		width: 100%;
		float: left;
		clear: right;
		text-align: center;
		margin-top: -15px;
	}
	.inputSubscribe{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		float: left;
		clear: right;
	}
}
@media (max-width: 431px) {
	.bannerCaption {
		font-size: 70%;
	}
}
@media (max-width: 409px) {
	.bannerCaption {
		font-size: 65%;
	}
}
@media (max-width: 384px) {
	.bannerCaption {
		font-size: 60%;
	}
}
@media (max-width: 329px) {
	.bannerCaption {
		font-size: 50%;
	}
}
.locationSection:hover {
	border: 1px solid #8CC63F;
}
.locationSection:hover .panel-heading {
	color: #437008;
}
.emailButton {
	background: #8cc63f;
	color: #FFF;
	/*border: 1px solid #6d8c31;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
	padding: 10px 15px 10px 15px;
	margin-top: 15px;
}
.emailButton:hover {
	color: #FFF;
	background: #8cc63f;
}
.pageHeader {
	color: #8cc63f;
	text-transform: uppercase;
}
.bigText {
	font-size: 24px;
	margin-bottom: 20px;
}
.threeSteps {
	border: 1px solid #808080;
	padding: 0px 20px 15px 20px;
	margin-top: 40px;
	float: left;
}
.productHeader {
	margin-top: -5px;
}
.productTabs {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.productHeader {
		margin-top: 0px;
	}
	.productTabs {
		margin-top: 30px;
	}
}
.whyBox {
	float: left;
}
.homepageTextSection {
	float: left;
	width: 70%;
}
.tab-content {
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;	
	margin-top: -15px;
	padding: 20px;
	float: left;
	width: 100%;
}
.boxText {
	margin-top: 12px;
}
.boxText2 {
	margin-top: 12px;
}
.pageSection {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.section3 {
	float: left;
	width: 30%;
	text-align: center;
	padding-top: 40px;
	//padding: 20px 20px 0px 20px;
}
.section3 img {
	margin-bottom: 10px;
}
.section3-1 {
	float: left;
	width: 30%;
	text-align: center;
	padding-top: 40px;
	margin-left: 3.3%;
	//padding: 20px 20px 0px 20px;
}
.section3-1 img {
	margin-bottom: 10px;
}
@media (max-width: 1199px) {
	.homepageTextSection {
		width: 60%;
	}
}
@media (max-width: 991px) {
	.homepageTextSection {
		width: 50%;
	}
	.boxText2 {
		margin-top: 2px;
	}
}
.caption a {
	color: #444;
}
.threeBoxes {
	float: right;
	width: 300px;
	margin-left: 20px;
	margin-top: 23px;
}
.boxSection {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 18px;
}
.boxSection img {
	margin-bottom: 0px;
	border: 1px solid #C8C8C8;
	opacity: 0.8;
}
.boxSection img:hover  {
	opacity: 1;
	cursor: pointer;
}
.threeRow {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.boxNumber {
	color: #8cc63f;
	border: 2px solid #8cc63f;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	font-size: 21px;
	padding: 10px;
	width: 45px;
	text-align: center;
	float: left;
	margin-right: 15px;
}
.mouthpiecesText, .sensorsText, .alcosimText, .solutionText {
	display: none;
}
@media (max-width: 687px) {
	.homepageTextSection {
		width: 100%;
	}
	.threeSteps {
		width: 100%;
	}
	.boxText2 {
		margin-top: 12px;
	}
	.threeBoxes {
		margin-top: 40px;
		/*border-top: 1px solid #dddddd;
		padding-top: 20px;*/
		float: left;
		width: 100%;
	}
	.whyBox {
		width: 100%;
	}
}
@media (max-width: 687px) {
	.section3 {
		width: 100%;
	}
	.section3-1 {
		width: 100%;
	}
}
.borderSection {
	width: 100%;
	float: left;
	margin-top: 20px;
	border-top: 1px solid #dddddd;
	padding-top: 10px;
}
.footer-link a {
	font-size: 12px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 10px;
	color: #FFF;
	font-size: 9px;
}
footer h3 {
	color: #FFF;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #665;
}
footer a {
	color: #ccc;
	font-size: 9px;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.footerTop {
	background-color: #808080;
	float: left;
	width: 100%;
	color: #FFF;
}
.footerTop h3 {
	color: #FFF;
}
.footerTop a {
	color: #ccc;
}
.footerCopyright {
	background-color: #00060c;
	float: left;
	width: 100%;
	font-size: 9px;
	color: #FFF;
}
.footerCopyright p {
	padding: 0px 10px 0px 10px;
}
.footerCopyright a {
	color: #FFF;
}
.greenHeaderText {
	color: #52880b;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	margin-top: 50px;
}
.alert2 {
	padding: 8px 14px 8px 14px;
	margin-top: 50px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 -39px 0;
	padding: 8px 0;
	//border: 1px solid #ddd;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	//background-color: rgb(245, 245, 245);
	z-index: 2;
	position: relative;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.breadcrumb {
		display: none;
	}
}
.breadcrumb a {
	color: #FFF;
	display: block;
	position: relative;
	z-index: 2000;
	//text-shadow: none;
	//font-weight: bold;
	text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.3);
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li > a {
	font-size: 12px;
}
/* breadcrumb2 */
.breadcrumb2 {
	margin: 10px 0 -32px 0;
	padding: 8px 0;
	//border: 1px solid #ddd;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	//background-color: rgb(245, 245, 245);
	z-index: 2;
	position: relative;
}
@media (max-width: 767px) {
	.breadcrumb2 {
		display: none;
	}
}
.breadcrumb2 a {
	color: #222;
	//text-shadow: none;
	//font-weight: bold;
	//text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
}
.breadcrumb2 i {
	font-size: 15px;
}
.breadcrumb2 > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb2 > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb2 > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb2 > li > a {
	font-size: 12px;
}
/* breadcrumb2 */
.breadcrumb3 {
	margin: 10px 0 0px 0;
	padding: 8px 0;
	//border: 1px solid #ddd;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	//background-color: rgb(245, 245, 245);
	z-index: 2;
	position: relative;
}
@media (max-width: 767px) {
	.breadcrumb3 {
		display: none;
	}
}
.breadcrumb3 a {
	color: #222;
	//text-shadow: none;
	//font-weight: bold;
	//text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
}
.breadcrumb3 i {
	font-size: 15px;
}
.breadcrumb3 > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb3 > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb3 > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb3 > li > a {
	font-size: 12px;
}
.v3Type {
	min-height: 220px;
}
.control-label {
	text-align: left !important;
	font-size: 16px;
}
.bagText {
	text-transform: none;
	font-size: 16px;
}
.pagination {
	margin: 0;
}
.troubleshooting {
	border: none;
	width: 100%;
}
.tdCell {
	padding: 5px;
}
.tdCell2 {
	background-color: #E4E2E5;
	padding: 5px;
}
.tdHeader {
	background-color: #766F7C;
	vertical-align: middle;
	padding: 10px 5px 10px 5px;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 14px; 
	border: 1px solid #8cc63f;
	border-radius: 0px;
	/*box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7);
	//background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	//border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
	border-color: #dddddd;
}
.btn-primary {
	color: #ffffff;
	//text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #8cc63f;
	border-color: #8cc63f;
	/*background-color: #5c9412;
	background-image: linear-gradient(to bottom, #6aa51c, #52880b);
	background-repeat: repeat-x;
	border-color: #52880b #52880b #4c7f09;*/
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #52880B;
	border-color: #52880B;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #8cc63f;
	//background-color: #558a10;
	background-image: linear-gradient(to bottom, #8cc63f, #8cc63f);
	//background-image: linear-gradient(to bottom, #6fab20, #558a0f);
	background-repeat: repeat-x;
	//border-color: #558a0f #558a0f #52880b;
	border-color: #8cc63f;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #52880b;
	background-image: linear-gradient(to bottom, #52880b, #52880b);
}
/* list group */
.list-group a {
	color: #333;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #52880B;
}
.panel-title a:hover {
	color: #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.descriptionBox {
	display: none;
	padding: 20px;
	height: 250px;
	border: 1px solid #ddd;
	background-image: url('../image/imageDesc.png');
	color: #1b1b1b;
	margin-top: -250px;
	position: relative;
	z-index: 200;
}
@media (max-width: 1200px) {
	.descriptionBox {
		height: 232px;
		margin-top: -232px;
	}
}
@media (max-width: 991px) {
	.descriptionBox {
		height: 250px;
		margin-top: -250px;
	}
}
.productDescLink {
	display: block;
	position: relative;
	z-index: 300;
	width: 100%;
	height: 100%;
	color: #1b1b1b;
}
.productDescLink:hover {
	color: #1b1b1b;
}
.small-btn {
	width: 200px;

	margin-right: auto;
	display: block;
}
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #FFF;
}
.product-thumb .image {
	text-align: center;
	/*border: 1px solid #ddd;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;*/
	border: 1px solid #ddd;
	padding: 10px 0px 10px 0px;
	-webkit-box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.20);
	z-index: 200;
	position: relative;
}
.product-thumb .image a {
	display: block;
}
/*.product-thumb .image a:hover {
	opacity: 0.8;
}*/
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	text-transform: none;
}
.product-thumb .caption {
	padding: 0 0px;
	min-height: 30px;
	margin-top: 15px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-list .product-thumb .caption a:hover {
	color: #52880B;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: none;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -15px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-right: 20px;
}
@media (max-width: 1499px) {
	.additionalImg {
		width: 100% !important;
	}
}
@media (max-width: 991px) {
	.productImage1 {
		width: 60% !important;
	}
	.productText1 {
		width: 40% !important;
	}
}
@media (max-width: 767px) {
	.productImage1 {
		width: 100% !important;
	}
	.productText1 {
		width: 100% !important;
		float: left;
		clear: both;
	}
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

@media (max-width: 991px) {
	.nav-tabs {
		width: 100%;
	}
	.nav-tabs > li > a {
		width: 100%;
		padding: 10px 10px;
	}
}

@media (max-width: 470px) {
	.bottomTabs > li > a {
		font-size: 14px;
	}
}
@media (max-width: 432px) {
	.bottomTabs > li > a {
		font-size: 12px;
	}
}
@media (max-width: 396px) {
	.bottomTabs > li > a {
		font-size: 10px;
	}
}
@media (max-width: 348px) {
	.bottomTabs > li > a {
		font-size: 9px;
	}
}
@media (max-width: 329px) {
	.bottomTabs > li > a {
		font-size: 8px;
	}
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.relatedProducts {
	margin-bottom: 40px;
}
.relatedProducts2 {
	margin-bottom: 140px;
}
.relatedProducts .product-thumb .image:hover {
	border: 1px solid #8cc63f;
}
.relatedProducts2 .product-thumb .image:hover {
	border: 1px solid #8cc63f;
}
#input-subject {
	font-size: 16px;
}
.form-control {
	font-size: 16px !important;
}
#search  input {
	font-size: 14px !important;
}
.phone {
	color: #FFF;
	font-size: 14px;
}
.phone a {
	color: #FFF;
	font-size: 14px;
	padding-left: 0px;
	display: none;
}
.phone2 {
	color: #FFF;
	font-size: 14px;
	display: block;
}
.icon1 {
	color: #FFF;
}
@media (max-width: 767px) {
	.phone a {
		display: block;
		margin-top: 7px;
		float: right;
	}
	.phone2 {
		display: none;
	}
}
#freeShipping {
	text-align: center;
	float: left;
	width: 100%;
	padding: 10px;
	border: 1px solid #8cc63f;
	//background-color: #f7f7f7;
	color: #52880B;
	margin-bottom: 15px;
	margin-top: 2px;
}
.spacerText2 {
	padding-top: 5px;
	padding-bottom: 10px;
}
.testingMethods img {
	border: 1px solid #DDD;
}
span.dropt {
	border-bottom: thin dotted; 
	//background: #ffeedd;
}
span.dropt:hover {
	text-decoration: none; 
	border-bottom: none; 
	//background: #ffffff; 
	z-index: 6; 
}
span.dropt span {
	position: absolute; 
	left: -9999px;
	margin: 20px 0 0 0px; 
	padding: 20px;
	border-style:solid; 
	border-color: #DDD; 
	border-width:1px; 
	z-index: 6;
}
span.dropt:hover span {
	left: 2%; 
	background: #ffffff;
} 
span.dropt span {
	position: absolute; 
	left: -9999px;
	margin: 4px 0 0 0px; 
	padding: 20px; 
	border-style:solid; 
	border-color: #DDD; 
	border-width:1px;
}
span.dropt:hover span {
	margin: 20px 0 0 170px; 
	background: #ffffff; 
	z-index:6;
} 
@media print {
	header nav, footer, #menu, .breadcrumb, .links1, .iconCol, #top, .btn, .bannerImage, .scheduleText {
		display: none;
	} 	
	img {
		max-width: 500px;
	}	
	@page {
		margin: 0.5cm;
	}	
	body {
		font: 12pt Georgia, "Times New Roman", Times, serif;
		line-height: 1.3;
	}
	h1 {
		font-size: 24pt;
	}
	h2 {
		font-size: 14pt;
		margin-top: 25px;
	}
	 #column-left h2 {
		font-size: 18pt;
	}
	blockquote, ul {
		margin: 0;
	}
	ul {
		list-style: none
	}
	li {
		content: "» ";
	}
	#logo {
		display: block;
	}
	#logo img {
		width: 200px;
	}
	p a:after {
		content: " (" attr(href) ")";
		font-size: 80%;
	}
	p a[href^="http://"]:after {
		content: " (" attr(href) ")";
		font-size: 90%;
	}
	p a[href^="#"]:after {
		display: none;
	}
	p a {
		word-wrap: break-word;
	}
	a {
		color: #000;
	}
	#column-left, #column-right {
		border-top: 1px solid #bbb;
		margin-top: 30px;
		display: block;
		page-break-before: always;
	}
}