.top-bar-btn{
	color: #000;
	font-size: 14px;

	/*color: #fff;
	padding-left: 7px;
	padding-right: 7px;
	background: #008ef7;
	border: 1px solid #008ef7;
	border-radius: 4px;*/
}

.bg-banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 475px;
	width: 100%;
}

.product-item-image-container{
	width: 100%;
	height: 170px;
	padding: 0;
	left: 0;
}

.product-item-image-container a{
	width: 100%;
	height: 100%;
}

.product_enterprise_desc_image, .service_enterprise_desc_image{
	width: 100%;
	padding-left: 30px;
}

li.sidebar_main_type_enterprise a{
	color: #242424;
	cursor: pointer;
	display: block;
	line-height: 20px;
	position: relative;
}

.show-more-btn{
	background: #252525 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	text-shadow: none;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
}

.show-more-btn:hover{
	background: #008ef7;
}

.categori-checkbox label{
	color: #363f4d;
	font-size: 16px;
	margin-left: 15px;
	margin-bottom: 0;
	cursor: pointer;
}

.filter_list{
	height: 160px;
	overflow-y: auto;
}

@media only screen and (max-width: 767px) {
	.product-item-image-container{
		width: 180px;
		height: 180px;
		padding: 12px;
		left: 20%;
	}
	.product_enterprise_desc_image, .service_enterprise_desc_image{
		width: 60%;
		padding-left: 0px;
	}
}


/******************************************************************************
 ******************************  Auth Form  **********************************
 *****************************************************************************/
.auth-form {
	border: 2px solid #008ef7;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 1px #008ef7;
}

.auth-form h4, .auth-form h3{
	color: #008ef7;
}

.auth-form p.form-row input[type="submit"] {
	background: #008ef7 none repeat scroll 0 0;
	border: medium none;
	border-radius: 30px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	padding: 0 30px;
	text-shadow: none;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	width: inherit;
	font-weight: bold;
}

.auth-form p.form-row input[type="submit"]:hover {
	background: #252525;
}



/******************************************************************************
 ***************************  Banner Carousel  ********************************
 *****************************************************************************/

#list-banners .owl-item.active .slider-progress {
	-webkit-animation: 5000ms ease-in-out 0s normal none 1 running timebar;
	animation: 10000ms ease-in-out 0s normal none 1 running timebar;
	background: rgba(0, 0, 0, .3);
	height: 5px;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	z-index: 4;
}
#list-banners .owl-nav div {
	color: rgba(36,36,36,.15);
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	z-index: 8;
}
#list-banners .owl-nav div:hover {
	color: #008ef7;
}
#list-banners:hover .owl-nav div {
	opacity: 1;
}
#list-banners:hover .owl-nav div.owl-prev {
	left: 10px;
}
#list-banners:hover .owl-nav div.owl-next {
	right: 10px;
}
#list-banners .owl-nav div.owl-next {
	right: 0;
	left: auto;
}
#list-banners .owl-nav > .owl-prev > i,
#list-banners .owl-nav > .owl-next > i {
	font-size: 55px;
	font-weight: 700;
}
#list-banners .owl-dots {
	display: none;
}




/******************************************************************************
 *************************  Subscription Form  ********************************
 *****************************************************************************/
.subscription-form {
	border: 2px solid #008ef7;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 1px #008ef7;
}

.subscription-form h4{
	color: #008ef7;
}

.subscription-form p.form-row input[type="button"] {
	background: #008ef7 none repeat scroll 0 0;
	border: medium none;
	border-radius: 30px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	padding: 0 30px;
	text-shadow: none;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	width: inherit;
	font-weight: bold;
}
.subscription-form p.form-row input[type="button"]:hover,
p.checkout-coupon input[type="button"]:hover {
	background: #252525;
}




/******************************************************************************
 *************************  Subscription Form  ********************************
 *****************************************************************************/
.li-product-menu span{
	font-size: 16px;
}

.profile-form{
	border: none;
	border-color: #ddd;
	border-radius: 0;
}

.profile-form label{
	color: #999;
}



/******************************************************************************
 *************************  Newsletters Form  ********************************
 *****************************************************************************/
#mc-email{
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

#mc-submit{
	color: #fff;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}



/******************************************************************************
 *************************  Newsletters Form  ********************************
 *****************************************************************************/
#mc-email{
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

#mc-submit{
	color: #fff;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}