/**
 * @file        /a_layout/css/layout_project_specific.css
 * @copyright   Copyright (C) 2006 - 2024 codeDESIGN | Milos Mandic / All rights reserved.
 * @link        https://www.filterverlag.de
 * @author      codeDESIGN | Milos Mandic <milos.mandic@filterverlag.de>
 */
 
/* codeDESIGN - layout_project_specific.css */
@charset "utf-8";

/* CUSTOM SHAPE DIVIDERS */
.custom_shape_divider_main_slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	z-index: 9999;
}
.custom_shape_divider_main_slider svg {
	position: relative;
	display: block;
	width: calc(128% + 1.3px);
	height: 50px;
}
.custom_shape_divider_main_slider .custom_shape_divider_main_slider_shape_fill {
	fill: #ffffff;
}
@media only screen and (max-width: 768px) {

	.custom_shape_divider_main_slider svg {
		width: calc(128% + 1.3px);
		height: 50px;
	}
	
}



/* CUSTOM SHAPE DIVIDERS TOP AND BOTTOM */
.custom_shape_divider_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}
.custom_shape_divider_top svg {
	position: relative;
	display: block;
	width: calc(128% + 1.3px);
	height: 100px;
}
.custom_shape_divider_top_to_bttom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.custom_shape_divider_top_to_bttom svg {
    position: relative;
    display: block;
    width: calc(128% + 1.3px);
    height: 100px;
}
.custom_shape_divider_top_to_bttom .custom_shape_divider_top_to_bttom_shape_fill {
    fill: #ffffff;
}
.custom_shape_divider_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}
.custom_shape_divider_bottom svg {
	position: relative;
	display: block;
	width: calc(128% + 1.3px);
	height: 100px;
	/* transform: rotateY(180deg); */
	transform: rotateX(180deg);
}
.custom_shape_divider_bottom_reverse svg {
	transform: rotateX(180deg) rotateY(180deg);
}
.custom_shape_divider_top .custom_shape_divider_top_shape_fill,
.custom_shape_divider_bottom .custom_shape_divider_bottom_shape_fill {
	fill: #ffffff;
}
@media only screen and (max-width: 768px) {

	.custom_shape_divider_top svg,
	.custom_shape_divider_top_to_bttom svg,
	.custom_shape_divider_bottom svg {
		width: calc(128% + 1.3px);
		height: 50px;
	}
	
}



/* WAVES PAGE TITLE */
div.waves_page_title_wrapper {
	position: relative;
}
div.waves_page_title_wrapper_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}
div.waves_page_title_wrapper_inner svg {
	position: relative;
	display: block;
	width: calc(150% + 1.3px);
	height: 50px;
}
@media only screen and (max-width: 768px) {

	div.waves_page_title_wrapper_inner svg {
		height: 25px;
	}
	
}
div.waves_page_title_wrapper_inner .shape-fill {
	fill: #F3F3F3;
}



/* WAVES HEADER AND FOOTER */
div.waves_header_wrapper {
	width: 100%;
	top: 0px;
	z-index: 99;
	position: absolute;
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}
.waves_header {
	width: 100%;
	height: 15vh;
	min-height: 45px;
	max-height: 45px;
	margin-bottom: -7px; /* fix for safari gap */
	position: relative;
}
.waves_footer, 
.waves_header_bottom {
	width: 100%;
	height: 15vh;
	min-height: 80px;
	max-height: 80px;
	position: absolute;
	z-index: 2;
	bottom: 0px;
}
/* WAVES HEADER AND FOOTER ANIMATION */
.waves_header_and_footer_parallax > use {
	animation: animation_for_waves_header_and_footer_parallax 25s cubic-bezier(0.55,0.5,0.45,0.5) infinite;
}
.waves_header_and_footer_parallax > use:nth-child(1) {
	animation-delay: -8s;
	animation-duration: 24s;
}
.waves_header_and_footer_parallax > use:nth-child(2) {
	animation-delay: -12s;
	animation-duration: 40s;
}
.waves_header_and_footer_parallax > use:nth-child(3) {
	animation-delay: -16s;
	animation-duration: 52s;
}
.waves_header_and_footer_parallax > use:nth-child(4) {
	animation-delay: -20s;
	animation-duration: 80s;
}
@keyframes animation_for_waves_header_and_footer_parallax {

	0% {
		transform: translate3d(-90px,0,0);
	}
	100% { 
		transform: translate3d(85px,0,0);
	} 
	
}
@media only screen and (max-width: 768px) {

	.waves_header, 
	.waves_footer {
		height: 20px;
		min-height: 20px;
    	max-height: 20px;
	}
	.waves_header_bottom {
		height: 50px;
		min-height: 50px;
    	max-height: 50px;
	}
		
}
div.waves_footer_wrapper_top {
	background: #ffffff;
	width: 100%;
	height: 150px;
	margin: 0px 0px 0px 0px;
	position: absolute;
}



/* FOOTER WAVES DIVIDER */
div.footer div.custom_waves_divider {
	position: absolute;
}
div.footer div.custom_waves_divider_top_shape {
	background: #ffffff url(/a_layout/images/waves/wave_blue_for_footer_top_01.svg) no-repeat bottom;
	background-size: 100% auto;
	width: calc(100% + 0px);
	height: 150px;
	position: absolute;
	top: -40px;
	display: block;	
}
div.footer div.custom_waves_divider_bottom_shape {
	background: #ffffff url(/a_layout/images/waves/wave_blue_for_footer_bottom_01.svg) no-repeat top;
	background-size: 100% auto;
	width: calc(100% + 0px);
	height: 220px;
	position: absolute;
	bottom: 0px;
	display: block;
	transform: rotateX(0deg) rotateY(180deg);
}
div.footer div.custom_waves_divider_top_shape path.path_1 {
	fill: var(--ci_color_svg_1) !important;
}
div.footer div.custom_waves_divider_top_shape path.path_2 {
	fill: var(--ci_color_svg_2) !important;
}


/* HISTORIC LIST - USE TIMELINE INSEAD */
ul.content_item_historic_list {
	list-style: none;
}
ul.content_item_historic_list li {
	margin: 0px 0px 20px 0px !important;
	padding: 0px 0px 0px 80px !important;
}
ul.content_item_historic_list li:before {
	background: #CFCDCE;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	font: normal 13px/50px 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-weight: 600 !important;
	color: #ffffff !important;
	text-align: center;
}
ul.content_item_historic_list li:after {
	background: #CFCDCE;
	content: '';
	width: 100%;
	height: 1px;
	display: inline-block;
	margin: 25px 0px 0px 0px;
}
ul.content_item_historic_list li:last-child:after {
	display: none;
}
ul.content_item_historic_list li:nth-child(1):before {
	content: '1948' !important;
}
ul.content_item_historic_list li:nth-child(2):before { 
	content: '1968' !important;
}
ul.content_item_historic_list li:nth-child(3):before { 
	content: '1989' !important;
}
ul.content_item_historic_list li:nth-child(4):before { 
	content: '2000' !important;
}
ul.content_item_historic_list li:nth-child(5):before { 
	content: '2020' !important;
}



/* BADGES TOP */
div.badge_footer_wrapper {
	width: 89px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
div.badge_footer {
	/*margin: 0px 109px 0px 0px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
}
a.href_badge_footer span.href_badge_overlay {
	background: rgba(255, 255, 255, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
a.href_badge_footer:hover span.href_badge_overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
a.href_badge_footer span.href_badge_overlay i {
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
div.badge_footer_hoch {
	/*width: 60px;*/
}
div.badge_footer_quadrat {
	width: 92px;
}
/*
div.badge_footer_hoch a {
	float: right;
	width: calc((100% / 6) - 10px);
	margin: 0pc 5px;
}
div.insite_badge {
	display: block;
	float: left;
	width: calc(20% - 20px);
	margin: 0px 20px 0px 0px;
}
*/



/* DOCTOLIB TOP BIG FEATURED */
div.doctolib_button_big_featured_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
div.doctolib_button_big_featured_wrapper [class^="col-"],
div.doctolib_button_big_featured_wrapper [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.doctolib_button_big_featured {
	width: 100%;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	z-index: 9;
}
div.doctolib_button_big_featured a,
div.doctolib_button_big_featured a:link,
div.doctolib_button_big_featured a:visited {
	width: 100%;
	height: 100%;
	display: inline-block;
	font: 500 13px/28px 'Montserrat',sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
div.doctolib_button_big_featured_wording {
	background: var(--ci_color_accent_1);
	margin: 0px 0px 0px 0px;
	padding: 4px 18px 4px 18px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
	text-align: center;
}
div.doctolib_button_big_featured_wording:hover {
	background: #ffffff;
	color: #242424;	
}
div.doctolib_button_big_featured_wording:hover a,
div.doctolib_button_big_featured_wording:hover a:link,
div.doctolib_button_big_featured_wording:hover a:visited {
	color: #242424;	
}
div.doctolib_button_big_featured_wording span.icon {
	font-size: 18px;
	margin: 0px 4px 0px 0px;
}
div.doctolib_button_big_featured_image {
	width: 86px;
	margin: 6px 0px 0px 4px;
}



/* DOCTOLIB RIGHT */
div.doctolib_button_wrapper {
	position: fixed;
	right: 0px;
	top: 160px;
	cursor: pointer;
	z-index: 9999;
}
div.doctolib_button_wrapper a,
div.doctolib_button_wrapper a:link,
div.doctolib_button_wrapper a:visited {
	font: 400 11px/11px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
div.doctolib_button_wrapper i.fal {
	font-size: 18px;
	color: #ffffff;
}
div.doctolib_button_wrapper div.doctolib_button {
	background: var(--ci_color_accent_1);
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 4px 6px;
	position: relative;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.doctolib_button_wrapper div.doctolib_button:hover {
	background: #ffffff;
	color: #242424;
}
div.doctolib_button_wrapper div.doctolib_button:hover a,
div.doctolib_button_wrapper div.doctolib_button:hover a:link,
div.doctolib_button_wrapper div.doctolib_button:hover a:visited {
	color: #242424;
}
div.doctolib_button_wrapper div.doctolib_button_image img {
	width: auto;
	height: 18px;
	margin: 6px 6px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
div.doctolib_button_neu_label {
	background: #dc3545;
	position: absolute;
	font: normal 10px/10px Arial,Helvetica;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 5px 4px 5px;
	margin: -14px 0px 0px -12px;
	z-index: 99;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.doctolib_button_wrapper:hover div.doctolib_button_neu_label {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}



/* FIXED BUTTON SCREENSIDE */
div.fixed_button_screenside {
	background: #EE7D0C;
	position: fixed;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	z-index: 999;		
}
div.fixed_button_screenside_1 {
	top: calc(50% - 140px);
}
div.fixed_button_screenside_left {
	left: 0px;	
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
div.fixed_button_screenside_right {
	right: 0px;	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
div.fixed_button_screenside a, 
div.fixed_button_screenside a:link, 
div.fixed_button_screenside a:visited {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
}
div.fixed_button_screenside div.fixed_button_screenside_icon {
	font-size: 26px;
}




/* ONLINE APPOINTMENT BOOKING */
div.online_appointment_badge_round {
	width: 140px;
	height: 140px;
	position: fixed;
	left: -10px;
	top: calc(50% - 140px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	z-index: 9999;	
}
div.online_appointment_badge_round:hover:after {
	display: none;
}
div.online_appointment_badge_round::after {
	width: 140px;
	height: 140px;
	box-sizing: border-box;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	border: 10px solid #637379;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation-duration: 2.0s;
	animation-duration: 2.0s;
	-webkit-animation-name: online_appointment_badge_round_pulse_border;
	animation-name: online_appointment_badge_round_pulse_border;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes online_appointment_badge_round_pulse_border {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@keyframes online_appointment_badge_round_pulse_border {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@media only screen and (max-width: 961px) {

	div.online_appointment_badge_round {
		display: none;
	}
	
}
div.online_appointment_badge_round_inner {
	width: 100%;
	height: 100%;
	position: relative;
}
div.online_appointment_badge_round_wording {
	background: #637379;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.online_appointment_badge_round:hover div.online_appointment_badge_round_wording {
	background: #4C5C66;	
}
div.online_appointment_badge_round_wording a,
div.online_appointment_badge_round_wording a:link,
div.online_appointment_badge_round_wording a:visited {
	width: 100%;
	height: 100%;
	text-align: center;
	font: normal 14px/24px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
}
div.online_appointment_badge_round_en div.online_appointment_badge_round_wording a,
div.online_appointment_badge_round_en div.online_appointment_badge_round_wording a:link,
div.online_appointment_badge_round_en div.online_appointment_badge_round_wording a:visited {
	padding: 30px 0px 0px 0px;
}
div.online_appointment_badge_new_label {
	background: #ffffff;
	position: absolute;
	font: normal 10px/10px Arial,Helvetica;
	color: #242424;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 5px 4px 5px;
	margin: 20px 0px 0px 115px;
	z-index: 99;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.online_appointment_badge_round:hover div.online_appointment_badge_new_label {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}



/* ONLINE APPOINTMENT BOOKING MOBILE */
div.online_appointment_button_mobile {
	position: fixed;
	right: 0px;
	top: 120px;
	cursor: pointer;
	z-index: 9999;
	display: none;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
@media only screen and (max-width: 961px) {

	div.online_appointment_button_mobile {
		display: inline;
	}
	
}
div.online_appointment_button_mobile a,
div.online_appointment_button_mobile a:link,
div.online_appointment_button_mobile a:visited {
	font: 400 11px/11px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
div.online_appointment_button_mobile div.online_appointment_button_mobile_wording {
	background: var(--ci_color_accent_4);
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 4px 6px;
	position: relative;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.online_appointment_button_mobile div.online_appointment_button_mobile_wording:hover {
	background: var(--ci_color_accent_4_hover);
}
div.online_appointment_button_mobile_new_label {
	background: #ffffff;
	position: absolute;
	font: normal 10px/10px Arial,Helvetica;
	color: #242424;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 5px 4px 5px;
	margin: -16px 0px 0px -12px;
	z-index: 99;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.online_appointment_button_mobile:hover div.online_appointment_button_mobile_new_label {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}



/* STATIC APPOINTMENT STRIPE */
div.static_appointment_content_stripe {
	background: #71A4B8;
	color: #ffffff;
	margin: 0px 0px 60px 0px;
	padding: 60px 0px 60px 0px;
	overflow: hidden;
}
@media only screen and (max-width: 991px) {

	div.static_appointment_content_stripe {
		margin: 0px 0px 0px 0px
	}

}
div.static_appointment_content_stripe h4 {
	font: normal 32px/32px 'Myriad Pro Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
}
div.static_appointment_content_stripe h4::after {
	background: var(--project-color-3);
	bottom: -1px;
	content: '';
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.static_appointment_content_stripe h4:hover:after {
	background: var(--project-color-3);
	width: 180px;
}
div.static_appointment_content_stripe [class^="col-"],
div.static_appointment_content_stripe [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
/* STATIC APPOINTMENT STRIPE CONTENT */
div.static_appointment_content_stripe div.static_appointment_content_stripe_content_cms_article {
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 0px 0px;
	position: relative;
}
@media only screen and (max-width: 991px) {

	div.static_appointment_content_stripe div.static_appointment_content_stripe_content_cms_article {
		padding: 0px 0px 0px 0px;
	}

}
/* STATIC APPOINTMENT BUTTON */
div.static_appointment_content_stripe div.static_appointment_content_stripe_button {
	background: var(--ci_color_accent_4);
	width: 390px;
	margin: 0px 0px 0px 0px;
	padding: 12px 8px 12px 8px;
	cursor: pointer;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.static_appointment_content_stripe div.static_appointment_content_stripe_button:hover {
	background: var(--ci_color_accent_4_hover);
}
@media only screen and (max-width: 991px) {

	div.static_appointment_content_stripe div.static_appointment_content_stripe_button {
		width: 100%;
		margin: 40px 0px 0px 0px;
	}

}
div.static_appointment_content_stripe div.static_appointment_content_stripe_button [class^="col-"],
div.static_appointment_content_stripe div.static_appointment_content_stripe_button [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.static_appointment_content_stripe div.static_appointment_content_stripe_button a,
div.static_appointment_content_stripe div.static_appointment_content_stripe_button a:link,
div.static_appointment_content_stripe div.static_appointment_content_stripe_button a:visited {
	color: var(--ci_color_white);
	text-decoration: none;
}
div.static_appointment_content_stripe div.static_appointment_content_stripe_button div.static_appointment_content_stripe_button_icon {
	width: 100%;
	font-size: 40px;
	text-align: center;
}
div.static_appointment_content_stripe div.static_appointment_content_stripe_button div.static_appointment_content_stripe_button_content {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;	
}
div.static_appointment_content_stripe div.static_appointment_content_stripe_button div.static_appointment_content_stripe_button_content_1, 
div.static_appointment_content_stripe div.static_appointment_content_stripe_button div.static_appointment_content_stripe_button_content_2 {
	white-space: nowrap;
}
div.static_appointment_content_stripe div.static_appointment_content_stripe_button div.static_appointment_content_stripe_button_content_1 {
	font: normal 14px/14px 'Myriad Pro Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: var(--ci_color_white);
	text-transform: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
div.static_appointment_content_stripe div.static_appointment_content_stripe_button div.static_appointment_content_stripe_button_content_2 {
	font: normal 22px/26px 'Myriad Pro Bold','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: var(--ci_color_white);
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}



/* BANNER */
div.static_banners_featured {
	margin: 40px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	position: relative;
}
div.static_banners_sidebar {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
div.static_banners_featured [class^="col-"],
div.static_banners_featured [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.static_banner_featured_left {
	width: 72%;
	float: left;
}
div.static_banner_featured_right {
	width: 26.2%;
	float: right;
	padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 991px) {

	div.static_banner_featured_left, 
	div.static_banner_featured_right {
		width: 100%;
		float: none;
		margin: 0px 0px 40px 0px;
	}
	div.static_banner_featured_right {
		margin: 0px 0px 0px 0px;
	}	
}
/* BANNER IMAGE OVAERLAY */
div.static_banner_featured span.static_banners_featured_image_overlay,
div.static_banner_sidebar span.static_banner_sidebar_image_overlay {
	background: rgba(255, 255, 255, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.static_banner_featured:hover span.static_banners_featured_image_overlay,
div.static_banner_sidebar:hover span.static_banner_sidebar_image_overlay  {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
div.static_banner_featured span.static_banners_featured_image_overlay i,
div.static_banner_sidebar span.static_banner_sidebar_image_overlay i {
	font-size: 36px;
	color: var(--ci_color_accent_1);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



/* JOB APPLYMENT */
div.stripe_job_apply {
	background: #637379 url(/a_layout/images/bg_stripe_1920x400.jpg) no-repeat center;
	background: #637379;
	margin: 40px 0px 0px 0px;
	padding: 40px 0px 40px 0px;
	position: relative;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.stripe_job_apply_content a,
div.stripe_job_apply_content a:link,
div.stripe_job_apply_content a:visited {
	color: #ffffff;
	text-decoration: none;
}
div.stripe_job_apply_content h2 {
	font: var(--font-h1_component);
	color: #ffffff;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	border-bottom: none;
}
div.stripe_job_apply_content h2:after {
	display: none;
}
div.stripe_job_apply_content h2 i {
	color: #ffffff;
	padding: 0px 10px 0px 0px;
}
div.stripe_job_apply_content h3 {
	font: normal 14px/24px 'Open Sans', Arial, Helvetica;
	font-weight: 300;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	border-bottom: none;
}
div.stripe_job_apply_content h3:after {
	display: none;
}
div.stripe_job_apply_content {
	color: #ffffff;
}
div.stripe_job_apply_content i {
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
}
div.stripe_job_apply_content strong {
	font-weight: 600;
}
div.stripe_job_apply div.stripe_job_apply_button {
	margin: 25px 0px 0px 0px;
}
@media only screen and (max-width: 991px) {

	div.stripe_job_apply div.stripe_job_apply_button {
		margin: 25px 0px 0px 0px;
	}
	
}
div.stripe_job_apply div.stripe_job_apply_button a,
div.stripe_job_apply div.stripe_job_apply_button a:link,
div.stripe_job_apply div.stripe_job_apply_button a:visited {
	background: #ffffff;
	background-position: center;
	width: 100%;
	height: 100%;
	display: inline-block;
	font: normal 13px/19px 'Open Sans', Arial, Helvetica;
	font-weight: 400;
	color: #242424;
	margin: 0px 0px 0px 0px;
	padding: 16px 0px 16px 0px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: none;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px; 
	cursor: pointer;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	position: relative;
}
div.stripe_job_apply div.stripe_job_apply_button a:hover {
	background: #4C5C66;	
	color: #ffffff;
}



/* COM_CONTENT BOXES */
.com_content div.item-page div.page-article-content div.boxed_content_grey {
	background-color: #EFF1F2;
	border: 1px solid #d6d8db;
	color: #383d41;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
}
.com_content div.item-page div.page-article-content div.boxed_content_orange {
	background-color: #F5B16D;
	border: 1px solid #EE7D0C;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
}
.com_content div.item-page div.page-article-content div.boxed_content_blue {
	background-color: #00074A;
	border: 1px solid #0e0b3c;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
}
.com_content div.item-page div.page-article-content div.boxed_content_blue strong {
	color: var(--ci_color_white);	
}
.com_content div.item-page div.page-article-content div.boxed_content_blue a,
.com_content div.item-page div.page-article-content div.boxed_content_blue a:link,
.com_content div.item-page div.page-article-content div.boxed_content_blue a:visited {
	font-weight: 300;
	color: var(--ci_color_white);
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}




/* COM_CONTENT ARTICLE LAYOUTS */
.com_content div.item-page div.page-article-content div.title_sub h2 {
	font: normal 20px/30px 'Myriad Pro Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: var(--ci_color_black);
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
.com_content div.item-page div.page-article-content div.title_sub h2:after {
	display: none;
}
.com_content div.item-page div.page-article-content div.title_sub h5 {
	font: normal 20px/30px 'Myriad Pro Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: var(--ci_color_black);
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
.com_content div.item-page div.page-article-content div.title_sub h5:after {
	display: none;
}
.com_content div.item-page div.content_item_additional_introtext {
	padding: 0px 0px 60px 0px;
	border-bottom: 10px solid #eeeeee;
}
.com_content div.item-page div.content_item_additional_introtext [class^="col-"],
.com_content div.item-page div.content_item_additional_introtext [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
.com_content div.item-page div.content_item_additional_introtext div.content_item_additional_introtext_1 {
	font: normal 20px/30px 'Myriad Pro Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: var(--ci_color_black);
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
.com_content div.item-page div.content_item_additional_introtext div.content_item_additional_introtext_2 {
	font-size: 16px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	position: relative;
}
@media only screen and (max-width: 768px) {

	.com_content div.item-page div.page-article-content div.title_sub h2 {
		display: none;
	}
	.com_content div.item-page div.content_item_additional_introtext div.content_item_additional_introtext_1 {
		padding: 0px 0px 0px 0px;
	}
	.com_content div.item-page div.content_item_additional_introtext div.content_item_additional_introtext_2 {
		text-align: left;
		padding: 15px 0px 0px 0px;
	}
		
}



/* COM_CONTENT ARTICLE LAYOUTS - CUSTOM DESIGNS */
div.page_article_content_no_design {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}
div.content_item_with_custom_design {
	margin: 80px 0px 60px 0px;
	padding: 0px 0px 0px 0px;
}
div.content_item_with_custom_design_background {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 80%;
	display: inline-block;
}
@media only screen and (max-width: 768px) {

	div.content_item_with_custom_design_background {
		background-image: none;
	}
	
}
div.content_item_with_custom_design_content {
	background: #ffffff;
	width: 75%;
	float: right;
	margin: 100px 0px 100px 0px;
	padding: 60px 60px 60px 60px;
	border: 10px solid #eeeeee;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.content_item_with_custom_design_content h3 {
	font: normal 20px/30px 'Myriad Pro Light','Helvetica Neue',Helvetica,Arial,sans-serif !important;
}
div.content_item_with_custom_design_content h3:after {
	background: var(--ci_color_accent_1) !important;
}
@media only screen and (max-width: 768px) {

	div.content_item_with_custom_design {
		margin: 40px 0px 40px 0px;
		padding: 0px 0px 0px 0px;
	}
	div.content_item_with_custom_design_content {
		width: 100%;
		margin: -8px 0px 0px 0px;
		padding: 20px 20px 20px 20px;
		border: 1px solid #e2e2e2;
		border-top: none;
	}
	div.content_item_with_custom_design_content h3 {
		font: normal 20px/30px 'Myriad Pro Light','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	}
	
}



/* COM_CONTENT ARTICLE LAYOUTS - CUSTOM DESIGNS FOR ACCORDION BOX */
div.content_item_with_custom_design_accordion_box {
	margin: 80px 0px 60px 0px;
	padding: 0px 0px 0px 0px;
}
div.content_item_with_custom_design_accordion_box_background {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 80%;
	display: inline-block;
}
@media only screen and (max-width: 768px) {

	div.content_item_with_custom_design_accordion_box_background {
		background-image: none;
	}
	
}
div.content_item_with_custom_design_accordion_box_content {
	background: #ffffff;
	width: 75%;
	float: right;
	margin: 100px 0px 0px 0px;
	padding: 60px 60px 60px 60px;
	border: 10px solid #eeeeee;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.content_item_with_custom_design_accordion_box_content h3 {
	font: normal 20px/30px 'Myriad Pro Light','Helvetica Neue',Helvetica,Arial,sans-serif !important;
}
div.content_item_with_custom_design_accordion_box_content h3:after {
	background: var(--ci_color_accent_1) !important;
}
@media only screen and (max-width: 768px) {

	div.content_item_with_custom_design_accordion_box {
		margin: 40px 0px 40px 0px;
		padding: 0px 0px 0px 0px;
	}
	div.content_item_with_custom_design_accordion_box_content {
		width: 100%;
		margin: -8px 0px 0px 0px;
		padding: 20px 20px 20px 20px;
		border: 1px solid #e2e2e2;
		border-top: none;
	}
	div.content_item_with_custom_design_accordion_box_content h3 {
		font: normal 20px/30px 'Myriad Pro Light','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	}
	
}
/* COM_CONTENT ARTICLE LAYOUTS - CUSTOM DESIGNS FOR ACCORDION BOX - ACCORDION */
div.content_item_with_custom_design_accordion_box_accordion {
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;	
}
/* COM_CONTENT ARTICLE LAYOUTS - CUSTOM DESIGNS FOR ACCORDION BOX - ACCORDION TOGGLE ICONS */
div.content_item_with_custom_design_accordion_box_accordion_item_header.ui-accordion-header.ui-state-default span.ui-accordion-header-icon:after {
	font-family: 'Font Awesome 6 Pro';
	font-size: 1.5em;
	content: "\f078";
	margin: 10px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	cursor: pointer;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.content_item_with_custom_design_accordion_box_accordion_item_header.ui-accordion-header.ui-state-default:hover span.ui-accordion-header-icon:after {
	color: #ffffff;
}
div.content_item_with_custom_design_accordion_box_accordion_item_header.ui-accordion-header.ui-state-active span.ui-accordion-header-icon:after {
	content: "\f077";
	color: #ffffff;
}
/* COM_CONTENT ARTICLE LAYOUTS - CUSTOM DESIGNS FOR ACCORDION BOX - ACCORDION ACCORDION CONTENT */
.content_item_with_custom_design_accordion_box_accordion_item {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
div.content_item_with_custom_design_accordion_box_accordion div.content_item_with_custom_design_accordion_box_accordion_item:last-of-type div.content_item_with_custom_design_accordion_box_accordion_item_header {
	border-bottom: 1px solid #eeeeee;
}
div.content_item_with_custom_design_accordion_box_accordion div.content_item_with_custom_design_accordion_box_accordion_item:last-of-type div.content_item_with_custom_design_accordion_box_accordion_item_header.ui-accordion-header-active {
	border-bottom: none;
}
div.content_item_with_custom_design_accordion_box_accordion_item_header_inner {
	/* font: var(--font-h3_component); */	
	color: var(--ci_color_black);
	font-weight: 400;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	cursor: pointer;
	border: 1px solid #eeeeee;
	border-bottom: none;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.content_item_with_custom_design_accordion_box_accordion_item_header_inner h3 {
	font: normal 15px/28px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-weight: 400 !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	border: none !important;
}
div.content_item_with_custom_design_accordion_box_accordion_item_header_inner:hover h3, 
div.content_item_with_custom_design_accordion_box_accordion .ui-accordion-header-active div.content_item_with_custom_design_accordion_box_accordion_item_header_inner h3 {
	color: #ffffff !important;
}
div.content_item_with_custom_design_accordion_box_accordion_item_header_inner h3:after {
	display: none !important;
}
div.content_item_with_custom_design_accordion_box_accordion_item_header_inner:last-child {

}
div.content_item_with_custom_design_accordion_box_accordion div.content_item_with_custom_design_accordion_box_accordion_item_header_inner:hover,  
div.content_item_with_custom_design_accordion_box_accordion .ui-accordion-header-active div.content_item_with_custom_design_accordion_box_accordion_item_header_inner {
	background: #71A4B8;
	color: #ffffff;
}
div.content_item_with_custom_design_accordion_box_accordion_item_header_inner i.fal {
	font-size: 16px;
	color: var(--ci_color_black);
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
} 
div.content_item_with_custom_design_accordion_box_accordion div.content_item_with_custom_design_accordion_box_accordion_item_header.ui-accordion-header:hover i.fal,
div.content_item_with_custom_design_accordion_box_accordion .ui-accordion-header-active div.content_item_with_custom_design_accordion_box_accordion_item_header_inner i.fal {
	color: #ffffff;	
}
div.content_item_with_custom_design_accordion_box_accordion_item_content {
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 20px 0px;
	border: 1px solid #eeeeee;
}
div.content_item_with_custom_design_accordion_box_accordion_item_content_inner {
	border-left: 2px solid #71A4B8;
	margin: 0px 0px 0px 20px;
	padding: 0px 20px 0px 20px;
}
div.content_item_with_custom_design_accordion_box_accordion_item_content_inner a,
div.content_item_with_custom_design_accordion_box_accordion_item_content_inner a:link,
div.content_item_with_custom_design_accordion_box_accordion_item_content_inner a:visited {
	color: var(--ci_color_black);
	text-decoration: underline;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.content_item_with_custom_design_accordion_box_accordion_item_content_inner a:hover {
	color: var(--ci_color_accent_1);
	text-decoration: underline;
}
div.content_item_with_custom_design_accordion_box_accordion_item_content_inner ul {
	list-style: none;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
div.content_item_with_custom_design_accordion_box_accordion_item_content_inner ul li {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	position: relative;
}
div.content_item_with_custom_design_accordion_box_accordion_item_content_inner ul li:before {
	content: "\f105";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 100;
	font-size: 1.4em;
	color: var(--ci_color_accent_1);
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	position: absolute;
	left: 0px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.content_item_with_custom_design_accordion_box_accordion_item_content_inner ul li:hover:before {
	color: var(--ci_color_accent_1);
	left: 6px;
}



/* COM_CONTENT ARTICLE LAYOUTS - CUSTOM DESIGNS VIDEO */
div.content_item_with_custom_design_video {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	border: 10px solid #eeeeee;
	position: relative;
}
div.content_item_with_custom_design_video span.video_clip_item_overlay_icon {
	background: rgba(255, 255, 255, 0.6);
	width: 60px;
	height: 60px;
	text-align: center;
	display: table;
	border: 0px solid var(--ci_color_accent_2);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	z-index: 101;
	right: 40px;
	bottom: 40px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.content_item_with_custom_design_video span.video_clip_item_overlay_icon:hover {
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
div.content_item_with_custom_design_video span.video_clip_item_overlay_icon i {
	font-size: 25px;
	color: var(--ci_color_accent_4);
	display: table-cell;
	vertical-align: middle;
	padding: 0px 0px 0px 5px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.content_item_with_custom_design_video span.video_clip_item_overlay_icon_pulse {
	position: absolute;
	z-index: 999;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	box-shadow: 0px 0px 0px 15px rgba(255, 162559, 218255, 0.8), 0px 0px 0px 30px rgba(255, 255, 255, 0.6), 0px 0px 0px 45px rgba(255, 255, 255, 0.4);
	-webkit-animation: pulse_ripple 2.0s infinite;
	animation: pulse_ripple 2.0s infinite;
}
@-webkit-keyframes pulse_ripple {
	0% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0.0;
		-khtml-opacity: 0.0;
		opacity: 0.0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);		
	}
	10% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}
	90% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0.0;
		-khtml-opacity: 0.0;
		opacity: 0.0;
	}
	to {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0.0;
		-khtml-opacity: 0.0;
		opacity: 0.0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes pulse_ripple {
	0% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0.0;
		-khtml-opacity: 0.0;
		opacity: 0.0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);		
	}
	10% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}
	90% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0.0;
		-khtml-opacity: 0.0;
		opacity: 0.0;
	}
	to {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0.0;
		-khtml-opacity: 0.0;
		opacity: 0.0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
div.content_item_with_custom_design_video span.video_clip_item_overlay {
	background: rgba(255, 255, 255, 0.0);
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1.0)";
	filter: alpha(opacity=1.0);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.content_item_with_custom_design_video:hover span.video_clip_item_overlay {
	background: rgba(255, 255, 255, 0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.6)";
	filter: alpha(opacity=0.6);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}