/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);



* {
	font-family: 'Microsoft YaHei', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #687074;
}

p {
	color: #555;
	font-size: 12px;
}

a {
	color: #18ba9b;
	text-decoration: none;
}

a:hover {
	color: #18ba9b;
	text-decoration: underline;
}

ul.list-inline {
	margin-left: 0;
}

@media (min-width: 768px) {
	body.header-fixed-space-v2.g-blur { padding-top: 0; }
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
	padding: 0;
	box-shadow: 0 0 5px #ccc;
	margin-left: auto !important;
	margin-right: auto !important;
}

/*Heading
------------------------------------*/
.heading h2 {
	color: #687074;
	font-size: 24px;
	text-transform: uppercase;
}

.heading h2:before,
.heading h2:after {
	width: 100%;
}

@media (max-width: 991px) {
	.heading h2:before,
	.heading h2:after {
		width: 65%;
	}
}

@media (max-width: 768px) {
	.heading h2:before,
	.heading h2:after {
		width: 35%;
	}
}

@media (max-width: 600px) {
	.heading h2 {
		font-size: 19px;
	}

	.heading h2:before,
	.heading h2:after {
		width: 15%;
	}
}

/*Illustration v1
------------------------------------*/
/*Illustration v1*/
.illustration-v1 {
	display: block;
	overflow: hidden;
	min-height: 170px;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.illustration-v1:before {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(42,42,42,0.3);
}

.illustration-v1:hover {
	text-decoration: none;
}

.illustration-v1 .illustration-bg {
	width: 100%;
	display: table;
	min-height: 170px;
	background-clip: padding-box;
}

.illustration-v1 .illustration-ads {
	width: 100%;
	height: 170px;
	overflow: hidden;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 15px 20px 20px;
	background-clip: padding-box;
}

/*Illustration Advertaisemnt Details v1*/
.illustration-v1.illustration-img1 {
	width: 100%;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.illustration-v1.illustration-img1:hover {
	transform: scale(1.05);
}

.illustration-v1 .ad-details-v1 h3 {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	position: relative;
	margin-bottom: 35px;
	font-weight: normal;
}

.illustration-v1 .ad-details-v1 h3:after {
	left: 50%;
	z-index: 1;
	width: 30px;
	height: 3px;
	content: " ";
	bottom: -17px;
	background: #fff;
	margin-left: -15px;
	position: absolute;
}

.illustration-v1 .ad-details-v1 .btn-brd {
	font-weight: 400;
	border-width: 2px;
}

.illustration-v1 .ad-details-v1 .btn-brd:hover {
	border-width: 2px;
}

.illustration-v1 .ad-details-v1 .btn-u {
	padding: 5px 30px;
}

/*Illustration Advertaisemnt Details v2*/
.illustration-v1.illustration-img2 {
	width: 100%;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.illustration-v1.illustration-img2:hover {
	-transform: scale(1.05);
}

.illustration-v1 .ad-details-v2 span.item-time {
	color: #fff;
	padding: 0 10px;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}

.illustration-v1 .ad-details-v2 span.item-time:before,
.illustration-v1 .ad-details-v2 span.item-time:after {
	top: 15px;
	width: 40%;
	height: 2px;
	content: " ";
	background: #fff;
	position: absolute;
}

.illustration-v1 .ad-details-v2 span.item-time:before {
	left: 100%;
}
.illustration-v1 .ad-details-v2 span.item-time:after {
	right: 100%;
}

.illustration-v1 .ad-details-v2 span.item-name {
	color: #fff;
	display: block;
	font-size: 60px;
	line-height: 60px;
	position: relative;
	font-weight: normal;
	text-transform: uppercase;
}

/*Illustration v2
------------------------------------*/
/*Owl Navigation*/
.illustration-v2 .customNavigation {
	text-align: center;
}

.illustration-v2 .customNavigation a.owl-btn {
	color: #ccc;
	width: 30px;
	height: 30px;
	font-size: 17px;
	cursor: pointer;
	background: none;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	border: 2px solid #ddd;
}

.illustration-v2 .owl-pagination {
	display: none;
}

.illustration-v2 .customNavigation a.owl-btn:hover {
	color: #555;
	border-color: #777;
	transition: all 0.2s ease-in-out;
}

.illustration-v2 .customNavigation a.owl-btn.prev i {
	margin-left: -2px;
}
.illustration-v2 .customNavigation a.owl-btn.next i {
	margin-right: -2px;
}

/*Illustration v3
------------------------------------*/
/*Illustration v3*/
.illustration-v3 {
	display: block;
	overflow: hidden;
	min-height: 400px;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.illustration-v3:before {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(42,42,42,0.3);
}

.illustration-v3:hover {
	text-decoration: none;
}

.illustration-v3 .illustration-bg {
	width: 100%;
	display: table;
	min-height: 400px;
	background-clip: padding-box;
}

.illustration-v3 .illustration-ads {
	width: 100%;
	height: 400px;
	overflow: hidden;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 15px 20px 20px;
	background-clip: padding-box;
}

/*Illustration Images*/
.illustration-v3.illustration-img1,
.illustration-v3.illustration-img2,
.illustration-v3.illustration-img3 {
	transition: all 0.3s ease-in-out;
}

.illustration-v3.illustration-img1:hover,
.illustration-v3.illustration-img2:hover,
.illustration-v3.illustration-img3:hover {
	transform: scale(1.05);
}

.illustration-v3 .illustration-v3-category {
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: block;
	position: relative;
	border-top: 5px solid rgba(255,255,255,0.5);
	border-bottom: 5px solid rgba(255,255,255,0.5);
}

.illustration-v3 span.product-category {
	color: #fff;
	display: block;
	font-size: 35px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 12px;
	text-transform: uppercase;
}

.illustration-v3 span.product-amount {
	color: #ddd;
	font-size: 24px;
}

/*Collection Banner
------------------------------------*/
.collection-banner {
	padding: 50px 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/collection-bg.jpg);
}

.collection-banner:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(0,0,0,0.3);
}

.collection-banner h2 {
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	margin: 12px 0 15px;
	text-transform: uppercase;
}

.collection-banner p {
	color: #eee;
}

/*Percent Off*/
.collection-banner .percent-numb {
	color: #fff;
	float: left;
	padding: 10px 0;
	font-size: 200px;
	font-weight: 400;
	line-height: 150px;
	margin-right: 15px;
}

.collection-banner .percent-off {
	float: left;
	margin-right: 30px;
}

.collection-banner .percent-off span {
	color: #fff;
	display: block;
}

.collection-banner .percent-off span.discount-percent {
	font-size: 70px;
	margin-top: 30px;
	font-weight: 200;
	line-height: 80px;
}

.collection-banner .percent-off span.discount-off {
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.collection-banner h2 {
		font-size: 30px;
	}

	.collection-banner h3 {
		font-size: 145px;
	}

	.collection-banner .percent-off span.discount-percent {
		font-size: 70px;
		margin-top: 35px;
		line-height: 60px;
	}

	.collection-banner .percent-off span.discount-off {
		font-size: 30px;
	}
}

@media (max-width: 514px) {
	.collection-banner h3 {
		font-size: 145px;
	}

	.collection-banner .percent-off span.discount-percent {
		font-size: 70px;
		margin-top: 35px;
		line-height: 60px;
	}

	.collection-banner .percent-off span.discount-off {
		font-size: 30px;
	}
}

/*Owl Carousel v2
------------------------------------*/
.owl-slider-v2 .owl-wrapper-outer {
	margin-bottom: 20px;
}

.owl-slider-v2 .item {
	margin: 0 10px;
	text-align: center;
	padding: 7px 0;
	position: relative;
	border: 1px solid #e4e2e2;
}

.owl-slider-v2 .item img {
	width: 150px;
	height: auto;
}

/*Owl Pagination*/
.owl-slider-v2 .owl-pagination {
	text-align: center !important;
}

.owl-slider-v2 .owl-controls .owl-page.active span,
.owl-slider-v2 .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	background: #888;
	filter: Alpha(Opacity=100);
}

.owl-slider-v2 .owl-controls .owl-page span {
	border: 1px solid #999 !important;
}

.owl-slider-v2 .owl-controls .owl-page {
	zoom: 1;
	display: inline-block;
}

.owl-slider-v2 .owl-controls .owl-page span {
	width: 12px;
	height: 12px;
	opacity: 0.3;
	display: block;
	margin: 5px 3px;
	background: transparent;
	border-radius: 50% !important;
}

/*Owl Slider v3
------------------------------------*/
.owl-slider-v3 .owl-pagination {
	text-align: center !important;
}

.owl-slider-v3 .owl-wrapper-outer {
	margin-bottom: 20px;
}

.owl-slider-v3.owl-theme .owl-controls .owl-page.active span,
.owl-slider-v3.owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	background: #18ba9b;
}

.owl-slider-v3.owl-theme .owl-controls .owl-page {
	zoom: 1;
	display: inline-block;
}

.owl-slider-v3.owl-theme .owl-controls .owl-page span {
	width: 12px;
	height: 12px;
	opacity: 0.3;
	display: block;
	margin: 5px 3px;
	background: #bbb;
	border-radius: 50% !important;
}

.owl-slider-v3 .item {
	margin: 0 1px;
}

/*Filter By Block
------------------------------------*/
/*Panel Group*/
.filter-by-block h1 {
	color: #fff;
	width: 100%;
	font-size: 20px;
	padding: 7px 10px;
	text-align: center;
	margin-bottom: 5px;
	background: #18ba9b;
	text-transform: uppercase;
}

.filter-by-block .panel-default {
	border-color: #dedede;
}

.filter-by-block .panel-heading {
	padding: 0;
	background: inherit;
}

.filter-by-block .panel-title {
	overflow: hidden;
}

.filter-by-block .panel-group h2 a {
	color: #687074;
	display: block;
	font-size: 15px;
	padding: 10px 15px;
	border-bottom: 1px solid #dedede;
}

.filter-by-block .panel-group h2 i {
	float: right;
	font-size: 18px;
	margin-top: 8px;
}

.filter-by-block .panel-group h2 a:hover {
	color: #687074;
	text-decoration: none;
}

.filter-by-block .panel-body {
	padding: 15px 20px;
	border-top: none !important;
}

/*Checkbox List*/
.checkbox-list {
	margin-bottom: 0;
}

.checkbox-list li {
	margin-top: 10px;
}

.checkbox-list li:first-child {
	margin-top: 0;
}

.checkbox-list .checkbox {
	display: block;
	overflow: hidden;
	position: relative;
}

.checkbox-list .checkbox {
	color: #999;
	margin: 4px 0;
	cursor: pointer;
	font-size: 12px;
	line-height: 25px;
	padding-left: 27px;
	font-weight: 400;
}

.checkbox-list .checkbox input {
	left: -9999px;
	position: absolute;
}

.checkbox-list .checkbox i {
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	outline: none;
	display: block;
	background: #fff;
	border-width: 2px;
	position: absolute;
	border-style: solid;
}

.checkbox-list .checkbox input + i:after {
	opacity: 0;
	position: absolute;
}

.checkbox-list .checkbox input + i:after {
	top: -3px;
	left: -2px;
	width: 15px;
	height: 15px;
	content: '\f00c';
	text-align: center;
	font: normal 8px/17px FontAwesome;
}

.checkbox-list .checkbox input:checked + i:after {
	opacity: 1;
}

.checkbox-list .checkbox i {
	border-color: #8bdccd;
	transition: border-color 0.3s;
}

.checkbox-list .checkbox:hover i {
	border-color: #18ba9b;
}

.checkbox-list .checkbox input:focus + i {
	border-color: #18ba9b;
}

.checkbox-list .checkbox input + i:after {
	color: #18ba9b;
}
.checkbox-list .checkbox input:checked + i {
	border-color: #18ba9b;
}

.checkbox-list .checkbox small {
	float: right;
}

.checkbox-list .checkbox small a {
	color: #18ba9b;
	font-size: 12px;
}

/*Slider Snap*/
.slider-snap {
	margin: 20px 0;
}

.slider-snap.noUi-background {
	box-shadow: inset 0px 1px 1px 0px #b5b5b5;
}

.slider-snap.noUi-connect {
	background: #18ba9b;
}

.slider-snap.noUi-horizontal {
	height: 10px;
	background: #f8f8f8;
	border-radius: 4px !important;
}

.slider-snap.noUi-horizontal .noUi-handle {
	width: 25px;
	height: 20px;
	border-radius: 3px !important;
	box-shadow: 0 1px 1px 0 #b5b5b5;
}

.slider-snap .noUi-handle:before,
.slider-snap .noUi-handle:after {
	left: 9px;
	height: 7px;
}

.slider-snap .noUi-handle:after {
	left: 13px;
}

.slider-snap-text {
	text-align: center;
}

.slider-snap-text span {
	position: relative;
}

.slider-snap-text span + span:before {
	top: -2px;
	left: -15px;
	content: '\2013';
	position: absolute;
}

.slider-snap-text span:after {
	left: 0;
	top: -1px;
	content: "\0024";
	position: absolute;
}

.slider-snap-text span {
	color: #999;
	font-size: 12px;
	font-weight: 200;
	padding: 0 19px 0 11px;
}

/*Product Color List*/
.product-color-list {
	margin-bottom: 0;
	text-align: center;
}

.product-color-list .list-inline > li {
	padding-left: 0;
}

.product-color-list li {
	padding: 2px;
}

.product-color-list li img {
	width: 24px;
	height: 24px;
}

.product-color-list li:first-child {
	padding-left: 0;
}

/*Result Category*/
.result-category {
	overflow: hidden;
	margin-bottom: 5px;
}

.result-category h2 {
	float: left;
	font-size: 20px;
	margin-right: 20px;
	text-transform: uppercase;
}

.result-category .badge-results {
	top: 12px;
	color: #fff;
	font-size: 12px;
	padding: 3px 8px;
	position: relative;
}

/*Grid List Icons*/
.grid-list-icons {
	float: right;
	margin-top: 9px;
}

.grid-list-icons i {
	color: #fff;
	width: 30px;
	height: 30px;
	padding: 6px;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	background: #18ba9b;
	display: inline-block;
}

.grid-list-icons i:hover {
	background: #8bdccd;
	text-decoration: none;
}

/*Sort List Button*/
.sort-list-btn {
	float: right;
	margin: 6px 0px 0 0;
}

.sort-list-btn h3 {
	float: left;
	color: #555;
	font-size: 14px;
	margin-right: 10px;
}

.sort-list-btn .btn {
	margin-top: 2px;
}

.sort-list-btn .btn .caret {
	margin-left: 50px;
}

.sort-list-btn .btn-default {
	color: #999;
	font-size: 13px;
	border-color: #dedede;
}

.sort-list-btn .btn-default:hover,
.sort-list-btn .btn-default:focus,
.sort-list-btn .btn-default:active,
.sort-list-btn .btn-default.active,
.sort-list-btn .open > .dropdown-toggle.btn-default {
	color: #999;
	box-shadow: none;
	background: inherit;
	border-color: #dedede;
}

.sort-list-btn .dropdown-menu {
	box-shadow: 0 5px 5px 0px rgba(90,90,90,0.075);
}

.sort-list-btn .dropdown-menu li a {
	color: #999;
	font-size: 12px;
}

.product_filters .sort-list-btn:last-child{
	margin-left: 10px;
}
/*Filter Results*/
.filter-results {
	padding: 40px 0;
	margin-bottom: 30px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

/*Pagination v2*/
.pagination.pagination-v2 > li > a {
	padding: 5px;
	margin: 0 2px;
	min-width: 35px;
	border-color: #f0f0f0;
}

.pagination.pagination-v2 > li > a,
.pagination.pagination-v2 > li > span {
	background: #f7f7f7;
}

.pagination.pagination-v2 > li > a:hover,
.pagination.pagination-v2 > .active > a,
.pagination.pagination-v2 > .active > span,
.pagination.pagination-v2 > .active > a:hover,
.pagination.pagination-v2 > .active > span:hover,
.pagination.pagination-v2 > .active > a:focus,
.pagination.pagination-v2 > .active > span:focus {
	background: #18ba9b;
	border-color: #18ba9b;
}

/*Rating*/
.product-ratings li {
	padding: 0;
}

.product-ratings li .rating {
	color: #8bdccd;
	font-size: 14px;
}

.product-ratings li .rating-selected {
	color: #18ba9b;
	font-size: 14px;
}



/*Product Description*/
.product-description {
	padding: 10px;
	overflow: hidden;
}

.product-description-brd {
	box-shadow: 0 0 2px #ccc;
}

.product-description .title-price {
	color: #687074;
	font-size: 18px;
}

.product-description h4.title-price {
	margin: 2px 0 0;
}

.product-description h4.title-price a {
	color: #687074;
}

.product-description h4.title-price a:hover {
	color: #18ba9b;
}

.product-description .product-price {
	text-align: right;
	padding-left: 10px;
}

.product-description .product-price span {
	display: block;
}

.product-description .line-through {
	color: #c9253c;
	text-decoration: line-through;
}

.product-description .gender {
	color: #999;
	display: block;
	font-size: 14px;
}

.product-description .product-ratings {
	overflow: hidden;
}

/*Product Description v2*/
.product-description-v2 .title-price {
	color: #687074;
	font-size: 18px;
}

.product-description-v2 span.title-price {
	margin-right: 15px;
}

.product-description-v2 .title-price a {
	color: #687074;
}

.product-description-v2 h4.title-price a:hover {
	color: #18ba9b;
}

.product-description-v2 .title-price.line-through {
	color: #c9253c;
	text-decoration: line-through;
}

.product_description{
	font-size: 12px;
}
/*Info Block v2
------------------------------------*/
/*Info Block v2*/
@media (min-width: 480px) {
	.info-block-v2 {
		margin: 0 120px 20px 0;
	}
}

.info-block-v2 i {
	float: left;
	color: #18ba9b;
	font-size: 30px;
	margin: 7px 15px 0 0;
}

.info-block-in {
	overflow: hidden;
}

.info-block-in h3 {
	color: #555;
	font-size: 18px;
	margin: 0 0 5px;
}

.product-description {
	padding: 10px;
	overflow: hidden;
}

.list-product-description {
	padding: 20px 10px;
}
/*Custom Form Horizontal*/
.cus-form-horizontal .form-group {
	margin: 0 0 15px;
	overflow: hidden;
	padding-bottom: 7px;
}

.cus-form-horizontal .form-group label {
	color: #555;
	margin-top: 4px;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
}

.wizard > .content > .body .cus-form-horizontal input {
	color: #888;
	box-shadow: none;
	border-color: #eee;
}

.cus-form-horizontal .form-group input::-moz-placeholder {
	color: #ccc;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}
.cus-form-horizontal .form-group input:-ms-input-placeholder {
	color: #ccc;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}
.cus-form-horizontal .form-group input::-webkit-input-placeholder {
	color: #ccc;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}

.cus-form-horizontal .input-small-field a {
	top: 5px;
	color: #18ba9b;
	position: relative;
	text-decoration: underline;
}

.cus-form-horizontal .input-small-field a:hover {
	color: #18ba9b;
	text-decoration: none;
}

/*Payment Type*/
.cus-form-horizontal .payment-type li {
	margin-right: 10px;
}

.cus-form-horizontal .payment-type i {
	color: #888;
	font-size: 35px;
}

/*  */
.g-popup-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(62,71,87,.5);
	z-index: 9992;
}
@media (max-width: 600px) {
	.g-popup-wrapper {
		display: none !important;
	}
}

/*Breadcrumbs v4
------------------------------------*/
.breadcrumbs-v4 {
	width: 100%;
	padding: 25px 0;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
}

.breadcrumbs-v4:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(0,0,0,0.3);
}

.breadcrumbs-v4 .container {
	position: relative;
}

.breadcrumbs-v4 span.page-name {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 200;
	margin: 0 0 5px 3px;
}

.breadcrumbs-v4 h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 200;
	margin: 0 0 10px;
	line-height: 40px;
	text-transform: uppercase;
}

.breadcrumbs-v4 .breadcrumb-v4-in {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.breadcrumbs-v4 .breadcrumb-v4-in > li {
	color: #fff;
	font-size: 13px;
	display: inline-block;
}

.breadcrumbs-v4 .breadcrumb-v4-in > li + li:before {
	color: #fff;
	content: "\f105";
	margin-left: 7px;
	padding-right: 8px;
	font-family: FontAwesome;
}

.breadcrumbs-v4 .breadcrumb-v4-in li a {
	color: #fff;
}

.breadcrumbs-v4 .breadcrumb-v4-in li.active,
.breadcrumbs-v4 .breadcrumb-v4-in li a:hover {
	color: #18ba9b;
	text-decoration: none;
}

@media (max-width: 768px) {
	.breadcrumbs-v4 {
		text-align: center;
	}

	.breadcrumbs-v4 span.page-name {
		font-size: 18px;
	}

	.breadcrumbs-v4 h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}
}

/*Breadcrumbs v5
------------------------------------*/
.breadcrumb-v5 {
	padding: 20px 0;
	list-style: none;
}

.breadcrumb-v5 > li {
	color: #999;
	font-size: 15px;
	display: inline-block;
}

.breadcrumb-v5 > li + li:before {
	color: #ccc;
	content: "\f105";
	margin-left: 7px;
	padding-right: 8px;
	font-family: FontAwesome;
}

.breadcrumb-v5 li h1 {
	margin: 0;
}

.breadcrumb-v5 li a {
	color: #999;
}

.breadcrumb-v5 li i {
	margin: 0 auto;
	font-size: 18px;
}

.breadcrumb-v5 li.active,
.breadcrumb-v5 li a:hover {
	color: #18ba9b;
	text-decoration: none;
}

/*Full Width*/
.full-width {
	width: 100%;
}

/*Shop Color Red*/
.shop-red {
	color: #c9253c;
}

.shop-green {
	color: #18ba9b;
}

/*Shop Background Red*/
.shop-bg-red {
	background: #c9253c;
}

.shop-bg-green {
	background: #18ba9b;
}

.shop-rgba-red {
	background: rgba(201,37,60,0.5);
}

.shop-rgba-dark-green {
	background: rgba(24,171,155,0.5);
}

.shop-rgba-dark {
	background: rgba(0,0,0,0.5);
}

/*Button Sea Shop*/
.btn-u.btn-u-sea-shop {
	background: #18ba9b;
}
.btn-u.btn-u-sea-shop:hover,
.btn-u.btn-u-sea-shop:focus,
.btn-u.btn-u-sea-shop:active,
.btn-u.btn-u-sea-shop.active,
.open .dropdown-toggle.btn-u.btn-u-sea-shop {
	background: #2cd5b6;
	box-shadow: none;
}
.btn-u.btn-u-split-sea.dropdown-toggle {
	border-left: solid 1px #2cd5b6;
}

/*Button Bordered Sea Shop*/
.btn-u.btn-brd.btn-u-sea-shop {
	color: #18ba9b;
	background: none;
	border-color: #18ba9b;
}
.btn-u.btn-brd.btn-u-sea-shop:hover {
	color: #18ba9b;
	border-color: #18ba9b;
}
.btn-u.btn-brd.btn-u-sea-shop.btn-brd-hover:hover {
	background: #18ba9b;
}

/*Label Danger Shop*/
.label.label-danger-shop {
	color: #fff;
	font-size: 9px;
	padding: 1px 5px;
	background: #c9253c;
	text-transform: uppercase;
}

.btn-u:focus{
	outline: none;
}

/*Removes Bootstrap carousel background images*/
.carousel-control.left,
.carousel-control.right {
	background-image: none;
}

/*RGBA Banner*/
.rgba-banner-position {
	position: relative;
}

.rgba-banner {
	top: 20px;
	right: -5px;
	color: #fff;
	font-size: 14px;
	padding: 3px 8px;
	font-weight: 600;
	position: absolute;
	text-transform: uppercase;
}

.rgba-banner-v2 {
	right: 0;
	top: 20px;
	color: #fff;
	font-size: 14px;
	padding: 3px 8px;
	font-weight: 600;
	position: absolute;
	text-transform: uppercase;
}

/*Master Slider
------------------------------------*/
.ms-showcase2-template {
	margin: 0 auto;
	max-width: 550px;
}
.ms-showcase2-template .ms-view {
	background: transparent;
}

/*Revolution Slider (Main)
------------------------------------*/
.tp-banner-container ul li,
.fullscreenbanner-container ul li {
	list-style: none;
	visibility: hidden;
}

.tp-bullets.preview4 .bullet {
	border-radius: 10px !important;
}

.tp-banner-container a.btn-u,
.tp-banner-container a.btn-u:hover {
	color: #fff;
	border: solid 1px transparent;
}

.tp-banner-container a.re-btn-brd {
	background: none;
	border: solid 1px #fff;
}

.tp-banner-container a.re-btn-brd:hover {
	color: #555;
	background: #fff;
}

/*Fullwidth*/
.tp-banner-container .btn-u.btn-brd {
	font-weight: 400;
}

.tp-banner-container {
	position: relative;
}

/*Fullscreen*/
.fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}

/*Slider Contents v1*/
.revolution-mch-1:after {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	position: absolute;
	background: rgba(0,0,0,0.3);
}

.revolution-ch1 {
	color: #fff;
	font-size: 50px;
	font-weight: 200;
	line-height: 60px;
	padding: 30px 50px;
	text-align: center;
	border: 1px solid #fff;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}

.revolution-ch2 {
	color: #fff;
	font-size: 30px;
	max-width: 470px;
	line-height: 32px;
	position: relative;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}

.revolution-ch2:after {
	left: 50%;
	width: 70px;
	height: 2px;
	content: ' ';
	bottom: -20px;
	background: #fff;
	margin-left: -35px;
	position: absolute;
}

.revolution-ch3 {
	color: #fff;
	font-size: 50px;
	font-weight: 200;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}

.revolution-ch4 {
	color: #fff;
	font-size: 18px;
	max-width: 600px;
	line-height: 30px;
	text-align: center;
	position: relative;
	font-weight: normal;
	font-family: "Open Sans", sans-serif;
}

.revolution-ch5 {
	color: #fff;
	font-size: 50px;
	font-weight: 200;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}

/*Back to top Button
------------------------------------*/
#topcontrol {
	color: #fff;
	z-index: 99;
	width: 30px;
	height: 30px;
	font-size: 20px;
	background: #222;
	position: relative;
	right: 14px !important;
	bottom: 11px !important;
	border-radius: 3px !important;
}

#topcontrol:after {
	left: 8.5px;
	content: "\f106";
	position: absolute;
	text-align: center;
	font-family: FontAwesome;
}

#topcontrol:hover {
	color: #fff;
	background: #18ba9b;
	transition: all 0.3s ease-in-out;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
	display: none;
}

/*Review Submit*/
.review-submit {
	overflow: hidden;
}

.stars-ratings {
	float: left;
}

.stars-ratings li {
	padding: 0;
}

.stars-ratings input {
	left: -9999px;
	position: absolute;
}

.stars-ratings label {
	float: right;
	height: 17px;
	display: block;
	padding: 0 2px;
	font-size: 14px;
	cursor: pointer;
	line-height: 17px;
}

.stars-ratings label {
	color: #8bdccd;
	transition: color 0.3s;
}

.stars-ratings input + label:hover,
.stars-ratings input + label:hover ~ label {
	color: #18ba9b;
}

.stars-ratings input:checked ~ label {
	color: #18ba9b;
}

.review-submit button.btn-u.pull-right {
	margin-top: -17px;
}

/*Stars Ratings Label*/
.stars-ratings-label label {
	font-size: 24px;
	margin: 0 4px 5px;
}

.toggle {
	height: auto;
	width: 45px;
	line-height: 1;
	box-shadow: none !important;
	position: relative;
	float: right;
	background: none;
	outline: none;
	border: none;
}
.toggle:focus{
	outline: none;
}
.tab-v1 .nav-tabs > .active > a,
.tab-v1 .nav-tabs > .active > a:hover,
.tab-v1 .nav-tabs > .active > a:focus {
	background: #18ba9b;
}
.tab-v1 .nav-tabs {
	border-bottom: solid 2px #18ba9b;
}
.tab-v1 .nav-tabs > li > a:hover {
	color: #fff;
	background: #18ba9b;
}
.tab-v2 .nav-tabs li.active a {
	border-top: solid 2px #18ba9b;
}

.headline h2,
.headline h3,
.headline h4 {
	border-bottom: 2px solid #18ba9b;
}
.headline h1 {
	font-size: 20px;
}
.headline h2 {
	font-size: 18px;
}
.headline h3 {
	font-size: 16px;
}
.headline h4 {
	font-size: 14px;
}

.blog-trending li h3 a{
	color: #555;
	font-size: 12px;
}

.blog-trending small a:hover ,.blog-trending a:hover{
	color: #18ba9b;
}
ul.blog-tags a:hover{
	background-color: #18ba9b;
}

.owl-theme .owl-dots .owl-dot {
	outline:none;
	background: none;
	filter:chroma(color=#000000);
}
.news_border{
	border: 1px solid #e4e2e2;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}
.news_border li a{
	color: #888;
	text-underline:none;
}
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none; }
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px; }

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; }
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791; }

/*Blog Large
------------------------------------*/
/*Blog Page*/
.blog h2 {
	color: #555;
	font-size: 21px;
	line-height: 32px;
	margin-bottom: 10px;
}

.blog h2 a {
	color: #585f69;
	line-height: 32px;
	font-size: 20px;
}

.blog h2 a:hover {
	color: #18ba9b;
	text-decoration: none;
}

.blog .blog-img {
	margin: 20px 0;
}

.headline-md {
	margin-top: 9px;
}

/*Blog Content Tags*/
.blog-post-tags {
	padding: 5px 0 8px;
	margin-bottom: 10px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.blog-post-tags ul {
	margin-bottom: 0;
}

.blog-post-tags li {
	font-size: 12px;
}

.blog-post-tags li i {
	color: #777;
}

.blog-post-tags ul.blog-info {
	color: #eee;
	margin-bottom: 3px;
}

.blog-post-tags ul.blog-tags a {
	color: #555;
	font-size: 11px;
	display: inline;
	padding: 3px 7px;
	margin-right: 2px;
	background: #f4f4f4;
}

.blog-post-tags ul.blog-tags a:hover {
	background: #18ba9b;
}

/*Blog Item Page
------------------------------------*/
.blog-item .media img {
	top: 3px;
	width: 54px;
	height: 54px;
	position: relative;
}

.post-comment h3,
.blog-item .media h3 {
	font-size: 21px;
	margin-bottom: 25px;
}

.blog-item .media h4.media-heading {
	color: #555;
	font-size: 17px;
	position: relative;
}

.blog-item .media h4.media-heading span {
	top: 3px;
	right: 0;
	color: #777;
	font-size: 12px;
	position: absolute;
}

.blog-item .media h4.media-heading span a {
	color: #18ba9b;
}

/*Blog Medium
------------------------------------*/
.blog-medium .blog-info li,
.blog-medium .blog-info li a {
	color: #777;
	font-size: 12px;
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
	.blog-medium img {
		margin-bottom: 20px;
	}
}

/*Blog Full Wisth
------------------------------------*/
.blog-full-width .blog-post-tags {
	padding: 5px 0;
}
.blog-full-width ul.blog-info {
	margin-bottom: 0;
}

/*Blog Grid Tags*/
.blog-grid-tags {
	padding-left: 0;
	list-style: none;
	margin-bottom: 30px;
}

.blog-grid-tags li {
	padding: 2px;
	display: inline-block;
}

.blog-grid-tags li.head {
	color: #fff;
	display: inline;
	font-size: 12px;
	background: #333;
	padding: 3px 10px;
	text-transform: uppercase;
}

.blog-grid-tags li a {
	color: #fff;
	font-size: 12px;
	background: #999;
	padding: 3px 10px;
	text-transform: uppercase;
}

.blog-grid-tags li a:hover {
	background: #18ba9b;
	text-decoration: none;
}