body {
	font-family: 'Exo', sans-serif;
	font-weight: normal;
	color: #7b7b7b;
	background:#fff;
	font-size: 13px;
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo', sans-serif;
	margin:0 0 20px;
	line-height:1.2em;
	color:#222;
	font-weight:bold;
	text-transform:uppercase;
}
button {
	outline:none;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
a, a:visited {
	color: #1c8f10;
	outline:none
}
a:hover {
	text-decoration: none;
	color:#000;
}
a:active,
a:focus {
	outline:none;
	text-decoration:none;
	color:#000;
}
.panel-title:hover > a {
    color: #1c8f10;
}
img {
	max-width:100%;

}

legend {
	font-size: 18px;
	padding: 15px 0;
	border-color:#e2e2e2;
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
	border-radius:0
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
/*	content: '* ';*/
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000;
	background-color: #ccc;
	background-repeat: repeat-x;
}
#top-links {
	float:left;
	margin:12px 10px 26px 0;
}
#top-links a {
	font-size:12px;
	line-height:16px;
	font-weight:500;
	color:#878787;
	text-transform:uppercase;
}
#top-links a:visited {
	color:#878787;
}
#top-links a:active,
#top-links a:hover,
#top-links a:focus
{
	color:#1c8f10;
}
#top .btn-link, #top-links li {
	text-decoration: none;
}
.list-inline > li:first-child {
	background:none;
}
.list-inline > li {
    padding-left: 21px;
	padding-right:0;
	background:url(../image/user-menu-separator.png) no-repeat left center;
}
#top-links li a:hover i,
#top-links li a.active i,
#top-links li a.active {
	color:#ccc
}
#top-links li a i {
	color:#fff;
	font-size:13px;
	display:none;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
}
#top-links ul {
	margin:0
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin:20px 10px 0px 0;
	float:left;
	max-width:38%;
}
.logo-block {
	display:inline-block;
	width:100%;
	position:relative;
	padding-bottom:8px;
	margin-bottom:4px;
}
.logo-block .pull-right {
	margin-top:14px;
}
.log-button {
	display:inline-block;
	float:right;
}
.logo-block .pull-right .log-button > a {
	display:inline-block;
	margin:7px 0 15px 11px;
	font-size:11px;
	line-height:16px;
	letter-spacing:.6px;
	text-transform:uppercase;
	color:#979797;
}
.logo-block .top-button {
	display:inline-block;
	float:right;
	margin:2px 0 10px 12px;
}
.logo-block .pull-right .log-button > a i.fa-lock {
	margin-top:1px;
}
.logo-block .pull-right .log-button > a i {
	font-size:16px;
	line-height:16px;
	color:#a5a5a5;
	margin-right:5px;
	vertical-align:top;
}
.logo-block .pull-right .log-button > a span{
	line-height:18px;
	vertical-align:top;
}
.logo-block .pull-right .log-button > a:hover span{
	color:#1c8f10;
}
.logo-block .pull-right .log-button > a:hover i{
	color:#222;
}
/* phone  */
.phone {
	float:right;
	font-size:27px;
	font-weight:bold;
	color:#000;
	margin:20px 17px 25px
}
.phone i{
	font-size:28px;
	color:#000;
}
/* soc-icon */
ul.soc-icon {
	float:right;
	padding:0;
	margin:0;
	list-style:none;
}
ul.soc-icon li {
	float:left;
	margin-left:4px;
	line-height:20px;
}
ul.soc-icon li a:hover i {
	color:#333
}
ul.soc-icon li i {
	color:#dadada;
	font-size:20px;
	vertical-align:top;
}
/* search */
#search {
	position:relative;
	z-index:46;
	display:inline-block;
	float:right;
	margin:4px 0 20px 0;
}
#search button:active i,
#search button:hover i,
#search button:focus i
 {
	color:#1c8f10;
}
#search button {
	float:left;
	background:#fff;
	border:1px solid #ddd;
	border-left:none;
	padding:0;
	line-height:27px;
	height:29px;
}
#search button i{
	color:#222;
	padding:0 10px;
	font-size:11px;
	line-height:27px;
	vertical-align:top;
}
#search input {
	float:left;
	background:#fff;
	color:#a0a0a0;
	border:1px solid #ddd;
	border-right:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	font-size:13px;
	line-height:16px;
	height:29px;
	padding:6px 10px 5px;
	width:213px;
}

.product-search .checkbox-inline {
	line-height:22px;
}

/* cart */
.box-cart {
	position:relative;
	display:inline-block;
	margin:0 0 10px 13px;
	float:right;
}
.box-cart .btn-danger i {
	font-size:13px;
}
.box-cart .btn-danger {
	border:0;
	padding:0;
	background:none;
	color:#1c8f10;
}
.box-cart .btn-danger:active,
.box-cart .btn-danger:focus,
.box-cart .btn-danger:hover {
	background:none;
	color:#222;
}
#cart {
	position:relative;
}
#cart > button i.fa-shopping-cart {
	display:inline-block;
	font-size:16px;
	line-height:36px;
	width:36px;
	height:36px;
	color:#fff;
	background:#1c8f10;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
#cart > button:hover i.fa-shopping-cart {
	background:#2c2c2c;
}
#cart > button {
	padding:0;
	border:0;
	margin:0;
	text-align:center;
	background:none;
}
#cart > button > strong,
#cart > button > #cart-total,
#cart > button > i.fa-angle-down
{
	display:none;
}
#cart .btn {
	margin-bottom: 2px;
}
#cart tr:first-child td {
	border-top:0;
}
#cart td {
	font-size:13px;
}
#cart td .name  a {
	font-size:12px;
	line-height:16px;
	color:#2c2c2c;
}
#cart td .name  a:hover{
	color:#1c8f10;
}
#cart .total td strong {
	font-size:12px;
	font-style:italic;
	color:#616161;
	font-weight:normal;
}
#cart .total td {
	border:0;
	padding:2px;
	font-size:13px;
	color:#616161
}
#cart .price-cart {
	color:#2c2c2c;
}
#cart #cart-total2 {
	display:none;
}
#cart .dropdown-menu {
	background: #fff;
	border: 1px solid #ededed;
	color:#777;
	padding-bottom:10px;
	z-index: 1001;
}
#cart .dropdown-menu img {
	max-width:50px;
	background:#fff;
}
#cart .dropdown-menu {
	min-width: 260px;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {

	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 5px 0;
	display:inline-block;
	width:100%;
}
#cart .dropdown-menu li p.text-center {
	width:100%;
	padding:10px 20px;
}
#cart .table.total tr.last td strong,
#cart .table.total tr.last td{
	font-weight:bold;
	font-size:14px;
	font-style:normal;
	color:#222;
}
#cart  .table > tbody > tr > td {
    border-top-color: #efefef;
	}
.cart-q {
	max-width:100px;
	float:none;
	display:inline-block;
	margin-right:3px;
}
.shoping_cart td {
	vertical-align:middle !important;
}
#cart .btn-primary,
#cart .btn-primary:visited {
	color:#fff;
	background:#1c8f10;
}
#cart .btn-primary:hover,
#cart .btn-primary:focus,
#cart .btn-primary:active {
	color:#fff;
	background:#2c2c2c;
}
input#input-voucher,
input#input-coupon {
	display:inline-block;
	width:45%;
	margin-right:5px;
}
/* menu */
#menu-gadget {
	display:none;
}
#menu {
	background-color: #fff;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	z-index:25;
	top:0;
	width:100%;
	min-height:inherit;
	margin-bottom:0;
	border-radius:0
}
#menu .nav > li > a:hover {
	color:#000;

	background:none;
}
#menu .nav > li {
	padding:0 15px;
}
#menu .nav > li > a {
	font-size:21px;
	line-height:30px;
	text-transform:uppercase;
	display:inline-block;
	color: #777777;
	padding: 17px 0;
	margin:-1px 0;
	background-color: transparent;
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color:#000000;
	border-color:#000000;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #1c8f10;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 300px;
	padding-bottom:28px;
}
/* footer */
footer {
	color:#676767;
	background:#fff;
	font-size:13px;
	line-height:16px;
	padding-top:39px;
}
footer li {
	line-height:16px;
	padding:4px 0;
}
footer .footer_box a {
	font-size:12px;
	line-height:14px;
	font-family: 'Ubuntu', sans-serif;
	color:#7b7b7b;
}
footer .footer_box a i{
	font-size:6px;
	line-height:18px;
	display:inline-block;
	height:16px;
	vertical-align:top;
	color:#65d7fe;
	padding-right:10px;
}
footer a:visited {
	color:#7b7b7b;
}
footer a:hover,
footer a:focus,
footer a:active
 {
	color:#1c8f10;
}
footer h5 {
	color:#222;
	font-size: 22px;
	line-height:26px;
	font-weight:normal;
	text-transform:none;
	margin:0 0 11px
}

footer .social{
	display:inline-block;
	margin:0 7px 0 0;
	float:left;
}
footer .copyright> span{
	display:inline-block;
	margin-top: 2px;
	font-family: "Ubuntu",sans-serif;
}
footer .copyright> span span{
	color:#2c2c2c;
	font-size:30px;
	line-height:36px;
	font-weight:800;
	text-transform:none;
	font-family: "Exo",sans-serif;
}
footer .social li {
	display:inline-block;
	float:left;
	padding:0;
	margin-right:19px;
}
footer .social li a{
	display:inline-block;
	float:left;
	font-size:36px;
	line-height:36px;
	color:#d5d5d5;
}
footer .social li a i.fa{
	font-size:35px;
	line-height:36px;
}
footer .social li a:hover{
	color:#1c8f10;
}

.copyright br {
	display:none;
}
.copyright a {
	font-size:10px;
	color:#7b7b7b;
}
.copyright {
	font-size:10px;
	line-height:36px;
	margin-top:23px;
	border-top:1px solid #e2e2e2;
	padding:18px 0 20px;
	text-transform:uppercase;
}
/* alert */
.alert {
	position:relative;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	padding: 8px 14px 8px 14px;
	z-index:30
}
.alert-warning {
	background-color:#ec710d;
	border-color:#d45634;
}
#product .alert {
	position:relative;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 20px;
	border-radius:0;
	color:#222;
	font-size:12px;
	line-height:14px;
	background:#fff;
	border:1px solid #efefef;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.breadcrumb li .lock-buton {
    cursor: default;
    display: block;
    height: 110%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.breadcrumb i {
	font-size: 14px;
}
.breadcrumb a {
	color:#222;
}
.breadcrumb a:hover,
.breadcrumb li.last a
 {
	color:#1c8f10;
}
.breadcrumb > li {
	margin-right:5px;
	position: relative;
	white-space: nowrap;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn {
	position:relative;
    color: #f5f5f5;
	background:#2c2c2c;
	font-family: 'Ubuntu', sans-serif;
    font-size: 10px;
    line-height: 18px;
    padding: 10px 15px;
	border:none;
	text-transform:uppercase;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.btn:visited {
    color: #f5f5f5;
	background:#2c2c2c;
}
.btn.btn-add {
	font-size:10px;
	line-height:18px;
	padding:9px 13px 10px;
	font-family: 'Ubuntu', sans-serif;
	color:#fff;
	background:#2c2c2c;
}
.btn.btn-add span{
	float:left;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.btn-add:hover,
.btn.btn-add:focus,
.btn.btn-add:active
 {
	color:#fff;
	background:#1c8f10;
}
.btn i{
	font-size:18px;
	line-height:18px;
	vertical-align:top;
	display:inline-block;
	min-width:15px;
}
.btn i.fa-map-marker{
	font-size:14px;
	line-height:14px;
	margin-left:5px;
	float:right;
}
.btn.btn-add i{
	float:right;
	margin-left:8px;
}
.btn.btn-icon {
	padding-left: 0;
	padding-right: 0;
	width:37px;
	text-align:center;
	background:#e6e6e6;
}
.product-thumb .btn.btn-icon {
	margin:0 5px 5px 0;
}
.product-thumb .btn.btn-add {
	margin:0 0 5px 0;
}
.btn.btn-icon i{
	color:#222;
}
.btn.btn-icon:visited {
	background:#e6e6e6;
}
.btn.btn-icon:visited i {
	color:#222;
}
.btn.btn-icon:hover i,
.btn.btn-icon:active i,
.btn.btn-icon:focus i  {
	color:#1c8f10;
}
.btn.btn-icon:hover,
.btn.btn-icon:active,
.btn.btn-icon:focus {
	background:#e6e6e6;
}
.btn.btn-icon.btn-danger i,
.btn.btn-icon.btn-danger:visited i
 {
	color:#d81c22;
}
.btn.btn-icon.btn-danger:hover,
.btn.btn-icon.btn-danger:active,
.btn.btn-icon.btn-danger:focus  {
	background:#e6e6e6;
}
.btn.btn-icon.btn-danger:hover i,
.btn.btn-icon.btn-danger:active i,
.btn.btn-icon.btn-danger:focus i {
	color:#ff4654;
}
/*****/
.tooltip-inner {
  background-color: #222;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #222;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #222;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #222;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #222;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #222;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #222;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #222;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #222;
}
/*****/
.product-thumb .btn.btn-add:hover,
.product-grid .btn.btn-add:hover,
.fancybox-inner .btn.btn-add:hover {
	background-position: center bottom;
}
.product-list .btn.btn-add,
.product-grid .btn.btn-add,
.fancybox-inner .btn.btn-add,
.related-products .btn.btn-add {
    position: relative;
	float:none;
}
/*************************/
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.dropdown-menu {
	border-radius: 0;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
	background-color: #31353d;
    border: none;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	font-family: "Arial", sans-serif;
	text-align: left;
    box-shadow: none;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.dropdown-menu.bootstrap-datetimepicker-widget {
	border-color: #ddd;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.btn-group.open .dropdown-toggle {
	box-shadow:none
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 12px;
}
.box-currency .dropdown-menu,
.box-language .dropdown-menu {
	top:100%;
	background:#e8e8e8;
	padding:0;
	margin-top:0;
	min-width:117px;
	font-size:12px;
	line-height:14px;
}
.dropdown-menu > li > a,
.dropdown-menu > li > button {
	font-size:10px;
	line-height:12px;
	color:#fff;
	text-transform:uppercase;
	padding:10px 10px;
	font-weight:bold;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > button:hover {
	color:#fff;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
#list-view.active,
#grid-view.active,
#list-view:hover,
#grid-view:hover
 {
	color:#1c8f10;
}
#list-view i,
#grid-view i {
	line-height:normal;
}
#list-view,
#grid-view {
	background:none;
	box-shadow:none;
	color:#dcdcdc;
}
.btn-danger,
.btn-primary,
.btn-info,
.btn-default {
	text-shadow:none;
	background: #2c2c2c;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 15px;
}
.input-group-btn .btn-default{
	padding: 8px 10px;
}
.input-group-btn .btn-default i{
	font-size:14px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger,
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info,
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color:#fff;
	background:#1c8f10;
}

.btn-primary {
	color:#f5f5f5;
	text-transform:uppercase;
	font-size:12px;
	line-height:14px;
	background:#2c2c2c;
	white-space: nowrap;
	}
.box_html .btn-primary {
	float:right;
	margin-left:10px;
	}
.btn-primary:visited {
	color:#f5f5f5;
	background:#2c2c2c;
	}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color:#f5f5f5;
	background:#1c8f10;
	}
/*********************/

.product-options .form-group.required select {
	width:200px !important;
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 23px;
	position:relative;
	background:#fff;
	padding:19px 19px 28px 19px;
	border:1px solid #efefef;
}
.product-list .product-thumb {
	padding:0;
	border:none;
	background:none;
}
.cart-button {
	position:relative;
}
aside .product-thumb {
	margin-bottom:20px;
}
.product-thumb .image {
	text-align: center;
	margin-bottom:18px;
	position:relative;
}
.image img {
	background-color:#f8f8f8;
}
.product-thumb .image a,
.box-subcat li .image a {
	display: inline-block;
	max-width:100%;
	overflow:hidden;
}
.box-subcat li .image a  {
	padding:10px;
	background:#fff;
	border:1px solid #efefef;
}
.product-list .product-thumb .image a {
	padding:15px 19px;
	background:#fff;
	border:1px solid #efefef;
}
.product-thumb:hover,
.box-subcat li .image a:hover,
.fancybox-inner .quickview_image.image a:hover,
.product-list .product-thumb .image a:hover {
	box-shadow:0 2px 10px rgba(0,0,0,.1);
	-moz-box-shadow:0 2px 10px rgba(0,0,0,.1);
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,.1);
}
.product-list .product-thumb:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	position:relative;
}
.product-grid .product-thumb .caption {
	padding-right:0;
}
.product-list .product-thumb .caption,
.product-list .product-thumb .cart-button  {
	margin-left: 270px;
}
.product-thumb .rating {
	padding-bottom: 0;
	position:absolute;
	top:10px;
	left:10px;
}
.product-list .product-thumb .rating {
	top: 26px;
	left: 26px;
}
.bx-wrapper .bx-prev {
    left: -1px;
}
.bx-wrapper .bx-next{
    right: -1px;
}

.rating .fa-stack {
	font-size: 8px;
	width:1.4em
}
.rating .fa-star-o {
	color: #1c8f10;
	font-size: 11px;
}
.rating .fa-star {
	color: #1c8f10;
	font-size: 11px;
}
.rating .fa-star + .fa-star-o {
	color: #1c8f10;
}
h2.price {
	margin: 0;
}
.product-thumb .description1,
.product-thumb .description
 {
	font-size:13px;
	line-height:18px;
	color:#ababab;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom:22px;
}
.product-grid .product-thumb .description1,
.product-list .product-thumb .description  {
	display:none;
}
.price {
	color: #222;
	font-size:24px;
	line-height:29px;
	font-weight:bold;
}
.box .price,
.product-grid .price,
.product-list .price  {
	margin-bottom:16px;
}
.price-tax  {
	font-size:12px;
}
td .name a {
	font-size:13px;
}
td .price, .price b {
	font-size:14px;
	padding-bottom:0;
	font-weight:600;
}
.price s {
	font-size:14px;
	color:#a8a8a8;
}
.prod-stock {
	color:#6ba239;
}
.price-new {
	margin-right:5px;
	color:#31353d;
}
.price-old {
	color: #d0cece;
	font-size:18px;
	text-decoration: line-through;
	line-height:22px;
}
.product-thumb .price-tax {
	color: #a8a8a8;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}




.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}
.slides {
	padding: 0;
	margin:0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
}
.flex-direction-nav a:before {
	line-height: 40px;
}

/*****************************************/
.box .name {
	margin-bottom:0;
}
.name a {
	font-size:13px;
	line-height:16px;
	color:#1c8f10;
	font-family: 'Ubuntu', sans-serif;
	text-transform:uppercase;
}
.name a:hover {
	color:#31353d;
}
/************** BOX ***********************/
.box {
	margin-bottom:5px;
}
aside .box-heading h3 {
	margin-bottom:18px;
}
aside .box .product-layout:first-child {
	margin-top:0;
}
aside .box .product-layout{
	width:100% !important;
	margin-top:30px;
}
aside .box {
	margin-bottom:30px;
}
aside .box.category {
	background:#f5f5f1;
	padding:24px 30px 13px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.box.info .box-content ul {
	padding:0
}
.box.info .box-content ul li {
	list-style-type:none;
	padding:5px 0;
}
.sale,
.new_pr {
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	position:absolute;
	font-family: 'Ubuntu', sans-serif;
	text-transform:uppercase;
	top:8px;
	right:19px;
	background-color:#2c2c2c;
	color:#fff;
	line-height:19px;
	padding:7px 0 8px;
	width:68px;
	text-align:center;
	z-index:10;
}
.new_pr {
	background-color:#1c8f10;
}
html[lang="de"] .sale,
html[lang="de"] .new_pr {
    width: 78px;
}
.product-grid .sale,
.product-grid .new_pr {
	top:0;
	right:0;
}
.product-list .sale,
.product-list .new_pr {
	top:16px;
	right:20px;
}

/*********FACEBOOK BOX*****************/
aside .box.twitter,
aside .box.facebook {
	float:none;
	width:100%
}
/*********BOX TWITTER******************/
.box.twitter {
	margin-bottom:45px;
}
/*********HEADER****************************/
header {
	padding-top:0px;
	background:#fff;
}
header .nav__primary{
}
.block-right {
	display:inline-block;
	float:right;
	margin:5px 4px 0 0;
}
#page {
	overflow:hidden;
	background:#f5f5f5;
}

/***************  parallax  ****************************/

.parallax .desc{
    padding-left:4.7%;
	max-width:64%;
}
.parallax-1 {
	max-width:100% !important;
	margin-left:0 !important;
	left:0 !important;
}
.parallax .desc a {
	display:inline-block;
	font-size:18px;
	line-height:22px;
	padding:14px 22px 15px;
	color:#fff;
	background:#1c8f10;
	text-transform:uppercase;
}
.parallax .desc a:hover{
	background:#2c2c2c;
}

/**************TM BOX CATEGORY***********************/
.box.category ul.menu {
	padding:0;
	margin:0;
	padding:0 !important
}
.box-category .menu li {
	line-height:16px;
	position: relative;
	list-style-type:none;
	padding:16px 0 15px;
	border-top:1px solid #d8d8d5;
}
.box-category .menu li a {
	display: inline-block;
}
.box-category .menu  li > a:hover {
	background-color:#f6f6f6;
}
.box-category .menu >li:first-child {
	border-top:none;
}
.box-category .menu  li > a {
	font-size:14px;
	color:#1c8f10;
}
.box-category .menu  li li a {
	color:#676767;
}
.box-category .menu  li li{
	padding:10px 20px;
	border:none;
}
.box-category .menu  li li li a {
	color:#a8a8a8;
}
.box-category .menu  li li a >i {
	color:#333;
	margin-right:10px;
}
.box-category .menu  li li li a >i {
	color:#333;
	margin-right:10px;
	margin-left:10px;
}
.box-category .menu li a:hover {
	color: #000;
}
.box-category .menu li li.last {
	padding-bottom: 0 !important;
}
.box-category .menu li a+i {
	position: absolute;
	display: block;
	top: 2px;
	right: 0;
	height: 24px;
	width: 24px;
}
.box-category .menu  li a+i {
	display:block;
	top:0;
	color:#c0c0c0;
	font-size:14px;
	vertical-align:top;
	height:47px;
	line-height:47px;
	width:30px;
	text-align:center;
	right:0
}
.box-category .menu ul  li a+i {
	height:36px;
	line-height:34px;
}
.box-category .menu  li a+i.fa-minus:before {
	content:'\f068' !important
}
.box-category .menu li a+i:hover {
	cursor: pointer;
	color:#1c8f10;
}
.box-category .menu li a+i.opened {
	background-position: center 7px;
}
/** dropdown **/
.dropdown-menu > li > a,
.dropdown-menu > li > button
 {
	font-size:10px;
	line-height:12px;
	font-family: "Arial",sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding:4px 10px;
	font-weight:bold;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > button:hover
 {
	color:#1c8f10;
	background:#454951;
}

.box-category .menu ul {
	width: auto;
	padding: 0px 0px;
	display: none;
	padding-top:15px;
	border-top:1px solid #d8d8d5;
	margin-top:15px;
}
.box-category .menu ul ul{
	padding-top: 0;
	border-top: none;
	margin-top: 15px;
}
.box-category .menu  li.active > a > span {
	color: inherit;
}
.box-category .menu  li a.active,
.box-category .menu li li a.active,
.box-category .menu li li a:hover {color: #2a2a2a;}
/**************BANNERS***********************/
.banners {
	margin-bottom:30px;
}
.banners a img {
	display:inline-block;
	vertical-align:top;
}
.banners .banner-box{
	border:1px solid #ededed;
	background:#f8f8f8;
}
.banners a{
	position:relative;
	display:inline-block;
	max-width:100%;
	overlay-fixed:hidden;
}
.banners a .s-desc{
	position:absolute;
	display:inline-block;
	width:50%;
	left:4.7%;
	top:50%;
	margin-top:-74px;
}
.banners h1 {
	text-transform:none;
	font-size:60px;
	line-height:72px;
	margin-bottom:0;
	color:#2c2c2c;
	font-weight:bold;
}
.banners a:hover h1 {
	color:#1c8f10;
}
.banners h1 span {
	color:#1c8f10;
}
.banners h2 {
	text-transform:none;
	font-size:30px;
	line-height:28px;
	margin-bottom:0;
	color:#2c2c2c;
	font-weight:500;
}
.banners a:hover h2 {
	color:#1c8f10;
}
.banners h3 {
	font-size:18px;
	line-height:18px;
	margin-bottom:13px;
	color:#616161;
	font-weight:500;
}
.banners .button {
	font-size:18px;
	line-height:22px;
	margin:0;
	color:#1c8f10;
	font-weight:500;
	text-transform:uppercase;
}
.banners a:hover .button {
	color:#2c2c2c;
	padding-left:2%;
}

/**************Box HTML Module***********************/

.box_html {
	padding-bottom:9px;
	margin-bottom:33px;
}
.box_html p{
	margin-bottom:0;
}
.box_html .tx-1{
	text-transform:uppercase;
	color:#9e9d9d;
	font-size:24px;
	line-height:29px;
	display:inline-block;
	max-width:30%;
	margin:0 1.7% 10px 0;
	float:left;
}
.box_html .tx-1 span{
	display:inline-block;
	text-transform:uppercase;
	color:#2c2c2c;
	font-size:48px;
	line-height:52px;
	font-weight:bold;
}
.box_html .tx-2{
	text-transform:uppercase;
	color:#9e9d9d;
	font-size:24px;
	line-height:24px;
	font-weight:600;
	display:inline-block;
	max-width:34%;
	margin:17px 2% 10px 0;
	float:left;
}
.box_html .btn.btn-primary{
	font-family: "Exo",sans-serif;
	text-transform:uppercase;
	color:#f5f5f5;
	font-size:18px;
	line-height:22px;
	font-weight:600;
	padding:15px 50px 14px;
	background:#1c8f10;
	display:inline-block;
	margin-top:12px;
	float:right;
}
.box_html .btn.btn-primary:visited{
	background:#1c8f10;
}
.box_html .btn.btn-primary:hover,
.box_html .btn.btn-primary:focus,
.box_html .btn.btn-primary:active
{
	background:#2c2c2c;
}
.box_html.banner {
	display:inline-block;
	position:relative;
	width:100%;
	padding-bottom:0;
	margin-bottom:20px;
}
.box_html.banner a{
	display:inline-block;
	width:100%;
	position:relative;
	overflow:hidden;
	border:1px solid #ededed;
}
.box_html.banner a:hover .tx-2 i{
	color:#c1efff;
	margin-left:10px;
}
.box_html.banner .tx-1{
	position:absolute;
	top:26%;
	left:5%;
	width:30%;
	max-width:30%;
	text-transform:uppercase;
	color:#2c2c2c;
	font-size:24px;
	line-height:29px;
	display:inline-block;
	margin:0;
	font-weight:normal;
}
.box_html.banner a:hover .tx-1,
.box_html.banner a:hover .tx-1 span
{
	color:#1c8f10;
}
.box_html.banner .tx-1 span{
	color:#2c2c2c;
	font-size:72px;
	line-height:72px;
	margin-bottom:2px;
	font-weight:normal;
}
.box_html.banner .tx-2{
	position:absolute;
	top:0;
	right:0;
	color:#fff;
	padding:4.9% 2% 0 2.2%;
	background:#1c8f10;
	font-size:36px;
	line-height:36px;
	font-weight:normal;
	height:100%;
	width:34.2%;
	max-width:40%;
	margin:0;
}
.box_html.banner .tx-2:before {
	position:absolute;
	top:0;
	left:-101px;
	width:101px;
	display:inline-block;
	content:"";
	height:202px;
	background:url(../image/bg-banner.png) no-repeat left top;
}
.box_html.banner .tx-2 span {
	font-size:60px;
	line-height:64px;
}
.box_html.banner .tx-2 i {
	font-size:36px;
	line-height:36px;
	margin-left:3px;
}
.fb_iframe_widget,
.fb_iframe_widget > span,
.fb_iframe_widget > span > iframe {
	max-width:100%;
}

/***************HOME PAGE**********************/
#container {
}
div.owl-carousel {
	border:0;
	padding:0;
	box-shadow:none;
	margin:0 auto;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
div.owl-carousel.related-slider {
	background:none;
}
.brand ul.owl-carousel .owl-buttons  .owl-next,
.brand ul.owl-carousel .owl-buttons  .owl-prev{
	font-family: "FontAwesome";
	padding: 0;
	background: #8ab570;
	color: #fff;
	top: -10px !important;
	right: 0 !important;
	display: block;
	width: 21px;
	height: 21px;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
}
.brand ul.owl-carousel .owl-buttons  .owl-prev{
	right: 24px !important;
}
.brand.box .owl-carousel .owl-buttons > div > i {
    font-size: 14px;
    line-height: 21px;
	height: 21px;
    width: 21px;
}
.box_html.brands {
	padding-bottom: 0;
	margin-bottom:32px;
}
.box_html.brands .box {
	margin-bottom: 0;
}
.box_html.brands ul.owl-carousel {
    display: inline-block;
    padding: 0;
	border:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	background:none;
	margin-bottom:0;
}
.box_html.brands li a:hover img {
	opacity:.65;
}
ul.owl-carousel li {
    list-style: outside none none;
}
.owl-carousel:hover .owl-buttons div.owl-next {
    right: 10px;
}
.owl-carousel .owl-buttons div {
    color: rgba(0, 0, 0, 0.3);
}
.owl-carousel .owl-buttons div:hover {
    color: #1c8f10;
	opacity:1;
}
.owl-item>div{
	margin:0 10px
}
.header_modules {
	margin-bottom:20px;
	background:#fff;
}
.header_modules .bx-wrapper .bx-caption {
	background:none;
	bottom:auto;
	top:5%;
	max-width:1170px;
	margin:0 auto
}
.header_modules .bx-wrapper .bx-caption span {
	padding:0;
	max-width:740px;
}
/***************PRODUCT PAGE**********************/
.quickview_description iframe,
.product-desc iframe{
	float: left;
	margin-right: 2em;
	margin-bottom:15px;
}
.quickview_description iframe{
	width: 40% !important;
	height: auto !important;
}
.product-desc ul{
	list-style: inside;
}
.product-section{
	margin-bottom: 2em;
}
.product-content-columns{
	margin-bottom: 2em;
}
.related-products.product-section {
	margin-bottom:10px;
}
.product-share{
	clear: both;
	padding: 0;
	height: 32px;
	margin-top: 1em;
}
.product-share li{
	display: inline-block;
	text-align: center;
	margin-right: 3px;
}
.product-share li a{
	display: block;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	background: #ccc;
	color: #fff;
}
.product-share li a:hover{
	background: #383838;
}

.product-share li i{
	line-height: 32px;
	font-size: 18px;
}
.product-buttons{
	clear: both;
	overflow: hidden;
	margin: 0 -5px 1em;
	padding: 0;
}
.product-buttons button i {
	display:inline-block;
}
.product-buttons li{
	float: left;
	width: 50%;
	padding: 0 5px;
	list-style: none;
}

.product-buttons li button{
	width: 100%;
}
ul.product-section.list-unstyled li a i{
	display:none;
}
.product-section_title{
	margin-bottom: 1em;
	text-align: center;
}

.review-form-title h3:hover {
	color:#000
}
.review-form-title{
	text-align: center;
}

#reviews_form_title{
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #1c8f10;
	padding: 0 10px 5px;
	display: inline-block;
	text-align: center;
}
#reviews_form_title:before{
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #1c8f10;
	content: '';
	margin-left: -10px;
}
#reviews_form_title:hover{
	border-bottom-color: #2c2c2c;
}
#reviews_form_title:hover:before{
	border-top-color: #2c2c2c;
}
.product-review-form{
	display:none;
}
.bootstrap-datetimepicker-widget .timepicker-picker  td span:hover {
	background:none !important;
}
.bootstrap-datetimepicker-widget .timepicker-picker table {
    margin: 3px 0;
}
.product_page .price-old{
	color: #a8a8a8;
}
.product_page #button-cart{
	width: 100%;
}
#content.product_page  ul.product-section li a,
#content.product_page  ul.product-section li a:visited
 {
	color:#2c2c2c;
}
#content.product_page  ul.product-section li a:hover,
#content.product_page  ul.product-section li a:focus,
#content.product_page  ul.product-section li a:active
 {
	color:#1c8f10;
}

.bx-wrapper .bx-viewport {
	background-color:transparent;
}
.bx-wrapper .bx-controls-direction a i {
	line-height:40px;
	vertical-align:top;
}
.box .owl-carousel .owl-buttons>div>i:hover,
.bx-wrapper .bx-controls-direction a:hover {
	color:#1c8f10;
}
.bx-wrapper .bx-controls-direction a {
	background:#fff;
	border:1px solid #dadada;
	color:#babcbf;
	line-height:40px;
	text-align:center;
	display:inline-block;
	width:40px;
	font-size:15px;
	vertical-align:top;
	opacity:1 !important
}
.box .owl-carousel .owl-buttons>div>i {
	margin:0;
	background:#fff;
	border:1px solid #dadada;
	color:#babcbf;
	line-height:40px;
	text-align:center;
	display:inline-block;
	width:40px;
	font-size:15px;
	vertical-align:top;
	opacity:1 !important
}
.box .owl-carousel .owl-buttons .owl-next {
	right:30px !important;
}
.box .owl-carousel .owl-buttons>div {
	width:40px;
	height:40px;
	right:73px;
	top:-90px !important;
	left:auto !important;
	opacity:1 !important;
}
#full_gallery {
	border:1px solid #ededed;
	background:#f8f8f8;
}
#default_gallery  {
	/*border:1px solid #ececec;*/
	margin-bottom:30px;
}

#default_gallery .bx-controls-direction,
#default_gallery .bx-controls {
	height:100%;
}
#default_gallery .image-thumb .bx-wrapper .bx-prev,
#default_gallery .image-thumb .bx-wrapper .bx-next {
	top:auto;
	bottom:0;
	width:100%;
	height:34px;
	line-height:34px;
	padding:0;
	background:rgba(79,169,198,0.5);
	text-align:center;
	right:auto;
	margin:0;
	left:auto;
	border:0
}
#default_gallery .image-thumb .bx-wrapper .bx-prev:hover,
#default_gallery .image-thumb .bx-wrapper .bx-next:hover {
	background:#1c8f10;
}
#default_gallery .image-thumb .bx-wrapper .bx-prev {
	top:0;
	bottom:auto;
	right:auto
}
#default_gallery .image-thumb .bx-wrapper .bx-prev i,
#default_gallery .image-thumb .bx-wrapper .bx-next i{
	line-height:34px;
	color:#fff;
	display:block;
}
#default_gallery .image-thumb img:hover,
#default_gallery .image-thumb .active img {
	border-color:#1c8f10;
}
#default_gallery .image-thumb img {
	border:1px solid #efefef;
}
#default_gallery .image-thumb{
	padding: 0;
	float: left;
	padding-right:1em;
	width:16%;
}
.product_page #default_gallery .image{
	float: left;
	width: 84%;

	background: none;
}
.zoomWindow {
	background-color:#fff;
}
#image-additional{
	margin: 0;
	padding: 0;
}
#image-additional li {
	float:none;
	list-style: none;
}
#default_gallery .bx-wrapper {
	margin:0 !important
}
#default_gallery img {
	background-color:#fff;
	width:100%
}
.product-reviews .review-item{
	margin-bottom: 2em;
	padding-bottom: 2em;
}
.review-score .fa-stack{
	width: 1.2em;
	height: 1.2em;
}
.product_page h1 {
	margin-bottom: 20px;
	color:#333;
	line-height:normal;
}
.product-section span.green,
.table .green
{
	color:#82af7c;
}
.product-section span.price-new {
	color:#31353d;
}
.product-section span .fa-star,
.product-section span .fa-star-o
 {
	color:#1c8f10;
}
.product-section a {
	color:#1c8f10;
}
.product-section a:hover {
	color:#2a2a2a;
}
.price-section span.price-old {
	text-decoration: line-through;
	margin:0 10px 0 0;
}
.price-section span.price-new {
	font-size:30px;
	font-weight:bold;
}
.price-section span.reward {
	display:block;
	margin-top:10px;
}
.price-section span.reward {
	display:block;
}
.price-section{
	line-height:normal;
	margin-bottom:5px;
	padding-bottom:5px;
}
.reward-block span {
	display:block;
}
#product .input-group[class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}
#product h3 {
	color:#000
}
.ps-carousel-item img {
	background-color:#EFEEEE;
}
.ps-zoom-pan-rotate img {
	background-color:#EFEEEE;
}
#full_gallery {
	display:none;
}
/***************BOX**********************/
aside .box .box-product>div {
	width:100%;
}
.box-heading h3 {
	margin-bottom:23px;
}

/***************PRODUCT CATEGORY PAGE**********************/
.zoomWrapper {
	vertical-align:top;
}
#default_gallery .image {
	background-color: #efeeee;
	width: 100%;
	overflow:hidden;
	border:1px solid #efefef;
	margin-bottom:1px;
}
#default_gallery .image img {
	width:auto;
	vertical-align:top;
	width:100% !important;
	height:auto !important;
	display:block;
	position:relative !important;
}
.product_page h1.product-title{
	margin-bottom: 0;
	font-size:30px;
}
.checkout-cart .buttons a{
	margin-bottom:5px;
}
.general_info {
	margin-bottom:20px;
}
.fancybox-skin .rating {
	margin:10px 0;
}
.rating {
	line-height:18px;
}
.fancybox-inner h2{
	font-size:24px;
}
.fancybox-inner .price {
	margin-bottom:15px;
}
.fancybox-inner .cart-button{
	margin-bottom:5px;
}
.fancybox-inner .quickview_image.image a{
	display:inline-block;
	max-width:100%;
	overflow:hidden;
	background:#fff;
	padding:10px;
	border:1px solid #efefef;
}
.fancybox-inner .quickview_image.image{
	margin-bottom:15px;
}
.general_info .product-section,
.general_info .price-section {
	margin:0 0 5px;
	padding-bottom:10px;
	border-bottom:1px solid #e2e2e2;
}
.box-subcat {
	padding:0;
	margin:0;
}
.box-subcat li {
	list-style:none;
	text-align:center;
	margin-bottom:15px;
}
.box-subcat li .image{
	margin-bottom:10px;
}
.box-subcat li.first-in-line {
	clear: left;
}
.img-thumbnail {
	border:0;
	background-color:#f7f7f7;
	padding:0;
	border-radius:0
}
.product-filter {
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	padding:20px 0;
	margin-bottom:12px;
}
.product-filter label {
	font-size:13px;
	font-weight:bold;
	color:#333333;
	padding-top:7px;
}

#compare-total {
	display:inline-block;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
	font-size:14px;
	line-height:20px;
	padding: 10px 15px;
	background:#1c8f10;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	white-space: nowrap;
	margin-left:10px;
}
#compare-total:hover {
	background:#2c2c2c;
}
.nav-cat {
	margin-bottom:13px;
}
.nav-cat .nam-page{
	margin:5px 10px 12px 10px;
}
.button-view button:active,
.button-view button:focus,
.button-view button:hover {
	color:#000
}
.button-view button{
	border:0;
	background:none;
	font-size:27px;
	padding:0;
	margin:0 5px;
}
.button-view button i {
	vertical-align:top;
	border:0;
	background:none;
	font-size:27px
}
.product-list .image {
	margin-right:20px;
	margin-bottom:0;
	position:relative;
}
/*======== RELATED PRODUCTS =============*/

.image-thumb {
	padding:0 40px;
}
.image-thumb .bx-wrapper .bx-prev {
	left:-34px
}
.image-thumb .bx-wrapper .bx-next {
	right:-34px;
}
.related-products .owl-carousel:hover .owl-buttons div.owl-prev {
    left: 0;
}
.related-products .owl-carousel:hover .owl-buttons div.owl-next {
    right: 0;
}
.related-products .owl-carousel {
    padding-left: 30px;
    padding-right: 30px;
}
.related-products .bx-wrapper .bx-prev {
	left:-50px
}
.related-products .bx-wrapper .bx-next {
	right:-50px
}
.bx-wrapper .bx-controls-direction a i {
	font-size:15px;
}

/*======== PRODUCT TABS =============*/
.tabs {
	margin-top:10px;
}
.tabs .tab-heading i{
	font-size:26px;
	color:#7e7e7e;
	float:right;
	margin-top:5px;
}
.tabs .tab-heading {
	padding:13px 20px;
	line-height:32px;
	color:#323232;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #e6e6e6;
	border-bottom:4px solid #000;
	background-color:#f9f9f9;
}
.tabs .tab-content {
	padding:20px 0;
}
#review td{
	font-size:13px;
}
.rating a {
	cursor:pointer
}
/*======================= BACK TO TOP =======================*/
#back-top {
	position: fixed;
	bottom: 55px;
	z-index:99;
	left:50%;
	margin-left:640px;
}
#back-top {
	width:40px;
	height:30px;
	display: inline-block;
	margin-bottom: 0;
}
#back-top .fa{
	font-size:40px;
	line-height:30px;
	}
#back-top a {
	color:#ccc;
	color:rgba(204,204,204,.9);
}
#back-top a:hover {
	color:#1c8f10;
}
/*======== BLOCK COMPARE =============*/
.compare-block {
	margin-bottom:20px;
}
.compare-block .image {
	margin-right:10px;
}
.compare-block .remove a{
	font-size:19px;
	line-height:normla;
}
.compare-info {
	width: 100%;
}
.block-compare {
	position:relative;
	overflow:hidden;
}
.product-compare .table-responsive > .table > tbody > tr > td{
    white-space: normal;
}
.product-compare .table input.btn-block[type="button"],
.product-compare .table a.btn-danger.btn-block {
    width: auto;
	display:inline-block;
	margin-right:10px;
	margin-left:10px;
}
/********BOX CURRENCY************/
.box-language,
.box-currency {
	display:inline-block;
	float:right;
	line-height: 29px;
	margin-left:4px;
}
.box-language .btn-group,
.box-currency .btn-group {
	display: inline-block;
	line-height: 29px;
	vertical-align:top;
}
.box-language .open .dropdown-toggle,
.box-currency .open .dropdown-toggle,
.box-language .dropdown-toggle:hover,
.box-currency .dropdown-toggle:hover {
	color:#1c8f10;
}
.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
    background: #ebebeb;
    border: 1px solid #f3f3f3;
    color: #a0a0a0;
    font-size: 12px;
    font-weight: normal;
    height: 29px;
	font-size:12px;
    line-height: 14px;
    min-width: 118px;
    padding: 6px 11px 7px 10px;
    position: relative;
    text-align: left;
	cursor:pointer;
}
.box-language .dropdown-toggle i,
.box-currency .dropdown-toggle i{
	display:inline-block;
	float:right;
	color:#171717;
	font-size:18px;
	line-height:14px;
	margin-left:5px;
}
.box-language .dropdown-menu > li > a,
.box-currency .dropdown-menu > li > button {
    color: #7b7b7b;
    font-size: 12px;
	line-height: 14px;
    font-weight: normal;
    padding: 8px 10px 8px 15px;
    text-transform: none;
}
.box-language .dropdown-menu > li > a:hover,
.box-currency .dropdown-menu > li > button:hover {
    color:#fff;
	background:#1c8f10;
}
.box-currency .dropdown-menu button{
	border:0;
	margin:0;
	display:block;
	width:100%;
	text-align:left;
	background:none;
}
#map {
	height:250px
}
/************** QUICKVIEW **************************/
.quick_info {
	display:none;
}
.fancybox-overlay-fixed {
    z-index: 100;
}
.fancybox-opened {
    z-index: 101;
}
.fancybox-skin:hover .fancybox-nav span {
	visibility:visible
}
.fancybox-nav {
	height:40px;
	top:50%;
	width:40px
}
.quickview_description {
	overflow:auto;
	max-height:300px;
	background:#fff;
	border:1px solid #efefef;
	padding:10px;
}
a.quickview i {
	vertical-align:top;
	line-height:30px;
}
.product-thumb  a.quickview:hover {
	background-color:#fff;
	color:#1c8f10;
}
.product-thumb a.quickview {
	display:inline-block;
	visibility:hidden;
	font-family: 'Ubuntu', sans-serif;
	z-index:5;
	width: 107px;
	vertical-align:top;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-53px;
	margin-top: -16px;
	text-align:center;
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
	font-weight:normal;
	padding:8px 5px;
	background:rgba(255, 255, 255, 0.82);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	color: #222;
	opacity:0;
}
.product-thumb:hover a.quickview {
	visibility:visible;
	border:none;
	opacity:1;
}
/****** ABOUT PAGE*****/
.extra-wrap {
	overflow:hidden;

}
.dropcap {
	color: #fff;
	background: #1c8f10;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font: 24px/36px "Exo",sans-serif;
	height: auto;
	margin:0px 20px 30px 0;
	padding: 10px;
	min-width: 56px;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-weight:600;
	text-transform: uppercase;
	display: block;
	float: left;
}
img.alignleft {
	float:left;
	margin:0 20px 0px 0
}
.sm_hr {
	height:1px;
	background-color:#e0e0e0;
	margin:50px 0
}
.about-page h4 {
	margin:-5px 0 5px;
	line-height:26px;
	color:#000
}
.about-page {
	font-size:14px;
	line-height:26px;
}
.about-page figure img {
	border: 1px solid #e2e2e2;
}

.human_info figure,
.about-page figure {
	background: none repeat scroll 0 0 #fafafa;
	border: 1px solid #e2e2e2;
	padding: 12px;
	display:block;
	max-width:254px;
	margin:0 auto 12px;
	border-radius:0
}
.human_info figure:hover,
.about-page figure:hover {
	background-color:#f2f2f2;
}
.human_info figure a,
.about-page figure a {
	display:block;
	overflow:hidden;
	border: 1px solid #e2e2e2;
}
.about-page figure img {
    border: none;
}
.human_info figure {
	float:left;
	margin-right:20px;
}
.about-page .excerpt {
	text-align:center;
	font-size:14px;
	line-height:22px;
	margin-bottom:30px;
}
.about-page h5 {
	text-align:center;
	text-transform:uppercase;
	margin:0 0 5px
}
.about-page i {
	color: #000;
	display: block;
	float: left;
	font-size: 56px;
	margin-right: 15px;
	overflow: hidden;
	}
.clear {
	clear:both;
	margin:0;
	padding:0;
	font-size:0;
	border:0;
	line-height:0;
}
.recent-posts {
	text-align:center;
}
.testimonials .testi-item {
	margin-bottom:30px;
}
.testimonials .testi-item a {
	font-size:13px;
	line-height:18px;
}
.testi-item_blockquote a,
.testi-item_blockquote a:visited
 {
	color:#7b7b7b;
}
.testi-item_blockquote a:hover,
.testi-item_blockquote a:focus,
.testi-item_blockquote a:active
 {
	color:#1c8f10;
}
.testimonials .testi-meta {
	line-height:18px;
	padding-left:50px;
	display:block;
}
.testimonials .user {
	text-transform:uppercase;
	font-size:12px;
	color:#000
}
.testimonials blockquote:after {
	content:'';
	position:absolute;
	display:block;
	background:url(../image/testi_arr.png) no-repeat left top;
	width:21px;
	height:20px;
	bottom:-20px;
	left:30px
}
.testimonials blockquote {
	border:1px solid #dbdbdb;
	position:relative;
	margin-bottom:30px;
}
.terms_conditions_page p {
	margin-bottom:20px;
}
.terms_conditions_page h4 {
	margin:0 0 10px;
	text-transform:uppercase;
	color:#000
}
.table.privacy_page td {
	border-top:0;
	padding:0 30px 30px
}
.privacy_page td:first-child {
	text-align:right;
}
.privacy_page tr>td+td {
	border-left:1px solid #e2e2e2;
}
.privacy_page  {
	font-size:14px;
	line-height:22px;
}
.privacy_page h4 {
	max-width:300px;
	float:right;
	margin:0 0 10px;
	line-height:normal;
	text-transform:uppercase;
	font-size:16px;
	color:#000
}
/********** SITEMAP PAGE ******************/
.site-map-page #content ul {
	padding-left:0;
}
.site-map-page #content ul ul{
	padding-left:20px;
}
.site-map-page #content ul li a,
.site-map-page #content ul li a:visited
{
	color:#2a2a2a;
}
.site-map-page #content ul ul li a,
.site-map-page #content ul ul li a:visited
{
	color:#a2a2a2;
}
.site-map-page #content ul li a:hover,
.site-map-page #content ul li a:active,
.site-map-page #content ul li a:focus,
.site-map-page #content ul li a:hover,
.site-map-page #content ul li a:active,
.site-map-page #content ul li a:focus
{
	color:#1c8f10;
}
.site-map-page ul li {
	padding:5px 0
}
.site-map-page ul li a {
	font-size:13px;
}
.site-map-page ul li a i {
	font-size:15px;
	margin-right:5px;
	color:#000
}
.site-map-page ul li {
	list-style-type:none;
	font-size:17px;
	color:#000;
}
/********/
.product-manufacturer #content p a {
	font-weight:bold;
}
.manufacturer-list {
	border: 1px solid #e6e6e6;
	margin-bottom:-1px;
	background:#fff;
}
.manufacturer-content a,
.manufacturer-content a:visited
 {
	color:#7b7b7b;
}
.manufacturer-content a:hover,
.manufacturer-content a:focus,
.manufacturer-content a:active
{
	color:#1c8f10;
}
.manufacturer-heading {
	background: none repeat scroll 0 0 #f8f8f8;
	border-bottom: 1px solid #e6e6e6;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 5px;
}
.manufacturer-heading span {
	background: #1c8f10;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	color: #fff;
	display: inline-block;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 50px;
}
.manufacturer-content a i {
	font-size:15px;
	color:#000;
	margin-right:5px;
}
.manufacturer-content {
	padding:20px;
}
/********** ACCOUNT ******************/
.well {
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
	padding: 30px;
	border-radius:0;
	box-shadow:none;
	overflow:hidden;
}
.well .heading {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
	overflow: hidden;
	padding-bottom: 15px;
}
.well p {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom:15px;
	padding-bottom:15px;
}
.well .heading i{
	color: #000;
	float: left;
	font-size: 56px;
	margin-right: 14px;
}
.well .heading h2 {
	font-size:23px;
	font-weight:bold;
	color:#000;
	margin:0 0 5px
}
.well .heading strong {
	font-weight:normal;
	font-style:italic;
}
.product-options {
	line-height:22px;
}
.product-info {
	color:#888;
}
.product-info .rating-section .rating .fa-stack {
    line-height: 14px;
}
#content ul.list-unstyled li {
	padding:4px 0;
}
#content ul.list-unstyled li a,
#content ul.list-unstyled li a:visited,
aside .box.info li a,
aside .box.info li a:visited
{
	color:#7b7b7b;
}
#content ul.list-unstyled li a:hover,
#content ul.list-unstyled li a:focus,
#content ul.list-unstyled li a:active,
aside .box.info li a:hover,
aside .box.info li a:focus,
aside .box.info li a:active
 {
	color:#1c8f10;
}
#content ul.list-unstyled li a i{
	font-size:17px;
	margin-right:5px;
	color:#000
}
/********** Swipe menu ******************/
.toprow-1 {
	background-color: #f8f8f8;
	border-bottom:1px solid #dcdcdc;
	box-shadow: 0 3px 3px rgba(175, 175, 175, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(175, 175, 175, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(175, 175, 175, 0.2);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 90;
	display:none;
}
.swipe-control:hover i {
	color:#1c8f10;
}
.swipe-control i {
	line-height:50px;
	font-size:30px;
	vertical-align:top;
}
.swipe-control {
	border-right: 1px solid #e2e2e2;
	display: block;
	height: 50px;
	vertical-align:top;
	text-align: center;
	width: 64px;
	z-index: 100;
	color:#2c2c2c;
}
.swipe-control:visited {
	color:#2c2c2c;
}
.swipe-control:active,
.swipe-control:focus,
.swipe-control:hover {
	color:#1c8f10;
}
.swipe ul {
	padding:0;
	margin:0;
}
.swipe ul li {
	list-style-type:none;
}
.swipe ul li a:hover {
	color:#1c8f10;
}
.swipe ul li a {
	display:block;
	padding:10px 20px;
	color:#353535;
	text-transform:uppercase;
	border-bottom:1px solid #e6e6e6;
	line-height:25px;
}
.swipe .foot li a:before {
	content:"\f05a";
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	height: auto;
	margin-top: 0;
	text-decoration: inherit;
	vertical-align: baseline;
	width: auto;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-size:21px;
	line-height: 25px;
	color:#1c8f10;
	margin-right:9px;
}
.swipe .foot li+li a:before {
	content:"\f0d1"
}
.swipe .foot li+li+li a:before {
	content:"\f06a"
}
.swipe .foot li+li+li+li a:before {
	content:"\f085"
}
.swipe .foot.foot-1 li a:before {
	content:"\f0ac"
}
.swipe .foot.foot-1 li+li a:before {
	content:"\f079"
}
.swipe .foot.foot-1 li+li+li a:before {
	content:"\f0e8"
}
.swipe .foot.foot-2 li a:before {
	content:"\f02c"
}
.swipe .foot.foot-2 li+li a:before {
	content:"\f06b"
}
.swipe .foot.foot-2 li+li+li a:before {
	content:"\f0c0"
}
.swipe .foot.foot-2 li+li+li+li a:before {
	content:"\f0a3"
}
.swipe .foot.foot-3 li a:before {
	content:"\f0cb"
}
.swipe .foot.foot-3 li+li a:before {
	content:"\f003"
}
.swipe ul li a i {
	font-size:21px;
	color:#1c8f10;
	line-height:25px;
	vertical-align:top;
	margin-right:5px;
}
.swipe {
	background-color: #fff;
	color: #353535;
	display: block;
	overflow: hidden;
	position: fixed;
	top: 50px;
	width: 237px;
	z-index: 101;
	height:100%;
	left:-237px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.swipe .swipe-menu {
	height: 100%;
	overflow: auto;
}
.ind .swipe {
	display:block;
	left:0;
}
.ind #page {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 88;
}
.ind .shadow {
	background:rgba(0,0,0,0.5);
	height:100%;
	width:100%;
	position:fixed;
	z-index:88
}
.zoomWindow {
	z-index:40 !important
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
#column-left  .product-layout .col-md-3{
	width: 100%;
}
#column-left + #content .product-layout .col-md-3 {
	width: 50%;
}
#column-left + #content + #column-right .product-layout .col-md-3{
	width: 100%;
}
#content + #column-right .product-layout .col-md-3{
	width: 100%;
}
}
/*======================= bootstrap reset =======================*/
/* bootstrap reset */
.container>.alert,
.breadcrumb+.alert {
	position:fixed;
	width:100%;
	z-index:91
}
.alert button.close {
	vertical-align:top;
}
.alert {
	color:#fff;
	font-weight:bold;
	padding:10px;
	border-radius:0;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3)
}
.alert i {
	font-size:18px;
	line-height:16px;
	margin:0 2px;
	vertical-align:top;
}
.alert a:hover {
	text-decoration:none;
}
.alert a {
	color:#fff;
	text-decoration:underline;
}
.alert-success {
	background-color:#55c65e;
	border:1px solid #48b151;
}
.alert-danger {
	background-color:#f3515c;
	border-color:#d4323d;
}
.alert-info {
	background-color:#fe9126;
	border-color:#e4752b;
	line-height:16px;
}
.modal-header .close:hover {
	color:#000;
}
.modal-header .close {
	color:#ccc;
}
.close {
	color:#fff;
	opacity:1
}
.pagination {
	border-radius:0
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color:#1c8f10;
	border-color:#1c8f10;
}
.pagination > li > a,
.pagination > li > span
 {
	color:#a8a8a8;
	line-height:16px;
	padding-left: 11px;
	padding-right: 11px;
	margin-left:1px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color:#1c8f10;
	background:#fff;
	border-color:#1c8f10;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background:none;
	text-decoration:none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn-default {
	box-shadow:none;
	outline:none
}
.table-bordered {
	border-radius:0
}
.table-bordered .price {
	font-size:14px;
	line-height:16px;
	font-weight:600;
}
.table-bordered .btn {
	margin:2px;
}
.table thead td {
	text-transform:uppercase;
	font-weight:bold;
	color:#323232 !important;
	font-size:13px;
	background-color:#f9f9f9;
}
.table th,
.table td {
	padding:20px;
	border-color:#d7d7d7;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table-bordered > tbody > tr:hover > td {
	background-color:transparent;
}
.block-compare .table th, .block-compare .table td {
	padding:7px
}

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="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	font-size:12px;
	font-family: "Arial", sans-serif;
}
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="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius:0;
	box-shadow:none
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-radius:0
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-radius:0;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-radius:0
}
.table-bordered {
	border-color:#d7d7d7;
	background:#fff;
}
/****************************** video **************************************/

.video_block {
		clear: both;
		left: 50%;
		margin-left: -1000px;
		position: relative;
		width: 2000px;
		height:401px;
	}
.box_html.video_block {
	margin-bottom:42px;
}

/***************************** camera **************************************/
.camera_target_content .camera_link {
    z-index: 2;
    position: relative;
}
div.camera_wrap .camera_thumbs_cont li.cameracurrent img{
	cursor:default;
}
.fluid_container div.camera_wrap {
	margin-bottom:0 !important;
}
div.camera_thumbs_cont > div {
    line-height: 0;
}
div.camera_wrap .camera_thumbs_cont ul{
	display:inline-block;
	width:auto !important;
	padding:6px 0 5px;
	text-align:left;
	white-space: nowrap;
}
.camera_nextThumbs div,
.camera_prevThumbs div{
	background:#fff;
}
div.camera_wrap .camera_thumbs_cont li {
	display:inline-block;
	overflow:hidden;
    max-width: 100px !important;
	border:3px solid #fff;
	padding:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-right:5px;
	background:#000;
}
div.camera_wrap .camera_thumbs_cont li img {
	height: 93px !important;
	border:none;
	margin:0;
}
.thumbs-icons {
	background: url("../image/gallery-bg.png") repeat 0 0;
	margin-top:-110px;
	position:relative;
	z-index:2;
}
.camera_thumbs_cont {
	text-align:left;
}
div.fluid_container {
    overflow: visible;
	padding-top: 28px;
	padding-bottom: 31px;
	margin-bottom:30px;
	background: #f2f2f2;
}
div.camera_target {
    overflow: visible;
}
div .camera_prev,
div .camera_next {
	width:42px;
	height:42px;
	line-height:42px;
	display:inline-block;
	overflow:hidden;
	background:#1c8f10;
}
div .camera_prev i,
div .camera_next i{
	font-size:24px;
	line-height:44px;
	color:#fff;
}
div .camera_prev:hover,
div .camera_next:hover {
	background-color:#000;
}
div .camera_prev{
	left:0;
}
div .camera_next{
	right:0;
}
div.camera_caption {
    padding: 0;
	left:40px;
	top:auto;
	bottom:52px;
}
div.camera_caption h1{
    color: #2c2c2c;
	font-weight:bold;
	text-transform:uppercase;
	font-size:48px;
	line-height:48px;
	padding-left:5px;
	margin-bottom:0;
}
div.camera_caption h2{
    color: #2c2c2c;
	font-weight:600;
	text-transform:uppercase;
	font-size:36px;
	line-height:36px;
	padding-left:5px;
	margin-bottom:0;
}
div.camera_caption .white h1,
div.camera_caption .white h2
{
    color: #fff;
}

/***************************************************************************/
label,
input,
button,
select,
textarea {
	font-size:13px;
	color:#323232
}
label {
	font-weight:bold;
}
textarea {
	resize:none
}
label{
	cursor:default
}
.close:hover,
.close:focus {
	opacity:1
}
.panel {
    box-shadow: none;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.panel-group .panel,.panel {
	border-radius:0
}
#button-payment-method.btn {
	margin:0 0 10px 10px;
}
.panel-heading {
	padding:20px;
}
.panel-default > .panel-heading {
	background:#f8f8f8;
}
a.addthis_button_tweet {
	width:85px !important;
}
html[lang="de"] a.addthis_button_tweet {
	width:97px !important;
}
html[lang="ru"] a.addthis_button_tweet {
	width:101px !important;
}
.fancybox-close, .fancybox-prev span, .fancybox-next span {
	opacity:0.8
}
.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
	opacity:1
}
.text-danger {
	color:red;
	font-weight:bold;
	font-size:100%;
	font-size:16px;
}
.log-button { text-align: right;}
.log-button span { font-size: 24px; font-weight: 700; line-height: 28px;}
