.cardbox_wrapper, .cardbox_wrapper * {
    box-sizing: border-box;
}
.cardbox_col {
    float: left;
    width: 288px;
    padding: 16px;
}
@media (max-width: 650px) {
    .cardbox_col {
        width: 100%;
        display: block;
    }
}
.cardbox_item {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;   
}
.cardbox_item:hover, .cardbox_item:focus, .cardbox_item:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.cardbox_wrapper {
    padding: 16px;
}
.cardbox_wrapper::after, .cardbox_row::after {
    content: "";
    clear: both;
    display: table;
    box-sizing: inherit;
}
.cardbox_item .cardbox_item_title {
    color: #555;
}
.cardbox_item_img {
    width: 100%;
}
.img_caps {
    list-style: none;
    margin: 0px;
	padding: 0px;
}
.img_caps li {
    float: left;
	margin-bottom: 20px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.img_caps li:hover .caps {
    opacity: 1;
	transform: translateY(-200px);
	-webkit-transform:translateY(-200px);
	-moz-transform:translateY(-200px);
	-ms-transform:translateY(-200px);
	-o-transform:translateY(-200px);
}
.img_caps img {
	margin-right: 20px;
	padding: 0px;
	float: left;
	z-index: 4;
}
.img_caps .caps {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	top:200px;
	-webkit-transition:all 0.15s ease-in-out;
	-moz-transition:all 0.15s ease-in-out;
	-o-transition:all 0.15s ease-in-out;
	-ms-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
}
.img_caps .caps_overlay {
	background-color: rgba(0,0,0,0.7);
	height: 200px;
	width: 200px;
	z-index: 5;
	position: absolute;
}
.img_caps .caps_text {
	z-index: 10;
	position: absolute;
	width: 200px;
	height: 200px;
	text-align: center;
	top:60px;
}
.img_caps .caps_text a {
    color: #fff;
	text-decoration: none;
}
.persons {
    min-height: 400px;
}
.persons img {
    float: left;
    margin: 0 15px 15px 0;
}
.button_box {
	text-align: center;
}
.button_box a.more {
	background: #dce4e6;
    border-radius: 50px;
    display: inline-block;
    color: #6c7681;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    line-height: 36px;
    padding: 0 36px;
}
.content_b .enumCategory .column {
	float: left;
	width: 300px;
}
.content_b .enumCategory .column.last {
	float: right;
}
.content_b .main_side .enumCategory .item {
	margin: 20px 0 0 0;
}	
.content_b .enumCategory .item{
	border: 1px solid #e4e6e7;
	float: left;
	padding: 17px;
/*	margin-top: 20px; */
	margin: 20px 10px 0 10px;
	height: 260px;
	width: 300px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content_b .enumCategory .item:nth-child(even) {
   /* margin-left: 20px; */
}
.content_b .categoryTitle {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 18px;
}
.content_b .enumCategory .item .btn_box{
	text-align: center;
}
.content_b .enumCategory .item .btn_box span {
	color: #6c7681;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    line-height: 24px;
    padding: 0 20px;
}	
.content_b .enumCategory .item .btn_box a{
	background: #dce4e6;
    border-radius: 50px;
    display: inline-block;
    color: #6c7681;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    line-height: 24px;
    padding: 0 20px;
}
.content_b .enumCategory .item .title{
	color: #000;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	height: 45px;
	text-decoration: none;
}
.content_b .enumCategory .item a.title:hover{
	text-decoration: underline;
}
.content_b .enumCategory .item .dsc{
	font-size: 13px;
	line-height: 20px;
	padding-top: 22px;
	height: 195px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content_b .enumCategory .item .image {
	text-align: center;
	line-height: 170px;
	height: 170px;
}
.content_b .enumCategory .item .image img{
	display: inline-block;
	max-width: 100%;
	max-height: 170px;
	vertical-align: middle;
}
.enumCategoryBrand, .enumCategoryBrand ul, .enumCategoryBrand li {
    list-style: none;
}

.enumCategoryBrand ul {
    padding: 0;
    margin: 0 0 0 18px;
}

.enumCategoryBrand {
    padding: 4px;
    margin: 0px;
}

.enumCategoryBrand > li {
    margin: 4px 0;
}

.enumCategoryBrand > li li {
    margin: 2px 0;
}

.enumCategoryBrand a {
    color: #333;
    display: block;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}

.enumCategoryBrand li > a > span {
    float: right;
    /*font-size: 19px;
    font-weight: bolder;*/
}

.enumCategoryBrand li > a:hover > span {
    color: #fff;
}

.enumCategoryBrand a:hover, .enumCategoryBrand li.active > a {
    background-color: #f36f2b;
    color: #f5f5f5;
}

.enumCategoryBrand > li.active > a  {
    background-color: #4D90FE;
}

.enumCategoryBrand li a {
    font-size: 12px;
    line-height: 18px;
    padding: 2px 10px;
}

.enumCategoryBrand > li > a {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 10px;
}
.enumCategoryList a {
    width: 174px;
    height: 68px;
    float: left;
    border: 1px solid gray;
    padding: 16px;
    border-radius: 16px;
    margin: 16px;
    text-align: center;
}
.enumCategoryList a:nth-of-type(4n+1) {
    margin-left: 0;
} 
.enumCategoryList a:nth-of-type(4n+4) {
    margin-right: 0;
}

.content_ .column_prod ul {
    list-style: none;
    padding-left: 0;
} 
.content_ .column_prod li {
    padding: 16px 0;
    min-height: 90px;
}
  
.img_prod {
    margin: 20px auto;
    border: 1px solid #959595;
}

.columns_prod {
      margin: 28px auto;
      position: relative;
}
  
.columns_prod:before {
      background: #adb4b7;
      content: '';
      height: 100%;
      height: calc(100% - 100px);
      position: absolute;
      top: 100px;
      left: 50%;
      width: 1px;
}
.column_prod {
    width: 406px;
    margin-top: 20px;
    float: left;
    padding: 0 5px;
    text-align: justify;
}
.column_prod h2 {
    text-align: center;
}
.column_prod li > img {
    float: left;
    padding: 1px;
    border: 1px solid #959595;
    margin: 5px;
}  
.ml_prod {
    margin-left: 128px;
}
.t_table {
	min-height: 245px;
	display: table;
	padding-bottom: 16px;
}
.t_table .l_cell {
	display: table-cell;
}
.t_table .r_cell {
	display: table-cell;
	vertical-align: middle;
	padding-left: 16px;	
}
.error {
	color: #ff0000;
}
.homepage-promobox {
	margin: 15px 0 21px 0;
	min-width: 1002px;
	font-size: 14px;
}
.homepage-promobox-box {
	padding: 0 20px;
	width: 960px;
	margin: auto;
}
.homepage-promobox-box .left {
	float: left;
	width: 470px;
}
.homepage-promobox-box .right {
	float: right;
	width: 470px;
}
.homepage-promobox-box .title {
    background: #f36f2b;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-family: 'light';
    line-height: 36px;
    text-transform: uppercase;
    position: relative;
    z-index: 6;
	width: 100%;
}
.homepage-promobox-box .title h4 {
	margin-left: 16px;
}
.homepage-promobox-box .promo {
	height: 290px;
}
.homepage-promobox-box .promo-item {
	display: block;
    position: absolute;
    width: 470px;
    height: 290px;
    background: #fff;
}
.promo-item .dsc {
	background: rgba(255,255,255,.8);	
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;	
}
.promo-item .dsc p {
	color: #f36f2b;
	padding: 16px;
	font-weight: 600;
}
.slider1 {
	width: 470px;
	height: 290px;
	position:relative;
}
.slider1Content {
	width: 470px;
	height: 290px;
	clear:both;
	position:relative;
	overflow:hidden;
}
.slider1 .sliderArrows a {
	display: block;
	text-indent: -9999px;
	outline: none;
	z-index: 50;
	background-image:url('imgs/slider_button.png');
	width: 52px;
	height: 52px;
	position: absolute;
	top: 50%;
	margin-top: -34px;
}
.slider1 .prev {
	background-position:0 0;
	left: 15px;
}
.slider1 .next {
	right: 15px;
	background-position: -52px 0;
}
.slider1Content a.slider1Item {
	text-decoration: none;
}
.slider1Content .slider1Item {
	display: block;
	position:absolute;
	width: 470px;
	height: 290px;
	background:#fff;
}
.slider1Content .slider1Item .dsc {
	background: rgba(255,255,255,.8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.slider1Content .slider1Item .dsc p {
	color: #f36f2b;
	padding: 16px;
	font-weight: 600;
}
.slider1Content a {
	outline:none;
}
.slider2 {
	width: 470px;
	height: 290px;
	position:relative;
}
.slider2Content {
	width: 470px;
	height: 290px;
	clear:both;
	position:relative;
	overflow:hidden;
}
.slider2 .sliderArrows a {
	display: block;
	text-indent: -9999px;
	outline: none;
	z-index: 50;
	background-image:url('imgs/slider_button.png');
	width: 52px;
	height: 52px;
	position: absolute;
	top: 50%;
	margin-top: -34px;
}
.slider2 .prev {
	background-position:0 0;
	left: 15px;
}
.slider2 .next {
	right: 15px;
	background-position: -52px 0;
}
.slider2Content a.slider2Item {
	text-decoration: none;
}
.slider2Content .slider2Item {
	display: block;
	position:absolute;
	width: 470px;
	height: 290px;
	background:#fff;
}
.slider2Content .slider2Item .dsc {
	background: rgba(255,255,255,.8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.slider2Content .slider2Item .dsc p {
	color: #f36f2b;
	padding: 16px;
	font-weight: 600;
}
.slider2Content a {
	outline:none;
}
.homepage-promobox-footer {
	background: url('imgs/promobox_bg.jpg') center center no-repeat;
	height: 136px;
	background-size: cover;
	position: relative;
	line-height: 1.2;
}
.homepage-promobox-footer .items {
	width: 960px;
	margin: auto;
}
.homepage-promobox-footer .item {
	float: left;
	width: 160px;
	padding: 16px 0;
	position: relative;
}

.homepage-promobox-footer .item .img {
	padding-left: 40px;
}
.homepage-promobox-footer .item a {
	position: absolute;
	top: 45px;
	color: #fff;
	font-weight: 600;
} 


.feedback .error {
	color: #ff0000 !important;
	display: inline-block;
	font-size: 12px;
}
.content_b .feedback label.required:after {
	content: '*';
	color: #ff0000;
	padding-left: 8px;
}


.success .dsc {
	padding-top: 24px;
}
.f-right {
	float: right;
}
.f-left {
	float: left;
}
.center {
	display: block;
	margin: 0 auto;
}