.tf-nav-menu ul {
padding: 0;
margin: 0;
list-style: none;
}
.tf-nav-menu ul a,
.tf-nav-menu ul li,
.tf-nav-menu .mainnav .menu-container .sub-menu,
.tf-nav-menu button {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; 
}
.tf-nav-menu .mainnav .menu-container > ul > li {
display: inline-block;
}
.tf-nav-menu .mainnav .menu-container ul li {
position: relative;
}
.tf-nav-menu .mainnav .menu-container .sub-menu {
position: absolute;
top: 100%;
left: 0;
min-width: 250px;
z-index: 999;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
.tf-nav-menu .mainnav .menu-container > ul > li > ul.sub-menu > li ul.sub-menu  {
top: 0;
left: 100%;
}
.tf-nav-menu .mainnav .menu-container > ul > li:last-child > ul.sub-menu > li ul.sub-menu  {
left: -100%;
}
.tf-nav-menu .mainnav .menu-container .menu-item-has-children:hover > ul.sub-menu {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.tf-nav-menu.horizontal,
.tf-nav-menu .mainnav ul.menu,
.only-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;    
}
.tf-nav-menu.horizontal.tf-alignment-center,
.tf-alignment-center ul.menu,
.only-icon.tf-alignment-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.tf-nav-menu.horizontal.tf-alignment-right,
.tf-alignment-right ul.menu,
.only-icon.tf-alignment-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.tf-nav-menu .tf-alignment-justify,
.tf-alignment-justify ul.menu,
.only-icon.tf-alignment-justify {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.tf-nav-menu .menu-container ul li a {
display: block;
}
.tf-nav-menu .mainnav .menu-container > ul > li > a {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-decoration: none;
}
.tf-nav-menu .mainnav .menu-container > ul > li:first-child > a {
padding-left: 0px !important;
}
.tf-nav-menu .mainnav .menu-container > ul > li:last-child > a {
padding-right: 0px !important;
}
.tf-nav-menu .mainnav .menu-container li> a > i {
display: none;
}
.tf-nav-menu .mainnav .menu-container li.menu-item-has-children > a > i {
margin-left: 6px;
display: block;
float: right;
cursor: pointer;
position: relative;
font-weight: 900;
font-style: normal;
line-height: inherit;
padding-right: 5px;
}
.tf-nav-menu .mainnav .menu-container > ul > li > a > i.fa-angle-right:before {
content: "\f107";
}
.tf-nav-menu .mainnav .menu-container > ul > li > a > i.fa-caret-right:before {
content: "\f0d7";
}
.tf-nav-menu .nav-panel {
position: fixed;
width: 300px;
height: 100%;
left: -100%;
top: 0;
background: #212529;
z-index: 99999;
overflow-y: auto;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
overflow-y: auto;
}
.tf-nav-menu .nav-panel.active {
left: 0;
}
.tf-nav-menu.menu-panel-style-default .nav-panel {
width: 100%;
left: 0;
top: -100%;
display: -webkit-flex !important;
display: flex !important;
flex-direction: column;
}
.tf-nav-menu .nav-panel.mobile-menu-alignment-center .btn-submenu {
position: static;
right: unset;
top: unset;
display: inline-block;
}
.tf-nav-menu.menu-panel-style-default .nav-panel.active {
top: 0;
}
.wrap-close-menu-panel-style-default {
display: none;
}
.tf-nav-menu.menu-panel-style-default .wrap-close-menu-panel-style-default {
-webkit-order: 999;
order: 999;
padding: 20px 0;
display: block;
}
.tf-nav-menu .mobile-menu-overlay {
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: -98;
background: rgba(0, 0, 0, 0.9);
opacity: 0;
visibility: hidden;
will-change: opacity;
transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.tf-nav-menu .mobile-menu-overlay.active {
opacity: 1;
visibility: visible;
z-index: 9999;
}
.tf-nav-menu.menu-panel-style-left .tf-close {
cursor: pointer;
position: fixed;
right: 30px;
top: 30px;
z-index: -98;
opacity: 0;
visibility: hidden;
will-change: opacity;
transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.tf-nav-menu.menu-panel-style-left .tf-close.active {
opacity: 1;
visibility: visible;    
z-index: 9999999;
}
.tf-nav-menu .close-menu-panel-style-default {
cursor: pointer;
position: unset;
right: unset;
top: unset;
}
.tf-nav-menu .nav-panel .logo-nav img {
margin: 0 auto;
}
.nav-panel .logo-nav {
display: inline-block;
}
.tf-nav-menu button {
background-color: transparent;
border: none;
outline: none;
line-height: 1;
}
.tf-nav-menu button:focus {
outline: none;
}
.tf-nav-menu .btn-submenu,
.tf-nav-menu .btn-submenu:focus {
background: transparent !important;
}
.tf-nav-menu .btn-submenu i {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s;
}
.tf-nav-menu .btn-submenu.active i {
transform: rotate3d(0, 0, 1, -180deg);
-moz-transform: rotate3d(0, 0, 1, -180deg);
-webkit-transform: rotate3d(0, 0, 1, -180deg);
-o-transform: rotate3d(0, 0, 1, -180deg);
} .tf-nav-menu.dropdown-style1 .mainnav .menu-container ul.sub-menu {
box-sizing: border-box;
box-shadow: 0px 0px 50px 10px rgb(0 0 0 / 10%);
-webkit-box-shadow: 0px 0px 50px 10px rgb(0 0 0 / 10%);
-moz-box-shadow: 0px 0px 50px 10px rgba(0,0,0,.10);
}
.tf-nav-menu.dropdown-style1 .mainnav .menu-container ul.sub-menu:before {
content: "";
position: absolute;
height: 12px;
width: 100%;
top: -12px;
left: 0;
}
.tf-nav-menu.dropdown-style1 .mainnav .menu-container ul.sub-menu:after {
content: "";
position: absolute;
height: 15px;
width: 15px;
top: -5px;
left: 50px;
opacity: 1;
z-index: -1;
background: #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transform: rotate( 45deg );
-ms-transform: rotate(45deg);
transform: rotate( 45deg );
}
.tf-nav-menu.dropdown-style1 .mainnav .menu-container ul.sub-menu ul.sub-menu:after {
top: 15px;
left: -5px;
}
.tf-nav-menu.dropdown-style1 .mainnav .menu-container ul.sub-menu ul.sub-menu {
left: 105%;
} .tf-nav-menu.only-icon .mainnav {
display: none;
}
.tf-nav-menu.only-icon .menu-container ul li a > i,
.tf-nav-menu.horizontal .btn-menu-only {
display: none;
}
.tf-nav-menu .nav-panel.mobile-menu-alignment-left {
text-align: left;
}
.tf-nav-menu .nav-panel.mobile-menu-alignment-center {
text-align: center;
}
.tf-nav-menu .nav-panel.mobile-menu-alignment-center .mainnav-mobi a {
display: inline-block;
} .btn-submenu {
position: absolute;
right: 0;
top: 0;
text-align: center;
cursor: pointer;
width: 50px;
height: 50px;    
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s;
z-index: 11;
}
.mainnav-mobi ul > li > a {
text-decoration: none;
padding: 0 0;
}
.mainnav-mobi ul li,
.mainnav-mobi ul li a {
position: relative;
}
.mainnav-mobi ul li .btn-submenu.active, 
.mainnav-mobi ul > li.active > a, 
.mainnav-mobi ul li a.active {
color: rgba(255,255,255,1);
}
.mobile-style-default .mainnav-mobi {
position: absolute;
top: 100%;
left: 0%;
width: 100%;
z-index: 999;
}
.mobile-style-default .mainnav-mobi ul.sub-menu {
padding-left: 0;
}
.mobile-style-default .mainnav-mobi ul li a {
padding-left: 15px;
}
@media (min-width: 992px) {
.tf-nav-menu .btn-menu-mobile,
.tf-nav-menu .nav-panel {
display: none;
}
.tf-nav-menu.only-icon .nav-panel {
display: block;
}
}
@media (max-width: 991px) {
.tf-nav-menu .menu-container ul li a > i,
.tf-nav-menu.only-icon .btn-menu-mobile {
display: none !important;
} 
.tf-nav-menu .mainnav {
display: none;
}
} .tf_link_effect_underline .mainnav .menu-container > ul > li > a:after,
.tf_link_effect_overline .mainnav .menu-container > ul > li > a:after,
.tf_link_effect_double-line .mainnav .menu-container > ul > li > a:before,
.tf_link_effect_double-line .mainnav .menu-container > ul > li > a:after {
content: "";
width: 100%;
height: 3px;
position: absolute;
bottom: 0;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tf_link_effect_overline .mainnav .menu-container > ul > li > a:after {
bottom: unset;
top: 0;
}
.tf_link_effect_underline.tf_animation_line_normal .mainnav .menu-container > ul > li.current-menu-ancestor > a:after,
.tf_link_effect_overline.tf_animation_line_normal .mainnav .menu-container > ul > li.current-menu-ancestor > a:after {
visibility: visible;
opacity: 1;
}
.tf_link_effect_underline .mainnav .menu-container > ul > li > a:hover:after,
.tf_link_effect_overline .mainnav .menu-container > ul > li > a:hover:after,
.tf_link_effect_double-line .mainnav .menu-container > ul > li > a:hover:before,
.tf_link_effect_double-line .mainnav .menu-container > ul > li > a:hover:after {
visibility: visible;
opacity: 1;
}
.tf_link_effect_underline.tf_animation_line_drop-in .mainnav .menu-container > ul > li > a:after {
bottom: -10px;
}
.tf_link_effect_underline.tf_animation_line_drop-in .mainnav .menu-container > ul > li > a:hover:after {
bottom: 0;
}
.tf_link_effect_underline.tf_animation_line_drop-out .mainnav .menu-container > ul > li > a:after {
bottom: 10px;
}
.tf_link_effect_underline.tf_animation_line_drop-out .mainnav .menu-container > ul > li > a:hover:after {
bottom: 0;
}
.tf_link_effect_overline.tf_animation_line_drop-in .mainnav .menu-container > ul > li > a:after {
top: -10px;
}
.tf_link_effect_overline.tf_animation_line_drop-in .mainnav .menu-container > ul > li > a:hover:after {
top: 0;
}
.tf_link_effect_overline.tf_animation_line_drop-out .mainnav .menu-container > ul > li > a:after {
top: 10px;
}
.tf_link_effect_overline.tf_animation_line_drop-out .mainnav .menu-container > ul > li > a:hover:after {
top: 0;
}
.tf_link_effect_underline.tf_animation_line_slide .mainnav .menu-container > ul > li > a:after,
.tf_link_effect_overline.tf_animation_line_slide .mainnav .menu-container > ul > li > a:after {
width: 0%;
left: 50%;
transform: translateX(-50%);
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
}
.tf_link_effect_underline.tf_animation_line_slide .mainnav .menu-container > ul > li > a:hover:after,
.tf_link_effect_overline.tf_animation_line_slide .mainnav .menu-container > ul > li > a:hover:after {
width: 100%;
}
.tf_link_effect_double-line .mainnav .menu-container > ul > li > a:before {
bottom: unset;
top: -10px;
}
.tf_link_effect_double-line .mainnav .menu-container > ul > li > a:after {
bottom: -10px;
}
.tf_link_effect_double-line .mainnav .menu-container > ul > li > a:hover:before {
top: 0;
}
.tf_link_effect_double-line .mainnav .menu-container > ul > li > a:hover:after {
bottom: 0;
}
.tf_link_effect_text .mainnav .menu-container > ul > li > a:hover {
transform: scale(1.07);
-moz-transform: scale(1.07);
-webkit-transform: scale(1.07);
-o-transform: scale(1.07);
} .tf-widget-logo .wrap-logo,
.tf-widget-logo .logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.tf-alignment-left .wrap-logo {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.tf-alignment-center .wrap-logo {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.tf-alignment-right .wrap-logo {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//chelmiec.pl/wp-content/plugins/themesflat-addons-for-elementor/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.tf-posts-wrap .tf-posts.grid {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
} 
.tf-posts-wrap.column-1 .tf-posts.grid .column {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
} 
.tf-posts-wrap.column-2 .tf-posts.grid .column {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
} 
.tf-posts-wrap.column-3 .tf-posts.grid .column {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.tf-posts-wrap.column-4 .tf-posts.grid .column {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
} 
.tf-posts-wrap.column-5 .tf-posts.grid .column {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
} 
.tf-posts-wrap.column-6 .tf-posts.grid .column {
-ms-flex: 0 0 16.67%;
flex: 0 0 16.67%;
max-width: 16.67%;
} 
.tf-posts-wrap .tf-posts .blog-post a,
.tf-posts-wrap .tf-posts .blog-post .featured-post .overlay,
.tf-posts-wrap .tf-posts .blog-post i,
.tf-posts-wrap .tf-posts .blog-post svg,
.tf-posts-wrap.has-carousel .owl-nav .owl-prev,
.tf-posts-wrap.has-carousel .owl-nav .owl-next,
.tf-posts-wrap .tf-posts .column,
.tf-posts-wrap .pagination a, 
.tf-posts-wrap .pagination span,
.tf-posts-wrap .box-time a {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tf-posts-wrap .post-meta {
list-style: none;
padding: 0;
margin: 0;
}
.tf-posts-wrap .post-meta li {
display: inline-block;
text-transform: capitalize;
}
.tf-posts-wrap .tf-posts .blog-post .featured-post {
overflow: hidden;
}
.tf-posts-wrap .tf-posts .blog-post .featured-post {
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.tf-posts-wrap .tf-posts .blog-post .featured-post .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;   
opacity: 0;
visibility: hidden; 
}
.tf-posts-wrap .tf-posts .blog-post:hover .featured-post .overlay {
opacity: 1;
visibility: visible;   
}
.tf-posts-wrap .tf-posts .blog-post .featured-post .overlay i,
.tf-posts-wrap .tf-posts .blog-post .featured-post .overlay svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tf-posts-wrap .tf-posts .blog-post .featured-post .overlay i.fas.fa-plus:before,
.tf-posts-wrap .tf-posts .blog-post .featured-post .overlay i.fas.fa-plus:after {
content: '';
width: 100%;
height: 1px;
position: absolute;
top: 50%;
left: 50%;
}
.tf-posts-wrap .tf-posts .blog-post .featured-post .overlay i.fas.fa-plus:after {
width: 1px;
height: 100%;
}
.tf-posts-wrap .tf-posts .blog-post .title {
font-size: 23px;
}
.tf-posts-wrap .tf-posts .blog-post .content-post {
font-size: 15px;
margin-bottom: 15px;
}
.tf-posts-wrap .tf-posts .blog-post .tf-button-container a {
font-size: 15px;
display: inline-block;
}
.tf-posts-wrap .tf-posts .blog-post .tf-button-container a i,
.tf-posts-wrap .tf-posts .blog-post .tf-button-container a svg {
vertical-align: middle;
}
.tf-posts-wrap .tf-posts .blog-post .tf-button-container.left {
text-align: left;
}
.tf-posts-wrap .tf-posts .blog-post .tf-button-container.center {
text-align: center;
}
.tf-posts-wrap .tf-posts .blog-post .tf-button-container.right {
text-align: right; 
}
.tf-posts-wrap .tf-posts .blog-post .tf-button-container.justify .tf-button {
text-align: center;
width: 100%;
}
.tf-posts-wrap .tf-posts .blog-post .post-meta > li:last-child {
margin-right: 0 !important;
}
.tf-posts-wrap .tf-posts .blog-post .content {
position: relative;
}
.tf-posts-wrap.has-underline-category .post-meta .post-category,
.tf-posts-wrap.has-underline-button .tf-posts .blog-post .tf-button {
position: relative;
z-index: 1;
}
.tf-posts-wrap.has-underline-category .post-meta .post-category:before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 100%;
height: 10px;
background-color: #ffeab0;
z-index: -1;
}
.tf-posts-wrap.has-underline-button .tf-posts .blog-post .tf-button:before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 100%;
height: 2px;
background-color: #ffeab0;
z-index: -1;
}
.tf-posts-wrap.grid-styles-3.has-underline-category .tf-posts .blog-post .post-category {
padding-left: 10px;
padding-right: 10px;
} .tf-posts-wrap .featured-image-gallery .flex-direction-nav .flex-prev,
.tf-posts-wrap .featured-image-gallery .flex-direction-nav .flex-next {
position: absolute;
z-index: 1;
display: inline-block;
left: 0;
top: 50%;
transform: translateY(-50%);
text-align: center;
}
.tf-posts-wrap .featured-image-gallery .flex-direction-nav .flex-next {    
left: auto;
right: 0;
}
.tf-posts-wrap .featured-image-gallery .slides > li {
display: inline-flex !important;
}
.tf-posts-wrap .themesflat_video_embed {
display: inline-flex;
}
.tf-posts-wrap .themesflat_video_embed .video-video-box-overlay {
position: absolute;
z-index: 9;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.tf-video-full-width {
width: 100%;
max-width: 100%;
}
.tf-posts-wrap .themesflat_video_embed .video-video-box-overlay button {
display: flex;
justify-content: center;
align-items: center;
border-color: transparent;
border-radius: 0;
}
.tf-posts-wrap .themesflat_video_embed .video-video-box-overlay button:focus {
outline: none;
} .tf-posts-wrap.column-2.has-carousel .tf-posts .column,
.tf-posts-wrap.column-3.has-carousel .tf-posts .column,
.tf-posts-wrap.column-4.has-carousel .tf-posts .column,
.tf-posts-wrap.column-5.has-carousel .tf-posts .column,
.tf-posts-wrap.column-6.has-carousel .tf-posts .column {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.tf-posts-wrap.has-carousel .tf-posts .column .blog-post {
padding: 0 !important;
margin: 0 !important;
}
.tf-posts-wrap.has-carousel .tf-posts {
display: block;
display: block;
-ms-flex-wrap: unset;
flex-wrap: unset;
} 
.tf-posts-wrap.has-carousel .owl-nav .owl-prev,
.tf-posts-wrap.has-carousel .owl-nav .owl-next {
width: 50px;
height: 50px;
display: inline-block;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
background-color: rgba(0,0,0,0.2);
border-radius: 5px;
color: #fff;
text-align: center;
line-height: 50px;
z-index: 10;
}
.tf-posts-wrap.has-carousel .owl-nav .owl-next {
left: unset;
right: 0;
}
.tf-posts-wrap.has-carousel .owl-nav .owl-prev.disabled,
.tf-posts-wrap.has-carousel .owl-nav .owl-next.disabled {
display: none !important;
}
.tf-posts-wrap.has-carousel.no-arrow .owl-nav .owl-prev,
.tf-posts-wrap.has-carousel.no-arrow .owl-nav .owl-next {
display: none;
}
.tf-posts-wrap.has-carousel.has-arrow .owl-nav .owl-prev,
.tf-posts-wrap.has-carousel.has-arrow .owl-nav .owl-next {
display: block;
}
.tf-posts-wrap .owl-dots {
display: inline-block;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.tf-posts-wrap .owl-dots .owl-dot {
width: 10px;
height: 10px;
background: #0080f0;
display: inline-block;
margin: 0 5px;
}
.tf-posts-wrap.has-carousel .owl-dots.disable,
.tf-posts-wrap.has-carousel.no-bullets .owl-dots {
display: none;
}
.tf-posts-wrap.has-carousel.has-bullets .owl-dots {
display: block;
} .tf-posts-wrap .pagination {
display: flex;
}
.tf-posts-wrap .pagination a, 
.tf-posts-wrap .pagination span {
display: inline-flex;
justify-content: center;
align-items: center;
text-align: center;
min-width: 25px;
min-height: 25px;
}
.tf-posts-wrap .navigation-link .page-numbers {
display: none;
}
.tf-posts-wrap .navigation-link .page-numbers.prev,
.tf-posts-wrap .navigation-link .page-numbers.next {
display: inline-flex;
justify-content: center;
align-items: center;
text-align: center;
}
.tf-posts-wrap .navigation-link .pagination{
display: block;
}
.tf-posts-wrap .navigation-link .page-numbers.next {
float: right;
}
.tf-posts-wrap .navigation.loadmore .page-numbers {
display: none;
}
.tf-posts-wrap .navigation.loadmore .next.page-numbers {
display: inline-block;
}
.tf-posts-wrap .tfpost-loading {
text-align: center;
font-weight: 700;
text-transform: uppercase;
}
.tf-posts-wrap .tfpost-loading span {
display: inline-block;
width: 100%;
height: 100px;
background-image: url(//chelmiec.pl/wp-content/plugins/themesflat-addons-for-elementor/assets/css/loading/loading.gif);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.tf-posts-wrap .loadmore a:after {
content: '\f1ce';
font-family: 'FontAwesome';    
line-height: 1;
animation: rotateLoad infinite linear 1s;
font-size: 0px;
opacity: 0;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.tf-posts-wrap .loadmore.loader a:after {
font-size: inherit;
opacity: 1;
margin: 10px;
}
.tf-posts-wrap .pagination.left {
justify-content: flex-start;
}
.tf-posts-wrap .pagination.center {
justify-content: center;
}
.tf-posts-wrap .pagination.right {
justify-content: flex-end;
}
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after {
clear: both;
} .tf-posts-wrap.column-1 .tf-posts.masonry .column {    
flex: 0 0 100%;   
} 
.tf-posts-wrap .tf-posts.masonry .column,
.tf-posts-wrap .tf-posts.masonry .grid-sizer {
float: left;
}
.tf-posts-wrap.column-2 .tf-posts.masonry .column,
.tf-posts-wrap.column-2 .tf-posts.masonry .grid-sizer { 
width: 50%;    
} 
.tf-posts-wrap.column-3 .tf-posts.masonry .column {
width: 33.333333%;
}
.tf-posts-wrap.column-4 .tf-posts.masonry .column {
width: 25%;
} 
.tf-posts-wrap.column-5 .tf-posts.masonry .column {
width: 20%;
} 
.tf-posts-wrap.column-6 .tf-posts.masonry .column {
width: 16.67%;
} 
.tf-posts-wrap .tf-posts .blog-post .content.inner {
position: absolute;
bottom: 0;
} .tf-posts-wrap .tf-posts.list {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
} 
.tf-posts-wrap.column-1 .tf-posts.list .column,
.tf-posts-wrap.column-2 .tf-posts.list .column,
.tf-posts-wrap.column-3 .tf-posts.list .column,
.tf-posts-wrap.column-4 .tf-posts.list .column,
.tf-posts-wrap.column-5 .tf-posts.list .column,
.tf-posts-wrap.column-6 .tf-posts.list .column {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
} 
.tf-posts-wrap .tf-posts.list .blog-post {
display: flex;
}
.tf-posts-wrap .tf-posts.list .blog-post .featured-post {
margin-right: 30px;
}
.tf-posts-wrap .box-time,
.tf-posts-wrap.grid-styles-1.featured-post-top .post-meta .post-date {
display: none;
}
.tf-posts-wrap .wrap-featured-post {
position: relative;
}
.tf-posts-wrap.grid-styles-1.featured-post-top .box-time {
display: inline-block;    
position: absolute;
bottom: -30px;
left: 20px;
z-index: 99;    
}
.tf-posts-wrap .box-time a {
display: block; 
border-radius: 3px;
padding: 10px 25px;
text-align: center;
}
.tf-posts-wrap .box-time span {
display: block;
font-size: 18px;
font-weight: 500;
line-height: 1.3;
}
.tf-posts-wrap .box-time span.day {
font-size: 30px;
} .tf-posts-wrap.grid-styles-2 .post-meta {
display: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tf-posts-wrap.grid-styles-2 .wrap-featured-post .post-meta {
display: block;    
position: absolute;
left: 30px;
right: 30px;
bottom: 5px;
padding: 15px 10px;
border-radius: 5px;
background-color: #203b48;
}
@media (max-width: 991px) {
.tf-posts-wrap.tablet-column-1 .tf-posts.grid .column {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
} 
.tf-posts-wrap.tablet-column-2 .tf-posts.grid .column {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
} 
.tf-posts-wrap.tablet-column-3 .tf-posts.grid .column {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.tf-posts-wrap.tablet-column-4 .tf-posts.grid .column {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
} 
.tf-posts-wrap.tablet-column-5 .tf-posts.grid .column {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
} 
.tf-posts-wrap.tablet-column-6 .tf-posts.grid .column {
-ms-flex: 0 0 16.67%;
flex: 0 0 16.67%;
max-width: 16.67%;
}
}
@media (max-width: 767px) {
.tf-posts-wrap.mobile-column-1 .tf-posts.grid .column {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
} 
.tf-posts-wrap.mobile-column-2 .tf-posts.grid .column {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
} 
.tf-posts-wrap.mobile-column-3 .tf-posts.grid .column {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.tf-posts-wrap.mobile-column-4 .tf-posts.grid .column {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
} 
.tf-posts-wrap.mobile-column-5 .tf-posts.grid .column {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
} 
.tf-posts-wrap.mobile-column-6 .tf-posts.grid .column {
-ms-flex: 0 0 16.67%;
flex: 0 0 16.67%;
max-width: 16.67%;
}
.tf-posts-wrap .tf-posts.list .blog-post {
display: block !important;
}
.tf-posts-wrap .tf-posts.list .blog-post .featured-post {
width: 100% !important;
margin: 0px !important;
}
.tf-posts-wrap .tf-posts.list .blog-post .content {
width: 100% !important;
}
}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}