/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*****************************************/
/*********** Public Layout 2  ************/
/*****************************************/

.text-left .intro-section h1,
.text-left .intro-section h5,
.text-left .intro-section h2,
.text-left .intro-section {
	text-align: left;
}

/*****************************************/
/*********** FEATURES RIBBON *************/
/*****************************************/

.white-text a {
	color: #fff;
}

.stats {
	background: transparent;
	background-size: cover;
	text-align: center;
}

.stats .overlay-layer-2 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

.single-stats {
	display: inline-block;
	float: none;
	margin-top: 40px;
	margin-right: -4px;
	margin-bottom: 40px;
	vertical-align: top;
}

.single-stats .icon-container {
	margin-bottom: 35px;
}

.single-stats .icon-container span {
	font-size: 70px;
}

.stats-footer .long-transparent-line {
	margin-bottom: 45px;
}

/*****************************************/
/*********** SHORTCODES SECTION **********/
/*****************************************/

.shortcodes {
	padding-bottom: 50px;
	border-bottom: 1px solid #eaebec;
	background-color: #fff;
}

/***********************************/
/*********** SECTION SHOP **********/
/***********************************/

.shop {
	border-bottom: 1px solid #eaebec;
	background-color: #fff;
}

.shop .section-overlay-layer {
	padding-bottom: 50px;
}

.home-add-to-cart-wrap a {
	display: inline-block;
	float: none;
	overflow: visible;
	position: relative;
	left: auto;
	margin: 0;
	padding: 0 20px;
	padding-top: 1px;
	padding-bottom: 4px;
	border: none;
	border-radius: 3px;
	color: #fff;
	background-color: #00a5f9;
	background-repeat: repeat-x;
	background-size: contain;
	-webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.3);
	text-shadow: none;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.home-add-to-cart-wrap a:hover {
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
}

.home-shop-product-wrap {
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}

.home-shop-product-info {
	position: absolute;
	top: 100%;
	width: 100%;
	height: 350px;
	height: 100%;
	margin-top: -50px;
	padding: 0;
	background: rgba(255, 255, 255, 0.75);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.home-shop-product-wrap:hover .home-shop-product-info {
	top: 0;
	margin-top: 0;
	padding: 10px;
	padding-bottom: 50px;
}

.home-shop-product-title {
	display: table;
	overflow: hidden;
	max-width: 200px;
	height: 50px;
}

.home-shop-product-title h3 {
	display: table-cell;
	margin-top: 0;
	padding-top: 7px;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	text-transform: uppercase;
}

.home-shop-product-wrap:hover .home-shop-product-title {
	max-width: 100%;
}

.home-shop-product-price {
	position: absolute;
	z-index: 9;
	right: 0;
	bottom: 0;
	margin-bottom: 0;
	padding: 11px;
	padding-right: 0;
	color: #454545;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;

	vert-align: middle;
}

.home-shop-product-wrap:hover .home-shop-product-price {
	bottom: 50px;
	padding-right: 2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.home-add-to-cart-wrap {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
}

.home-shop-product-content {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
}

.home-shop-product-wrap-all {
	display: inline-block;
	float: none;
	margin-right: -4px;
	margin-bottom: 30px;
	vertical-align: top;
}

.home-shop-product-wrap:hover .home-shop-product-info {
	width: 100%;
	padding: 10px;
}

.parallax_one_products_container {
	text-align: center;
}

.home-shop-product-img {
	width: 350px;
	height: 350px;
}

.home-shop-product-price del,
.home-shop-product-price ins {
	background: none;
}

@media (max-width: 1200px) {
	.home-shop-product-price {
		font-size: 18px;
	}
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
	.home-shop-product-wrap-all {
		float: none;
		max-width: 350px;
		margin: 0 auto 50px;
	}
}

@media (max-width: 600px) {
	.home-shop-product-img {
		width: 260px;
		height: 260px;
	}

	.home-shop-product-title {
		display: inline-block;
		display: table;
		float: left;
		overflow: hidden;
		max-width: 200px;
		height: 33px;
		margin: 8px 0;
	}

	.home-shop-product-price {
		display: table;
		overflow: hidden;
		height: 50px;
		padding: 0;
		font-size: 14px;
		line-height: 18px;
	}

	.home-shop-product-price del,
	.home-shop-product-price ins {
		float: right;
		clear: right;
		background: none;
	}

	.home-shop-product-price-inner {
		display: table-cell;
		vertical-align: middle;
	}

	.home-shop-product-info {
		padding: 0;
	}

	.home-shop-product-title h3 {
		padding-top: 0;
		font-size: 15px;
		line-height: 20px;
		vertical-align: middle;
	}

	.home-shop-product-content {
		float: left;
		width: 100%;
		font-size: 13px;
		line-height: 19px;
	}
}

/***********************************/
/******* SECTION PORTFOLIO *********/
/***********************************/

.portfolio-wrap {
	text-align: center;
}

.portfolio-single-item {
	display: inline-block;
	float: none;
	margin-right: -4px;
	margin-bottom: 25px;
	vertical-align: top;
}

.portfolio-single {
	overflow: hidden;
	position: relative;
	height: 255px;
	min-height: 100px;
	border-bottom: 4px solid #e4e7e7;
	border-radius: 3px;
}

.portfolio-detail-hidden {
	display: table;
	overflow: hidden;
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.portfolio-single-item:hover .portfolio-detail-hidden {
	bottom: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.portfolio-detail-inner {
	display: table-cell;
	vertical-align: middle;
}

.portfolio-detail-hidden h3 {
	margin-top: 0;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
}

.portfolio-categ {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}

.portfolio-read-more {
	display: inline-block;
	padding: 7px 20px;
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	background-color: transparent;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.portfolio-read-more:hover {
	color: #fff;
	text-decoration: none;
}

.portfolio-read-more-mobile-show-wrap {
	display: none;
}

.portfolio-single-item-show .portfolio-read-more-mobile-show-wrap {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.portfolio-single-item-show .portfolio-read-more-mobile-show-wrap .portfolio-read-more {
	margin-top: 50%;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
}

.portfolio-single-item-show .portfolio-detail-hidden {
	position: initial;
}

.portfolio-detail-image {
	height: 100%;
}

.portfolio-detail-image img {
	max-width: 200%;
	min-height: 100%;
}

.portfolio-categ a {
	margin: 0 4px;
	color: #fff;
}

.portfolio-categ a:hover {
	color: #00a5f9;
	text-decoration: none;
}

.portfolio {
	border-bottom: 1px solid #eaebec;
	background-color: #fff;
}

.portfolio .section-overlay-layer {
	padding-bottom: 50px;
}

.lightbox {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
	text-align: center;
}

.lightbox p {
	margin-right: 20px;
	color: #fff;
	font-size: 12px;
	text-align: right;
}

.lightbox img {
	max-width: 80%;
	max-height: 80%;
	-webkit-box-shadow: 0 0 25px #111;
	box-shadow: 0 0 25px #111;
	vertical-align: middle;
}

.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.box_content {
	height: 100%;
}

.popup-button {
	display: inline-block;
	padding: 5px;
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	background-color: transparent;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
}

.popup-button:hover {
	background-color: #00a5f9;
}

/***********************************/
/***** SINGLE PAGE PORTFOLIO *******/
/***********************************/

.single-portfolio-wrap {
	padding-bottom: 30px;
}

.portfolio-pagination {
	margin-top: -50px;
}

.portfolio-pagination-action {
	float: left;
	margin-right: 20px;
}

.portfolio-pagination-middle {
	display: inline-block;
	float: left;
	width: 28px;
	margin: 0 20px;
	padding-top: 5px;
}

.portfolio-pagination-middle span {
	float: left;
	width: 5px;
	height: 5px;
	margin: 2px;
	background: #008ed6;
}

.single-portfolio-image {
	margin-bottom: 0;
}

.portfolio-content {
	clear: both;
	padding: 40px 0;
}

.portfolio-pagination a {
	float: left;
}

@media (max-width: 992px) {
	.single-portfolio-image {
		max-width: 350px;
	}
}

@media (max-width: 768px) {
	.single-portfolio-image {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
}

/***********************************/
/******** CONTACT SECTION **********/
/***********************************/

.pirate-forms-section {
	padding: 20px;
}

/***********************************/
/********** Media print ************/
/***********************************/

@media print {
	a[href]:after {
		content: none !important;
	}
}
