@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);

/******************************************
     COLORS USED:
	 Green: #028802
	 Yellow: #FFD802
	 Blue: #46A9FF
	 Bark Blue: #1591FF
******************************************/
* {margin:0; padding:0}
html, body {height:100%}
body {
	/*font:20px/1.5 'Open Sans', sans-serif;*/
	font:20px/1.5 'Source Sans Pro', sans-serif;
	background:#fff;
	font-weight:400;
	color:#000;
	width:100%;
}
.pushTop {
	background: none;
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto -600px; /* the bottom margin is the negative value of the footer height */
}
.pushFooter, footer {height:630px} /* .push must be the same height as .footer plus any padding on the footer */
footer .threeColumn h5,
footer .threeColumn ul.list-unstyled {
	text-align:center !important;
}
@media (max-width: 800px) {
body {overflow-x:hidden}
.pushTop {
	background: none;
	width:100%;
	min-height:auto;
	height: auto !important;
	margin:0 auto 0;
}
.pushFooter {height:0}
footer {height:auto}
footer h5 {text-align:center; font-size:1.3em !important}
footer ul.list-unstyled {text-align:center; margin-bottom:40px}
footer ul.list-unstyled {font-size:1.3em !important}
}
header .form-control {
	background:#FFE655;
	color:#000 !important;
}
header input[type="text"].form-control {
	font-size:1.0em !important;
	text-align:center !important;
	text-transform:uppercase;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}

/* default font size */
.fa {font-size:14px}
@media (max-width: 800px) {.fa {font-size:26px}}

/* Override the bootstrap defaults */
.homepage h1 {
	font-size:2.6em;
	color:#000;
	/*color:#46A9FF;*/
	text-align:center;
}
.homepage h2 {
	font-size:2.2em;
	color:#000;
	/*color:#46A9FF;*/
	text-align:center;
}

a.blueBtn:link, a.blueBtn:visited {color:#fff;background-color:dodgerblue;padding:12px 24px;margin:25px 0 0 0;letter-spacing:1px;text-decoration:none;text-transform:uppercase;display:inline-block;cursor:pointer;border:1px solid blue;transition:all ease 0.5s}
a.blueBtn:hover, a.blueBtn:active, a.blueBtn:focus {color:dodgerblue;text-decoration:none;background:none;border:1px solid #fff}

@media (max-width: 800px) {.homepage h1 {font-size:1.8em}}
h1 {font-size:2.4em}
h2 {font-size:2.0em}
h3 {font-size:1.8em}
h4 {font-size:1.6em}
h5 {font-size:1.4em}
h6 {font-size:1.2em}
p {
	font-size:1.0em;
	text-align:left;
	margin-bottom:15px;
}
p.large {font-size:1.2em}
p.xlarge {font-size:1.4em}
.center {
	text-align:center !important;
}
strong,
.bold {
	font-weight:700 !important;
}
.semiBold {
	font-weight:600 !important;
}
.marginBtm50 {
	margin-bottom:50px !important;
}
small {
	font-size:0.7em;
}
#content ol,
#content ul {
	margin-left:55px;
}
#content ol li,
#content ul li {
	padding-bottom:10px;
}
a {
	color:#1591FF;
	transition:all ease-in-out 300ms;
}
a:hover {
	color:#028802 !important;
	text-decoration:none;
	transition:all ease-in-out 300ms;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
label.largeLabel {
	font-size:1.0em;
}
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;
}

.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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;*/
}

/* top */
#top {
	background-color:#000;
	padding:0;
	margin:0;
	height:60px;
}
@media (max-width: 800px) {#top {height:auto}}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-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 li, #top-links a {
	color:#fff;
	text-decoration:none;
}
#top .btnTopLinks {
    background: none;
    font-size: 1.0em;
    padding: 0;
    border: none;
}
#top-links li {
	font-size:0.8em;
	padding:0 10px;
}
@media (max-width: 800px) {
#top-links li {
	font-size:1.0em;
	padding:20px 20px;
}
}
#top .btn-link:hover, #top-links a:hover, #top .btnTopLinks:hover {
	/*color:#FFD400;*/
	color:#028802 !important;
}
#top-links .dropdown-menu {
	font-size:1em !important;
	background:#151515 !important;
    border:none !important;
    border-radius:4px;
    box-shadow:none !important;
}
#top-links .dropdown-menu a {
	text-shadow:none;
	color:#fff;
}
#top-links .dropdown-menu a:hover {
	/*color:#FFD802;*/
	color:#028802;
	background:none !important;
}
#top-links .dropdown-menu .text-left,
#top-links .dropdown-menu .productMiniCart {
	color:#000;
}
#top-links .dropdown-menu .text-left a {
	color:#1591FF;
}
#top-links .dropdown-menu .text-left a:hover {
	color:#1591FF!important;
	text-decoration:underline;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding:12px 15px 0;
}
@media (max-width: 800px) {
#top-links {
	padding:12px 0;
	float:none !important;
	width:90%;
	margin:0 5%;
}
#top-links ul.list-inline {
	text-align:center !important;
}
}
#top-links a + a {
	margin-left: 15px;
}

/* logo */
#logo {margin:0 0 0 15px;float:left}
#logo img {height:50px;width:auto;margin:5px 10px 5px 0}
@media (max-width: 800px) {
  #logo {margin:0 0 20px 0;float:none}
  #logo img {height:auto;width:90%;margin:0 5%}
}

/* search */
.navbar-collapse {
	padding:0 !important;
}
div.search {
	height:60px;
	width:300px;
	float:right;
}
.searchBtn {
	height:60px;
	width:60px;
	border:none;
	background:#FFE655;
	color:#555;
}
#search .input-lg {
	height:60px;
	line-height: 20px;
	padding:0 10px;
	border:none;
	border-radius:0;
}
#search .btn-lg {
	height:58px;
	width:58px;
	font-size:14px;
	line-height:14px;
	border:none;
	border-radius:0;
}
@media (max-width: 800px) {
div.search {
	/*height:60px;*/
	height:100px;
	width:100%;
	float:none;
}
#search .input-lg {
	height:100px;
}
.searchBtn {
	height:100px;
	width:100px;
}
input[type="text"].form-control {
	font-size:24px !important;
}
}

/* menu */
#menu {
	height:60px;
	width:100%;
	background:#FFD300;
	padding:0;
	border-bottom:1px solid #000;
}
#menu ul.navbar-nav {
	padding:10px 0 !important;
}
@media (max-width: 800px) {
  #menu {
  	padding:0;
  	height:auto;
  }
  #menu .navbar-header {
  	border-bottom:1px solid #FFE655;
  }
  #menu ul.navbar-nav {
  	text-align:center !important;
  	float:none !important;
  	/*margin:15px 0 0 !important;
  	padding:10px 0 0 !important;*/
  	margin:0 !important;
  }
  #menu .nav > li {
  	font-size:0.9em !important; /* Changed this line from 1.0em on 11-18-2022 */
  	border-bottom:1px solid #FFE655;
  }
  #menu .nav > li:first-of-type {
  	/*border-top:1px solid #222;*/
  }
  #menu .nav > li:last-of-type {
  	border-bottom:none;
  }
  #menu .nav > li > a {
  	padding:40px 15px !important;
  }
}
#menu .nav > li {
	font-size:1.0em;
}
#menu .nav > li > a {
	color: #000;
	padding: 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li:last-of-type > a { /* Added this on 11-18-2022 */
	color:#028802 !important;
}
#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: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#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: 12px;
}
#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:14px 15px;
	font-size:24px;
	font-weight:600;
	line-height:24px;
	color:#000;
}
#menu .btn-navbar {
	font-size:20px;
	font-stretch: expanded;
	color:#028802;
	padding:4px 18px;
	float: right;
}
/* ADDED LINES BETWEEN COMMENTS BELOW ON 11-20-2022 */
/* START */
@media only screen and (min-width : 801px) and (max-width : 1080px) {
    header {height:180px}
	.navbar-nav {text-align:center;float:none;width:100%;position:relative}
	.nav>li {display:inline-block}
	.navbar-nav>li {float:none}
	div.search {width:100%;float:none;display:block;position:relative}
	div.search > div.input-group {background:#FFE655;width:100%}
	#search .input-lg {float:left;width:90%}
	.input-group-btn {float:right;width:60px}
}
@media (max-width: 800px) {
    .navbar-toggle {display:block !important}
	.visible-xs {display:block !important}
}
@media (max-width: 800px) {
    .navbar-nav>li {float:none !important}
}
/* END */
@media (min-width: 768px) {#menu .dropdown:hover .dropdown-menu {display: block}}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#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: #fff;
	}
	#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;
	}
	/*.navbar-nav>li {float:none;display:block}*/
}

/* content */
#content {
	min-height: 600px;
}

/* footer */
footer {
	padding-top: 30px;
	background-color:#000;
	color:#e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color:#ccc;
	font-size:0.8em;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size:1.0em;
	font-weight:600;
	color:#fff;
}
footer p {
	color:#ccc;
	font-size:0.8em;
	text-align:center;
}
footer p.gold {
	color:#FFD300;
}
footer p.semiboldLg {
	font-size:1.2em;
	text-align:center;
	font-weight:600;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
@media (max-width: 800px) {.breadcrumb > li {font-size:0.8em}}
.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);
}
.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	/*border: 1px solid #cccccc;
	border-radius: 4px;
	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, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color:#fff;
	background-color:#46A9FF;
	border:1px solid #1591FF;
	border-radius:0 !important;
	transition:all ease-in-out 300ms;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-position: 0 -15px;
	color:#46A9FF !important;
	background-color:#fff;
	border:1px solid #1591FF;
}
.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);
	color:#fff !important;
}
.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:#1591FF;
	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:#fff;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #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 */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.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 {
	font-weight: bold;
	font-size:20px;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@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: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.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-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* 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%;
    }
}

/* 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;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/*********************************
         ADDED CODE
*********************************/
.container {
	width:auto !important;
	max-width:1280px;
	padding:40px 20px;
}
section,
.section {
	margin-bottom:8%;
}
.freeShipping {
	width:auto !important;
	max-width:1280px;
	padding:0;
	margin:40PX auto 0;
}
.freeShipping img {
	width:100%;
	height:auto;
	display:block;
}
@media (min-width: 2560px) and (max-width: 3840px) {
.container,
.freeShipping {
	max-width:1680px;
}
}
@media (max-width: 1024px) {
.container,
.freeShipping {
	max-width:980px;
}
}
@media (max-width: 800px) {
.container {
	max-width:98%;
	margin:0 1%;
}
.freeShipping {
	max-width:90%;
	margin:0 5%;
}
}
.navbar {
	margin-bottom:0 !important;
	border-radius:0 !important;
	border:none !important;
}
.fltlft {
	float:left;
	margin:0 20px 20px;
}
.fltrt {
	float:right;
	margin:0 20px 20px;
}
@media (max-width: 800px) {
.fltlft,
.fltrt {
	float:none;
	margin:20px;
}
}
.clear {clear:both}

/* HOME PAGE SLIDER
**********************************/
.cycle-slideshow {
	position:relative;
	width:100%;
	margin-bottom:50px;
}
.cycle-slideshow div {
	width:100%;
}
.cycle-slideshow img {
	width:100%;
	height:auto;
}
@media (max-width: 1024px) {}
@media (max-width: 800px) {}

/* display paused text on top of paused slideshow */
.cycle-paused:after {
	content: 'Paused';
	color: #fff;
	background: #000;
	padding: 10px;
	z-index: 500;
	position: absolute;
	top:10px;
	right:10px;
	border-radius: 10px;
	opacity: .5;
	filter: alpha(opacity=50);
}

/* HOME PAGE SLIDER 2
**********************************/
.owl-wrapper-outer {
	border:none !important;
	width:1200px !important;
	margin:80px auto 0;
}
@media (max-width: 1024px) {
.owl-wrapper-outer {
	width:940px !important;
	margin:0 auto;
}
}
@media (max-width: 800px) {
.owl-wrapper-outer {
	width:90% !important;
	margin:0 5%;
}
.owl-item img {width:90%; heigt:auto}
}

/* IMAGES
------------------------------------*/
img.homepageEMSlogo {
	width:677px;
	height:auto;
}
@media (max-width: 800px) {img.homepageEMSlogo {width:90%; margin:0 5%}}
img.fullWidth,
img.width100 {
	width:100%;
	height:auto;
}
img.width90 {
	width:90%;
	height:auto;
	margin:0 5%;
}
img.width80 {
	width:80%;
	height:auto;
	margin:0 10%;
}
img.width70 {
	width:70%;
	height:auto;
	margin:0 15%;
}
img.width60 {
	width:60%;
	height:auto;
	margin:0 20%;
}
img.width50 {
	width:50%;
	height:auto;
	margin:0 25%;
}
img.width40 {
	width:40%;
	height:auto;
}
img.width30 {
	width:30%;
	height:auto;
}
img.width20 {
	width:20%;
	height:auto;
}
img.marginBtm50 {margin-bottom:50px}
img.border {border:5px solid #fff}
.img-shadow {
	box-shadow: 0 8px 6px -6px black;
}
@media (max-width: 800px) {
img.width100,
img.width90,
img.width80,
img.width70,
img.width60,
img.width50,
img.width40,
img.width30,
img.width20   {
	width:90%;
	height:auto;
	margin:0 5% 10%;
}
}

/* GRID COLUMNS
---------------------------------------*/
div.twoColumn {
	width:50%;
	float:left;
}
div.threeColumn {
	width:33%;
	float:left;
}
div.fourColumn {
	width:25%;
	float:left;
}
div.twoColumnPadding {
	width:50%;
	padding:0 2%;
	float:left;
}
div.threeColumnPadding {
	width:33%;
	padding:0 2%;
	float:left;
}
div.fourColumnPadding {
	width:25%;
	padding:0 2%;
	float:left;
}
div.fourColumnPadding img {
	margin-bottom:25px;
}
@media (max-width: 800px) {
div.twoColumn,
div.threeColumn,
div.fourColumn,
div.twoColumnPadding,
div.threeColumnPadding,
div.fourColumnPadding {
	float:none;
	width:100%;
	margin:0 0 25%;
}
}
table.howEnergyMisersWork {
	margin-top:5%;
	border-collapse:collapse;
	border:none;
}
table.howEnergyMisersWork tr {
	border:none;
}
table.howEnergyMisersWork td {
	border:none;
	vertical-align:middle;
	padding:20px 10px;
}

/* SAVINGS CALCULATOR
***************************/
form.savings-calculator {
	font-size:1.0em;
	margin:30px 30px 0;
}
.calculate-savings-btn {padding:4px 8px}
form.savings-calculator h2 {padding:0}
form.savings-calculator table {
	width:100%;
	border: 0;
	padding: 0;
	margin:0 0 60px;
}
.odd { background: #dff4c4; }
tr, th, td {
	border: 0;
	padding: 4px;
	margin: 0;
	height: 15px;
}
.results_table {
		padding: 0;
		margin: 0;
}
.results_table th	{
		background: #bae485;
		color: #222;
}		
@media (max-width: 800px) {
form.savings-calculator {margin:30px 0 0}
.results_table th {font-size:0.8em}
}
.a {
		background: #f4f4f4;
		width: 110px;
		width: 90px;
}
.b {
		background: #f0eeee;
		text-align: right;
		width: 90px;
}
.c {
		background: #e6e7ea;
		text-align: right;
		width: 90px;
}		
.d {
		background: #f4f4f4;
		width: 110px;
}
.e {
		background: #f0eeee;
		text-align: right;
		width: 90px;
}
.f {
		background: #e6e7ea;
		text-align: right;
		width: 90px;
}	
#FiveYearSavings, #FiveYearReturn {text-align: left}
footer img.ppIcon {
	width:366px;
	height:auto;
}
@media (max-width: 800px) {
footer img.ppIcon {width:90%; margin:0 5%}
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background:none !important;
}
.question {color:#f00 !important}
.answer {color:#088308 !important}