﻿/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
/*------------------------------------------------------------------
[Table of contents]
- Service  
- Contact
-------------------------------------------------------------------*/


/*Service*/

.box-2-title {
	color: #333333;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	text-align: left;
	width: 100%;
	padding: 30px 0 10px 0;
}
.box-2-text {
	padding: 20px 0;
}
.media:after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	transition: none 0s ease 0s;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.media {
	position: relative;
}
.media:hover:after {
	left: -50%;
}
.btn-download {
	background: none repeat scroll 0 0 #ffc300;
	color: #000 !important;
	display: inline-block;
	margin: 10px 0;
	padding: 18px 20px;
	width: 100%;
}
.btn-download i {
	margin-right: 24px;
}
.info-desc {
	border: 7px solid #f9be00;
	box-shadow: 1px 1px 3px #daa700 inset;
	display: inline-block;
	padding: 50px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.info-desc:after {
	background: none repeat scroll 0 0 #f9be00;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	right: -18px;
	top: -11px;
	width: 50px;
	z-index: 98;
	-moz-transform: rotate(45deg);  /* Firefox */
	-o-transform: rotate(45deg);  /* Opera */
	-webkit-transform: rotate(45deg);  /* Safari y Chrome */
 filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE */
}
.info-desc:before {
	background: none repeat scroll 0 0 #f9be00;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	left: -17px;
	bottom: -19px;
	width: 50px;
	z-index: 98;
	-moz-transform: rotate(45deg);  /* Firefox */
	-o-transform: rotate(45deg);  /* Opera */
	-webkit-transform: rotate(45deg);  /* Safari y Chrome */
 filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE */
}
.info-desc th {
	color: #000;
	font-weight: normal;
	min-width: 100px;
	padding: 5px;
	vertical-align: top;
}
.info-desc td {
	padding: 5px;
	vertical-align: top;
	font-weight: normal;
}
.info-desc td i {
	color: #526aff;
}
/*Contact*/


.contactForm2 textarea {
	min-height: 160px;
}
.map .iframe {
	border: medium none;
	height: 400px;
	margin: 20px 0 -28px;
	overflow: hidden;
	width: 100%;
}
/* shop.css */

/*------------------------------------------------------------------
[Table of contents]
- Grid  view  
 -Catalog page            
- Product page       

-------------------------------------------------------------------*/


/* 01  Grid */



.product-grid {
	margin: 0;
	padding: 0;
	width: 105%;
}
.product-grid li {
	display: inline-block;
	list-style: outside none none;
	margin: 0 5% 5% 0;
	position: relative;
	vertical-align: top;
	width: 28%;
	text-align: left;
}
.isotope-filter .product-grid li {
	display: inline-block;
	list-style: outside none none;
	margin: 0 1% 2%;
	position: relative;
	vertical-align: top;
	width: 23%;
}
.product-image {
	border: 1px solid #eeeeee;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.product-image img {
	width: 100%;
	height: auto;
}
.product-bottom .product-name {
	color: #333333;
	display: inline-block;
	font-family: 'Source Sans Pro', latobold, "Microsoft YaHei";
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 0 5px 0;
	text-align: left;
	text-transform: none;
	width: 100%;
}
.product-bottom .product-desc {
	margin: 10px 0 10px;
}
.product-bottom .product-rating {
	margin: 15px 0;
}
.product-bottom .product-rating .fa {
	color: #ffc300;
	font-size: 16px !important;
	margin-right: 2px;
}
.product-bottom .btn-group {
	padding-top: 0;
	width: 100%;
}
.product-bottom .btn-group .btn {
	width: 100%;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.product-bottom .btn-group .btn {
	width: 100%;
	border: 1px solid #ddd;
	color: #999999;
	background: none;
}
.product-grid li:hover .product-bottom .btn-group .btn {
	background-color: #ffc300;
	border-color: #ffc300;
	color: #ffffff;
}
.label-sale, .label-hot, .label-not-available, .label-best {
	background: none repeat scroll 0 0 #00b200;
	color: #fff;
	font-size: 12px;
	left: 10px;
	padding: 7px 12px 5px;
	position: absolute;
	text-transform: uppercase;
	top: 10px;
	z-index: 8;
	overflow: hidden;
}
.product-image .label-not-available {
	background-color: #aaaaaa;
}
.product-image .label-hot {
	background-color: #d74516;
}
.label-hot-active .product-image {
	border-color: #000;
}
.label-best {
	background-color: #ffc300;
}
.product-image .label-star {
	background: none repeat scroll 0 0 #000;
	left: auto;
	padding-left: 10px;
	padding-right: 7px;
	right: 10px;
}
.fa-star {
	color: #ffc300;
	margin-right: 2px;
}
.label-not-available-active img {
	opacity: 0.6;
}
/* 02 Catalog */


.page-header .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	list-style: outside none none;
	margin-bottom: 25px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
}
.page-header .breadcrumb a {
	color: #d74516;
}
.product-mini-list .price-box span {
	color: #526aff;
	font-size: 16px;
	margin-right: 7px;
}
.product-grid li:hover .price-box {
	color: #526aff;
}
.price-box {
	font-weight: 600;
	color: #000;
	font-size: 18px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.price-box span {
	margin-right: 5px;
}
.price-old {
	color: #999999 !important;
	font-size: 14px !important;
	text-decoration: line-through;
}
.product-grid li .slider_img {
	left: 10px;
	position: absolute !important;
	top: 0px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
	-moz-opacity: 0; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
.product-grid li:hover .slider_img {
	-o-transition: all 1s;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1); /* IE 5.5+*/
	-moz-opacity: 1; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
	opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
.widget-price-button {
	background: none repeat scroll 0 0 #f5f5f5;
	display: inline-block;
	text-align: left;
	width: 100%;
}
.widget-price-button .price-current {
	display: inline-block;
	float: right;
	line-height: 38px;
	text-align: center;
	width: 70%;
	font-size: 15px;
	color: #333333;
}
.widget-price-button .btn {
	border: medium none;
	font-size: 14px;
	width: 30%;
}
/*04 ITEM */




.product-paging {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px 0;
}
.product-paging .btn {
	padding: 0 5px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.product-paging .btn:hover {
	background: #000;
}
.product-paging .btn:hover span {
	color: #fff;
}
.product-paging .btn span {
	font-size: 27px;
	position: relative;
	top: 2px;
}
.btn-arrow {
	background: none repeat scroll 0 0 #000;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 13px;
	color: #fff;
	margin-left: 0px;
	top: 8px;
}
.btn-arrow:after {
	border-right: 9px solid #000;
	border-bottom: 16px solid #fff;
	border-top: 16px solid #fff;
	border-left: 9px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
}
.btn-arrow-left {
	position: relative;
	right: -2px;
}
.quick-view-modal {
	max-width: 1200px;
	margin: 5% auto 1%;
}
.close-modal {
	cursor: pointer;
	font-size: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 78;
}
#image-block ul {
	margin: 0;
	padding: 0;
}
#slider-product {
	border: 1px solid #ddd;
}
#carousel li img, #slider-product img {
	width: 100%;
	height: auto;
}
#carousel .slides li {
	border: 1px solid #ddd;
	margin: 6px 4px;
}
.product-image-left img {
	width: 100%;
	height: auto;
}
.product-info .tab-content {
	padding: 0px 0 20px 0;
	border-bottom: #eeeeee 1px solid;
}
#image-block .flex-direction-nav {
}
#image-block {
	margin-bottom: 30px;
}
.product-rating-box {
	display: inline-block;
	width: 100%;
	clear: both;
	margin: 15px 0;
	padding: 15px 0;
	border-top: #eee solid 1px;
	border-bottom: #eee solid 1px;
	position: relative;
}
.product-right .product-rating {
	position: absolute;
	right: 0;
	top: 15px;
}
.product-rating-box a {
	color: #999999;
}
.product-right .price-box, .product-right .price-old {
	font-size: 28px;
}
.product-right .price-reduction {
	background: none repeat scroll 0 0 #d74515;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	height: 26px !important;
	margin-left: 0;
	padding: 5px 5px 5px 25px;
	position: relative;
	top: -5px;
}
.product-right .price-reduction:after {
	border-color: #fff #d74515 #fff #fff;
	border-right: 9px solid #d74515;
	border-style: solid;
	border-width: 13px 9px;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
}
.product-right .price-box {
	color: #526aff;
	float: left;
	font-size: 30px;
	font-weight: 600;
}
.product-info-top {
	clear: both;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.product-right .footer-panel {
	padding-top: 0;
}
.product-right .footer-panel:after {
	border-bottom: 0;
}
.product-label {
	padding-top: 30px;
	text-align: center;
}
.product-button-group {
	width: 100%;
}
.product-button-group .btn-group {
	width: 83%;
}
.product-button-group .btn-group .btn {
	width: 100%;
}
.qty {
	float: right;
	margin: 0;
	position: relative;
	width: 15%;
}
.input-qty-box {
	float: left;
	margin: 5px 20px 0 0;
}
.input-qty-box li {
	display: inline-block;
	float: left;
	vertical-align: top;
}
.input-qty-box .range {
	margin: 0;
	padding: 0;
}
.minus_btn {
	border: 1px solid #ddd;
	display: block;
	float: left;
	height: 36px;
	margin-right: -2px;
	width: 36px;
	position: relative;
	cursor: pointer;
}
.minus_btn .fa, .plus_btn .fa {
	color: #878787;
	left: 12px;
	position: absolute;
	top: 10px;
}
.plus_btn {
	border: 1px solid #ddd;
	display: block;
	float: right;
	height: 36px;
	margin-left: -2px;
	width: 36px;
	position: relative;
	cursor: pointer;
}
.txtbox {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: 1px solid #ddd !important;
	height: 43px;
	padding: 10px !important;
	text-align: center;
	width: 100%;
}
.product-info .nav-tabs > li {
	border-bottom: 1px solid #dddddd;
	color: #333333;
	display: inline-block;
	float: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.333;
	margin: 0 0 20px;
	position: relative;
	text-transform: uppercase;
}
.product-info .nav-tabs {
	border-bottom: medium none;
	border-top: 15px solid #526aff;
	display: inline-block;
	font-weight: bold;
	padding-top: 0;
	text-align: center;
	width: 100%;
}
.product-info .nav-tabs > li {
	background: none repeat scroll 0 0 #fff;
	border: medium none;
	margin-right: -6px;
}
.product-info .nav-tabs > li > a {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	border: 1px solid #dddddd;
	color: #999999 !important;
	font-size: 13px;
	font-weight: normal;
	padding: 12px 20px;
	text-align: center;
}
.product-info .nav-tabs > li > a .fa {
	margin-right: 10px;
}
.product-info .nav-tabs > li {
}
.product-info .nav-tabs > li.active a, .product-info .nav-tabs > li:hover a {
	background: #526aff !important;
	color: #fff !important;
	outline: none !important;
	border: 1px solid #526aff;
}
.rew_blk .top_row .date, .rew_blk .top_row .user, .rew_blk .top_row .product-rating {
	display: inline-block;
	margin-left: 0;
	margin-right: 20px;
	padding-left: 0;
}
.rew_blk .top_row .date .fa, .rew_blk .top_row .user .fa {
	color: #999999;
	margin-right: 7px;
}
.rew_blk .top_row {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.rew_blk h5 {
	color: #333;
	text-transform: uppercase;
}
.rew_blk p {
	margin: 0 0 10px;
}
.fa-star-o::before {
	color: #ffc300;
}
.product-name {
	font-size: 24px;
	color: #333333;
	font-weight: 600;
	margin-top: 0;
}
#image-block img {
	width: 100%;
	height: auto;
}
.desc {
	font-size: 13px;
	padding: 15px 0;
}
.desc li {
	list-style: square outside none;
	margin-left: 10px;
	padding: 0;
}
.featured-title {
	margin-left: 0;
	padding-left: 0;
}
.desc .product-featured {
	text-align: left;
}
.product-featured ul {
	display: inline-block;
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
}
.product-featured li {
	list-style: square outside none;
	margin-left: 10px;
	padding: 0;
}
.page-product-heading {
	background: none repeat scroll 0 0 #000000;
	border-bottom: 6px solid #D2583E;
	clear: both;
	color: #FFFFFF;
	display: block;
	padding: 10px;
}
.page-product-box .rte {
	padding: 0 0 20px 0;
}
.table-data-sheet {
	width: 100%;
}
.table-data-sheet th {
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	text-transform: uppercase;
	vertical-align: middle;
}
.table-data-sheet td {
	border: none;
	color: #858585;
	font-size: 12px;
	padding: 5px;
	vertical-align: middle;
}
.table-data-sheet tr:nth-child(2n) {
	background: #fff;
}
.pb-right-column .btn.btn-main2 {
}
.pb-right-column .btn.btn-main2 span {
	font-size: 20px;
}
.pb-right-column .panel {
	padding-bottom: 20px;
}
.product-tabs {
	display: inline-block;
}
.pb-right-column .panel .price {
	color: #D2583E;
	font-size: 4em;
}
.product-featured .featured-box:first-child {
	border-left: 0;
}
.product-featured {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	display: inline-block;
	margin: 10px 0 5px;
	width: 100%;
}
.product-featured .featured-box {
	border-right: 1px solid #dddddd;
	display: inline-block;
	float: left;
	padding: 10px 20px;
	vertical-align: top;
}
.featured-title {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
}
.featured-content {
	color: #666666;
	font-size: 20px;
	margin-left: 9px;
}
.featured-content i {
	font-size: 20px;
	display: inline-block;
	margin-right: 5px;
}
.btn-set-middle {
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 430px;
}
.btn-set-section {
	border-bottom: 1px solid #eeeeee;
	margin: 60px auto 70px;
	padding-bottom: 30px;
}
.btn-set-middle a {
	color: #fff;
	display: block;
	padding: 10px;
	transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
.btn-set-middle a span {
	display: block;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}
.btn-set-middle .btn-email {
	background: none repeat scroll 0 0 #000;
	position: absolute;
	right: -63px;
	top: 0;
	width: 231px;
}
.btn-set-middle .btn-call {
	left: -55px;
	position: absolute;
	top: 0;
	width: 231px;
}
.btn-set-info {
	color: #999999;
	font-size: 12px;
	margin-top: -30px;
}
.product-tab .nav-tabs > li > a {
	font-size: 22px;
	padding: 5px 20px;
}
.product-tab .nav-tabs > li:first-child {
	margin-left: 5px;
}
.product-tab .nav-tabs {
	border-bottom: 0 none;
	display: inline-block;
	position: relative;
	width: 100%;
}
.product-tab ul.clearfix li {
	color: #858585;
	font-size: 13px;
	list-style: none outside none;
	padding-left: 10px;
}
.product-tab ul.clearfix li.heading {
	color: #666666;
	;
	font-size: 17px;
	list-style: square outside none;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0;
}
.carousel-3 li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.carousel-3 li h3 {
	font-size: 17px;
	color: #666666;
}
.overlay-bot .section-header .heading {
	font-size: 26px;
}
html .overlay-bot hr:before {
	border-color: #f9f9f9;
}
.meta-list {
	padding: 30px 0;
}
.meta-list span, .meta-list a {
	display: inline-block;
	vertical-align: top;
	padding: 0 3px;
}
.meta-list a {
	color: #526aff;
}
/* blog.css */

/*------------------------------------------------------------------
[Table of contents]
- Page Heading                
- Typography            
- Sidebar          
-  Blog           
-  Post Page      
- Comments
-------------------------------------------------------------------*/

/*01. Page Heading*/


.page-title {
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
}
/*02 WORDPRESS Typography */


.clear {
	clear: both;
}
.alignnone {
	margin: 0 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto;
	text-align: center;
}
.blockquote {
	padding: 20px;
	background: #000;
}
.entry-media .blockquote {
	background: none repeat scroll 0 0 #f4f4f4;
	border-left: 3px solid #ffc300;
	color: #525252;
	display: inline-block;
	font-size: 15px;
	margin-bottom: 0;
	padding: 30px;
	position: relative;
}
.entry-media .blockquote a {
	font-size: 15px;
	text-decoration: none;
}
.blockquote-autor {
	display: inline-block;
	float: right;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
}
.blockquote-autor:after {
	border: 1px solid #ffc908;
	border-left: 0;
	border-right: 0;
	position: absolute;
	padding: 1px;
	top: -7px;
	right: 0;
	content: '';
	display: block;
	width: 40px;
}
/*03 Sidebar */

aside.sidebar {
	padding-top: 0px;
}
.widget-title {
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.333;
	margin: 0 0 20px;
	position: relative;
	text-transform: uppercase;
}
.widget {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.widget-filter .block_content li {
	padding: 5px 0;
}
.widget-title .fa {
	color: #526aff;
	font-size: 20px;
	margin-right: 10px;
}
.about-autor .widget-title, .section-comment .widget-title {
	display: inline-block;
}
.block_content {
	color: #888888;
	font-size: 14px;
}
.block_content img {
	max-width: 100%;
	height: auto;
}
.block_content ul {
	margin: 0;
	padding: 0;
	color: #888888;
	font-size: 14px;
}
.block_content ul li {
	display: inline-block;
	list-style: outside none none;
	margin-bottom: 10px;
	width: 100%;
}
/*
.li-last {
	border-bottom: 0 !important;
}*/
.block_content a {
	color: #333333;
	font-size: 15px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.block_content a:hover {
	color: #000;
}
#search-global-form {
	position: relative;
}
#search-global-form button {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.widget-search.widget input[type="text"] {
	background-color: #f7f7f7;
	padding-right: 35px !important;
	width: 100%;
}
.cms-category-list .block_content {
	border-top: 1px solid #eeeeee;
	border-bottom: 0 !important;
}
.cms-category-list li {
	border-bottom: 1px solid #eeeeee;
	border-left: 4px solid #fff;
	margin-bottom: 0 !important;
	padding-left: 10px;
}
.cms-category-list li:hover {
	border-left: 4px solid #526aff;
}
.cms-category-list li a {
	padding: 15px 0 !important;
}
.cms-category-list li i {
	color: #ffc300 !important;
}
.cms-category-list li:hover a {
	font-weight: 600;
	text-decoration: none;
}
.category-list li a {
	padding: 0 10px;
}
.category-list i {
	color: #ffc300;
	margin-right: 15px;
	position: relative;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.category-list li:hover i {
	color: #526aff;
	left: 3px;
}
.category-list a {
	color: inherit;
	display: inline-block;
	width: 100%;
}
.category-list .amount-cat {
	color: #526aff;
	float: right;
	margin: 0 20px;
}
.block_content .category-list {
	margin-left: 0;
}
.product-mini-list .entry-thumbnail {
	border: 1px solid #eeeeee;
	float: left;
	margin: 0 5% 5% 0;
	width: 23%;
}
.product-mini-list .entry-thumbnail img {
	width: 100%;
	height: auto;
}
.product-mini-list .entry-main {
	float: left;
	width: 70%;
	;
}
.entry-title a {
	color: #2d375f;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}
.product-mini-list .entry-main .entry-header {
	margin: 0 0 5px;
}
.product-mini-list .entry-main .entry-meta {
	margin: 0;
}
.product-mini-list .entry-main .entry-meta .meta {
	color: #526aff;
	font-size: 12px;
}
.tagcloud li {
	display: inline-block;
	margin-bottom: 20px !important;
	vertical-align: top;
	width: auto !important;
}
.tagcloud li a {
	background: none repeat scroll 0 0 #999999;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
}
.tagcloud li:hover a {
	background: #ffc300;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
/*04  Blog */


.entry-header {
	margin-bottom: 10px;
	position: relative;
}
.post {
	padding-bottom: 40px;
}
.entry-thumbnail:hover .bx-prev, .entry-thumbnail:hover .bx-next {
	opacity: 1;
}
.sticky-post {
	background: #ffc908;
	color: #fff;
	display: block;
	font-size: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 109px;
	line-height: 1;
	padding: 31px 10px 0 32px;
	position: absolute;
	right: -70px;
	text-align: left;
	text-transform: none;
	top: -53px;
	transform: rotate(-45deg);
	width: 100px;
	z-index: 777;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sticky-post i {
	font-size: 15px;
	left: -25px;
	position: relative;
	top: -5px;
}
.post-type-media {
	background: none repeat scroll 0 0 #fff;
	bottom: -58px;
	color: #000;
	display: block;
	font-size: 31px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 150px;
	left: -36px;
	line-height: 1;
	padding: 48px 10px 0 30px;
	position: absolute;
	text-align: right;
	text-transform: none;
	transform: rotate(-45deg);
	width: 100px;
	z-index: 777;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.post-type-media i {
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
}
.box-date-post {
	border-right: 1px solid #eeeeee;
	color: #000;
	font-size: 24px;
	height: 70px;
	left: 0;
	padding: 10px;
	position: absolute;
	top: 0;
	width: 80px;
	z-index: 78;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.post .entry-media {
	position: relative;
	margin-bottom: 20px;
}
.post .entry-media img {
	width: 100%;
	height: auto;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.box-date-post {
	text-align: center;
}
.box-date-post .date-1 {
	display: block;
	font-size: 26px;
	line-height: 32px;
}
.box-date-post .date-2 {
	color: #526aff;
	font-size: 14px;
	position: relative;
	top: -10px;
}
.entry-thumbnail {
	position: relative;
}
.post .entry-media {
	overflow: hidden;
	position: relative;
}
.post .entry-media:after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	z-index: 77;
	top: 0;
	transition: none 0s ease 0s;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.post .entry-media:hover:after {
	left: -80%;
}
.post .bx-controls {
	position: absolute;
}
.post .entry-main {
	padding-left: 100px;
	position: relative;
}
.post .entry-title {
	margin: 0 0 20px;
	padding: 0;
	text-transform: none;
	clear: both;
}
.post .entry-title > a {
	color: #333333;
	font-size: 28px;
	font-weight: normal;
	line-height: 32px;
	text-transform: none;
}
.post .entry-content {
	text-align: left;
	margin-bottom: 10px;
	transition: all 0.3s cubic-bezier(0, 0.3, 0.5, 0.2);
	-ms-transition: all 0.3s cubic-bezier(0, 0.3, 0.5, 0.2);
	-moz-transition: all 0.3s cubic-bezier(0, 0.3, 0.5, 0.2);
	-webkit-transition: all 0.3s cubic-bezier(0, 0.3, 0.5, 0.2);
}
.entry-meta {
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: left;
}
.entry-meta li {
	color: #999999;
	display: inline-block;
	font-size: 13px;
	list-style: outside none none;
	padding: 0 3px;
	vertical-align: top;
}
.entry-meta li * {
	color: #999999;
	font-size: 13px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.entry-meta li i {
	margin-right: 5px;
}
.entry-meta li a:hover {
	color: #333333;
}
.footer-panel {
	padding: 30px 0 0 0;
	position: relative;
}
.entry-footer {
	padding-top: 20px;
}
.footer-panel a {
	color: #999999;
	font-size: 13px;
	margin: 0 3px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.footer-panel a:hover {
	color: #333333;
}
.footer-panel i {
	margin-right: 3px;
	color: #526aff;
}
.post .entry-media:hover .box-date {
	background-color: #2e375f;
}
.box-date {
	background: none repeat scroll 0 0 #d74516;
	bottom: 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	padding: 10px 50px 10px 30px;
	position: absolute;
	right: -20px;
	text-align: center;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.box-date .box-date-transform {
	transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}
.box-date span {
	display: block;
	font-family: 'Source Sans Pro', latoblack, "Microsoft YaHei";
	font-size: 24px;
}
.post-grid .entry-title, .post-grid .entry-title a {
	font-family: 'Source Sans Pro', "latoregular", "Microsoft YaHei";
	color: #333333;
	font-size: 18px;
}
.post-grid .entry-title {
	margin-bottom: 20px;
}
.post-grid .entry-footer {
	margin: 20px 0 5px;
	padding: 0;
}
.post-grid .box-date {
	background: #fff;
	color: inherit;
}
.post-grid .box-date .fa {
	color: #d74516;
	font-size: 11px;
	left: -2px;
	position: relative;
	top: -2px;
}
.post-grid.post .entry-media:hover .box-date, .post-grid.post .entry-media:hover .box-date .fa {
	color: #fff;
}
.grid-post-button {
	padding-top: 10px;
}
/*Post Page*/

.entry-footer {
	padding-top: 20px;
}
.footer-panel .social-links {
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0;
	vertical-align: top;
}
.footer-panel.social-divider .social-links {
	bottom: -30px;
	margin: 0;
	position: relative;
}
.footer-panel.social-divider .social-links li::after {
	display: none;
}
.footer-panel.social-divider .social-links li {
	display: inline-block;
	height: 35px;
	list-style: outside none none;
	margin-right: -3px;
	padding: 8px 15px 6px 17px;
	position: relative;
	transition: all 0.1s ease-out 0s;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.footer-panel.social-divider .social-links li a {
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	display: block;
}
.footer-panel .social-box h4 {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	margin: 3px 0 0;
	padding: 0;
	vertical-align: top;
}
.footer-panel .social-links li {
	display: inline-block;
	list-style: outside none none;
	margin-right: 10px;
	position: relative;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.footer-panel .social-links li a {
	font-size: 11px;
	text-transform: uppercase;
}
.footer-panel .social-links li .fa {
	font-size: 14px;
	margin-right: 7px;
}
.footer-panel .social-links li:hover .fa, .social-links li:hover a, .social-divider.footer-panel li a, .social-divider.footer-panel li .fa {
	color: #fff !important;
	text-decoration: none;
}
.footer-panel .social-links .social-facebook:hover, .social-divider.footer-panel .social-links .social-facebook {
	background: #3b5998;
}
.footer-panel .social-links li .fa-facebook-square {
	color: #3b5998;
}
.footer-panel .social-links li .fa-twitter-square {
	color: #26c4f1;
}
.footer-panel .social-links .social-twitter:hover, .social-divider.footer-panel .social-links .social-twitter {
	background: #26c4f1;
}
.footer-panel .social-links li .fa-google-plus {
	color: #e93f2e;
}
.footer-panel .social-links .social-google:hover, .social-divider.footer-panel .social-links .social-google {
	background: #e93f2e;
}
.footer-panel .social-links li .fa-pinterest-square {
	color: #b81621;
}
.footer-panel .social-links .social-pinterest:hover, .social-divider.footer-panel .social-links .social-pinterest {
	background: #b81621;
}
.widget-post .meta * {
	font-size: 11px;
}
.widget-post .product-mini-list .entry-thumbnail {
	width: 20%;
}
.social-divider {
	text-align: center;
}
.product-mini-list h5 {
	margin: 0;
}
.product-mini-list h5 a {
	color: #333333;
	font-size: 14px;
	font-weight: 600;
}
/*05  Comments */



.comments-header {
	z-index: 7;
	background: none repeat scroll 0 0 #000000;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 30px;
	padding: 12px 20px;
	position: relative;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.comments-header a {
	color: #fff;
}
.comments-list > li {
	list-style: none;
}
.comments-list > li li {
	position: relative;
}
.comments-list {
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 0;
}
.comment {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.comment .avatar-placeholder {
	background-color: #e1e1e1;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100px;
	z-index: 9;
}
.comment .avatar-placeholder img {
	width: 100%;
	height: auto;
}
.comment .comment-header {
	margin: 0 0 10px 115px;
	padding-top: 5px;
}
.comment .comment-author {
	display: block;
	font-size: 14px;
	font-style: normal;
	margin-bottom: 5px;
}
.comment .comment-datetime {
	color: #888888;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}
.comment-datetime span[class*="icon-"] {
	color: #526aff;
	font-size: 12px;
	font-style: normal;
	margin-right: 3px;
	position: relative;
	top: 0;
}
.comment .comment-reply {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	margin-right: 0;
	padding: 5px 12px;
	position: absolute;
	right: 10px;
	text-transform: uppercase;
	top: 10px;
}
.comment .comment-reply:hover i, .comment .comment-reply:hover a {
	color: #000;
}
.comment .comment-reply i {
	color: #ddd;
	display: inherit;
	left: 15px;
	position: absolute;
	top: 6px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.comment .comment-reply a {
	color: #ddd;
	padding-left: 21px;
	position: relative;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.comment .comment-reply a:hover {
	text-decoration: none;
}
.comment .comment-body {
	font-size: 13px;
	line-height: 1.333;
	margin-left: 40px;
	padding: 0 30px 0 75px;
}
.comment .comment-body p {
	margin-bottom: 0;
}
.comments-list .children {
	list-style: none outside none;
	margin: 0 0 0 30px;
	padding: 0;
}
.comments-list > li:last-child, .comments-list .children > li:last-child {
	margin-bottom: 0;
	background: none;
}
#comment-reply-form {
	margin-top: 30px;
}
#comment-reply-form input {
	padding: 10px;
	width: 100%;
	border: 1px solid #eee;
}
.about-autor {
	border-top: 1px solid #eeeeee;
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 20px;
}
#comment-reply-form textarea {
	border: 1px solid #eee;
	height: 155px;
	padding: 10px;
	width: 100%;
}
.section-comment {
	margin-top: 0px;
	padding-top: 0px;
}
