body {
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
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: #000000;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

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;
}

.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;
}

#top .pull-left {
	max-height: 30px;
	float: right !important;
}

.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: #c4281b;
}

header {
	min-height: 117px;
	background: url(../image/topbg.jpg) repeat-x top;
}

/* top */
#top {}

#top .container {
	padding: 0 20px;
}

#top #currency .currency-select {
	text-align: left;
}

#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
	color: #fff;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
	padding: 6px 15px;
}

#top .btn-link:hover,
#top-links a:hover {
	color: #444;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #FFF;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	padding-top: 6px;
}

#top-links a+a {
	margin-left: 15px;
}

/* logo */
#logo {
	margin: 10px 0 0 0;
	height: 60px;
}

/* search */
#search {
	background-color: #fbf6f0;
	border-radius: 5px;
	margin-top: 2px;
	border: #e2dbc8 solid 1px;
}

#search .input-lg {
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	background: none;
	color: #726e6b;
	padding: 0 10px;
	outline: none;
	font-weight: normal;
	border: 0;
	box-shadow: none;
}

#search .btn-lg {
	width: 36px;
	height: 26px;
	background: url("../image/search.png") 50% 50% no-repeat;
	border: 0;
	box-shadow: none;
}

/* cart */
#cart {
	margin-bottom: 10px;
}

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

#cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
	opacity*/
}

#cart .dropdown-menu {
	min-width: 100%;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* menu */
#menu {
	margin-bottom: 0;
}

#menu .navbar-nav {
	float: right;
}

#menu .navbar-collapse {
	padding: 0;
}

#menu .nav>li>a {
	min-height: 15px;
	background-color: transparent;
	display: block;
	float: left;
	line-height: 83px;
	font-size: 14px;
	font-weight: 700;
	padding: 0px 25px;
	color: #333333;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	color: #c4281b;
	text-decoration: none;
	display: block;
	background-image: url(../image/nav_onbg.jpg);
}

#menu .nav>li::after {
	content: '';
	display: block;
	background: url(../image/navjg.jpg) repeat-x top;
	width: 2px;
	float: right;
	height: 83px;
}

#menu .nav>li:first-child::before {
	content: '';
	display: block;
	background: url(../image/navjg.jpg) repeat-x top;
	width: 2px;
	float: left;
	height: 83px;
}

#menu .dropdown-menu {
	border-top: 2px solid #ea3b36;
	width: 510px;
	border-bottom: 2px solid #ea3b36;
	padding: 20px 0;
	display: none;
	background-image: url(../image/navbg.png);
	background-size: 100% 100%;
	border-radius: 0;
	/*background-color: #bdbdbd;*/
	box-shadow: none;
	border-left: 0;
	border-right: 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: #c4281b;
}

#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: 46px;
	color: #ea3b36;
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #ea3b36;
	border: 0;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #b2b2b2;
}

@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: 600px;
}*/
/* footer */
.topfooter {
	margin-top: 0px;
	padding-top: 30px;
	background-color: #e9e9e9;
}

.topfooter a {
	color: #666666;
	line-height: 20px;
}

.topfooter a:hover {
	color: #c4281b;
}

footer {
	background-color: #bababa;
	color: #5d5d5d;
}

footer .list-inline {
	text-align: right;
}

footer .list-inline a {
	color: #5d5d5d;
}

footer .list-inline a:hover,
footer .list-inline a:focus {
	color: #d71920;
	text-decoration: none;
}

footer .list-inline li {
	border-left: 1px solid #5d5d5d;
	margin-top: 15px;
}

footer .list-inline li:first-child {
	border: 0;
}

footer .copyright {
	margin: 15px 0;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.topfooter h5 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

.maincon {
	background: url(../image/cnc_bg.jpg) #fdfdfd repeat-x;
	margin-bottom: 20px;
}

.maincon h1 {
	font-size: 18px;
	line-height: 50px;
	color: #828282;
	margin: 0;
}

/* breadcrumb */
.breaddiv {
	height: 42px;
	background: url(../image/road_bg.jpg) repeat-x;
}

.breadcrumb {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	border-radius: 0;
	background: transparent;
	padding: 8px 0;
}

.breadcrumb a {
	color: #676767
}

.breadcrumb a:hover {
	color: #D72824
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	padding: 0 7px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li:first-child {
	padding: 0 7px 0 0;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	right: -5px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #676767;
	border-bottom: 1px solid #676767;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.breadcrumb>li:last-child:after {
	display: none;
}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	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: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ea3b36;
	background-image: linear-gradient(to bottom, #ea3b36, #ea3b36);
	background-repeat: repeat-x;
	border-color: #ea3b36 #ea3b36 #ea3b36;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #f02626;
	background-position: 0 -15px;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 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, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 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, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ea3b36;
	background-image: linear-gradient(to bottom, #ea3b36, #ea3b36);
	background-repeat: repeat-x;
	border-color: #ea3b36 #ea3b36 #ea3b36;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #ea3b36;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* 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: 10px;
	overflow: auto;
	/*background: #f6f6f6;*/
}

.product-thumb:hover {
	/*background: #ea3b36;*/
	border: 1px solid #ea3b36
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 1;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
	padding: 10px;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {
	margin: 0;
	text-align: center;
	font-size: 12px;
}

.product-thumb h4 a {
	color: #828282;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 50px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 80px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 30px;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	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;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.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;
}

@media (max-width: 1200px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

.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;
}

@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;
	}
}

/* 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%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.infotabs>li>a {
	margin-right: 0;
	border: 0;
	border-radius: 0;
	color: #000000;
	display: block;
	line-height: 29px;
	text-align: center;
	border: 0;
	background: url(../image/header_tabs.jpg) no-repeat;
	padding: 0px 13px;
	background-position: top right;
	outline: none;
}

.infotabs>li.active>a,
.infotabs>li.active>a:focus,
.infotabs>li.active>a:hover {
	border: 0;
	background: url(../image/header_tabs2.jpg) no-repeat;
	background-position: top right;
	color: #fff;
}

.infotabs {
	background: #f5f5f5;
	border-bottom: 5px solid #ea3b36;
}

.newsletters #input-newsletter {
	width: 147px;
	height: 28px;
	line-height: 28px;
	border: 0;
	background: url(../image/cnc_searchbg.jpg) repeat-x;
	padding-left: 5px;
	color: #6b6b6b;
	font-size: 11px;
	float: left;
}

.newsletters #subcribe {
	border: 0;
	height: 28px;
	width: 63px;
	background: url(../image/cnc_button01.jpg) no-repeat;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 28px;
	float: left;
	padding: 0;
	margin-left: 3px;
}

.sns {
	display: block;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
}

.sns .ico {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: middle;
	background: url(../image/sprite-social.png) no-repeat;
}

.sns .ico_fb {
	background-position: 0px -122px;
}

.sns .ico_fb:hover {
	background-position: 0px -1px;
}

.sns .ico_tw {
	background-position: -68px -122px;
}

.sns .ico_tw:hover {
	background-position: -68px -1px;
}

.sns .ico_in {
	background-position: -465px -122px;
}

.sns .ico_in:hover {
	background-position: -465px -1px;
}

.sns .ico_yb {
	background-position: -133px -122px;
}

.sns .ico_yb:hover {
	background-position: -133px -1px;
}

.sns .ico_pr {
	background-position: -266px -122px;
}

.sns .ico_pr:hover {
	background-position: -266px -1px;
}

.sns .ico_bl {
	background-position: -397px -122px;
}

.sns .ico_bl:hover {
	background-position: -397px -1px;
}

.seocmspro_content a {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

.seocmspro_content span {
	color: #555555;
	font-size: 12px;
	display: block;
}

.blog-small-record {
	visibility: hidden;
}

h2.ascp-list-title {
	background: url(../image/arrow02.jpg) no-repeat left top;
	padding-left: 20px;
}

h2.ascp-list-title span {
	display: none;
}

#records_more {
	margin: 10px 0px 10px 0px;
}

.margintop5 {
	margin: 0px 0px 10px 0px;
}

.record_columns .name {
	background: #f6f6f6;
}

.record_columns {
	margin-bottom: 10px;
}

.blog-image {
	margin-right: 0 !important;
	margin-bottom: 20px;
}

.catone {
	/*border: 1px solid #828282;*/
	margin: 20px 0;
	padding: 10px;
}

.catone:hover {
	border: 1px solid #ea3b36;
}

.catname {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	min-height: 42px;
}

.record-blog .catname {
	min-height: 14px;
}

.catname a {
	color: #828282;
}

.catone:hover a {
	color: #ea3b36;
}

.catimg {
	text-align: center;
}

.catimg a img {
	max-width: 148px;
	max-height: 148px;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
}

.cattable .cattable-one .headingcat {
	background-color: #c7181f;
	padding: 5px 15px;
}

.cattable .cattable-one .headingcat a {
	color: #fff;
	font-weight: bold;
}

.cattable .cattable-one .subcats {
	border: #d5d5d5 1px solid;
	padding: 18px 15px;
	margin-bottom: 20px;
	min-height: 278px;
}

.cattable .cattable-one .subcats a {
	display: block;
	color: #333;
	background: url(../image/products_proclassarrow.jpg) no-repeat;
	padding-left: 20px;
	line-height: 24px;
}

.cattable .cattable-one .subcats a:hover {
	color: #c7181f;
}

.companycont .head {
	font-size: 18px;
	color: #555555;
	line-height: 26px;
}

.companycont .text {
	line-height: 22px;
}

.conttabs {
	margin-top: 20px;
}

.conttabs .tabttl {
	max-width: 150px;
	text-align: center;
}

.conttabs .tabttl a {
	color: #555;
}

.conttabs li {
	text-align: center;
}

.conttabs li a {
	min-height: 200px;
	color: #555;
}

.conttabs li:hover a {
	color: #c7181f;
}

.conttabs li.active a {
	color: #c7181f;
}

.onecont {
	border: 1px dashed #c7181f;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
}

.onecont .contttl {
	position: absolute;
	top: -10px;
	background: #fff;
	padding: 0 10px;
	left: 10px;
	color: #c7181f;
	font-weight: bold;
}

.homecats {
	background: #dbdbdb;
	background: -moz-linear-gradient(top, #dbdbdb 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #dbdbdb 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#ffffff', GradientType=0);
	margin-top: -10px;
	border-top: 3px solid #e9e9e9;
	padding: 25px;
}

.homeslidettl {
	min-height: 50px;
	display: block;
	color: #555;
	padding: 5px 15px;
	font-weight: bold;
}

.homeslidettl:hover {
	color: #c4281b;
}

.owl-controls .owl-page span {
	width: 20px !important;
	height: 5px !important;
	background: #7f7f7f !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.owl-controls .owl-page.active span {
	background: #ea3b36 !important;
}

.history {
	/* border-bottom: 1px solid #828282; */
	margin-bottom: 20px;
}

.history .year {
	background: url(../image/btn_date.jpg) no-repeat center top;
	min-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 55px;
}

.history .info .date color: #ea3b36;
font-weight: bold;
}

@media screen and (max-width: 768px) {
	#logo {
		margin: 10px 0 35px 0;
	}

	#menu .navbar-nav {
		float: left;
		width: 100%;
	}

	.catname {
		min-height: 56px;
		word-wrap: break-word;
	}

	.catimg a img {
		width: auto;
	}

	#menu .nav>li::after {
		display: none;
	}

	#menu .nav>li>a {
		border-top: 1px solid #333;
		width: 100%;
		text-align: center;
	}

	#menu .nav>li:first-child::before {
		display: none;
	}

	.breaddiv {
		display: none;
	}

	.maincon h1 {
		line-height: 23px;
		padding: 10px 0;
	}

	.product-thumb {
		padding-bottom: 10px;
	}

	.conttabs li {
		margin-bottom: 0;
		width: 50%;
	}

	.conttabs li.active a {
		border: 1px solid #ddd;
		border-radius: 4px;
	}

	.redttl {
		padding: 0 15px;
	}

	.record-blog .catname {
		min-height: 27px;
	}

	#menu .open .dropdown-menu {
		display: block;
		width: 100%;
	}

	#menu .dropdown-inner a {
		width: 100%;
		color: #333;
		display: block;
		text-align: center;
		padding: 10px;
	}

	.information-information .conttabs li a {
		min-height: 80px;
	}
}





/********************************************************custom styles esh*/


.img-min {
	display: block;
	margin: 0 auto;
	width: 70%;
}




.project-table td {
	padding: 5px 10px 5px 10px;
}

body {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

body img {}


#accesscode_error_support4,
#accesscode_error_support5,
#accesscode_error_support9 {
	visibility: hidden;
}


.iconaddr {
	display: inline-block;
	background-image: url(icons/icon-addr.png);
	background-size: 100% 100%;
	width: 13px;
	height: 13px;
}

.icontel {
	display: inline-block;
	background-image: url(icons/icon-tel.png);
	background-size: 100% 100%;
	width: 13px;
	height: 13px;
}

.iconmob {
	display: inline-block;
	background-image: url(icons/icon-mob.png);
	background-size: 100% 100%;
	width: 13px;
	height: 13px;
}

.iconmail {
	display: inline-block;
	background-image: url(icons/icon-mail.png);
	background-size: 100% 100%;
	width: 13px;
	height: 13px;
}

.divtwo {
	//padding: 10px;
	clear: both;
	width: 100%;
}

.divleftmap {
	min-width: 50%;
	padding: 10px;
	float: left;
	vertical-align: text-top;
	position: absolut;
}

.divrightmap {
	min-width: 50%;
	padding: 10px;
	float: left;
	vertical-align: text-top;
	position: absolut;
}

.divleft {
	padding-right: 40px;
	float: left;
	vertical-align: text-top;
	position: absolut;
}

.divright {

	//min-height: 220px;
	padding: 10px;
	float: left;
	vertical-align: text-top;
	position: absolut;
	border-bottom: 1px solid #e6e6e6;
}


.map-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.imgcontacts {
	vertical-align: text-bottom;
	height: 200px;
}

.hcontacts {
	margin-top: 0px;
}

#divtwoblocks {
	clear: both;
	width: 100%;
	position: relative;
}

#divleftblock {
	float: left;
	min-width: 200px;
	clear: right;
	position: relative;
	padding: 10px;
}

#divrightblock {
	float: left;
	width: 75%;
	position: relative;
	padding: 10px;
}



.tags {
	margin-top: 20px;
	margin-bottom: 20px;
}

.seocmspro_content a {
	color: #b8b8b8;
	font-weight: normal;

}

.seocmspro_content a:hover {
	color: #ea3b36;
	font-weight: normal;

}

.slogan {
	color: #ea3b36;
}

#search {
	display: none;
}

.common-home .topfooter,
.information-contact .topfooter,
.information-information .topfooter {
	margin-top: 20px;
}

.topfooter .container .row .col-sm-4 {
	float: right;
}

.product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12 .product-thumb.transition .caption .price,
.product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12 .product-thumb.transition .button-group button {
	display: none;
}

.col-sm-12 .row .product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12 .product-thumb.transition .image {
	margin-top: 20px;
}

.col-sm-12 .row .product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12 .product-thumb.transition .caption {
	margin-top: 10px;
}

.product-table {
	font-size: 1em;
}

.product-table td {
	vertical-align: middle !important;
}

.td-center td {
	text-align: center !important;
}


.thumbnail:focus {
	outline: none;
}


.custom_category {
	width: 20%;
	height: 260px;
}

.custom_category .catone {
	height: 95%;
	padding: 5px;
}

.forcefullwidth_wrapper_tp_banner {
	padding-top: 20px;
}

.common-home .forcefullwidth_wrapper_tp_banner {
	padding-top: 0px;
}

.product-category-89 .rev_slider_wrapper.fullwidthbanner-container {
	margin: 20px auto !important;
}

.partnership .forcefullwidth_wrapper_tp_banner,
.support .forcefullwidth_wrapper_tp_banner {
	padding-top: 0px;
}

#menu .nav>li>a {
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
}

header .container .row .col-sm-8 {
	padding-right: 0;
	padding-left: 0;
}

@media screen and (max-width: 1000px) {
	#menu .nav>li>a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 13px;
	}

	body header .container {
		padding: 0;
	}

	.custom_category {
		width: 33%;
	}
}

@media screen and (max-width: 768px) {
	.custom_category {
		width: 50%;
		height: 220px;
	}
}

@media screen and (max-width: 600px) {
	.custom_category {
		height: 260px;
	}
}

@media screen and (max-width: 420px) {
	.custom_category {
		width: 90%;
		height: 220px;
	}
}

.topfooter .container .row .col-sm-2 .list-unstyled {
	width: 100px;
}

.complectation-overlay {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	opacity: 0;
	background: rgba(0, 0, 0, .7);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
}

.complectation-popup {
	position: relative;
	margin: auto;
	padding: 20px;
	padding-right: 10px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.popup-container {
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	padding-right: 20px;
}

@media screen and (min-width: 768px) {
	[class^="product-product-"] .container .row .col-sm-12 .row .col-sm-4 {
		position: sticky;
		top: 1em;
	}
}

.divrightmap {
	visibility: hidden;
}

/* Начало стилей  */
.Window {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.Window:target {
	display: block;
	pointer-events: auto;
}

.Window>div {
	width: 272px;
	height: 161px;
	/*overflow: auto;*/
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	margin: 10% auto;
	padding: 20px;
	border-radius: 5px;
	background: #fefefe;
	box-shadow: 0px 0px 20px 2px;
}

.close {
	opacity: 0.7;
	position: absolute;
	right: 20px;
	top: 20px;
	text-decoration: none;
}

.close:hover {
	opacity: 1
}

/* Окончание стилей */