@charset "utf-8";

/***************************************************************************
* FONTS
***************************************************************************/


/***************************************************************************
* GENERAL STYLES
***************************************************************************/
body {}

a {}

a:hover, a:focus {}

#pageWrapper {}


.bg-blue {
	background: #2488f9 !important;
}
.bg-orange {
	background: #ef4819 !important;
}
.bg-red {
	background: #cb063e !important;
}
.bg-green {
	background: #09a21f !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

/***************************************************************************
* PAGE HEADER
***************************************************************************/
#pageHeaderWrapper {}

#pageHeader {}

/*
 * Header Top Bar
 * --------------------------------------------------
 */
#header_topbar_wrapper {
	color: #000;
	background: #d8ece3;
}
#header_topbar {
	font-size: 14px;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.topbar_links {
	margin: 0;
	padding: 0;
	float: right;
}
ul.topbar_links li {
	list-style: none;
	display: inline-block;
}
ul.topbar_links li + li {
	margin-left: 10px;
}
ul.topbar_links li img.icon {
	width: 30px;
	height: 30px;
	margin-right: 2px;
}
ul.topbar_links li a {
	color: #000;
	text-decoration: none;
}
ul.topbar_links li a:hover {
	color: #2488f9;
	text-decoration: none;
}
@media (max-width: 991px) {
	ul.topbar_links {
		float: none;
		text-align: center;
	}
}

/* -------------------------------------------------- */

#header_wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
}

/*
 * Logo
 * --------------------------------------------------
 */
#header #logo {
	text-align: right;
}
#header #logo a {
	display: inline-block;
	max-width: 100%;
}
@media (max-width: 767px) {
	#header #logo {
		text-align: center;
	}
}

/*
 * Phone
 * --------------------------------------------------
 */
#header_phone_number {
	margin-bottom: 10px;
}
#header_phone_number img.icon {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
@media (max-width: 767px) {
	#header_phone_number {
		text-align: center;
	}
}

 /*
 * Search
 * --------------------------------------------------
 */
#header_search {
	position: relative;
}
#header_search button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	outline: none !important;
}
#header_search img.icon {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
#header_search .search_input {
	width: 250px;
	height: 30px;
	padding: 5px;
	border: 1px solid #2488f9;
	box-shadow: -2px 2px 0 #2488f9;
	outline: none !important;
}
@media (max-width: 767px) {
	#header_search .search_input {
		width: 100%;
	}
}

/***************************************************************************
* PAGE TOPBAR
***************************************************************************/
#pageTopbarWrapper {}

#pageTopbar {}

/***************************************************************************
* PAGE BODY
***************************************************************************/
#pageBodyWrapper {}

#pageBody {}

/***************************************************************************
* LEFT SIDEBAR
***************************************************************************/
#leftSidebarWrapper {}

#leftSidebar {}

/***************************************************************************
* CONTENT
***************************************************************************/
#contentWrapper {}

#content {}

.section_title {
	display: block;
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 2px solid #666;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	color: #333;
}
.category_section_title {
	display: block;
	margin-top: 0;
	margin-bottom: 30px;
	padding: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	background: #666;
}

/**************************************************************************/

.awards_wrapper {

}
.awards_wrapper .award {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.awards_wrapper .award a {
	display: block;
	text-decoration: none;
}
.awards_wrapper .award a:hover img,
.awards_wrapper .award a:focus img {
	opacity: 0.8;
	text-decoration: none;
}
.awards_wrapper .award .title {
	display: block;
	text-align: center;
	padding: 5px 10px;
	margin-top: 10px;
	background: #f2f2f2;
	color: #333;
	border: 1px solid #ddd;
	font-weight: 600;
}
.awards_wrapper.blue-theme .title {
	background: #e9f3ff;
}
.awards_wrapper.blue-theme .award a:hover .title,
.awards_wrapper.blue-theme .award a:focus .title {
	color: #fff;
	background: #2488f9;
	border-color: #2488f9;
}
.awards_wrapper.orange-theme .title {
	background: #feece8;
}
.awards_wrapper.orange-theme .award a:hover .title,
.awards_wrapper.orange-theme .award a:focus .title {
	color: #fff;
	background: #ef4819;
	border-color: #ef4819;
}

/*
.awards_wrapper .award .title {
	position: absolute;
	z-index: 20;
	max-width: 100%;
	max-height: 100%;
	padding: 10px;
	height: auto;
	width: 100%;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background: #666;
	color: #fff;
	text-align: center;
	-webkit-transform: translateY(100%);
		  transform: translateY(100%);
	-webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.1s 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.1s 0.3s;
	transition: transform 0.3s, opacity 0.1s 0.3s, -webkit-transform 0.3s;
}
.awards_wrapper .award a:hover .title {
  opacity: 1;
  -webkit-transform: translateY(0px);
		  transform: translateY(0px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
  transition: opacity 0.1s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
}
*/

/**************************************************************************/

#banner_slider {
	margin-bottom: 30px;
}

.products_carousel_wrapper {
	margin-bottom: 30px;
}
.products_carousel {
	
}
.products_carousel .product {
	
}
.products_carousel .product .product_image_div {
	border: 1px solid #ccc;
}
.products_carousel .product .product_name {
	margin-top: 10px;
	text-align: center;
}
.products_carousel .product .product_price {
	color: #000;
	font-weight: 600;
	text-align: center;
}

/***************************************************************************
* PAGE FOOTER
***************************************************************************/
#pageFooterWrapper {}

#pageFooter {}

/*
 * Footer
 * --------------------------------------------------
 */
#footer_wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 5px solid #006633;
}
#footer {

}
#footer h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	color: #006633;
}
#footer a {
	color: #333;
}
#footer a:hover,
#footer a:focus {
	color: #006633;
}

/*
 * Footer Links
 * --------------------------------------------------
 */
.footer_links_wrapper {
	
}
ul.footer_links {
	font-size: 14px;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
ul.footer_links li {
	margin: 3px 0px;
}
ul.footer_links li + li {
	margin-top: 10px;
}
ul.footer_links li:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0da";
	margin-right: 5px;
}
ul.footer_links li a {
	color: #333;
}
ul.footer_links li a:hover,
ul.footer_links li a:focus {
	text-decoration: underline;
	color: #006633;
}

/*
 * copyright
 * --------------------------------------------------
 */
#copyright {
	font-size: 13px;
	text-align: left;
}

#scrollToTop {
	background: #006633;
}