body {
	font-family: Ubuntu, Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	width: 100%;
	background: white;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 20px
}
header {
	background: #10141a;
	box-shadow: 0 5px 20px 0 rgba(40, 37, 37, .82)
}
#top .nav li a {
	font-size: 12px
}
header nav toggle-wrap {
	display: inline-block;
	text-align: right;
	padding: 5px
}
.phone {
	min-width: 40px;
	padding-left: 0;
	display: inline-block;
	padding: 2px;
	margin-left: 10px;
	color: white
}
#top .nav li {
	float: right;
	padding: 0 10px
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333
}
.fa {
	font-size: 16px
}
.form-group>.fa.fa-exchange {
	color: #555;
	left: 24px;
	position: absolute;
	top: 9px
}
.form-group>i.fa.fa-area-chart {
	color: #555;
	left: 25px;
	position: absolute;
	top: 9px
}
h1 {
	font-size: 33px
}
h2 {
	font-size: 27px
}
h3 {
	font-size: 21px
}
h4 {
	font-size: 15px
}
h5 {
	font-size: 12px
}
h6 {
	font-size: 10.2px
}
a {
	color: #333;
	text-decoration: none;
	background-color: transparent
}
a:hover {
	text-decoration: none;
	color: #fc0707
}
legend {
	font-size: 18px;
	padding: 7px 0
}
label {
	font-size: 12px;
	font-weight: 400
}
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;
	background: rgb(255, 255, 255);
	border: 1px solid #ccc
}
.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
}
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline
}
button.btn.btn-link.dropdown-toggle {
	padding: 0
}
div.required .control-label:before {
	content: '* ';
	color: red;
	font-weight: 700
}
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: red;
	background-color: #fff
}
#top {
	padding-top: 5px
}
#top .img-thumbnail {
	display: inline-block;
	height: auto;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	color: #000
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ff3d00
}
#top .btn-link,
.top-links li,
.top-links a {
	color: #fff;
	text-decoration: none
}
#top .btn-link:hover,
.top-links a:hover {
	color: rgba(255, 0, 0, 1)
}
.top-links .dropdown-menu a {
	text-shadow: none;
	color: #000
}
.top-links .dropdown-menu a:hover {
	color: red
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px
}
.top-links {
	min-width: 40px;
	margin-left: 5px;
	margin-top: 5px
}
.top-links a+a {
	margin-left: 15px
}
#logo {
	padding: 5px 0 0;
	z-index: 100
}
#search {
	margin: 5px 0;
	float: right
}
#search .input-lg {
	height: 40px;
	background: rgba(0, 0, 0, 0);
	line-height: 20px;
	border: 1px solid #434343;
	-webkit-transition: all 500ms cubic-bezier(.42, 0, .58, 1);
	-moz-transition: all 500ms cubic-bezier(.42, 0, .58, 1);
	-o-transition: all 500ms cubic-bezier(.42, 0, .58, 1);
	transition: all 500ms cubic-bezier(.42, 0, .58, 1)
}
#search .form-control {
	color: azure
}
input[type="text"].input-lg::-webkit-input-placeholder {
	color: #777
}
::-webkit-input-placeholder {
	color: #878787
}
::-moz-placeholder {
	color: #fff
}
:-ms-input-placeholder {
	color: #fff
}
:-moz-placeholder {
	color: #fff
}
#search .input-lg:hover {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	background: #b60000;
	border: 1px solid rgba(255, 255, 255, 0)
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 15px;
	margin-left: 5px;
	border: 1px solid rgba(255, 255, 255, 0);
	background: #b60000
}
.btn-default {
	border: 1px solid #333
}
#cart {
	float: right
}
#cart .fa-shopping-cart {
	font-size: 35px;
	float: left;
	color: #fff;
	margin-right: 5px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
#cart>button span {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	background: #7c0000;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 20px
}
#cart>.btn {
	float: right;
	background: rgba(0, 0, 0, 0);
	font-size: 20px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	-o-text-overflow: clip;
	text-overflow: clip;
	-webkit-transition: all 500ms cubic-bezier(.42, 0, .58, 1);
	-moz-transition: all 500ms cubic-bezier(.42, 0, .58, 1);
	-o-transition: all 500ms cubic-bezier(.42, 0, .58, 1);
	transition: all 500ms cubic-bezier(.42, 0, .58, 1);
	text-transform: uppercase;
	position: relative
}
#cart>button:hover i,
#cart>button:hover strong,
#cart>button:hover span {
	color: red;
	vertical-align: middle;
	-moz-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
	min-width: 260px;
	color: #333;
	border: 1px solid #777
}
@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%
	}
	#cart .dropdown-menu {
		width: 100%
	}
	.nav-tabs>li {
		float: none;
		margin-bottom: 0
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px
}
#cart .dropdown-menu li>div {
	padding: 0 10px
}
@media (min-width: 478px) {
	.nav-tabs>li>a {
		margin-right: 20px
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
	color: #333
}
#menu {
	margin-bottom: 0;
	font-size: 12px;
	background: #1c1e22
}
.navbar-collapse.navbar-ex1-collapse.collapse {
	float: left
}
#menu .nav>li>a {
	color: #fff;
	padding: 10px 5px;
	margin: 5px;
	min-height: 30px;
	text-align: center;
	text-overflow: clip;
	text-transform: uppercase;
	background-color: #000;
	box-shadow: 0 0 10px rgb(0, 0, 0)
}
#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	color: rgba(255, 0, 0, 1)
}
#menu .dropdown-menu {
	padding-bottom: 0;
	-webkit-transition: all 700ms cubic-bezier(.42, 0, .58, 1);
	background: rgba(255, 255, 255, .95);
	moz-transition: all 700ms cubic-bezier(.42, 0, .58, 1);
	-o-transition: all 700ms cubic-bezier(.42, 0, .58, 1);
	transition: all 700ms ease-in-out
}
#menu li.dropdown.open {
	background-color: #000;
	box-shadow: 0 0 10px rgb(0, 0, 0)
}
#menu .dropdown-inner {
	display: grid
}
#menu .dropdown-inner ul {
	display: table-cell
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 15px 3px 15px;
	clear: both;
	line-height: 20px;
	color: #000;
	font-size: 12px;
	text-overflow: clip;
	-webkit-transition: all 200ms cubic-bezier(.42, 0, .58, 1);
	-moz-transition: all 200ms cubic-bezier(.42, 0, .58, 1);
	-o-transition: all 200ms cubic-bezier(.42, 0, .58, 1);
	transition: all 200ms cubic-bezier(.42, 0, .58, 1)
}
#menu .dropdown-inner li a:hover {
	color: red;
	background: rgb(255, 255, 255)
}
#menu .see-all {
	display: block;
	margin-top: .5em;
	border-top: 1px solid #DDD;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	text-decoration: normal;
	text-align: center;
	-o-text-overflow: clip;
	text-overflow: clip;
	-webkit-transition: all 200ms cubic-bezier(.42, 0, .58, 1);
	-moz-transition: all 200ms cubic-bezier(.42, 0, .58, 1);
	-o-transition: all 200ms cubic-bezier(.42, 0, .58, 1);
	transition: all 200ms cubic-bezier(.42, 0, .58, 1)
}
#menu .see-all:hover,
#menu .see-all:focus {
	color: #434343
}
.common-home #menu {
	margin-bottom: 15px
}
#menu #category {
	float: left;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0 15px 0 0
}
#menu .btn-navbar {
	font-size: 15px;
	text-align: right;
	font-stretch: expanded;
	color: #fff;
	padding: 10px 25px;
	float: right;
	background-color: #b60000;
	width: 100%;
	height: 48px
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #fff;
	background-color: #a94442
}
#menu .fa-bars {
	font-size: 28px
}
@media (max-width: 992px) {
	.catlist {
		display: none;
		position: relative
	}
	footer {
		text-align: center
	}
	.rowfix {
		margin-left: -13px;
		margin-right: -13px;
		margin-top: 10px
	}
	body>header>div:nth-child(1) {
		padding-left: 0;
		margin-top: -5px;
		padding-right: 0
	}
	.breadcrumb {
		padding-left: 0;
		padding-right: 0
	}
	#topcontrol {
		visibility: hidden
	}
}
@media (max-width: 767px) {
	ul.nav.navbar-nav {
		width: 100%
	}
	#menu .nav>li>a {
		color: white
	}
	.navbar-collapse.navbar-ex1-collapse.collapse {
		float: none;
		padding: 0 15px
	}
	#menu div.dropdown-inner>ul.list-unstyled {
		display: block
	}
	#menu div.dropdown-menu {
		background-color: rgba(0, 0, 0, .1);
		margin: 0 5px 0
	}
	#menu .dropdown-inner {
		display: block
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
		border-bottom: 1px inset #202020;
		text-align: center;
		padding-bottom: 10px;
		padding-top: 10px
	}
	#menu .dropdown-menu a:hover,
	#menu . dropdown-menu ul li a:hover {
		background: #10141a;
		box-shadow: 0 0 10px rgba(30, 30, 30, .6)
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff
	}
	.row-fix2 {
		margin: 0 15px 15px
	}
}
#content {
	min-height: 300px
}
body.information-sitemap #content {
	text-align: left
}
footer {
	margin-top: 20px;
	background-color: rgb(62, 0, 0);
	border-top: 1px solid rgb(0, 0, 0);
	color: #f5f5f5;
	box-shadow: 0 -5px 20px 0 rgba(113, 82, 82, .82)
}
footer hr {
	border-top: none;
	border-bottom: 2px solid #555
}
footer a,
footer p,
.data-footer p {
	color: #fcf8e3
}
footer a:hover {
	color: red;
	padding-left: 5px
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	margin-top: 0;
	padding: 5px;
	border-bottom: 1px solid rgba(136, 30, 30, .61)
}
.alert {
	border-top: 2px solid red;
	color: #333;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 99;
	clear: both;
	margin-bottom: 5px;
	padding: 10px 10px 10px 33px;
	border-radius: 5px 5px 5px 5px;
	text-align: left;
	*/
}
.alert button.close:hover {
	background: rgba(9, 65, 192, .05) none repeat scroll 0 0;
	color: #000
}
.alert button.close {
	background: rgba(9, 65, 192, .07) none repeat scroll 0 0;
	border: 0 none;
	color: rgba(0, 0, 0, .85);
	cursor: pointer;
	font-size: 36px;
	line-height: 0;
	opacity: .4;
	padding: 20px 10px;
	position: absolute;
	right: 0;
	top: 0
}
.alert i {
	color: #333
}
.breadcrumb {
	margin: 15px 0;
	padding: 8px 0;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	list-style: none
}
.breadcrumb i {
	font-size: 15px
}
.breadcrumb>li {
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	display: inline-block
}
.breadcrumb>li+li:before {
	content: '';
	padding: 0
}
.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	right: -5px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.pagination {
	margin: 0
}
.buttons {
	margin: 1em 0
}
.btn {
	padding: 9px 12px;
	height: 38px;
	font-size: 12px;
	border-radius: 0
}
.btn-xs {
	font-size: 9px
}
.btn-sm {
	font-size: 10.2px
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px
}
.btn-group>.btn-xs {
	font-size: 9px
}
.btn-group>.btn-sm {
	font-size: 10.2px
}
.btn-group>.btn-lg {
	font-size: 15px
}
.btn-default {
	color: #fff;
	background-color: rgb(0, 0, 0);
	-o-text-overflow: clip;
	text-overflow: clip;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out
}
.btn-primary {
	color: #fff;
	background-color: #000;
	-o-text-overflow: clip;
	text-overflow: clip
}
.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}
.btn-danger {
	color: #fff;
	background-color: #c00000;
	border-radius: 90px
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(230, 230, 230, .38)
}
.btn-success {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}
.btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	background-color: #df5c39;
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
	border-radius: 90px
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #333
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none
}
#compare-total {
	background-color: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
	display: block
}
.form-group.required {
	margin-bottom: 0
}
.btn-inverse {
	color: #fff;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0)
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #efefef
}
.list-group a {
	border-bottom: 1px solid #ccc;
	color: #000;
	padding: 5px 10px
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #1c1e22
}
.carousel-caption {
	color: #FFF;
	text-shadow: 0 1px 0 #000
}
.carousel-control .icon-prev:before {
	content: 'f053';
	font-family: FontAwesome
}
.carousel-control .icon-next:before {
	content: 'f054';
	font-family: FontAwesome
}
.product-thumb {
	margin-bottom: 0;
	overflow: hidden
}
.product-grid .product-thumb,
.product-thumb.transition {
	margin-bottom: 0
}
.product-list>.product-thumb {
	max-height: 200px
}
.product-thumb .image a {
	display: block
}
.product-thumb:hover,
.catlist:hover {
	background: #fff;
	box-shadow: 0 10px 10px -8px rgba(0, 0, 0, .5)
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	position: static;
	background: #fff
}
.product-grid .product-thumb .image {
	overflow: hidden
}
.product-thumb .caption>p.price {
	display: block;
	height: inherit;
	box-sizing: content-box;
	overflow: hidden
}
.product-grid>a>.product-thumb .caption>p {
	display: block;
	height: 0;
	box-sizing: content-box;
	overflow: hidden;
	margin: 0 5px;
	text-align: justify
}
.product-list .caption>p {
	height: 160px
}
.product-list {
	min-block-size: 0
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left
	}
}
.product-thumb h4 {
	font-weight: 700;
	height: 60px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px
}
.caption {
	padding: 0 2px;
	text-align: center
}
@media (max-width: 767px) {
	span#share42 {
		margin-left: -31px!important;
		padding-top: 80px;
		*/
	}
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px
	}
	.product-grid .product-thumb .caption {
		min-height: 0
	}
}
.infobox {
	height: 55px
}
.product-thumb .rating {
	padding-bottom: 6px;
	text-align: center
}
.rating .fa-stack {
	font-size: 8px
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px
}
.fa-star {
	color: #FC0;
	font-size: 15px
}
.fa-star+.fa-star-o {
	color: #E69500
}
h2.price {
	margin: 0
}
.product-thumb .price,
ul.list-unstyled.full-price>li>h2 {
	font-size: 25px;
	margin: 0 0 5px 0;
	font-weight: 700
}
ul.list-unstyled.full-price>li>h2 {
	color: red
}
.full-price {
	padding-top: 10px
}
.product-thumb .price-new {
	font-weight: 600;
	color: red
}
.product-thumb .price-old {
	color: #333;
	text-decoration: line-through;
	margin: 0 5px;
	font-size: 15px
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block
}
.product-thumb .button-group {
	background-color: #000;
	overflow: auto
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none
	}
}
.product-thumb .button-group button {
	width: 70%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #1c1e22;
	color: #fff;
	line-height: 28px;
	font-weight: 500;
	text-align: center
}
.product-thumb .button-group button+button {
	width: 15%
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: red;
	text-decoration: none;
	cursor: pointer
}
@media (max-width: 1200px) {
	.product-thumb .button-group button,
	.product-thumb .button-group button+button {}
}
@media (max-width: 767px) {
	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%
	}
}
.thumbnails {
	overflow: hidden;
	clear: both;
	list-style: none;
	padding: 10px;
	margin: 0 0 20px;
	text-align: center
}
.thumbnails>img {
	width: 100%
}
.image-additional a {
	display: block;
	margin-top: 5px
}
.thumbnails .image-additional {
	display: inline-block;
	margin: 0
}
@media (min-width: 768px) {
	span#share42 {
		margin-left: -18px!important;
		padding-top: 18px
	}
	div#description-products {
		padding-right: 0
	}
	.container {
		width: 100%
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block
	}
}
@media (min-width: 1900px) {
	.container {
		width: 1880px
	}
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left
	}
}
@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%
	}
}
#column-left .product-layout,
#column-right .product-layout {
	width: 100%
}
.input-group .form-control[name^=quantity] {
	min-width: 50px
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39
}
compare-total {
	border: 1px solid #000
}
.btn.btn-primary.btn-block:hover {
	color: red
}
.btn-default:hover {
	color: red;
	background-color: #000;
	border-color: #000
}
.phone span,
.phone a i {
	font-size: 18px;
	line-height: normal
}
@media (max-width: 1990px) {
	.phone span,
	.phone a i {
		font-size: 22px;
		line-height: normal
	}
	header .col-sm-3 {
		text-align: center
	}
	.phone span,
	.phone a i {
		font-size: 17px;
		line-height: normal
	}
	#menu>.navbar-collapse>.navbar-nav {
		text-align: left
	}
	#menu>.navbar-collapse>ul>li {
		float: none;
		text-align: center
	}
	.list-unstyled.full-price {
		text-align: center
	}
	#form-review .buttons {
		bottom: 50px;
		position: absolute;
		right: 45px
	}
}
#product-card .btn-group {
	float: left
}
.top-group .rating {
	display: inline-block;
	float: right;
	position: relative;
	vertical-align: middle
}
.star-ratings {
	display: inline-block;
	font-size: 1rem;
	margin: 5px;
	padding: 5px;
	vertical-align: top
}
.star-ratings:after {
	content: "";
	display: table;
	clear: both
}
.star-rating-ico {
	float: right;
	line-height: .3;
	font-size: 17px;
	padding-left: 2px;
	cursor: pointer;
	color: #FFB300
}
.star-rating-ico:last-child {
	padding-left: 0
}
.star-rating-input {
	display: none
}
.star-rating-ico:hover:before,
.star-rating-ico:hover~.star-rating-ico:before,
.star-rating-input:checked~.star-rating-ico:before {
	content: "\f005"
}
.good,
.bad {
	float: right
}
.star-rating .control-label {
	margin: 5px 0;
	padding: 5px 0
}
.top-group {
	display: block;
	margin-bottom: 10px;
	min-height: 35px;
	width: auto
}
#input-quantity,
#minus-quantity,
#plus-quantity,
#button-cart {
	display: inline-block;
	font-size: 16px;
	height: 38px;
	line-height: 0;
	vertical-align: middle;
	width: auto;
	border: 2px solid #000;
	border-radius: 50px
}
.special-price {
	color: black;
	font-size: 16px;
	text-decoration: line-through
}
.short-description {
	line-height: 1.6em;
	margin-top: 3px!important;
	margin-bottom: 15px!important
}
body>.container .btn.btn-default,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-radius: 90px;
	margin: 0 5px
}
h1 {
	margin: 10px 0 10px;
	text-align: center
}
.product-name h1 {
	margin-top: 0;
	text-align: center
}
.product-search h1 {
	text-align: center!important
}
#product-card h1 {
	margin: 0 0 15px
}
#content>table>thead>tr>td {
	font-size: 18px;
	text-align: justify;
	text-align: center
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	vertical-align: middle
}
.top-cart>.text-center>a {
	border: 1px solid rgba(0, 0, 0, .35);
	padding: 10px 15px;
	width: 100%
}
.top-cart>.text-center>a:hover {
	border: 1px solid rgba(0, 0, 0, .55)
}
.similar-products,
.t-padding {
	padding: 15px
}
#product-card .radio {
	display: inline-block;
	margin: 0 5px 0 0
}
.info-product-card {
	margin: 0
}
.info-product-card {
	font-size: 18px;
	text-align: center
}
.info-product-card a,
.info-product-card a:hover,
.info-product-card a:focus,
.info-product-card a:active {
	color: #444!important;
	font-size: 15px;
	line-height: 26px;
	text-decoration: none;
	display: block
}
.info-product-card .fa {
	color: rgba(0, 0, 0, .85);
	padding-left: 5px;
	padding-right: 5px;
	font-size: 20px
}
.right-container>p {
	font-size: 12px!important
}
.nav-tabs>li>a:hover {
	background-color: #000;
	color: #fff;
	border: 1px solid #000
}
.right-container>h3 {
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	padding: 7px 0 8px;
	text-align: center
}
hr {
	border: none
}
.table.table-bordered {
	text-align: left
}
.answer_admin {
	margin-left: 25px;
    border-left: 5px solid #ddd;
    padding-left: 10px;
}
small.fa-stack {
	color: #F44336;
	border: 0
}
i.fa.fa-circle.fa-stack-2x {
	font-size: 2em
}
#cart-total>small.fa-stack {
	border: 1px solid #000;
	border-radius: 50%;
	font-size: 67%;
	margin-bottom: -15px
}
span.fa-stack-1x {
	color: #f5f5f5
}
.catlist {
	border: 1px solid rgba(178, 178, 178, .31);
	margin-bottom: 0!important;
	overflow: hidden;
	min-block-size: 180px;
	text-align: center
}
.catimg {
	margin-top: 10px;
	display: block
}
.catname {
	color: #444;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0;
	border-top: 1px solid rgba(0, 0, 0, .22);
	text-align: center;
	margin: 0 5px
}
.my-col .img-responsive {
	display: inline-block
}
.product-grid {
	padding: 0 5px 0
}
.rowfix {
	padding: 0 10px
}
#logo:hover {
	-webkit-animation-delay: 4s;
	animation-delay: 4s -webkit-animation-duration: 3s;
	-webkit-animation-name: img-responsive;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-moz-animation-duration: 3s;
	-moz-animation-name: img-responsive;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-ms-animation-duration: 3s;
	-ms-animation-name: img-responsive;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: alternate;
	animation-duration: 3s;
	animation-name: img-responsive;
	animation-iteration-count: infinite;
	animation-direction: alternate
}
@-webkit-keyframes img-responsive {
	0% {
		-webkit-opacity: .65
	}
	5% {
		-webkit-opacity: .7
	}
	7% {
		-webkit-opacity: .6
	}
	10% {
		-webkit-opacity: .9
	}
	12% {
		-webkit-opacity: 1
	}
	65% {
		-webkit-opacity: 1
	}
	67% {
		-webkit-opacity: .5
	}
	69% {
		-webkit-opacity: 1
	}
	75% {
		-webkit-opacity: 1
	}
	78% {
		-webkit-opacity: .45
	}
	80% {
		-webkit-opacity: 1
	}
	85% {
		-webkit-opacity: 1
	}
	95% {
		-webkit-opacity: 1
	}
	100% {
		-webkit-opacity: .35
	}
}
@-moz-keyframes img-responsive {
	0% {
		-moz-opacity: .65
	}
	5% {
		-moz-opacity: .7
	}
	7% {
		-moz-opacity: .6
	}
	10% {
		-moz-opacity: .9
	}
	12% {
		-moz-opacity: 1
	}
	65% {
		-moz-opacity: 1
	}
	67% {
		-moz-opacity: .5
	}
	69% {
		-moz-opacity: 1
	}
	75% {
		-moz-opacity: 1
	}
	78% {
		-moz-opacity: .45
	}
	80% {
		-moz-opacity: 1
	}
	85% {
		-moz-opacity: 1
	}
	95% {
		-moz-opacity: 1
	}
	100% {
		-moz-opacity: .35
	}
}
@-ms-keyframes img-responsive {
	0% {
		-ms-opacity: .65
	}
	5% {
		-ms-opacity: .7
	}
	7% {
		-ms-opacity: .6
	}
	10% {
		-ms-opacity: .9
	}
	12% {
		-ms-opacity: 1
	}
	65% {
		-ms-opacity: 1
	}
	67% {
		-ms-opacity: .5
	}
	69% {
		-ms-opacity: 1
	}
	75% {
		-ms-opacity: 1
	}
	78% {
		-ms-opacity: .45
	}
	80% {
		-ms-opacity: 1
	}
	85% {
		-ms-opacity: 1
	}
	95% {
		-ms-opacity: 1
	}
	100% {
		-ms-opacity: .35
	}
}
@keyframes img-responsive {
	0% {
		opacity: .65
	}
	5% {
		opacity: .7
	}
	7% {
		opacity: .6
	}
	10% {
		opacity: .9
	}
	12% {
		opacity: 1
	}
	65% {
		opacity: 1
	}
	67% {
		opacity: .5
	}
	69% {
		opacity: 1
	}
	75% {
		opacity: 1
	}
	78% {
		opacity: .45
	}
	80% {
		opacity: 1
	}
	85% {
		opacity: 1
	}
	95% {
		opacity: 1
	}
	100% {
		opacity: .35
	}
}
a:focus {
	outline-offset: 0;
	border-color: rgba(0, 0, 0, 0);
	outline-color: rgba(255, 255, 255, 0);
	outline-style: none;
	outline-width: 0
}
.category.transition {
	border: 10px solid rgba(247, 247, 247, 0);
	margin-bottom: 0;
	overflow: hidden;
	background: #f9f9f9;
	text-align: center;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out
}
@font-face{font-family:'als_rublregular';src:url(../fonts/rub/rub-webfont.eot);src:url(../fonts/rub/rub-webfont.eot?#iefix) format("embedded-opentype"),
url(../fonts/rub/rub-webfont.woff) format("woff"),
url(../fonts/rub/rub-webfont.ttf) format("truetype");
font-weight:400;
font-style:normal
}
.rub {
	font-family: 'als_rublregular';
	text-transform: capitalize
}
.fa-rub {
	font-size: inherit!important
}
#live-search {
	width: 100%;
	position: absolute;
	z-index: 1000;
	padding: 5px 0 0;
	margin-top: 55px;
	background-color: #fff;
	display: none;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
	left: 0
}
.result-text>a {
	color: white;
	padding: 5px
}
#live-search .loading {
	display: block;
	margin-left: auto;
	margin-right: auto
}
#live-search ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
#live-search ul li {
	cursor: pointer;
	margin: 0 15px;
	min-height: 40px;
	clear: both
}
#live-search ul li:nth-child(even) {
	background-color: #e8e8e8
}
#live-search ul li:hover {
	background-color: #F0F7FA
}
#live-search ul li a {
	text-decoration: none;
	display: block
}
#live-search ul li .product-image {
	float: left;
	margin-right: 5px
}
#live-search ul li .product-name p {
	font-weight: 400;
	font-style: italic;
	font-size: 10px;
	color: #555;
	margin: 0;
	padding: 0
}
#live-search ul li .product-name {
	font-weight: 700;
	float: left;
	width: 60%
}
#live-search ul li .product-price {
	text-align: right;
	font-size: 12px;
	font-weight: 700;
	float: right;
	margin-top: 10px;
	width: 15%
}
#live-search ul li .product-price .price {
	color: #333;
	display: block;
	margin-right: 10px
}
#live-search ul li .product-price .special {
	color: red;
	text-decoration: line-through;
	display: block;
	margin-right: 10px
}
#live-search .product-price>.special {
	margin-top: -5px
}
#live-search .result-text {
	margin-top: 25px;
	font-weight: 700;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	min-height: 30px
}
#topcontrol {
	height: 90px;
	width: 50px;
	text-indent: -500px;
	padding-top: 70px;
	overflow: hidden;
	background: url(/image/bullet.png) 0 0 no-repeat scroll transparent;
	z-index: 999
}
body {
	background-image: url(/image/wall4.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed
}
@media only screen and (max-width: 767px) {
	body {
		background-image: url(/image/wall3s.jpg);
		background-repeat: repeat
	}
}
.product-grid .product-thumb .image:hover,
.product-thumb.transition .image:hover {
	transform: scale(1.05)
}
.row-item h2 {
	font-size: 28px;
	margin-top: 30px;
	margin-bottom: 10px;
	letter-spacing: .1em;
	line-height: 30px;
	color: #fff
}
.row-item h3 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #a9a9a9
}
.row-item {
	border: 1px solid #000;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	padding-top: 20px
}
.text-shadow {
	text-shadow: 0 0 30px rgb(0, 0, 0)
}
.btn-small {
	background: transparent;
	border-radius: 0;
	letter-spacing: .2em;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 20px;
	color: #fff;
	border: 2px solid #fff;
	margin: 20px;
	text-shadow: none;
	s-webkit-transition, background linear 300ms, color linear 300ms;
	-moz-transition: background linear 300ms, color linear 300ms;
	-o-transition: background linear 300ms, color linear 300ms;
	transition: background linear 300ms, color linear 300ms
}
.btn-small:hover {
	background-color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	outline: 0;
	color: #000
}
.image-block .btn-small {
	padding: 13px 42px
}
.box-shadow {
	-moz-box-shadow: inset 0 0 25px 5px rgba(255, 255, 255, .22), 0 0 25px 5px rgba(0, 0, 0, .1);
	webkit-box-shadow: inset 0 0 25px 5px rgba(255, 255, 255, .22), 0 0 25px 5px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 25px 5px rgba(255, 255, 255, .22), 0 0 25px 5px rgba(0, 0, 0, .1)
}
.content-table {
	display: block;
	text-align: center;
	vertical-align: middle
}
.row-item {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000
}
.size-3row {
	height: 250px
}
@media (min-width: 992px) {
	.size-5row {
		height: 300px
	}
}
.lock,
.news-container {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}
.top-group.clearfix {
	text-align: center;
	padding-top: 10px
}
#tab-documentation>ul>li {
	padding-bottom: 10px
}
#tab-documentation>ul>li>i {
	font-size: 28px;
	color: #df3236
}
.news-thumb .caption {
	min-height: 30px;
	text-align: center;
	height: 100px;
	overflow: hidden;
	background: white;
	border-bottom: 1px solid #ccc
}
.news-thumb {
	margin-bottom: 0;
	overflow: hidden
}
.news-layout {
	padding: 0;
	margin-bottom: 0
}
.no-padding {
	padding: 0;
	margin: 0;
	border: 1px solid #fff
}
.news-more {
	display: inline-block;
	float: left;
	line-height: 15px;
	color: #000;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin: 10px
}
.glass-box,
.breadcrumb,
.simpleregister-block-content,
.list-group,
.catlist,
.product-thumb,
.info-product-card,
.nav-tabs>li>a,
.thumbnails,
.simplecheckout-block.simplecheckout-block,
.simple-content .buttons,
.panel-default {
	background: rgba(255, 255, 255, .75);
	border: 1px solid #ccc;
	margin-bottom: 20px;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1)
}
.table-box {
	display: table;
	width: 100%;
	border: 0
}
a,
.btn-primary,
.product-thumb .image img,
.catlist,
.product-grid .product-thumb .image,
.product-thumb,
.news-thumb,
.product-grid .product-thumb .image:hover,
.thumbnails a,
.product-thumb .button-group button,
.product-thumb.transition .image {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.form-group.clearfix.cart-buttons.text-center {
	margin-top: 10px
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	background: white
}
.product-thumb {
	position: relative
}
.badge {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 0;
	min-width: 32px;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	padding: 5px 5px 5px;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 80%;
	color: #fff;
	height: 30px
}
.badge-red {
	background-color: rgba(255, 0, 0, .7)
}
.badge-blue {
	background-color: rgba(0, 52, 255, .7)
}
.badge-gold {
	background-color: rgba(233, 255, 0, .8);
	color: #fff
}
.badge-black {
	background-color: rgba(0, 0, 0, .7);
	color: #fff
}
.badge-green {
	background-color: rgba(0, 202, 41, .7);
	color: #fff
}
.badge-orange {
	background-color: rgba(255, 106, 0, .8);
	color: #fff
}
.sticker {
	width: 96px;
	margin-left: 10px;
	padding-bottom: 64px
}
.infire-0 {
	background: url(/image/fire_192.png) -96px 32px no-repeat
}
.infire-1 {
	background: url(/image/fire_192.png) -64px 32px no-repeat
}
.infire-2 {
	background: url(/image/fire_192.png) -32px 32px no-repeat
}
.infire-3 {
	background: url(/image/fire_192.png) 0 32px no-repeat
}
.hotdog-0 {
	background: url(/image/dog_192.png) -96px 32px no-repeat
}
.hotdog-1 {
	background: url(/image/dog_192.png) -64px 32px no-repeat
}
.hotdog-2 {
	background: url(/image/dog_192.png) -32px 32px no-repeat
}
.hotdog-3 {
	background: url(/image/dog_192.png) 0 32px no-repeat
}
.hotchilli-0 {
	background: url(/image/peper_192.png) -96px 32px no-repeat
}
.hotchilli-1 {
	background: url(/image/peper_192.png) -64px 32px no-repeat
}
.hotchilli-2 {
	background: url(/image/peper_192.png) -32px 32px no-repeat
}
.hotchilli-3 {
	background: url(/image/peper_192.png) 0 32px no-repeat
}
.thunder-0 {
	background: url(/image/thunder_192.png) -96px 32px no-repeat
}
.thunder-1 {
	background: url(/image/thunder_192.png) -64px 32px no-repeat
}
.thunder-2 {
	background: url(/image/thunder_192.png) -32px 32px no-repeat
}
.thunder-3 {
	background: url(/image/thunder_192.png) 0 32px no-repeat
}
.hear-0 {
	background: url(/image/hear_192.png) -96px 32px no-repeat
}
.hear-1 {
	background: url(/image/hear_192.png) -64px 32px no-repeat
}
.hear-2 {
	background: url(/image/hear_192.png) -32px 32px no-repeat
}
.hear-3 {
	background: url(/image/hear_192.png) 0 32px no-repeat
}
.cloud-0 {
	background: url(/image/cloud_192.png) -96px 32px no-repeat
}
.cloud-1 {
	background: url(/image/cloud_192.png) -64px 32px no-repeat
}
.cloud-2 {
	background: url(/image/cloud_192.png) -32px 32px no-repeat
}
.cloud-3 {
	background: url(/image/cloud_192.png) 0 32px no-repeat
}
.fireworks-0 {
	background: url(/image/fireworks_192.png) -96px 32px no-repeat
}
.fireworks-1 {
	background: url(/image/fireworks_192.png) -64px 32px no-repeat
}
.fireworks-2 {
	background: url(/image/fireworks_192.png) -32px 32px no-repeat
}
.fireworks-3 {
	background: url(/image/fireworks_192.png) 0 32px no-repeat
}
#tab-description input[type="image"] {
	width: 40%!important;
	height: auto!important
}
span.price-label {
	font-size: 24px;
	font-kerning: normal
}
.recomended-right {
	padding-top: 10px
}
span.share42-item {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
span.share42-item:hover {
	margin-left: 13px!important
}
.manufacturer {
	min-height: 160px;
	float: left;
	padding: 10px;
	width: 100%
}
#soci {
	margin: 10px 0 10px 0
}
.vk_s,
.gun_s,
.fc_s,
.yt_s,
.it_s,
.go_s {
	display: inline-block;
	vertical-align: bottom;
	width: 39px;
	height: 35px;
	margin: 0 0 0 0;
	padding: 0;
	outline: none
}
.vk_s {
	background: url(/image/soc.png) 0 0 no-repeat
}
.fc_s {
	background: url(/image/soc.png) -39px 0 no-repeat
}
.gun_s {
	background: url(/image/soc.png) -78px 0 no-repeat
}
.yt_s {
	background: url(/image/soc.png) -117px 0 no-repeat
}
.it_s {
	background: url(/image/soc.png) -159px 0 no-repeat
}
.go_s {
	background: url(/image/soc.png) -198px 0 no-repeat
}
.vk_s:hover,
.gun_s:hover,
.fc_s:hover,
.yt_s:hover,
.it_s:hover,
.go_s:hover {
	-webkit-filter: brightness(2);
	filter: brightness(2)
}
.soci>span {
	margin: 20px
}
.soci {
	padding: 10px;
	background: rgba(0, 0, 0, .34);
	line-height: 30px
}
footer p,
footer li {
	padding: 3px
}
.mc-field-group {
	display: inline-block
}
#mc_embed_signup input.email {
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	border: 1px solid #000;
	color: #fff;
	background-color: #333;
	box-sizing: border-box;
	height: 35px;
	padding: 0 .4em;
	display: inline-block;
	margin: 0;
	vertical-align: top;
	outline: 0
}
#mc_embed_signup label {
	display: block;
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: 700
}
#mc_embed_signup .clear {
	display: inline-block
}
#mc_ embed_signup .button {
	font-size: 13px;
	border: 1px solid black;
	letter-spacing: .03em;
	color: #fff;
	background-color: #da0202;
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
	padding: 0 18px;
	display: inline-block;
	margin: 0;
	transition: all 0.5s ease-in-out 0s
}
#mc_embed_signup .button:hover {
	background-color: #777;
	cursor: pointer
}
#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both
}
#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: 700;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%
}
#mc_embed_signup #mce-error-response {
	display: none
}
#mc_embed_signup #mce-success-response {
	color: #529214;
	display: none
}
#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0
}
#mc_embed_signup {
	display: inline-block
}
@media (max-width: 478px) {
	#mc_embed_signup input.email {
		width: 100%;
		margin-bottom: 5px
	}
	#mc_embed_signup .clear {
		display: block;
		width: 100%
	}
	#mc_embed_signup .button {
		width: 100%;
		margin: 0
	}
}
.buttons.clearfix.glass-box {
	overflow: auto;
	margin-bottom: 20px;
	padding: 6px;
	text-align: right
}
.news-thumb figure {
	position: relative;
	overflow: hidden;
	height: auto;
	text-align: center;
	cursor: pointer
}
.news-thumb figure img {
	position: relative;
	display: block;
	min-height: auto;
	width: 100%
}
.news-thumb figure figcaption {
	padding: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.3em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.news-thumb figure figcaption::before,
.news-thumb figure figcaption::after {
	pointer-events: none
}
.news-thumb figure figcaption,
.news-thumb figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}
.news-thumb figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0
}
.news-thumb figure .h4 {
	word-spacing: -.15em;
	font-weight: 300;
	font-size: 1.6em
}
.news-thumb figure .effect-heading,
.news-thumb figure p {
	margin: 0
}
.news-thumb figure p {
	letter-spacing: 1px;
	font-size: 68.5%
}
figure.animation1 figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 4.5em;
	background: rgba(23, 20, 20, .9);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}
figure.animation1 h4 {
	position: absolute;
	bottom: 4.5em;
	padding: 1em;
	text-transform: none;
	font-size: 90%;
	font-weight: 700;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
	background: rgba(255, 255, 255, .8);
	width: 100%;
	left: 0;
	min-height: 45px;
	text-align: center;
	color: #333
}
figure.animation1 .effect-heading {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0)
}
figure.animation1 .effect-heading {
	text-align: center;
	color: #bbbebf
}
figure.animation1:hover p {
	opacity: 1
}
figure.animation1:hover figcaption,
figure.animation1:hover .effect-heading {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
figure.animation1:hover .effect-heading {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s
}
@media(max-width:768px){.news-thumb figure .effect-heading {
	font-size: 1.2em
}
}
@media (min-width: 769px) and (max-width: 1360px) {
	.news-thumb figure .effect-heading {
		font-size:.8em;
		line-height:1.2
	}
	figure.animation1 figcaption {
		height: 4.5em;
		padding: .5em 1em
	}
	figure.animation1 p {
		bottom: 2.5em;
		line-height: 1.2;
		font-size: .8em
	}
}
}
@media (min-width: 769px) and (max-width: 992px) {
	figure.animation1:hover p {
		display:none
	}
}
.news-thumb .button-group button {
	width:60%;
	border:none;
	display:inline-block;
	float:left;
	background-color:#fff;
	border:1px solid rgba(178,
	178,
	178,
	.31);
	color:#000;
	line-height:35px;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	-moz-transition:background linear 300ms,
	color linear 300ms;
	-o-transition:background linear 300ms,
	color linear 300ms;
	transition:background linear 300ms,
	color linear 300ms
}
.news-thumb .button-group button:hover {
	color:#fff;
	background-color:#333;
	text-decoration:none;
	cursor:pointer
}
.news-thumb .button-group button+button {
	width:40%;
	border-left:1px solid rgba(255,
	255,
	255,
	0)
}
#button-confirm {
	float:right!important
}
#filterpro_box.mobile-view {
	border:1px solid #23a1d1;
	border-radius:4px;
	box-shadow:0 1px 1px rgba(0,
	0,
	0,
	.05);
	background-color:white;
	width:200px;
	position:fixed;
	z-index:1000;
	top:0;
	font-family:'Open Sans',
	sans-serif;
	font-weight:400;
	color:#666;
	font-size:12px;
	line-height:20px;
	height:500px;
	overflow-y:scroll
}
#filterpro_arrow {
	background-image:url(../image/arr1.png);
	width:22px;
	height:22px;
	position:fixed;
	left:186px;
	top:8px;
	z-index:1001
}
#filterpro_arrow.hidden-filter {
	background-image:url(../image/arr2.png);
	left:191px
}
div#tab-specification>.table>tbody>tr>td {
	padding:6px;
	padding-left:8px
}
.alert {
	position:fixed;
	width:400px;
	top:60px;
	right:0px;
	left:unset;
	bottom:unset;
	margin:10px 20px;
	opacity:1;
	z-index:1000;
	/* background: #fff; */
	padding:20px;
	margin-bottom:1rem;
	border:1px solid transparent;
	border-radius:.25rem;
	box-shadow:0 0 10px rgb(0 0 0 / 50%);
}
.alert-success {
	color:#000000;
	letter-spacing:0.2px;
	font-size:13px;
	font-weight:500;
	background-color:#ffffff;
	border-color:#ffffff;
}
.alert a {
	color:#000000;
	font-weight:600;
}
.alert-danger {
	color:#000000;
	letter-spacing:0.2px;
	font-size:13px;
	font-weight:500;
	background-color:#ffffff;
	border-color:#ffffff;
}
.modal-body .form-group {
	margin-bottom:15px !important;
}

h3 .fa { font-size: 21px; }