@charset "utf-8";

/***************************************************************************
* GENERAL STYLES
***************************************************************************/
body {

}
a {

}
a:hover {

}

.fa {
	font-family: "FontAwesome";
}

#pageWrapper {
	
}

/***************************************************************************
* PAGE HEADER
***************************************************************************/
#pageHeader {
	background: #205ea4;
}

/*
 * Header Top Bar
 * --------------------------------------------------
 */
#header_topbar_wrapper {
	color: #fff;
	background: #193b71;
}
#header_topbar {
	font-size: 14px;
}
#header_topbar a {
	color: #fff;
}
#header_topbar .phone_number {
	margin-right: 10px;
}
#header_topbar .email {

}
#header_topbar #header_topbar_left {
	text-align: left;
	padding: 8px 0;
}
#header_topbar #header_topbar_right {
	text-align: right;
	padding: 8px 0;
}
#header_topbar ul.topbar_links {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#header_topbar ul.topbar_links li {
	display: inline;
	color: #fff;
}
#header_topbar ul.topbar_links li + li:before {
	content: "";
	padding: 0 5px;
}
#header_topbar ul.topbar_links li a {
	color: #fff;
	text-decoration: none;
}
#header_topbar ul.topbar_links li a:hover {
	color: #fff;
	text-decoration: underline;
}
@media (max-width: 767px) {
	#header_topbar #header_topbar_left {
		text-align: center;
	}
	#header_topbar #header_topbar_right {
		text-align: center;
	}
}
/* -------------------------------------------------- */

#header_wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
}

/*
 * Logo
 * --------------------------------------------------
 */
#header #logo {

}
#header #logo a {
	display: inline-block;
	max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#header #logo {
		margin-top: 10px;
	}
}
@media (max-width: 991px) {
	#header #logo {
		text-align: center;
	}
}

/*
 * Search
 * --------------------------------------------------
 */
#header_search {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
#header_search .inputGroup {
	position: relative;
	display: table;
	border-collapse: separate;
}
#header_search .inputGroupBtn {
	position: relative;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}
#header_search input[type="text"] {
	position: relative;
	z-index: 2;
	display: table-cell;
	float: left;
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-left: 10px;
}
#header_search input[type="text"]:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#header_search button[type="submit"] {
	height: 40px;
	width: 40px;
	border: 1px solid #193b71;
	border-left: 0;
	background: #193b71;
	color: #fff;
}
#header_search button[type="submit"]:focus {
	outline: 0;
}
#header_search button[type="submit"]:hover {
	border-color: #193b71;
	background: #193b71;
	color: #fff;
}
#header_search button[type="submit"] .fa {
	font-size: 18px;
}
@media (max-width: 767px) {
	#header_search {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

/*
 * Cart
 * --------------------------------------------------
 */
#header_cart {
	float: right;
	margin-top: 30px;
}
#header_cart a {
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
#header_cart a:hover{
	color: #fff;
	text-decoration: none;
}
#header_cart .cart_icon {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
#header_cart .cart_info {
	float: left;
}
@media (max-width: 767px) {
	#header_cart {
		float: none;
		text-align: center;
		margin-top: 0;
	}
}
/***************************************************************************
* PAGE BODY
***************************************************************************/
#pageBodyWrapper {}

#pageBody {}


/***************************************************************************
* LEFT SIDE BAR
***************************************************************************/
#leftSidebarWrapper {}

#leftSidebar {}


/***************************************************************************
* CONTENT
***************************************************************************/
#contentWrapper {}

#content {}

#slider {
	margin-bottom: 30px;
}

.colored_row {
	background: #f7f7f7;
	padding-top: 30px;
	margin-bottom: 30px;
}

.section_title_wrapper {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.section_title {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	background: transparent;
	color: #00c91e;
	float: left;
	padding-bottom: 5px;
}
.h_cat_links .h_cat_link {
	margin-bottom: 30px;
	text-align: center;
}
.h_cat_links .h_cat_link .cat_img img {
	display: inline-block;
	max-width: 100%;
}
.h_cat_links .h_cat_link .cat_img img:hover {
	opacity: 0.8;
}
.h_cat_links .h_cat_link .cat_name {
	font-size: 20px;
	margin-top: 15px;
}
.h_cat_links .h_cat_link .cat_name a {
	text-decoration: none !important;
}

/* Styling products_carousel */
.products_carousel_wrapper {
	margin-bottom: 30px;
}
.products_carousel .product {
	border: 1px solid #ccc;
	background: #fff;
}
.products_carousel .product .product_image_div {
	margin-bottom: 15px;
}
.products_carousel .product .product_image_div:hover{
	opacity: 0.8;
}
.products_carousel .product .product_image_div a {
	display: block;
}
.products_carousel .product_image_div img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: 200px;
	min-height: 200px;
	max-height: 200px;
}
.products_carousel .product .product_info_div {

}
.products_carousel .product_name {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.products_carousel .product_name a {
	text-decoration: none;
	color: #000;
}
.products_carousel .product_name a:hover {
	text-decoration: none;
	color: #dc143c;
}
.products_carousel .product_price {

}
.products_carousel .product_price span {
	
}

/* -------------------------------------------------- */

.h_bottom_banner {
	margin-bottom: 30px;
}

/* -------------------------------------------------- */

.h_bottom_links img {
	margin-bottom: 30px;
}

/***************************************************************************
* PAGE FOOTER
***************************************************************************/
/**************************************************************************/

#pageFooterWrapper {}

#pageFooter {}

/*
 * Footer
 * --------------------------------------------------
 */
#footer_wrapper {
	padding: 30px 0px;
	background: #F26D08;
}
#footer {
	
}

#footer h3.bar-title {
	font-size: 36px;
	text-transform: uppercase;
	color: #00387d;
	margin-top: 0;
	margin-top: 0;
	margin-bottom: 15px;
}
#footer a {
	color: #00387d;
	text-decoration: none;
}
#footer a:hover {
	color: #00387d;
	text-decoration: underline;
}
#footer .text {
	font-size: 16px;
	color: #E8ECEF;
}
#footer .contactus-info {
	font-size: 16px;
	color: #E8ECEF;
}


/*
 * Footer Social Media
 * --------------------------------------------------
 */
#footer ul#social_links {
	margin: 10px 0px;
	padding: 0;
}
#footer ul#social_links li {
	list-style: none;
	display: inline-block;
	margin: 5px 10px 5px 0px;
}
#footer ul#social_links li:last-of-type {
	margin-right: 0;	
}
#footer ul#social_links li a {
	display: block;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 13px;
	text-align: center;

	background: #fff;
	color: #F26D08;
	font-size: 34px;
	line-height: 34px;
	width: 60px;
	height: 60px;

	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}
#footer ul#social_links li a:hover {
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}
#footer ul#social_links li.facebook a:hover {
	background: #3b5998;
	color: #fff;
}
#footer ul#social_links li.twitter a:hover {
	background: #00aced;
	color: #fff;
}
#footer ul#social_links li.instagram a:hover {
	background: #517fa4;
	color: #fff;
}
#footer ul#social_links li.pinterest a:hover {
	background: #cb2027;
	color: #fff;
}
#footer ul#social_links li.google-plus a:hover {
	background: #dd4b39;
	color: #fff;
}
#footer ul#social_links li.youtube a:hover {
	background: #e52d27;
	color: #fff;
}
#footer ul#social_links li.skype a:hover {
	background: #12a5f4;
	color: #fff;
}
#footer ul#social_links li.linkedin a:hover {
	background: #007bb6;
	color: #fff;
}
#footer ul#social_links li.rss a:hover {
	background: #edbe00;
	color: #fff;
}
@media (max-width: 767px) {
	#footer ul#social_links {
		
	}
}

/*
 * Footer Bottom
 * --------------------------------------------------
 */

#footer_bottom_wrapper {
	padding: 30px 0px;
	background: #1255a6;
}
#footer_bottom {

}
#footer_bottom ul.footer_bottom_links {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer_bottom ul.footer_bottom_links li {
	font-size: 16px;
	color: #fff;
	display: inline;
	margin-right: 40px;
}
#footer_bottom ul.footer_bottom_links li:last-of-type {
	margin-right: 0;
}
#footer_bottom ul.footer_bottom_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: "\f105";
	margin-right: 10px;
}
#footer_bottom ul.footer_bottom_links li a {
	color: #fff;
}
#footer_bottom ul.footer_bottom_links li a:hover {
	text-decoration: underline;
}
@media (max-width: 767px) {
	#footer_bottom ul.footer_bottom_links {
		margin-bottom: 30px;
	}
	#footer_bottom ul.footer_bottom_links li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#footer_bottom ul.footer_bottom_links li:last-of-type {
		margin-bottom: 0;
	}
}

#footer_bottom .site-info {
	font-size: 16px;
	color: #fff;
}
#footer_bottom .site-info a {
	color: #fff;
}

/***************************************************************************
* CSS Helpers
***************************************************************************/

/*
 * Font Sizes
 * --------------------------------------------------
 */
.fs12 {
  font-size: 12px !important;
}
.fs13 {
  font-size: 13px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs15 {
  font-size: 15px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs26 {
  font-size: 26px !important;
}
.fs28 {
  font-size: 28px !important;
}
.fs30 {
  font-size: 30px !important;
}
/*
 * Paddings
 * --------------------------------------------------
 */
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pv0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.ph0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ph5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ph25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
/*
 * Margins
 * --------------------------------------------------
 */
.m0 {
  margin: 0 !important;
}
.m5 {
  margin: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mh0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mh5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mh15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mh20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mh25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.mh30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

/* Button Customization */
.buttons_wrapper .btn{
  color: rgb(255, 255, 255);
  background-color: rgb(102, 102, 102);
  border-radius: 6.666666666666667px;
}
