#et-boc .et-l .dipl_ajax_search_active_parent,
.et_pb_column.dipl_ajax_search_active_parent,
.et_pb_row.dipl_ajax_search_active_parent{
	z-index: 9999!important;
}
.dipl_ajax_search{overflow:visible!important}
.dipl_ajax_search_field_wrap,.dipl_ajax_search_wrap{position:relative}
.dipl_ajax_search_field_wrap{overflow:hidden}
.dipl_ajax_search_icon:after{
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: ETModules;
	font-size: 16px;
	color: #000;
	transform: translateY(-50%);
	content: "\55";
}
.dipl_ajax_search .dipl_ajax_search_field{
	border-width: 2px;
	border-style: solid;
	border-color: #333;
	width: 100%;
	margin: 0;
	padding: 10px 35px 10px 10px;
	font-size: 16px;
}
.dipl_ajax_search_results_wrap{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 9999;
}.dipl_ajax_search_results{
	border-width: 0;
	border-style: solid;
	border-color: #333;
	background: #f1f1f1;
	max-height: 250px;
	padding: 10px;
}
.dipl_ajax_search .dipl_ajax_search_wrap .dipl_ajax_search_results{overflow-x:hidden;overflow-y:auto}
.dipl_ajax_search_item{background:#fff;width:100%;margin-bottom:10px;overflow:hidden}
.dipl_ajax_search_item p{padding-bottom:5px}
.dipl_ajax_search_item:last-child{margin-bottom:0}
.dipl_ajax_search_item .dipl_ajax_search_item_link{
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
}
.dipl_ajax_search_item .dipl_ajax_search_item_image{
	width: 85px;
	float: left;
	line-height: 0;
	overflow: hidden;
}
.dipl_ajax_search_item_image img{width:100%;height:100%;object-fit:cover;object-position:center}
.dipl_ajax_search_only_featured_image .dipl_ajax_search_item_image{width:100%}
.dipl_ajax_search_item .dipl_ajax_search_item_image+.dipl_ajax_search_item_content{width:calc(100% - 85px);float:left}
.dipl_ajax_search_item .dipl_ajax_search_item_content{padding:10px}
.dipl_ajax_search_item .dipl_ajax_search_item_title{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
	padding-bottom: 5px;
}
.dipl_ajax_search_item .dipl_ajax_search_item_title:last-child{ padding-bottom: 0; }
.dipl_ajax_search_item .dipl_ajax_search_item_price{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
}
.dipl_ajax_search_item .dipl_ajax_search_item_excerpt{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
}
.dipl_ajax_search_result_masonry .dipl_ajax_search_items .dipl_ajax_search_item{
	width: 100%;
	margin: 0;
	clear: none;
}
.dipl_ajax_search_result_masonry .dipl_ajax_search_isotope_item{ width: 100%; padding: 5px; }
.dipl_ajax_search_loader:after{
	position: absolute;
	top: 50%;
	right: 10px;
	border: 1px solid rgba(0,0,0,.7);
	border-right-color: transparent;
	border-left-color: transparent;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	font-family: inherit;
	transform: translate3d(0,-50%,0);
	animation: dipl_rotation .8s linear infinite;
	content: '';
}

@keyframes dipl_rotation{
	from{
		-webkit-transform: translate3d( 0, -50%, 0 ) rotate( 0 );
		transform: translate3d( 0, -50%, 0 ) rotate( 0 )
	}
	to{
		-webkit-transform: translate3d( 0, -50%, 0 ) rotate( 360deg );
		transform: translate3d( 0, -50%, 0 ) rotate( 360deg );
	}
}

@media screen and ( min-width: 768px ) {
	.dipl_ajax_search_result_2_cols .dipl_ajax_search_item,
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_item,
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_item{
		width:calc(50% - 5px);
		float:left;
		margin-right:10px;
	}
	.dipl_ajax_search_result_2_cols .dipl_ajax_search_isotope_item,
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_isotope_item,
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_isotope_item{width:50%}
	.dipl_ajax_search_result_2_cols .dipl_ajax_search_item:nth-of-type(2n+2),
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_item:nth-of-type(2n+2),
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_item:nth-of-type(2n+2){margin-right:0}
}
@media screen and ( min-width: 981px ) {
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_item{width:calc(33.33% - 6.667px)}
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_isotope_item{width:33.33%}
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_item{width:calc(25% - 7.5px)}
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_isotope_item{width:25%}
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_item:nth-of-type(2n+2){margin-right:10px}
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_item:nth-of-type(3n+3){margin-right:0}
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_item:nth-of-type(2n+2){margin-right:10px}
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_item:nth-of-type(4n+4){margin-right:0}
	.dipl_ajax_search_result_2_cols .dipl_ajax_search_item:nth-of-type(2n+1),
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_item:nth-of-type(3n+1),
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_item:nth-of-type(4n+1){clear:left}
}.dipl_button_item .dipl_button_horizontal_shutter_fill:hover .dipl_background_effect_wrap:after,
.dipl_button_item .dipl_button_horizontal_shutter_fill:hover .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_link,
.dipl_button_item .dipl_button_vertical_shutter_fill:hover .dipl_background_effect_wrap:after,
.dipl_button_item .dipl_button_vertical_shutter_fill:hover .dipl_background_effect_wrap:before{
    background-size: cover;
    background-repeat: no-repeat;
}
.dipl_button_wrapper{line-height:1}
.dipl_button_item .dipl_button_link{
    display:inline-block;
    position:relative;
    background-position:center;
    overflow:hidden;
    padding:10px;
    border: 0 solid #333;
    text-decoration: none;
    transition: background-image .3s linear, background-color .3s linear, border .3s linear;
}
.dipl_button_item .dipl_background_effect_wrap{
    position: absolute;
    top: 0;
    left :0;
    width: 100%;
    height: 100%;
}
.dipl_button .dipl_button_item .dipl_button_link:before,
.dipl_button .dipl_button_item .dipl_button_link:after {
    display: none;
}
.dipl_button_item .dipl_button_secondary_text,
.dipl_button_item .dipl_button_text{
    position: relative;
    z-index: 2;
}
.dipl_button_item .dipl_button_text{
    font-size: 18px;
    line-height: 1.5;
}
.dipl_button_item .dipl_button_secondary_text{
    font-size: 14px;
    line-height: 1.5;
}
.dipl_button_icon{
    display: inline-block;
    position: relative;
}
.dipl_button_icon:after,.dipl_button_icon:before{
    display: inline-block;
    position: relative;
    z-index: -1;
    font-family: ETModules;
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
}
.dipl_button_icon_left .dipl_button_icon:before{
    left: 0;
    padding-right: 6px;
    content: attr(data-icon);
}
.dipl_button_icon_right .dipl_button_icon:after{
    right: 0;
    padding-left: 6px;
    content: attr(data-icon);
}
@keyframes diplChangeIcon{
    0%{
        opacity: 0;
        visibility: 0;
        content: attr(data-icon);
    }
    100%{
        opacity: 1;
        visibility: visible;
        content: attr(data-icon-hover);
    }
}
.dipl_button_no_text,.dipl_button_no_text .dipl_button_text{line-height:0}
.dipl_button_no_text .dipl_button_icon:after,
.dipl_button_no_text .dipl_button_icon:before{
    line-height: 1;
    padding: 0;
}
.dipl_button_icon_on_hover .dipl_button_icon:after,
.dipl_button_icon_on_hover .dipl_button_icon:before{
    visibility: hidden;
    opacity: 0;
    transition: .3s linear;
}
.dipl_button_icon_on_hover .dipl_button_secondary_text:after,
.dipl_button_icon_on_hover .dipl_button_secondary_text:before{
    display: inline-block;
    content: "";
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition: .3s linear;
}
.dipl_button_item .dipl_button_icon_on_hover:hover .dipl_button_icon{
    transform: translateX(0) !important;
}
.dipl_button_icon_on_hover:hover .dipl_button_icon:after,
.dipl_button_icon_on_hover:hover .dipl_button_icon:before{
    visibility: visible;
    opacity: 1;
}
.dipl_button_item .dipl_button_icon_on_hover.dipl_button_icon_left:hover .dipl_button_icon:before{
    left: 0 !important;
}
.dipl_button_item .dipl_button_icon_on_hover.dipl_button_icon_right:hover .dipl_button_icon:after{
    right: 0 !important;
}
.dipl_button_secondary_text{
    display: block;
}
.dipl_button_item .dipl_background_effect_wrap:after,
.dipl_button_item .dipl_background_effect_wrap:before{
    position: absolute;
    content: "";
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s linear;
}
.dipl_button_item .dipl_button_wipe_fill .dipl_background_effect_wrap:before{
    top :0;
    left :0;
    width: 100%;
    height: 100%;
    transform: translate(-100%,0) skew(-45deg);
    transform-origin: 0 0;
}
.dipl_button_item .dipl_button_wipe_fill:hover .dipl_background_effect_wrap:before{
    transform: translate(0,0);
}
.dipl_button_item .dipl_button_slide_down_fill .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_slide_up_fill .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_vertical_shutter_fill .dipl_background_effect_wrap:after,
.dipl_button_item .dipl_button_vertical_shutter_fill .dipl_background_effect_wrap:before{
    left: 0;
    width: 100%;
    height: 100%;
}
.dipl_button_item .dipl_button_slide_up_fill .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_vertical_shutter_fill .dipl_background_effect_wrap:after{
    bottom: -100%;
}
.dipl_button_item .dipl_button_slide_up_fill:hover .dipl_background_effect_wrap:before{
    bottom: 0;
}
.dipl_button_item .dipl_button_slide_down_fill .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_vertical_shutter_fill .dipl_background_effect_wrap:before{
    top: -100%;
}
.dipl_button_item .dipl_button_slide_down_fill:hover .dipl_background_effect_wrap:before{
    top: 0;
}
.dipl_button_item .dipl_button_slide_left_fill .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_slide_right_fill .dipl_background_effect_wrap:before{
    top: 0;
    width: 100%;
    height: 100%;
}
.dipl_button_item .dipl_button_horizontal_shutter_fill .dipl_background_effect_wrap:after,
.dipl_button_item .dipl_button_slide_left_fill .dipl_background_effect_wrap:before{
    right: -100%;
}
.dipl_button_item .dipl_button_slide_left_fill:hover .dipl_background_effect_wrap:before{
    right: 0;
}
.dipl_button_item .dipl_button_horizontal_shutter_fill .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_slide_right_fill .dipl_background_effect_wrap:before{
    left: -100%;
}
.dipl_button_item .dipl_button_slide_right_fill:hover .dipl_background_effect_wrap:before{
    left: 0;
}
.dipl_button_item .dipl_button_vertical_shutter_fill:hover .dipl_background_effect_wrap:before{
    top: -50%;
}
.dipl_button_item .dipl_button_vertical_shutter_fill:hover .dipl_background_effect_wrap:after{
    bottom: -50%;
}
.dipl_button_item .dipl_button_horizontal_shutter_fill .dipl_background_effect_wrap:after,
.dipl_button_item .dipl_button_horizontal_shutter_fill .dipl_background_effect_wrap:before{
    top: 0;
    height: 100%;
    width: 100%;
}
.dipl_button_item .dipl_button_horizontal_shutter_fill:hover .dipl_background_effect_wrap:before{
    left: -50%;
}
.dipl_button_item .dipl_button_horizontal_shutter_fill:hover .dipl_background_effect_wrap:after{
    right: -50%;
}.dipl_text_wrapper h1,.dipl_text_wrapper h2,.dipl_text_wrapper h3,.dipl_text_wrapper h4,.dipl_text_wrapper h5,.dipl_text_wrapper h6{padding-bottom:0;font-size:1.75rem;line-height:1.5;word-wrap:break-word}.dipl_double_color_heading .dipl_text_wrapper .dipl_text_stack{display:block}