@charset "utf-8";

/***************************************************************************
* Fonts
***************************************************************************/

/***************************************************************************
* GENERAL STYLES
***************************************************************************/
body {
	background: #e2e2e2 url("../img/bg-pattern.png") top left repeat;
}
a {

}
a:hover {

}

/***************************************************************************
* PAGE HEADER
***************************************************************************/
#pageHeaderWrapper {}

#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;
}
#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 TOP BAR
***************************************************************************/
#pageTopbarWrapper{}

#pageTopbar{}

/*
 * navbar
 * --------------------------------------------------
 */
.navbar-main {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0px;
	background: #fff;
	border-color: #fff;
	border-left: none;
	border-right: none;
}
.navbar-main .nav > li > a {
	padding: 15px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-main  .nav > li > a {
		padding: 15px 35px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-main  .nav > li > a {
		padding: 15px 9px;
	}
}
@media (min-width: 1200px) {
	.navbar-main  .nav > li > a {
		padding: 15px 20px;
	}
}
.navbar-main .navbar-brand {
	color: #333;
	text-shadow: none;
}
.navbar-main .navbar-brand:hover,
.navbar-main .navbar-brand:focus {
	color: #333;
	background-color: transparent;
}
.navbar-main .navbar-text {
	color: #333;
}
.navbar-main .navbar-nav > li {
	background: url('../img/navbarmenu_separator.png') no-repeat right;
	padding-right: 1px;
}
.navbar-main .navbar-nav > li:last-of-type {
	background: none;
	padding-right: 0;
}
@media (max-width: 767px) {
	.navbar-main .navbar-nav > li {
		background: none;
		padding-right: 0;
	}
}
.navbar-main .navbar-nav > li > a {
	color: #333;
	text-shadow: none;
}
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus {
	color: #193b71;
	background-color: transparent;
}
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus {
	color: #193b71;
	background-color: transparent;
}
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a:focus {
	color: #193b71;
	background-color: transparent;
}
.navbar-main .navbar-nav > .disabled > a,
.navbar-main .navbar-nav > .disabled > a:hover,
.navbar-main .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-main .navbar-toggle {
	border-color: #333;
}
.navbar-main .navbar-toggle:hover,
.navbar-main .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-main .navbar-toggle .icon-bar {
	background-color: #333;
}
.navbar-main .navbar-toggle:hover .icon-bar,
.navbar-main .navbar-toggle:focus .icon-bar {
	background-color: #333;
}
.navbar-main .navbar-collapse,
.navbar-main .navbar-form {
	border-color: #333;
}
@media (min-width: 768px) {
	.navbar-main .container > .navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (max-width: 767px) {
	.navbar-main {
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
	}
	.navbar-main .navbar-nav > li > a {
		color: #333;
		text-shadow: none;
	}
	.navbar-main .navbar-nav > li > a:hover,
	.navbar-main .navbar-nav > li > a:focus {
		color: #fff;
		background-color: #193b71;
	}
	.navbar-main .navbar-nav > .active > a,
	.navbar-main .navbar-nav > .active > a:hover,
	.navbar-main .navbar-nav > .active > a:focus {
		color: #fff;
		background-color: #193b71;
	}
	.navbar-main .navbar-nav > .open > a,
	.navbar-main .navbar-nav > .open > a:hover,
	.navbar-main .navbar-nav > .open > a:focus {
		color: #fff;
		background-color: #193b71;
	}
	.navbar-main .navbar-nav > .disabled > a,
	.navbar-main .navbar-nav > .disabled > a:hover,
	.navbar-main .navbar-nav > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
	.navbar-main .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	.navbar-main .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-main .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: #193b71;
	}
	.navbar-main .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-main .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-main .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #193b71;
	}
	.navbar-main .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-main .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-main .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
	.navbar-main .navbar-nav .open .dropdown-menu > li.open > a,
	.navbar-main .navbar-nav .open .dropdown-menu > li.open > a:hover,
	.navbar-main .navbar-nav .open .dropdown-menu > li.open > a:focus {
		color: #fff;
		background-color: #193b71;
	}
}
.navbar-main .navbar-link {
	color: #333;
}
.navbar-main .navbar-link:hover {
	color: #333;
}

/***************************************************************************
* PAGE BODY
***************************************************************************/
#pageBodyWrapper {}

#pageBody {
	background: transparent;
}

/***************************************************************************
* LEFT SIDE BAR
***************************************************************************/
#leftSidebarWrapper {}

#leftSidebar {}

#sidebar {

}
@media (min-width: 768px) {
	#sidebar {
		padding-right: 0px;
	}
}
#leftSidebar .leftbar_catlinks_wrapper {
  border: 1px solid #333;
  padding: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  min-height: 100px;
  margin-bottom: 30px;
}
#leftSidebar .leftbar_catlinks_wrapper .leftbar_catLink_nonlink {
  display: block;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  background-color: #222222;
  border-bottom: 1px solid #222222;
  text-decoration: none;
  cursor: default;
  font-size: 14px;
}
#leftSidebar .leftbar_catlinks_wrapper .leftbar_catLink {
  display: block;
  font-weight: normal;
  padding: 10px;
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
#leftSidebar .leftbar_catlinks_wrapper .leftbar_catLink:hover {
  text-decoration: none;
  color: #fff;
  background-color: #205ea4;
}
#leftSidebar .leftbar_catlinks_wrapper .leftbar_catLink_selected {
  display: block;
  font-weight: normal;
  padding: 10px;
  color: #fff;
  background-color: #205ea4;
  border-bottom: 1px solid #2b669a;
}
#leftSidebar .leftbar_catlinks_wrapper .leftbar_catLink_selected:hover {
  text-decoration: none;
}
#leftSidebar .leftbar_catlinks_wrapper .leftbar_subcatLink {
  display: block;
  padding: 5px 10px;
  color: #333;
  background-color: #fff;
}
#leftSidebar .leftbar_catlinks_wrapper .leftbar_subcatLink:hover {
  text-decoration: underline;
  color: #333;
}
#leftSidebar .leftbar_catlinks_wrapper .leftbar_subcatLink_selected {
  display: block;
  padding: 5px 10px;
  color: #333;
  background-color: #fff;
}
#leftSidebar .leftbar_catlinks_wrapper .leftbar_subcatLink_selected:hover {
  text-decoration: underline;
}

/***************************************************************************
* CONTENT
***************************************************************************/
#contentWrapper {}

#content {}

/*---------- banner ----------*/
#banner_slider {
	margin-bottom: 30px;
}

.pnl {
	margin-bottom: 30px;
	background: #fff;
	border-top: 4px solid #205ea4;
}
.pnl_title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #383838;
	padding: 15px;
}
.pnl_cnt {
	padding: 15px;
}

/*---------- Styling products carousel ----------*/

.products_carousel_wrapper {}
.products_carousel {}
.products_carousel .product {
	border: 1px solid #d7d7d7;
}
.products_carousel .product .product_image_div {

}
.products_carousel .product .product_image_div a {
	display: block;
}
.products_carousel .product_image_div img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.products_carousel .product .product_info_div {
	padding: 15px;
}
.products_carousel .product_name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.products_carousel .product_name a {
	text-decoration: none;
	color: #333;
}
.products_carousel .product_name a:hover {
	text-decoration: none;
	color: #333;
}
.products_carousel .product_price {
	color: #1c3cdd;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.products_carousel .product_price span {
	
}

/***************************************************************************
* PAGE FOOTER
***************************************************************************/
#pageFooterWrapper {

}
#pageFooter {

}

/*
 * Footer NewsLetter
 * --------------------------------------------------
 */
#footer_newsletter_wrapper {
	background: #333333;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer_newsletter_wrapper #newsletter_subscribe #subscribe_form .subscribeLabel {
	background: #fff;
	border: none;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0 !important;
}
#footer_newsletter_wrapper #newsletter_subscribe #subscribe_form .form-control {
	border: none;
	border-left: 1px solid #333;
	border-radius: 0 !important;
}
#footer_newsletter_wrapper #newsletter_subscribe #subscribe_form .subscribeBtn {
	border-radius: 0 !important;
	background: #4054b2;
	border: 1px solid #4054b2;
	color: #fff;
}
@media (max-width: 767px) {
	#newsletter_subscribe {
		margin-bottom: 15px;
	}
}

/*
 * Footer Social Media
 * --------------------------------------------------
 */
#social_links_wrapper ul#social_links {
	margin: 0;
	padding: 0;
	text-align: right;
}
#social_links_wrapper ul#social_links li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}
#social_links_wrapper ul#social_links li:last-of-type {
	margin-right: 0;	
}
#social_links_wrapper ul#social_links li a {
	display: block;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 7px;
	text-align: center;
	border: 1px solid #fff;

	background: transparent;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	width: 34px;
	height: 34px;
}
#social_links_wrapper ul#social_links li a:hover {

}
#social_links_wrapper ul#social_links li.facebook a:hover {
	background: #3b5998;
	color: #fff;
}
#social_links_wrapper ul#social_links li.twitter a:hover {
	background: #00aced;
	color: #fff;
}
#social_links_wrapper ul#social_links li.instagram a:hover {
	background: #517fa4;
	color: #fff;
}
#social_links_wrapper ul#social_links li.pinterest a:hover {
	background: #cb2027;
	color: #fff;
}
#social_links_wrapper ul#social_links li.google-plus a:hover {
	background: #dd4b39;
	color: #fff;
}
#social_links_wrapper ul#social_links li.youtube a:hover {
	background: #e52d27;
	color: #fff;
}
#social_links_wrapper ul#social_links li.skype a:hover {
	background: #12a5f4;
	color: #fff;
}
#social_links_wrapper ul#social_links li.rss a:hover {
	background: #edbe00;
	color: #fff;
}
@media (max-width: 767px) {
	#social_links_wrapper ul#social_links {
		text-align: center;
	}
}

/*
 * Footer
 * --------------------------------------------------
 */
#footer {
	background: #1e6fc1;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer h4 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#footer ul.footer_links {
	padding-left: 0;
	margin-bottom: 15px;
}
#footer ul.footer_links li {
	list-style: none;
}
#footer ul.footer_links li + li {
	margin-top: 10px;
}
#footer ul.footer_links li a {
	color: #fff;
}
#footer ul.footer_links li a:hover {
	color: #fff;
	text-decoration: none;
}

#footer_bottom {
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333;
}
#footer_bottom .copyright {
	text-align: left;
}
#footer_bottom .footer_payment {
	text-align: right;
}
@media (max-width: 767px) {
	#footer_bottom .copyright {
		text-align: center;
	}
	#footer_bottom .footer_payment {
		text-align: center;
	}
}