.image {
    overflow: hidden;
	position: relative;
}

.image img {
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    width: 100%;
}

.cimage {
    overflow: hidden;
	position: relative;
}

.cimage img {
    width: 100%;
}

.btn_common{
	width: 30%;
	height: auto;
	display: block;
	position: absolute;
	bottom: 10%;
	left: 33.333333%;
	background-color: #ffb600;
	text-align: center;
	font: 400 16px/32px "微软雅黑";
	color: #FFFFFF;
	border-radius: 6px;
	padding: 5px 10px;
}

.btn_common:hover{
	background-color: #4587d9;
	color: #FFFFFF;
	text-decoration: none
}

.image:hover img, .events:hover .image img, .course:hover .image img, #course_slider .item:hover img, .teacher:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.cbp-l-filters-alignRight .cbp-filter-item {
	color: #5b5b5b;
	font-weight: bold;
	font-size: 0.875em;
	border: none;
	overflow: hidden !important;
	padding: 0;
	margin: 0 8px 10px 8px;
}

.cbp-l-filters-alignRight .cbp-filter-item:before {
	color: #4587d9;
	content: attr(data-hover);
	left: 0;
	top: 0;
	max-width: 0;
	overflow: hidden;
	position: absolute;

	-moz-transition: max-width 0.5s ease 0s;
	-ms-transition: max-width 0.5s ease 0s;
	-webkit-transition: max-width 0.5s ease 0s;
	-o-transition: max-width 0.5s ease 0s;
	transition: max-width 0.5s ease 0s;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover::before,
.cbp-l-filters-alignRight .cbp-filter-item:focus::before {
	max-width: 100%;
}

.overlay {
	background-color: rgba(15, 15, 15, 0.6);
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	position: absolute;
	opacity: 0;
	z-index: 99;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.cbp-item:hover .overlay,
.shopping_box:hover .overlay {
	opacity: 1;
}

.cbp-item {
	position: relative;
}

.centered {
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 5px;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.overlay .opens {
	height: 70px;
	width: 70px;
	display: inline-block;
	background: #4587d9;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 72px;
	-moz-transform: rotate(50deg) scale(1.5);
	-ms-transform: rotate(50deg) scale(1.5);
	-o-transform: rotate(50deg) scale(1.5);
	-webkit-transform: rotate(50deg) scale(1.5);
	transform: rotate(50deg) scale(1.5);
}

.cbp-item:hover .overlay .opens {
	border-radius: 100%;
	-moz-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
	-o-transform: rotate(0) scale(1);
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/* ----- Gallery ends ----- */

.cpage-content{
	padding: 30px;
}

.cpage-content h2{
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	border-bottom: 1px solid #dadada;
	display: inline-block;
	margin: 0 0 20px;
}

.cpage-content .divider-left {
    margin: 10px 0 -2px;
}

.cpage-content .divider-left, .heading .divider-center {
    height: 4px;
    width: 70px;
    background: #ffb600;
    display: block;
}

.cpage-content p{
	font: 400 16px/32px 'Poppins', sans-serif;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #dadada;
}

/* ------------------ SHOP ------------------ */
#shop .shopping_box {
	box-shadow: 0 0 2px #d1d1d1;
	min-height: 386px;
}

.shopping_box .shop_content {
	padding: 15px;
}

.shopping_box .shop_content .price_product,
.shop_info .price_product,
.cart_table .price_product {
	color: #ffb600;
}

.shopping_box .shop_content h4{
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}

.shopping_box .shop_content p{
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	margin: 0 0 0.5rem;
}

.margin-bottom-30{
	margin-bottom: 30px;
}

.shopping_box a.btn-cart {
	position: absolute;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	bottom: 10px;
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.shopping_box:hover a.btn-cart {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.shopping_box:hover a.title_link {
	color: #ffb600;
}

#shop .shop_info {}

.quote .quote {
	border: 1px solid #d1d1d1;
	margin-right: 10px;
	max-width: 50px;
	padding: 8px 10px;
	text-align: center;
	vertical-align: top;
}

.quote .quote,
.quote a {
	display: inline-block;
}

.share {
	border-bottom: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
	padding: 10px 0;
}

.share p {
	margin: 0;
}

.share ul {}

.share ul li {
	display: inline-block;
}

.share ul>li a {
	display: block;
	padding: 0px 5px;
	color: #616161;
	font-size: 14px;
}

.share ul>li a:hover,
.share ul>li a:focus {
	color: #ffb600;
}

.shop_info .tag_cate {
	font-size: 14px;
	color: #616161;
}

.shop_tab {
	border: 1px solid #d1d1d1;
}

.shop_tab .tabs {
	background: #f9f9f9;
	width: 100%;
}

.shop_tab .tabs li {
	border-bottom: 1px solid transparent;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	margin-bottom: -1px;
	margin-right: -4px;
	padding: 20px;
}

.shop_tab .tabs li.active,
.shop_tab .tabs li:hover,
.shop_tab .tabs li:focus {
	color: #ffb600;
	background: #fff;
}

.shop_tab .tab_content {
	border-top: 1px solid #d1d1d1;
	padding: 20px;
	width: 100%;
}

.product-info .tab_content p:last-child {
	margin-bottom: 0;
}

.cart_table table {
	margin-bottom: 0;
}

.cart_table .table-responsive thead {
	background: #f9f9f9;
}

.cart_table .table-responsive thead tr>th {
	padding: 15px 20px;
	border-bottom-width: 1px;
}

.cart_table .table-responsive tbody tr>td {
	vertical-align: middle;
	padding: 20px;
}

.cart_table .product-name {
	display: inline-block;
	vertical-align: middle;
}

.cart_table .btn-close {
	display: inline-block;
	color: #ff5b5b;
	font-size: 20px;
}

.apply_coupon {
	border: 1px solid #d1d1d1;
	border-top: none;
	padding: 20px;
}

.apply_coupon .coupon {}

.apply_coupon .coupon>form input[type="submit"]:hover,
.apply_coupon .coupon>form input[type="submit"]:focus {
	background: #FDB501;
	border-color: #FDB501;
}

.apply_coupon .coupon>form input {
	border: 1px solid #d1d1d1;
	padding: 6px 12px;
	vertical-align: top;
	height: 40px;
}

.apply_coupon .coupon>form .form-group>input {
	width: 100%;
}

.apply_coupon .coupon a {
	display: inline-table;
}

.totals {
	padding: 15px;
}

.total_form input {
	height: 40px;
}

.totals,
.total_form .select {
	border: 1px solid #d1d1d1;
}

.total_form .select {
	border: 1px solid #d1d1d1;
	overflow: hidden;
	height: 40px;
	width: 100%;
	position: relative;
	display: block;
}

.total_form select {
	height: 40px;
	padding: 5px;
	border: 0;
	width: 100%;
	color: #555;
	opacity: .6;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.total_form .select:after {
	content: "\f0d7";
	font-family: FontAwesome;
	color: #555;
	font-size: 16px;
	padding: 9px 8px;
	padding-right: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	z-index: 1;
	text-align: center;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.totals .table-responsive tr>td {
	border: none;
	color: #737373;
	padding: 17px 10px;
}

.totals .table-responsive tr>td.yellow_t {
	color: #ffb600;
}

/* ------------------ SHOP ------------------ */

.pages {
	text-align: center;
	margin-top: 30px;
	height: auto;
	line-height: 26px;
	font-size: 14px;
	overflow: hidden;
}

.pages ul {
	margin: 0 auto;
	display: table;
}

.pages ul li {
	display: inline-block;
}

.pages ul li.active a {
	color: #ffb600;
	background: none;
	border: 1px solid #ffb600;
}

.pages ul li a {
	display: inline-block;
	margin: 0 8px;
	background: #ffb600;
	padding: 10px 20px;
	color: #FFFFFF;
	border: 1px solid #ffb600;
}

.pages ul li a:hover {
	background: #FFFFFF;
	color: #ffb600;
	border: 1px solid #ffb600;
}

#tab1 img{
	width: 70%;
	margin: 0 auto 10px;
	display: block;
}

#tab2 p{
	font: 400 16px/32px 'Poppins', sans-serif;
	border-bottom: 1px dashed #dadada;
	width: 98%;
	margin: 0 auto;
	padding: 10px 20px;
}