/*-----------------------------------------------------------------------------------*/
/*	Table of contents
/*-----------------------------------------------------------------------------------*/
/*
 Section 1. -- Default styles - overrides defaults from boostrap3 css/bootstrap.css 
 Section 2. -- Navbar - Top menu
 Section 3. -- Footer 
 Section 4. -- Twitter feed 
 Section 5. -- Category
 Section 6. -- Contact us
 Section 7. -- About us
 Section 8. -- Checkout
 Section 9. -- My account
 Section 10. -- Product styles
 Section 11. -- Cart
 Section 12. -- Forgot password
 Section 13. -- Site map 
 Section 14. -- 404
 Section 15. -- Blog
 Section 16. -- Newsletter
 Section 17. -- Alert box
 Section 18. -- Autocomplete
 Section 19. -- jQuery Woomark plugin - product filters
 Section 20. -- Media queries
*/
/*-----------------------------------------------------------------------------------*/
/*	Default styles
/*-----------------------------------------------------------------------------------*/
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]
{
	position: static;
	margin-left: 0px;
}

body
{
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	background-repeat: repeat;
	font-size: 12px;
}

.no_padding
{
	padding: 0px;
}

.no_paddingleft
{
	padding-left: 0px;
}

.no_paddingright
{
	padding-right: 0px;
}

.container
{
}

#container
{
	margin-top: 0px;
}

a
{
	font-size: 14px;
	color: #777;
}

ul, ol
{
	list-style: none;
	padding: 0px;
}

.page-container
{
	margin: 0px auto;
	padding: 0px;
/*	background: #fff;*/
}

.page-container > .row
{
	margin: 0px;
}

p
{
	line-height: 26px;
}

img
{
	max-width: 100%;
}

select
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 220px;
}

.navbar-form.navbar-search .select
{
	display: none;
}

select, input[type="file"]
{
	height: 30px;
	line-height: 30px;
	padding: 4px 6px;
}

.quantity {
	display:inline-block;
	vertical-align: middle;
}

.spinner {
  width: 60px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding:0 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
  /*background: #fff;*/
  border-color: #ddd;  
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 2px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -1px;
  border-bottom-right-radius: 2px;
}
.input-group-btn-vertical i{
  top: 0;
  font-size:10px;
  /*left: 4px;*/
}

.row.sort_show {
  /*border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;*/
  background:#f5f5f5;
  padding: 8px 10px 5px;
}

#input-sort, #input-limit
{
	font-size: 11px;
	background: #F5F5F5;
	height: auto;
	border: none;
	box-shadow: none;
}

.sort_show label
{
	line-height: 32px;
}
/*
.caret
{
	border-bottom: 4px solid;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid rgba(0, 0, 0, 0);
	display: inline-block;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width: 0;
}
*/
input[type="image"]
{
	vertical-align: middle;
}

ul,ol
{
	margin: 0px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"],input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], .uneditable-input
{
	padding: 5px 5px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus
{
	border-color: #ddd;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}

.required
{
	color: #668389;
}

.buttons
{
	margin: 10px 0px;
	height: 50px;
}

.btn
{
	background-color: #eee;
	background-image: none;
	border: none;
	font-size: 12px;
	font-family: Lato;
	color: #555;
	text-shadow: none;
	text-transform: capitalize;
	box-shadow: none;
	border-radius: 0px;
	transition: all 0.4s ease 0s;
	margin-right: 5px;
	padding: 8px 15px;
}

.btn:hover
{
	/*background-color: #7bbd42;*/
	color: #fff;
}

.bootstrap-select .btn
{
	text-transform: capitalize;
	font-size: 12px;
	font-family: 'Open Sans';
	border: 1px solid #eee;
}

.button, .btn-primary, #button-confirm
{
	background-color: #555555;
	background-image: none;
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-weight:600;
	font-family: Lato,Open Sans,Montserrat;
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
	box-shadow: none;
	border-radius: 0px;
	transition: all 0.4s ease 0s;
	margin: 0px;
}

.cart-info .btn.btn
{
	padding: 8px 10px;
}

.minicart
{
	background: #7bbd42;
	color: #fff;
	display: inline-block;
	padding: 8px 10px;
	font-size: 14px;
	vertical-align: text-bottom;
}

#cart > div
{
	display: inline-block;
	line-height: 16px;
	margin: 0 3px;
	text-align: left;
}

#cart > div > span
{
	display: block;
}

#cart > div > span b
{
	color: #555;
}

#cart > div > span.cartprice
{
	color: #555555;
	font-size: 11px;
	font-weight: 600;
}

.flip-horizontal
{
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: fliph;
	filter: fliph;
}

.flip-vertical
{
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
	-ms-filter: flipv;
	filter: flipv;
}

a.button
{
	display: inline-block;
}

.hide
{
	display: none;
}

.products
{
	margin: 10px 0px 30px;
	padding: 0px 0px;
}

.product-info .rating, .product .rating
{
	clear: both;
	padding: 0px;
	color: #ccc;
	line-height: 20px;
	font-size: 12px;
}

.product-info .rating
{
	height: auto;
	margin-top: 20px;
}

span.fa-stack
{
	width: 15px;
}

.product .btn.btn-primary
{
	background: #f5f5f5;
	color: #555;
	font-size: 10px;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px 10px;
	border-radius: 2px;
}

.prod
{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.btn-primary:hover, .btn.btn-primary:hover, .product .btn.btn-primary:hover, #button-confirm:hover, .button:hover
{
	background-color: #7bbd42;
	color: #fff;
	text-decoration: none;
}

.buttons .right
{
	text-align: right;
}

#button-review
{
	margin-bottom: 20px;
}

div.bootstrap-select.btn-group
{
	margin: 0px;
}

select.form-control
{
	font-size: 12px;
}

select.selectpicker
{
	display: none;
}

.btn.btn-link
{
	background: transparent;
	color: #777;
	text-transform: none;
	margin: 0px;
	padding: 0px 8px;
	border: none;
	font-size: 11px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.btn.btn-link img
{
	opacity: 0.2;
	height: 10px;
	margin-right: 5px;
}

.btn.btn-link:hover
{
	color: #000;
}

.btn.btn-link:hover img
{
	opacity: 1;
}

.login-box .dropdown-menu
{
	padding:20px;
	min-width:250px;
}

.login-box .dropdown-menu h3
{
	font-weight:normal;
	border-top:1px solid #eee;
	padding-top:5px;
	color:#555;
	margin:10px 5px 5px 5px;
}

.login-box .dropdown-menu .btn-default
{
	background:#eee;
}

.login-box .dropdown-menu .btn-default:hover
{
	background:#333;
}

.pull-right .login-box  .dropdown-menu 
{
	left:auto;
	right:0px;
}
.navbar .bootstrap-select.btn-group
{
	margin-bottom: 0px;
}

.screen_right
{
	direction: ltr;
	display: none;
	position: fixed;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 40px;
	z-index: 10;
}

/*-----------------------------------------------------------------------------------*/


/*	Navbar
/*-----------------------------------------------------------------------------------*/
.navbar-brand 
{
  color: #fff;
  float: left;
  font-size: 12px;
  height: auto;
  line-height: 36px;
  padding: 0;
  text-transform: uppercase;
}

.navbar-toggle
{
	border: 2px solid #ccc;
}

.navbar .navbar-toggle
{
	border-color: transparent;
}

.navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
{
	background-color: transparent;
	margin: 0px 20px;
}

#logo
{
	color: #999999;
	font-size: 11px;
	line-height: 14px;
}

#logo a
{
	color: #7bbd42;
	font-family: Montserrat;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: -3px;
	line-height: 10px;
	margin-top: 0;
	padding: 0;
	text-shadow: none;
	text-transform: none;
}

#logo a:hover
{
	text-decoration: none;
}

#logo #image-logo
{
	display: none;
}

div#logo h1
{
	margin-bottom: 0px;
	margin-top: 15px;
	display: inline-block;
}

#logo img
{
	vertical-align: middle;
	display: inline-block;
	opacity: 1;
}

#logo #text-logo a span
{
	color: #555555;
	font-weight: 600;
	margin-right: 2px;
}

#logo #text_under_logo > span
{
	color: #555;
	text-shadow: none;
	display: none;
	text-align: center;
	vertical-align: middle;
}

#logo #text_under_logo
{
	color: #999;
	padding: 0px 0px 0px 5px;
	text-transform: none;
	font-size: 11px;
	display: block;
	text-align: left;
	font-weight: normal;
	font-family: Open Sans;
}

.header
{
	padding-top: 0px;
	padding-bottom: 0px;
	background: #394755;
}

.navbar-header .navbar-toggle
{
	margin: 0px;
}

.navbar
{
	background-image: none;
	border: none;
	font-family: 'Lato',sans-serif;
	border-radius: 0px;
	box-shadow: none;
	padding: 0px;
	min-height: 0px;
	margin-bottom: 0px;
}

.navbar .dropdown-menu
{
	background: transparent;
	padding: 0px;
	border-radius: 0px;
	box-shadow: none;
	border: none;
	min-width: 200px;
	width: 100%;
}

.navbar-toggle .icon-bar
{
	background: #fff;
}

a.menu:after, .dropdown-toggle:after
{
	content: none;
}

.navbar .dropdown-menu:after, .navbar .dropdown-menu:before
{
	content: "";
	background: none;
	border: none !important;
}

.navbar .dropdown-menu > li > a, .navbar  .dropdown-menu > li > a:focus, .navbar  .dropdown-menu > li > a:hover
{
	color: #444;
	background:#fff;
	font-size: 12px;
	font-family: 'Open Sans';
	text-shadow: none;
	white-space: normal;
}

.navbar  .nav .open > a, .navbar  .nav .open > a:hover,.navbar .nav .open > a:focus, .navbar  .nav > li > a:hover, .navbar  .nav > li > a:focus
{
	background: #fff;
	color: #333;
}

.nav .highlight.open > a:hover, .nav .highlight.open > a:focus, .nav > li.highlight > a:hover, .nav > li.highlight > a:focus
{
	background: #fff;
	color: #333;
}

.navbar .dropdown-menu > li > a:hover
{
	background: #7bbd42;
	color: #fff;
	text-shadow: none;
}

.navbar-collapse
{
	z-index: 100;
	padding: 0px;
}

.navbar .nav > li > a
{
	text-shadow: none;
	font-family: Lato 'Open sans', Helvetica, Arial;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 6;
}

.navbar-nav
{
	margin: 0px;
	float: none;
}

#top
{
	font-size: 11px;
	color: #777;
	font-weight: 400;
	background: none repeat scroll 0 0 #f5f5f5;
	padding: 7px 20px 5px;
}

#welcome
{
	margin: 2px 0;
}

#top .container
{
}

#top > a
{
	color: #777;
	text-transform: lowercase;
	font-size: 11px;
}


#top-links a
{
	display: inline-block;
	font-size: 10px;
	color: #777;
	text-transform: lowercase;
}

#top i
{
/*	display: none;*/
	color:#ccc;
}

#top-links a span
{
/*	border-right: 2px solid #eee;*/
	padding: 0px 5px;
}

#top-links a:last-child span
{
	border-right: none;
}

div#header
{
	padding: 20px 0px 0px;
}

.navbar-search
{
	margin: 0px;
	padding: 0px;
	text-align: right;
	display: inline-block;
	border-radius: 5px;
	margin-top: 10px;
	width: 100%;
}

html[dir=rtl] .navbar-search
{
	float: right;
}

.navbar-search .search-query
{
	background: #fff;
	color: #777;
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 0 0 0 0;
	box-shadow: none;
	padding: 8px 15px 7px;
	font-size: 12px;
	line-height: 26px;
	-moz-transition: width 1s, opacity 1s;
	-webkit-transition: width 1s, opacity 1s;
	transition: width 1s, opacity 1s;
	margin: 0 0px 0 0px;
	width: 100%;
	height: 37px;
}

html[dir=rtl] .navbar-search .search-query
{
	float: left;
}

.navbar-form.navbar-left
{
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
	font-size: 12px;
}

.navbar-form.navbar-left select.form-control
{
	font-size: 12px;
	padding: 6px 10px;
}

form.navbar-search > div.input-group
{
	position: static;
	width: 100%;
}

form.navbar-search > div.input-group > button
{
	background: #f5f5f5;
	color: #333;
	border: 1px solid #ccc;
	border-left: none;
	border-radius: 0px 2px 2px 0px;
	font-size: 11px;
	padding: 17px 20px 18px;
	line-height: 0px;
	top: 11px;
	text-shadow: none;
	box-shadow: none;
	vertical-align: top;
	margin: 0px;
	right: 15px;
	position: absolute;
	z-index: 2;
}

form.navbar-search > div.input-group > button:hover
{
	background: #7bbd42;
	color: #fff;
}

.cart
{
	margin-top: 10px;
}

#cart
{
}

#language, #currency
{
	display: none;
}

.cart-info.dropdown-menu
{
	right: 10px;
	border: 1px solid #eee;
	box-shadow: none;
	z-index: 10001;
	background: #fff;
	padding-top: 10px;
}

.nav li.dropdown > .dropdown-toggle .caret
{
	border-bottom-color: rgba(0, 0, 0, 0.2);
	border-top-color: rgba(0, 0, 0, 0.2);
	margin-bottom: 2px;
	margin-left: 2px;
	border-width: 2px 2px 0;
}

.nav li.dropdown:hover > .dropdown-toggle .caret
{
	border-bottom-color: #333333;
	border-top-color: #333333;
}

.nav.cart > a, #cart > button
{
	display: block;
	padding: 2px 0 0 0px;
	font-weight: 400;
	padding-left: 0px;
	margin-right: 0px;
	text-transform: none;
	text-align: right;
	line-height: 22px;
	z-index: 1;
	color: #777;
	min-width: 35px;
	width: 145px;
	height: 40px;
}

.nav.cart > a > span
{
	border-radius: 3px;
	color: #777777;
	font-family: 'Open Sans';
	font-size: 12px;
	line-height: 36px;
	font-weight: 600;
	padding: 0px 0px;
	vertical-align: middle;
}

.nav.cart > a > span b
{
	font-size: 12px;
	line-height: 36px;
	font-family: Montserrat;
	margin-right: 1px;
	color: #888;
}

.nav.cart > a > span > span
{
	line-height: 16px;
	font-weight: 400;
	font-size: 12px;
}

.nav-tabs > li > a
{
	border-radius: 0px;
}

.logo
{
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
/* make sidebar nav vertical */
.logo a
{
	color: #333;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 400;
	line-height: 32px;
}

.logo a span
{
	display: inline;
}

.logo img
{
	vertical-align: top;
	margin-right: 5px;
	margin-top: 0px;
}

.logo a:hover
{
	text-decoration: none;
}

.welcome
{
	display: inline-block;
	padding-top: 30px;
}

.welcome a
{
	font-size: 12px;
	color: #555;
}

.welcome a:hover
{
	text-decoration: none;
	color: #000;
}

#search
{
	float: right;
}

#search input
{
	border-radius: 0px;
	box-shadow: none;
	border: 1px solid #eee;
	padding: 9px 8px;
	color: #999;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 12px;
	width: 30px;
	display: inline-block;
	background: #fff;
	visibility: hidden;
}

#search button
{
	margin-top: -10px;
	height: 32px;
}

.button-search
{
	background: url("../img/search.png") no-repeat scroll center center transparent;
	cursor: pointer;
	height: 18px;
	margin-left: -35px;
	margin-top: -27px;
	left: 100%;
	position: relative;
	width: 35px;
}

.nav-collapse.collapse
{
	z-index: 10000;
}

.carousel
{
	margin: 0px;
	margin-bottom: 10px;
}

.carousel > div
{
	border: 1px solid #eee;
	border-left: none;
}

.carousel .prod
{
	border-left: 1px solid #eeeeee;
	border-right: none;
	border-bottom: none;
	border-top: none;
}

.carousel-control
{
	line-height: 23px;
}

.left-menu .category_module
{
	margin-bottom: 20px;
}

.left-menu > div.category_module
{
	background: #fafafa;
	padding: 10px 20px;
}

.left-menu .banner
{
	color: #555;
	padding: 0px;
}

.left-menu .banner h4
{
	font-size: 16px;
	text-align: center;
}

.left-menu .options
{
	margin-top: 20px;
}

.left-menu .options > select
{
	min-width: 50px;
	width: auto;
	background-color: #f7f7f7;
	display: inline-block;
	margin-right: 5px;
	padding-right: 15px;
	border: 1px solid #fff;
}

.left-menu > div.category_module ul
{
	margin-left: 10px;
}

.left-menu > div.category_module ul li
{
	padding: 5px 0px;
}

.left-menu > div.category_module ul li a
{
	color: #777;
	font-size: 12px;
	padding-bottom: 3px;
}

.left-menu > div.category_module ul li a:hover
{
	text-decoration: none;
	color: #333;
}

.left-menu > div.category_module ul li.active > a
{
	border-bottom: 1px solid #7bbd42;
}

.left-menu .category_module h3
{
	font-family: Montserrat, 'Open Sans';
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #555;
	border: inherit;
}

h2
{
	font-size: 16px;
	font-weight: 400;
	color: #555;
/*	text-transform: uppercase;*/
	margin-bottom: 10px;
	font-family: 'Open Sans',sans-serif;
}

.heading
{
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 0px;
	padding-bottom: 0;
}

.heading.title:after
{
	background: #eee;
	content: "";
	height: 1px;
	left: 50px;
	position: absolute;
	top: 20px;
	width: 93%;
	z-index: 0;
}

.heading h2
{
	color: #333;
	float: left;
	font-size: 12px;
	margin: 0;
	font-weight: 600;
	z-index: 5;
	position: relative;
	padding: 12px 10px 11px 0;
}

.banner
{
	margin: 10px 0px;
	padding: 5px;
	text-align: center;
}

.banners
{
	margin-bottom: 10px;
	text-align: center;
}

.banners .banner
{
	vertical-align: middle;
	line-height: 40px;
	text-transform: uppercase;
	color: #555;
	font-size: 11px;
	text-align: center;
}

.banners .banner .icon
{
	font-size: 16px;
	margin: 0px 10px;
	color: #333;
	font-style: normal;
	font-weight: 400;
}

.banners .banner-icon
{
	background: #333;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	float: none;
	display: inline-block;
}

.banners .banner div
{
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
}

.banners .banner img
{
	width: 100%;
}

.product-list .product:before, .product-list .product:after
{
	content: " ";
	display: table;
}

.product-list .product:after
{
	clear: both;
}

.row.product_list
{
	border-right: 1px solid #eeeeee;
}

.left-menu .row.product_grid, .left-menu .row.product_list
{
	margin: 0;
	padding: 0;
}

.row.product_grid
{
	border-right: 1px solid #eee;
}

.left-menu .row.product_grid
{
	border-top: 1px solid #eee;
}

.left-menu .row.product_grid .prod
{
	border-top: none;
}

.product-list .product
{
	margin-bottom: 10px;
}

.product-list .product .name
{
}

.product-list .product .image
{
	float: left;
	max-width: 100%;
}

.product-list .product > div
{
	float: left;
}

.product-list .product .price p, .product-list .product .price .price-new, .product-list .product .price .price-old
{
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #999;
}

.product-list .product .rating
{
	padding: 0px;
}

.product-list .product_sale
{
	margin-top: 0px;
	background: #ccc;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 4px;
	display: none;
	z-index: 1;
}

.product-list .product .name, .product-list .product .price, .product-list .product .rating
{
	text-align: left;
}

.product-list .product .actions button.btn.btn-primary
{
	display: block;
	margin: 5px 0px;
}

.product
{
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.product > a
{
	display: block;
	padding: 5px;
}

.product > a > img
{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
}

.product_sale
{
	background: none repeat scroll 0 0 rgba(91, 179, 0, 0.7);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	margin-left: 25px;
	margin-top: 30px;
	padding: 2px 8px;
	position: absolute;
	line-height: 17px;
	text-transform: uppercase;
	z-index: 1;
}

.product .name
{
	text-align: left;
	margin: 0px 0px;
	line-height: 20px;
}

.product .name a
{
	font-weight: 600;
	color: #333;
	font-family: Lato,'Open sans';
	font-size: 12px;
	display: block;
	overflow: hidden;
	white-space: pre;
}

.product .name a:hover
{
	color: #336699;
	text-decoration: none;
}

.product .image.hover_img .additional_image
{
	display: none;
}

.product .image.hover_img:hover .thumb
{
	display: none;
}

.product .image.hover_img:hover .additional_image
{
	display: inline-block;
}

.product .actions
{
	min-height: 50px;
	padding: 0px 10px;
}

.product_list .product .actions
{
	min-height: 0px;
}

#product .rating .fa-stack
{
	color: #ccc;
	display: inline-block;
	height: 15px;
	line-height: 15px;
	position: relative;
	vertical-align: middle;
	width: 15px;
}

.product > div.image
{
	position: relative;
	padding: 20px 0px 10px;
	text-align: center;
}

.product .actions button.btn
{
	margin: 5px auto;
	padding: 5px 10px;
}

.product > div > div.hover
{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 0;
	text-align: center;
}

.product:hover > div >  div.hover
{
	opacity: 1;
}

.product > div > div.hover > div
{
	display: table;
	width: 100%;
	height: 100%;
}

.product > div > div.hover > div > a
{
	display: table-cell;
	vertical-align: middle;
	outline: none;
}

.product > div > div.hover > div > a > span
{
	display: inline-block;
	background: rgba(85, 151, 28,0.9);
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	cursor: pointer;
}

.product > div > div.hover > div > a > span:first-child
{
	margin-right: 3px;
}

.product .price
{
	text-align: left;
	margin: 0px 0px;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	font-family: Montserrat, 'Open sans';
	height: 30px;
}

.product .price p
{
	font-size: 14px;
	color: #7bbd42;
	font-weight: 600;
	font-family: Lato, Montserrat, 'Open sans';
	margin: 0px;
}

.product .price .price-old
{
	font-weight: normal;
	text-decoration: line-through;
	font-size: 12px;
	color: #555;
}

.product .price .price-new
{
	font-size: 14px;
	color: #7bbd42;
}

.product .addcart
{
	text-align: center;
	height: 45px;
	display: none;
}

.product .addcart a
{
	background: #7bbd42;
	padding: 8px 15px;
	color: #fff;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
}

.product .addcart a:hover
{
	text-decoration: none;
	color: #fff;
	background: #aaa;
}

.product .description
{
	display: none;
	line-height: 18px;
	padding: 10px 0px;
}

.image-additional
{
	margin: 20px 10px;
}

.product-info .image-additional li
{
	float: left;
}

.image-additional a
{
	padding: 5px;
}

.row.products
{
	margin-top: 10px;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	background:#fff;
}

.product-grid .col-md-4
{
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}

.product-grid
{
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
}

.product-list .col-md-12
{
	padding-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px solid #eee;
}

.product-list  .product, .product-list  .product .name
{
	text-align: left;
}

#content .product-layout  .product-list  .product .description
{
	display: block;
	margin: 10px 0px;
}

.product-list  .product > a, .product-list  .product > div
{
	float: left;
}

.product-list  .product > div
{
	margin: 0;
	padding: 0;
}

.product-list  .product > div.actions
{
	margin-left: 10px;
}

.product-list .product .price
{
	text-align: left;
}

.product-list .product .price p
{
	font-size: 12px;
	color: #333;
}

#content .product-layout .product-list  .product > div .name a
{
	font-size: 14px;
	text-transform: uppercase;
}

/*	Footer
/*-----------------------------------------------------------------------------------*/
.footer
{
	clear: both;
	color: #333;
	overflow: hidden;
	transition: bottom 1s ease 0s;
	width: 100%;
	z-index: 1000;
	background: #fafafa;
	padding-top: 0px;
	padding-bottom: 70px;
}

.footer:hover
{
	bottom: 0px;
}

.footer .arrow
{
	height: 40px;
	right: 40px;
	margin-top: -4px;
	position: absolute;
	width: 30px;
	cursor: pointer;
	z-index: 1000000;
}

.footer .caret
{
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 15px solid #fff;
	color: transparent;
	transition: border-top 1s ease 0s;
}

.footer:hover .caret
{
	border-top: 15px solid #FAFAFA;
}

.footer .col-md-2 > div
{
	margin-bottom: 10px;
}

.footer h3
{
	font-size: 12px;
	color: #555;
	font-family: 'Montserrat','Open sans', Helvetica, Arial;
	font-weight: 400;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

.footer ul
{
	list-style: none;
	padding: 0px;
}

.footer li
{
	padding-top: 5px;
}

.footer a
{
	color: #999;
	font-size: 11px;
	font-family: 'Montserrat','Open sans', Helvetica, Arial;
}

.footer a:hover
{
	opacity: 1;
	text-decoration: none;
}

.footer.black
{
	background: #222;
}

.footer.black .container
{
	color: #fff;
}

.footer.black .container h3
{
	color: #eee;
}

.footer.black .container a
{
	color: #999;
}

.footer.black #twitter_update_list span, #twitter_update_list span a
{
	color: #fff;
}

.powered
{
	background: #FDFDFD;
	color: #999999;
	font-size: 11px;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 30px;
}

.powered a
{
	font-size: 11px;
	color: #777777;
}

.powered ul
{
	list-style: none;
	text-align: right;
}

.powered-text, .payment-icons
{
	margin-right: 20px;
}

.payment-icons li
{
	display: inline;
}

.payment-icons img
{
	height: 20px;
}

.social-network li
{
	display: inline-block;
}

.social-network li a
{
	line-height: 10px;
	padding: 3px;
	font-size: 16px;
	color: #fff;
	opacity: 0.7;
}

.social-network li a:hover
{
	text-decoration: none;
	color: #fff;
	opacity: 1;
}

.footer:hover + .social .social-network li a
{
}

.social
{
	font-family: Montserrat;
	font-size: 11px;
	font-weight: normal;
	padding-top: 14px;
	text-align: right;
}

.social .copy
{
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: 'Open Sans';
	font-weight: 400;
	color: #ccc;
}

.social-network:hover
{
	opacity: 1;
}

.social-network
{
	bottom: 0;
	color: #fff;
	font-family: Montserrat;
	font-size: 11px;
	line-height: 10px;
	padding-bottom: 10px;
}

#social_band
{
	background: #fafafa;
	font-size: 12px;
	line-height: 22px;
	padding: 20px 0px 30px;
	margin-top: 20px;
}

#social_band h3
{
	font-weight: 600;
	color: #555;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

/*	Twitter feed
/*-----------------------------------------------------------------------------------*/
.twitter
{
	text-align: left;
}

#twitter_update_list
{
	font-size: 12px;
	line-height: 21px;
	list-style: none outside none;
}

#twitter_update_list li
{
	padding: 10px 0 0px 0px;
}

#twitter_update_list span, #twitter_update_list span a
{
	color: #000;
	line-height: 16px;
	font-size: 11px;
	text-decoration: none;
	font-family: 'Open Sans';
}

#twitter_update_list .user img
{
	margin-bottom: 5px;
	margin-right: 2px;
	vertical-align: middle;
	max-height: 24px;
}

#twitter_update_list span span
{
	font-weight: 600;
}

#twitter_update_list .tweet
{
	clear: both;
	line-height: 18px;
	font-size: 11px;
	margin-bottom: 0;
}

#twitter_update_list a
{
	color: #7bbd42;
	margin-right: 5px;
}

#twitter_update_list a:hover
{
	color: #3D3D3D;
}

/*	Category
/*-----------------------------------------------------------------------------------*/
.row.category-info
{
	margin-bottom: 30px;
	display: none;
}

.category-info .col-md-12 .row
{
	background: rgb(255, 255, 255);
	margin: 0px;
}

.category-info .col-md-10
{
	padding: 20px;
}

.category-info p
{
	font-size: 12px;
}

.cat_header
{
	font-size: 24px;
	margin-bottom: 0px;
	margin-top: 5px;
	font-family: 'Open Sans',sans-serif;
}

.cat_header h2
{
	font-size: 16px;
	color: #555;
	line-height: 24px;
	font-weight: 600;
	margin: 10px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #f5f5f5;
}

.row.sort_show
{
	padding-bottom: 3px;
	margin: 0;
	background: #fff;
}

.row.sort_show .btn
{
	background: transparent;
	font-size: 14px;
	padding: 5px 10px;
}

.row.sort_show .bootstrap-select.btn-group
{
	margin-bottom: 0px;
}

.row.sort_show .bootstrap-select.btn-group .btn
{
	font-size: 12px;
}

#list-view, #grid-view
{
	color: #777;
	font-size: 11px;
	text-transform: none;
	font-family: 'Open Sans';
	line-height: 16px;
	margin: 0px;
	padding: 5px 15px 0px 0px;
}

#list-view i, #grid-view i
{
	vertical-align: middle;
	color: #ccc;
	font-size: 14px;
	margin-right: 2px;
}

#list-view.selected,#grid-view.selected
{
	font-weight: 600;
	color: #555;
}

#list-view.selected i,#grid-view.selected i
{
	color: #7bbd42;
}

.row.sort_show .btn:hover
{
	color: #000;
}

.refine li
{
	display: inline-block;
	margin-right: 10px;
}

h3.refine
{
	color: #555;
	margin-bottom: 3px;
	font-weight: 400;
	font-size: 11px;
}

.breadcrumb
{
	border-radius: 0px;
	color: #999;
	font-size: 12px;
}

.breadcrumb.prod
{
	margin: 0px 10px;
}

.breadcrumb a
{
	color: #999;
}

.breadcrumb a:hover
{
	color: #333;
	text-decoration: none;
}

.pagination ul
{
	border-radius: 0px;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span
{
	border-radius: 0px;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span
{
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

.pagination
{
	font-size: 12px;
	color: #999;
}

.links
{
	padding: 0px 0 0;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
}

.links a
{
	display: inline-block;
	padding: 5px 10px 5px;
	text-decoration: none;
	color: #555;
	line-height: 20px;
	background: #fff;
}

.pag
{
	border-top: 1px solid #eee;
	padding: 10px 0px;
}

.pagination > li > a, .pagination > li > span
{
	color: #555;
	border: none;
	background: #F5F5F5;
	margin: 2px;
}

.links a:hover
{
	background: #555;
	color: #fff;
}

.links b
{
	display: inline-block;
	background: #999;
	padding: 5px 10px 5px;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
	line-height: 20px;
}

.results
{
	margin-top: 0px;
	float: right;
	padding: 8px 20px 8px;
	color: #777;
	font-size: 11px;
}

/*end category*/
/*	Contact us
/*-----------------------------------------------------------------------------------*/
#map
{
	height: 400px;
	margin-bottom: 30px;
	max-width: none;
}

#map img
{
	max-width: none;
}

#map label
{
	width: auto;
	display: inline;
}

.location
{
	background: #fff;
	border: 1px solid #f9f9f9;
	padding: 20px;
	color: #555;
}

.location h3
{
	font-size: 22px;
	font-family: 'Montserrat',sans-serif;
	color: #555;
	font-weight: normal;
	line-height: 30px;
}

.location .address
{
	font-size: 14px;
	color: #444;
	font-weight: 600;
	line-height: 24px;
}

.location p
{
	color: #444;
	font-size: 12px;
	line-height: 20px;
}

.location b
{
	font-size: 12px;
	color: #333;
}

.contact_form
{
	background: #fff;
	border: 1px solid #f9f9f9;
	padding: 20px;
	color: #555;
}

.contact_form h3
{
	font-size: 22px;
	font-family: 'Montserrat',sans-serif;
	color: #555;
	font-weight: normal;
	line-height: 30px;
}

.contact_form b
{
	color: #777;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
}

/*end contact us*/
/*about us*/
.text_about
{
	font-size: 14px;
	color: #777;
	font-family: arial;
}

.img-polaroid
{
	border: 1px solid #ddd;
	margin-top: 20px;
	box-shadow: none;
}

.description h4
{
	color: #222;
	font-weight: normal;
}

.description p
{
	color: #888;
	font-family: 'Open Sans', Helvetica, Arial;
	line-height: 20px;
}

/*end about us */
/*	Checkout
/*-----------------------------------------------------------------------------------*/
div.checkout_form
{
	background: #FAFAFA;
	margin-bottom: 20px;
}

.show-login
{
	font-size: 12px;
	color: #777;
	background: #fbfbfb;
	border: 1px solid #f5f5f5;
	height: 30px;
	padding-left: 10px;
	padding-top: 10px;
}

.show-login a
{
	color: #7bbd42;
	font-size: 12px;
}

.show-login a:hover
{
	color: #444;
}

.error.col-md-12
{
	color: #FF0000;
	display: block;
	margin: 20px;
}

.box
{
	margin: 0;
	margin-bottom: 30px;
	padding: 20px 0px;
}

.box.padding
{
	padding: 20px 20px;
}

.registerbox
{
	padding: 20px 20px;
	background: #FFFFFF;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.loginbox
{
	border: 1px solid #eee;
	padding: 20px 20px;
	background: #FFFFFF;
}

.list-group-item
{
	border: 1px solid #EEEEEE;
}

.list-group-item:first-child
{
	border-radius: 0;
}

.list-group-item:last-child
{
	border-radius: 0;
	margin-bottom: 0;
}

h3
{
	color: #777777;
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
}

h3.related
{
	margin: 50px 20px 30px;
}

.order-notes  p
{
	font-size: 12px;
	color: #555;
}

.shipping-method, .payment-method
{
	background: #fff;
	margin-bottom: 20px;
	padding: 10px;
}

.shiptobilling
{
	text-align: right;
}

.shiptobilling h3
{
	float: left;
}

.shiptobilling  label
{
	float: right;
	margin: 10px 10px 0;
	line-height: 40px;
}

.shiptobilling  input[type="checkbox"]
{
	margin: 13px 5px 0px;
}

.shipping-address
{
	display: none;
}

input:-moz-placeholder, textarea:-moz-placeholder
{
	font-size: 12px;
}

label
{
	color: #888;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
}

.control-label
{
}

.form-horizontal .control-label
{
}

.your_order h3
{
	font-size: 14px;
	color: #333;
	font-weight: 400;
	line-height: 22px;
}

.nicocheckout .alert-danger
{
	left: 20%;
	position: fixed;
	text-align: center;
	top: 45px;
	width: 60%;
	margin: 0px auto;
	z-index: 100;
}

.nicocheckout .radio label
{
	color: #333;
}

.register_block .form-group p
{
	margin: 0px;
	color: #333;
	font-weight: normal;
}

.your_order .btn
{
	float: right;
}

.your_order label
{
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

.your_order .radio
{
	cursor: pointer;
	color: #555;
}

.your_order .radio:hover
{
	color: #7bbd42;
}

.your_order .radio img
{
	margin-left: 5px;
}

.paypal p, .cheque p, .transfer p
{
	font-size: 12px;
	color: #777;
	border: none;
}

.paypal,.cheque,.transfer
{
	background: #f5f5f5;
	padding: 3px 10px;
}

.your_order .transfer,.your_order .cheque, .your_order .paypal
{
	display: none;
}

.your_order .payment
{
	margin-bottom: 20px;
}

.login-form
{
	padding: 20px;
}

/*end checkout*/
/*	My account
/*-----------------------------------------------------------------------------------*/
.my_account p
{
	font-size: 22px;
	font-weight: normal;
	color: #333;
	line-height: 40px;
}

input[type="text"],label
{
	color: #888;
	font-size: 12px;
}

.form-vertical .control-label
{
	font-size: 12px;
	color: #888;
}

.controls a
{
	font-size: 12px;
	color: #888;
}

.controls a:hover
{
	color: #7bbd42;
}

/*end my account*/
/*	Product
/*-----------------------------------------------------------------------------------*/
.product-info
{
	background: #fff;
	margin: 0px;
	margin-top: 10px;
}

.product-info .col-md-6:first-child
{
	padding: 0px;
}

.colorbox.cboxElement > img
{
	max-width: 100%;
}

#cboxLoadedContent .container
{
	width: 800px;
}

.product-info .image-additional img
{
	max-width: 74px;
	height: 74px;
}

.image-additional a:focus
{
	outline: 1px dotted #7bbd42;
}

h1, .h1
{
	font-family: Montserrat;
	font-size: 24px;
	text-transform: uppercase;
}

.product-info h1
{
	color: #444;
	font-family: 'Open Sans',sans-serif;
	font-size: 26px;
	font-weight: 400;
	margin: 10px 0px;
	padding-bottom: 20px;
	text-transform: capitalize;
	border-bottom: 1px solid #eeeeee;
}

.product-info li
{
	list-style: none;
	color: #444;
	font-size: 12px;
	margin-bottom: 0px;
}

.product-info li  span
{
	color: #999;
}

.product-info li a
{
	color: #444;
	border-radius: 0px;
}

.product-info li a:hover
{
	color: #7bbd42;
}

.line
{
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	margin-top: 20px;
}

.price
{
	color: #444;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 10px 0px;
}

.product-info li span.currency
{
	color: #555;
	font-weight: 600;
	font-size: 16px;
}

h2.price
{
	font-size: 22px;
	font-weight: 700;
	font-family: Lato,Montserrat,'Open Sans';
	display: inline-block;
	color: #7bbd42;
}

.price strike
{
	color: #949494;
	font-size: 18px;
}

.price strong
{
	color: #555;
	font-size: 20px;
	font-weight: 400;
}

.price-tax
{
	font-size: 11px;
	color: #999;
}

.product-info input[type="text"]
{
	text-align: left;
	float: none;
	padding: 6px 8px;
	border: 1px solid #ddd;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	border-radius: 0px;
	box-shadow: none;
}

.product-info > b
{
	float: left;
	padding-right: 5px;
	margin-top: 5px;
	font-size: 12px;
	color: #777;
}

.tab-content
{
	color: #555555;
	font-size: 13px;
	line-height: 26px;
	padding: 0;
}

.product-info .tab-content
{
	padding: 10px 0px;
}

.minimum
{
	margin-bottom: 10px;
}

.product-info .form-group
{
	margin: 10px 0px;
}

.product-info #button-cart
{
	font-size: 12px;
	background: #7bbd42;
}

.product_wish_compare
{
	cursor: pointer;
}

.product_wish_compare button
{
	background: #fff;
	color: #aaa;
	padding: 8px;
}

.product-info  .share
{
	padding: 15px 0;
}

.product-info .nav-tabs
{
	border-bottom: 1px solid #eee;
}

.nav-tabs > li
{
	margin-right: 5px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
	border: 1px solid #eee;
	border-radius: 3px 3px 0 0;
	color: #55971c;
	font-size: 11px;
	margin-top: 0px;
	padding: 10px 30px;
	border-bottom: 1px solid #fff;
	top: 0px;
	z-index: 2;
}

.product-info .tabs .nav-tabs > li> a
{
}

.product-info .tabs .nav-tabs > li.active > a
{
	top:1px;
}

.nav > li > a:hover, .nav > li > a:focus
{
	outline: none;
}

.product-info .tab-pane
{
	padding: 10px 5px;
}

.tabs
{
	padding-top: 0px;
	margin-bottom: 10px;
	clear: both;
}

.tabs .nav-tabs li a
{
	background: transparent;
	border-radius: 3px 3px 0 0;
	color: #777777;
	font-family: Open Sans;
	font-size: 11px;
	font-weight: 600;
	margin-top: 0px;
	padding: 10px 30px;
	text-transform: uppercase;
}

.nav-tabs
{
	border-bottom: none;
}

.tabs .table
{
	border: 1px solid #F3F3F3;
}

.table.specs td,.table.specs th
{
	border-top: 1px solid #f3f3f3;
}

.tabs .table thead th
{
	border: 1px solid #F3F3F3;
	background: #FBFBFB;
	font-size: 12px;
	color: #777;
}

.tab-pane textarea
{
	width: 300px;
}

.tab-pane
{
	font-size: 12px;
	color: #555;
	background:#fff;
}

.tab-pane a
{
	color: #7bbd42;
	font-size: 12px;
}

.product-info .control-label
{
	color: #333;
	margin-top: 10px;
}

.product-info .controls select
{
	color: #777;
	font-size: 12px;
}

.strike
{
	text-decoration: line-through;
}

/*end product*/
.well
{
	border: none;
	box-shadow: none;
}

/*	Cart
/*-----------------------------------------------------------------------------------*/
.cart-info
{
	background: #fff;
}

.table
{
	background: #fff;
}

.table-bordered
{
	border: 1px solid #eee;
}

table.radio
{
	background: none repeat scroll 0 0 #FAFAFA;
	padding: 10px 10px 10px 40px;
}

table.radio td
{
	padding: 5px 0px;
}

.total-table
{
	text-align: right;
}

.total-table table
{
	width: auto;
	float: right;
}

.table thead > tr > th, 
.table tbody > tr > th, 
.table tfoot > tr > th, 
.table thead > tr > td,  
.table tbody > tr > td, 
.table tfoot > tr > td
{
	border: 1px solid #eee;
}

.cart .cart-info
{
}

.table .img-thumbnail
{
	border: none;
}

.empty
{
	padding: 25px 30px 25px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #555;
}

.empty .minicart
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #333333;
	padding: 2px 3px;
}

.table thead > tr > th
{
	padding: 20px 10px;
	background: #fafafa;
}

.cart-totals .table td
{
	text-align: right;
}

.cart-info tbody .quantity input[type="text"]
{
	width: auto;
}

.cart-info tbody .quantity input[type="image"]
{
	vertical-align: text-top;
}

.cart-info thead tr
{
	background: #FBFBFB;
	border-top: 1px solid #f3f3f3;
}

.cart-info table.table th, table.table td
{
	border: 1px solid #f3f3f3;
}

.cart-info thead th
{
	color: #555;
	font-size: 12px;
	font-weight: 600;
}

.cart-info tbody .name a
{
	font-size: 14px;
	color: #3A3A3A;
}

.cart-info tbody .name a:hover
{
	color: #336699;
}

.cart-info tbody td
{
	color: #777;
	font-size: 12px;
	vertical-align: middle;
}

.cart-info.dropdown-menu, .cart-info.dropdown-menu .table tbody
{
	border: none;
	font-size: 12px;
}

.cart-info.dropdown-menu table
{
	margin: 0px;
	margin-bottom: 10px;
	border: none;
}

.cart-info.dropdown-menu > table td
{
	border: none;
	vertical-align: middle;
}

.cart-info.dropdown-menu  tbody .name a
{
	font-size: 12px;
}

.cart-info .btn
{
}

.cart-info .btn .fa-times-circle
{
	font-size: 16px;
}

.cart-info input[type="text"]
{
	border: 1px solid #eee;
	border-radius: 0px;
	border-right: none;
}

.cart-total
{
}

.cart-total, .cart-total .checkout
{
}

.cart-total table
{
}

.cart-total > table.table tbody > tr > td
{
	border: none;
}

.cart-totals table.table tr, table.table td
{
	border: 1px solid #f3f3f3;
}

.cart-totals .table th, .table td
{
	border-top: none;
	color: #777;
	font-size: 12px;
}

.cart-totals p
{
	text-align: right;
}

.cart-totals .btn
{
	padding: 12px 35px;
}

/*end cart*/
/*	Forgot password
/*-----------------------------------------------------------------------------------*/
.forgotten h3
{
	background: #fbfbfb;
	border: 1px solid #F3F3F3;
	padding: 5px 15px;
	font-size: 12px;
	color: #333;
	font-weight: 600;
}

p.forgotten-password
{
	color: #555;
	font-size: 14px;
	line-height: 24px;
}

.forgotten .form-horizontal .control-label
{
	padding-left: 15px;
}

.forgotten .btn-primary
{
	float: right;
}

/*end forgot-password*/
/*	Sitemap
/*-----------------------------------------------------------------------------------*/
.sitemap ul
{
	padding: 5px 15px;
}

.sitemap ul li a
{
	font-size: 13px;
	color: #333;
	line-height: 30px;
}

.sitemap  ul.subtitle a
{
	font-size: 12px;
	color: #888;
	font-weight: normal;
	line-height: 26px;
	text-transform: none;
}

.sitemap .subtitle a:hover
{
	color: #7bbd42;
}

.sitemap ul li a:hover
{
	text-decoration: none;
}

/*	404
/*-----------------------------------------------------------------------------------*/
h1.e404
{
	margin: 20px 0px 35px 50px;
	font-size: 130px;
	line-height: 120px;
	color: #888;
}

h1.page
{
	font-size: 28px;
	font-weight: normal;
	color: #444;
}

h6.e404
{
	font-weight: normal;
	color: #555;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 15px;
}

/*	Search
/*-----------------------------------------------------------------------------------*/
.search
{
	background: #fbfbfb;
	padding: 35px 0 25px 15px;
	border: 1px solid #eee;
}

.search select
{
	font-size: 12px;
}

.search select option
{
	color: #555;
	line-height: 50px;
	font-size: 12px;
}

.search .category
{
	margin-left: 15px;
	color: #777;
	font-size: 12px;
}

.search  input[type="checkbox"]
{
	font-size: 12px;
	color: #777;
}

.search .checkbox.inline
{
	vertical-align: text-top;
	padding-top: 0px;
	margin-left: 5px;
}

.search-btn
{
	text-align: right;
	margin-top: 25px;
}

h2.search-criteria
{
	font-family: 'Open Sans';
	font-size: 16px;
	color: #555;
	background: #f7f7f7;
	border: 1px solid #f3f3f3;
	padding: 0px 15px;
	margin-bottom: 20px;
}

/*end search*/
/*	Blog
/*-----------------------------------------------------------------------------------*/
h2.page-title
{
	font-size: 18px;
	color: #444;
}

.content-blog img
{
}

.content-blog > .col-md-8 > div
{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.content-blog h3 a
{
	font-size: 18px;
	color: #383838;
	font-weight: 600;
}

.content-blog h3 a:hover
{
	text-decoration: none;
	color: #7bbd42;
}

.post-detail
{
	font-size: 12px;
	color: #888;
}

.post-detail b
{
	color: #444;
}

.post-detail a
{
	color: #7bbd42;
}

.post-detail a:hover
{
	text-decoration: none;
	color: #444;
}

.text-blog p
{
	margin-top: 20px;
	color: #444;
	font-size: 12px;
}

.text-blog a em
{
	color: #444;
	font-family: arial;
}

.text-blog a em:hover
{
	color: #7bbd42;
	text-decoration: none;
}

.text-blog img
{
	padding: 10px 20px;
}

.col-post
{
	margin-bottom: 35px;
}

.col-post h3
{
	line-height: 24px;
	color: #555;
	font-weight: 600;
	font-size: 14px;
}

.col-post ul.post-menu li
{
	border-bottom: 1px dotted #eee;
	padding: 3px 5px 5px;
}

.col-post ul.post-menu li a
{
	color: #444;
}

.col-post ul.post-menu li a:hover
{
	color: #7bbd42;
	text-decoration: none;
}

.col-post .post-menu b
{
	font-size: 12px;
	color: #555;
}

.col-post p
{
	font-size: 12px;
	color: #444;
}

.col-post ul.tags a
{
	background: #eee;
	display: inline-block;
	padding: 5px 10px;
	margin-top: 10px;
}

.col-post ul.tags a:hover
{
	text-decoration: none;
	background: #7bbd42;
	color: #fff;
}

.col-post .tags li a
{
	float: left;
	margin: 0 5px 7px 0;
	color: #444;
}

.text-blog blockquote
{
	border-left: 2px solid #eee;
}

.text-blog .quote-content p
{
	color: #555;
	font-size: 13px;
	font-family: 'Open Sans';
	line-height: 22px;
}

.text-blog ul li
{
	list-style-type: disc;
	color: #aaa;
}

.text-blog ul li span
{
	color: #555;
	font-size: 12px;
}

.text-blog > ul
{
	margin-left: 30px;
}

.quote-meta
{
	font-size: 12px;
	margin-top: 10px;
}

.content-blog >.col-md-8 >.blog-post
{
	border-bottom: none;
}

.rss-wrapper
{
	width: 14px;
	height: 14px;
	margin-right: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	background: url(../img/rss.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	text-indent: -999em;
}

.blog-meta
{
	font-size: 12px;
	margin-bottom: 10px;
}

.blog-title
{
	color: #333;
	margin-top: 0px;
}

.pagination > .active > a, .pagination ul > .active > span
{
	background: #777;
	color: #fff;
}

.pagination > li > a:hover
{
	background: #777;
	color: #fff;
}

.flickr-widget ul img
{
	height: 70px;
	width: 70px;
	margin: 0px;
}

.flickr-widget ul li
{
	float: left;
	margin: 0 5px 5px 0;
}

.comments
{
}

.comments h3
{
	margin-top: 0px;
	color: #222;
}

.comments-content .avatar img
{
	min-height: 60px;
	min-width: 60px;
	width: 100%;
}

.comments-details
{
	border-bottom: 1px dotted #ddd;
}

.comments-details .comment-meta
{
	color: #777;
	font-size: 12px;
}

.comment-text p
{
	font-size: 12px;
	color: #555;
}

.comments-content
{
	margin-top: 20px;
}

a.comment-reply-link
{
	color: #7bbd42;
}

.respond
{
	margin-top: 40px;
}

.respond .btn-primary
{
	padding: 6px 20px;
}

.panel-default > .panel-heading
{
	background-image: none;
	background-repeat: repeat-x;
}

.article-info
{
	padding: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.article-title a
{
	text-decoration: none;
	font-size: 16px;
	text-transform: capitalize;
	color: #333;
}

.article-title a:hover
{
	color: #d24d23;
}

.article-author a
{
	text-decoration: none;
	font-weight: bold;
}

a.article-link
{
	border-bottom: 1px solid #777777;
	color: #777777;
	font-weight: normal;
	font-family: Lato;
	font-size: 11px;
	padding: 0;
	text-transform: uppercase;
}

.bullet
{
	color: #384047;
	padding: 0 5px;
	font-size: 17px;
	position: relative;
	top: 1px;
}

.article-date
{
}

.article-comment
{
	color: #666;
	font-weight: lighter;
	text-decoration: none;
}

.article-comment a
{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

.article-comment a:hover
{
	color: #d24d23;
}

.article-sub-title
{
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
}

.article-image
{
	margin-bottom: 20px;
}

.article-description
{
	line-height: 25px;
}

.article-title
{
	text-decoration: none;
	font-weight: lighter;
}

.article-author
{
	text-decoration: none;
	font-weight: bold;
}

#comments
{
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}

.comment-left
{
	margin-top: 15px;
}

.article-image img
{
	border: 1px solid #DDDDDD;
	padding: 5px;
	border-radius: 5px;
	max-width: 100%;
}

.article-thumbnail-image img
{
	border: 1px solid #CCCCCC;
	padding: 5px;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
}

.article-thumbnail-found
{
	margin-bottom: 30px;
}

.article-reply
{
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-radius: 5px;
}

.article-reply .author
{
	float: left;
	margin-bottom: 20px;
}

.article-reply .comment-date
{
	float: right;
	margin-bottom: 20px;
}

.article-reply .text
{
	clear: both;
}

.author-info
{
	overflow: auto;
}

.author-info > .left
{
	float: left;
	margin-right: 15px;
}

.author-info > .left + .right
{
	margin-left: 130px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #d24d23;
	font-weight: bold;
}

#header #blog-search
{
	position: absolute;
	top: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}

#header .button-blog-search
{
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}

#header #blog-search input
{
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;
}

.margin-top-21
{
	margin-top: 21px;
}

.module-info
{
	overflow: auto;
	border-bottom: 1px dotted #CCCCCC;
}

.module-info > .left
{
	float: left;
	margin-right: 15px;
}

.module-info > .left + .right
{
	margin-left: 130px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #d24d23;
	font-weight: bold;
}

.related-article-blok-1
{
	display: inline-block;
	width: 48%;
	word-wrap: break-word;
	margin-right: 10px;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.related-article-blok-2
{
	display: inline-block;
	width: 48%;
	word-wrap: break-word;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.related-article-blok-11
{
	display: inline-block;
	width: 46%;
	word-wrap: break-word;
	margin-right: 10px;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.related-article-blok-22
{
	display: inline-block;
	width: 46%;
	word-wrap: break-word;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.related-article-blok-1 .name
{
	text-align: center;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 7px;
}

.related-article-blok-1 .name a
{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.related-article-blok-2 .name
{
	text-align: center;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 7px;
}

.related-article-blok-2 .name a
{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.related-article-blok-11 .name
{
	text-align: center;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 7px;
}

.related-article-blok-11 .name a
{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.related-article-blok-22 .name
{
	text-align: center;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 7px;
}

.related-article-blok-22 .name a
{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.related-article-description
{
	overflow: auto;
}

.related-article-description > .left
{
	float: left;
	margin-right: 15px;
}

.related-article-description > .left + .right
{
	margin-left: 130px;
}

.related-article-meta
{
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #888;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 2px;
	padding-bottom: 6px;
	padding-top: 6px;
	text-align: center;
}

.related-article-button
{
	text-align: right;
}

.related-article-footer
{
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #888;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
	text-align: center;
}

.related-article-footer a
{
	text-decoration: none;
}

.simple-blog-product .caption
{
	min-height: 25px;
}

.related-article .name a
{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #d24d23;
}

/*	Newsletter
/*-----------------------------------------------------------------------------------*/
#newsletter
{
	background: #eee;
	margin-top: 20px;
	color: #333;
}

.newsletter
{
	padding: 20px 30px 20px;
}

.newsletter h3
{
	float: left;
	margin-top: 10px;
	color: inherit;
	font-size: 14px;
}

.newsletter label
{
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
}

.newsletter input
{
	font-size: 11px;
	padding: 10px 15px;
	margin-bottom: 10px;
	border: none;
}

.newsletter input.email
{
	font-size: 13px;
	border: none;
	width: 300px;
	padding: 8px 15px;
	max-width: 80%;
	margin-right: 5px;
	background: #fafafa;
	vertical-align: middle;
	margin-bottom: 10px;
}

.newsletter div
{
	float: right;
	text-align: right;
}

/*	Alert box
/*-----------------------------------------------------------------------------------*/
.success, .warning, .attention, .information
{
	padding: 20px 10px 20px 60px;
	color: #342D38;
	margin: 15px;
	border: 2px solid #eee;
	float: right;
	position: fixed;
	right: 10px;
	top: 10px;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	z-index: 99999999;
	opacity: 0.9;
}

.success
{
	background: #fff url('../img/success.png') 20px center no-repeat;
	color: #313942;
}

.warning
{
	background: #fff url('../img/warning.png') 20px center no-repeat;
	color: #313942;
}

.attention
{
	background: #fff url('../img/attention.png') 20px center no-repeat;
	right: 50%;
	top: 50%;
}

#notification a,.success a
{
	color: #555;
	font-weight: 600;
}

.success .close, .warning .close, .attention .close, .information .close
{
	float: right;
	cursor: pointer;
	margin-left: 10px;
	padding: 5px;
}

.error
{
	display: block;
	color: #FF0000;
	font-size: 12px;
	padding: 10px 0px 0px 0px;
}

.help
{
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

.alert .close
{
	margin: 0px 5px;
}

.text-danger
{
	font-size: 12px;
	margin: 10px 0;
}

.text-left
{
	text-align: left;
}

.text-right
{
	text-align: right;
}

.text-center
{
	text-align: center;
}

/*	Autocomplete
/*-----------------------------------------------------------------------------------*/
.navbar-search input.search-query.autocomplete-loading
{
	background-image: url(../img/loading.gif);
	background-position: right 10px center;
	background-repeat: no-repeat;
}

ul.autocomplete
{
	position: absolute;
	overflow: hidden;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #000;
	display: none;
	z-index: 1000;
	border: 1px solid #eee;
	border-top: none;
	text-align: left;
}

ul.autocomplete li
{
	display: block;
	padding: 5px;
	overflow: hidden;
	width: 100%;
	cursor: pointer;
	font-size: 12px;
	font-family: 'Open Sans',Helvetica,Arial, sans-serif;
}

ul.autocomplete li.selected
{
	background-color: #008CD1;
	color: #fff;
}

ul.autocomplete li strong
{
	color: #008CD1;
	font-weight: 600;
}

ul.autocomplete li.selected strong
{
	color: #fff;
}

ul.autocomplete li img
{
	max-width: 50px;
	vertical-align: middle;
	margin-right: 5px;
}

/**
 * Grid items animation
 */
.grid > div
{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: none;
}

.wookmark-placeholder
{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #eee;
	border: 1px solid #dedede;
	z-index: -1;
}

/*	jQuery Woomark plugin - product filters
/*-----------------------------------------------------------------------------------*/
.filters
{
	list-style-type: none;
	text-align: center;
	margin: 0px 5px;
	display: inline;
}

.heading .filters
{
	float: right;
	margin: 7px 0 0px;
}

.filters li
{
	cursor: pointer;
	float: left;
	font-size: 12px;
	margin: 3px 0 0 5px;
	padding: 1px 10px;
	transition: all 0.7s ease-out;
	text-transform: lowercase;
	background: #fafafa;
	color: #555;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.filters li:hover
{
	background: #7bbd42;
	text-decoration: none;
	color: #fff;
	border: none;
}

.filters li.active
{
	background: #7bbd42;
	text-decoration: none;
	color: #fff;
	border: none;
}

/**
 * Grid container
 */
.grid
{
	position: relative;
	margin-bottom: 10px;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	background:#fff;
}

/**
 * Grid items
 */
.grid > div.inactive
{
	visibility: hidden;
	width: 100px;
	height: 100px;
	opacity: 0;
}

/**
 * Placerholder css
 */
.grid_list
{
	margin-bottom: 20px;
}

.grid_list div.item_list
{
	background-repeat: none;
	background-size: cover;
	position: absolute;
	background: #fff;
	z-index: 0;
}

.grid_item > div
{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	z-index: 0;
}

.grid_item div.background
{
	background-repeat: none;
	background-size: cover;
	background-clip: content-box;
	background-position: center center;
	opacity: 1;
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	top: 0px;
	display: block;
}

.grid_item div.background.top_img
{
	background-size: auto;
}

.grid_item:hover > div.background
{
	filter: none;
	-webkit-filter: none;
	opacity: 0.7;
}

.grid_item div.grid_text
{
	z-index: 5;
	position: relative;
	padding: 10px 5px;
}

.grid_item > div > div
{
	display: table;
	height: 100%;
	vertical-align: bottom;
	width: inherit;
}

.grid_item > div > div > div
{
	display: table-cell;
	vertical-align: top;
	margin: 5px;
}

.grid_item > div > div > div > .grid_text h2
{
	color: #333;
	font-size: 16px;
	font-family: Lato;
	text-align: center;
	line-height: 22px;
	margin: 0px 0px 0px;
	padding: 2px 5px;
	width: auto;
	display: inline-block;
	word-wrap: break-word;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	letter-spacing: 3px;
	text-transform: uppercase;
	background: transparent;
}

.grid_item > div > div > div > .grid_text  h3
{
	color: #fff;
	font-size: 12px;
	margin: 0px;
	padding: 0px 5px;
	text-align: center;
	display: none;
	margin-bottom: 5px;
	background: transparent;
	font-family: Lato;
	font-weight: 400;
	letter-spacing: 1px;
}

.grid_item > div > div > div > .grid_text a
{
	padding: 2px 0px;
	display: inline-block;
	margin: 10px 0px 10px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Lato;
	letter-spacing: 2px;
	color: #333;
	background: transparent;
}

/*	Side block module
/*-----------------------------------------------------------------------------------*/
.screen_right > div
{
	display: table;
	height: 100%;
}

.screen_right > div > div
{
	display: table-row;
	height: 100%;
}

.screen_right > div > div > div
{
	display: table-cell;
	vertical-align: middle;
}

.screen_right div .sideblock
{
	margin-bottom: 10px;
	position: relative;
	clear: both;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}

.screen_right div .sideblock:hover
{
	right: 300px !important;
	z-index: 1000;
	transition: all 0.5s ease-in-out;
}

.screen_right div .sideblock .head
{
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.screen_right div .sideblock .head .title
{
	padding: 10px 0px;
}

.screen_right div .sideblock .head .icon
{
	font-size: 26px;
	text-align: center;
	line-height: 26px;
	height: 30px;
}

.screen_right div .sideblock .body
{
	float: right;
	background: #fff;
	min-height: 100px;
	position: absolute;
}

.screen_right div .sideblock .body > p
{
	padding: 5px;
}

html[dir=rtl] .screen_right
{
	position: fixed;
	right: auto;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 40px;
}

html[dir=rtl] .screen_right div .sideblock
{
	margin-bottom: 10px;
	position: relative;
	clear: both;
	transition: all 0.5s ease-in-out;
	z-index: 1;
	left: -300px;
	right: auto;
}

html[dir=rtl] .screen_right div .sideblock:hover
{
	right: auto !important;
	left: 0px !important;
	z-index: 1000;
	transition: all 0.5s ease-in-out;
}

html[dir=rtl] .screen_right div .sideblock .body
{
	left: 0px !important;
}

html[dir=rtl] .screen_right div .sideblock .head
{
	float: right;
}

/*	Media queries
/*-----------------------------------------------------------------------------------*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .mega.dropdown
{
	position: static;
}

.yamm .container
{
	position: relative;
}

.yamm .mega .dropdown-menu
{
	left: auto;
	background: #fff;
}

.yamm .nav.navbar-right .dropdown-menu
{
	left: auto;
	right: 0;
}

.yamm .yamm-content
{
	padding: 20px 30px;
	min-width: 300px;
	font-size: 12px;
	font-family: 'Open Sans';
	color: #555;
	border-bottom: 2px solid #eee;
}

.yamm .yamm-content a
{
	color: #333;
}

.yamm .yamm-content strong
{
	display: block;
}

.cat_thumb
{
	float: right;
	max-width: 50%;
}

.manufacturer_thumb
{
	line-height: 30px;
}

.manufacturer_thumb img
{
	max-width: 20%;
	margin: 0px 5px;
	display: inline-block;
}

.sidebar-nav .yamm .yamm-content
{
	width: 700px;
}

.yamm .dropdown.yamm-fw .dropdown-menu
{
	left: 0;
	right: 0;
}

.dropdown-submenu
{
	position: relative;
}

.dropdown-submenu>.dropdown-menu,
.yamm .dropdown.yamm-fw.dropdown-submenu > .dropdown-menu
{
	left: 100%;
	margin-left: -1px;
	top: auto;
	margin-top: -45px;
}

.yamm .dropdown.yamm-fw.dropdown-submenu > .dropdown-menu
{
	min-width: 700px;
}

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

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

.dropdown-submenu.pull-left>.dropdown-menu
{
	left: -100%;
	margin-left: 10px;
}


@media(min-width: 768px)
{
	div#header
	{
		padding: 20px 15px 25px;
	}

	/*-----------------------------------------------------------------------------------*/


	/*	Navbar
	/*-----------------------------------------------------------------------------------*/
.navbar-center
	{
		left: 50%;
		margin-left: -100px;
		position: absolute;
	}

	/*bootstrap3 multi level menu*/


	.dropdown-submenu
	{
		position: relative;
	}

	.dropdown-submenu > .dropdown-menu
	{
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
	}

	.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: 4px;
		border-left-color: #ccc;
		margin-top: 8px;
	}

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

	.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;
		border-radius: 6px 0 6px 6px;
	}

	.nav > li > a:hover, .nav > li > a:focus
	{
		background-color: transparent;
		outline: none;
	}

	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus
	{
		background-color: #fff;
		color: #333;
	}

	.navbar .dropdown-menu.multi-2-columns
	{
		width: 400px;
	}

	.navbar .dropdown-menu.multi-2-columns li
	{
		float: left;
		width: 200px;
	}

	.navbar .dropdown-menu > li > a, .navbar  .dropdown-menu > li > a:focus, 
		.navbar  .dropdown-menu > li > a:hover
	{
	}

	.navbar-search .search-query, .search-query
	{
		width: 270px;
		margin: 0 0px 0 0px;
		border-radius: 2px 0px 0px 2px;
	}

	.navbar-search:hover ul.autocomplete.show, .search-query:focus + ul.autocomplete.show
	{
		display: block;
		opacity: 1;
	}

	.navbar-search .select
	{
		border: 1px solid #cccccc;
		border-left: none;
		border-right: none;
		display: inline-block;
		float: left;
		font-size: 12px;
		height: 37px;
		line-height: 32px;
		padding: 3px;
		width: 150px;
		color: #777;
		overflow: hidden;
		background-color:#fff;
		background: #fff url('../img/dk_arrows.png') no-repeat right 10px center;
	}

	.navbar-search .select select
	{
		padding: 5px;
		border: none;
		border-left: 1px solid #eee;
		width: 180px;
		background: transparent;
		outline: none;
	}

	html[dir=rtl] .navbar-search .select
	{
		background-color:#fff;
		background: #fff url('../img/dk_arrows.png') no-repeat left 10px center;
		border-left: 1px solid #eee;
	}

	.navbar .nav.cart > a
	{
		background-position: 0px 2px;
	}

	.navbar .nav.cart > a span
	{
		margin: 0px;
	}

	.cart
	{
		display: inline-block;
		margin-right: 0px;
		margin-top: 10px;
		vertical-align: top;
	}

	.cart img
	{
		vertical-align: text-top;
	}

	#cart > img
	{
		vertical-align: text-bottom;
	}

	.cart a
	{
		color: #555;
		font-size: 12px;
	}

	.cart a:hover
	{
		text-decoration: none;
	}

	.cart .checkout
	{
		color: #999;
	}

	.cart .checkout a
	{
		font-size: 11px;
		color: #777;
		font-weight: normal;
	}

	.dropdown-menu .divider
	{
		background: rgba(255, 255, 255, 0.95);
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0px;
		padding: 5px 1px;
	}

	.navbar .navbar-toggle
	{
		border-color: transparent;
	}

	.navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
	{
		background-color: #fff;
		margin: 0px 20px;
	}

	.nav li + .dropdown-header
	{
		margin-top: 0px;
	}

	.dropdown-header
	{
		text-shadow: none;
		text-transform: uppercase;
	}

	.dropdown .dropdown-menu .dropdown-header
	{
		background: rgba(255, 255, 255, 0.95);
		padding: 10px 20px 0px;
		color: #999;
		font-weight: 600;
		font-size: 11px;
		text-shadow: 0 0 1px #EEEEEE;
	}

	.navbar .dropdown-menu
	{
		margin-top: 0px;
		z-index: 100;
		border: 1px solid #eeeeee;
		border-top: none;
		box-shadow: 1px 5px 5px -7px #333333;
	}

	div.navbar
	{
		margin: 0px auto;
		border: none;
		border-radius: 0px;
		box-shadow: none;
		background: #394755;
	}

	div.navbar p
	{
		font-size: 12px;
	}

	.navbar .nav > li
	{
		padding: 0px 0px;
		color: #fff;
	}

	.navbar .nav > li:hover
	{
		background: #fff;
		color: #333;
	}

	.navbar .nav > li.dropdown:hover
	{
		background: #fff;
	}

	.navbar .nav > li.dropdown:hover > a,.navbar .nav > li.dropdown.highlight:hover > a
	{
		color: #fff;
		background: #000;
	}

	.navbar .nav > li.dropdown:hover > a b,.navbar .nav > li.dropdown.highlight:hover > a b
	{
		color: #fff;
	}

	.white .navbar .nav > li:hover
	{
		background: #fff;
		color: #545557;
	}

	.navbar .nav > li.highlight,.navbar .nav > li.dropdown.highlight:hover,.nav .highlight.open > a:hover, .nav .highlight.open > a:focus, .nav > li.highlight > a:hover, .nav > li.highlight > a:focus
	{
		background: rgba(255, 255, 255, 0.3);
		color: #fff;
	}

	.navbar .nav > li.highlight, .navbar .nav > li.highlight.open, .navbar .nav > li.highlight.open > a
	{
		color: #fff;
		background: #2E3A47;
	}

	.navbar .nav > li.highlight > ul
	{
		background: #fff;
		border: 1px solid #eee;
		box-shadow: none;
		border-top: none;
		height: 400px;
	}

	body#home .navbar .nav > li.highlight > ul
	{
		display: block;
	}

	body#home li.highlight > a > b
	{
	}

	.navbar .nav > li.highlight > a > b:first-child
	{
		float: left;
		margin-right: 10px;
		vertical-align: text-bottom;
		line-height: 26px;
		font-size: 14px;
		opacity: 0.7;
	}

	.navbar .nav > li.highlight > a > b
	{
		font-size: 14px;
	}

	.highlight .dropdown-menu > li
	{
		border-top: 1px solid #f5f5f5;
	}

	.highlight > .dropdown-menu > li:first-child
	{
		border-top: 2px solid #7bbd42;
	}

	.navbar .nav > li.highlight > a
	{
		padding: 10px 30px 10px 10px;
	}

	.navbar .nav > li > a
	{
		text-shadow: none;
		color: inherit;
		display: block;
		font-size: 11px;
		line-height: 24px;
		position: relative;
		text-decoration: none;
		text-transform: uppercase;
		z-index: 6;
		padding: 10px 15px;
	}

	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus
	{
		background: rgba(255, 255, 255, 0.05);
		box-shadow: none;
		border-bottom: 2px solid rgba(77, 199, 236, 0.5);
		padding-bottom: 1px;
	}

	.navbar .nav > li b
	{
		font-size: 8px;
		line-height: 24px;
		margin-left: 10px;
		vertical-align: top;
		color: #fff;
		opacity: 0.5;
		float: right;
	}

	.navbar .nav > li b.font_icon
	{
		float: none;
		color: #777;
		margin: 0px 5px 0px 0px;
		opacity: 1;
		font-size: 14px;
	}

	.navbar .nav > li a:hover b.font_icon
	{
		color: #fff;
	}

	.navbar .btn-navbar
	{
		margin-top: 15px;
	}

	.respond input[type="text"], .respond label,.respond textarea
	{
		width: 300px;
	}

	.menu, .footer, .powered
	{
		padding: 0px;
		width: 1000px;
	}

	.menu
	{
	}

	.menu .row
	{
		margin: 0px;
	}

	.menu .navbar .nav
	{
		margin-left: 10px;
	}

	.menu .row, 
		.menu .row .col-md-12,
		.powered .row
	{
		margin: 0px;
		width: 100%;
		padding: 0px;
	}

	.page-container
	{
	}

	.footer
	{
		display: table;
		padding: 30px 0px;
		clear: both;
		color: #333;
		overflow: hidden;
		transition: bottom 1s ease 0s;
		width: 100%;
		z-index: 1000;
		background: #fafafa;
		padding-top: 0px;
		padding-bottom: 70px;
	}

	.order-notes textarea
	{
		width: 440px;
	}

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

	.dropdown-menu
	{
		margin: 0px;
		z-index: 9999999;
		border-radius: 0px;
	}

	ul.nav li.dropdown:hover > ul.dropdown-menu
	{
		display: block;
		background-color: #fff;
	}

	.white ul.nav li.dropdown:hover > ul.dropdown-menu
	{
		display: block;
		background-color: #fff;
		color: #333;
	}

	ul.nav li.dropdown-submenu:hover ul.dropdown-menu
	{
		border-top: none;
	}

	a.menu:after, .dropdown-toggle:after
	{
		content: none;
	}

	/*end navbar*/


	.breadcrumb
	{
		margin-bottom: 0px;
		background: transparent;
		padding: 10px 0px;
		border-radius: 0px;
		color: #999;
		font-size: 12px;
	}

	.nav-tabs > li > a
	{
		border-radius: 0px;
	}

	.logo
	{
		color: #555;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
	}

	.logo a
	{
		color: #333;
		font-size: 18px;
		font-family: Montserrat;
		font-weight: 400;
		line-height: 32px;
	}

	.logo a span
	{
		display: inline;
	}

	.logo img
	{
		vertical-align: top;
		margin-right: 5px;
		margin-top: 0px;
	}

	.logo a:hover
	{
		text-decoration: none;
	}

	.welcome
	{
		display: inline-block;
		padding-top: 30px;
	}

	.welcome a
	{
		font-size: 12px;
		color: #555;
	}

	.welcome a:hover
	{
		text-decoration: none;
		color: #000;
	}

	#search
	{
		float: right;
	}

	#search input
	{
		border-radius: 0px;
		box-shadow: none;
		border: 1px solid #eee;
		padding: 9px 8px;
		color: #999;
		font-family: 'Open Sans',Helvetica,Arial,sans-serif;
		font-size: 12px;
		width: 30px;
		display: inline-block;
		background: #fff;
		visibility: hidden;
	}

	#search button
	{
		margin-top: -10px;
		height: 32px;
	}

	.button-search
	{
		background: url("../img/search.png") no-repeat scroll center center transparent;
		cursor: pointer;
		height: 18px;
		margin-left: -35px;
		margin-top: -27px;
		left: 100%;
		position: relative;
		width: 35px;
	}

	.nav-collapse.collapse
	{
		z-index: 10000;
	}

	.carousel
	{
		margin: 0px;
		margin-bottom: 10px;
	}

	.carousel > div
	{
		border: 1px solid #eee;
		border-left: none;
	}

	.carousel .prod
	{
		border-left: 1px solid #eeeeee;
		border-right: none;
		border-bottom: none;
		border-top: none;
	}

	.carousel-control
	{
		line-height: 23px;
	}

	.left-menu .category_module
	{
		margin-bottom: 20px;
	}

	.left-menu > div.category_module
	{
		background: #fafafa;
		padding: 10px 20px;
	}

	.left-menu .banner
	{
		color: #555;
		padding: 0px;
	}

	.left-menu .banner h4
	{
		font-size: 16px;
		text-align: center;
	}

	.left-menu .options
	{
		margin-top: 20px;
	}

	.left-menu .options > select
	{
		min-width: 50px;
		width: auto;
		background-color: #f7f7f7;
		display: inline-block;
		margin-right: 5px;
		padding-right: 15px;
		border: 1px solid #fff;
	}

	.left-menu > div.category_module ul
	{
		margin-left: 10px;
	}

	.left-menu > div.category_module ul li
	{
		padding: 5px 0px;
	}

	.left-menu > div.category_module ul li a
	{
		color: #777;
		font-size: 12px;
		padding-bottom: 3px;
	}

	.left-menu > div.category_module ul li a:hover
	{
		text-decoration: none;
		color: #333;
	}

	.left-menu > div.category_module ul li.active > a
	{
		border-bottom: 1px solid #7bbd42;
	}

	.left-menu .category_module h3
	{
		font-family: Montserrat, 'Open Sans';
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 600;
		margin-top: 10px;
		margin-bottom: 0px;
		color: #555;
		border: inherit;
	}


	.panel.nico_filters
	{
		background:transparent;
		border-color:#eee;
	}

	.list-group .list-group-item
	{
		border:none;
		margin-bottom:10px;
	}

	.list-group-item.group 
	{
	  background: #fff;
	  color:#777;
	  margin: 0;
	  padding: 5px 10px;
	  border-bottom:1px solid #eee;
	}

	.list-group-item .checkbox:hover
	{
		color:#104da1;
	}

	.list-group-item .checkbox
	{
		cursor:pointer;
		display:inline-block;
		min-width:45%;
		vertical-align:middle;
		line-height: 14px;
		margin:3px 0px;
	}

	.list-group-item .checkbox.checked {
		color:#337ab7;
		font-weight:600;
	}

	.list-group-item .checkbox input
	{
		vertical-align:bottom;
	}


	.list-group-item.categories .checkbox {
	  display: inline-block;
	  margin: 0;
	  min-width: 45%;
	  min-height: 25px;
	}

	.list-group-item .checkbox.image
	{
		display:inline-block;
		min-width:0px;
	    font-size: 11px;
	    font-weight: 400;
	    margin: 0 3px 3px 0;
	    padding: 2px 5px;
		border: 2px solid transparent;
		border-radius:2px;
		text-align:center;
		cursor:pointer;
		line-height: 18px;
		border-radius:5px;
	 }

	.list-group-item .checkbox.image.checked {
	  background: #fff;
	  border-color: #337ab7;
	  border-color: rgba(51, 122, 183, 0.5);
	  border-color: transparent;
	  box-shadow: 0px 0px 1px 1px rgba(51, 122, 183, 0.7) inset;
	  color: #333;
	}


	.list-group-item .checkbox.image img
	{
		border-radius: 50%;
		max-height:15px;
	}

	.list-group-item .checkbox.image input
	{
		position: absolute;
		visibility:hidden;
	}

	.list-group-item .checkbox.image span
	{
		/*display:none;*/
		vertical-align: middle;
	}



	h2
	{
		font-size: 16px;
		font-weight: 400;
		color: #555;
/*		text-transform: uppercase;*/
		margin-bottom: 10px;
		font-family: 'Open Sans',sans-serif;
	}

	.heading
	{
		overflow: hidden;
		margin-bottom: 0;
		margin-top: 0px;
		padding-bottom: 0;
	}

	.heading.title:after
	{
		background: #eee;
		content: "";
		height: 1px;
		left: 50px;
		position: absolute;
		top: 20px;
		width: 93%;
		z-index: 0;
	}

	.heading h2
	{
		color: #333;
		float: left;
		font-size: 12px;
		margin: 0;
		font-weight: 600;
		z-index: 5;
		position: relative;
		text-transform:uppercase;
		padding: 12px 10px 11px 0;
	}

	.banner
	{
		margin: 10px 0px;
		padding: 5px;
		text-align: center;
	}

	.banners
	{
		margin-bottom: 10px;
		text-align: center;
	}

	.banners .banner
	{
		vertical-align: middle;
		line-height: 40px;
		text-transform: uppercase;
		color: #555;
		font-size: 11px;
		text-align: center;
	}

	.banners .banner .icon
	{
		font-size: 16px;
		margin: 0px 10px;
		color: #333;
		font-style: normal;
		font-weight: 400;
	}

	.banners .banner-icon
	{
		background: #333;
		margin-right: 10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		color: #fff;
		text-align: center;
		float: none;
		display: inline-block;
	}

	.banners .banner div
	{
		display: inline-block;
		vertical-align: middle;
		font-weight: 600;
	}

	.banners .banner img
	{
		width: 100%;
	}

	.product-list .product:before, .product-list .product:after
	{
		content: " ";
		display: table;
	}

	.product-list .product:after
	{
		clear: both;
	}

	.row.product_list
	{
		border-right: 1px solid #eeeeee;
	}

	.left-menu .row.product_grid, .left-menu .row.product_list
	{
		margin: 0;
		padding: 0;
	}

	.row.product_grid
	{
		border-right: 1px solid #eee;
	}

	.left-menu .row.product_grid
	{
		border-top: 1px solid #eee;
	}

	.left-menu .row.product_grid .prod
	{
		border-top: none;
	}

	#content .product-layout .product-list .product
	{
		margin-bottom: 10px;
	}

	.product-list .product .image
	{
		float: left;
		max-width: 100%;
	}

	.product-list .product > div
	{
		float: left;
	}

	.product-list .product .price p, .product-list .product .price .price-new, .product-list .product .price .price-old
	{
		font-size: 11px;
		line-height: 16px;
		font-weight: normal;
		color: #999;
	}

	.product-list .product .rating
	{
		padding: 0px;
	}

	.product-list .product_sale
	{
		margin-top: 0px;
		background: #ccc;
		font-size: 11px;
		font-weight: normal;
		padding: 0px 4px;
		display: none;
		z-index: 1;
	}

	.product-list .product .name, .product-list .product .price, .product-list .product .rating
	{
		/*text-align: left;*/
	}

	#content .product-layout .product-list .product .actions button.btn.btn-primary
	{
		display: block;
		margin: 5px 0px;
	}

	.product
	{
		margin-bottom: 0px;
		padding-bottom: 10px;
	}

	.product > a
	{
		display: block;
		padding: 5px;
	}

	.product > a > img
	{
		border-bottom: 1px solid #eeeeee;
		padding-bottom: 20px;
	}

	.product_sale
	{
		background: none repeat scroll 0 0 rgba(91, 179, 0, 0.7);
		color: #FFFFFF;
		font-size: 12px;
		font-weight: 600;
		margin-left: 25px;
		margin-top: 30px;
		padding: 2px 8px;
		position: absolute;
		line-height: 17px;
		text-transform: uppercase;
		z-index: 1;
	}


.product_sale.left {
  background: rgba(217, 83, 79, 0.7);
  font-weight: 400;
  margin-left: 0;
  margin-right: -75px;
  margin-top: 40px;
  max-width: 250px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 20px;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  transform: rotate(60deg);
  width: 200px;
}

/*.product:hover
{
   border:1px solid rgba(42, 127, 211, 0.2);
   box-shadow:0 0 15px -8px #333;
}*/
	.product .name
	{
		/*text-align: left;*/
		margin: 0px 0px;
		line-height: 20px;
	}

	.product .name a
	{
		font-weight: 600;
		color: #333;
		font-family: Lato,'Open sans';
		font-size: 12px;
		display: block;
		overflow: hidden;
		white-space: pre;
	}

	.product .name a:hover
	{
		color: #336699;
		text-decoration: none;
	}

	.product .image.hover_img .additional_image
	{
		display: none;
	}

	.product .image.hover_img:hover .thumb
	{
		display: none;
	}

	.product .image.hover_img:hover .additional_image
	{
		display: inline-block;
	}

	.product .actions
	{
		min-height: 50px;
		padding: 0px 10px;
	}

	.product_list .product .actions
	{
		min-height: 0px;
	}

	#product .rating .fa-stack
	{
		color: #ccc;
		display: inline-block;
		height: 15px;
		line-height: 15px;
		position: relative;
		vertical-align: middle;
		width: 15px;
	}

	#product .form-group
	{
		margin-bottom:0px;
	}


	#product .radio
	{
	    display: inline-block;
	    text-align:center;
		overflow:hidden;
		margin:0px;
	}

	#product .radio label
	{
	    background: #fff;
	    color:#333;
	    border: 2px solid #ddd;
	    display: block;
	    padding: 2px 4px;
	    text-align:center;
		min-height:0px;
		margin:0px 3px;
		font-family:Lato;
		border-radius:5px;
		min-width:25px;
	}

	#product .image .radio label
	{
		font-size:11px;
		font-weight:400;
		margin:0px 0px 0px 0px;
		padding:2px 5px;
		border-color:transparent;
		background:transparent;
	}

	#product .radio label.checked
	{
	  background: #fff;
	  border-color: #394755;
	/*  border-color: rgba(51, 122, 183, 0.7);
	  border-color: transparent;
	  box-shadow: 0px 0px 1px 1px rgba(51, 122, 183, 0.7) inset;*/
	  color: #333;
	}

	#product .radio input
	{
	    position: absolute;
	    visibility:hidden;
	}

	#product .radio img
	{
		max-height:20px;
		margin:0px auto;
		border-radius:50%;
	}

	#product .radio span
	{
		vertical-align:middle;
	}

	.product .actions 
	{
	    min-height:50px;
	}

	.product > div.image
	{
		overflow:hidden;
		position: relative;
		padding: 20px 0px 10px;
		text-align: center;
	}

	.product .actions button.btn
	{
		margin: 5px auto;
		padding: 5px 10px;
	}

	.product > div > div.hover
	{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		background: rgba(255, 255, 255, 0.5);
		-webkit-transition: opacity 1s;
		transition: opacity 1s;
		opacity: 0;
		text-align: center;
	}

	.product:hover > div >  div.hover
	{
		opacity: 1;
	}

	.product > div > div.hover > div
	{
		display: table;
		width: 100%;
		height: 100%;
	}

	.product > div > div.hover > div > a
	{
		display: table-cell;
		vertical-align: middle;
		outline: none;
	}

	.product > div > div.hover > div > a > span
	{
		display: inline-block;
		background: rgba(85, 151, 28,0.9);
		background: #394755;
		color: #fff;
		padding:3px 8px;
		font-size: 12px;
		cursor: pointer;
		border-radius:2px;
		line-height: 20px;
	}

	.product > div > div.hover > div > a > span:first-child
	{
		margin-right: 3px;
	}

	.product .price
	{
		/*text-align: left;*/
		margin: 0px 0px;
		font-size: 12px;
		color: #333;
		font-weight: normal;
		font-family: Montserrat, 'Open sans';
		height: 30px;
	}

	.product .price p
	{
		font-size: 14px;
		color: #7bbd42;
		color: #55971c;
		font-weight: 600;
		font-family: Lato, Montserrat, 'Open sans';
		margin: 0px;
	}

	.product .price p {
	  margin: 0px;
	}

	.product .price .price-old
	{
		font-weight: normal;
		text-decoration: line-through;
		font-size: 12px;
		color: #555;
	}

	.product .price .price-new
	{
		font-size: 14px;
		color: #7bbd42;
	}

	.product .addcart
	{
		text-align: center;
		height: 45px;
		display: none;
	}

	.product .addcart a
	{
		background: #7bbd42;
		padding: 8px 15px;
		color: #fff;
		font-family: 'Open Sans';
		font-weight: 600;
		font-size: 11px;
		text-transform: uppercase;
	}

	.product .addcart a:hover
	{
		text-decoration: none;
		color: #fff;
		background: #aaa;
	}

	.product .description
	{
		display: none;
		line-height: 18px;
		padding: 10px 0px;
	}

	.image-additional
	{
		margin: 20px 10px 20px;
	}

	.image-additional a
	{
		padding: 5px;
	}

	.row.products
	{
		margin-top: 10px;
		border-left: 1px solid #eeeeee;
		border-top: 1px solid #eeeeee;
	}

	.product-grid .col-md-4
	{
		border-bottom: 1px solid #eeeeee;
		border-right: 1px solid #eeeeee;
	}

	.product-grid
	{
		border-left: 1px solid #eeeeee;
		border-top: 1px solid #eeeeee;
	}

	.product-list .prod
	{
		padding-bottom: 15px;
		padding-top: 15px;
		border-bottom: 1px solid #eee;
	}

	.product-list  .product, .product-list  .product .name
	{
		/*text-align: left;*/
	}

	#content .product-layout  .product-list  .product .description
	{
		display: block;
		margin: 10px 0px;
	}

	.product-list  .product > a, .product-list  .product > div
	{
		float: left;
	}

	.product-list  .product > div
	{
		margin: 0;
		padding: 0;
	}

	.product-list  .product > div.actions
	{
		margin-left: 10px;
	}

	.product-list .product .price
	{
		/*text-align: left;*/
	}

	.product-list .product .price p
	{
		font-size: 12px;
		color: #333;
	}

	#content .product-layout .product-list  .product > div .name a
	{
		font-size: 14px;
		text-transform: uppercase;
	}

	.footer:hover
	{
		bottom: 0px;
	}

	.footer .arrow
	{
		height: 40px;
		right: 40px;
		margin-top: -4px;
		position: absolute;
		width: 30px;
		cursor: pointer;
		z-index: 1000000;
	}

	.footer .caret
	{
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 15px solid #fff;
		color: transparent;
		transition: border-top 1s ease 0s;
	}

	.footer:hover .caret
	{
		border-top: 15px solid #FAFAFA;
	}

	.footer .col-md-2 > div
	{
		margin-bottom: 10px;
	}

	.footer h3
	{
		font-size: 12px;
		color: #555;
		font-family: 'Montserrat','Open sans', Helvetica, Arial;
		font-weight: 400;
		margin-top: 50px;
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.footer ul
	{
		list-style: none;
		padding: 0px;
	}

	.footer li
	{
		padding-top: 5px;
	}

	.footer a
	{
		color: #999;
		font-size: 11px;
		font-family: 'Montserrat','Open sans', Helvetica, Arial;
	}

	.footer a:hover
	{
		opacity: 1;
		text-decoration: none;
	}

	.footer.black
	{
		background: #222;
	}

	.footer.black .container
	{
		color: #fff;
	}

	.footer.black .container h3
	{
		color: #eee;
	}

	.footer.black .container a
	{
		color: #999;
	}

	.footer.black #twitter_update_list span, #twitter_update_list span a
	{
		color: #fff;
	}

	.powered
	{
		background: #FDFDFD;
		color: #999999;
		font-size: 11px;
		text-align: right;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.powered a
	{
		font-size: 11px;
		color: #777777;
	}

	.powered ul
	{
		list-style: none;
		text-align: right;
	}

	.powered-text, .payment-icons
	{
		margin-right: 20px;
	}

	.payment-icons li
	{
		display: inline;
	}

	.payment-icons img
	{
		height: 20px;
	}

	.social-network li
	{
		display: inline-block;
	}

	.social-network li a
	{
		line-height: 10px;
		padding: 3px;
		font-size: 16px;
		color: #fff;
		opacity: 0.7;
	}

	.social-network li a:hover
	{
		text-decoration: none;
		color: #fff;
		opacity: 1;
	}

	.social
	{
		font-family: Montserrat;
		font-size: 11px;
		font-weight: normal;
		padding-top: 14px;
		text-align: right;
	}

	.social .copy
	{
		margin-top: 30px;
		margin-bottom: 10px;
		font-family: 'Open Sans';
		font-weight: 400;
		color: #ccc;
	}

	.social-network:hover
	{
		opacity: 1;
	}

	.social-network
	{
		bottom: 0;
		color: #fff;
		font-family: Montserrat;
		font-size: 11px;
		line-height: 10px;
		padding-bottom: 10px;
	}

	#social_band
	{
		font-size: 12px;
		line-height: 22px;
		padding: 20px 0px 30px;
		margin-top: 20px;
		border-top:1px solid #eee;
	}

	#social_band h3
	{
		font-weight: 600;
		color: #555;
		margin-bottom: 20px;
		letter-spacing: 1px;
	}

	#scroll_top_btn 
	{
	  background: none repeat scroll 0 0 #eeeeee;
	  border-radius: 3px;
	  bottom: 50px;
	  cursor: pointer;
	  left: 50%;
	  margin-left: 640px;
  	  padding: 5px 10px;
	  position: fixed;
	  display:none;
	}

	#scroll_top_btn a
	{
		font-size:12px;
	color:#333;
	}

	.twitter
	{
		text-align: left;
	}

	#twitter_update_list
	{
		font-size: 12px;
		line-height: 21px;
		list-style: none outside none;
	}

	#twitter_update_list li
	{
		padding: 10px 0 0px 0px;
	}

	#twitter_update_list span, #twitter_update_list span a
	{
		color: #000;
		line-height: 16px;
		font-size: 11px;
		text-decoration: none;
		font-family: 'Open Sans';
	}

	#twitter_update_list .user img
	{
		margin-bottom: 5px;
		margin-right: 2px;
		vertical-align: middle;
		max-height: 24px;
	}

	#twitter_update_list span span
	{
		font-weight: 600;
	}

	#twitter_update_list .tweet
	{
		clear: both;
		line-height: 18px;
		font-size: 11px;
		margin-bottom: 0;
	}

	#twitter_update_list a
	{
		color: #7bbd42;
		margin-right: 5px;
	}

	#twitter_update_list a:hover
	{
		color: #3D3D3D;
	}

	.row.category-info
	{
		margin-bottom: 30px;
		display: none;
	}

	.category-info .col-md-12 .row
	{
		background: rgb(255, 255, 255);
		margin: 0px;
	}

	.category-info .col-md-10
	{
		padding: 20px;
	}

	.category-info p
	{
		font-size: 12px;
	}

	.cat_header
	{
		font-size: 24px;
		margin-bottom: 0px;
		margin-top: 5px;
		font-family: 'Open Sans',sans-serif;
	}

	.cat_header h2
	{
		font-size: 16px;
		color: #555;
		line-height: 24px;
		font-weight: 600;
		margin: 10px auto;
		padding-bottom: 10px;
		border-bottom: 1px solid #f5f5f5;
	}

	.row.sort_show
	{
		padding-bottom: 3px;
		margin: 0;
		background: #fff;
	}

	.row.sort_show .btn
	{
		background: transparent;
		font-size: 14px;
		padding: 5px 10px;
	}

	.row.sort_show .bootstrap-select.btn-group
	{
		margin-bottom: 0px;
	}

	.row.sort_show .bootstrap-select.btn-group .btn
	{
		font-size: 12px;
	}

	#list-view, #grid-view
	{
		color: #777;
		font-size: 11px;
		text-transform: none;
		font-family: 'Open Sans';
		line-height: 16px;
		margin: 0px;
		padding: 5px;
	}

	#list-view i, #grid-view i
	{
		vertical-align: middle;
		color: #ccc;
		font-size: 14px;
		margin-right: 2px;
	}

	#list-view.selected,#grid-view.selected
	{
		font-weight: 600;
		color: #555;
	}

	#list-view.selected i,#grid-view.selected i
	{
		color: #7bbd42;
	}

	.row.sort_show .btn:hover
	{
		color: #000;
	}

	.refine li
	{
		display: inline-block;
		margin-right: 10px;
	}

	h3.refine
	{
		color: #555;
		margin-bottom: 3px;
		font-weight: 400;
		font-size: 11px;
	}

	.breadcrumb.prod
	{
		margin: 0px 10px;
	}

	.breadcrumb a
	{
		color: #999;
	}

	.breadcrumb a:hover
	{
		color: #333;
		text-decoration: none;
	}

	.pagination ul
	{
		border-radius: 0px;
	}

	.pagination ul > li:first-child > a, .pagination ul > li:first-child > span
	{
		border-radius: 0px;
	}

	.pagination ul > li:last-child > a, .pagination ul > li:last-child > span
	{
		border-bottom-right-radius: 0px;
		border-top-right-radius: 0px;
	}

	.pagination
	{
		font-size: 12px;
		color: #999;
	}

	.links
	{
		padding: 0px 0 0;
		display: block;
		margin-bottom: 0px;
		margin-top: 0px;
		float: left;
	}

	.links a
	{
		display: inline-block;
		padding: 5px 10px 5px;
		text-decoration: none;
		color: #555;
		line-height: 20px;
		background: #fff;
	}

	.pag
	{
		border-top: 1px solid #eee;
		padding: 10px 0px;
	}

	.pagination > li > a, .pagination > li > span
	{
		color: #555;
		border: none;
		background: #F5F5F5;
		margin: 2px;
	}

	.links a:hover
	{
		background: #555;
		color: #fff;
	}

	.links b
	{
		display: inline-block;
		background: #999;
		padding: 5px 10px 5px;
		font-weight: 400;
		text-decoration: none;
		color: #fff;
		line-height: 20px;
	}

	.results
	{
		margin-top: 0px;
		float: right;
		padding: 8px 20px 8px;
		color: #777;
		font-size: 11px;
	}

	#map
	{
		height: 400px;
		margin-bottom: 30px;
		max-width: none;
	}

	#map img
	{
		max-width: none;
	}

	#map label
	{
		width: auto;
		display: inline;
	}

	.location
	{
		background: #fff;
		border: 1px solid #f9f9f9;
		padding: 20px;
		color: #555;
	}

	.location h3
	{
		font-size: 22px;
		font-family: 'Montserrat',sans-serif;
		color: #555;
		font-weight: normal;
		line-height: 30px;
	}

	.location .address
	{
		font-size: 14px;
		color: #444;
		font-weight: 600;
		line-height: 24px;
	}

	.location p
	{
		color: #444;
		font-size: 12px;
		line-height: 20px;
	}

	.location b
	{
		font-size: 12px;
		color: #333;
	}

	.contact_form
	{
		background: #fff;
		border: 1px solid #f9f9f9;
		padding: 20px;
		color: #555;
	}

	.contact_form h3
	{
		font-size: 22px;
		font-family: 'Montserrat',sans-serif;
		color: #555;
		font-weight: normal;
		line-height: 30px;
	}

	.contact_form b
	{
		color: #777;
		font-size: 12px;
		line-height: 22px;
		font-weight: normal;
	}

	.text_about
	{
		font-size: 14px;
		color: #777;
		font-family: arial;
	}

	.img-polaroid
	{
		border: 1px solid #ddd;
		margin-top: 20px;
		box-shadow: none;
	}

	.description h4
	{
		color: #222;
		font-weight: normal;
	}

	.description p
	{
		color: #888;
		font-family: 'Open Sans', Helvetica, Arial;
		line-height: 20px;
	}

	div.checkout_form
	{
		background: #FAFAFA;
		margin-bottom: 20px;
	}

	.show-login
	{
		font-size: 12px;
		color: #777;
		background: #fbfbfb;
		border: 1px solid #f5f5f5;
		height: 30px;
		padding-left: 10px;
		padding-top: 10px;
	}

	.show-login a
	{
		color: #7bbd42;
		font-size: 12px;
	}

	.show-login a:hover
	{
		color: #444;
	}

	.error.col-md-12
	{
		color: #FF0000;
		display: block;
		margin: 20px;
	}

	.box
	{
		margin: 0;
		margin-bottom: 30px;
		padding: 20px 0px;
	}

	.box.padding
	{
		padding: 20px 20px;
	}

	.registerbox
	{
		padding: 20px 20px;
		background: #FFFFFF;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.loginbox
	{
		border: 1px solid #eee;
		padding: 20px 20px;
		background: #FFFFFF;
	}

	.list-group-item
	{
		border: 1px solid #EEEEEE;
	}

	.list-group-item:first-child
	{
		border-radius: 0;
	}

	.list-group-item:last-child
	{
		border-radius: 0;
		margin-bottom: 0;
	}

	h3
	{
		color: #777777;
		font-family: 'Open Sans';
		font-size: 12px;
		font-weight: 600;
		line-height: 22px;
		text-transform: uppercase;
	}

	h3.related
	{
		margin: 50px 20px 30px;
	}

	.order-notes  p
	{
		font-size: 12px;
		color: #555;
	}

	.shipping-method, .payment-method
	{
		background: #fff;
		margin-bottom: 20px;
		padding: 10px;
	}

	.shiptobilling
	{
		text-align: right;
	}

	.shiptobilling h3
	{
		float: left;
	}

	.shiptobilling  label
	{
		float: right;
		margin: 10px 10px 0;
		line-height: 40px;
	}

	.shiptobilling  input[type="checkbox"]
	{
		margin: 13px 5px 0px;
	}

	.shipping-address
	{
		display: none;
	}

	input:-moz-placeholder, textarea:-moz-placeholder
	{
		font-size: 12px;
	}

	label
	{
		color: #888;
		font-size: 12px;
		line-height: 18px;
		font-weight: 600;
	}

	.your_order h3
	{
		font-size: 14px;
		color: #333;
		font-weight: 400;
		line-height: 22px;
	}

	.nicocheckout .alert-danger
	{
		left: 20%;
		position: fixed;
		text-align: center;
		top: 45px;
		width: 60%;
		margin: 0px auto;
		z-index: 100;
	}

	.nicocheckout .radio label
	{
		color: #333;
	}

	.register_block .form-group p
	{
		margin: 0px;
		color: #333;
		font-weight: normal;
	}

	.your_order .btn
	{
		float: right;
	}

	.your_order label
	{
		color: #888;
		font-size: 12px;
		line-height: 18px;
	}

	.your_order .radio
	{
		cursor: pointer;
		color: #555;
	}

	.your_order .radio:hover
	{
		color: #7bbd42;
	}

	.your_order .radio img
	{
		margin-left: 5px;
	}

	.paypal p, .cheque p, .transfer p
	{
		font-size: 12px;
		color: #777;
		border: none;
	}

	.paypal,.cheque,.transfer
	{
		background: #f5f5f5;
		padding: 3px 10px;
	}

	.your_order .transfer,.your_order .cheque, .your_order .paypal
	{
		display: none;
	}

	.your_order .payment
	{
		margin-bottom: 20px;
	}

	.login-form
	{
		padding: 20px;
	}

	.my_account p
	{
		font-size: 22px;
		font-weight: normal;
		color: #333;
		line-height: 40px;
	}

	input[type="text"],label
	{
		color: #888;
		font-size: 12px;
	}

	.form-vertical .control-label
	{
		font-size: 12px;
		color: #888;
	}

	.controls a
	{
		font-size: 12px;
		color: #888;
	}

	.controls a:hover
	{
		color: #7bbd42;
	}

	.product-info
	{
		background: #fff;
		margin: 0px;
		margin-top: 10px;
	}

	.product-info .col-md-6:first-child
	{
		padding: 0px;
	}

	.colorbox.cboxElement > img
	{
		max-width: 100%;
	}

	#cboxLoadedContent .container
	{
		width: 800px;
	}

	.product-info .image-additional img
	{
		max-width: 74px;
		height: 74px;
	}

	.image-additional a:focus
	{
		outline: 1px dotted #7bbd42;
	}

	h1, .h1
	{
		font-family: Montserrat;
		font-size: 24px;
		text-transform: uppercase;
	}

	.product-info h1
	{
		color: #444;
		font-family: 'Open Sans',sans-serif;
		font-size: 26px;
		font-weight: 400;
		margin: 10px 0px;
		padding-bottom: 20px;
		text-transform: capitalize;
		border-bottom: 1px solid #eeeeee;
	}

	.product-info li
	{
		list-style: none;
		color: #444;
		font-size: 12px;
		margin-bottom: 0px;
	}

	.product-info li  span
	{
		color: #999;
	}

	.product-info li a
	{
		color: #444;
		border-radius: 0px;
	}

	.product-info li a:hover
	{
		color: #7bbd42;
	}

	.line
	{
		border-bottom: 1px solid #eee;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.price
	{
		color: #444;
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		margin: 10px 0px;
	}

	.product-info li span.currency
	{
		color: #555;
		font-weight: 600;
		font-size: 16px;
	}

	h2.price
	{
		font-size: 22px;
		font-weight: 700;
		font-family: Lato,Montserrat,'Open Sans';
		display: inline-block;
		color: #7bbd42;
	}

	.price.strike
	{
	   color:#949494;
	   font-size:14px;
	}

	.price strike
	{
		color: #949494;
		font-size: 18px;
	}

	.price strong
	{
		color: #555;
		font-size: 20px;
		font-weight: 400;
	}

	.price-tax
	{
		font-size: 11px;
		color: #999;
	}

	.product-info input[type="text"]
	{
		text-align: left;
		float: none;
		padding: 6px 8px;
		border: 1px solid #ddd;
		width: auto;
		display: inline-block;
		vertical-align: middle;
		height: 32px;
		border-radius: 0px;
		box-shadow: none;
	}

	.product-info > b
	{
		float: left;
		padding-right: 5px;
		margin-top: 5px;
		font-size: 12px;
		color: #777;
	}

	.tab-content
	{
		color: #555555;
		font-size: 13px;
		line-height: 26px;
		padding: 0;
	}

	.product-info .tab-content
	{
		padding: 10px 0px;
	}

	.minimum
	{
		margin-bottom: 10px;
	}

	.product-info .form-group
	{
		margin: 10px 0px;
	}

	.product-info #button-cart
	{
		font-size: 12px;
		background: #7bbd42;
	}

	.product_wish_compare
	{
		cursor: pointer;
	}

	.product_wish_compare button
	{
		background: #fff;
		color: #aaa;
		padding: 8px;
	}

	.product-info  .share
	{
		padding: 15px 0;
	}

	.product-info .nav-tabs
	{
		border-bottom: 1px solid #eee;
	}

	.nav-tabs > li
	{
		margin-right: 5px;
	}

	.tabs .nav-tabs > li.active > a
	{
		border: 1px solid #eee;
		border-top: 1px solid #55971c;
		border-radius: 3px 3px 0 0;
		color: #55971c;
		font-size: 11px;
		margin-top: 0px;
		padding: 10px 30px;
		border-bottom: 1px solid #fff;
		top: 0px;
		z-index: 2;
	}

	.product-info .tab-pane
	{
		padding: 10px 5px;
	}

	.tabs
	{
		padding-top: 0px;
		margin-bottom: 10px;
		clear: both;
	}

	.tabs .nav-tabs li a
	{
		background: #fff;
		border-radius: 3px 3px 0 0;
		color: #777777;
		font-family: Open Sans;
		font-size: 11px;
		font-weight: 600;
		margin-top: 0px;
		padding: 10px 30px;
		text-transform: uppercase;
	}

	.nav-tabs
	{
		border-bottom: none;
	}

	.tabs .table
	{
		border: 1px solid #F3F3F3;
	}

	.table.specs td,.table.specs th
	{
		border-top: 1px solid #f3f3f3;
	}

	.tabs .table thead th
	{
		border: 1px solid #F3F3F3;
		background: #FBFBFB;
		font-size: 12px;
		color: #777;
	}

	.tab-pane textarea
	{
		width: 300px;
	}

	.tab-pane
	{
		font-size: 12px;
		color: #555;
	}

	.tab-pane a
	{
		color: #7bbd42;
		font-size: 12px;
	}

	.product-info .control-label
	{
		color: #333;
		margin-top: 10px;
	}

	.product-info .controls select
	{
		color: #777;
		font-size: 12px;
	}

	.strike
	{
		text-decoration: line-through;
	}

	.well
	{
		border: none;
		box-shadow: none;
	}

	.cart-info
	{
		background: #fff;
	}

	.table
	{
		background: #fff;
	}

	.table-bordered
	{
		border: 1px solid #eee;
	}

	table.radio
	{
		background: none repeat scroll 0 0 #FAFAFA;
		padding: 10px 10px 10px 40px;
	}

	table.radio td
	{
		padding: 5px 0px;
	}

	.total-table
	{
		text-align: right;
	}

	.total-table table
	{
		width: auto;
		float: right;
	}

	.table thead > tr > th, 
	.table tbody > tr > th, 
	.table tfoot > tr > th, 
	.table thead > tr > td,  
	.table tbody > tr > td, 
	.table tfoot > tr > td
	{
		border: 1px solid #eee;
	}

	.table .img-thumbnail
	{
		border: none;
	}

	.empty
	{
		padding: 25px 30px 25px;
		text-align: center;
		font-size: 12px;
		font-weight: 600;
		color: #555;
	}

	.empty .minicart
	{
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		color: #333333;
		padding: 2px 3px;
	}

	.table thead > tr > th
	{
		padding: 20px 10px;
		background: #fafafa;
	}

	.cart-totals .table td
	{
		text-align: right;
	}

	.cart-info tbody .quantity input[type="text"]
	{
		width: auto;
	}

	.cart-info tbody .quantity input[type="image"]
	{
		vertical-align: text-top;
	}

	.cart-info thead tr
	{
		background: #FBFBFB;
		border-top: 1px solid #f3f3f3;
	}

	.cart-info table.table th, table.table td
	{
		border: 1px solid #f3f3f3;
	}

	.cart-info thead th
	{
		color: #555;
		font-size: 12px;
		font-weight: 600;
	}

	.cart-info tbody .name a
	{
		font-size: 14px;
		color: #3A3A3A;
	}

	.cart-info tbody .name a:hover
	{
		color: #336699;
	}

	.cart-info tbody td
	{
		color: #777;
		font-size: 12px;
		vertical-align: middle;
	}

	.cart-info.dropdown-menu, .cart-info.dropdown-menu .table tbody
	{
		border: none;
		font-size: 12px;
	}

	.cart-info.dropdown-menu table
	{
		margin: 0px;
		margin-bottom: 10px;
		border: none;
	}

	.cart-info.dropdown-menu > table td
	{
		border: none;
		vertical-align: middle;
	}

	.cart-info.dropdown-menu
	{
		border: 1px solid #eee;
		box-shadow: none;
		z-index: 10001;
		background: #fff;
		padding-top: 10px;
	}

	.cart-info.dropdown-menu  tbody .name a
	{
		font-size: 12px;
	}

	.cart-info .btn .fa-times-circle
	{
		font-size: 16px;
	}

	.cart-info input[type="text"]
	{
		border: 1px solid #eee;
		border-radius: 0px;
		border-right: none;
	}

	.cart-total > table.table tbody > tr > td
	{
		border: none;
	}

	.cart-totals table.table tr, table.table td
	{
		border: 1px solid #f3f3f3;
	}

	.cart-totals .table th, .table td
	{
		border-top: none;
		color: #777;
		font-size: 12px;
	}

	.cart-totals p
	{
		text-align: right;
	}

	.cart-totals .btn
	{
		padding: 12px 35px;
	}

	.forgotten h3
	{
		background: #fbfbfb;
		border: 1px solid #F3F3F3;
		padding: 5px 15px;
		font-size: 12px;
		color: #333;
		font-weight: 600;
	}

	p.forgotten-password
	{
		color: #555;
		font-size: 14px;
		line-height: 24px;
	}

	.forgotten .form-horizontal .control-label
	{
		padding-left: 15px;
	}

	.forgotten .btn-primary
	{
		float: right;
	}

	.sitemap ul
	{
		padding: 5px 15px;
	}

	.sitemap ul li a
	{
		font-size: 13px;
		color: #333;
		line-height: 30px;
	}

	.sitemap  ul.subtitle a
	{
		font-size: 12px;
		color: #888;
		font-weight: normal;
		line-height: 26px;
		text-transform: none;
	}

	.sitemap .subtitle a:hover
	{
		color: #7bbd42;
	}

	.sitemap ul li a:hover
	{
		text-decoration: none;
	}

	h1.e404
	{
		margin: 20px 0px 35px 50px;
		font-size: 130px;
		line-height: 120px;
		color: #888;
	}

	h1.page
	{
		font-size: 28px;
		font-weight: normal;
		color: #444;
	}

	h6.e404
	{
		font-weight: normal;
		color: #555;
		font-size: 13px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.search
	{
		background: #fbfbfb;
		padding: 35px 0 25px 15px;
		border: 1px solid #eee;
	}

	.search select
	{
		font-size: 12px;
	}

	.search select option
	{
		color: #555;
		line-height: 50px;
		font-size: 12px;
	}

	.search .category
	{
		margin-left: 15px;
		color: #777;
		font-size: 12px;
	}

	.search  input[type="checkbox"]
	{
		font-size: 12px;
		color: #777;
	}

	.search .checkbox.inline
	{
		vertical-align: text-top;
		padding-top: 0px;
		margin-left: 5px;
	}

	.search-btn
	{
		text-align: right;
		margin-top: 25px;
	}

	h2.search-criteria
	{
		font-family: 'Open Sans';
		font-size: 16px;
		color: #555;
		background: #f7f7f7;
		border: 1px solid #f3f3f3;
		padding: 0px 15px;
		margin-bottom: 20px;
	}

	h2.page-title
	{
		font-size: 18px;
		color: #444;
	}

	.content-blog > .col-md-8 > div
	{
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.content-blog h3 a
	{
		font-size: 18px;
		color: #383838;
		font-weight: 600;
	}

	.content-blog h3 a:hover
	{
		text-decoration: none;
		color: #7bbd42;
	}

	.post-detail
	{
		font-size: 12px;
		color: #888;
	}

	.post-detail b
	{
		color: #444;
	}

	.post-detail a
	{
		color: #7bbd42;
	}

	.post-detail a:hover
	{
		text-decoration: none;
		color: #444;
	}

	.text-blog p
	{
		margin-top: 20px;
		color: #444;
		font-size: 12px;
	}

	.text-blog a em
	{
		color: #444;
		font-family: arial;
	}

	.text-blog a em:hover
	{
		color: #7bbd42;
		text-decoration: none;
	}

	.text-blog img
	{
		padding: 10px 20px;
	}

	.col-post
	{
		margin-bottom: 35px;
	}

	.col-post h3
	{
		line-height: 24px;
		color: #555;
		font-weight: 600;
		font-size: 14px;
	}

	.col-post ul.post-menu li
	{
		border-bottom: 1px dotted #eee;
		padding: 3px 5px 5px;
	}

	.col-post ul.post-menu li a
	{
		color: #444;
	}

	.col-post ul.post-menu li a:hover
	{
		color: #7bbd42;
		text-decoration: none;
	}

	.col-post .post-menu b
	{
		font-size: 12px;
		color: #555;
	}

	.col-post p
	{
		font-size: 12px;
		color: #444;
	}

	.col-post ul.tags a
	{
		background: #eee;
		display: inline-block;
		padding: 5px 10px;
		margin-top: 10px;
	}

	.col-post ul.tags a:hover
	{
		text-decoration: none;
		background: #7bbd42;
		color: #fff;
	}

	.col-post .tags li a
	{
		float: left;
		margin: 0 5px 7px 0;
		color: #444;
	}

	.text-blog blockquote
	{
		border-left: 2px solid #eee;
	}

	.text-blog .quote-content p
	{
		color: #555;
		font-size: 13px;
		font-family: 'Open Sans';
		line-height: 22px;
	}

	.text-blog ul li
	{
		list-style-type: disc;
		color: #aaa;
	}

	.text-blog ul li span
	{
		color: #555;
		font-size: 12px;
	}

	.text-blog > ul
	{
		margin-left: 30px;
	}

	.quote-meta
	{
		font-size: 12px;
		margin-top: 10px;
	}

	.content-blog >.col-md-8 >.blog-post
	{
		border-bottom: none;
	}

	.rss-wrapper
	{
		width: 14px;
		height: 14px;
		margin-right: 30px;
		display: block;
		position: absolute;
		right: 0;
		top: 10px;
		background: url(../img/rss.png) no-repeat center center;
		background-size: cover;
		overflow: hidden;
		text-indent: -999em;
	}

	.blog-meta
	{
		font-size: 12px;
		margin-bottom: 10px;
	}

.blog-title
	{
  border-top: 1px solid #eeeeee;
  padding:5px 0px;
}
.article-subtitle 
{
  border-top: 1px solid #eeeeee;
  padding:5px 0px;
}


.article-date 
{
  color: #999999;
}

.article-intro hr
{
	margin:5px 0px;
}

.article-intro h2
{
	
	color:#333;
}
.article-intro img {
  clear: both;
  display: block;
  margin:0 10px 10px 0;
  max-height: 150px;
}

.article-description img
{
	display:block;
}	

	.pagination > .active > a, .pagination ul > .active > span
	{
		background: #777;
		color: #fff;
	}

	.pagination > li > a:hover
	{
		background: #777;
		color: #fff;
	}

	.flickr-widget ul img
	{
		height: 70px;
		width: 70px;
		margin: 0px;
	}

	.flickr-widget ul li
	{
		float: left;
		margin: 0 5px 5px 0;
	}

	.comments h3
	{
		margin-top: 0px;
		color: #222;
	}

	.comments-content .avatar img
	{
		min-height: 60px;
		min-width: 60px;
		width: 100%;
	}

	.comments-details
	{
		border-bottom: 1px dotted #ddd;
	}

	.comments-details .comment-meta
	{
		color: #777;
		font-size: 12px;
	}

	.comment-text p
	{
		font-size: 12px;
		color: #555;
	}

	.comments-content
	{
		margin-top: 20px;
	}

	a.comment-reply-link
	{
		color: #7bbd42;
	}

	.respond
	{
		margin-top: 40px;
	}

	.respond .btn-primary
	{
		padding: 6px 20px;
	}

	.panel-default > .panel-heading
	{
		background-image: none;
		background-repeat: repeat-x;
	}

	.article-info
	{
		padding: 10px;
		border-bottom: 1px dotted #CCCCCC;
	}

	.article-title a
	{
		text-decoration: none;
		font-size: 16px;
		text-transform: capitalize;
		color: #333;
	}

	.article-title a:hover
	{
		color: #d24d23;
	}

	.article-author a
	{
		text-decoration: none;
		font-weight: bold;
	}

	a.article-link
	{
		border-bottom: 1px solid #777777;
		color: #777777;
		font-weight: normal;
		font-family: Lato;
		font-size: 11px;
		padding: 0;
		text-transform: uppercase;
	}

	.bullet
	{
		color: #384047;
		padding: 0 5px;
		font-size: 17px;
		position: relative;
		top: 1px;
	}

	.article-comment
	{
		color: #666;
		font-weight: lighter;
		text-decoration: none;
	}

	.article-comment a
	{
		color: #666;
		text-decoration: none;
		font-weight: bold;
	}

	.article-comment a:hover
	{
		color: #d24d23;
	}

	.article-sub-title
	{
		margin-bottom: 20px;
		border-bottom: 1px dotted #CCCCCC;
	}

	.article-image
	{
		margin-bottom: 20px;
	}

	.article-description
	{
		line-height: 25px;
	}

	.article-title
	{
		text-decoration: none;
		font-weight: lighter;
	}

	.article-author
	{
		text-decoration: none;
		font-weight: bold;
	}

	#comments
	{
		padding: 10px;
		overflow: auto;
		margin-bottom: 20px;
		border: 1px solid #EEEEEE;
	}

	.comment-left
	{
		margin-top: 15px;
	}

	.article-image img
	{
		border: 1px solid #DDDDDD;
		padding: 5px;
		border-radius: 5px;
		max-width: 100%;
	}

	.article-thumbnail-image img
	{
		border: 1px solid #CCCCCC;
		padding: 5px;
		border-radius: 5px;
		float: left;
		margin-right: 10px;
	}

	.article-thumbnail-found
	{
		margin-bottom: 30px;
	}

	.article-reply
	{
		padding: 10px;
		overflow: auto;
		margin-bottom: 20px;
		border: 1px solid #ccc;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		border-radius: 5px;
	}

	.article-reply .author
	{
		float: left;
		margin-bottom: 20px;
	}

	.article-reply .comment-date
	{
		float: right;
		margin-bottom: 20px;
	}

	.article-reply .text
	{
		clear: both;
	}

	.author-info
	{
		overflow: auto;
	}

	.author-info > .left
	{
		float: left;
		margin-right: 15px;
	}

	.author-info > .left + .right
	{
		margin-left: 130px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #d24d23;
		font-weight: bold;
	}

	#header #blog-search
	{
		position: absolute;
		top: 15px;
		right: 0px;
		width: 298px;
		z-index: 15;
	}

	#header .button-blog-search
	{
		position: absolute;
		left: 0px;
		background: url('../image/button-search.png') center center no-repeat;
		width: 28px;
		height: 24px;
		border-right: 1px solid #CCCCCC;
		cursor: pointer;
	}

	#header #blog-search input
	{
		background: #FFF;
		padding: 1px 1px 1px 33px;
		width: 262px;
		height: 21px;
		border: 1px solid #CCCCCC;
		-webkit-border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		-khtml-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		-webkit-box-shadow: 0px 2px 0px #F0F0F0;
		-moz-box-shadow: 0px 2px 0px #F0F0F0;
		box-shadow: 0px 2px 0px #F0F0F0;
	}

	.margin-top-21
	{
		margin-top: 21px;
	}

	.module-info
	{
		overflow: auto;
		border-bottom: 1px dotted #CCCCCC;
	}

	.module-info > .left
	{
		float: left;
		margin-right: 15px;
	}

	.module-info > .left + .right
	{
		margin-left: 130px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #d24d23;
		font-weight: bold;
	}

	.related-article-blok-1
	{
		display: inline-block;
		width: 48%;
		word-wrap: break-word;
		margin-right: 10px;
		padding: 5px;
		border-radius: 3px;
		margin-bottom: 10px;
	}

	.related-article-blok-2
	{
		display: inline-block;
		width: 48%;
		word-wrap: break-word;
		padding: 5px;
		border-radius: 3px;
		margin-bottom: 10px;
	}

	.related-article-blok-11
	{
		display: inline-block;
		width: 46%;
		word-wrap: break-word;
		margin-right: 10px;
		padding: 5px;
		border-radius: 3px;
		margin-bottom: 10px;
	}

	.related-article-blok-22
	{
		display: inline-block;
		width: 46%;
		word-wrap: break-word;
		padding: 5px;
		border-radius: 3px;
		margin-bottom: 10px;
	}

	.related-article-blok-1 .name
	{
		text-align: center;
		border-bottom: 1px dotted #CCCCCC;
		margin-bottom: 7px;
	}

	.related-article-blok-1 .name a
	{
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
	}

	.related-article-blok-2 .name
	{
		text-align: center;
		border-bottom: 1px dotted #CCCCCC;
		margin-bottom: 7px;
	}

	.related-article-blok-2 .name a
	{
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
	}

	.related-article-blok-11 .name
	{
		text-align: center;
		border-bottom: 1px dotted #CCCCCC;
		margin-bottom: 7px;
	}

	.related-article-blok-11 .name a
	{
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
	}

	.related-article-blok-22 .name
	{
		text-align: center;
		border-bottom: 1px dotted #CCCCCC;
		margin-bottom: 7px;
	}

	.related-article-blok-22 .name a
	{
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
	}

	.related-article-description
	{
		overflow: auto;
	}

	.related-article-description > .left
	{
		float: left;
		margin-right: 15px;
	}

	.related-article-description > .left + .right
	{
		margin-left: 130px;
	}

	.related-article-meta
	{
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
		color: #888;
		font-size: 12px;
		margin-bottom: 5px;
		margin-top: 2px;
		padding-bottom: 6px;
		padding-top: 6px;
		text-align: center;
	}

	.related-article-button
	{
		text-align: right;
	}

	.related-article-footer
	{
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
		color: #888;
		font-size: 12px;
		margin-bottom: 5px;
		margin-top: 10px;
		padding-bottom: 6px;
		padding-top: 6px;
		text-align: center;
	}

	.related-article-footer a
	{
		text-decoration: none;
	}

	.simple-blog-product .caption
	{
		min-height: 25px;
	}

	.related-article .name a
	{
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
		color: #d24d23;
	}

	#newsletter
	{
		background: #eee;
		color: #333;
	}

	.newsletter
	{
		padding: 20px 30px 20px;
	}

	.newsletter h3
	{
		float: left;
		margin-top: 10px;
		color: inherit;
		font-size: 14px;
	}

	.newsletter label
	{
		font-size: 20px;
		font-weight: 300;
		line-height: 40px;
	}

	.newsletter input
	{
		font-size: 11px;
		padding: 10px 15px;
		margin-bottom: 10px;
		border: none;
	}

	.newsletter input.email
	{
		font-size: 13px;
		border: none;
		width: 300px;
		padding: 8px 15px;
		max-width: 80%;
		margin-right: 5px;
		background: #fafafa;
		vertical-align: middle;
		margin-bottom: 10px;
	}

	.newsletter div
	{
		float: right;
		text-align: right;
	}

	.success, .warning, .attention, .information
	{
		padding: 20px 10px 20px 60px;
		color: #342D38;
		margin: 15px;
		border: 2px solid #eee;
		float: right;
		position: fixed;
		right: 10px;
		top: 10px;
		font-size: 12px;
		font-weight: 600;
		line-height: 24px;
		z-index: 99999999;
		opacity: 0.9;
	}

	.success
	{
		background: #fff url('../img/success.png') 20px center no-repeat;
		color: #313942;
	}

	.warning
	{
		background: #fff url('../img/warning.png') 20px center no-repeat;
		color: #313942;
	}

	.information
	{
		padding:20px 10px 20px 10px;
	}

	#notification a,.success a
	{
	    color: #1d64a1;
	}

	.attention
	{
		background: #fff url('../img/attention.png') 20px center no-repeat;
		right: 50%;
		top: 50%;
	}

	#notification a,.success a
	{
		color: #555;
		font-weight: 600;
	}

	.success .close, .warning .close, .attention .close, .information .close
	{
		float: right;
		cursor: pointer;
		margin-left: 10px;
		padding: 5px;
	}

	.required
	{
		color: #668389;
	}

	.error
	{
		display: block;
		color: #FF0000;
		font-size: 12px;
		padding: 10px 0px 0px 0px;
	}

	.help
	{
		color: #999;
		font-size: 10px;
		font-weight: normal;
		font-family: Verdana, Geneva, sans-serif;
		display: block;
	}

	.alert .close
	{
		margin: 0px 5px;
	}

	.text-danger
	{
		font-size: 12px;
		margin: 10px 0;
	}

	.text-left
	{
		text-align: left;
	}

	.text-right
	{
		text-align: right;
	}

	.text-center
	{
		text-align: center;
	}

	.navbar-search input.search-query.autocomplete-loading
	{
		background-image: url(../img/loading.gif);
		background-position: right 10px center;
		background-repeat: no-repeat;
	}

	ul.autocomplete
	{
		position: absolute;
		overflow: hidden;
		background-color: #fff;
		margin: 0px;
		padding: 0px;
		list-style: none;
		color: #000;
		display: none;
		z-index: 1000;
		border: 1px solid #eee;
		border-top: none;
		text-align: left;
		visibility:hidden;
	}

	.navbar-search:hover ul.autocomplete
	{
		visibility:visible;
	}

	ul.autocomplete li
	{
		display: block;
		padding: 5px;
		overflow: hidden;
		width: 100%;
		cursor: pointer;
		font-size: 12px;
		font-family: 'Open Sans',Helvetica,Arial, sans-serif;
	}

	ul.autocomplete li.selected
	{
		background-color: #008CD1;
		color: #fff;
	}

	ul.autocomplete li strong
	{
		color: #008CD1;
		font-weight: 600;
	}

	ul.autocomplete li.selected strong
	{
		color: #fff;
	}

	ul.autocomplete li img
	{
		max-width: 50px;
		vertical-align: middle;
		margin-right: 5px;
	}

	.grid > div
	{
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		display: none;
	}

	.wookmark-placeholder
	{
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		background-color: #eee;
		border: 1px solid #dedede;
		z-index: -1;
	}

	.filters
	{
		list-style-type: none;
		text-align: center;
		margin: 0px 5px;
		display: inline;
	}

	.heading .filters
	{
		float: right;
		margin: 7px 0 0px;
	}

	.filters li
	{
		cursor: pointer;
		float: left;
		font-size: 12px;
		margin: 3px 0 0 5px;
		padding: 1px 10px;
		transition: all 0.7s ease-out;
		text-transform: lowercase;
		background: #fafafa;
		color: #555;
		-webkit-transition: all 0.7s ease-out;
		-moz-transition: all 0.7s ease-out;
		-o-transition: all 0.7s ease-out;
	}

	.filters li:hover
	{
		background: #7bbd42;
		text-decoration: none;
		color: #fff;
		border: none;
	}

	.filters li.active
	{
		background: #7bbd42;
		text-decoration: none;
		color: #fff;
		border: none;
	}

	.grid
	{
		position: relative;
		margin-bottom: 10px;
		border-left: 1px solid #eeeeee;
		border-top: 1px solid #eeeeee;
	}

	.grid > div.inactive
	{
		visibility: hidden;
		width: 100px;
		height: 100px;
		opacity: 0;
	}

	.grid_list
	{
		margin-bottom: 20px;
	}

	.grid_list div.item_list
	{
		background-repeat: none;
		background-size: cover;
		position: absolute;
		background: #fff;
		z-index: 0;
	}

	.grid_item > div
	{
		width: 100%;
		height: 100%;
		vertical-align: middle;
		text-align: center;
		position: absolute;
		z-index: 0;
	}

	.grid_item div.background
	{
		background-repeat: none;
		background-size: cover;
		background-clip: content-box;
		background-position: center center;
		opacity: 1;
		width: 100%;
		height: 100%;
		z-index: 0;
		position: absolute;
		top: 0px;
		display: block;
	}

	.grid_item div.background.top_img
	{
		background-size: auto;
	}

	.grid_item:hover > div.background
	{
		filter: none;
		-webkit-filter: none;
		opacity: 0.7;
	}

	.grid_item div.grid_text
	{
		z-index: 5;
		position: relative;
		padding: 10px 5px;
	}

	.grid_item > div > div
	{
		display: table;
		height: 100%;
		vertical-align: bottom;
		width: inherit;
	}

	.grid_item > div > div > div
	{
		display: table-cell;
		vertical-align: top;
		margin: 5px;
		background-color:#ecf8f4;
	}
	
	.grid_item > div > div > div > .grid_text h2 
	{
	  background: rgba(0, 0, 0, 0);
	  border-bottom: none;
	  color:#55971c;
	  display: inline-block;
	  font-family: Montserrat;
	  font-size: 14px;
	  font-weight:400;
	  letter-spacing: 2px;
	  line-height: 22px;
	  margin: 10px 0 0;
	  padding: 2px 5px;
	  text-align: center;
	  text-transform: uppercase;
	  width: auto;
	  word-wrap: break-word;
	}

	.grid_item > div > div > div > .grid_text  h3
	{
		color: #fff;
		font-size: 12px;
		margin: 0px;
		padding: 0px 5px;
		text-align: center;
		display: none;
		margin-bottom: 5px;
		background: transparent;
		font-family: Lato;
		font-weight: 400;
		letter-spacing: 1px;
	}

	.grid_item > div > div > div > .grid_text a
	{
		padding: 7px 0px 2px;
		display: inline-block;
		margin: 5px 0px 10px;
		font-size: 10px;
		text-transform: uppercase;
		font-family: Lato;
		letter-spacing: 2px;
		color: #394755;
		background: transparent;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}


	.screen_right
	{
		position: fixed;
		right: 0px;
		top: 0px;
		height: 100%;
		width:35px;
		z-index: 10;
		display: block;
	}

	.screen_right > div
	{
		display: table;
		height: 100%;
	}

	.screen_right > div > div
	{
		display: table-row;
		height: 100%;
	}

	.screen_right > div > div > div
	{
		display: table-cell;
		vertical-align: middle;
	}

	.screen_right div .sideblock
	{
	margin-bottom:5px;
		position: relative;
		clear: both;
		transition: all 0.5s ease-in-out;
		z-index: 1;
		right:0px;
	}

.screen_right div .sideblock:hover, .screen_right div .sideblock.hover
	{
		right: 300px !important;
		z-index: 1000;
		transition: all 0.5s ease-in-out;
	}

	.screen_right div .sideblock .head
	{
	padding:5px;
		text-align: center;
	margin-bottom:5px;
	}

	.screen_right div .sideblock .head .title
	{
		padding: 10px 0px;
	}

	.screen_right div .sideblock .head .icon
	{
	font-size:20px;
		text-align: center;
		line-height: 26px;
		height: 30px;
	}

	.screen_right div .sideblock .body
	{
		float: right;
		background: #fff;
		min-height: 100px;
		position: absolute;
	}

	.screen_right div .sideblock .body > p
	{
		padding: 5px;
	}

	html[dir=rtl] .screen_right
	{
		position: fixed;
		right: auto;
		left: 0px;
		top: 0px;
		height: 100%;
		width: 40px;
	}

	html[dir=rtl] .screen_right div .sideblock
	{
		margin-bottom: 10px;
		position: relative;
		clear: both;
		transition: all 0.5s ease-in-out;
		z-index: 1;
		left:0px;
		right:auto;
		left: -300px;
	}

	html[dir=rtl] .screen_right div .sideblock:hover
	{
		right: auto !important;
		left: 0px !important;
		z-index: 1000;
		transition: all 0.5s ease-in-out;
	}

	html[dir=rtl] .screen_right div .sideblock .body
	{
		left: 0px !important;
	}

	html[dir=rtl] .screen_right div .sideblock .head
	{
		float: right;
	}

	.yamm .nav,
	.yamm .collapse,
	.yamm .dropup,
	.yamm .mega.dropdown
	{
		position: static;
	}

	.yamm .container
	{
		position: relative;
	}

	.yamm .mega .dropdown-menu
	{
		left: auto;
		background: #fff;
	}

	.yamm .nav.navbar-right .dropdown-menu
	{
		left: auto;
		right: 0;
	}

	.yamm .yamm-content
	{
		padding: 20px 30px;
		min-width: 300px;
		font-size: 12px;
		font-family: 'Open Sans';
		color: #555;
		border-bottom: 2px solid #eee;
	}

	.yamm .yamm-content a
	{
		color: #333;
	}

	.yamm .yamm-content strong
	{
		display: block;
	}

	.cat_thumb
	{
		float: right;
		max-width: 30%;
	}

	.manufacturer_thumb
	{
		line-height: 30px;
	}

	.manufacturer_thumb img
	{
		max-width: 20%;
		margin: 0px 5px;
		display: inline-block;
	}

	.sidebar-nav .yamm .yamm-content
	{
		width: 700px;
		color: #333;
	}

	.yamm .dropdown.yamm-fw .dropdown-menu
	{
		left: 0;
		right: 0;
	}

	.dropdown-submenu>.dropdown-menu,
	.yamm .dropdown.yamm-fw.dropdown-submenu > .dropdown-menu
	{
		left: 100%;
		margin-left: -1px;
		top: auto;
		margin-top: -45px;
	}

	.yamm .dropdown.yamm-fw.dropdown-submenu > .dropdown-menu
	{
		min-width: 700px;
	}

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

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

	.dropdown-submenu.pull-left>.dropdown-menu
	{
		left: -100%;
		margin-left: 10px;
	}

	.sidebar-nav
	{
		border: 1px solid #eee;
		margin-bottom: 10px;
	}

	.sidebar-nav .navbar .navbar-collapse
	{
		padding: 0;
		max-height: none;
	}

	.sidebar-nav .navbar ul.navbar-nav
	{
		float: none;
		display: block;
	}

	.sidebar-nav .navbar li
	{
		float: none;
		display: block;
	}

	.sidebar-nav .navbar li a
	{
	}

	.navbar-form.navbar-search .select
	{
		display: block;
	}

	form.navbar-search > div.input-group > button
	{
		position: static;
	}

	.navbar-search, form.navbar-search > div.input-group
	{
		width: auto;
	}

	.sidebar-nav .dropdown
	{
		position: relative;
	}

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

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

	.sidebar-nav .navbar-nav > .dropdown > a:after
	{
		content: "";
		display: block;
		float: right;
		font-family: FontAwesome;
		font-size: 10px;
		font-weight: normal;
		height: 0;
		margin-right: 0px;
		margin-top: 0;
		width: 0;
		color: #ccc;
	}

	.sidebar-nav .dropdown:hover>a:after
	{
		border-left-color: #ffffff;
	}

	.sidebar-nav .dropdown.pull-left
	{
		float: none;
	}

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

	.sidebar-nav .yamm .dropdown.yamm-fw .dropdown-menu
	{
		left: auto;
		right: auto;
		width: 100%;
	}

	.sidebar-nav  .navbar-toggle
	{
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.sidebar-nav .navbar-collapse
	{
		background: #f5f5f5;
	}

	.sidebar-nav .navbar .nav > li
	{
		border: none;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #fff;
	}

	.sidebar-nav .navbar .nav > li > a
	{
		color: #555;
		font-size: 12px;
		font-weight: 400;
		text-transform: capitalize;
		font-family: 'Open Sans';
		letter-spacing: 0px;
	}

	.sidebar-nav .navbar .nav > li:hover
	{
		background: #eee;
		color: #fff;
	}

	.sidebar-nav ul.nav li.dropdown:hover > ul.dropdown-menu, .sidebar-nav .navbar .dropdown-menu
	{
		background: #fff;
		border: 1px solid #eee;
		border-radius: 0px;
	}

	.sidebar-nav .navbar .dropdown-menu > li > a, .sidebar-nav  .navbar .dropdown-menu > li > a:focus
	{
		background: #f5f5f5;
		color: #333;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #fff;
	}

	.sidebar-nav  .navbar .dropdown-menu > li > a:hover
	{
		background: #000;
		color: #fff;
	}

	.sidebar-nav .yamm .yamm-content a
	{
		color: #333;
	}

}

@media(max-width:767px)
{

	#logo, #logo #text_under_logo
	{
		text-align: center;
	}
	
	.screen_right
	{
		display: none;
	}

	.nav-tabs > li
	{
		float: none;
	}

	.footer,.social
	{
		text-align: center;
	}

	.newsletter div
	{
		float: none;
		text-align: left;
	}

	.cart
	{
		display: inline-block;
		margin-top: 5px;
        width: 100%;
	}
    .nav.cart > a {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.yamm .nav,
	.yamm .collapse,
	.yamm .dropup,
	.yamm .mega.dropdown
	{
		position: static;
	}

	.yamm .container
	{
		position: relative;
	}

	.yamm .mega .dropdown-menu
	{
		left: auto;
		background: #fff;
	}

	.yamm .nav.navbar-right .dropdown-menu
	{
		left: auto;
		right: 0;
	}
	
	.highlight
	{
		padding:0px;
	}

	.yamm .yamm-content
	{
		padding: 10px 5px;
		/*min-width: 300px;*/
		font-size: 12px;
		font-family: 'Open Sans';
		color: #555;
		float: left;
		border-bottom: 2px solid #eee;
		background:#fff;
	}

	.yamm .yamm-content a
	{
		color: #333;
	}

	.yamm .yamm-content strong
	{
		display: block;
	}

	.cat_thumb
	{
		float: right;
		max-width: 50%;
	}

	.manufacturer_thumb
	{
		line-height: 30px;
	}

	.manufacturer_thumb img
	{
		max-width: 20%;
		margin: 0px 5px;
		display: inline-block;
	}

	.sidebar-nav .yamm .yamm-content
	{
		width: auto;
		float:left;
	}

	.yamm .dropdown.yamm-fw .dropdown-menu
	{
		left: 0;
		right: 0;
	}

	.dropdown-submenu
	{
		position: relative;
	}

	.dropdown-submenu>.dropdown-menu,
	.yamm .dropdown.yamm-fw.dropdown-submenu > .dropdown-menu
	{
		left: 100%;
		margin-left: -1px;
		top: auto;
		margin-top: 0px;
	}

	.yamm .dropdown.yamm-fw.dropdown-submenu > .dropdown-menu
	{
		min-width: 700px;
	}

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

	.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;
		border-radius: 6px 0 6px 6px;
	}

	div#logo p, div#logo h1
	{
		text-align: center;
	}

	.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 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: 3px 0 3px 3px;
		border-left-color: #cccccc;
		margin-top: 5px;
		margin-right: 5px;
	}

	.navbar .dropdown-menu .dropdown-menu > li > a
	{
		background: none repeat scroll 0 0 #333;
		color: #fff;
	}

	.navbar .dropdown-menu .dropdown-menu > li > a:hover
	{
		background: none repeat scroll 0 0 #000;
	}

	html[dir=rtl] .navbar-search .search-query
	{
		padding: 8px 50px 7px 15px;
	}
	
	.grid_item div.background
	{
		background-size:cover !important;
	}
	

	.grid_item div.grid_text
	{
		z-index: 5;
		position: relative;
		padding: 0px;
	}

	.grid_item > div > div > div > .grid_text h2 
	{
	  background: #fff;
	  background: rgba(255,255,255,0.7);
	  font-size: 11px;
	  font-weight:400;
	  letter-spacing: 1px;
	  line-height: 22px;
	  margin: 10px 0 0;
	  padding: 1px 2px;
	  text-align: center;
	}

	.grid_item > div > div > div > .grid_text a
	{
		padding: 1px 2px;
		margin: 5px 0px 0px;
		font-size: 10px;
		letter-spacing: 0px;
		color: #394755;
		background: #fff;
		background: rgba(255,255,255,0.9);
		border-top: none;
	}

	.tabs .nav-tabs > li.active > a
	{
		border:none;
	}

	.button, .btn-primary, #button-confirm 
	{
	  padding: 8px;
	}

	.hide_on_mobile
	{
		display:none;
	}
}

@media(min-width:992px)
{
	.navbar .nav > li
	{
		border-right: 1px solid #2D2D2D;
		border-left: 1px solid #434343;
		border: none;
	}

	.navbar .nav > li > a,.navbar .nav > li  ul > li > a
	{
		padding: 10px 25px 9px;
		line-height: 24px;
	}

	.navbar .nav .list-unstyled li a
	{
		padding: 10px 0px;
	}

	.yamm .nav,
	.yamm .collapse,
	.yamm .dropup,
	.yamm .mega.dropdown
	{
		position: static;
	}

	.yamm .container
	{
		position: relative;
	}

	.yamm .mega .dropdown-menu
	{
		left: auto;
		background: #fff;
	}

	.yamm .nav.navbar-right .dropdown-menu
	{
		left: auto;
		right: 0;
	}

	.yamm .yamm-content
	{
		padding: 20px 30px;
		min-width: 300px;
		font-size: 12px;
		font-family: 'Open Sans';
		color: #555;
		border-bottom: 2px solid #eee;
	}

	.yamm .yamm-content a
	{
		color: #333;
	}

	.yamm .yamm-content strong
	{
		display: block;
	}

	.cat_thumb
	{
		float: right;
		max-width: 50%;
	}

	.manufacturer_thumb
	{
		line-height: 30px;
	}

	.manufacturer_thumb img
	{
		max-width: 20%;
		margin: 0px 5px;
		display: inline-block;
	}

	.sidebar-nav .yamm .yamm-content
	{
		width: 700px;
	}

	.yamm .dropdown.yamm-fw .dropdown-menu
	{
		left: 0;
		right: 0;
	}

	.dropdown-submenu
	{
		position: relative;
	}

	.dropdown-submenu>.dropdown-menu,
	.yamm .dropdown.yamm-fw.dropdown-submenu > .dropdown-menu
	{
		left: 100%;
		margin-left: -1px;
		top: auto;
		margin-top: -45px;
	}

	.yamm .dropdown.yamm-fw.dropdown-submenu > .dropdown-menu
	{
		min-width: 700px;
	}

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

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

	.dropdown-submenu.pull-left>.dropdown-menu
	{
		left: -100%;
		margin-left: 10px;
	}

	.navbar .nav > li:first-child
	{
		border-left: medium none;
	}

	.navbar .nav > li:last-child
	{
		border-right: medium none;
	}

	.blog-meta > span
	{
		font-weight: bold;
		display: block;
		float: left;
		font-size: 90%;
		padding: 10px 11px;
	}

	.blog-meta > span:last-child
	{
		border-right: none;
		font-size: 90%;
	}

	.blog-meta > span  span
	{
		font-weight: normal;
	}

	.blog-header .created
	{
		display: block;
		overflow: hidden;
		height: 40px;
		padding: 12px;
		background: #000;
		color: #FFF;
		float: left;
		font-size: 11px;
		margin-right: 12px;
	}

	.blog-header  span.day
	{
		font-size: 30px;
		font-weight: bold;
		padding: 4px 0;
		display: block;
		text-align: center;
	}

	.blog-header  span
	{
		font-size: 98%;
	}

	.blog-item .description
	{
		padding: 8px 0;
	}

	.blog-item .readmore
	{
		background: #eee;
		padding: 3px 5px;
		color: #555;
		font-size: 10px;
		font-weight: 400;
		text-transform: lowercase;
		font-family: Montserrat;
	}

	.blog-item .readmore:hover
	{
		text-decoration: none;
		background: #7bbd42;
		color: #fff;
	}

	/**


	 * Category Page


	 */


	div[class*="pavcol"]
	{
		float: left;
	}

	.pavcol1
	{
		width: 100%;
	}

	.pavcol2
	{
		width: 50%;
	}

	.pavcol3
	{
		width: 33.33%;
	}

	.pavcol4
	{
		width: 25%;
	}

	.pavcol5
	{
		width: 20%;
	}

	.blog-item
	{
		padding: 10px;
	}

	.blog-item img
	{
		padding-right: 12px;
	}

	.pavcol1 img
	{
		padding-right: 0;
	}

	.pav-blogs a
	{
		text-decoration: none;
	}

	/**


	  * Blog Page


	  */


	.pav-blog .description
	{
		font-weight: bold;
	}

	.pav-blog .blog-content, .pav-blog .blog-bottom
	{
		margin-bottom: 20px;
	}

	.comment-item
	{
		padding-bottom: 10px;
	}

	.comment-item  img
	{
		padding-right: 12px;
	}

	.comment-wrap
	{
		overflow: hidden;
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #E5E5E5;
		padding: 20px;
		position: relative;
		transition: all 0.3s ease-out 0s;
	}

	.comment-wrap .comment-meta
	{
		border-bottom: 1px solid #E5E5E5;
		font-size: 11px;
		margin: -20px -20px 10px;
		padding: 10px 20px;
	}

	.comment-wrap .comment-meta > span
	{
		font-weight: bold;
	}

	.comment-wrap .comment-meta > span  span
	{
		font-weight: normal;
	}

	.blog-social  .social-wrap > div
	{
		float: left;
	}

	.blog-social .social-heading
	{
		padding-right: 12px;
	}

	.comment-link
	{
		background: none repeat scroll 0 0 #F4F4F4;
		border-left: 1px solid #E5E5E5;
		display: block;
		float: right;
		font-weight: bold;
		margin: -11px -20px -10px 0;
		padding: 10px 20px;
	}

	.navbar .nav > li > a
	{
		padding: 10px 30px;
	}

	div#sequence .controls
	{
		margin: 0 auto 0 -600px;
	}

}

@media(min-width:1200px)
{
	.navbar-search.search2 .search-query
	{
		width: 450px;
	}

	.yamm .nav,
	.yamm .collapse,
	.yamm .dropup,
	.yamm .mega.dropdown
	{
		position: static;
	}

	.yamm .container
	{
		position: relative;
	}

	.yamm .mega .dropdown-menu
	{
		left: auto;
		background: #fff;
	}

	.yamm .nav.navbar-right .dropdown-menu
	{
		left: auto;
		right: 0;
	}

	.yamm .yamm-content
	{
		padding: 20px 30px;
		min-width: 300px;
		font-size: 12px;
		font-family: 'Open Sans';
		color: #555;
		border-bottom: 2px solid #eee;
	}

	.yamm .yamm-content a
	{
		color: #333;
	}

	.yamm .yamm-content strong
	{
		display: block;
	}

	.cat_thumb
	{
		float: right;
		max-width: 50%;
	}

	.manufacturer_thumb
	{
		line-height: 30px;
	}

	.manufacturer_thumb img
	{
		max-width: 20%;
		margin: 0px 5px;
		display: inline-block;
	}

	.sidebar-nav .yamm .yamm-content
	{
		width: 700px;
	}

	.yamm .dropdown.yamm-fw .dropdown-menu
	{
		left: 0;
		right: 0;
	}

	.dropdown-submenu
	{
		position: relative;
	}

	.dropdown-submenu>.dropdown-menu,
	.yamm .dropdown.yamm-fw.dropdown-submenu > .dropdown-menu
	{
		left: 100%;
		margin-left: -1px;
		top: auto;
		margin-top: -45px;
	}

	.yamm .dropdown.yamm-fw.dropdown-submenu > .dropdown-menu
	{
		min-width: 700px;
	}

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

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

	.dropdown-submenu.pull-left>.dropdown-menu
	{
		left: -100%;
		margin-left: 10px;
	}

	ul.pav-category ul
	{
		margin-left: 10px;
		margin-bottom: 20px;
	}

	.hide_on_mobile
	{
		display:none;
	}

}


@media screen and (max-width: 991px){
    .columns2, .columns3, .columns4{
        height: 200px;
        overflow:scroll;
    }
}

@media screen and (min-width: 992px){
    .columns2{
        -moz-column-count:2; /* Firefox */
        -webkit-column-count:2; /* Safari and Chrome */
        column-count:2;
        width: 500px !important;
    }


    .columns3{
        -moz-column-count:3; /* Firefox */
        -webkit-column-count:3; /* Safari and Chrome */
        column-count:3;
        width: 600px !important;
    }

    .columns4{
        -moz-column-count:4; /* Firefox */
        -webkit-column-count:4; /* Safari and Chrome */
        column-count:4;
        width: 800px !important;
   		-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
		-moz-column-gap: 0px; /* Firefox */
		column-gap: 0px;
	}
}



/*! =======================================================
                      VERSION  4.8.1              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 100%;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}

.slider  .tooltip.bottom {
  padding: 5px 0;
  margin-top: 18px;
}

.slider .tooltip-inner {
  white-space: nowrap;
  background:#555;
  color:#fff;
  padding:1px 5px;
}

.slider  .tooltip.bottom .tooltip-arrow {
	border-bottom-color:#555;
}

.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #7bbd42 0%, #498b10 100%);
  background-image: -o-linear-gradient(top, #7bbd42 0%, #498b10 100%);
  background-image: linear-gradient(to bottom,#7bbd42 0%, #498b10 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7bbd42', endColorstr='#ff498b10', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}

.slider .tooltip
{
  z-index:2;
}

@media(min-width:992px)
{
	.header.sticky
	{
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 101;	
		transform:all 1s;
		/*border-bottom:1px solid #eee;*/
		box-shadow:0px 0 3px 0px rgba(0, 0, 0, 0.3);
	}

	.header.sticky:hover
	{
/*		background:#fff;*/
	}

	.header.sticky div#header #logo a
	{
		font-size:12px;
	}

	.header.sticky div#header #logo h1
	{
		border-bottom-width:1px;
		padding:0 0 5px 5px;
	}


	.header.sticky div#header
	{
		padding:10px 15px;
    }

    body#home .header.sticky .navbar .nav > li.highlight > ul
    {
	display:none;
    }

    body#home .header.sticky .navbar ul.nav > li.dropdown.highlight:hover > ul
    {
	display:block;
    }
}
