ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
list-style: none !important;
margin: 0;
padding: 0;
}
.hfe-nav-menu li.menu-item {
position: relative;
}
.hfe-flyout-container .hfe-nav-menu li.menu-item {
position: relative;
background: unset;
}
.hfe-nav-menu .sub-menu li.menu-item {
position: relative;
background: inherit;
}
.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
display: none;
}
div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container{
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
display: none;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 16;
visibility: hidden;
opacity: 0;
text-align: left;
-webkit-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: visible;
opacity: 1;
}
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu .menu-item-has-children .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 9999;
visibility: hidden;
opacity: 0;
}
.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 100%;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
visibility: visible;
opacity: 1;
-webkit-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.hfe-nav-menu:before,
.hfe-nav-menu:after {
content: '';
display: table;
clear: both;
} .hfe-nav-menu__align-right .hfe-nav-menu {
margin-left: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
margin-right: auto;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-center .hfe-nav-menu {
margin-left: auto;
margin-right: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
width: 100%; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
flex-grow: 1; }
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; } .hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
border-bottom-width: 0;
} .hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
line-height: 1;
text-decoration: none;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
text-decoration: none;
}
.hfe-nav-menu .sub-menu {
min-width: 220px;
margin: 0;
z-index: 9999;
}
.hfe-nav-menu__layout-horizontal {
font-size: 0;
}
.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
font-size: medium;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
-webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
} .hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: '+'; 
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
display: none; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
} .hfe-nav-menu-icon {
padding: 0.35em;
border: 0 solid;
}
.hfe-nav-menu-icon svg {
width: 25px;
height: 25px;
line-height: 25px;
font-size: 25px;
}
.hfe-nav-menu-icon i:focus {
outline: 0;
}
.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
outline: 0;
} .hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
position: relative;
}
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
font-family: 'Font Awesome 5 Free';
z-index: 1;
font-size: inherit;
font-weight: inherit;
line-height: 0;
}
.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__toggle-icon:before {
content: '\f0c9';
font-family: 'fontAwesome';
z-index: 1;
font-size: 24px;
font-weight: inherit;
font-style: normal;
line-height: 0;
}
.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
content: '\f00d';
}
.hfe-nav-menu__layout-expandible {
-webkit-transition-property: display;
transition-property: display;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}
.hfe-nav-menu__layout-expandible {
visibility: hidden;
opacity: 0; 
}
.hfe-nav-menu__layout-expandible .sub-menu {
visibility: hidden;
opacity: 0; 
}
.hfe-active-menu + .hfe-nav-menu__layout-expandible {
visibility: visible;
opacity: 1; 
height: auto;
}
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
top: 100%;
}
.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-layout-expandible nav {
height: 0;
}
.hfe-nav-sub-menu-icon, .hfe-nav-menu__icon {
display: inline-block;
line-height: 1;
}
.hfe-nav-menu__toggle {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
font-size: 22px;
cursor: pointer;
border: 0 solid;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #494c4f;
position: relative;
line-height: 1;
}
.hfe-nav-menu__toggle-icon {
display: inline-block;
font-size: inherit;
font-weight: normal;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.hfe-nav-menu .sub-arrow {
font-size: 14px;
line-height: 1;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
margin-top: -10px;
margin-bottom: -10px;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
margin-left: 10px;
}
.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow
{
padding: 10px;
}
.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
font-size: 14px;
line-height: 1;
padding: 10px 0 10px 10px;
margin-top: -10px;
margin-bottom: -10px;
position: absolute;
right: 0;
margin-right: 20px;
}
.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
visibility: hidden;
opacity: 0;
display: none;
}
.hfe-nav-menu-icon {
display: inline-block;
line-height: 1;
text-align: center;
}
.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
left: 0 !important;
width: 100% !important; 
}
.hfe-flyout-container .hfe-nav-menu .sub-menu {
background: unset;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
border:1px dotted transparent;
} .hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
display: block;
position: absolute;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }
.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity: 0; }
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
height: 3px;
width: 100%;
left: 0;
background-color: #55595c;
z-index: 2;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 0;
width: 0;
left: 50%;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: -10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: -10px;
}
.hfe-pointer__double-line.hfe-animation__none, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__underline.hfe-animation__none, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__overline.hfe-animation__none, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line.hfe-animation__none:before, .hfe-pointer__double-line.hfe-animation__none:after, .hfe-pointer__double-line.hfe-animation__none:hover, .hfe-pointer__double-line.hfe-animation__none:focus, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__underline.hfe-animation__none:before, .hfe-pointer__underline.hfe-animation__none:after, .hfe-pointer__underline.hfe-animation__none:hover, .hfe-pointer__underline.hfe-animation__none:focus, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__overline.hfe-animation__none:before, .hfe-pointer__overline.hfe-animation__none:after, .hfe-pointer__overline.hfe-animation__none:hover, .hfe-pointer__overline.hfe-animation__none:focus, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
content: '';
top: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
width: 10px;
left: -20px;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
content: '';
bottom: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
width: 10px;
left: -webkit-calc( 100% + 20px);
left: calc( 100% + 20px);
} .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
background: transparent;
left: 0;
top: 0;
bottom: 0;
right: 0;
border: 3px solid #55595c;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
content: '';
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, transform 0.4s;
transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
border-width: 0 0 3px 3px;
-webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 3px 3px 0 0;
-webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
width: 100%;
height: 100%;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
-webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
-webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
border-width: 3px 0 0 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 0 3px 3px 0;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
width: 100%;
height: 100%;
-webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
transition: opacity 0.002s, width 0.4s, height 0.4s;
}
.hfe-pointer__framed.hfe-animation__none, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__framed.hfe-animation__none:before, .hfe-pointer__framed.hfe-animation__none:after, .hfe-pointer__framed.hfe-animation__none:hover, .hfe-pointer__framed.hfe-animation__none:focus, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__background .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
content: '';
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted, .hfe-pointer__background .current-menu-item {
color: #fff;
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
-webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, transform 0.4s;
transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
left: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 50%;
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 50%;
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
top: 0;
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
top: 100%;
bottom: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
bottom: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
right: 0;
left: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
right: 100%;
left: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
right: 50%;
}
.hfe-pointer__background.hfe-animation__none, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__background.hfe-animation__none:before, .hfe-pointer__background.hfe-animation__none:after, .hfe-pointer__background.hfe-animation__none:hover, .hfe-pointer__background.hfe-animation__none:focus, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: skew(-8deg);
-ms-transform: skew(-8deg);
transform: skew(-8deg);
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: rotate(6deg);
-ms-transform: rotate(6deg);
transform: rotate(6deg);
}
.hfe-pointer__text.hfe-animation__none, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__text.hfe-animation__none:before, .hfe-pointer__text.hfe-animation__none:after, .hfe-pointer__text.hfe-animation__none:hover, .hfe-pointer__text.hfe-animation__none:focus, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-flyout-overlay {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 999998;
background: rgba(0,0,0,.6);
cursor: pointer;
-webkit-backface-visibility: hidden;
} .hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
height: 0px;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after{
border-width: 0px;
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus
{
-webkit-transform: none;
transform: none;
}
.hfe-flyout-close,
.hfe-flyout-close svg {
position: absolute;
top: 0;
right: 0;
margin: 5px;
width: 23px;
height: 23px;
line-height: 23px;
font-size: 23px;
display: block;
cursor: pointer;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%;
right: auto;
height: 100%; width: 300px;
max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side {
display: none;
position: fixed;
z-index: 999999;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
display: block;
}
.hfe-flyout-content.push {
color: #ffffff;
}
.hfe-flyout-content ul li {
color: #ffffff;
} .hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
top: 0;
bottom: 0;
left: auto;
right: -100%; height: 100%; width: 300px; max-width: 100%;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%; right: auto;
height: 100%; width: 300px; max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side.top {
top: -100%; bottom: auto;
left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
}
.hfe-flyout-wrapper .hfe-side.bottom {
top: auto;
bottom: -100%; left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
} .hfe-flyout-content {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
line-height: 1.4em;
color: #fff;
} @media (max-width:1024px) {
.hfe-flyout-content {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.hfe-flyout-content::-webkit-scrollbar {
display: none;
}
.admin-bar .hfe-side {
margin-top: 32px;
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {  
-webkit-transform: translateY(-20%);
-ms-transform: translateY(-20%);
transform: translateY(-20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
overflow: visible !important;
}
.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
display: inline-flex;
} 
.hfe-nav-menu li.hfe-button-wrapper {
align-self: center;
} @media only screen and ( max-width: 1024px ) {
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
width: 100%;
margin-right:0px;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child {
left: 0 !important;
width:auto !important;  
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
} .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus{
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
} @media only screen and ( max-width: 767px ) {
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item 
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper { 
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
width: 100%
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
display: inline-block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
display: block;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;  
}
.hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover{
border:1px dotted;
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle{
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(20%);
-ms-transform: translateX(20%);
transform: translateX(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu__breakpoint-mobile .saved-content,
.hfe-nav-menu__breakpoint-mobile .sub-menu,
.hfe-nav-menu__breakpoint-mobile .child,
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child{
left: 0 !important;
width: auto !important; 
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}   
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
}
.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
display: none;
} .hfe-icon {
display: inline-block;
vertical-align: middle; } .hfe-icon svg {
width: 1em;
height: 1em;
} .hfe-cart-menu-wrap-custom {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count, 
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0.3em 0.3em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 12px 24px;
} .hfe-cart-menu-wrap-default {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-default .hfe-cart-count, 
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-default .hfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0em 0em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 0 .4em;
}
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
bottom: 100%;
margin-bottom: 0;
height: .8em;
width: .8em;
left: 50%;
transform: translateX(-50%);
top: -.6em;
content: ' ';
position: absolute;
pointer-events: none;
border-width: 2px;
border-style: solid;
border-top-left-radius: 10em;
border-top-right-radius: 10em;
border-bottom: 0;
}
.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
display: none; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e3'; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e4'; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e5'; 
}
.hfe-menu-cart__toggle .elementor-button {
background: transparent;
border-radius: 0;
color: #818a91;
border: 1px solid;
border-color: inherit;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; 
}
.hfe-menu-cart__toggle .elementor-button-text {
margin-right: 0.3em; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
position: relative;
-webkit-transition: color 0.1s;
-o-transition: color 0.1s;
transition: color 0.1s; 
}
.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: block;
position: absolute;
min-width: 1.6em;
height: 1.6em;
line-height: 1.5em;
top: -0.7em;
right: -0.7em;
border-radius: 100%;
color: #fff;
background-color: #d9534f;
text-align: center;
font-size: 10px; 
}
.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: inline-block;
font-weight: normal; 
}
.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
content: none;
display: none; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
-webkit-box-ordinal-group: 16;
-webkit-order: 15;
-ms-flex-order: 15;
order: 15;
}
.hfe-menu-cart__toggle.hfe-button-wrapper .elementor-button {
color:#4d4848;
} .hfe-search-button-wrapper {
display: block;
cursor: pointer;
vertical-align: middle;
text-align: right;
}
.hfe-search-form__container {
display: flex;
overflow: hidden;
}
.hfe-search-form__input {
flex-basis: 100%;
}
.hfe-search-icon-toggle i.fa-search {
display: inline-block;
position: absolute;
width: 20px;
box-sizing: content-box;
padding: 10px;
}
.hfe-search-icon-toggle i:before {
vertical-align: middle;
} .hfe-search-button-wrapper input[type=search] {
border: 0;
padding: 10px;
cursor: pointer;
border-radius: 0;
transition: all .5s;
box-sizing: border-box;
outline: none;
}
.hfe-search-button-wrapper button {
border: none;
border-radius: 0;
padding: 0;
}
.hfe-search-button-wrapper input[type=search]:focus {
cursor: auto;
border: none;
box-shadow: none;
}
.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
color: transparent;
}
.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
background-color: unset;
height: 100%;
}
.hfe-search-button-wrapper.hfe-input-focus {
display: flex;
}
.hfe-search-form__container .hfe-search-submit {
min-width: 3%;
position:relative;
}
.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
visibility: hidden;
position: absolute;
right:0; 
top:0;
padding: 0 8px;
font-style: normal;
user-select: none;
cursor: pointer;
bottom:0;
margin-right:10px;
background-color: transparent;
}
.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration { 
display: none; 
}
.hfe-search-form__container button#clear-with-button{
visibility: hidden;
position: absolute;
top: 0;
padding: 0 8px;
font-style: normal;
font-size: 1.2em;
user-select: none;
cursor: pointer;
bottom:0;
background-color: transparent;
}
.hfe-search-button-wrapper, 
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
position: relative;
}
.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
position: absolute;
width: 0;
right: 0;
background-color: transparent;
}
.hfe-search-icon-toggle {
width: 100%!important;
}
.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{
position: absolute;
width: 250px;
right: 0;
}
.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
width: 100%;
}
.hfe-search-icon-toggle {
line-height: 1.5;
} .hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before  {
width: 100%;
left: 0;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 0px;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 0px;
opacity: 1;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 3px;
width: 100%;
left: 0;
opacity: 1;
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity:1;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
border-width:3px;
width:100%;
opacity:1;
height:100%;
} .hfe-scroll-to-top-wrap.hfe-scroll-to-top-hide {
display: none;
}
.hfe-scroll-to-top-wrap.edit-mode,
.hfe-scroll-to-top-wrap.single-page-off {
display: none !important;
}
.hfe-scroll-to-top-button {
position:fixed;
right:15px;
bottom:15px;
z-index:9999;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-webkit-align-items:center;
align-items:center;
-ms-flex-align:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
width:50px;
height:50px;
border-radius:50px;
background-color:#000000;
color:#fff;
text-align:center;
opacity:1;
cursor:pointer;
-webkit-transition:all .3s;
transition:all .3s;
}
.hfe-scroll-to-top-button i {
color:#fff;
font-size:16px;
} ul.hfe-breadcrumbs {
display:block;
margin:0;
padding:0;
list-style:none
}
ul.hfe-breadcrumbs li {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
ul.hfe-breadcrumbs li:last-child {
margin:0;
}
ul.hfe-breadcrumbs li a,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-separator-icon,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
display:block;
}
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
-webkit-transition:all .4s;
transition:all .4s;
}
span.hfe-breadcrumbs-home-icon{
margin-right:10px;
align-content: center;
}
.hfe-breadcrumbs-first a {
align-content: center;
}
.hfe-breadcrumbs-separator-icon i, 
.hfe-breadcrumbs-separator-icon svg,
.hfe-breadcrumbs-home-icon i,
.hfe-breadcrumbs-home-icon svg {
width: 1em;
height: 1em;
position: relative;
display: block;
}
ul.hfe-breadcrumbs-show-home li.hfe-breadcrumbs-first {
display: inline-flex;
} ul.hfe-post-info-items {
list-style: none;
margin: 0;
padding: 0;
}
ul.hfe-post-info-inline.hfe-post-info-items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
li.hfe-post-info-item {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
li.hfe-post-info-item,
li.hfe-post-info-item > a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
}
.hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item {
margin-right: 8px;
margin-left: 8px;
}
.hfe-post-info-inline .hfe-post-info-item:not(:last-child):after {
position: relative;
right: -8px;
}
.hfe-post-info-inline.hfe-post-info-items {
margin-right: -8px;
margin-left: -8px;
}
.hfe-post-info-icon svg {
display: block;
}
.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child):after {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
}
.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child) {
position: relative;
}.hfe-woo-products-wrapper {
width: 100%;
}
.hfe-woo-products-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 35px 20px;
}
.hfe-product-item {
background: #ffffff;
border-radius: 8px;
overflow: hidden;
border: 1px solid #f0f0f0;
}
.hfe-product-image {
position: relative;
overflow: hidden;
}
.hfe-product-image img {
width: 100%;
height: auto;
display: block;
}
.hfe-product-content {
padding: 20px;
display: flex;
flex-direction: column;
height: 100%;
}
.hfe-product-category {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.8px;
margin-bottom: 8px;
opacity: 0.75;
font-weight: 500;
color: #666;
}
.hfe-product-title {
margin: 0 0 12px 0;
font-size: 16px;
line-height: 1.5;
font-weight: 600;
flex-grow: 1;
}
.hfe-product-title a {
color: #333;
text-decoration: none;
}
.hfe-product-title h2 {
margin: 0;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
color: inherit;
}
.hfe-product-title .hfe-loop-product__link {
display: block;
}
.hfe-product-rating {
margin-bottom: 12px;
}
.hfe-product-rating .review-rating {
display: flex;
align-items: center;
min-height: 16px;
}
.hfe-product-rating .star-rating {
font-size: 14px;
color: #ffa500;
display: inline-block;
}
.hfe-product-price {
margin-bottom: 16px;
font-weight: 700;
font-size: 18px;
}
.hfe-product-price .price {
color: #333;
}
.hfe-product-price .price del {
opacity: 0.6;
margin-right: 8px;
font-weight: 400;
}
.hfe-product-description {
margin-bottom: 16px;
font-size: 14px;
line-height: 1.6;
color: #666;
flex-grow: 1;
}
.hfe-product-add-to-cart {
margin-top: auto;
}
.hfe-woo-products-wrapper .hfe-product-add-to-cart .button {
width: auto;
min-width: 100px;
padding: 12px 20px;
border: none;
border-radius: 4px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
cursor: pointer;
text-decoration: none;
display: inline-block;
text-align: center;
}
.hfe-woo-products-wrapper .hfe-product-add-to-cart .button:hover,
.hfe-woo-products-wrapper .hfe-product-add-to-cart .button:focus,
.hfe-woo-products-wrapper .hfe-product-add-to-cart .button:active,
.hfe-woo-products-wrapper .hfe-product-add-to-cart a.button:link {
text-decoration: none;
}
.hfe-woo-products-notice,
.hfe-woo-products-empty {
text-align: center;
padding: 40px 20px;
background: #f8f9fa;
border-radius: 4px;
color: #666;
} .hfe-product-item {
height: 100%;
display: flex;
flex-direction: column;
}
.hfe-product-content {
flex: 1;
display: flex;
flex-direction: column;
} .hfe-content-align-left .hfe-product-item {
text-align: left;
}
.hfe-content-align-left .hfe-product-item .star-rating {
margin-left: 0;
margin-right: auto;
}
.hfe-content-align-center .hfe-product-item {
text-align: center;
}
.hfe-content-align-center .hfe-product-item .star-rating {
margin-left: auto;
margin-right: auto;
}
.hfe-content-align-right .hfe-product-item {
text-align: right;
}
.hfe-content-align-right .hfe-product-item .star-rating {
margin-left: auto;
margin-right: 0;
} @media (max-width: 1024px) {
.hfe-content-tablet-align-left .hfe-product-item {
text-align: left;
}
.hfe-content-tablet-align-left .hfe-product-item .star-rating {
margin-left: 0;
margin-right: auto;
}
.hfe-content-tablet-align-center .hfe-product-item {
text-align: center;
}
.hfe-content-tablet-align-center .hfe-product-item .star-rating {
margin-left: auto;
margin-right: auto;
}
.hfe-content-tablet-align-right .hfe-product-item {
text-align: right;
}
.hfe-content-tablet-align-right .hfe-product-item .star-rating {
margin-left: auto;
margin-right: 0;
}
} @media (max-width: 767px) {
.hfe-content-mobile-align-left .hfe-product-item {
text-align: left;
}
.hfe-content-mobile-align-left .hfe-product-item .star-rating {
margin-left: 0;
margin-right: auto;
}
.hfe-content-mobile-align-center .hfe-product-item {
text-align: center;
}
.hfe-content-mobile-align-center .hfe-product-item .star-rating {
margin-left: auto;
margin-right: auto;
}
.hfe-content-mobile-align-right .hfe-product-item {
text-align: right;
}
.hfe-content-mobile-align-right .hfe-product-item .star-rating {
margin-left: auto;
margin-right: 0;
}
} @media (max-width: 1200px) {
.hfe-woo-products-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.hfe-woo-products-grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px 15px;
}
.hfe-product-content {
padding: 16px;
}
.hfe-product-title {
font-size: 15px;
}
.hfe-product-price {
font-size: 16px;
}
}
@media (max-width: 480px) {
.hfe-woo-products-grid {
grid-template-columns: 1fr;
gap: 25px;
}
.hfe-product-content {
padding: 18px;
}
}@font-face {
font-family: "industrial";
src: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/industrial/Flaticon.eot);
src: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/industrial/Flaticon.eot?#iefix) format("embedded-opentype"),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/industrial/Flaticon.woff) format("woff"),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/industrial/Flaticon.ttf) format("truetype"),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/industrial/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "industrial";
src: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/industrial/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="industrial-"]:before, [class*=" industrial-"]:before,
[class^="industrial-"]:after, [class*=" industrial-"]:after {   
font-family: industrial;
font-style: normal;
}
.industrial-061-blueprint:before { content: "\f100"; }
.industrial-061-book:before { content: "\f101"; }
.industrial-061-conveyor:before { content: "\f102"; }
.industrial-061-conveyor-1:before { content: "\f103"; }
.industrial-061-conveyor-2:before { content: "\f104"; }
.industrial-061-conveyor-3:before { content: "\f105"; }
.industrial-061-conveyor-4:before { content: "\f106"; }
.industrial-061-conveyor-5:before { content: "\f107"; }
.industrial-061-conveyor-6:before { content: "\f108"; }
.industrial-061-conveyor-7:before { content: "\f109"; }
.industrial-061-crane:before { content: "\f10a"; }
.industrial-061-crane-1:before { content: "\f10b"; }
.industrial-061-crane-2:before { content: "\f10c"; }
.industrial-061-crane-3:before { content: "\f10d"; }
.industrial-061-crane-4:before { content: "\f10e"; }
.industrial-061-dashboard:before { content: "\f10f"; }
.industrial-061-dashboard-1:before { content: "\f110"; }
.industrial-061-dashboard-2:before { content: "\f111"; }
.industrial-061-dashboard-3:before { content: "\f112"; }
.industrial-061-dashboard-4:before { content: "\f113"; }
.industrial-061-drilling-machine:before { content: "\f114"; }
.industrial-061-factory:before { content: "\f115"; }
.industrial-061-factory-1:before { content: "\f116"; }
.industrial-061-factory-2:before { content: "\f117"; }
.industrial-061-factory-3:before { content: "\f118"; }
.industrial-061-factory-4:before { content: "\f119"; }
.industrial-061-factory-5:before { content: "\f11a"; }
.industrial-061-factory-6:before { content: "\f11b"; }
.industrial-061-industrial-robot:before { content: "\f11c"; }
.industrial-061-industrial-robot-1:before { content: "\f11d"; }
.industrial-061-industrial-robot-10:before { content: "\f11e"; }
.industrial-061-industrial-robot-11:before { content: "\f11f"; }
.industrial-061-industrial-robot-12:before { content: "\f120"; }
.industrial-061-industrial-robot-13:before { content: "\f121"; }
.industrial-061-industrial-robot-14:before { content: "\f122"; }
.industrial-061-industrial-robot-15:before { content: "\f123"; }
.industrial-061-industrial-robot-16:before { content: "\f124"; }
.industrial-061-industrial-robot-17:before { content: "\f125"; }
.industrial-061-industrial-robot-2:before { content: "\f126"; }
.industrial-061-industrial-robot-3:before { content: "\f127"; }
.industrial-061-industrial-robot-4:before { content: "\f128"; }
.industrial-061-industrial-robot-5:before { content: "\f129"; }
.industrial-061-industrial-robot-6:before { content: "\f12a"; }
.industrial-061-industrial-robot-7:before { content: "\f12b"; }
.industrial-061-industrial-robot-8:before { content: "\f12c"; }
.industrial-061-industrial-robot-9:before { content: "\f12d"; }
.industrial-061-machine-press:before { content: "\f12e"; }
.industrial-061-machine-press-1:before { content: "\f12f"; }
.industrial-061-machine-press-2:before { content: "\f130"; }
.industrial-061-machine-press-3:before { content: "\f131"; }
.industrial-061-machine-press-4:before { content: "\f132"; }
.industrial-061-machine-press-5:before { content: "\f133"; }
.industrial-061-packages:before { content: "\f134"; }
.industrial-061-power-plant:before { content: "\f135"; }
.industrial-061-processor:before { content: "\f136"; }
.industrial-061-refinery:before { content: "\f137"; }
.industrial-061-refinery-1:before { content: "\f138"; }
.industrial-061-refinery-2:before { content: "\f139"; }
.industrial-061-stock:before { content: "\f13a"; }
.industrial-061-welder:before { content: "\f13b"; } @font-face {
font-family: "Business";
src: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/business/Flaticon.eot);
src: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/business/Flaticon.eot?#iefix) format("embedded-opentype"),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/business/Flaticon.woff) format("woff"),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/business/Flaticon.ttf) format("truetype"),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/business/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Business";
src: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/business/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="business-"]:before, [class*=" business-"]:before,
[class^="business-"]:after, [class*=" business-"]:after {   
font-family: Business;
font-style: normal;
}
.business-atm:before { content: "\f100"; }
.business-atm-1:before { content: "\f101"; }
.business-atm-2:before { content: "\f102"; }
.business-bag:before { content: "\f103"; }
.business-bag-1:before { content: "\f104"; }
.business-bag-2:before { content: "\f105"; }
.business-bag-3:before { content: "\f106"; }
.business-bag-4:before { content: "\f107"; }
.business-bag-5:before { content: "\f108"; }
.business-bag-6:before { content: "\f109"; }
.business-bank:before { content: "\f10a"; }
.business-barbershop:before { content: "\f10b"; }
.business-barcode:before { content: "\f10c"; }
.business-barcode-1:before { content: "\f10d"; }
.business-basket:before { content: "\f10e"; }
.business-basket-1:before { content: "\f10f"; }
.business-basket-2:before { content: "\f110"; }
.business-box:before { content: "\f111"; }
.business-box-1:before { content: "\f112"; }
.business-box-2:before { content: "\f113"; }
.business-box-3:before { content: "\f114"; }
.business-briefcase:before { content: "\f115"; }
.business-briefcase-1:before { content: "\f116"; }
.business-calculator:before { content: "\f117"; }
.business-cart:before { content: "\f118"; }
.business-cart-1:before { content: "\f119"; }
.business-cart-10:before { content: "\f11a"; }
.business-cart-11:before { content: "\f11b"; }
.business-cart-12:before { content: "\f11c"; }
.business-cart-13:before { content: "\f11d"; }
.business-cart-14:before { content: "\f11e"; }
.business-cart-15:before { content: "\f11f"; }
.business-cart-16:before { content: "\f120"; }
.business-cart-17:before { content: "\f121"; }
.business-cart-2:before { content: "\f122"; }
.business-cart-3:before { content: "\f123"; }
.business-cart-4:before { content: "\f124"; }
.business-cart-5:before { content: "\f125"; }
.business-cart-6:before { content: "\f126"; }
.business-cart-7:before { content: "\f127"; }
.business-cart-8:before { content: "\f128"; }
.business-cart-9:before { content: "\f129"; }
.business-cashier:before { content: "\f12a"; }
.business-cashier-1:before { content: "\f12b"; }
.business-change:before { content: "\f12c"; }
.business-check:before { content: "\f12d"; }
.business-coin:before { content: "\f12e"; }
.business-coin-1:before { content: "\f12f"; }
.business-coin-10:before { content: "\f130"; }
.business-coin-2:before { content: "\f131"; }
.business-coin-3:before { content: "\f132"; }
.business-coin-4:before { content: "\f133"; }
.business-coin-5:before { content: "\f134"; }
.business-coin-6:before { content: "\f135"; }
.business-coin-7:before { content: "\f136"; }
.business-coin-8:before { content: "\f137"; }
.business-coin-9:before { content: "\f138"; }
.business-coins:before { content: "\f139"; }
.business-coins-1:before { content: "\f13a"; }
.business-crate:before { content: "\f13b"; }
.business-crate-1:before { content: "\f13c"; }
.business-crate-2:before { content: "\f13d"; }
.business-crate-3:before { content: "\f13e"; }
.business-crate-4:before { content: "\f13f"; }
.business-crate-5:before { content: "\f140"; }
.business-credit-card:before { content: "\f141"; }
.business-credit-card-1:before { content: "\f142"; }
.business-credit-card-2:before { content: "\f143"; }
.business-credit-card-3:before { content: "\f144"; }
.business-credit-card-4:before { content: "\f145"; }
.business-credit-card-5:before { content: "\f146"; }
.business-credit-card-6:before { content: "\f147"; }
.business-delivery-cart:before { content: "\f148"; }
.business-delivery-cart-1:before { content: "\f149"; }
.business-diagram:before { content: "\f14a"; }
.business-diagram-1:before { content: "\f14b"; }
.business-diagram-2:before { content: "\f14c"; }
.business-diagram-3:before { content: "\f14d"; }
.business-folder:before { content: "\f14e"; }
.business-folder-1:before { content: "\f14f"; }
.business-get-money:before { content: "\f150"; }
.business-graph:before { content: "\f151"; }
.business-graph-1:before { content: "\f152"; }
.business-graph-2:before { content: "\f153"; }
.business-graph-3:before { content: "\f154"; }
.business-graph-4:before { content: "\f155"; }
.business-graph-5:before { content: "\f156"; }
.business-graph-6:before { content: "\f157"; }
.business-graph-7:before { content: "\f158"; }
.business-graph-8:before { content: "\f159"; }
.business-grocery:before { content: "\f15a"; }
.business-grocery-1:before { content: "\f15b"; }
.business-insert-coin:before { content: "\f15c"; }
.business-investment:before { content: "\f15d"; }
.business-justice:before { content: "\f15e"; }
.business-justice-scale:before { content: "\f15f"; }
.business-megaphone:before { content: "\f160"; }
.business-money:before { content: "\f161"; }
.business-notes:before { content: "\f162"; }
.business-notes-1:before { content: "\f163"; }
.business-notes-2:before { content: "\f164"; }
.business-open:before { content: "\f165"; }
.business-pack:before { content: "\f166"; }
.business-pie-chart:before { content: "\f167"; }
.business-pie-chart-1:before { content: "\f168"; }
.business-pie-chart-2:before { content: "\f169"; }
.business-pie-chart-3:before { content: "\f16a"; }
.business-pie-chart-4:before { content: "\f16b"; }
.business-pie-chart-5:before { content: "\f16c"; }
.business-pie-chart-6:before { content: "\f16d"; }
.business-piggy-bank:before { content: "\f16e"; }
.business-piggy-bank-1:before { content: "\f16f"; }
.business-point-of-service:before { content: "\f170"; }
.business-poor:before { content: "\f171"; }
.business-presentation:before { content: "\f172"; }
.business-presentation-1:before { content: "\f173"; }
.business-presentation-10:before { content: "\f174"; }
.business-presentation-11:before { content: "\f175"; }
.business-presentation-12:before { content: "\f176"; }
.business-presentation-13:before { content: "\f177"; }
.business-presentation-14:before { content: "\f178"; }
.business-presentation-15:before { content: "\f179"; }
.business-presentation-16:before { content: "\f17a"; }
.business-presentation-17:before { content: "\f17b"; }
.business-presentation-18:before { content: "\f17c"; }
.business-presentation-19:before { content: "\f17d"; }
.business-presentation-2:before { content: "\f17e"; }
.business-presentation-3:before { content: "\f17f"; }
.business-presentation-4:before { content: "\f180"; }
.business-presentation-5:before { content: "\f181"; }
.business-presentation-6:before { content: "\f182"; }
.business-presentation-7:before { content: "\f183"; }
.business-presentation-8:before { content: "\f184"; }
.business-presentation-9:before { content: "\f185"; }
.business-price-tag:before { content: "\f186"; }
.business-price-tag-1:before { content: "\f187"; }
.business-price-tag-2:before { content: "\f188"; }
.business-price-tag-3:before { content: "\f189"; }
.business-price-tag-4:before { content: "\f18a"; }
.business-price-tag-5:before { content: "\f18b"; }
.business-price-tag-6:before { content: "\f18c"; }
.business-price-tag-7:before { content: "\f18d"; }
.business-price-tag-8:before { content: "\f18e"; }
.business-price-tag-9:before { content: "\f18f"; }
.business-receipt:before { content: "\f190"; }
.business-record:before { content: "\f191"; }
.business-rewind-time:before { content: "\f192"; }
.business-rich:before { content: "\f193"; }
.business-safebox:before { content: "\f194"; }
.business-safebox-1:before { content: "\f195"; }
.business-safebox-2:before { content: "\f196"; }
.business-safebox-3:before { content: "\f197"; }
.business-safebox-4:before { content: "\f198"; }
.business-stamp:before { content: "\f199"; }
.business-stamp-1:before { content: "\f19a"; }
.business-stand:before { content: "\f19b"; }
.business-store:before { content: "\f19c"; }
.business-store-1:before { content: "\f19d"; }
.business-store-2:before { content: "\f19e"; }
.business-store-3:before { content: "\f19f"; }
.business-strongbox:before { content: "\f1a0"; }
.business-suitcase:before { content: "\f1a1"; }
.business-suitcase-1:before { content: "\f1a2"; }
.business-suitcase-2:before { content: "\f1a3"; }
.business-time-is-money:before { content: "\f1a4"; }
.business-time-passing:before { content: "\f1a5"; }
.business-wallet:before { content: "\f1a6"; }
.business-wallet-1:before { content: "\f1a7"; }
.business-wallet-2:before { content: "\f1a8"; }
.business-yen:before { content: "\f1a9"; } @font-face {
font-family: "Seo";
src: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/seo/Flaticon.eot);
src: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/seo/Flaticon.eot?#iefix) format("embedded-opentype"),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/seo/Flaticon.woff) format("woff"),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/seo/Flaticon.ttf) format("truetype"),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/seo/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Seo";
src: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/seo/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="seo-"]:before, [class*=" seo-"]:before,
[class^="seo-"]:after, [class*=" seo-"]:after {   
font-family: Seo;
font-style: normal;
}
.seo-analytics:before { content: "\f100"; }
.seo-analytics-1:before { content: "\f101"; }
.seo-analytics-10:before { content: "\f102"; }
.seo-analytics-11:before { content: "\f103"; }
.seo-analytics-12:before { content: "\f104"; }
.seo-analytics-13:before { content: "\f105"; }
.seo-analytics-14:before { content: "\f106"; }
.seo-analytics-15:before { content: "\f107"; }
.seo-analytics-16:before { content: "\f108"; }
.seo-analytics-17:before { content: "\f109"; }
.seo-analytics-18:before { content: "\f10a"; }
.seo-analytics-19:before { content: "\f10b"; }
.seo-analytics-2:before { content: "\f10c"; }
.seo-analytics-20:before { content: "\f10d"; }
.seo-analytics-21:before { content: "\f10e"; }
.seo-analytics-22:before { content: "\f10f"; }
.seo-analytics-23:before { content: "\f110"; }
.seo-analytics-24:before { content: "\f111"; }
.seo-analytics-25:before { content: "\f112"; }
.seo-analytics-26:before { content: "\f113"; }
.seo-analytics-3:before { content: "\f114"; }
.seo-analytics-4:before { content: "\f115"; }
.seo-analytics-5:before { content: "\f116"; }
.seo-analytics-6:before { content: "\f117"; }
.seo-analytics-7:before { content: "\f118"; }
.seo-analytics-8:before { content: "\f119"; }
.seo-analytics-9:before { content: "\f11a"; }
.seo-browser:before { content: "\f11b"; }
.seo-browser-1:before { content: "\f11c"; }
.seo-browser-10:before { content: "\f11d"; }
.seo-browser-11:before { content: "\f11e"; }
.seo-browser-12:before { content: "\f11f"; }
.seo-browser-13:before { content: "\f120"; }
.seo-browser-14:before { content: "\f121"; }
.seo-browser-15:before { content: "\f122"; }
.seo-browser-16:before { content: "\f123"; }
.seo-browser-17:before { content: "\f124"; }
.seo-browser-18:before { content: "\f125"; }
.seo-browser-19:before { content: "\f126"; }
.seo-browser-2:before { content: "\f127"; }
.seo-browser-20:before { content: "\f128"; }
.seo-browser-21:before { content: "\f129"; }
.seo-browser-22:before { content: "\f12a"; }
.seo-browser-23:before { content: "\f12b"; }
.seo-browser-24:before { content: "\f12c"; }
.seo-browser-25:before { content: "\f12d"; }
.seo-browser-26:before { content: "\f12e"; }
.seo-browser-27:before { content: "\f12f"; }
.seo-browser-28:before { content: "\f130"; }
.seo-browser-29:before { content: "\f131"; }
.seo-browser-3:before { content: "\f132"; }
.seo-browser-30:before { content: "\f133"; }
.seo-browser-31:before { content: "\f134"; }
.seo-browser-32:before { content: "\f135"; }
.seo-browser-33:before { content: "\f136"; }
.seo-browser-34:before { content: "\f137"; }
.seo-browser-35:before { content: "\f138"; }
.seo-browser-36:before { content: "\f139"; }
.seo-browser-37:before { content: "\f13a"; }
.seo-browser-38:before { content: "\f13b"; }
.seo-browser-39:before { content: "\f13c"; }
.seo-browser-4:before { content: "\f13d"; }
.seo-browser-40:before { content: "\f13e"; }
.seo-browser-41:before { content: "\f13f"; }
.seo-browser-42:before { content: "\f140"; }
.seo-browser-43:before { content: "\f141"; }
.seo-browser-44:before { content: "\f142"; }
.seo-browser-45:before { content: "\f143"; }
.seo-browser-46:before { content: "\f144"; }
.seo-browser-47:before { content: "\f145"; }
.seo-browser-5:before { content: "\f146"; }
.seo-browser-6:before { content: "\f147"; }
.seo-browser-7:before { content: "\f148"; }
.seo-browser-8:before { content: "\f149"; }
.seo-browser-9:before { content: "\f14a"; }
.seo-cloud-computing:before { content: "\f14b"; }
.seo-cloud-computing-1:before { content: "\f14c"; }
.seo-cloud-computing-2:before { content: "\f14d"; }
.seo-cloud-computing-3:before { content: "\f14e"; }
.seo-cloud-computing-4:before { content: "\f14f"; }
.seo-cloud-computing-5:before { content: "\f150"; }
.seo-network:before { content: "\f151"; }
.seo-network-1:before { content: "\f152"; }
.seo-networking:before { content: "\f153"; }
.seo-pie-chart:before { content: "\f154"; }
.seo-pie-chart-1:before { content: "\f155"; }
.seo-pie-chart-2:before { content: "\f156"; }
.seo-pie-chart-3:before { content: "\f157"; }
.seo-pie-chart-4:before { content: "\f158"; }
.seo-pie-chart-5:before { content: "\f159"; }
.seo-pie-chart-6:before { content: "\f15a"; }
.seo-pie-chart-7:before { content: "\f15b"; }
.seo-pie-chart-8:before { content: "\f15c"; }
.seo-pie-chart-9:before { content: "\f15d"; }
.seo-server:before { content: "\f15e"; }
.seo-smartphone:before { content: "\f15f"; }
.seo-smartphone-1:before { content: "\f160"; }
.seo-smartphone-2:before { content: "\f161"; }
.seo-worldwide:before { content: "\f162"; }
.seo-worldwide-1:before { content: "\f163"; }
.seo-worldwide-10:before { content: "\f164"; }
.seo-worldwide-11:before { content: "\f165"; }
.seo-worldwide-12:before { content: "\f166"; }
.seo-worldwide-13:before { content: "\f167"; }
.seo-worldwide-14:before { content: "\f168"; }
.seo-worldwide-15:before { content: "\f169"; }
.seo-worldwide-16:before { content: "\f16a"; }
.seo-worldwide-17:before { content: "\f16b"; }
.seo-worldwide-18:before { content: "\f16c"; }
.seo-worldwide-19:before { content: "\f16d"; }
.seo-worldwide-2:before { content: "\f16e"; }
.seo-worldwide-20:before { content: "\f16f"; }
.seo-worldwide-21:before { content: "\f170"; }
.seo-worldwide-3:before { content: "\f171"; }
.seo-worldwide-4:before { content: "\f172"; }
.seo-worldwide-5:before { content: "\f173"; }
.seo-worldwide-6:before { content: "\f174"; }
.seo-worldwide-7:before { content: "\f175"; }
.seo-worldwide-8:before { content: "\f176"; }
.seo-worldwide-9:before { content: "\f177"; } @font-face {
font-family: "Image";
src: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/image/Flaticon.eot);
src: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/image/Flaticon.eot?#iefix) format("embedded-opentype"),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/image/Flaticon.woff) format("woff"),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/image/Flaticon.ttf) format("truetype"),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/image/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Image";
src: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/image/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="image-"]:before, [class*=" image-"]:before,
[class^="image-"]:after, [class*=" image-"]:after {   
font-family: Image;
font-style: normal;
}
.image-001-curves:before { content: "\f100"; }
.image-002-levels-1:before { content: "\f101"; }
.image-003-brightness-2:before { content: "\f102"; }
.image-004-pixelated:before { content: "\f103"; }
.image-005-sponge:before { content: "\f104"; }
.image-006-cd-burn:before { content: "\f105"; }
.image-007-brightness-1:before { content: "\f106"; }
.image-008-color:before { content: "\f107"; }
.image-009-monitor-7:before { content: "\f108"; }
.image-010-monitor-6:before { content: "\f109"; }
.image-011-monitor-5:before { content: "\f10a"; }
.image-012-levels:before { content: "\f10b"; }
.image-013-magic-wand:before { content: "\f10c"; }
.image-014-dropper:before { content: "\f10d"; }
.image-015-adjustment:before { content: "\f10e"; }
.image-016-photography:before { content: "\f10f"; }
.image-017-red-eye-1:before { content: "\f110"; }
.image-018-patch:before { content: "\f111"; }
.image-019-monitor-4:before { content: "\f112"; }
.image-020-red-eye:before { content: "\f113"; }
.image-021-monitor-3:before { content: "\f114"; }
.image-022-monitor-2:before { content: "\f115"; }
.image-023-monitor-1:before { content: "\f116"; }
.image-024-monitor:before { content: "\f117"; }
.image-025-contrast-1:before { content: "\f118"; }
.image-026-opacity:before { content: "\f119"; }
.image-027-blur:before { content: "\f11a"; }
.image-028-rgb:before { content: "\f11b"; }
.image-029-thermometer:before { content: "\f11c"; }
.image-030-sliders:before { content: "\f11d"; }
.image-031-pyramid:before { content: "\f11e"; }
.image-032-crop:before { content: "\f11f"; }
.image-033-contrast:before { content: "\f120"; }
.image-034-brightness:before { content: "\f121"; }
.image-035-graphic-tablet-5:before { content: "\f122"; }
.image-036-graphic-tablet-4:before { content: "\f123"; }
.image-037-graphic-tablet-3:before { content: "\f124"; }
.image-038-graphic-tablet-2:before { content: "\f125"; }
.image-039-graphic-tablet-1:before { content: "\f126"; }
.image-040-graphic-tablet:before { content: "\f127"; } @font-face {
font-family: "startups";
src: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/startups/Flaticon.eot);
src: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/startups/Flaticon.eot?#iefix) format("embedded-opentype"),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/startups/Flaticon.woff) format("woff"),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/startups/Flaticon.ttf) format("truetype"),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/startups/Flaticon.svg#startups) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "startups";
src: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/startups/Flaticon.svg#startups) format("svg");
}
}
[class^="startups-"]:before, [class*=" startups-"]:before,
[class^="startups-"]:after, [class*=" startups-"]:after {   
font-family: startups;
font-style: normal;
}
.startups-001-employee-3:before { content: "\f100"; }
.startups-002-employee-2:before { content: "\f101"; }
.startups-003-employee-1:before { content: "\f102"; }
.startups-004-employee:before { content: "\f103"; }
.startups-005-event:before { content: "\f104"; }
.startups-006-puzzle:before { content: "\f105"; }
.startups-007-computer-1:before { content: "\f106"; }
.startups-008-browser-1:before { content: "\f107"; }
.startups-009-smartphone-1:before { content: "\f108"; }
.startups-010-smartphone:before { content: "\f109"; }
.startups-011-networking-1:before { content: "\f10a"; }
.startups-012-rocket-1:before { content: "\f10b"; }
.startups-013-laptop:before { content: "\f10c"; }
.startups-014-briefcase:before { content: "\f10d"; }
.startups-015-time-management:before { content: "\f10e"; }
.startups-016-package:before { content: "\f10f"; }
.startups-017-target:before { content: "\f110"; }
.startups-018-clipboard-1:before { content: "\f111"; }
.startups-019-clipboard:before { content: "\f112"; }
.startups-020-hourglass:before { content: "\f113"; }
.startups-021-folder:before { content: "\f114"; }
.startups-022-growth-4:before { content: "\f115"; }
.startups-023-growth-3:before { content: "\f116"; }
.startups-024-growth-2:before { content: "\f117"; }
.startups-025-compass:before { content: "\f118"; }
.startups-026-wallet:before { content: "\f119"; }
.startups-027-growth-1:before { content: "\f11a"; }
.startups-028-vision:before { content: "\f11b"; }
.startups-029-presentation:before { content: "\f11c"; }
.startups-030-computer:before { content: "\f11d"; }
.startups-031-clock:before { content: "\f11e"; }
.startups-032-binoculars:before { content: "\f11f"; }
.startups-033-growth:before { content: "\f120"; }
.startups-034-money-bag:before { content: "\f121"; }
.startups-035-trophy:before { content: "\f122"; }
.startups-036-megaphone:before { content: "\f123"; }
.startups-037-browser:before { content: "\f124"; }
.startups-038-innovation-1:before { content: "\f125"; }
.startups-039-search:before { content: "\f126"; }
.startups-040-idea:before { content: "\f127"; }
.startups-041-innovation:before { content: "\f128"; }
.startups-042-chat-bubble:before { content: "\f129"; }
.startups-043-line-chart:before { content: "\f12a"; }
.startups-044-calculator:before { content: "\f12b"; }
.startups-045-money:before { content: "\f12c"; }
.startups-046-mountain:before { content: "\f12d"; }
.startups-047-loss:before { content: "\f12e"; }
.startups-048-increase:before { content: "\f12f"; }
.startups-049-networking:before { content: "\f130"; }
.startups-050-rocket:before { content: "\f131"; } @font-face {
font-family: "Marketing";
src: url(https://tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/Flaticon.eot);
src: url(https://tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/Flaticon.eot?#iefix) format("embedded-opentype"),
url(https://tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/Flaticon.woff) format("woff"),
url(https://tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/Flaticon.ttf) format("truetype"),
url(https://tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Marketing";
src: url(https://tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="marketing-"]:before, [class*=" marketing-"]:before,
[class^="marketing-"]:after, [class*=" marketing-"]:after {   
font-family: Marketing;
font-style: normal;
}
.marketing-001-handshake:before { content: "\f100"; }
.marketing-002-share:before { content: "\f101"; }
.marketing-003-message:before { content: "\f102"; }
.marketing-004-brainstorm-1:before { content: "\f103"; }
.marketing-005-projection-3:before { content: "\f104"; }
.marketing-006-desktop-1:before { content: "\f105"; }
.marketing-007-funnel-1:before { content: "\f106"; }
.marketing-008-speed-1:before { content: "\f107"; }
.marketing-009-email:before { content: "\f108"; }
.marketing-010-like:before { content: "\f109"; }
.marketing-011-win-1:before { content: "\f10a"; }
.marketing-012-win:before { content: "\f10b"; }
.marketing-013-speed:before { content: "\f10c"; }
.marketing-014-pricing:before { content: "\f10d"; }
.marketing-015-projection-2:before { content: "\f10e"; }
.marketing-016-laptop-3:before { content: "\f10f"; }
.marketing-017-idea-2:before { content: "\f110"; }
.marketing-018-award-1:before { content: "\f111"; }
.marketing-019-laptop-2:before { content: "\f112"; }
.marketing-020-cloud:before { content: "\f113"; }
.marketing-021-bug:before { content: "\f114"; }
.marketing-022-projection-1:before { content: "\f115"; }
.marketing-023-award:before { content: "\f116"; }
.marketing-024-laptop-1:before { content: "\f117"; }
.marketing-025-review:before { content: "\f118"; }
.marketing-026-user:before { content: "\f119"; }
.marketing-027-brainstorm:before { content: "\f11a"; }
.marketing-028-funnel:before { content: "\f11b"; }
.marketing-029-reward-1:before { content: "\f11c"; }
.marketing-030-store-2:before { content: "\f11d"; }
.marketing-031-idea-1:before { content: "\f11e"; }
.marketing-032-launch-3:before { content: "\f11f"; }
.marketing-033-advice:before { content: "\f120"; }
.marketing-034-marketing-1:before { content: "\f121"; }
.marketing-035-marketing:before { content: "\f122"; }
.marketing-036-billboard:before { content: "\f123"; }
.marketing-037-laptop:before { content: "\f124"; }
.marketing-038-business:before { content: "\f125"; }
.marketing-039-computer:before { content: "\f126"; }
.marketing-040-search:before { content: "\f127"; }
.marketing-041-idea:before { content: "\f128"; }
.marketing-042-thought:before { content: "\f129"; }
.marketing-043-financial-1:before { content: "\f12a"; }
.marketing-044-store-1:before { content: "\f12b"; }
.marketing-045-launch-2:before { content: "\f12c"; }
.marketing-046-launch-1:before { content: "\f12d"; }
.marketing-047-desktop:before { content: "\f12e"; }
.marketing-048-store:before { content: "\f12f"; }
.marketing-049-reward:before { content: "\f130"; }
.marketing-050-launch:before { content: "\f131"; }
.marketing-051-sale:before { content: "\f132"; }
.marketing-052-projection:before { content: "\f133"; }
.marketing-053-voucher:before { content: "\f134"; }
.marketing-054-coupon:before { content: "\f135"; }
.marketing-055-financial:before { content: "\f136"; }
.marketing-056-chart:before { content: "\f137"; }
.marketing-057-mail:before { content: "\f138"; }
.marketing-058-target:before { content: "\f139"; }
.marketing-059-graph:before { content: "\f13a"; }
.marketing-060-keywords:before { content: "\f13b"; }
@font-face {
font-family: 'themify';
src:url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/themify/themify.eot);
src:url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/themify/themify.eot) format('embedded-opentype'),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/themify/themify.woff) format('woff'),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/themify/themify.ttf) format('truetype'),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/themify/themify.svg) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
content: "\e600";
}
.ti-volume:before {
content: "\e601";
}
.ti-user:before {
content: "\e602";
}
.ti-unlock:before {
content: "\e603";
}
.ti-unlink:before {
content: "\e604";
}
.ti-trash:before {
content: "\e605";
}
.ti-thought:before {
content: "\e606";
}
.ti-target:before {
content: "\e607";
}
.ti-tag:before {
content: "\e608";
}
.ti-tablet:before {
content: "\e609";
}
.ti-star:before {
content: "\e60a";
}
.ti-spray:before {
content: "\e60b";
}
.ti-signal:before {
content: "\e60c";
}
.ti-shopping-cart:before {
content: "\e60d";
}
.ti-shopping-cart-full:before {
content: "\e60e";
}
.ti-settings:before {
content: "\e60f";
}
.ti-search:before {
content: "\e610";
}
.ti-zoom-in:before {
content: "\e611";
}
.ti-zoom-out:before {
content: "\e612";
}
.ti-cut:before {
content: "\e613";
}
.ti-ruler:before {
content: "\e614";
}
.ti-ruler-pencil:before {
content: "\e615";
}
.ti-ruler-alt:before {
content: "\e616";
}
.ti-bookmark:before {
content: "\e617";
}
.ti-bookmark-alt:before {
content: "\e618";
}
.ti-reload:before {
content: "\e619";
}
.ti-plus:before {
content: "\e61a";
}
.ti-pin:before {
content: "\e61b";
}
.ti-pencil:before {
content: "\e61c";
}
.ti-pencil-alt:before {
content: "\e61d";
}
.ti-paint-roller:before {
content: "\e61e";
}
.ti-paint-bucket:before {
content: "\e61f";
}
.ti-na:before {
content: "\e620";
}
.ti-mobile:before {
content: "\e621";
}
.ti-minus:before {
content: "\e622";
}
.ti-medall:before {
content: "\e623";
}
.ti-medall-alt:before {
content: "\e624";
}
.ti-marker:before {
content: "\e625";
}
.ti-marker-alt:before {
content: "\e626";
}
.ti-arrow-up:before {
content: "\e627";
}
.ti-arrow-right:before {
content: "\e628";
}
.ti-arrow-left:before {
content: "\e629";
}
.ti-arrow-down:before {
content: "\e62a";
}
.ti-lock:before {
content: "\e62b";
}
.ti-location-arrow:before {
content: "\e62c";
}
.ti-link:before {
content: "\e62d";
}
.ti-layout:before {
content: "\e62e";
}
.ti-layers:before {
content: "\e62f";
}
.ti-layers-alt:before {
content: "\e630";
}
.ti-key:before {
content: "\e631";
}
.ti-import:before {
content: "\e632";
}
.ti-image:before {
content: "\e633";
}
.ti-heart:before {
content: "\e634";
}
.ti-heart-broken:before {
content: "\e635";
}
.ti-hand-stop:before {
content: "\e636";
}
.ti-hand-open:before {
content: "\e637";
}
.ti-hand-drag:before {
content: "\e638";
}
.ti-folder:before {
content: "\e639";
}
.ti-flag:before {
content: "\e63a";
}
.ti-flag-alt:before {
content: "\e63b";
}
.ti-flag-alt-2:before {
content: "\e63c";
}
.ti-eye:before {
content: "\e63d";
}
.ti-export:before {
content: "\e63e";
}
.ti-exchange-vertical:before {
content: "\e63f";
}
.ti-desktop:before {
content: "\e640";
}
.ti-cup:before {
content: "\e641";
}
.ti-crown:before {
content: "\e642";
}
.ti-comments:before {
content: "\e643";
}
.ti-comment:before {
content: "\e644";
}
.ti-comment-alt:before {
content: "\e645";
}
.ti-close:before {
content: "\e646";
}
.ti-clip:before {
content: "\e647";
}
.ti-angle-up:before {
content: "\e648";
}
.ti-angle-right:before {
content: "\e649";
}
.ti-angle-left:before {
content: "\e64a";
}
.ti-angle-down:before {
content: "\e64b";
}
.ti-check:before {
content: "\e64c";
}
.ti-check-box:before {
content: "\e64d";
}
.ti-camera:before {
content: "\e64e";
}
.ti-announcement:before {
content: "\e64f";
}
.ti-brush:before {
content: "\e650";
}
.ti-briefcase:before {
content: "\e651";
}
.ti-bolt:before {
content: "\e652";
}
.ti-bolt-alt:before {
content: "\e653";
}
.ti-blackboard:before {
content: "\e654";
}
.ti-bag:before {
content: "\e655";
}
.ti-move:before {
content: "\e656";
}
.ti-arrows-vertical:before {
content: "\e657";
}
.ti-arrows-horizontal:before {
content: "\e658";
}
.ti-fullscreen:before {
content: "\e659";
}
.ti-arrow-top-right:before {
content: "\e65a";
}
.ti-arrow-top-left:before {
content: "\e65b";
}
.ti-arrow-circle-up:before {
content: "\e65c";
}
.ti-arrow-circle-right:before {
content: "\e65d";
}
.ti-arrow-circle-left:before {
content: "\e65e";
}
.ti-arrow-circle-down:before {
content: "\e65f";
}
.ti-angle-double-up:before {
content: "\e660";
}
.ti-angle-double-right:before {
content: "\e661";
}
.ti-angle-double-left:before {
content: "\e662";
}
.ti-angle-double-down:before {
content: "\e663";
}
.ti-zip:before {
content: "\e664";
}
.ti-world:before {
content: "\e665";
}
.ti-wheelchair:before {
content: "\e666";
}
.ti-view-list:before {
content: "\e667";
}
.ti-view-list-alt:before {
content: "\e668";
}
.ti-view-grid:before {
content: "\e669";
}
.ti-uppercase:before {
content: "\e66a";
}
.ti-upload:before {
content: "\e66b";
}
.ti-underline:before {
content: "\e66c";
}
.ti-truck:before {
content: "\e66d";
}
.ti-timer:before {
content: "\e66e";
}
.ti-ticket:before {
content: "\e66f";
}
.ti-thumb-up:before {
content: "\e670";
}
.ti-thumb-down:before {
content: "\e671";
}
.ti-text:before {
content: "\e672";
}
.ti-stats-up:before {
content: "\e673";
}
.ti-stats-down:before {
content: "\e674";
}
.ti-split-v:before {
content: "\e675";
}
.ti-split-h:before {
content: "\e676";
}
.ti-smallcap:before {
content: "\e677";
}
.ti-shine:before {
content: "\e678";
}
.ti-shift-right:before {
content: "\e679";
}
.ti-shift-left:before {
content: "\e67a";
}
.ti-shield:before {
content: "\e67b";
}
.ti-notepad:before {
content: "\e67c";
}
.ti-server:before {
content: "\e67d";
}
.ti-quote-right:before {
content: "\e67e";
}
.ti-quote-left:before {
content: "\e67f";
}
.ti-pulse:before {
content: "\e680";
}
.ti-printer:before {
content: "\e681";
}
.ti-power-off:before {
content: "\e682";
}
.ti-plug:before {
content: "\e683";
}
.ti-pie-chart:before {
content: "\e684";
}
.ti-paragraph:before {
content: "\e685";
}
.ti-panel:before {
content: "\e686";
}
.ti-package:before {
content: "\e687";
}
.ti-music:before {
content: "\e688";
}
.ti-music-alt:before {
content: "\e689";
}
.ti-mouse:before {
content: "\e68a";
}
.ti-mouse-alt:before {
content: "\e68b";
}
.ti-money:before {
content: "\e68c";
}
.ti-microphone:before {
content: "\e68d";
}
.ti-menu:before {
content: "\e68e";
}
.ti-menu-alt:before {
content: "\e68f";
}
.ti-map:before {
content: "\e690";
}
.ti-map-alt:before {
content: "\e691";
}
.ti-loop:before {
content: "\e692";
}
.ti-location-pin:before {
content: "\e693";
}
.ti-list:before {
content: "\e694";
}
.ti-light-bulb:before {
content: "\e695";
}
.ti-Italic:before {
content: "\e696";
}
.ti-info:before {
content: "\e697";
}
.ti-infinite:before {
content: "\e698";
}
.ti-id-badge:before {
content: "\e699";
}
.ti-hummer:before {
content: "\e69a";
}
.ti-home:before {
content: "\e69b";
}
.ti-help:before {
content: "\e69c";
}
.ti-headphone:before {
content: "\e69d";
}
.ti-harddrives:before {
content: "\e69e";
}
.ti-harddrive:before {
content: "\e69f";
}
.ti-gift:before {
content: "\e6a0";
}
.ti-game:before {
content: "\e6a1";
}
.ti-filter:before {
content: "\e6a2";
}
.ti-files:before {
content: "\e6a3";
}
.ti-file:before {
content: "\e6a4";
}
.ti-eraser:before {
content: "\e6a5";
}
.ti-envelope:before {
content: "\e6a6";
}
.ti-download:before {
content: "\e6a7";
}
.ti-direction:before {
content: "\e6a8";
}
.ti-direction-alt:before {
content: "\e6a9";
}
.ti-dashboard:before {
content: "\e6aa";
}
.ti-control-stop:before {
content: "\e6ab";
}
.ti-control-shuffle:before {
content: "\e6ac";
}
.ti-control-play:before {
content: "\e6ad";
}
.ti-control-pause:before {
content: "\e6ae";
}
.ti-control-forward:before {
content: "\e6af";
}
.ti-control-backward:before {
content: "\e6b0";
}
.ti-cloud:before {
content: "\e6b1";
}
.ti-cloud-up:before {
content: "\e6b2";
}
.ti-cloud-down:before {
content: "\e6b3";
}
.ti-clipboard:before {
content: "\e6b4";
}
.ti-car:before {
content: "\e6b5";
}
.ti-calendar:before {
content: "\e6b6";
}
.ti-book:before {
content: "\e6b7";
}
.ti-bell:before {
content: "\e6b8";
}
.ti-basketball:before {
content: "\e6b9";
}
.ti-bar-chart:before {
content: "\e6ba";
}
.ti-bar-chart-alt:before {
content: "\e6bb";
}
.ti-back-right:before {
content: "\e6bc";
}
.ti-back-left:before {
content: "\e6bd";
}
.ti-arrows-corner:before {
content: "\e6be";
}
.ti-archive:before {
content: "\e6bf";
}
.ti-anchor:before {
content: "\e6c0";
}
.ti-align-right:before {
content: "\e6c1";
}
.ti-align-left:before {
content: "\e6c2";
}
.ti-align-justify:before {
content: "\e6c3";
}
.ti-align-center:before {
content: "\e6c4";
}
.ti-alert:before {
content: "\e6c5";
}
.ti-alarm-clock:before {
content: "\e6c6";
}
.ti-agenda:before {
content: "\e6c7";
}
.ti-write:before {
content: "\e6c8";
}
.ti-window:before {
content: "\e6c9";
}
.ti-widgetized:before {
content: "\e6ca";
}
.ti-widget:before {
content: "\e6cb";
}
.ti-widget-alt:before {
content: "\e6cc";
}
.ti-wallet:before {
content: "\e6cd";
}
.ti-video-clapper:before {
content: "\e6ce";
}
.ti-video-camera:before {
content: "\e6cf";
}
.ti-vector:before {
content: "\e6d0";
}
.ti-themify-logo:before {
content: "\e6d1";
}
.ti-themify-favicon:before {
content: "\e6d2";
}
.ti-themify-favicon-alt:before {
content: "\e6d3";
}
.ti-support:before {
content: "\e6d4";
}
.ti-stamp:before {
content: "\e6d5";
}
.ti-split-v-alt:before {
content: "\e6d6";
}
.ti-slice:before {
content: "\e6d7";
}
.ti-shortcode:before {
content: "\e6d8";
}
.ti-shift-right-alt:before {
content: "\e6d9";
}
.ti-shift-left-alt:before {
content: "\e6da";
}
.ti-ruler-alt-2:before {
content: "\e6db";
}
.ti-receipt:before {
content: "\e6dc";
}
.ti-pin2:before {
content: "\e6dd";
}
.ti-pin-alt:before {
content: "\e6de";
}
.ti-pencil-alt2:before {
content: "\e6df";
}
.ti-palette:before {
content: "\e6e0";
}
.ti-more:before {
content: "\e6e1";
}
.ti-more-alt:before {
content: "\e6e2";
}
.ti-microphone-alt:before {
content: "\e6e3";
}
.ti-magnet:before {
content: "\e6e4";
}
.ti-line-double:before {
content: "\e6e5";
}
.ti-line-dotted:before {
content: "\e6e6";
}
.ti-line-dashed:before {
content: "\e6e7";
}
.ti-layout-width-full:before {
content: "\e6e8";
}
.ti-layout-width-default:before {
content: "\e6e9";
}
.ti-layout-width-default-alt:before {
content: "\e6ea";
}
.ti-layout-tab:before {
content: "\e6eb";
}
.ti-layout-tab-window:before {
content: "\e6ec";
}
.ti-layout-tab-v:before {
content: "\e6ed";
}
.ti-layout-tab-min:before {
content: "\e6ee";
}
.ti-layout-slider:before {
content: "\e6ef";
}
.ti-layout-slider-alt:before {
content: "\e6f0";
}
.ti-layout-sidebar-right:before {
content: "\e6f1";
}
.ti-layout-sidebar-none:before {
content: "\e6f2";
}
.ti-layout-sidebar-left:before {
content: "\e6f3";
}
.ti-layout-placeholder:before {
content: "\e6f4";
}
.ti-layout-menu:before {
content: "\e6f5";
}
.ti-layout-menu-v:before {
content: "\e6f6";
}
.ti-layout-menu-separated:before {
content: "\e6f7";
}
.ti-layout-menu-full:before {
content: "\e6f8";
}
.ti-layout-media-right-alt:before {
content: "\e6f9";
}
.ti-layout-media-right:before {
content: "\e6fa";
}
.ti-layout-media-overlay:before {
content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
content: "\e6fd";
}
.ti-layout-media-left-alt:before {
content: "\e6fe";
}
.ti-layout-media-left:before {
content: "\e6ff";
}
.ti-layout-media-center-alt:before {
content: "\e700";
}
.ti-layout-media-center:before {
content: "\e701";
}
.ti-layout-list-thumb:before {
content: "\e702";
}
.ti-layout-list-thumb-alt:before {
content: "\e703";
}
.ti-layout-list-post:before {
content: "\e704";
}
.ti-layout-list-large-image:before {
content: "\e705";
}
.ti-layout-line-solid:before {
content: "\e706";
}
.ti-layout-grid4:before {
content: "\e707";
}
.ti-layout-grid3:before {
content: "\e708";
}
.ti-layout-grid2:before {
content: "\e709";
}
.ti-layout-grid2-thumb:before {
content: "\e70a";
}
.ti-layout-cta-right:before {
content: "\e70b";
}
.ti-layout-cta-left:before {
content: "\e70c";
}
.ti-layout-cta-center:before {
content: "\e70d";
}
.ti-layout-cta-btn-right:before {
content: "\e70e";
}
.ti-layout-cta-btn-left:before {
content: "\e70f";
}
.ti-layout-column4:before {
content: "\e710";
}
.ti-layout-column3:before {
content: "\e711";
}
.ti-layout-column2:before {
content: "\e712";
}
.ti-layout-accordion-separated:before {
content: "\e713";
}
.ti-layout-accordion-merged:before {
content: "\e714";
}
.ti-layout-accordion-list:before {
content: "\e715";
}
.ti-ink-pen:before {
content: "\e716";
}
.ti-info-alt:before {
content: "\e717";
}
.ti-help-alt:before {
content: "\e718";
}
.ti-headphone-alt:before {
content: "\e719";
}
.ti-hand-point-up:before {
content: "\e71a";
}
.ti-hand-point-right:before {
content: "\e71b";
}
.ti-hand-point-left:before {
content: "\e71c";
}
.ti-hand-point-down:before {
content: "\e71d";
}
.ti-gallery:before {
content: "\e71e";
}
.ti-face-smile:before {
content: "\e71f";
}
.ti-face-sad:before {
content: "\e720";
}
.ti-credit-card:before {
content: "\e721";
}
.ti-control-skip-forward:before {
content: "\e722";
}
.ti-control-skip-backward:before {
content: "\e723";
}
.ti-control-record:before {
content: "\e724";
}
.ti-control-eject:before {
content: "\e725";
}
.ti-comments-smiley:before {
content: "\e726";
}
.ti-brush-alt:before {
content: "\e727";
}
.ti-youtube:before {
content: "\e728";
}
.ti-vimeo:before {
content: "\e729";
}
.ti-twitter:before {
content: "\e72a";
}
.ti-time:before {
content: "\e72b";
}
.ti-tumblr:before {
content: "\e72c";
}
.ti-skype:before {
content: "\e72d";
}
.ti-share:before {
content: "\e72e";
}
.ti-share-alt:before {
content: "\e72f";
}
.ti-rocket:before {
content: "\e730";
}
.ti-pinterest:before {
content: "\e731";
}
.ti-new-window:before {
content: "\e732";
}
.ti-microsoft:before {
content: "\e733";
}
.ti-list-ol:before {
content: "\e734";
}
.ti-linkedin:before {
content: "\e735";
}
.ti-layout-sidebar-2:before {
content: "\e736";
}
.ti-layout-grid4-alt:before {
content: "\e737";
}
.ti-layout-grid3-alt:before {
content: "\e738";
}
.ti-layout-grid2-alt:before {
content: "\e739";
}
.ti-layout-column4-alt:before {
content: "\e73a";
}
.ti-layout-column3-alt:before {
content: "\e73b";
}
.ti-layout-column2-alt:before {
content: "\e73c";
}
.ti-instagram:before {
content: "\e73d";
}
.ti-google:before {
content: "\e73e";
}
.ti-github:before {
content: "\e73f";
}
.ti-flickr:before {
content: "\e740";
}
.ti-facebook:before {
content: "\e741";
}
.ti-dropbox:before {
content: "\e742";
}
.ti-dribbble:before {
content: "\e743";
}
.ti-apple:before {
content: "\e744";
}
.ti-android:before {
content: "\e745";
}
.ti-save:before {
content: "\e746";
}
.ti-save-alt:before {
content: "\e747";
}
.ti-yahoo:before {
content: "\e748";
}
.ti-wordpress:before {
content: "\e749";
}
.ti-vimeo-alt:before {
content: "\e74a";
}
.ti-twitter-alt:before {
content: "\e74b";
}
.ti-tumblr-alt:before {
content: "\e74c";
}
.ti-trello:before {
content: "\e74d";
}
.ti-stack-overflow:before {
content: "\e74e";
}
.ti-soundcloud:before {
content: "\e74f";
}
.ti-sharethis:before {
content: "\e750";
}
.ti-sharethis-alt:before {
content: "\e751";
}
.ti-reddit:before {
content: "\e752";
}
.ti-pinterest-alt:before {
content: "\e753";
}
.ti-microsoft-alt:before {
content: "\e754";
}
.ti-linux:before {
content: "\e755";
}
.ti-jsfiddle:before {
content: "\e756";
}
.ti-joomla:before {
content: "\e757";
}
.ti-html5:before {
content: "\e758";
}
.ti-flickr-alt:before {
content: "\e759";
}
.ti-email:before {
content: "\e75a";
}
.ti-drupal:before {
content: "\e75b";
}
.ti-dropbox-alt:before {
content: "\e75c";
}
.ti-css3:before {
content: "\e75d";
}
.ti-rss:before {
content: "\e75e";
}
.ti-rss-alt:before {
content: "\e75f";
}
@font-face {
font-family: "other";
src: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/other/Flaticon.eot);
src: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/other/Flaticon.eot?#iefix) format("embedded-opentype"),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/other/Flaticon.woff) format("woff"),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/other/Flaticon.ttf) format("truetype"),
url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/other/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "other";
src: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/fonts/other/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="other-"]:before, [class*=" other-"]:before,
[class^="other-"]:after, [class*=" other-"]:after {   
font-family: other;
font-style: normal;
}
.other-baby-boy:before { content: "\f100"; }
.other-strong:before { content: "\f101"; }
.other-sugar-blood-level:before { content: "\f102"; }.man_image_bck {
-webkit-background-size: cover!important;
background-size: cover!important;
background-position: center;
}
.man_over {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
z-index: 1
}
.tablet .man_fixed,
.mobile .man_fixed {
background-attachment:scroll!important;
}
.man_fixed {
transition:none!important;
}
p {
margin: 0 0 15px;
}
.man_wht_txt {
color: #fff;
}
a:focus,
.owl-next:focus,
.owl-prev:focus,
.owl-dot {
outline:0;
} .man_service_block h4 {
margin: 30px 0;
}
.man_service_block_III img {
position: absolute;
height: 100%!important;
object-fit:cover;
width: 100%;
object-position: 50% 50%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.man_service_block_III:hover img {
transform:scale(1.05);
}
.man_service_block_III {
overflow: hidden;
position: relative;
}
.man_service_block_III_content {
position: absolute;
z-index: 1;
text-align: center;
padding: 40px;
width: 100%;
}
.man_service_block_III a {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.man_service_block_III_bottom .man_service_block_III_content {
bottom: 0;
} .sm_video_link span b {
position: absolute;
width: 41px;
height: 41px;
left: 0;
top: 0;
}
.sm_video_link span b:after {
width: 41px;
height: 41px;
display: block;
content: '';
background: #333;
border-radius: 50%;
position: absolute;
z-index: -1;
top: 0;
left: 0;
}
.sm_video_link span {
display: inline-block;
width: 41px;
height: 41px;
vertical-align: middle;
position: relative;
margin-top: -4px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.sm_video_link:hover span {
transform:scale(1.05);
}
.sm_video_link_text span {
margin-right: 16px;
}
.sm_video_link span i {
position: absolute;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
top: 50%;
left: 54%;
z-index: 1;
color: #fff;
font-size: 12px;
}
.sm_video_link span:after {
border: 1px solid #fff;
width: 41px;
height: 41px;
border-radius: 50%;
-webkit-animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
display: block;
content: '';
position: absolute;
}
.sm_video_link span:before {
border: 1px solid #fff;
width: 47px;
height: 47px;
border-radius: 50%;
-webkit-animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both infinite;
animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both infinite;
display: block;
content: '';
position: absolute;
margin: -3px 0 0 -3px;
}
@keyframes iconWave {
0% {
border-width: 1px;
-webkit-transform: scale(1);
transform: scale(1.1);
opacity: 0;
}
20% {
opacity: 0.3;
}
80% {
border-width: 1px;
-webkit-transform: scale(1.35);
transform: scale(1.35);
}
100% {
opacity: 0;
}
} .elementor-block-hover-white:hover,
.elementor-block-hover-white:hover .elementor-heading-title i,
.elementor-block-hover-white:hover p {
color: #fff!important;
} .sm_map_background {
position: absolute!important;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.sm_map_background .elementor-widget-container,
.sm_map_background .eb-map {
height: 100%!important;
}
.sm_map_column_background {
position: absolute!important;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.sm_map_column_background .elementor-widget-container,
.sm_map_column_background .eb-map {
height: 100%!important;
} #masthead {
position: absolute!important;
width: 100%;
}
#masthead p {
margin: 0;
}
.single-elementor-hf .man_page, .single-elementor-hf .site-content {
background: none!important;
} .elementor-widget-sm-news .man_news_list {
margin-bottom: -60px;
}
.sm_news_square .man_news_item_img {
border-radius: 0;
} .elementor-heading-title i {
margin-right: 10px;
display: block;
float: left;
margin-bottom: 20px;
margin-top: 5px;
}
.elementor-widget-heading span.elementor-heading-title {
font-weight: normal;
}
.elementor-heading-title span {
float: left;
display: block;
width: 80%;
}
span.elementor-heading-title:after {
content: '';
display: block;
clear: both;
}
.elementor-widget-heading span.elementor-heading-title {
line-height: 1.5!important;
} .man_slider .owl-nav .ti {
color: #fff;
}
.man_slider .owl-nav .ti:after {
background-color: #fff;
}
.man_slider_item {
overflow: hidden;
position: relative;
}
.man_slider_item_over {
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
}
.man_slider_over_text {
position: absolute;
font-size: 340px!important;
left: 50%;
transform: translateX(-50%);
line-height: 340px!important;
font-weight: bold;
height: 100%;
padding:0;
top: 60%;
filter: brightness(130%);
filter: contrast(110%);
}
.man_slider_item_title_cont {
position: relative;
z-index: 1;
width: 100%;
}
.man_slider_item_title {
margin-bottom: 35px;
}
.man_slider_item_text {
margin-bottom: 55px;
}
.man_slider_item_text p {
margin-bottom: 0;
}
.man_slider_item .container {
position: relative;
height: 100%;
padding: 0;
}
.man_slider .owl-dots {
position: absolute;
bottom: 40px;
z-index: 5;
margin: 0 auto;
text-align: left;
left: 50%;
transform: translateX(-50%);
}
.man_slider .owl-nav {
position: absolute;
bottom: 50px;
z-index: 3;
margin: 0 auto;
text-align: left;
left: 50%;
transform: translateX(-50%);
top: auto;
}
.man_slider .owl-prev {
left: auto;
right: 80px;
width: 71px;
text-align: left;
transform:translateY(-50%);
height: 34px;
margin: 0;
}
.man_slider .owl-next {
right: 0;
text-align: right;
width: 71px;
height: 34px;
transform:translateY(-50%);
margin: 0;
}
.man_slider .btn {
margin: 0;
}
.man_slider_item_count {
position: absolute;
right: 0;
top: 165px;
color: #fff;
font-size: 24px;
line-height: 30px;
}
.man_slider_item_count span {
font-size: 14px;
line-height: 30px;
position: relative;
display: inline-block;
transform: translateY(-15px);
}
.man_slider_item_title_cont .man_slider_item_text {
-webkit-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.man_slider_item_title_cont .btn {
-webkit-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.elementor-widget-sm-slider .elementor-widget-container {
overflow: hidden;
} .gallery.owl-carousel {
margin: 0 -15px;
width: calc(100% + 30px)!important;
} .man_number_block {
position: relative;
}
.man_number_block_title span {
display: inline-block;
margin-right: 10px;
}
.man_number_block_number {
position: absolute;
font-size: 160px;
line-height: 142px;
opacity: 0.16;
top: 0;
font-weight: bold;
z-index: -1;
} .elementor-widget-sm-absolute-image {
position: absolute!important;
z-index: -1;
}
.elementor-editor-active .elementor-widget-sm-absolute-image {
z-index: 10;
}
.man_absolute_image {
position: relative;
-webkit-transition: all 3s;
-o-transition: all 3s;
transition: all 3s;
} .man_hover_margin_parents {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
position: relative;
}
.man_hover_margin_parents:hover {
transform:translateY(-10px);
}
.elementor-widget-video .elementor-widget-container {
overflow: hidden;
position: relative;
}
.elementor-widget-sm-service-block  p:last-child {
margin: 0;
} .elementor-widget-image .elementor-widget-container {
overflow: hidden;
position: relative;
} .elementor-custom-embed-play {
z-index: 2;
}
.elementor-custom-embed-play i {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border-radius: 50%;
}
.elementor-widget-video:hover .elementor-custom-embed-play i {
box-shadow:0 0 40px #fff;
transform:scale(1.1);
}
.eicon-play:before {
position: relative;
z-index: 1;
}
.elementor-custom-embed-play i {
opacity: 1!important;
}
.eicon-play:after {
background: #fff;
width: calc( 100% - 5px );
height: calc( 100% - 5px );
display: block;
content: '';
border-radius: 50%;
position: absolute;
top: 2px;
left: 2px;
} .elementor-counter .elementor-counter-title {
text-align: left!important;
}
.man_no_prefix .elementor-counter-number-prefix {
display: none;
}
.elementor-counter-number {
white-space: nowrap;
}
.man_no_suffix .elementor-counter-number-suffix {
display: none;
}
.elementor-counter-flex {
display: flex;
}
.elementor-counter .elementor-icon {
margin-right: 25px;
} .man_bordered_block {
width: 100%;
height: 100%;
min-height: 170px;
display: block;
position: relative;
overflow: hidden;
border-radius: 5px;
}
.man_image_over {
position: absolute;
width: 100%;
height: 100%;
border-radius: 5px;
} .man_map_pins {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
.man_map_pin {
width: 40px;
height: 40px;
position: absolute;
}
.man_map_pin svg {
transform:scale(1);
padding: 3px;
}
.man_map_pin:before {
display: block;
content: '';
position: absolute;
width: 15px;
height: 15px;
background: #f5f5fa;
border-radius: 50%;
top: 15px;
left: 15px;
}
.man_map_pin svg path {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
stroke:#f5f5fa;
stroke-width: 17;
transform:translateX(15px) translateY(15px);
}
.man_map_pin span.man_map_point {
display: block;
width: 20px;
height: 20px;
border-radius: 50%;
position: absolute;
transform: translateX(-50%) translateY(-50%);
top: 50%;
left: 50%;
animation: pin-scale-multiple 2s 0s linear infinite;
opacity: 0;
}
.man_map_pin span.man_map_point_border {
display: block;
width: 40px;
height: 40px;
border-radius: 50%;
position: absolute;
opacity: 0;
transform: translateX(-50%) translateY(-50%);
top: 50%;
left: 50%;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
animation: pin-scale-multiple2 2s 0s linear infinite;
animation-delay: -.4s;
}
.man_map_pin span.man_map_point_second_border {
display: block;
width: 60px;
height: 60px;
border-radius: 50%;
position: absolute;
transform: translateX(-50%) translateY(-50%);
top: 50%;
left: 50%;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
animation: pin-scale-multiple3 2s 0s linear infinite;
animation-delay: -.2s;
opacity: 0;
}
@keyframes pin-scale-multiple {
0% {
transform: translateX(-50%) translateY(-50%) scale(0);
opacity: 0;
}
5% {
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) scale(1);
}
}
@keyframes pin-scale-multiple2 {
0% {
transform: translateX(-50%) translateY(-50%) scale(0);
opacity: 0;
}
5% {
opacity: 0.4;
}
100% {
transform: translateX(-50%) translateY(-50%) scale(1);
}
}
@keyframes pin-scale-multiple3 {
0% {
transform: translateX(-50%) translateY(-50%) scale(0);
opacity: 0;
}
5% {
opacity: 0.3;
}
100% {
transform: translateX(-50%) translateY(-50%) scale(1);
}
}
.man_map {
position: relative;
}
.man_map img {
width: 100%;
height: auto;
}
.man_map_pin_cont {
background: #fff;
padding: 20px;
border-radius: 5px;
-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
position: absolute;
left: 53px;
top: -45px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
z-index: -2;
pointer-events: none;
width: 220px;
font-size: 16px;
line-height: 24px;
}
.man_map_pin_right .man_map_pin_cont {
left: -228px;
}
.man_map_pin_cont_mobile {
display: none;
z-index: 10;
}
.man_map_pin_cont b {
line-height: 30px;
display: block;
margin-bottom: 10px;
}
.man_map_pin:hover .man_map_pin_cont {
opacity: 1;
z-index: 1;
pointer-events: auto;
}
.man_map.active .man_map_pins .man_map_pin_wrapper:first-child .man_map_pin_cont {
opacity: 1;
z-index: 1;
pointer-events: auto;
}
.man_map_pin_cont p:last-child {
margin: 0;
}
.elementor-widget-sm-offices .elementor-widget-container {
overflow: visible;
} .man_timeline_line {
height: 1px;
position: absolute;
width: 99.9%;
top: 182px;
border-bottom: 2px dashed;
}
.elementor-widget-sm-timeline .elementor-widget-container {
overflow: visible;
}
.man_timeline_pin {
width: 44px;
height: 44px;
position: relative;
margin: 0 50px;
}
.man_timeline_item {
height: 300px;
padding-top: 162px;
padding-bottom: 202px;
}
.man_timeline_point {
width: 19px;
height: 19px;
position: absolute;
background: #ff0754;
border-radius: 50%;
left: 50%;
top: 50%;
transform:translateY(-50%) translateX(-50%);
z-index: 1;
}
.man_timeline_point_border {
display: block;
position: absolute;
background: #fff;
width: 44px;
height: 44px;
border-radius: 50%;
}
.man_timeline_pin_title {
position: absolute;
transform:translateX(-50%);
left: 50%;
font-size: 40px!important;
line-height: 50px!important;
}
.man_timeline_pin_cont {
position: absolute;
max-height: 116px;
color: #fff!important;
padding: 20px;
-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
border-radius: 5px;
min-width: 200px;
width: 200px;
font-size: 18px!important;
line-height: 28px!important;
font-weight: normal!important;
text-transform: none!important;
}
.man_timeline_pin_cont p:last-child {
margin: 0;
}
.man_timeline_pin_cont .man_timeline_pin_cont_corner {
content: '';
display: block;
width: 14px;
height: 18px;
-webkit-background-size: cover;
background-size: cover;
position: absolute;
left: 23px;
top: -16px;
}
.man_timeline_pin_cont_corner_even {
top:auto!important;
bottom:-16px;
}
.man_timeline_pin.even .man_timeline_pin_title {
top: 45px;
}
.man_timeline_pin.odd .man_timeline_pin_title {
bottom: 45px;
}
.man_timeline_pin.even .man_timeline_pin_cont {
bottom: 69px;
}
.man_timeline_pin_cont p {
letter-spacing:0!important;
}
.man_timeline_pin.odd .man_timeline_pin_cont {
top: 69px;
}
.man_timeline_pin.even .man_timeline_pin_cont:before {
bottom: -18px;
background-image: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/images/corner_bottom.png);
}
.man_timeline_pin.odd .man_timeline_pin_cont:before {
top: -18px;
background-image: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/images/corner_top.png);
}
.man_timeline .owl-nav {
position: absolute;
top: 164px;
width: 100%;
}
.man_timeline .owl-prev {
left: -10px;
position: absolute;
}
.man_timeline .owl-next {
right: -10px;
position: absolute;
}
.man_timeline .owl-nav i {
font-size: 40px;
} .elementor-widget-sm-advantages .elementor-widget-container {
overflow: hidden;
}
.man_advantages {
height: 600px;
}
.man_adv_box {
height: 600px;
position: relative;
color: #fff!important;
}
.man_page .man_adv_box h2,
.man_page .man_adv_box .pseudo-h2 {
margin-bottom: 10px;
color: #fff;
}
.man_page .man_adv_box h4,
.man_page .man_adv_box .pseudo-h4 {
color: #fff;
margin-bottom: 10px;
}
.man_adv_box h2:after {
display: none;
}
.man_adv_box_img {
width: 100%;
height: 100%;
position: absolute;
opacity: 0;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
z-index: 1;
}
.man_adv_box_img.active {
z-index: 1;
opacity: 1;
}
.man_adv_box_img.first-item {
opacity: 1;
z-index: 1;
}
.man_adv_box_block {
position: absolute;
width: 100%;
bottom: 20px;
z-index: 3;
}
.elementor-section .elementor-container {
z-index: 3;
}
.man_adv_carousel {
position: relative;
z-index: 2;
margin-left: -1px;
}
.man_adv_box:before {
height: 100%;
width: 1px;
content: '';
display: block;
background: rgba(255,255,255,0.2);
position: absolute;
left: 0;
}
.man_adv_box_block {
padding: 20px;
}
.man_adv_box_block_cont {
border-radius: 5px;
background: #ff2153;
padding: 30px;
opacity: 0;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
transform:translateY(60px);
}
.man_adv_box_block_cont h4 {
margin-top: 0;
}
.man_adv_box_block_cont_wb {
padding: 0 30px 15px;
opacity: 1;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
position: absolute;
bottom: 0;
transform:translateY(0);
}
.man_adv_box:hover .man_adv_box_block_cont_wb {
opacity: 0;
transform:translateY(-60px);
}
.man_adv_box:hover .man_adv_box_block_cont {
opacity: 1;
transform:translateY(0);
}
@media (max-width: 768px) {
.man_advantages,
.man_adv_box {
height: auto;
padding: 25px 15px 5px;
}
.man_advantages {
max-width: 500px;
margin: 0 auto;
}
.man_adv_box {
padding: 0;
margin: 0 0 15px;
}
.man_adv_box_block {
position: static;
padding: 0;
}
.man_adv_box .man_adv_box_block_cont {
opacity: 1;
transform: translateY(0);
padding: 20px 15px 10px;
}
.man_adv_box .man_adv_box_block_cont.man_wht_txt {
font-size: 16px;
text-align: center;
}
.man_adv_box .man_adv_box_block_cont h4,
.man_adv_box .man_adv_box_block_cont .pseudo-h4,
.man_adv_box .man_adv_box_block_cont h2,
.man_adv_box .man_adv_box_block_cont .pseudo-h2,
.man_adv_box .man_adv_box_block_cont p,
.man_adv_box .man_adv_box_block_cont .btn {
transform: translateX(0);
opacity: 1;
}
.man_adv_box .man_adv_box_block_cont h2,
.man_adv_box .man_adv_box_block_cont .pseudo-h2 {
font-size: 26px;
line-height: 1.3;
margin-bottom: 12px;
}
} .man_testimonials {
margin: -15px -15px 0 -15px;
width: calc(100% + 30px)!important;
}
.man_testimonials_item_cont {
padding: 30px;
background: #fff;
border-radius: 5px;
-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.05);
box-shadow: 2px 2px 20px rgba(0,0,0,0.05);
color: #292929;
}
.man_testimonials_item {
padding: 15px 15px 0;
}
.man_testimonials_item_img {
width: 50px;
height: 50px;
border-radius: 50%;
margin-right: 20px;
float: left;
overflow: hidden;
}
.man_testimonials_item_title_cont:after	 {
display: block;
content: '';
clear: both;
}
.man_testimonials_item_title_name {
font-weight: bold;
}
.man_testimonials_item_desc {
padding: 20px
} .elementor-widget ul.menu {
list-style: none;
margin: 0;
padding: 0;
}
.elementor-widget ul.menu a:hover {
padding-left: 20px;
}
.elementor-widget ul.menu li a {
position: relative;
font-size: 16px;
line-height: 36px;
color: #424242;
}
.elementor-widget ul.menu a:before {
display: inline-block;
content: "\e628";
font-family: themify;
position: absolute;
left: -5px;
font-size: 10px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.elementor-widget ul.menu a:hover:before {
opacity: 1;
left: 0;
-webkit-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.elementor-widget-sm-menu {
margin-bottom: 0!important;
}
.sm_nav_menu {
margin: 0;
padding: 0;
} .btn_default .elementor-button,
.btn {
-webkit-transition: all 0.3s!important;
-o-transition: all 0.3s!important;
transition: all 0.3s!important;
}
body .elementor-widget-sm-default-button .btn {
margin-right: 5px!important;
}
.elementor-widget-sm-default-button .btn:first-child {
margin-left: 5px!important;
}
.sm_display_inline .btn {
} .elementor-text-editor p:last-child {
margin-bottom: 0;
} .man_cart_block .ti {
font-size: 20px;
position: relative;
cursor: pointer;
}
.man_cart_block .ti,
.man_cart_block span {
display: inline-block;
} .man_woo_cat_item_square,
.man_woo_cat_item_square a,
.man_woo_cat_item_square .man_woo_cat_item_over {
border-radius: 0!important;
}
.elementor-widget-sm-woo-products .woo_products {
margin-bottom: -40px;
}
.woo_products .product {
margin-bottom: 20px!important;
}
.elementor-widget-sm-woo-products .man_product_photo {
margin-bottom: 20px;
box-shadow:none;
}
.elementor-widget-sm-woo-products .man_product_photo img {
left: 0;
}
.elementor-widget-sm-woo-products .man_product_photo a {
display: block;
}
.man_vertical_products .man_product_photo img {
position: relative!important;
}
.man_vertical_products .man_product_photo {
height: auto;
margin-bottom: 0;
} @media (max-width: 767px) {
.man_slider_item_title {
margin-bottom: 20px;
}
.man_slider_item_text  {
margin-bottom: 20px;
}
.man_slider .owl-dots {
bottom: 0;
}
.elementor-counter-number-wrapper_flex {
max-width: 100px;
min-width: 100px
}
.man_map_pin_cont {
font-size: 14px;
}
}
@media (max-width: 375px) {
.elementor-widget-sm-woo-products .product {
padding: 0!important;
}
}
@media (min-width: 1025px) {
.elementor-hidden-desktop {
display: none!important;
}
}
@media (max-width: 1024px) and (min-width: 768px) {
.elementor-hidden-tablet {
display: none!important;
}
}
@media (max-width: 1024px) {
.woo_products .product:nth-child(3n+1) {
clear: both;
}
.woo_products.columns-5 .product:nth-child(3n+1) {
clear: none;
}
.mc4wp-form {
text-align: center;
} .man_map_pin_cont_mobile {
background: #fff;
padding: 20px;
border-radius: 5px;
-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
top: -190px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
min-width: 250px;
opacity: 0;
pointer-events: none;
display: block;
}
.man_map_pin_cont_mobile_close {
display: block;
position: absolute;
right: 10px;
top: 10px;
}
.man_map_pin_cont_mobile.active {
opacity: 1;
pointer-events: auto;
}
.man_map_pin_cont {
display: none;
}
} .man_horizontal_animation {
animation: horizontal_animation  1200s infinite linear;
background-position: 0 0;
-webkit-transition: none!important;
-o-transition: none!important;
transition: none!important;
}
@keyframes horizontal_animation {
0%   {
background-position: 0 0;
}
50%   {
background-position: 1000% 0;
}
} .love {
-webkit-animation: heartBeat 1s infinite ease;
animation: heartBeat 1s infinite ease;
-webkit-transition: all 1000ms;
transition: all 1000ms;
background-color: rgba(86, 110, 249, 0.4);
border-radius: 50%;
height: 40px;
width: 40px;
z-index: 3;
position: relative;
display: inline-block;
margin: 0 5px;
text-align: center;
display: inline-block;
vertical-align: middle;
}
.love i {
color: #fff;
position: absolute;
z-index: 3;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.love:after {
display: block;
content: '';
position: absolute;
top: 4px;
left: 4px;
width: 32px;
height: 32px;
background-color: #566ef9;
border-radius: 50%;
text-align: center;
-webkit-animation: heartBeatInner 1s infinite ease;
animation: heartBeatInner 1s infinite ease;
-webkit-transition: all 1000ms;
transition: all 1000ms;
}
.love:before {
display: block;
content: '';
position: absolute;
top: 2px;
left: 2px;
width: 36px;
height: 36px;
border: 1px solid #fff;
-webkit-animation: heartBeatInner 1s infinite ease;
animation: heartBeatInner 1s infinite ease;
-webkit-transition: all 1000ms;
transition: all 1000ms;
border-radius:50%;
opacity: 0.4;
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(0.9);
transform: scale(0.9)
}
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
100% {
-webkit-transform: scale(0.9);
transform: scale(0.9)
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(0.9);
transform: scale(0.9)
}
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
100% {
-webkit-transform: scale(0.9);
transform: scale(0.9)
}
}
@-webkit-keyframes heartBeatInner {
0%,
10% {
-webkit-transform: scale(0.9);
transform: scale(0.9)
}
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
100% {
-webkit-transform: scale(0.9);
transform: scale(0.9)
}
}
@keyframes heartBeatInner {
0%,
10% {
-webkit-transform: scale(0.9);
transform: scale(0.9)
}
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
100% {
-webkit-transform: scale(0.9);
transform: scale(0.9)
}
} .man_demos {
height: 400px;
border-radius: 5px;
-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
position: relative;
margin-bottom: 100px;
}
.man_demos a {
display: block;
width: 100%;
height: 100%;
z-index: 2;
position: absolute;
}
.man_demos_photo  {
position: absolute;
top: 0;
-webkit-transition: all 6s;
-o-transition: all 6s;
transition: all 6s;
height: 100%;
width: 100%;
background-position: 0 0;
border-radius: 5px;
}
.man_demos:hover .man_demos_photo {
background-position: 0 100%;
}
.man_demos_title {
position: absolute;
width: 100%;
text-align: center;
top:100%;
margin-top: 20px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
padding: 0;
margin-bottom: 100px;
font-size: 20px;
line-height: 28px;
}
.man_coming {
background-image: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/images/coming.png);
width: 133px;
height: 133px;
position: absolute;
left: 0;
top: 0;
z-index: 3;
}
ins {
background: none!important;
}
del {
font-weight: normal;
opacity: 0.7;
} .man_service_block_II .man_icon {
color: #fff;
position: relative;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin-bottom: 20px;
display: block;
font-size: 50px;
}
.man_service_block_II .man_woo_cat_item_cont_an {
opacity: 1;
transform:translateY(0);
height: auto;
}
.man_woo_cat_item_cont_2 {
opacity: 0;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
transform:translateY(-40%) translateX(-50%);
}
.man_woo_cat_item_cont {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.man_service_block_II:hover .man_woo_cat_item_cont {
opacity: 0;
transform:translateY(-60%) translateX(-50%);
}
.man_service_block_II:hover .man_woo_cat_item_cont_2 {
opacity: 1;
transform:translateY(-50%) translateX(-50%);
}
.man_woo_cat_item_cont .btn_inline_style {
color: #fff;
}
.man_service_block_II .man_woo_cat_item_cont_an > div {
height: auto;
margin: 15px 0 0;
}
.man_service_block_II .man_woo_cat_item_cont {
}
.man_service_block_II a {
min-height: 280px;
}
.man_service_block_II:hover .man_icon {
opacity: 1;
}
.man_service_block_II:hover .man_woo_cat_item_cont_an {
}
.man_service_block_II .man_woo_cat_item_cont_an {
} .man_posts_item_img {
margin-bottom: 30px;
}
.man_posts_item_title {
margin-bottom: 20px;
}
.man_posts_item_description {
margin-bottom: 50px;
}
a.man_posts_item_link {
color: #566DFB;
font-family: "Poppins";
font-weight: 500;
font-size: 13px;
line-height: 30px;
text-transform: uppercase;
position: absolute;
bottom: 0;
left: 15px;
}
a.man_posts_item_link::before {
content: "— ";
}
.stm-title-banner-divider {
height: 130px;
}
.stm-products-catalog .stm-products-catalog__title {
font-weight: bold;
font-size: 36px;
line-height: 48px;
letter-spacing: -0.02em;
color: #000000;
margin-top: 0;
margin-bottom: 20px;
}
.stm-products-catalog .stm-products-catalog__description {
font-weight: 500;
font-size: 18px;
line-height: 30px;
color: #4F4F4F;
margin-bottom: 20px;
}
.stm-products-catalog .man_navigation {
text-align: left;
}
.stm-products-catalog .man_navigation .page-numbers {
background: #fff;
min-width: 27px;
height: 26px;
color: #3A426D;
margin: 4px 0px;
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 1.5;
text-align: center;
text-transform: initial;
border-radius: 3px;
}
.stm-products-catalog .man_navigation .page-numbers:not(.current):hover {
background: #F5F5FA;
}
.stm-products-catalog .man_navigation .page-numbers.current {
background: #566DFB;
color: #fff;
}
.stm-products-catalog .man_navigation .page-numbers.current::after {
content: none;
}
.stm-products-catalog .man_navigation .page-numbers.prev {
position: static;
padding-left:8px;
padding-right:10px;
}
.stm-products-catalog .man_navigation .page-numbers.prev > i {
vertical-align: middle;
margin-right: 4px;
transform: translateY(-1px);
}
.stm-products-catalog .man_navigation .page-numbers.prev > i::before {
content: "\e64a";
}
.stm-products-catalog .man_navigation .page-numbers.next {
position: static;
padding-left:10px;
padding-right:8px;
}
.stm-products-catalog .man_navigation .page-numbers.next > i {
vertical-align: middle;
margin-left: 4px;
transform: translateY(-1px);
}
.stm-products-catalog .man_navigation .page-numbers.next > i::before {
content: "\e649";
}
.stm-products-catalog-sidebar__panel {
background: #F5F5FA;
padding: 25px 30px;
border-radius: 10px;
margin-bottom: 30px;
}
.stm-products-catalog-sidebar__title {
font-weight: 600;
font-size: 24px;
line-height: 30px;
letter-spacing: -0.02em;
color: #000000;
margin-bottom: 20px;
}
.stm-categories-list {
list-style: none;
padding-left: 0;
margin: 0 0 10px;
}
.stm-categories-list > li {
margin: 0 0 14px;
font-weight: 500;
font-size: 13px;
line-height: 16px;
color: #000000;
padding-left: 22px;
position: relative;
}
.stm-categories-list > li .toggle {
position: absolute;
left: 0;
top: 0;
color: #566DFB;
cursor: pointer;
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-size: 12px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.stm-categories-list > li .toggle::before {
content: "\e649";
}
.stm-categories-list .count {
color: #828282;
}
.stm-categories-list > li.active .toggle::before {
content: "\e648";
}
.stm-categories-list a {
color: inherit;
}
.stm-categories-list a:hover {
color: #566DFB;
}
.stm-checkbox-list {
list-style: none;
padding-left: 0;
margin: 0 0 10px;
}
.stm-checkbox-list > li {
margin: 0 0 14px;
font-weight: 500;
font-size: 13px;
line-height: 16px;
color: #000000;
padding-left: 0;
position: relative;
}
.stm-checkbox-list > li label {
font-weight: normal;
}
.stm-checkbox-list > li input {
margin-right: 10px;
}
.stm-checkbox-list .count {
color: #828282;
}
.stm-categories-child-list {
list-style: none;
padding-left: 0;
margin: 14px 0 10px;
}
.stm-categories-child-list > li {
margin: 0 0 12px;
font-weight: normal;
font-size: 13px;
line-height: 16px;
color: #4F4F4F;
}
.stm-products-main .stm-product-item {
border: 1px solid #E0E0E0;
box-sizing: border-box;
margin-bottom: 30px;
border-radius: 10px;
}
.stm-products-main .stm-product-item::after {
display: table;
content: "";
clear: both;
}
.stm-product-item .stm-product-item__image {
position: relative;
float: left;
max-width: 270px;
overflow: hidden;
border-radius: 10px 0 0 10px;
font-size: 0;
line-height: 1;
display: block;
text-decoration: none;
}
.stm-product-item .stm-product-item__image img {
border-radius: inherit !important;
height: auto !important;
}
.stm-product-item__title {
font-weight: 600;
font-size: 24px;
line-height: 30px;
letter-spacing: -0.02em;
color: #000000;
display: block;
text-decoration: none;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%;
width: 480px;
transition: initial !important;
}
.stm-product-item__content {
padding: 20px 30px 15px;
overflow: hidden;
}
.stm-product-item__content .stm-product-item__add_cart .button.loading {
padding: 10px 20px !important;
}
.stm-product-item__content .stm-product-item__add_cart .button,
.stm-product-item__content .stm-product-item__add_cart .added_to_cart,
.stm-product-item__content .stm-product-item__add_cart .add_to_cart_button {
border: 2px solid #566DFB;
padding: 12px 20px;
font-weight: 500;
font-size: 14px;
line-height: 12px !important;
height: 40px;
min-width: 110px;
text-align: center;
border-radius: 30px;
transition: initial !important;
}
.stm-product-item__content .stm-product-item__add_cart .button:hover,
.stm-product-item__content .stm-product-item__add_cart .added_to_cart:hover,
.stm-product-item__content .stm-product-item__add_cart .add_to_cart_button:hover {
background-color: #566DFB;
border: 2px solid #566DFB;
color: #fff;
line-height: 14px !important;
}
.stm-product-item__content .stm-product-item__add_cart .button::after,
.stm-product-item__content .stm-product-item__add_cart .added_to_cart::after,
.stm-product-item__content .stm-product-item__add_cart .add_to_cart_button::after {
content: none !important;
}
.stm-product-item__content .stm-product-item__add_cart .button:not(:hover),
.stm-product-item__content .stm-product-item__add_cart .added_to_cart:not(:hover),
.stm-product-item__content .stm-product-item__add_cart .add_to_cart_button:not(:hover) {
background-color: transparent;
color: #3A426D;
}
.stm-product-item__content .stm-product-item__add_cart .button .add_to_cart_button__icon {
display: none;
}
.stm-product-item__content .meta-top {
margin-bottom: 18px;
}
.stm-product-item__content .meta-middle {
margin-bottom: 11px;
}
.stm-product-item__content .meta-bottom::after {
display: table;
content: "";
clear: both;
}
.stm-product-item__content .meta-bottom {
display:flex;
flex-wrap: wrap;
}
.stm-product-item__content .meta-bottom .stm-product-item__price {
float: left;
width: 50%;
min-height: 1px;
}
.stm-product-item__content .meta-bottom .stm-product-item__add_cart {
overflow: hidden;
float: left;
}
.stm-products-main.grid .stm-product-item__content .meta-bottom .stm-product-item__price {
width: auto;
flex-grow:1;
margin-right:10px;
}
.stm-products-main.grid .stm-product-item__content .meta-bottom .stm-product-item__add_cart {
float: right;
}
.stm-product-item__content .product-categories a {
color: #566DFB;
font-weight: 500;
font-size: 13px;
line-height: 16px;
}
.stm-product-item__content .woocommerce-product-attributes {
background-color: transparent;
margin-bottom: 0 !important;
table-layout: fixed;
border-top: 0 !important;
}
.stm-product-item__content .woocommerce-product-attributes tr {
background-color: transparent;
}
.stm-product-item__content .woocommerce-product-attributes tr td {
padding: 0 !important;
width: auto !important;
background-color: transparent !important;
border-bottom: 0 !important;
}
.stm-product-item__content .woocommerce-product-attributes tr th {
padding: 0 !important;
width: auto !important;
background-color: transparent !important;
border-bottom: 0 !important;
}
.stm-product-item__content .woocommerce-product-attributes-item__label {
font-style: normal !important;
font-weight: normal !important;
font-size: 14px !important;
line-height: 24px !important;
color: #828282 !important;
text-align: left !important;
}
.stm-product-item__content .woocommerce-product-attributes-item__value {
font-style: normal;
font-weight: 500 !important;
font-size: 13px !important;
line-height: 24px !important;
color: #000000 !important;
text-align: left !important;
}
.stm-product-item__content .woocommerce-product-attributes-item__value p {
margin: 0;
color: inherit;
font-size: inherit;
padding: 0 !important;
}
.stm-products-main.grid {
display: flex;
justify-content: start;
flex-wrap: wrap;
}
.stm-products-main.grid .stm-product-item__content .meta-middle {
display: none;
}
.stm-products-main.grid .stm-product-item {
justify-content: center;
align-items: stretch;
width: calc((100% / 3) - 10px);
margin-left: 15px;
}
.stm-products-main.grid.cols-2 .stm-product-item:nth-child(2n+1) {
margin-left: 0;
}
.stm-products-main.grid.cols-3 .stm-product-item:nth-child(3n+1) {
margin-left: 0;
}
.stm-products-main.grid.cols-4 .stm-product-item:nth-child(4n+1) {
margin-left: 0;
}
.stm-products-main.grid.cols-2 .stm-product-item {
width: calc((100% / 2) - 10px);
}
.stm-products-main.grid.cols-3 .stm-product-item {
width: calc((100% / 3) - 10px);
}
.stm-products-main.grid.cols-4 .stm-product-item {
width: calc((100% / 4) - 12px);
}
.stm-products-main.grid .stm-product-item .stm-product-item__content {
padding: 15px 15px 15px;
}
.stm-products-main.grid .stm-product-item .btn {
min-width: 100%;
padding: 10px 15px;
}
.stm-products-main.grid .stm-product-item .regular_price {
font-size: 24px;
}
.stm-products-main.grid .stm-product-item .stm-product-item__title {
font-size: 16px;
line-height: 1.5;
}
.stm-products-main.grid .stm-product-item__image {
width: 100%;
float: none;
max-width: unset;
border-radius: 10px 10px 0 0;
transition: initial !important;
}
.stm-products-main.grid .stm-product-item__image img {
width: 100%;
border-radius: 10px 10px 0 0;
transition: initial !important;
}
.stm-products-main.grid .stm-product-item__content .stm-product-item__add_cart .button {
font-size: 19px;
border-radius: 8px!important;
padding: 8px 8px;
min-width: 40px;
height: 40px;
}
.stm-products-main.grid .stm-product-item__content .stm-product-item__add_cart .button .add_to_cart_button__text {
display: none;
}
.stm-products-main.grid .stm-product-item__content .stm-product-item__add_cart .button .add_to_cart_button__icon {
display: inline-block;
}
.stm-product-item__price .sale_price {
color: #828282;
font-size: 18px;
line-height: 1;
text-decoration: line-through;
}
.stm-product-item__price .regular_price {
color: #566DFB;
font-weight: 600;
font-size: 30px;
line-height: 42px;
letter-spacing: -0.02em;
}
.stm-products-catalog__filter {
background: #F5F5FA;
margin-bottom: 30px;
padding: 20px 30px;
border-radius: 10px;
}
.stm-products-catalog__filter::after {
display: table;
content: "";
clear: both;
}
.stm-products-catalog__filter .stm-filter-chosen-units {
float: left;
font-size: 0;
}
.stm-products-catalog__filter .stm-view-by {
float: right;
margin-left: 10px;
}
.stm-filter-chosen-units .stm-filter-chosen-units-list {
list-style: none;
margin: 6px 0;
padding: 0;
display: inline-block;
vertical-align: middle;
}
.stm-filter-chosen-units .stm-filter-chosen-units-list li {
background: #FFFFFF;
border: 1px solid #BDBDBD;
margin: 0 6px 0 0;
color: #4F4F4F;
font-weight: 500;
font-size: 12px;
line-height: 14px;
padding: 4px 8px;
display: inline-block;
vertical-align: middle;
border-radius: 12px;
cursor: pointer;
}
.stm-filter-chosen-units .stm-filter-chosen-units-list li:hover {
border-color: #000;
color: #000;
}
.stm-filter-chosen-units .stm-filter-chosen-units-list li i {
margin-left: 4px;
vertical-align: middle;
font-size: 12px;
}
.stm-filter-chosen-units .woocommerce-Price-amount,
.stm-filter-chosen-units .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
background-color: transparent !important;
color: inherit !important;
}
.stm-sort-by-options {
float: right;
}
.stm-sort-by-options select.orderby {
height: 40px !important;
padding: 7px 15px;
font-size: 16px !important;
width: 240px;
border-radius: 6px !important;
border: 0 none;
background-color: #fff;
margin: 0 !important;
right: 0 !important;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/images/dropdown_arrow.svg);
background-position: 95% center;
background-repeat: no-repeat;
}
.stm-view-by .view-type {
width: 40px;
height: 40px;
display: inline-block;
text-align: center;
vertical-align: middle;
color: #3A426D;
border-radius: 6px;
}
.stm-view-by .view-type:hover {
color: #000;
}
.stm-view-by .view-type i {
line-height: 40px;
}
.stm-view-by .view-type.active {
background: #566DFB;
color: #fff;
}
.wpcf7-form .form-group {
margin-bottom: 30px;
}
.wpcf7-form .btn-wrapper {
position: relative;
}
.wpcf7-form .btn-wrapper .ajax-loader {
position: absolute;
right: 20px;
top: 50%;
margin-top: -8px;
}
.wpcf7-form .wpcf7-form-control {
height: 50px;
border-radius: 6px !important;
}
.wpcf7-form .wpcf7-form-control::-webkit-input-placeholder {
font-weight: normal;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #3A426D;
opacity: 0.5;
}
.wpcf7-form .wpcf7-form-control::-moz-placeholder {
font-weight: normal;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #3A426D;
opacity: 0.5;
}
.wpcf7-form .wpcf7-form-control:-ms-input-placeholder {
font-weight: normal;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #3A426D;
opacity: 0.5;
}
.wpcf7-form .wpcf7-form-control:-moz-placeholder {
font-weight: normal;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #3A426D;
opacity: 0.5;
}
.wpcf7-form .wpcf7-submit {
width: 100%;
}
.elementor-widget .breadcrumbs {
font-weight: normal;
font-size: 16px;
color: #828282;
}
.elementor-widget .breadcrumbs a {
font-weight: normal;
font-size: 16px;
color: #828282;
}
.elementor-widget .breadcrumbs a span {
color: #828282;
}
.elementor-widget .breadcrumbs span.current-item {
color: #BDBDBD;
}
.elementor-icon-box-title {
margin-top: 0;
}
.man_slider_item.style_2 .man_slider_item_logo {
margin-bottom: 55px;
}
.man_slider_item.style_2 .man_slider_item_title {
margin-bottom: 70px;
}
.man_slider_item.style_2 .man_slider_item_text {
margin-bottom: 0;
}
.man_slider_item.style_2 .man_slider_item_over {
width: 50%;
opacity: 0.8;
}
.man_slider_item.style_2 .man_slider_item_title_cont {
width: 50%;
}
.woocommerce-page .man_main_sidebar {
order: 2;
}
.woocommerce-page .man_sidebar_col {
order: 1;
padding: 0 15px;
}
.woocommerce-page .man_page {
background-color: #fff;
}
.woocommerce-page .site-content {
background-color: #fff;
}
.woocommerce-page .man_sidebar:before {
content: none !important;
}
.woocommerce-page .man_sidebar .widget {
background: #F5F5FA;
padding: 25px 30px;
border-radius: 10px;
margin-bottom: 30px !important;
}
.woocommerce-page .man_sidebar .widget ul.product-categories > li > a:before {
color: #566DFB;
}
.woocommerce-page .man_sidebar .widget-title {
font-weight: 600;
font-size: 24px;
line-height: 30px;
letter-spacing: -0.02em;
color: #000000;
margin-bottom: 20px;
text-transform: initial;
}
.woocommerce-page .man_sidebar .product-categories {
list-style: none;
padding-left: 0;
margin: 0 0 10px;
}
.woocommerce-page .man_sidebar .product-categories > li {
margin: 0 0 14px;
font-weight: 500;
font-size: 13px;
line-height: 16px;
color: #000000;
padding-left: 0;
position: relative;
}
.woocommerce-page .man_sidebar .product-categories > li > a::before {
content: none !important;
}
.woocommerce-page .man_sidebar .product-categories > li ul a::before {
content: none !important;
}
.woocommerce-page .man_sidebar .product-categories > li a {
color: inherit;
font-weight: inherit;
font-size: inherit !important;
line-height: inherit !important;
margin: 0 !important;
padding: 0 0 0 22px !important;
}
.woocommerce-page .man_sidebar .product-categories > li a:hover {
color: #566DFB;
}
.woocommerce-page .man_sidebar .product-categories > li .toggle {
position: absolute;
left: 0;
top: 0;
color: #566DFB;
cursor: pointer;
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-size: 12px;
z-index: 9;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.woocommerce-page .man_sidebar .product-categories > li .toggle::before {
content: "\e649";
}
.woocommerce-page .man_sidebar .product-categories .count {
color: #828282;
background-color: transparent !important;
position: static;
display: inline;
padding: 0 !important;
font-size: inherit;
line-height: inherit;
}
.woocommerce-page .man_sidebar .product-categories .count::before {
content: "(";
}
.woocommerce-page .man_sidebar .product-categories .count::after {
content: ")";
}
.woocommerce-page .man_sidebar .product-categories .children {
display: none;
list-style: none;
padding-left: 0;
margin: 14px 0 10px;
}
.woocommerce-page .man_sidebar .product-categories .children > li {
margin: 0 0 12px;
font-weight: normal;
font-size: 13px;
line-height: 16px;
color: #4F4F4F;
}
.woocommerce-page .man_sidebar .product-categories > li.active .children {
display: block;
}
.woocommerce-page .man_sidebar .product-categories > li.active .toggle::before {
content: "\e648";
}
.woocommerce .stm-products-catalog__filter .woocommerce-ordering {
display: block;
width: 100%;
max-width: 100% !important;
border: 0 none !important;
margin: 0;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #E0E0E0 !important;
}
.widget_price_filter .ui-slider .ui-slider-range {
background-color: #566DFB;
}
.widget_price_filter .ui-slider .ui-slider-handle {
width: 18px !important;
height: 18px !important;
background-color: #fff !important;
border: 1px solid #F5F5FA;
top: -8px !important;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.widget_price_filter .ui-slider-horizontal {
height: 4px !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
background-color: transparent;
color: #3A426D;
border: 2px solid #566DFB;
padding: 10px 20px;
font-weight: 500;
font-size: 14px !important;
height: 40px;
min-width: 80px;
text-align: center;
border-radius: 30px;
float: right !important;
transition: initial !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
color: white;
}
.widget_price_filter .price_slider_amount .price_label {
text-align: left;
padding: 10px 0;
font-family: "Poppins", sans-serif;
font-weight: 500;
font-size: 13px;
color: #000;
line-height: 26px;
height: 40px;
}
.widget.widget_layered_nav_filters {
vertical-align: middle;
display: inline-block;
}
.widget.widget_layered_nav_filters ul {
list-style: none;
margin: 12px 0 !important;
padding: 0;
}
.widget.widget_layered_nav_filters ul li.chosen {
background: #FFFFFF;
border: 1px solid #BDBDBD;
margin: 0 6px 0 0;
color: #4F4F4F;
font-weight: 500;
font-size: 12px;
line-height: 14px;
display: inline-block;
vertical-align: middle;
padding: 0 !important;
position: relative;
border-radius: 12px;
}
.widget.widget_layered_nav_filters ul li.chosen:hover {
border-color: #000;
color: #000;
}
.widget.widget_layered_nav_filters ul li.chosen:hover > a {
color: #000 !important;
}
.widget.widget_layered_nav_filters ul li.chosen > a {
font-weight: 500;
font-size: 12px !important;
line-height: 14px !important;
padding: 4px 22px 4px 8px !important;
margin: 0 !important;
z-index: 2;
}
.widget.widget_layered_nav_filters ul li.chosen > a::before {
content: none !important;
}
.widget.widget_layered_nav_filters ul li.chosen::after {
content: "\e646" !important;
font-family: themify;
vertical-align: middle;
font-size: 12px;
cursor: pointer;
position: absolute;
right: 6px;
top: 4px;
}
.woocommerce-products-header .term-description {
font-weight: 500;
font-size: 18px;
line-height: 30px;
color: #4F4F4F;
margin-bottom: 20px;
}
.woocommerce-products-header .term-description p {
color: inherit;
font-size: inherit;
margin: 0;
}
.container.container-shop-breadcrumbs {
padding-top: 20px;
padding-bottom: 0px;
}
.stm-products-catalog {
padding-bottom: 70px;
}
.stm-products-catalog .container {
padding-top: 30px;
padding-bottom: 30px;
}
.owl-stage-outer.owl-height {
transition: none;
}
.btn-wrapper + .wpcf7-response-output {
color: #fff;
font-size: 14px;
line-height: 1.5;
}
.sm_video_link.elementor-button-link.elementor-button span {
width: initial;
height: initial;
margin-top: 0;
transform: none !important;
}
.sm_video_link.elementor-button-link.elementor-button span::before, .sm_video_link.elementor-button-link.elementor-button span::after {
content: none;
}
.man_slider_item_logo .lazy-hidden, .man_slider_item_logo .entry img.lazy-hidden, .man_slider_item_logo img.thumbnail.lazy-hidden {
background-color: transparent;
width: 32px !important;
height: 32px !important;
}
@media (max-width: 1025px) {
#elementor-header-primary .sm_menu_toggle {
margin-right: 10px !important;
}
body #masthead .elementor-widget-sm-default-button .btn {
margin-right: 15px !important;
}
.stm-title-banner-divider {
height: 90px;
}
.stm-product-item__content {
padding: 12px 18px 12px;
}
.stm-products-main.grid .stm-product-item__content .meta-bottom .stm-product-item__price {
width: auto;
margin-right: 10px;
}
.stm-products-main.grid .stm-products-main.grid .stm-product-item .regular_price {
font-size: 20px;
}
.stm-products-catalog .man_sidebar_col .man_sidebar {
padding: 0;
margin: 0 -15px;
}
.stm-product-item__content .meta-top {
margin-bottom: 10px;
}
.stm-product-item__title {
font-size: 20px;
line-height: 24px;
}
.man_slider_item.style_2 .man_slider_item_over {
width: 60%;
}
}
@media (max-width: 767px) {
.stm-products-main {
max-width:500px;
margin:0 auto;
}
.stm-product-item {
width: 100%;
}
.stm-product-item .stm-product-item__image {
max-width: 100%;
border-radius: 10px 10px 0 0;
}
.stm-products-main.grid .stm-product-item,
.stm-products-main.grid.cols-2 .stm-product-item,
.stm-products-main.grid.cols-3 .stm-product-item,
.stm-products-main.grid.cols-4 .stm-product-item {
width: 100%;
}
.stm-product-item__content {
width: 100%;
}
.stm-products-catalog__filter {
padding: 15px 15px;
}
.stm-products-catalog__filter .stm-filter-chosen-units {
width: 100%;
margin-bottom: 10px;
}
.stm-sort-by-options {
float: left;
}
.stm-sort-by-options select.orderby {
width: 200px;
margin: 0;
}
.man_posts_list .man_posts_grid_item {
margin-bottom: 40px;
}
.stm-products-main.grid .stm-product-item {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.woocommerce-page .col-lg-3.man_sidebar_col {
max-width: 300px;
flex: 0 0 300px;
}
.woocommerce-page .col-lg-9.man_main_sidebar {
flex: 0 0 calc(100% - 300px);
}
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-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(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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{-ms-touch-action:pan-y;touch-action:pan-y;-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}.owl-carousel .animated{animation-duration:1s;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 .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.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(//tinkap.com.tr/wp-content/plugins/elementor-sm-widgets/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s 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-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@font-face{font-family:'FontAwesome';src:url(//tinkap.com.tr/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//tinkap.com.tr/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//tinkap.com.tr/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//tinkap.com.tr/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//tinkap.com.tr/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//tinkap.com.tr/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.vegas-wrapper,.vegas-overlay,.vegas-timer,.vegas-slide,.vegas-slide-inner{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-overlay{opacity:.5}.vegas-overlay.style-1{background:transparent url(//tinkap.com.tr/wp-content/plugins/slide-addon-for-elementer/assets/css/overlays/01.png) center center repeat}.vegas-overlay.style-2{background:transparent url(//tinkap.com.tr/wp-content/plugins/slide-addon-for-elementer/assets/css/overlays/02.png) center center repeat}.vegas-overlay.style-3{background:transparent url(//tinkap.com.tr/wp-content/plugins/slide-addon-for-elementer/assets/css/overlays/03.png) center center repeat}.vegas-overlay.style-4{background:transparent url(//tinkap.com.tr/wp-content/plugins/slide-addon-for-elementer/assets/css/overlays/04.png) center center repeat}.vegas-overlay.style-5{background:transparent url(//tinkap.com.tr/wp-content/plugins/slide-addon-for-elementer/assets/css/overlays/05.png) center center repeat}.vegas-overlay.style-6{background:transparent url(//tinkap.com.tr/wp-content/plugins/slide-addon-for-elementer/assets/css/overlays/06.png) center center repeat}.vegas-overlay.style-7{background:transparent url(//tinkap.com.tr/wp-content/plugins/slide-addon-for-elementer/assets/css/overlays/07.png) center center repeat}.vegas-overlay.style-8{background:transparent url(//tinkap.com.tr/wp-content/plugins/slide-addon-for-elementer/assets/css/overlays/08.png) center center repeat}.vegas-overlay.style-9{background:transparent url(//tinkap.com.tr/wp-content/plugins/slide-addon-for-elementer/assets/css/overlays/09.png) center center repeat}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#fff;-webkit-transition:width ease-out;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:transparent center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0)}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container > .vegas-timer,body.vegas-container > .vegas-overlay,body.vegas-container > .vegas-slide{position:fixed;z-index:-1}_::full-page-media,_:future,:root body.vegas-container > .vegas-slide,:root body.vegas-container > .vegas-overlay{bottom:-76px}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px);filter:blur(32px)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0px);filter:blur(0px)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{-webkit-transform:translateY(0%);transform:translateY(0%)}.vegas-transition-slideDown2-out{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{-webkit-transform:translateX(0%);transform:translateX(0%)}.vegas-transition-slideLeft2-out{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight,.vegas-transition-slideRight2{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{-webkit-transform:translateX(0%);transform:translateX(0%)}.vegas-transition-slideRight2-out{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{-webkit-transform:translateY(0%);transform:translateY(0%)}.vegas-transition-slideUp2-out{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);opacity:1}.vegas-transition-swirlLeft2-out{-webkit-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight,.vegas-transition-swirlRight2{-webkit-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);opacity:1}.vegas-transition-swirlRight2-out{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out{-webkit-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut,.vegas-transition-zoomOut2{-webkit-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.flex-container a:active,.flex-container a:focus,.flexslider a:active,.flexslider a:focus{outline:0}.flex-control-nav,.flex-direction-nav,.slides{margin:0;padding:0;list-style:none;z-index:300}.flexslider{margin:0;padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden;position:relative}.flexslider .slides img{width:100%;display:block}.flex-control-thumbs img{cursor:pointer}.flex-pauseplay span{text-transform:capitalize}.slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .slides{display:block}* html .slides{height:1%}.no-js .slides>li:first-child{display:block}.flexslider{overflow:hidden;position:relative;z-index:0}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.flexslider .slides{zoom:1}.carousel li{margin-right:5px}.flexslider .flex-direction-nav a{z-index:9999;text-align:center;display:block;width:60px;height:60px;outline:0;top:50%;transform:translateY(-50%);background-color:#f96868;color:#fff}.flexslider .flex-direction-nav a:hover{background-color:#4d4d4d;text-decoration:none;color:#fff}.flexslider .flex-direction-nav .flex-prev{position:absolute;left:0}.flexslider .flex-direction-nav .flex-next{position:absolute;right:0}.flexslider .flex-direction-nav i{font-size:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.flexslider .flex-control-nav{position:absolute;left:50%;transform:translateX(-50%);bottom:27px;text-align:center}.flexslider .flex-control-nav li{margin:0 3px;display:inline-block;zoom:1}.flexslider .flex-control-nav li a{z-index:9999px;width:7px;height:7px;display:block;background-color:#4d4d4d;cursor:pointer;text-indent:-9999px}.flexslider.controlnav-circle .flex-control-nav li a{-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%}.flexslider .flex-control-nav li a.flex-active{background-color:#f96868}.vivify{-webkit-animation-duration:.8s;-webkit-animation-fill-mode:both;animation-duration:.8s;animation-fill-mode:both}.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.infinite-tf{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.flexslider li.flex-active-slide .pulsate{-webkit-animation-name:pulsate;animation-name:pulsate;-webkit-transform-origin:center;transform-origin:center}@keyframes pulsate{0%{-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(.8,.8,.8);transform:scale3d(.8,.8,.8)}100%{-webkit-animation-timing-function:cubic-bezier(.895,.03,.685,.22);animation-timing-function:cubic-bezier(.895,.03,.685,.22);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.flexslider li.flex-active-slide .blink{-webkit-animation-name:blink;animation-name:blink;-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-animation-duration:1s;animation-duration:1s}@keyframes blink{0%{opacity:1}25%{opacity:0}50%{opacity:1}75%{opacity:0}100%{opacity:1}}.flexslider li.flex-active-slide .hitLeft{-webkit-animation-name:hitLeft;animation-name:hitLeft;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes hitLeft{0%{-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1);-webkit-transform:translateX(0);transform:translateX(0)}40%{-webkit-animation-timing-function:cubic-bezier(.47,0,.745,.715);animation-timing-function:cubic-bezier(.47,0,.745,.715);-webkit-transform:translateX(20px) rotate(4deg);transform:translateX(20px) rotate(4deg)}}.flexslider li.flex-active-slide .hitRight{-webkit-animation-name:hitRight;animation-name:hitRight;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes hitRight{0%{-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1);-webkit-transform:translateX(0);transform:translateX(0)}40%{-webkit-animation-timing-function:cubic-bezier(.47,0,.745,.715);animation-timing-function:cubic-bezier(.47,0,.745,.715);-webkit-transform:translateX(-20px) rotate(-4deg);transform:translateX(-20px) rotate(-4deg)}}.flexslider li.flex-active-slide .shake{-webkit-animation-name:shake;animation-name:shake;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1)}@keyframes shake{10%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%{-webkit-transform:translateX(10px);transform:translateX(10px)}30%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}40%{-webkit-transform:translateX(10px);transform:translateX(10px)}50%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}60%{-webkit-transform:translateX(10px);transform:translateX(10px)}70%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}}.flexslider li.flex-active-slide .ball{-webkit-animation-name:ball;animation-name:ball;-webkit-animation-duration:2s;animation-duration:2s}@keyframes ball{0%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1.275);animation-timing-function:cubic-bezier(.175,.885,.32,1.275);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}20%{-webkit-animation-timing-function:cubic-bezier(.42,0,1,1);animation-timing-function:cubic-bezier(.42,0,1,1);-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}40%{-webkit-animation-timing-function:cubic-bezier(0,0,.58,1);animation-timing-function:cubic-bezier(0,0,.58,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.42,0,1,1);animation-timing-function:cubic-bezier(.42,0,1,1);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}75%{-webkit-animation-timing-function:cubic-bezier(0,0,.58,1);animation-timing-function:cubic-bezier(0,0,.58,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}85%{-webkit-animation-timing-function:cubic-bezier(.42,0,1,1);animation-timing-function:cubic-bezier(.42,0,1,1);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}100%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.flexslider li.flex-active-slide .pullUp{-webkit-animation-name:pullUp;animation-name:pullUp;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes pullUp{0%{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}30%{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:scale3d(1,0,1);transform:scale3d(1,0,1);-webkit-transform-origin:center bottom;transform-origin:center bottom}100%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.flexslider li.flex-active-slide .pullDown{-webkit-animation-name:pullDown;animation-name:pullDown;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes pullDown{0%{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}50%{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:scale3d(1,0,1);transform:scale3d(1,0,1);-webkit-transform-origin:center top;transform-origin:center top}100%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.flexslider li.flex-active-slide .pullLeft{-webkit-animation-name:pullLeft;animation-name:pullLeft;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes pullLeft{0%{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1)}50%{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:center left;transform-origin:center left}100%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.flexslider li.flex-active-slide .pullRight{-webkit-animation-name:pullRight;animation-name:pullRight;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes pullRight{0%{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1)}50%{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:center right;transform-origin:center right}100%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.flexslider li.flex-active-slide .jumpInLeft{-webkit-animation-name:jumpInLeft;animation-name:jumpInLeft;-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes jumpInLeft{0%{opacity:0;-webkit-transform:scale3d(.5,.5,.5) rotate(-90deg);transform:scale3d(.5,.5,.5) rotate(-90deg)}50%{opacity:1;-webkit-transform:scale3d(1.2,1.2,1.2) rotate(10deg);transform:scale3d(1.2,1.2,1.2) rotate(10deg)}70%{-webkit-transform:scale3d(.9,.9,.9) rotate(-5deg);transform:scale3d(.9,.9,.9) rotate(-5deg)}90%{-webkit-transform:scale3d(1,1,1) rotate(0);transform:scale3d(1,1,1) rotate(0)}}.flexslider li.flex-active-slide .jumpInRight{-webkit-animation-name:jumpInRight;animation-name:jumpInRight;-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes jumpInRight{0%{opacity:0;-webkit-transform:scale3d(.5,.5,.5) rotate(90deg);transform:scale3d(.5,.5,.5) rotate(90deg)}50%{opacity:1;-webkit-transform:scale3d(1.2,1.2,1.2) rotate(-10deg);transform:scale3d(1.2,1.2,1.2) rotate(-10deg)}70%{-webkit-transform:scale3d(.9,.9,.9) rotate(5deg);transform:scale3d(.9,.9,.9) rotate(5deg)}90%{-webkit-transform:scale3d(1,1,1) rotate(0);transform:scale3d(1,1,1) rotate(0)}}.flexslider li.flex-active-slide .jumpOutRight{-webkit-animation-name:jumpOutRight;animation-name:jumpOutRight;-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes jumpOutRight{0%{-webkit-transform:scale3d(1,1,1) rotate(0);transform:scale3d(1,1,1) rotate(0)}30%{-webkit-transform:scale3d(.9,.9,.9) rotate(5deg);transform:scale3d(.9,.9,.9) rotate(5deg)}70%{opacity:1;-webkit-transform:scale3d(1.2,1.2,1.2) rotate(-10deg);transform:scale3d(1.2,1.2,1.2) rotate(-10deg)}100%{opacity:0;-webkit-transform:scale3d(.5,.5,.5) rotate(90deg);transform:scale3d(.5,.5,.5) rotate(90deg)}}.flexslider li.flex-active-slide .jumpOutLeft{-webkit-animation-name:jumpOutLeft;animation-name:jumpOutLeft;-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes jumpOutLeft{0%{-webkit-transform:scale3d(1,1,1) rotate(0);transform:scale3d(1,1,1) rotate(0)}30%{-webkit-transform:scale3d(.9,.9,.9) rotate(-5deg);transform:scale3d(.9,.9,.9) rotate(-5deg)}70%{opacity:1;-webkit-transform:scale3d(1.2,1.2,1.2) rotate(10deg);transform:scale3d(1.2,1.2,1.2) rotate(10deg)}100%{opacity:0;-webkit-transform:scale3d(.5,.5,.5) rotate(-90deg);transform:scale3d(.5,.5,.5) rotate(-90deg)}}.flexslider li.flex-active-slide .rollInLeft{-webkit-animation-name:rollInLeft;animation-name:rollInLeft;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:translateX(-400px) rotate(445deg);transform:translateX(-400px) rotate(445deg);opacity:0}30%{opacity:1}50%{-webkit-transform:translateX(20px) rotate(20deg);transform:translateX(20px) rotate(20deg)}100%{-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955);-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}.flexslider li.flex-active-slide .rollInRight{-webkit-animation-name:rollInRight;animation-name:rollInRight;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollInRight{0%{-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:translateX(400px) rotate(-445deg);transform:translateX(400px) rotate(-445deg);opacity:0}30%{opacity:1}50%{-webkit-transform:translateX(-20px) rotate(-20deg);transform:translateX(-20px) rotate(-20deg)}100%{-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955);-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}.flexslider li.flex-active-slide .rollInTop{-webkit-animation-name:rollInTop;animation-name:rollInTop;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollInTop{0%{-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:translateY(-400px) rotate(-445deg);transform:translateY(-400px) rotate(-445deg);opacity:0}30%{opacity:1}50%{-webkit-transform:translateY(20px) rotate(-20deg);transform:translateY(20px) rotate(-20deg)}100%{-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955);-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)}}.flexslider li.flex-active-slide .rollInBottom{-webkit-animation-name:rollInBottom;animation-name:rollInBottom;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollInBottom{0%{-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:translateY(400px) rotate(-445deg);transform:translateY(400px) rotate(-445deg);opacity:0}30%{opacity:1}50%{-webkit-transform:translateY(-20px) rotate(-20deg);transform:translateY(-20px) rotate(-20deg)}100%{-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955);-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)}}.flexslider li.flex-active-slide .rollOutLeft{-webkit-animation-name:rollOutLeft;animation-name:rollOutLeft;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollOutLeft{0%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955);-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}40%{opacity:1;-webkit-transform:translateX(20px) rotate(-20deg);transform:translateX(20px) rotate(-20deg)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:translateX(-400px) rotate(-445deg);transform:translateX(-400px) rotate(-445deg)}}.flexslider li.flex-active-slide .rollOutRight{-webkit-animation-name:rollOutRight;animation-name:rollOutRight;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollOutRight{0%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955);-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}40%{opacity:1;-webkit-transform:translateX(-20px) rotate(20deg);transform:translateX(-20px) rotate(20deg)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:translateX(400px) rotate(445deg);transform:translateX(400px) rotate(445deg)}}.flexslider li.flex-active-slide .rollOutTop{-webkit-animation-name:rollOutTop;animation-name:rollOutTop;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollOutTop{0%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955);-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)}40%{opacity:1;-webkit-transform:translateY(20px) rotate(20deg);transform:translateY(20px) rotate(20deg)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:translateY(-400px) rotate(445deg);transform:translateY(-400px) rotate(445deg)}}.flexslider li.flex-active-slide .rollOutBottom{-webkit-animation-name:rollOutBottom;animation-name:rollOutBottom;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollOutBottom{0%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955);-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)}40%{opacity:1;-webkit-transform:translateY(-20px) rotate(-20deg);transform:translateY(-20px) rotate(-20deg)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:translateY(400px) rotate(-445deg);transform:translateY(400px) rotate(-445deg)}}.flexslider li.flex-active-slide .popIn{-webkit-animation-name:popIn;animation-name:popIn;-webkit-animation-duration:1s;animation-duration:1s}@keyframes popIn{0%{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0);opacity:0}20%{opacity:1}40%{-webkit-animation-timing-function:cubic-bezier(.47,0,.745,.715);animation-timing-function:cubic-bezier(.47,0,.745,.715);-webkit-transform:scale3d(1.08,1.08,1.08);transform:scale3d(1.08,1.08,1.08)}60%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}80%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}100%{-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.flexslider li.flex-active-slide .popInLeft{-webkit-animation-name:popInLeft;animation-name:popInLeft;-webkit-animation-duration:1s;animation-duration:1s}@keyframes popInLeft{0%{opacity:0;-webkit-transform:translate3d(-200px,0,0) scale3d(.1,.1,.1);transform:translate3d(-200px,0,0) scale3d(.1,.1,.1)}40%{opacity:1;-webkit-transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08);transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08);-webkit-animation-timing-function:cubic-bezier(.47,0,.745,.715);animation-timing-function:cubic-bezier(.47,0,.745,.715)}60%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}80%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}100%{-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.flexslider li.flex-active-slide .popInRight{-webkit-animation-name:popInRight;animation-name:popInRight;-webkit-animation-duration:1s;animation-duration:1s}@keyframes popInRight{0%{-webkit-transform:translate3d(200px,0,0) scale3d(.1,.1,.1);transform:translate3d(200px,0,0) scale3d(.1,.1,.1);opacity:0}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.47,0,.745,.715);animation-timing-function:cubic-bezier(.47,0,.745,.715);-webkit-transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08);transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08)}60%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}80%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}100%{-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.flexslider li.flex-active-slide .popInTop{-webkit-animation-name:popInTop;animation-name:popInTop;-webkit-animation-duration:1s;animation-duration:1s}@keyframes popInTop{0%{-webkit-transform:translate3d(0,-200px,0) scale3d(.1,.1,.1);transform:translate3d(0,-200px,0) scale3d(.1,.1,.1);opacity:0}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.47,0,.745,.715);animation-timing-function:cubic-bezier(.47,0,.745,.715);-webkit-transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08);transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08)}60%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}80%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:translate3d(0,0,0) scale3d(1.03,1.03,1.03);transform:translate3d(0,0,0) scale3d(1.03,1.03,1.03)}100%{-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}}.flexslider li.flex-active-slide .popInBottom{-webkit-animation-name:popInBottom;animation-name:popInBottom;-webkit-animation-duration:1s;animation-duration:1s}@keyframes popInBottom{0%{-webkit-transform:translate3d(0,200px,0) scale3d(.1,.1,.1);transform:translate3d(0,200px,0) scale3d(.1,.1,.1);opacity:0}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.47,0,.745,.715);animation-timing-function:cubic-bezier(.47,0,.745,.715);-webkit-transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08);transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08)}60%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}80%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:translate3d(0,0,0) scale3d(1.03,1.03,1.03);transform:translate3d(0,0,0) scale3d(1.03,1.03,1.03)}100%{-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}}.flexslider li.flex-active-slide .popOut{-webkit-animation-name:popOut;animation-name:popOut;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes popOut{0%{-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}60%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scale3d(1.08,1.08,1.08);transform:scale3d(1.08,1.08,1.08)}80%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.47,0,.745,.715);animation-timing-function:cubic-bezier(.47,0,.745,.715);-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.flexslider li.flex-active-slide .popOutLeft{-webkit-animation-name:popOutLeft;animation-name:popOutLeft;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes popOutLeft{0%{-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform-origin:left center;transform-origin:left center}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0);transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.47,0,.745,.715);animation-timing-function:cubic-bezier(.47,0,.745,.715);-webkit-transform:scale3d(.5,.5,.5) translate3d(-200px,0,0);transform:scale3d(.5,.5,.5) translate3d(-200px,0,0)}}.flexslider li.flex-active-slide .popOutRight{-webkit-animation-name:popOutRight;animation-name:popOutRight;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes popOutRight{0%{-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform-origin:right center;transform-origin:right center}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0);transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.47,0,.745,.715);animation-timing-function:cubic-bezier(.47,0,.745,.715);-webkit-transform:scale3d(.5,.5,.5) translate3d(200px,0,0);transform:scale3d(.5,.5,.5) translate3d(200px,0,0)}}.flexslider li.flex-active-slide .popOutTop{-webkit-animation-name:popOutTop;animation-name:popOutTop;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes popOutTop{0%{-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform-origin:top center;transform-origin:top center}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0);transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.47,0,.745,.715);animation-timing-function:cubic-bezier(.47,0,.745,.715);-webkit-transform:scale3d(.5,.5,.5) translate3d(0,-400px,0);transform:scale3d(.5,.5,.5) translate3d(0,-400px,0)}}.flexslider li.flex-active-slide .popOutBottom{-webkit-animation-name:popOutBottom;animation-name:popOutBottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes popOutBottom{0%{-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform-origin:bottom center;transform-origin:bottom center}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0);transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.47,0,.745,.715);animation-timing-function:cubic-bezier(.47,0,.745,.715);-webkit-transform:scale3d(.5,.5,.5) translate3d(0,400px,0);transform:scale3d(.5,.5,.5) translate3d(0,400px,0)}}.flexslider li.flex-active-slide .flip{-webkit-animation-name:flip;animation-name:flip}@keyframes flip{from{-webkit-transform:perspective(400px) rotateY(-360deg) scale3d(1,1,1);transform:perspective(400px) rotateY(-360deg) scale3d(1,1,1);-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94)}50%{-webkit-transform:perspective(400px) rotateY(-180deg) scale3d(1.2,1.2,1.2);transform:perspective(400px) rotateY(-180deg) scale3d(1.2,1.2,1.2);-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94)}to{-webkit-transform:perspective(400px) rotateY(0) scale3d(1,1,1);transform:perspective(400px) rotateY(0) scale3d(1,1,1);-webkit-animation-timing-function:cubic-bezier(.95,.05,.795,.035);animation-timing-function:cubic-bezier(.95,.05,.795,.035)}}.flexslider li.flex-active-slide .flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-animation-duration:1s;animation-duration:1s}@keyframes flipInX{from{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg) scale3d(1.2,1.2,1.2);transform:perspective(400px) rotateX(90deg) scale3d(1.2,1.2,1.2)}50%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955);-webkit-transform:perspective(400px) rotateX(-20deg) scale3d(1,1,1);transform:perspective(400px) rotateX(-20deg) scale3d(1,1,1)}to{-webkit-transform:perspective(400px) rotateX(0) scale3d(1,1,1);transform:perspective(400px) rotateX(0) scale3d(1,1,1)}}.flexslider li.flex-active-slide .flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-animation-duration:1s;animation-duration:1s}@keyframes flipInY{from{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg) scale3d(1.2,1.2,1.2);transform:perspective(400px) rotateY(90deg) scale3d(1.2,1.2,1.2)}50%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955);-webkit-transform:perspective(400px) rotateY(-20deg) scale3d(1,1,1);transform:perspective(400px) rotateY(-20deg) scale3d(1,1,1)}to{-webkit-transform:perspective(400px) rotateY(0) scale3d(1,1,1);transform:perspective(400px) rotateY(0) scale3d(1,1,1)}}.flexslider li.flex-active-slide .flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX}@keyframes flipOutX{from{-webkit-transform:perspective(400px) rotateX(0) scale3d(1,1,1);transform:perspective(400px) rotateX(0) scale3d(1,1,1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955);-webkit-transform:perspective(400px) rotateX(-30deg) scale3d(1,1,1);transform:perspective(400px) rotateX(-30deg) scale3d(1,1,1)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg) scale3d(1.2,1.2,1.2);transform:perspective(400px) rotateX(90deg) scale3d(1.2,1.2,1.2)}}.flexslider li.flex-active-slide .flipOutY{-webkit-animation-name:flipOutY;animation-name:flipOutY}@keyframes flipOutY{from{-webkit-transform:perspective(400px) rotateY(0) scale3d(1,1,1);transform:perspective(400px) rotateY(0) scale3d(1,1,1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955);-webkit-transform:perspective(400px) rotateY(-30deg) scale3d(1,1,1);transform:perspective(400px) rotateY(-30deg) scale3d(1,1,1)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg) scale3d(1.2,1.2,1.2);transform:perspective(400px) rotateY(90deg) scale3d(1.2,1.2,1.2)}}.flexslider li.flex-active-slide .fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955)}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.flexslider li.flex-active-slide .fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955)}@keyframes fadeInRight{0%{-webkit-transform:translate3d(400px,0,0);transform:translate3d(400px,0,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.flexslider li.flex-active-slide .fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955)}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-400px,0,0);transform:translate3d(-400px,0,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.flexslider li.flex-active-slide .fadeInTop{-webkit-animation-name:fadeInTop;animation-name:fadeInTop;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955)}@keyframes fadeInTop{0%{-webkit-transform:translate3d(0,-400px,0);transform:translate3d(0,-400px,0);opacity:0}50%{opacity:.2}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.flexslider li.flex-active-slide .fadeInBottom{-webkit-animation-name:fadeInBottom;animation-name:fadeInBottom;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955)}@keyframes fadeInBottom{0%{-webkit-transform:translate3d(0,400px,0);transform:translate3d(0,400px,0);opacity:0}50%{opacity:.2}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.flexslider li.flex-active-slide .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955)}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.flexslider li.flex-active-slide .fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955)}@keyframes fadeOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(-400px,0,0);transform:translate3d(-400px,0,0);opacity:0}}.flexslider li.flex-active-slide .fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955)}@keyframes fadeOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(400px,0,0);transform:translate3d(400px,0,0);opacity:0}}.flexslider li.flex-active-slide .fadeOutTop{-webkit-animation-name:fadeOutTop;animation-name:fadeOutTop;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955)}@keyframes fadeOutTop{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}40%{opacity:.2}100%{-webkit-transform:translate3d(0,-300px,0);transform:translate3d(0,-300px,0);opacity:0}}.flexslider li.flex-active-slide .fadeOutBottom{-webkit-animation-name:fadeOutBottom;animation-name:fadeOutBottom;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955)}@keyframes fadeOutBottom{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}40%{opacity:.2}100%{-webkit-transform:translate3d(0,300px,0);transform:translate3d(0,300px,0);opacity:0}}.flexslider li.flex-active-slide .driveInLeft{-webkit-animation-name:driveInLeft;animation-name:driveInLeft;-webkit-animation-duration:1s;animation-duration:1s}@keyframes driveInLeft{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transform:translate3d(-400px,0,0);transform:translate3d(-400px,0,0)}30%{opacity:1}60%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}100%{-webkit-animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-timing-function:cubic-bezier(.645,.045,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.flexslider li.flex-active-slide .driveInRight{-webkit-animation-name:driveInRight;animation-name:driveInRight;-webkit-animation-duration:1s;animation-duration:1s}@keyframes driveInRight{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transform:translate3d(400px,0,0);transform:translate3d(400px,0,0)}30%{opacity:1}60%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}100%{-webkit-animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-timing-function:cubic-bezier(.645,.045,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.flexslider li.flex-active-slide .driveInTop{-webkit-animation-name:driveInTop;animation-name:driveInTop;-webkit-animation-duration:1s;animation-duration:1s}@keyframes driveInTop{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transform:translate3d(0,-400px,0);transform:translate3d(0,-400px,0)}30%{opacity:1}60%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}100%{-webkit-animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-timing-function:cubic-bezier(.645,.045,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.flexslider li.flex-active-slide .driveInBottom{-webkit-animation-name:driveInBottom;animation-name:driveInBottom;-webkit-animation-duration:1s;animation-duration:1s}@keyframes driveInBottom{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transform:translate3d(0,300px,0);transform:translate3d(0,300px,0)}30%{opacity:1}60%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}100%{-webkit-animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-timing-function:cubic-bezier(.645,.045,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.flexslider li.flex-active-slide .driveOutLeft{-webkit-animation-name:driveOutLeft;animation-name:driveOutLeft;-webkit-animation-duration:1s;animation-duration:1s}@keyframes driveOutLeft{0%{-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}30%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}60%{opacity:1}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transform:translate3d(-400px,0,0);transform:translate3d(-400px,0,0)}}.flexslider li.flex-active-slide .driveOutRight{-webkit-animation-name:driveOutRight;animation-name:driveOutRight;-webkit-animation-duration:1s;animation-duration:1s}@keyframes driveOutRight{0%{-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}30%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}60%{opacity:1}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transform:translate3d(400px,0,0);transform:translate3d(400px,0,0)}}.flexslider li.flex-active-slide .driveOutTop{-webkit-animation-name:driveOutTop;animation-name:driveOutTop;-webkit-animation-duration:1s;animation-duration:1s}@keyframes driveOutTop{0%{-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}30%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}60%{opacity:1}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transform:translate3d(0,-400px,0);transform:translate3d(0,-400px,0)}}.flexslider li.flex-active-slide .driveOutBottom{-webkit-animation-name:driveOutBottom;animation-name:driveOutBottom;-webkit-animation-duration:1s;animation-duration:1s}@keyframes driveOutBottom{0%{-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}30%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}60%{opacity:1}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transform:translate3d(0,300px,0);transform:translate3d(0,300px,0)}}.flexslider li.flex-active-slide .spin{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:1.2s;animation-duration:1.2s}@keyframes spin{0%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:rotateZ(0);transform:rotateZ(0);-webkit-transform-origin:center center;transform-origin:center center}20%{-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transform:rotateZ(-20deg);transform:rotateZ(-20deg);-webkit-transform-origin:center center;transform-origin:center center}70%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:rotateZ(380deg);transform:rotateZ(380deg);-webkit-transform-origin:center center;transform-origin:center center}100%{-webkit-animation-timing-function:cubic-bezier(.47,0,.745,.715);animation-timing-function:cubic-bezier(.47,0,.745,.715);-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg);-webkit-transform-origin:center center;transform-origin:center center}}.flexslider li.flex-active-slide .spinIn{-webkit-animation-name:spinIn;animation-name:spinIn;-webkit-animation-duration:1s;animation-duration:1s}@keyframes spinIn{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1);-webkit-transform:rotateZ(0) scale3d(0,0,0);transform:rotateZ(0) scale3d(0,0,0);-webkit-transform-origin:center center;transform-origin:center center}50%{opacity:1}70%{-webkit-transform:rotateZ(380deg) scale3d(1,1,1);transform:rotateZ(380deg) scale3d(1,1,1);-webkit-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotateZ(360deg) scale3d(1,1,1);transform:rotateZ(360deg) scale3d(1,1,1);-webkit-transform-origin:center center;transform-origin:center center}}.flexslider li.flex-active-slide .spinOut{-webkit-animation-name:spinOut;animation-name:spinOut;-webkit-animation-duration:1s;animation-duration:1s}@keyframes spinOut{0%{-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1);-webkit-transform:rotateZ(0) scale3d(1,1,1);transform:rotateZ(0) scale3d(1,1,1);-webkit-transform-origin:center center;transform-origin:center center}20%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transform:rotateZ(-20deg) scale3d(1,1,1);transform:rotateZ(-20deg) scale3d(1,1,1);-webkit-transform-origin:center center;transform-origin:center center}30%{opacity:1}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.47,0,.745,.715);animation-timing-function:cubic-bezier(.47,0,.745,.715);-webkit-transform:rotateZ(360deg) scale3d(0,0,0);transform:rotateZ(360deg) scale3d(0,0,0);-webkit-transform-origin:center center;transform-origin:center center}}.flexslider li.flex-active-slide .swoopInLeft{-webkit-animation-name:swoopInLeft;animation-name:swoopInLeft;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes swoopInLeft{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:scaleX(1.5) translate3d(-400px,0,0);transform:scaleX(1.5) translate3d(-400px,0,0)}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scaleX(1.2) translate3d(0,0,0);transform:scaleX(1.2) translate3d(0,0,0)}65%{-webkit-transform:scaleX(1) translate3d(20px,0,0);transform:scaleX(1) translate3d(20px,0,0)}100%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scaleX(1) translate3d(0,0,0);transform:scaleX(1) translate3d(0,0,0)}}.flexslider li.flex-active-slide .swoopInRight{-webkit-animation-name:swoopInRight;animation-name:swoopInRight;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes swoopInRight{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:scaleX(1.5) translate3d(400px,0,0);transform:scaleX(1.5) translate3d(400px,0,0)}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scaleX(1.2) translate3d(0,0,0);transform:scaleX(1.2) translate3d(0,0,0)}65%{-webkit-transform:scaleX(1) translate3d(-20px,0,0);transform:scaleX(1) translate3d(-20px,0,0)}100%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scaleX(1) translate3d(0,0,0);transform:scaleX(1) translate3d(0,0,0)}}.flexslider li.flex-active-slide .swoopInTop{-webkit-animation-name:swoopInTop;animation-name:swoopInTop;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes swoopInTop{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:scaleY(1.5) translate3d(0,-400px,0);transform:scaleY(1.5) translate3d(0,-400px,0)}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scaleY(1.2) translate3d(0,0,0);transform:scaleY(1.2) translate3d(0,0,0)}65%{-webkit-transform:scaleY(1) translate3d(0,20px,0);transform:scaleY(1) translate3d(0,20px,0)}100%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scaleY(1) translate3d(0,0,0);transform:scaleY(1) translate3d(0,0,0)}}.flexslider li.flex-active-slide .swoopInBottom{-webkit-animation-name:swoopInBottom;animation-name:swoopInBottom;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes swoopInBottom{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:scaleY(1.5) translate3d(0,250px,0);transform:scaleY(1.5) translate3d(0,250px,0)}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scaleY(1.2) translate3d(0,0,0);transform:scaleY(1.2) translate3d(0,0,0)}65%{-webkit-transform:scaleY(1) translate3d(0,-20px,0);transform:scaleY(1) translate3d(0,-20px,0)}100%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scaleY(1) translate3d(0,0,0);transform:scaleY(1) translate3d(0,0,0)}}.flexslider li.flex-active-slide .swoopOutLeft{-webkit-animation-name:swoopOutLeft;animation-name:swoopOutLeft;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes swoopOutLeft{0%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scaleX(1) translate3d(0,0,0);transform:scaleX(1) translate3d(0,0,0)}40%{opacity:1;-webkit-transform:scaleX(1) translate3d(20px,0,0);transform:scaleX(1) translate3d(20px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scaleX(1.2) translate3d(0,0,0);transform:scaleX(1.2) translate3d(0,0,0)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:scaleX(1.5) translate3d(-400px,0,0);transform:scaleX(1.5) translate3d(-400px,0,0)}}.flexslider li.flex-active-slide .swoopOutRight{-webkit-animation-name:swoopOutRight;animation-name:swoopOutRight;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes swoopOutRight{0%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scaleX(1) translate3d(0,0,0);transform:scaleX(1) translate3d(0,0,0)}40%{opacity:1;-webkit-transform:scaleX(1) translate3d(-20px,0,0);transform:scaleX(1) translate3d(-20px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scaleX(1.2) translate3d(0,0,0);transform:scaleX(1.2) translate3d(0,0,0)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:scaleX(1.5) translate3d(400px,0,0);transform:scaleX(1.5) translate3d(400px,0,0)}}.flexslider li.flex-active-slide .swoopOutTop{-webkit-animation-name:swoopOutTop;animation-name:swoopOutTop;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes swoopOutTop{0%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scaleY(1) translate3d(0,0,0);transform:scaleY(1) translate3d(0,0,0)}40%{opacity:1;-webkit-transform:scaleY(1) translate3d(0,20px,0);transform:scaleY(1) translate3d(0,20px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scaleY(1.2) translate3d(0,0,0);transform:scaleY(1.2) translate3d(0,0,0)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:scaleY(1.5) translate3d(0,-400px,0);transform:scaleY(1.5) translate3d(0,-400px,0)}}.flexslider li.flex-active-slide .swoopOutBottom{-webkit-animation-name:swoopOutBottom;animation-name:swoopOutBottom;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes swoopOutBottom{0%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scaleY(1) translate3d(0,0,0);transform:scaleY(1) translate3d(0,0,0)}40%{opacity:1;-webkit-transform:scaleY(1) translate3d(0,-20px,0);transform:scaleY(1) translate3d(0,-20px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.42,0,.58,1);animation-timing-function:cubic-bezier(.42,0,.58,1);-webkit-transform:scaleY(1.2) translate3d(0,0,0);transform:scaleY(1.2) translate3d(0,0,0)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:scaleY(1.5) translate3d(0,200px,0);transform:scaleY(1.5) translate3d(0,200px,0)}}.fold{-webkit-animation-name:fold;animation-name:fold}@keyframes fold{0%{-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955);-webkit-transform:scale3d(1,.4,1);transform:scale3d(1,.4,1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955);-webkit-transform:scale3d(.4,.4,1);transform:scale3d(.4,.4,1)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.085,.68,.53);animation-timing-function:cubic-bezier(.55,.085,.68,.53);-webkit-transform:scale3d(.2,.2,.2);transform:scale3d(.2,.2,.2)}}.unfold{-webkit-animation-name:unfold;animation-name:unfold}@keyframes unfold{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94);-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}30%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955);-webkit-transform:scale3d(.4,.4,1);transform:scale3d(.4,.4,1)}60%{-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955);-webkit-transform:scale3d(.4,1,1);transform:scale3d(.4,1,1)}100%{-webkit-animation-timing-function:cubic-bezier(.55,.085,.68,.53);animation-timing-function:cubic-bezier(.55,.085,.68,.53);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.delay-100{-webkit-animation-delay:.1s;animation-delay:.1s}.delay-150{-webkit-animation-delay:150ms;animation-delay:150ms}.duration-100{-webkit-animation-duration:.1s;animation-duration:.1s}.duration-150{-webkit-animation-duration:150ms;animation-duration:150ms}.delay-200{-webkit-animation-delay:.2s;animation-delay:.2s}.delay-250{-webkit-animation-delay:250ms;animation-delay:250ms}.duration-200{-webkit-animation-duration:.2s;animation-duration:.2s}.duration-250{-webkit-animation-duration:250ms;animation-duration:250ms}.delay-300{-webkit-animation-delay:.3s;animation-delay:.3s}.delay-350{-webkit-animation-delay:350ms;animation-delay:350ms}.duration-300{-webkit-animation-duration:.3s;animation-duration:.3s}.duration-350{-webkit-animation-duration:350ms;animation-duration:350ms}.delay-400{-webkit-animation-delay:.4s;animation-delay:.4s}.delay-450{-webkit-animation-delay:450ms;animation-delay:450ms}.duration-400{-webkit-animation-duration:.4s;animation-duration:.4s}.duration-450{-webkit-animation-duration:450ms;animation-duration:450ms}.delay-500{-webkit-animation-delay:.5s;animation-delay:.5s}.delay-550{-webkit-animation-delay:550ms;animation-delay:550ms}.duration-500{-webkit-animation-duration:.5s;animation-duration:.5s}.duration-550{-webkit-animation-duration:550ms;animation-duration:550ms}.delay-600{-webkit-animation-delay:.6s;animation-delay:.6s}.delay-650{-webkit-animation-delay:650ms;animation-delay:650ms}.duration-600{-webkit-animation-duration:.6s;animation-duration:.6s}.duration-650{-webkit-animation-duration:650ms;animation-duration:650ms}.delay-700{-webkit-animation-delay:.7s;animation-delay:.7s}.delay-750{-webkit-animation-delay:750ms;animation-delay:750ms}.duration-700{-webkit-animation-duration:.7s;animation-duration:.7s}.duration-750{-webkit-animation-duration:750ms;animation-duration:750ms}.delay-800{-webkit-animation-delay:.8s;animation-delay:.8s}.delay-850{-webkit-animation-delay:850ms;animation-delay:850ms}.duration-800{-webkit-animation-duration:.8s;animation-duration:.8s}.duration-850{-webkit-animation-duration:850ms;animation-duration:850ms}.delay-900{-webkit-animation-delay:.9s;animation-delay:.9s}.delay-950{-webkit-animation-delay:950ms;animation-delay:950ms}.duration-900{-webkit-animation-duration:.9s;animation-duration:.9s}.duration-950{-webkit-animation-duration:950ms;animation-duration:950ms}.delay-1000{-webkit-animation-delay:1s;animation-delay:1s}.delay-1250{-webkit-animation-delay:1.25s;animation-delay:1.25s}.delay-1500{-webkit-animation-delay:1.5s;animation-delay:1.5s}.delay-1750{-webkit-animation-delay:1.75s;animation-delay:1.75s}.duration-1000{-webkit-animation-duration:1s;animation-duration:1s}.duration-1250{-webkit-animation-duration:1.25s;animation-duration:1.25s}.duration-1500{-webkit-animation-duration:1.5s;animation-duration:1.5s}.duration-1750{-webkit-animation-duration:1.75s;animation-duration:1.75s}.delay-2000{-webkit-animation-delay:2s;animation-delay:2s}.delay-2250{-webkit-animation-delay:2.25s;animation-delay:2.25s}.delay-2500{-webkit-animation-delay:2.5s;animation-delay:2.5s}.delay-2750{-webkit-animation-delay:2.75s;animation-delay:2.75s}.duration-2000{-webkit-animation-duration:2s;animation-duration:2s}.duration-2250{-webkit-animation-duration:2.25s;animation-duration:2.25s}.duration-2500{-webkit-animation-duration:2.5s;animation-duration:2.5s}.duration-2750{-webkit-animation-duration:2.75s;animation-duration:2.75s}.delay-3000{-webkit-animation-delay:3s;animation-delay:3s}.delay-3250{-webkit-animation-delay:3.25s;animation-delay:3.25s}.delay-3500{-webkit-animation-delay:3.5s;animation-delay:3.5s}.delay-3750{-webkit-animation-delay:3.75s;animation-delay:3.75s}.duration-3000{-webkit-animation-duration:3s;animation-duration:3s}.duration-3250{-webkit-animation-duration:3.25s;animation-duration:3.25s}.duration-3500{-webkit-animation-duration:3.5s;animation-duration:3.5s}.duration-3750{-webkit-animation-duration:3.75s;animation-duration:3.75s}.delay-4000{-webkit-animation-delay:4s;animation-delay:4s}.delay-4250{-webkit-animation-delay:4.25s;animation-delay:4.25s}.delay-4500{-webkit-animation-delay:4.5s;animation-delay:4.5s}.delay-4750{-webkit-animation-delay:4.75s;animation-delay:4.75s}.duration-4000{-webkit-animation-duration:4s;animation-duration:4s}.duration-4250{-webkit-animation-duration:4.25s;animation-duration:4.25s}.duration-4500{-webkit-animation-duration:4.5s;animation-duration:4.5s}.duration-4750{-webkit-animation-duration:4.75s;animation-duration:4.75s}.delay-5000{-webkit-animation-delay:5s;animation-delay:5s}.delay-5250{-webkit-animation-delay:5.25s;animation-delay:5.25s}.delay-5500{-webkit-animation-delay:5.5s;animation-delay:5.5s}.delay-5750{-webkit-animation-delay:5.75s;animation-delay:5.75s}.duration-5000{-webkit-animation-duration:5s;animation-duration:5s}.duration-5250{-webkit-animation-duration:5.25s;animation-duration:5.25s}.duration-5500{-webkit-animation-duration:5.5s;animation-duration:5.5s}.duration-5750{-webkit-animation-duration:5.75s;animation-duration:5.75s}.duration-6000{-webkit-animation-duration:6s;animation-duration:6s}.duration-6250{-webkit-animation-duration:6.25s;animation-duration:6.25s}.duration-6500{-webkit-animation-duration:6.5s;animation-duration:6.5s}.duration-6750{-webkit-animation-duration:6.75s;animation-duration:6.75s}.duration-7000{-webkit-animation-duration:7s;animation-duration:7s}.duration-7250{-webkit-animation-duration:7.25s;animation-duration:7.25s}.duration-7500{-webkit-animation-duration:7.5s;animation-duration:7.5s}.duration-7750{-webkit-animation-duration:7.75s;animation-duration:7.75s}.duration-8000{-webkit-animation-duration:8s;animation-duration:8s}.duration-8250{-webkit-animation-duration:8.25s;animation-duration:8.25s}.duration-8500{-webkit-animation-duration:8.5s;animation-duration:8.5s}.duration-8750{-webkit-animation-duration:8.75s;animation-duration:8.75s}.duration-9000{-webkit-animation-duration:9s;animation-duration:9s}.duration-9250{-webkit-animation-duration:9.25s;animation-duration:9.25s}.duration-9500{-webkit-animation-duration:9.5s;animation-duration:9.5s}.duration-9750{-webkit-animation-duration:9.75s;animation-duration:9.75s}.duration-10000{-webkit-animation-duration:10s;animation-duration:10s}.duration-10250{-webkit-animation-duration:10.25s;animation-duration:10.25s}.duration-10500{-webkit-animation-duration:10.5s;animation-duration:10.5s}.duration-10750{-webkit-animation-duration:10.75s;animation-duration:10.75s}@-webkit-keyframes bounce_tf{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce_tf{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce-tf{-webkit-animation-name:bounce_tf;animation-name:bounce_tf}ul,ul li{margin:0;padding:0}.hero-section{position:relative;z-index:1;}.hero-section .vegas-content{position:relative;z-index:20;padding-left:15px;padding-right:15px}.hero-section .overlay{position:absolute;left:0;top:0;width:100%;height:100%}.hero-section .wrap-scroll-target{display:inline-block;z-index:99999;position:absolute;bottom:60px;left:50%;transform:translateX(-50%)}.hero-section .vegas-arrow{display:inline-block;width:50px;height:50px;line-height:48px;text-align:center;-webkit-animation-fill-mode:both!important;animation-fill-mode:both!important;-webkit-animation-timing-function:linear!important;animation-timing-function:linear!important;-webkit-animation-duration:2s!important;animation-duration:2s!important}.hero-section .vegas-arrow.outline-circle{border:1px solid #fff;border-radius:50%}.hero-section .vegas-arrow.outline-square{border:1px solid #fff}.hero-section .vegas-arrow i,.hero-section .vegas-arrow svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.hero-section .vegas-arrow:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.hero-section .vegas-arrow.infinite-tf{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.hero-section .vegas-container{max-width:1140px;width:100%;margin-right:auto;margin-left:auto}.flexslider .flex_caption{padding-left:15px;padding-right:15px}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.hero-section.center .desc,.hero-section.center .slide-fancy-text{margin-left:auto;margin-right:auto}.hero-section.center .button-one,.hero-section.center .button-two{margin-left:9px;margin-right:9px}.hero-section.center .animationtext,.hero-section.center .animationtext .cd-words-wrapper{text-align:center}.vegas-content .button-one,.vegas-content .button-two{display:inline-block;text-align:center;line-height:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;font-family:Roboto,Sans-serif;font-weight:400;padding:19px 38px 19px 43px;border-radius:50px 50px 50px 50px;border:2px solid}.vegas-content a.button-one i{margin-left:5px}.button-size-xs{font-size:13px;padding:10px 20px}.button-size-sm{font-size:15px;padding:12px 24px}.button-size-md{font-size:17px;padding:15px 30px}.button-size-lg{font-size:19px;padding:20px 40px}.button-size-xl{font-size:21px;padding:25px 50px}.vegas-content .button-one .button-content-wrapper,.vegas-content .button-two .button-content-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vegas-content .button-one .text,.vegas-content .button-two .text{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10;display:inline-block}.vegas-content .button-one .btn-icon-left,.vegas-content .button-two .btn-icon-left{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5;vertical-align:middle}.vegas-content .button-one .btn-icon-right,.vegas-content .button-two .btn-icon-right{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-ordinal-group:16;-webkit-order:15;-ms-flex-order:15;order:15;vertical-align:middle}.vegas-content a.button-two:focus,.vegas-content a.button-two:hover{border-color:#222}.slide-fancy-text.scroll{overflow:hidden;vertical-align:middle}.slide-fancy-text.scroll .heading{margin:0}.slide-fancy-text.scroll .heading{-webkit-transition:margin-top .4s ease-in-out;-moz-transition:margin-top .4s ease-in-out;transition:margin-top .4s ease-in-out}.slide-fancy-text.typed .typed-cursor{opacity:1;-webkit-animation:blink .7s infinite;-moz-animation:blink .7s infinite;animation:blink .7s infinite}.slide-fancy-text.scroll .desc{margin:0}.slide-fancy-text.scroll .desc{-webkit-transition:margin-top .4s ease-in-out;-moz-transition:margin-top .4s ease-in-out;transition:margin-top .4s ease-in-out}.vegas-content h1,.vegas-content h2,.vegas-content h3,.vegas-content h4,.vegas-content h5,.vegas-content h6{margin:0}@keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@-moz-keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}.slide-fancy-text,.vegas-content .prefix-text,.vegas-content .suffix-text{display:inline-block;width:auto!important;vertical-align:middle}.vegas-content .prefix-text{margin-right:15px}.vegas-content .suffix-text{margin-left:15px}.flexslider ul li .bgimg{width:100%;height:100%;position:absolute;top:0;left:0}.flexslider .slides img.bg_shape{position:absolute;width:auto;max-width:100%;height:auto;top:0;left:0}.flexslider li .button-one,.flexslider li .button-two{display:inline-block;text-align:center;line-height:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.flexslider .button-group{margin:0!important;padding:0!important}.flexslider .button-group>li{display:inline-block;margin:0!important;padding:0!important}.flexslider .flex-direction-nav a,.hero-section a.vegas-arrow{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.button-group a.button-one{font-family:Roboto,Sans-serif;font-weight:400;padding:19px 38px 19px 43px;border-radius:50px 50px 50px 50px;margin:0 9px 0 0;border:2px solid}.button-group a.button-one:hover{background-color:#000}.button-group a.button-one svg{height:auto;position:unset;top:unset;left:unset;display:inline-block;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.button-group a.button-one .btn-icon-left,.button-group a.button-one .btn-icon-right{vertical-align:middle}.flexslider .flex_caption{width:100%;display:block}.flexslider .item-slide .overlay{position:absolute;top:0;left:0;width:100%;height:100%}.vegas-content a.button-one svg{height:auto;position:unset;top:unset;left:unset;display:inline-block;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.flexslider h1:before,.flexslider h2:before,.vegas-content .heading:before,.vegas-content h1:before,.vegas-content h2:before{display:none!important}@media only screen and (max-width:991px){.flexslider .flex-direction-nav{visibility:hidden;opacity:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.flexslider:hover .flex-direction-nav{visibility:visible;opacity:1}}@media only screen and (max-width:767px){.flexslider .flex-direction-nav{display:none}.flexslider .flex_caption{padding-left:15px;padding-right:15px}}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.fromBottom,.fromLeft,.fromRight,.fromTop,.ghostIn{opacity:0;transition:all .7s;-webkit-transition:all .7s}.flexslider li.flex-active-slide .ghostIn{opacity:1}.flexslider li .fromTop{transform:translateY(-100%);-o-transform:translateY(-100%);-ms-transform:translateY(-100%);-webkit-transform:translateY(-100%)}.flexslider li.flex-active-slide .fromTop{opacity:1;transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0)}.flexslider li .fromBottom{transform:translateY(100%);-o-transform:translateY(100%);-ms-transform:translateY(100%);-webkit-transform:translateY(100%)}.flexslider li.flex-active-slide .fromBottom{opacity:1;transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0)}.flexslider li .fromLeft{transform:translateX(-100%);-o-transform:translateX(-100%);-ms-transform:translateX(-100%);-webkit-transform:translateX(-100%)}.flexslider li.flex-active-slide .fromLeft{opacity:1;transform:translateX(0);-o-transform:translateX(0);-ms-transform:translateX(0);-webkit-transform:translateX(0)}.flexslider li .fromRight{transform:translateX(100%);-o-transform:translateX(100%);-ms-transform:translateX(100%);-webkit-transform:translateX(100%)}.flexslider li.flex-active-slide .fromRight{opacity:1;transform:translateX(0);-o-transform:translateX(0);-ms-transform:translateX(0);-webkit-transform:translateX(0)}.bg_zoomIn,.bg_zoomOut{opacity:0;transition:transform 5s ease-in-out}.flexslider li.flex-active-slide .bg_zoomIn{opacity:1;transform:scale(1.2)}.bg_zoomOut{transform:scale(1.2)}.flexslider li.flex-active-slide .bg_zoomOut{opacity:1;transform:scale(1)}.captionDelay1{transition-delay:.1s;-webkit-transition-delay:.1s}.captionDelay2{transition-delay:.2s;-webkit-transition-delay:.2s}.captionDelay3{transition-delay:.3s;-webkit-transition-delay:.3s}.captionDelay4{transition-delay:.4s;-webkit-transition-delay:.4s}.captionDelay5{transition-delay:.5s;-webkit-transition-delay:.5s}.captionDelay6{transition-delay:.6s;-webkit-transition-delay:.6s}.captionDelay7{transition-delay:.7s;-webkit-transition-delay:.7s}.captionDelay8{transition-delay:.8s;-webkit-transition-delay:.8s}.captionDelay9{transition-delay:.9s;-webkit-transition-delay:.9s}.captionDelay10{transition-delay:1s;-webkit-transition-delay:1s}.captionDelay11{transition-delay:1.1s;-webkit-transition-delay:1.1s}.captionDelay12{transition-delay:1.2s;-webkit-transition-delay:1.2s}.captionDelay13{transition-delay:1.3s;-webkit-transition-delay:1.3s}.captionDelay14{transition-delay:1.4s;-webkit-transition-delay:1.4s}.captionDelay15{transition-delay:1.5s;-webkit-transition-delay:1.5s}.captionDelay16{transition-delay:1.6s;-webkit-transition-delay:1.6s}.captionDelay17{transition-delay:1.7s;-webkit-transition-delay:1.7s}.captionDelay18{transition-delay:1.8s;-webkit-transition-delay:1.8s}.captionDelay19{transition-delay:1.9s;-webkit-transition-delay:1.9s}.captionDelay20{transition-delay:2s;-webkit-transition-delay:2s}.vivify.captionDelay1{animation-duration:.1s!important;-webkit-animation-duration:.1s!important}.vivify.captionDelay2{animation-duration:.2s!important;-webkit-animation-duration:.2s!important}.vivify.captionDelay3{animation-duration:.3s!important;-webkit-animation-duration:.3s!important}.vivify.captionDelay4{animation-duration:.4s!important;-webkit-animation-duration:.4s!important}.vivify.captionDelay5{animation-duration:.5s!important;-webkit-animation-duration:.5s!important}.vivify.captionDelay6{animation-duration:.6s!important;-webkit-animation-duration:.6s!important}.vivify.captionDelay7{animation-duration:.7s!important;-webkit-animation-duration:.7s!important}.vivify.captionDelay8{animation-duration:.8s!important;-webkit-animation-duration:.8s!important}.vivify.captionDelay9{animation-duration:.9s!important;-webkit-animation-duration:.9s!important}.vivify.captionDelay10{animation-duration:1s!important;-webkit-animation-duration:1s!important}.vivify.captionDelay11{animation-duration:1.1s!important;-webkit-animation-duration:1.1s!important}.vivify.captionDelay12{animation-duration:1.2s!important;-webkit-animation-duration:1.2s!important}.vivify.captionDelay13{animation-duration:1.3s!important;-webkit-animation-duration:1.3s!important}.vivify.captionDelay14{animation-duration:1.4s!important;-webkit-animation-duration:1.4s!important}.vivify.captionDelay15{animation-duration:1.5s!important;-webkit-animation-duration:1.5s!important}.vivify.captionDelay16{animation-duration:1.6s!important;-webkit-animation-duration:1.6s!important}.vivify.captionDelay17{animation-duration:1.7s!important;-webkit-animation-duration:1.7s!important}.vivify.captionDelay18{animation-duration:1.8s!important;-webkit-animation-duration:1.8s!important}.vivify.captionDelay19{animation-duration:1.9s!important;-webkit-animation-duration:1.9s!important}.vivify.captionDelay20{animation-duration:2s!important;-webkit-animation-duration:2s!important}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.flexslider li.flex-active-slide .fadeIn_tf{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.flexslider li.flex-active-slide .fadeInDown_tf{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.flexslider li.flex-active-slide .fadeInLeft_tf{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.flexslider li.flex-active-slide .fadeInRight_tf{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.flexslider li.flex-active-slide .fadeInUp_tf{animation-name:fadeInUp}