/*** h_postdate ***/
.h_postdate_container {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 30px;
}

.h_postdate_container .date {
	height: 100%;
	line-height: 100%;
	position: relative;
}

.h_postdate_container .date:after {
	/*content: "";
	position: absolute;
	right: 5px;
	width: 1px;
	height: 100px;
	background-color: #010101;
	top: 50%;
	transform: translateY(-50%);*/
}

.h_postdate_container img {
	max-width: 100%;
}

@media(max-width:1200px) {
	.h_postdate_container {
		font-size: 68px;
	}

}

@media(max-width:1024px) {
	.h_postdate_container {
		font-size: 48px;
	}

	.h_postdate_container .date:after {
		right: -5px;
	}

}

@media(max-width:768px) {
	.h_postdate_container .date {
		margin-bottom: 20px;
	}

	.h_postdate_container .date:after {
		width: 100px;
		height: 1px;
		left: 0px;
		right: 0px;
		top: unset;
		bottom: 10px;
		margin: 0 auto;
	}

}

@media(max-width:600px) {
	.h_postdate_container {
		font-size: 35px;
	}

	.h_postdate_container .date:after {
		display: none;
	}

}

/*** content ending icon ***/
.h_contentsep_container {
	display: block;
	text-align: center;
	padding: 30px 0px;
}

.h_contentsep_container img {
	margin: 0 auto;
}

/*** Section heading ***/
.h_section_legend {
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 100%;

}

.h_section_legend.toggle_img_text .image {
	margin-top: 25px;
}

.h_section_legend .the_title {
	font-size: 27px !important;
	text-transform: uppercase;
	font-weight: 200;
	position: relative;
	word-break: break-all;
	text-align: center;
}

.h_section_legend .the_title strong {
	font-weight: 500;
}

.h_section_legend .secondary-text {
	text-align: center;
	font-size: 13px;
	line-height: 17px;
	text-transform: lowercase;
}

.h_section_legend .image {
	margin-bottom: 15px;
	position: relative;
}

.h_section_legend .line {
	content: "";
	display: block;
	width: 2px;
	height: 60px;
	background-color: #1d1d1b;
	margin: 10px auto;
}

.h_section_legend .image img {
	max-width: 50px;
	margin: 0 auto;
}

@media(max-width:768px) {

	.h_section_legend {
		margin-bottom: 15px;
	}

	.h_section_legend .line {
		height: 45px;
	}

	.h_section_legend .image img {
		max-width: 40px;
	}

	.h_section_legend .the_title {
		font-size: 25px !important;
	}

}

@media(max-width: 600px) {

	.h_section_legend {
		margin-bottom: 0px;
	}

	.h_section_legend .line {
		height: 35px;
	}

	.h_section_legend .image img {
		max-width: 30px;
	}

	.h_section_legend .the_title {
		font-size: 20px !important;
	}
}

/*** Title ***/
.h_title_container.tb_style {
	font-weight: 200 !important;
}

.h_title_container.tb_style strong {
	font-weight: 500 !important;
}

.h_title_container.border_top_bottom {
	position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
}

.h_title_container.border_top {
	position: relative;
	padding-top: 35px;
}

.h_title_container.border_bottom {
	position: relative;
	padding-bottom: 35px;
}

.h_title_container.border_top_bottom:before,
.h_title_container.border_top_bottom:after,
.h_title_container.border_top:before,
.h_title_container.border_bottom:after {
	content: "";
	display: block;
	height: 1px;
	width: 80px;
	background-color: #1d1d1b;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

.h_title_container.border_top_bottom:before,
.h_title_container.border_top:before {
	top: 0px;
}

.h_title_container.border_top_bottom:after,
.h_title_container.border_bottom:after {
	bottom: 0px
}

.h_title_container.border_align_left:before,
.h_title_container.border_align_left:after {
	left: 0px;
	right: unset;
}

.h_title_container.border_align_right:before,
.h_title_container.border_align_right:after {
	left: unset;
	right: 0px;
}

.h_title_container.border_top_vertical:before {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	background-color: #1d1d1b;
	margin: 10px auto;
	margin-bottom: 30px;
}

.h_title_container.fitted_bottom_line {
	padding-bottom: 20px;
}

.h_title_container.fitted_bottom_line span {
	position: relative;
	padding-bottom: 20px;
}

.h_title_container.fitted_bottom_line span:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background-color: #1d1d1b;
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

@media(max-width:768px) {

	.h_title_container.border_top_bottom:before,
	.h_title_container.border_top_bottom:after {
		left: 0px;
		right: 0px;
		margin: 0 auto;
		text-align: center;
	}

}

/*** rotated_text_with_image ***/
.h_rotated_text_with_image_container .h_rotateme .rotate {
	font-size: 50px;
	font-family: 'DINPro';
	font-weight: 200;
	text-transform: uppercase;
	line-height: 100%;
	text-align: center;
}

.h_rotated_text_with_image_container .content {
	margin-top: 50px;
	font-size: 13px;
}

.h_rotated_text_with_image_container .content strong {
	font-weight: 500;
}

.h_rotated_text_with_image_container .image {
	text-align: center;
	margin: 20px 0px;
}

@media(max-width:768px) {
	.h_rotated_text_with_image_container .image img {
		margin: 0 auto;
	}

}

/*** product ***/
.h_product_container {}

.h_product_container .h_product_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.h_product_container .h_product_list .item {
	flex-basis: 50%;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 35px;
}

.h_product_container .h_product_list .item .item-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*flex-wrap: wrap;*/
	margin-bottom: 30px;
}

.h_product_container .h_product_list .item .item-head .l-head {
	flex-basis: 70%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
	position: relative;
	font-size: 25px;
	font-weight: 200;
	line-height: 100%;
	text-transform: uppercase;
}

.h_product_container .h_product_list .item .item-head .l-head:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 0px;
	height: 100%;
	width: 1px;
	background-color: #1d1d1b;
}

.h_product_container .h_product_list .item .item-head .l-head strong {
	font-weight: 500;
}

.h_product_container .h_product_list .item .item-head .l-head span {
	display: block;
	font-size: 32px;
	margin-top: 10px;
	line-height: 100%;
}

.h_product_container .h_product_list .item .item-head .r-head {
	flex-basis: 30%;
}

.h_product_container .h_product_list .item .item-head .r-head img {
	max-width: 50px;
}

.h_product_container .h_product_list .item .item-content {
	text-align: justify;
	font-size: 13px;
}

.h_product_container .h_product_list .item .item-content p strong {
	display: block;
}

.h_product_container .h_product_list .item .item-footer {
	background-image: url(../images/square-box-new.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	position: relative;
	max-width: 280px;
}

.h_product_container .h_product_list .item .item-footer .abs_image {
	display: block;
}

.h_product_container .h_product_list .item .item-footer .abs_image img {
	width: 115px;
	height: 115px;
	position: absolute;
	display: block;
	z-index: -1;
}

.h_product_container .h_product_list .item .item-footer .before-after-btn-wrapper {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.h_product_container .h_product_list .item .item-footer .img-wrap {
	padding: 10px;
	width: 80px;
	height: 115px;
}

.h_product_container .h_product_list .item .item-footer a {
	cursor: pointer;
	padding: 15px;
	line-height: 100%;
	background-color: #d3d5d7;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	color: #1d1d1b;
}

.h_product_container .h_product_list .item .item-footer a:hover {
	background-color: #1d1d1b;
	color: #fff;
}

.h_product_container .product_ba_modal .beer-reveal>img:first-child {
	height: inherit;
	width: 100%;
}

@media(max-width:1280px) {
	.h_product_container .h_product_list .item {
		padding-left: 20px;
		padding-right: 20px;
	}

	.h_product_container .h_product_list .item .item-footer a {
		font-size: 12px;
		padding: 10px;
	}

	.h_product_container .h_product_list .item .item-footer .abs_image img {
		width: 80px;
		height: 80px;
		top: 50%;
		transform: translateY(-50%);
	}

	.h_product_container .h_product_list .item .item-head .l-head {
		font-size: 25px;
	}

	.h_product_container .h_product_list .item .item-head .l-head span {
		font-size: 32px;
	}

	.h_product_container .h_product_list .item .item-head .r-head img {
		max-width: 45px;
	}

	.h_product_container .h_product_list .item .item-footer {
		margin: 0 auto;
	}

}

@media(max-width:992px) {
	.h_product_container .h_product_list .item .item-img {
		text-align: center;
	}

	.h_product_container .h_product_list .item .item-img img {
		max-width: 250px;
		margin: 0 auto;
	}

}

@media(max-width:768px) {
	.h_product_container .h_product_list .item {
		flex-basis: 100%;
	}

	.h_product_container .h_product_list .item .item-content {
		text-align: center;
	}

	.h_product_container .h_product_list .item .item-head {
		justify-content: center;
	}

	.h_product_container .h_product_list .item .item-head .l-head,
	.h_product_container .h_product_list .item .item-head .r-head {
		flex-basis: auto;
	}

	.h_product_container .h_product_list .item .item-footer {
		margin: 0 auto;
	}

	.h_product_container .h_product_list .item .item-footer .abs_image img {
		width: 115px;
		height: 115px;
	}

}

@media(max-width:420px) {
	.h_product_container .h_product_list .item .item-footer .abs_image img {
		width: 80px;
		height: 80px;
	}

}

/* Shortcode: Brandbox
-------------------------------------------------------------------- */
.h_brandbox_container .items .item {
	margin-bottom: 20px;
	outline: none;
}

.h_brandbox_container .title-wrapper {
	display: block;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	position: relative;
}

.h_brandbox_container .title-wrapper:before {
	content: "";
	width: 1px;
	height: 80px;
	background-color: #1d1d1b;
	position: absolute;
	top: -50px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	z-index: -10;
}

.h_brandbox_container .title-wrapper .title {
	font-size: 18px;
	font-weight: 500;
	font-weight: 200;
	color: #1d1d1b;
	text-transform: uppercase;
}

.h_brandbox_container .title-wrapper .title strong {
	font-weight: 500;
}

.h_brandbox_container .title-wrapper .title p {
	margin-bottom: 0px;
}

.h_brandbox_container .brandbox-desc p {
	color: #1d1d1b;
	font-size: 15px;
	text-align: center;
}

.h_brandbox_container .image-container {
	height: 270px;
	overflow: hidden;
	position: relative;
}

.h_brandbox_container .image-container img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.h_brandbox_container .image-container a {}

.video-container {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 10px;
	background-color: #ccc;
}

.video-container iframe,
.video-container object,
.video-container video,
.video-container embed {

	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.h_brandbox_container video {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.video-container .video-thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #cccccc;
}

.video-container .video-thumbnail-overlay {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.video-container .play-vid-btn {
	display: block;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 200ms ease-in-out;
}

.video-container .play-vid-btn img {
	max-width: 100px;
	margin: 0 auto;
	filter: brightness(0) invert(1);
}

.video-container .play-vid-btn:hover {
	cursor: pointer;
}

.video-container .fade-in .play-vid-btn {
	opacity: 0.5;
}

.video-container .fade-in .play-vid-btn:hover {
	opacity: 1;
}

.video-container .scale-up .play-vid-btn {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.video-container .scale-up .play-vid-btn:hover {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.video-container .preloader-preview-area {
	margin-top: -90px;
}

.fancybox-video {
	position: absolute;
	z-index: 1001;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fancybox-video iframe,
.fancybox-video object,
.fancybox-video video,
.fancybox-video embed {
	width: 100%;
	height: 100%;
}

.video-container.mk-aspect-ratio {
	padding-bottom: 0;
	height: 100%;
}

.video-container.mk-aspect-ratio>.video-player {
	position: relative;
}

.video-container.mk-aspect-ratio video {
	position: relative;
	display: block;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

.download-tool-wrapper {
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}

.download-tool-wrapper a {
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #1d1d1b;
}

.h_brandbox_container.layout-slider .slick-slider .slick-track,
.h_brandbox_container.layout-slider .slick-slider .slick-list {
	background-color: #fff;
}

.h_brandbox_container.layout-slider .slick-prev,
.h_brandbox_container.layout-slider .slick-next {
	top: 25%;
}

.h_brandbox_container.layout-slider .slick-prev:before,
.h_brandbox_container.layout-slider .slick-next:before {
	display: none;
}

.h_brandbox_container.layout-slider .slick-prev,
.h_brandbox_container.layout-slider .slick-next {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 15px;
	height: 35px;
}

.h_brandbox_container.layout-slider .slick-prev {
	background-image: url(../images/left-arrow.png);
}

.h_brandbox_container.layout-slider .slick-next {
	background-image: url(../images/right-arrow.png);
}

/* Shortcode : Button; 
---------------------------------------------------------*/
.h_button_inner {
	display: block;
}

.h_button_container.boxed-style-btn .h_button_inner a {
	border: 1px solid #1d1d1b;
	padding: 5px 24px;
	font-size: 22px;
	line-height: 100%;
	font-weight: 300;
	text-transform: uppercase;
	color: #1d1d1b;
	text-decoration: none;
}

.h_button_container.boxed-style-btn .h_button_inner a:hover {
	color: #fff;
	background-color: #1d1d1b;
}

.h_button_container.text-style-btn .h_button_inner a {

	font-size: 22px;
	font-weight: 500;
	color: #1d1d1b;
	text-decoration: none;
}

.h_button_container.text-style-btn .h_button_inner a:hover {}

.h_button_container .h_button_inner a {
	display: inline-flex;
	align-items: center;
}

.h_button_container .h_button_inner a span {
	padding-right: 10px;
}

/* Shortcode : Event;
-------------------------------------------------------------*/

.h_event_container .inner {
	padding-left: 20px;
	padding-right: 20px;
}

.h_event_container .month {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 200;
	text-align: center;
}

.h_event_container .vertical-line {
	display: block;
	width: 1px;
	height: 60px;
	margin: 0 auto;
	background-color: #1d1d1b;
	margin-top: 5px;
	margin-bottom: 5px;

}

.h_event_container .title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 35px;
	line-height: 100%;
	text-align: center;
}

.h_event_container .text {
	font-size: 15px;
	line-height: 100%;
	text-align: center;
}

.h_event_container .date {
	font-size: 45px;
	line-height: 100%;
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}

.h_event_container .elogo img {
	max-height: 50px;
	margin: 0 auto;
}

.h_event_container .readmore {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.h_event_container .readmore a {
	color: #1d1d1b;
	text-transform: uppercase;
	font-weight: 700;
}

.h_event_container.layout-slider .slick-slider .slick-track,
.h_event_container.layout-slider .slick-slider .slick-list {
	background-color: unset;
}

.h_event_container.layout-slider .slick-prev,
.h_event_container.layout-slider .slick-next {
	top: 50%;
	z-index: 1;
}

.h_event_container.layout-slider .slick-prev {
	left: 10px;
}

.h_event_container.layout-slider .slick-next {
	right: 10px;
}

.h_event_container.layout-slider .slick-prev:before,
.h_event_container.layout-slider .slick-next:before {
	display: none;
}

.h_event_container.layout-slider .slick-prev,
.h_event_container.layout-slider .slick-next {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 15px;
	height: 35px;
}

.h_event_container.layout-slider .slick-prev {
	background-image: url(../images/left-arrow.png);
}

.h_event_container.layout-slider .slick-next {
	background-image: url(../images/right-arrow.png);
}

@media(max-width:1200px) {
	.h_event_container .title {
		font-size: 25px;
	}

	.h_event_container .vertical-line {
		height: 40px;
	}

	.h_event_container .date {
		font-size: 30px;
	}

	.h_event_container .elogo img {
		max-width: 120px;
	}

}

@media(max-width:768px) {
	.h_event_container {
		padding: 20px 30px;
	}

	.h_event_container .h_event_container .items {
		padding: 20px;
	}

	.h_event_container .title {
		font-size: 20px;
	}

	.h_event_container .vertical-line {
		height: 30px;
	}

	.h_event_container .date {
		font-size: 20px;
	}

	.h_event_container .text p {
		font-size: 12px;
	}

	.h_event_container .elogo img {
		max-width: 80px;
	}

}

/** Shortcode : ProductBox ;
------------------------------------------------------- */
.h_productbox_container {
	text-align: center;
	/*margin-bottom: 20px;*/
}

.h_productbox_container .title strong {
	font-weight: 500;
}

.h_productbox_container>.row {
	justify-content: space-between;
	align-items: center;
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	background-position: center;
	background-
}

.h_productbox_container .title {
	font-size: 27px;
	line-height: 100%;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.h_productbox_container .logo img {
	max-width: 35px;
	margin-bottom: 30px;
}

.h_productbox_container .text {
	font-size: 14px;
	line-height: 100%;
	font-weight: 200;
	margin-bottom: 10px;
}

.h_productbox_container .h_button_inner {
	text-align: center;
	margin-bottom: 8px;
}

.h_productbox_container .rangetext_box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 14px;
}

.h_productbox_container .rangetext_box img {
	margin-right: 10px;
}

.h_productbox_container .rangetext_box a {
	font-size: 13px;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	color: #1d1d1b;
}

.h_productbox_container .button {
	margin-bottom: 25px;
}

.h_productbox_container .button a {
	font-size: 13px;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	padding: 2px 20px;
	background-color: #1d1d1b;
}

.h_productbox_container .range-image figure {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	min-height: 350px;
	margin: 0px;
}

@media(max-width:1280px) {
	.h_productbox_container .range-image figure {
		min-height: 300px;
	}
}

@media(max-width: 768px) {
	.h_productbox_container .title {
		font-size: 25px;
	}
}

@media(max-width: 600px) {
	.h_productbox_container .title {
		font-size: 20px;
	}
}

/** Shortcode : Product Contact;
------------------------------------------------ */
.h_product_contact_container {}

.h_product_contact_container .blocks {
	max-width: 420px;
}

.h_product_contact_container .block-heading {
	position: relative;
	font-size: 26px;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.h_product_contact_container .block-heading:after {
	content: "";
	width: 100px;
	height: 1px;
	background-color: #1d1d1b;
	position: absolute;
	right: 10px;
	top: 15px;
}

.h_product_contact_container .block-heading strong {
	font-weight: 500;
}

.h_product_contact_container .block-text {
	font-size: 14px;
	margin-bottom: 35px;
}

.h_product_contact_container .block-selector {
	display: flex;
	align-items: center;
}

.h_product_contact_container .block-selector img {
	margin-right: 15px;
}

.h_product_contact_container .block-selector select {
	text-transform: uppercase;
}

.h_product_contact_container #contact-list {
	text-align: right;
}

.h_product_contact_container #contact-list .item .contact-country {
	position: relative;
	text-transform: uppercase;
	font-size: 20px;
	padding-top: 25px;
}

.h_product_contact_container #contact-list .item .contact-country:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #1d1d1b;
	position: absolute;
	left: 0px;
	top: 15px;
}

.h_product_contact_container #contact-list .item .contact-name {
	font-size: 16px;
	font-weight: 500;
	padding-top: 5px;
}

.h_product_contact_container #contact-list .item .contact-phone {

	font-size: 20px;
	font-weight: 300;
}

.h_product_contact_container #contact-list .item .contact-email {
	font-size: 16px;
}

.h_product_contact_container .block-1,
.h_product_contact_container .block-3 {
	margin-top: 100px;
}

@media(max-width:1350px) {

	.h_product_contact_container .block-1,
	.h_product_contact_container .block-3 {
		margin-top: 70px;
	}

	.h_product_contact_container .block-heading {
		font-size: 25px;
	}

	.h_product_contact_container .block-heading:after {
		width: 65px;
	}

}

@media(max-width:1200px) {
	.h_product_contact_container .block-heading {
		font-size: 20px;
	}

	.h_product_contact_container .block-selector select {
		font-size: 14px;
	}

	.h_product_contact_container .block-text {
		font-size: 14px;
	}

	.h_product_contact_container #contact-list .item .contact-country {
		font-size: 17px;
	}

	.h_product_contact_container #contact-list .item .contact-name {
		font-synthesis: 14px;
	}

	.h_product_contact_container #contact-list .item .contact-email {
		font-size: 14px;
	}

}

@media(max-width:992px) {
	.h_product_contact_container>.row>div {
		width: 100%;
		text-align: center;
	}

	.h_product_contact_container .blocks {
		max-width: 100%;
	}

	.h_product_contact_container .block-selector {
		justify-content: center;
		margin-bottom: 25px;
	}

	.h_product_contact_container .block-heading:after {
		left: 0px;
		right: 0px;
		margin: 0 auto;
		text-align: center;
		top: unset;
		bottom: -5px;
	}

	.h_product_contact_container #contact-list {
		text-align: center;
	}

	.h_product_contact_container #contact-list .item .contact-country {
		margin-bottom: 20px;
	}

	.h_product_contact_container #contact-list .item .contact-country:before {
		left: 0px;
		right: 0px;
		top: unset;
		bottom: -5px;
		margin: 0 auto;
		text-align: center;
	}

	.h_product_contact_container .block-1,
	.h_product_contact_container .block-3 {
		margin-top: 0px;
	}

}

/** Shortcode : h_bgimage ;
------------------------------------- */
.h_bgimage-wrapper {
	height: auto;
	overflow: hidden;
}

.fb_bg_inner {
	height: 100%;
}

/** Shortcode : h_slider;
--------------------------------------- */
.h_slider_container {
	background-color: #f0f0f0;
}

.h_slider_container .h_slider_inner {
	max-width: 1600px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
}

.h_slider_container .slide-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.h_slider_container .slide-row>div {
	flex-basis: 50%;
}

.h_slider_container .slide-row .col-left figure {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 800px;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.h_slider_container .slide-row .col-right {
	padding: 0px 20px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
}

.h_slider_container .slide-row .col-right .top-text {

	font-weight: 200;
	font-size: 40px;
	line-height: 100%;
	padding: 0px 20px;
	margin-bottom: 50px;
	max-width: 420px;
}

.h_slider_container .slide-row .col-right .slide-content {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
}

.h_slider_container .slide-row .col-right .slide-content>div {
	flex-basis: 50%;
	padding: 20px;
}

.h_slider_container .slide-row .col-right .slide-content img {
	margin: 0 auto;
}

.h_slider_container .slide-row .col-right .slide-content .doc-text {
	font-weight: 200;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px;
	align-self: flex-end;
}

.h_slider_container .slide-row .col-right .slide-content .doc-img {
	margin-bottom: 15px;
}

.h_slider_container .slide-row .col-right .slide-content .doc-img img {
	margin-right: 0px;
}

.h_slider_container .slide-row .col-right .doc-info {

	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	padding-top: 15px;
	margin-bottom: 0px;
	width: 100%;
}

.h_slider_container .slide-row .col-right .doc-info p {
	margin-bottom: 0px;
	font-weight: bold;
}

.h_slider_container .slide-row .col-right .slide-content .product-wrapper {
	position: relative;
}

.h_slider_container .slide-row .col-right .slide-content .product-wrapper:before {
	/*content: "";
	height: 95%;
	width: 1px;
	background-color: #1d1d1b;
	position: absolute;
	left: 20px;
	top: 0px;
	bottom: 0px;
	display: block;*/
}

.h_slider_container .slick-dots {
	background-color: #fff;
}

.h_slider_container .slick-slider .slick-track,
.h_slider_container .slick-slider .slick-list {
	background-color: #fff;
}

.h_slider_container .slick-prev,
.h_slider_container .slick-next {
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.h_slider_container .slick-prev:before,
.h_slider_container .slick-next:before {
	display: none;
}

.h_slider_container .slick-prev,
.h_slider_container .slick-next {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 15px;
	height: 35px;
}

.h_slider_container .slick-prev {
	background-image: url(../images/left-arrow.png);
}

.h_slider_container .slick-next {
	background-image: url(../images/right-arrow.png);
}

.h_slider_container .slick-prev {
	left: 25px;
}

.h_slider_container .slick-next {
	right: 25px;
}

.h_slider_container.slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.h_slider_paging .slick-dots {
	max-width: 1600px;
	padding-left: 50px;
	padding-right: 50px;
	bottom: 0px;
	text-align: right;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	height: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #fff;
}

.h_slider_paging .slick-dots li {
	height: auto;
}

.h_slider_paging .slick-dots li a {
	color: #1d1d1b;
	font-size: 12px;
	font-weight: 700;
	display: block;
	text-align: center;
}

.h_slider_paging .slick-dots li a span.icon {
	width: 7px;
	height: 29px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(../images/opened-piston.png);
	display: block;
}

.h_slider_paging .slick-dots li a span:last-child {
	display: none;
}

.h_slider_paging .slick-dots li.slick-active a span.icon {
	height: 23px;
	background-image: url(../images/closed-piston.png);
}

.h_slider_paging .slick-dots li.slick-active a span:last-child {
	display: block;
}

@media(max-width:1400px) {
	.h_slider_container .slide-row .col-right {
		padding: 0px 10px;
	}

	.h_slider_container .slide-row .col-left figure {
		min-height: 600px;
	}

	.h_slider_container .slide-row .col-right .top-text {
		font-size: 25px;
		margin-bottom: 25px;
	}

	.h_slider_container .slide-row .col-right .slide-content .doc-text {
		font-size: 18px;
	}

}


@media(max-width:1280px) {
	.h_slider_container .slide-row .col-left figure {
		min-height: 400px;
	}

	.h_slider_container .slide-row .col-left figure {
		min-height: 500px;
	}

	.h_slider_container .slide-row .col-right {
		padding: 0px 20px;
	}

	.h_slider_container .slide-row .col-right .top-text {
		padding: 0px;
		font-size: 20px;
	}

	.h_slider_container .slide-row .col-right .slide-content>div {
		padding: 0px;
	}

	.h_slider_container .slide-row .col-right .slide-content .doc-text {
		font-size: 16px;
		line-height: 25px;
	}

}

@media(max-width:1024px) {
	.h_slider_container {
		padding-left: 35px;
		padding-right: 35px;
	}

	.h_slider_container .slide-row .col-left figure {
		min-height: 400px;
	}

	.h_slider_container .slide-row .col-right .top-text {
		font-size: 18px;
		padding: 0px;
		margin-bottom: 0px;
	}

	.h_slider_container .slide-row .col-right .slide-content .doc-text {
		font-size: 14px;
		line-height: 20px;
	}

	.h_slider_container .slide-row .col-right .slide-content img {
		max-height: 250px;
	}

}

@media(max-width:992px) {
	.h_slider_container .slide-row .col-right .slide-content {
		display: block;
	}

	.h_slider_container .slide-row .col-right .slide-content .doc-img img {
		height: 150px;
		width: auto;
	}

	.h_slider_container .slide-row .col-right .slide-content .doc-img {
		display: flex;
		justify-content: space-between;
	}

	.h_slider_container .slide-row .col-right .slide-content .doc-img figure {
		display: block !important;
		padding: 20px;
	}

	.h_slider_container .slide-row .col-right .slide-content>div {
		padding: 20px 0px;
	}

	.h_slider_container .slide-row .col-right .slide-content img {
		max-height: 150px;
	}
}

@media(max-width: 768px) {

	.h_slider_container .slide-row {
		display: block;
	}

	.h_slider_container .slide-row>div {
		flex-basis: 100%;
	}

	.h_slider_container .slide-row .col-left figure {
		width: 250px;
		height: 250px;
		min-height: 250px;
		margin: 0 auto;
	}

	.h_slider_container .slide-row .col-right {
		padding: 20px;
	}

	.h_slider_container .slide-row .col-right {
		text-align: center;
		justify-content: center;
	}
}

@media(max-width:600px) {
	.h_slider_container {
		padding: 0px;
	}

	.h_slider_container .slide-row {
		display: block;
	}

	.h_slider_container .slide-row .col-left figure {
		min-height: 200px;
	}

	.h_slider_container .slide-row .col-right {
		padding: 20px 40px;
	}

	.h_slider_container .slide-row .col-right .slide-content .doc-img figure {
		padding: 10px;
	}

	.h_slider_container .slide-row .col-right .slide-content .doc-info {
		text-align: center;
	}

	.h_slider_container .slide-row .col-right .top-text br,
	.h_slider_container .slide-row .col-right .slide-content .doc-text br {
		display: none;
	}

	.h_slider_container .slide-row .col-right .top-text,
	.h_slider_container .slide-row .col-right .slide-content .doc-text {
		text-align: center;
	}

	.h_slider_container .slick-prev {
		left: 10px;
	}

	.h_slider_container .slick-next {
		right: 10px;
	}

}

/*** Shortcode : h_before_after ;
------------------------------------------ */
.before_after_slider {
	margin-bottom: 20px;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	max-width: 1024px;
	margin: 0 auto;
}

.beer-slider-wrapper {
	position: relative;
}

.beer-slider-wrapper .buttons {
	font-weight: bold;
	display: none;
}

.beer-slider-wrapper .buttons a {
	cursor: pointer;
}

.beer-slider-wrapper .beer-text {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	padding: 10px;
	top: 50%;
	transform: translateY(-50%);
	min-height: 100px;
	width: 300px;
	line-height: 16px;
}

.beer-slider-wrapper .beer-text.right-text {
	right: 15px;
	width: 300px;
	z-index: 1;
}

.beer-slider-wrapper .beer-text.right-text .vertical-line {
	background-color: #fff;
	margin-left: 0px;
}

.beer-slider-wrapper .beer-text.left-text {
	left: 15px;
	z-index: 2;
}

.beer-slider-wrapper .beer-text.left-text .heading {
	font-size: 25px;
	text-transform: uppercase;
	line-height: 30px;
	position: relative;
	margin-bottom: 10px;
}

.beer-slider-wrapper .beer-text.left-text .heading:after {
	content: "";
	width: 80px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0px;
	top: 60%;
	transform: translateY(-60%);
}

.beer-slider {

	/*height: 680px; overflow: hidden;*/
}

.beer-slider .beer-handle {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 4px;
	margin-left: -2px;
	background: rgba(255, 255, 255, .5);
	cursor: ew-resize;
	transform: none;
	height: 100%;
	box-shadow: none;
	border-radius: 0px;
	border: 0px;
}

.beer-slider .beer-handle:after {
	content: "";
	position: absolute;
	left: -15px;
	top: 30%;
	transform: translateY(-30%);
	width: 36px;
	height: 38px;
	background-image: url(../images/compare-dragger.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.3s ease;
	border: 0px;
}

.beer-slider .beer-handle:before {
	border: 0px;
	transform: none;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
}

.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
	display: none;
}

/*.before_after_slider .ba-slider-item {
position: relative;
overflow: hidden;
}

.before_after_slider figure {
height: 550px;
width: 100%;
background-repeat: no-repeat;
background-position: 20% center;
background-size: cover;
}

.before_after_slider .before-sec {
position: absolute;
top: 0;
left: 0;
width: 50%;
overflow: hidden;
}

.before_after_slider .handle {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
margin-left: -2px;
background: rgba(255, 255, 255, .5);
cursor: ew-resize;
}

.before_after_slider .handle:after {
content: "";
position: absolute;
left: -15px;
top: 50%;
transform: translateY(-50%);
width: 36px;
height: 38px;
background-image: url(../images/compare-dragger.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
transition: all 0.3s ease;
}*/
.before_after_thumbs .thm-item figure {
	min-height: 250px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.before_after_thumbs .image {
	position: relative;
}

.before_after_thumbs .image img {
	margin: 0 auto;
}

.before_after_thumbs .image:before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #1d1d1b;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	top: 0px;
}

.before_after_thumbs .image:after {
	content: "";
	width: 22px;
	height: 29px;
	background-image: url(../images/ba-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 49.8%;
	bottom: -28px;
}

.before_after_thumbs .detail {
	display: flex;
	justify-content: space-around;
	height: 100%;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 500;
	padding: 5px;
}

.before_after_thumbs .detail>div {
	flex-basis: 50%;
}

.before_after_thumbs .detail .name-age {
	text-align: center;
}

.before_after_thumbs .simlation {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 10px;
	text-align: right;
	position: relative;
	padding-left: 22px;
	padding-right: 10px;
	line-height: 100%;
}

/*.before_after_thumbs .simlation:before { content: ""; width: 21px; height: 15px; background-image: url(../images/ba-arrow.png); background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; left: 0px; top: 5px; }*/
.before_after_thumbs .slick-prev,
.before_after_thumbs .slick-next {
	top: 40%;
	transform: translateY(-40%);
}

.before_after_thumbs .slick-prev {
	left: -15px;
}

.before_after_thumbs .slick-next {
	right: -15px;
}

.ba_modal .modal-content {
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;
}

.ba_modal .close {
	opacity: 0.8;
}

.ba_modal .close span {
	color: #fff;
	text-shadow: none;
}

.ba_modal .close:hover span {
	color: #fff;
}

@media(max-width:1200px) {
	.before_after_thumbs .thm-item figure {
		min-height: 200px;
	}

}

@media(max-width:1024px) {
	.before_after_slider figure {
		height: 450px;
	}

	.beer-slider-wrapper .beer-text {
		top: 35%;
		transform: translateY(-35%);
	}

	.before_after_thumbs .thm-item figure {
		min-height: 200px;
	}

}

@media(max-width:768px) {
	.before_after_slider figure {
		height: 380px;
	}

	.beer-slider-wrapper .beer-text {
		display: none;
	}

	.beer-slider-wrapper .buttons {
		display: block;
	}

	.before_after_thumbs .thm-item figure {
		min-height: 150px;
	}

}

@media(max-width:600px) {
	.before_after_thumbs {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.before_after_slider figure {
		height: 300px;
	}

	.before_after_thumbs .simlation:before {
		width: 14px;
		height: 9px;
	}

	.before_after_thumbs .thm-item figure {
		min-height: 100px;
	}

	.before_after_thumbs .slick-prev,
	.before_after_thumbs .slick-next {
		top: 40%;
		transform: translateY(-40%);
		background-color: rgba(255, 255, 255, 1);
		padding: 10px;
		border: 1px solid #fff;
		border-radius: 50%;
		width: 35px;
		height: 35px;
	}

	.before_after_thumbs .slick-next {
		right: 5px;
	}

	.before_after_thumbs .slick-prev {
		left: 5px;
	}

}

@media(max-width:420px) {
	.before_after_thumbs .slick-prev {
		left: -28px;
	}

	.before_after_thumbs .slick-next {
		right: -28px;
	}
}

/* Shortcode:Video Player
-------------------------------------------------------------------- */
.video-container {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
}

.video-container iframe,
.video-container object,
.video-container video,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container .video-thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #cccccc;
}

.video-container .video-thumbnail-overlay {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.video-container .mk-svg-icon {
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all 200ms ease-in-out;
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
}

.video-container .mk-svg-icon img {
	width: 100%;
}

.video-container .mk-svg-icon:hover {
	cursor: pointer;
}

.video-container .fade-in .mk-svg-icon {
	opacity: 0.6;
}

.video-container .fade-in .mk-svg-icon:hover {
	opacity: 1;
}

.video-container .scale-up .mk-svg-icon {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.video-container .scale-up .mk-svg-icon:hover {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.video-container .preloader-preview-area {
	margin-top: -90px;
}

.fancybox-video {
	position: absolute;
	z-index: 1001;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fancybox-video iframe,
.fancybox-video object,
.fancybox-video video,
.fancybox-video embed {
	width: 100%;
	height: 100%;
}

.fancybox-video-close {
	top: 0 !important;
	right: -40px !important;
	background-color: rgba(0, 0, 0, 0) !important;
}

.fancybox-video-close:hover {
	opacity: 1;
}

.fancybox-video-close:before,
.fancybox-video-close:after {
	position: absolute;
	left: 14px;
	content: ' ';
	height: 31px;
	width: 2px;
	background-color: #fff;
}

.fancybox-video-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-video-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.video-container.mk-aspect-ratio {
	padding-bottom: 0;
	height: 100%;
}

.video-container.mk-aspect-ratio>.video-player {
	position: relative;
}

.video-container.mk-aspect-ratio video {
	position: relative;
	display: block;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

/* Shortcode:Expert
-------------------------------------------------------------------- */

.h_expert_container {}

.h_expert_container .expert-bg-img {
	min-height: 250px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	margin-top: -50px;
}

.h_expert_container .ex-grid {
	display: flex;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
}

.h_expert_container .ex-grid:before {
	content: "";
	position: absolute;
	width: 100%;
	/* max-width: 1441px; */
	max-width: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-image: linear-gradient(90deg, rgba(199, 200, 200, 0.8) 1px, transparent 1px),
		linear-gradient(rgba(199, 200, 200, 0.8) 1px, transparent 1px);
	background-size: 20px 20px;
	height: 221px;
	/*z-index: 1;*/
	opacity: 0.5;
}

.h_expert_container .ex-grid .item {
	padding: 20px;
	max-width: 275px;
	margin: 0 auto;
}

.h_expert_container .ex-grid .item .item-title {
	letter-spacing: 0px;
	text-transform: initial;
	font-size: 17px;
	text-align: left;
	font-style: inherit;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}

.h_expert_container .ex-grid .item .short-info {
	text-align: left;
	font-size: 12px;
	font-weight: inherit;
	text-transform: initial;
	color: ;
	margin-bottom: 8px;
}

.h_expert_container .ex-grid .item .item-desc p {
	text-align: justify;
	font-size: 12px;
	font-weight: inherit;
	text-transform: initial;
	color: ;
	margin-bottom: 8px;
}

.h_expert_container .expert-desktop {
	display: block;
}

.h_expert_container .expert-laptop,
.h_expert_container .expert-tablet,
.h_expert_container .expert-mobile {
	display: none;
}

@media(max-width: 1200px) {
	.h_expert_container .expert-laptop {
		display: block;
	}

	.h_expert_container .expert-desktop,
	.h_expert_container .expert-tablet,
	.h_expert_container .expert-mobile {
		display: none;
	}
}

@media(max-width: 1024px) {
	.h_expert_container .expert-tablet {
		display: block;
	}

	.h_expert_container .expert-desktop,
	.h_expert_container .expert-laptop,
	.h_expert_container .expert-mobile {
		display: none;
	}
}

@media(max-width: 768px) {
	.h_expert_container .expert-mobile {
		display: block;
	}

	.h_expert_container .expert-desktop,
	.h_expert_container .expert-tablet,
	.h_expert_container .expert-tablet {
		display: none;
	}

	.h_expert_container .ex-grid .item .item-title,
	.h_expert_container .ex-grid .item .short-info,
	.h_expert_container .ex-grid .item .item-desc p {
		text-align: center;
	}
}


/* Shortcode: Skin Product
-------------------------------------------------------------------- */

.h_skin_product_container {
	text-align: center;
}

.h_skin_product_container .inner {
	max-width: 220px;
	margin: 0 auto;
}

.h_skin_product_container .image {
	height: 250px;
}

.h_skin_product_container .image figure {
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.h_skin_product_container .text,
.h_skin_product_container .volume-text {
	font-size: 13px;
	line-height: 17px;
	display: block;
}

.h_skin_product_container .text {}

.h_skin_product_container .volume-text {
	margin-top: 15px;
}

/*** Shortcode : Treatment Imagemap
-------------------------------------------------------------------- */

.h_treatment_imagemap_container {}

.h_treatment_imagemap_container .row.imagemap-row {
	background-color: #f0f0f0;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.h_treatment_imagemap_container .row.imagemap-row .col-left {
	display: flex;
	align-self: center;
}


.h_treatment_imagemap_container .treatment_details {
	padding: 50px;
	align-self: center;
}

.h_treatment_imagemap_container .treatment_details h5.the_title {
	font-size: 27px;
	line-height: 120%;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 25px;
	position: relative;
}

.h_treatment_imagemap_container .treatment_details h5.the_title:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 2px;
	background-color: #1d1d1b;
}

.h_treatment_imagemap_container .treatment_details p {
	text-align: justify;
}

.h_treatment_imagemap_container .treatment_imagemap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-left: 0px;
	padding-right: 0px;
}

.h_treatment_imagemap_container .map-container {
	width: calc(100% - 85px);
	align-self: flex-end;
	position: relative;
	height: 500px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

.h_treatment_imagemap_container .draggable-container {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 570px;
	height: 500px;
}

.h_treatment_imagemap_container .draggable-container img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.h_treatment_imagemap_container span {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.h_treatment_imagemap_container span:hover {
	/*border: 2px solid red;*/
}

.h_treatment_imagemap_container span.icon_1 {
	top: 360px;
	left: 334px;
	width: 15px;
}

.h_treatment_imagemap_container span.icon_2 {
	top: 400px;
	left: 184px;
	width: 35px;
}

.h_treatment_imagemap_container span.icon_3 {
	top: 320px;
	left: 338px;
	width: 50px;
}

.h_treatment_imagemap_container span.icon_4 {
	top: 220px;
	left: 278px;
}

.h_treatment_imagemap_container span.icon_5 {
	top: 300px;
	left: 178px;
	width: 20px;
}

.h_treatment_imagemap_container .icon_list {
	background-color: #f0f0f0;
	padding: 15px;
	width: 85px;
	margin: 0 auto;
	font-size: 13px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.h_treatment_imagemap_container .icon_list .item {
	margin-bottom: 15px;
	text-align: left;
}

.h_treatment_imagemap_container .icon_list .item:last-child {
	margin-bottom: 0px;
}

.h_treatment_imagemap_container .icon_list .item .icon {
	margin-bottom: 5px;
	cursor: pointer;
}

.should_know_row {
	margin-top: 30px;
}

.should_know_row p,
.should_know_row ul li {
	font-size: 13px;
	line-height: 17px;
}

.should_know_row .second_half {
	padding: 0px 50px;
}

.map-container.loading {
	position: relative;
}

.h_treatment_imagemap_container.loading {
	position: relative;
}

.h_treatment_imagemap_container.loading:before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/spinner.gif) center no-repeat rgba(0, 0, 0, 0.8);
	background-size: 100px;

}

@media(max-width: 1024px) {
	.h_treatment_imagemap_container .treatment_details {
		padding: 15px;
	}
}

@media(max-width: 900px) {

	.h_treatment_imagemap_container .row.imagemap-row {
		display: block;
	}

	.h_treatment_imagemap_container .row.imagemap-row .col-left {
		max-width: 100%;
	}

	.h_treatment_imagemap_container .row.imagemap-row .col-right {
		max-width: 100%;
	}

	.h_treatment_imagemap_container .map-container {
		max-width: 570px;
		margin: 0 auto;
		width: 100%;
	}

	.h_treatment_imagemap_container .icon_list {
		width: 100%;
	}

	.h_treatment_imagemap_container .icon_list {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.h_treatment_imagemap_container .icon_list .item {
		padding: 5px 10px;
	}

	.h_treatment_imagemap_container .icon_list .item .icon {
		min-height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/*** Shortcode : Carousel 
-------------------------------------------------------------------- */

.h-carousel .slick-slide {
	outline: none;
}

.h-carousel .slick-prev {
	left: -25px;
}

.h-carousel .slick-next {
	right: -25px;
}

.h-carousel .h-carousel-item {
	padding: 50px 100px;
	background-color: #f0f0f0;
}

.h-carousel .h-carousel-item .title {
	font-size: 27px;
	line-height: 100%;
	margin-top: 20px;
}

.h-carousel .h-carousel-item .carousel-item-body .image img {
	width: 500px;
	margin: 0 auto;
}

.h-carousel .h-carousel-item .icon-btn-wrap {
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.h-carousel .h-carousel-item .icon-btn-wrap img {
	max-width: 70px;
	margin: 10px auto;
}

.h-carousel .h-carousel-item .icon-btn-wrap .button-wrapper {
	display: block;
	text-align: center;
}

.h-carousel .h-carousel-item .icon-btn-wrap .button-wrapper a {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	background-color: #5c8f94;
}

.h-carousel .h-carousel-item .highlights-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-left: 8%;
}

.h-carousel .h-carousel-item .highlights-wrapper .highlight-item {
	width: 50%;
	margin-bottom: 20px;
}

.h-carousel .h-carousel-item .highlights-wrapper .highlight-item .label {
	font-weight: bold;
	margin-bottom: 5px;
}

.h-carousel .h-carousel-item .highlights-wrapper .highlight-item .value {
	position: relative;
	padding-left: 45px;
}

.h-carousel .h-carousel-item .highlights-wrapper .highlight-item .value:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 20px;
	top: 3px;
	background-image: url(../images/carousel-list-bullet.png);
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
}

.h-carousel .h-carousel-nav {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 20px;
}

.h-carousel .h-carousel-nav .slick-slide {
	text-align: center;
}

.h-carousel .h-carousel-nav .slick-slide img {
	width: 35px;
	margin: 0 auto;
}

.h-carousel .h-carousel-nav .pager-title {
	display: block;
	font-size: 10px;
	color: #202020;
	margin-top: 20px;
	text-transform: uppercase;
}

.h-carousel .h-carousel-nav .slick-current .pager-title {
	font-weight: bold;
	font-size: 12px;
}

.h-carousel .h-carousel-nav .slick-current img {
	width: 50px;
}

@media(max-width: 1280px) {
	.h-carousel .h-carousel-item {
		padding: 50px 70px;
	}

	.h-carousel .h-carousel-item .carousel-item-body .image img {
		width: 400px;
	}
}

@media(max-width: 1150px) {
	.h-carousel .h-carousel-item {
		padding: 40px 50px;
	}

	.h-carousel .h-carousel-item .carousel-item-body .image img {
		width: 400px;
	}
}

@media(max-width: 1024px) {
	.h-carousel .h-carousel-item {
		padding: 30px 50px;
	}
}

@media(max-width: 991px) {

	.h-carousel .slick-prev {
		left: 10px;
	}

	.h-carousel .slick-next {
		right: 10px;
	}

	.h-carousel .h-carousel-item {
		padding: 20px 30px;
	}

	.h-carousel .h-carousel-item .title {
		margin-bottom: 15px;
		text-align: center;
	}

	.h-carousel .h-carousel-item .carousel-item-body .image img {
		max-width: 400px;
		margin: 0 auto;
	}

	.h-carousel .h-carousel-item .icon-btn-wrap img {
		max-width: 60px;
	}

	.h-carousel .h-carousel-item .icon-btn-wrap {
		margin-bottom: 15px;
	}

	.h-carousel .h-carousel-item .highlights-wrapper {
		padding: 20px;
	}
}

@media(max-width: 768px) {
	.h-carousel .h-carousel-item .highlights-wrapper .highlight-item {
		width: 100%;
	}
}

@media(max-width: 650px) {
	.h-carousel .h-carousel-item .carousel-item-body .image img {
		max-width: 250px;
	}

	.h-carousel .h-carousel-item .icon-btn-wrap img {
		max-width: 50px;
	}
}


/*** Shortcode : Tabbed Productbox 
-------------------------------------------------------------------- */

.wpb-js-composer .vc_tta-tabs.h_product_tabs_wrapper .vc_tta-tabs-container {
	margin-bottom: 2px !important;
}

.wpb-js-composer .vc_tta-tabs.h_product_tabs_wrapper .vc_tta-tab {
	text-align: center;
	width: 20%;
	margin-left: 0px !important;
}

.wpb-js-composer .vc_tta.h_product_tabs_wrapper.vc_general .vc_tta-tab>a {
	border: 0px;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	background-color: #dbdbdb;
	/*border: 1px solid #dbdbdb;*/
	font-weight: 500;
}

body.wpb-js-composer .vc_tta.h_product_tabs_wrapper .vc_tta-tab.vc_active>a {
	font-weight: 500;
	/*border: 1px solid #dbdbdb!important;*/
	background-color: #dbdbdb !important;
}

.wpb-js-composer .vc_tta.h_product_tabs_wrapper .vc_tta-tab>a:hover {}

.wpb-js-composer .h_product_tabs_wrapper .vc_tta-tab.vc_active>a:after,
.wpb-js-composer .h_product_tabs_wrapper .vc_tta-tab.vc_active>a:before {
	border: 0px !important;
}

.wpb-js-composer .h_product_tabs_wrapper.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
	border: 1px solid #dbdbdb !important;
	background-color: #fff !important;
	padding: 0px;
	border-top: 0px !important;
}

.wpb-js-composer .h_product_tabs_wrapper.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body>.vc_row.vc_row-flex {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
}


/*.wpb-js-composer .h_product_tabs_wrapper.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body > .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner{
	padding: 0px;
}*/

.wpb-js-composer .h_product_tabs_wrapper.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body .h_product_tab_desc {
	background-color: #dbdbdb;
	padding: 20px 40px;
	font-size: 14px;
}

.h_tab_productbox_container {
	font-size: 14px;
}

.h_tab_productbox_container .inner {
	position: relative;
}

.h_tab_productbox_container .inner .abs-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.h_tab_productbox_container .body {}

.h_tab_productbox_container .image {
	text-align: center;
	width: 100%;
	height: 250px;
}

.h_tab_productbox_container .image figure {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.h_tab_productbox_container .title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.h_tab_productbox_container .category {
	margin-bottom: 20px;
	text-align: center;
}

.h_tab_productbox_container .content {
	margin-bottom: 20px;
}

.h_tab_productbox_container .footer_text {
	color: #BABABA;
	text-align: center;
}

@media(max-width: 1200px) {
	.wpb-js-composer .h_product_tabs_wrapper.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body>.vc_row.vc_row-flex .vc_col-sm-1\/5 {
		width: 33.33%;
	}

	.wpb-js-composer .h_product_tabs_wrapper.vc_tta-tabs .vc_tta-tab>a {
		font-size: 12px;
		padding: 10px !important;
	}

}

@media(max-width: 960px) {
	.wpb-js-composer .h_product_tabs_wrapper.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body>.vc_row.vc_row-flex .vc_col-sm-1\/5 {
		width: 50%;
	}
}

@media(max-width: 768px) {
	.wpb-js-composer .h_product_tabs_wrapper.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body>.vc_row.vc_row-flex .vc_col-sm-1\/5 {
		width: 50%;
	}

	.wpb-js-composer .h_product_tabs_wrapper.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body>.vc_row.vc_row-flex .vc_col-sm-1\/5 {
		width: 100%;
	}

	.h_tab_productbox_container .content {
		text-align: center;
	}

	.wpb-js-composer .vc_tta-tabs.h_product_tabs_wrapper .vc_tta-tab {
		text-align: center;
		width: 33.33%;
	}

	body.wpb-js-composer .vc_tta.h_product_tabs_wrapper .vc_tta-panel-title>a {
		background-color: #fcfcfc;
	}

	body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
		text-align: center;
	}

	body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a br {
		display: none;
	}

	.wpb-js-composer .h_product_tabs_wrapper.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body .h_product_tab_desc {
		text-align: center;
	}
}


/*** Shortcode : Video Listing
-------------------------------------------------------------------- */

.h_video_container {
	max-width: 1170px;
	margin: 0 auto;
}

.h_video_container .h_video_list {
	margin-top: 65px;
}


.h_video_container .h_video_list .card {
	border: 0px;
}

.h_video_container .h_video_list .card .card-header {
	padding: 0px;
	border: 0px;
	position: relative;
}

.h_video_container .h_video_list .card .card-header a {
	position: relative;
}

.h_video_container .h_video_list .card .card-header a .play_btn {
	position: absolute;
	font-size: 50px;
	color: red;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	right: 0px;
	text-align: center;
	margin: 0 auto;
	;
	display: none;
	cursor: pointer;
	z-index: 1;
	;
}

.h_video_container .h_video_list .card .card-header:hover a .play_btn {
	display: block;
}

.h_video_container .h_video_list .card .card-header:hover a i {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	margin: 0 auto;
	z-index: 0;
}

.h_video_container .h_video_list .card .card-header .card-iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 1;
	display: none;
}

.h_video_container .h_video_list .card .card-body {
	padding-left: 0px;
	padding-right: 0px;
}

.h_video_container .h_video_list .card .card-body p {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 300;
}

.h_video_container .h_video_list .card .card-body p.card-title {
	font-weight: 500;
	text-transform: uppercase;
}

.h_video_container .h_video_list .card .card-body p.card-title a {
	color: #1d1d1b;
}

.clear_filter_row {
	display: none;
}

.clear_filter {
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
	color: #1d1d1b;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 500;
	line-height: 100%;
}

.h_video_container .h_video_filters .clear_filter:hover {
	text-decoration: underline;
}

.h_video_container .h_video_filters .filter-container form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.h_video_container .h_video_filters .filter-container .dropdown {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.h_video_container .h_video_filters .dropdown .dropdown-toggle {
	border-radius: 0px;
	border: 1px solid #9a9a98;
	color: #1d1d1b;
	text-transform: uppercase;
	outline: none;
	background-color: #ffffff;
	width: 150px;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	height: 30px;
	line-height: 100%;
}

.h_video_container .h_video_filters .filter-container .dropdown.show .dropdown-toggle {
	border: 2px solid #1d1d1b;
}

.h_video_container .h_video_filters .dropdown .dropdown-toggle:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.h_video_container .h_video_filters .dropdown .dropdown-toggle:hover,
.h_video_container .h_video_filters .dropdown .dropdown-toggle:focus,
.h_video_container .h_video_filters .dropdown .dropdown-toggle:active {
	background-color: #ffffff;
	outline: none;
	box-shadow: none;
}

.h_video_container .h_video_filters .dropdown-menu {
	padding: 15px;
	margin-top: 10px;
	overflow-y: scroll;
	border-radius: 0px;
	border-color: #1d1d1b;
	width: 280px;
	overflow: hidden;
}

.h_video_container .h_video_filters .dropdown-menu .scrollpane {
	width: 100%;
	min-height: 100px;
	max-height: 100px;
	overflow-y: auto;
}

.h_video_container .pretty {
	display: block;
	margin-right: 0px;
	margin-bottom: 10px;
}

.h_video_container .pretty .state {
	display: flex;
	align-items: center;
}

.h_video_container .pretty .state label:after,
.h_video_container .pretty .state label:before {
	width: 14px;
	height: 14px;
	top: unset;
}

.h_video_container .pretty.p-icon .state .icon {
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-style: normal;
	top: -1px;
}

.h_video_container .pretty.p-icon .state .icon:before {
	width: 14px;
	height: 14px;
}

.h_video_container .pretty .state label {
	font-size: 15px;
	font-weight: 300;
	color: #9a9a98;
}

.h_video_container .pretty.p-icon input:checked~.state label {
	color: #1d1d1b;
	font-weight: 500;
}

.h_video_container .pretty.p-icon input:checked~.state label:before {
	border: 2px solid #1d1d1b;
}

/* .jspVerticalBar{
	width: 4px;
}

.jspVerticalBar .jspDrag{
	background: #1d1d1d;
}

.jspVerticalBar .jspTrack{
	background: #dddddd;
} */

.h_loading {
	display: flex;
	text-align: center;
	margin: 0 auto;
	z-index: 1;
}

/* width */
::-webkit-scrollbar {
	width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

@media(max-width: 1150px) {
	.h_video_container .h_video_filters .dropdown .dropdown-toggle {}
}


/*** Shortcode : Add to Calendar
-------------------------------------------------------------------- */
@-webkit-keyframes dropdown-anim {
	from {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes dropdown-anim {
	from {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.h_event__title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}

.h_event__datetime,
.h_event__location {
	font-size: 14px;
	font-weight: 500;
}

.atc-cal {
	display: inline-block;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	width: 30px;
	height: 30px;
	background-size: contain;
}

.atc-cal.google {
	background-image: url('../images/cal-icons/cal-google.png');
}

.atc-cal.apple {
	background-image: url('../images/cal-icons/cal-apple.png');
}

.atc-cal.msoffice {
	background-image: url('../images/cal-icons/cal-msoffice.png');
}

.atc-cal.outlook {
	background-image: url('../images/cal-icons/cal-outlook.png');
}

.atc-cal.yahoo {
	background-image: url('../images/cal-icons/cal-yahoo.png');
}

.atc-cal.lotus {
	background-image: url('../images/cal-icons/cal-lotus.png');
}

.atc-cal.thunderbird {
	background-image: url('../images/cal-icons/cal-thunderbird.png');
}

.h_buttons__atc {
	display: block;
	position: relative;
}

.h_buttons__atc .dropdown-toggle {
	width: 180px;
	text-transform: uppercase;
}

.h_buttons__atc .dropdown-toggle:after {
	display: none;
}

.h_buttons__atc .dropdown-menu {
	width: 190px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	transform: unset !important;
}

.h_buttons__atc .dropdown-menu.show {
	-webkit-animation: dropdown-anim 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	animation: dropdown-anim 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.h_buttons__atc .dropdown-menu a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.25rem 0.5rem;
	cursor: pointer;
}

.hatc-modal.tingle-modal:before {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.hatc-modal.tingle-modal {
	background-color: rgba(0, 0, 0, 0.7);
}

.hatc-modal .tingle-modal-box {
	max-width: 480px;
}

.hatc-modal .tingle-modal-box__content {
	text-align: center;
}

.hatc-modal .tingle-modal-box__content,
.hatc-modal .tingle-modal-box__content p {
	font-size: 20px;
	line-height: 25px;
}

.hact-modal .tingle-modal-box__footer {
	text-align: center;
}

/*** Shortcode : Gravity Form Button Popup 
-------------------------------------------------------------------- */

.h_gf_popup_btn-gf.white-popup {
	position: relative;
	background: #FFF;
	padding: 0px;
	width: auto;
	max-width: 640px;
	margin: 20px auto;
}

.h_gf_popup_btn--title {
	font-size: 20px;
	font-weight: 500;
	padding: 20px 45px 20px 20px;
	background-color: #000;
	color: #fff;
}

.h_gf_popup_btn-gf.white-popup .gform_wrapper,
.h_gf_popup_btn-gf.white-popup .gform_confirmation_wrapper {
	padding: 20px;
}

.h_gf_popup_btn-gf.white-popup input[type="checkbox"]+label,
.h_gf_popup_btn-gf.white-popup .gform_wrapper label.gfield_label,
.h_gf_popup_btn-gf.white-popup .gform_wrapper legend.gfield_label {
	font-size: 16px;
}

.h_gf_popup_btn-gf.white-popup .gform_wrapper .field_description_below .gfield_description {
	font-size: 14px !important;
}

.h_gf_popup_btn-gf .gform_wrapper .gform_footer input[type=submit]:not([disabled]) {
	cursor: pointer;
	line-height: 100% !important;
	display: flex;
	justify-content: center;
}

.h_gf_popup_btn-gf .mfp-close {
	background: #000 !important;
	color: #fff !important;
	height: 58px !important;
}

.h_gf_popup_btn-gf.white-popup input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.h_gf_popup_btn-gf.white-popup input[type="checkbox"]+label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.h_gf_popup_btn-gf.white-popup input[type="checkbox"]+label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid #000;
}

.h_gf_popup_btn-gf.white-popup input[type="checkbox"]:hover+label:before {
	background: #000000;
}

.h_gf_popup_btn-gf.white-popup input[type="checkbox"]:focus+label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.h_gf_popup_btn-gf.white-popup input[type="checkbox"]:checked+label:before {
	background: #000000;
}

.h_gf_popup_btn-gf.white-popup input[type="checkbox"]:disabled+label {
	color: #b8b8b8;
	cursor: auto;
}

.h_gf_popup_btn-gf.white-popup input[type="checkbox"]:disabled+label:before {
	box-shadow: none;
	background: #ddd;
}

.h_gf_popup_btn-gf.white-popup input[type="checkbox"]:checked+label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 9px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	transform: rotate(45deg);
}