.dipl_breadcrumb .dipl-breadcrumb-wrapper{
display: flex;
}
.dipl_breadcrumb .dipl-breadcrumb-wrapper ol{
display: inline-block;
list-style: none !important;
padding: 0;
}
.dipl-breadcrumb-wrapper .dipl-last-page{ pointer-events: none; }
.dipl-breadcrumb-wrapper li a{
text-decoration: none;
}
.dipl-breadcrumb-wrapper.layout1 li{
float: left;
margin: 0;
}
.dipl-breadcrumb-wrapper.layout1 li .breadcrumb-page{
display: flex;
align-items: center;
position: relative;
padding: 0 10px 0 10px;
text-align: center;
margin-right: 23px;
}
.dipl-breadcrumb-wrapper.layout1 li:first-child .breadcrumb-page{
border-radius: 2px 0 0 2px;
}
.dipl-breadcrumb-wrapper.layout1 li:last-child .breadcrumb-page{
border-radius: 0 2px 2px 0;
margin-right: 0;
}
.dipl-breadcrumb-wrapper.layout1 li .breadcrumb-page::after,
.dipl-breadcrumb-wrapper.layout1 li .breadcrumb-page::before{
content: "";
position: absolute;
top: 0;
border: 0 solid;
width: 0;
height: 0;
}
.dipl-breadcrumb-wrapper.layout1 li .breadcrumb-page::before{ left: -20px; }
.dipl-breadcrumb-wrapper.layout1 li .breadcrumb-page::after{ left: 100%; }
.dipl-breadcrumb-wrapper.layout1 li:first-child .breadcrumb-page::before{ border: none; }
.dipl-breadcrumb-wrapper.layout1 li:last-child .breadcrumb-page::after{ border: none; }
.dipl-breadcrumb-wrapper.layout1 li .breadcrumb-home-icon{
font-size: 20px;
padding-right: 8px;
}
.dipl-breadcrumb-wrapper.layout2 ol{ display: flex; }
.dipl-breadcrumb-wrapper.layout2 li{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.dipl-home-page .breadcrumb-page{
display: flex;
align-items: center;
}
.dipl-breadcrumb-wrapper.layout2 li .breadcrumb-home-icon{
margin-right: 5px;
}
.dipl-breadcrumb-wrapper.layout2 li:after{
margin: 0 5px;
line-height: 1;
}
.dipl-breadcrumb-wrapper.layout2 li:last-child:after{
content: '' !important;
}.dipl_floating_image .dipl_floating_images_wrapper .dipl_floating_image_item {
position: absolute !important;
}
.dipl_floating_image_item {
display: inline-block;
line-height: 0;
top: 0;
left: 0;
margin: 0;
will-change: transform;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.dipl_floating_image .dipl_floating_image_item img{
width: auto;
}
@-webkit-keyframes dipl_float_vertical {
from {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
to {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
}
@keyframes dipl_float_vertical {
from {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
to {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
}
@-webkit-keyframes dipl_float_horizontal {
from {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
to {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
}
@keyframes dipl_float_horizontal {
from {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
to {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
}