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;
}
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.elementor-button-wrapper{
text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.elementor-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 {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before {
content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-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-vertical {
position: absolute;
top: 100%;
}
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal {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)";
}
a.hfe-menu-item.elementor-button {
display: inline-flex;
}
.hfe-nav-menu li.elementor-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.elementor-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.elementor-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;
} .thhf-icon {
display: inline-block;
} .hfe-cart-menu-wrap-custom {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-custom .count, 
.hfe-cart-menu-wrap-custom .count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-custom .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 .count, 
.hfe-cart-menu-wrap-default .count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-default .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 .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; 
} .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]: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.elementor-button-wrapper .elementor-button {
color:#4d4848;
} .thhf-search-form-wrapper {
background: #fff;
opacity: 0;
display: none;
transition: opacity .2s linear,left 0s linear .2s;
width: 100%;
z-index: 999;
top: 0;
right: 0;
bottom: 0;
left: -9999rem;
}   
.thhf-search-form-wrapper.active {
position: fixed;
display: block;
left: 0;
opacity: 1;
transition: opacity .2s linear;
overflow: hidden;
width: 100vw;
height: 100vh;
} 
.thhf-search-button-wrapper .thhf-search-form-wrapper.active input[type=search] {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 40%;
}
.thhf-search-icon-toggle {
cursor: pointer;
}
.thhf-search-overlay-close {
position: absolute;
cursor: pointer;
top: 50px;
right: 50px;
}
.thhf-search-button-wrapper {
display: block;
vertical-align: middle;
}
.hfe-search-form__container {
display: flex;
overflow: hidden;
}
.thhf-search-form__input {
flex-basis: 100%;
}
.thhf-search-icon-toggle i.fa-search {
display: inline-block;
position: absolute;
width: 20px;
box-sizing: content-box;
padding: 10px;
}
.thhf-search-icon-toggle i:before {
vertical-align: middle;
} .thhf-search-button-wrapper input[type=search] {
padding: 10px;
cursor: pointer;
border-radius: 0;
transition: all .5s;
box-sizing: border-box;
outline: none;
}
.thhf-search-button-wrapper button {
border: none;
border-radius: 0;
padding: 0;
}
.thhf-search-button-wrapper input[type=search]:focus {
cursor: auto;
border: none;
box-shadow: none;
}
.thhf-search-icon-toggle input:-moz-placeholder,
.thhf-search-icon-toggle input::-webkit-input-placeholder {
color: transparent;
}
.hfe-search-layout-icon .thhf-search-icon-toggle .thhf-search-form__input {
height: 100%;
}
.thhf-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,
.thhf-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;
}
.thhf-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.thhf-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.thhf-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.thhf-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;
}
.thhf-search-button-wrapper, 
.hfe-search-form__container,
.thhf-search-icon-toggle,
.thhf-search-button-wrapper .thhf-search-icon-toggle i,
.thhf-search-button-wrapper .thhf-search-icon-toggle i:before {
position: relative;
}
.thhf-search-button-wrapper .thhf-search-icon-toggle .thhf-search-form__input {
width: 200px;
right: 0;
}
.thhf-search-icon-toggle { }
.thhf-search-button-wrapper.hfe-input-focus .thhf-search-icon-toggle .thhf-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 .thhf-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .thhf-search-form__input {
width: 100%;
}
.thhf-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%;
}  @media (max-width:767px) {
.hfe-nav-menu__breakpoint-mobile ul.hfe-nav-menu {
padding-top: 10px;
padding-bottom: 10px;
}
.hfe-nav-menu__breakpoint-mobile .hfe-dropdown.menu-is-active {z-index:9999}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__toggle:not(.hfe-active-menu) + nav ul.hfe-nav-menu {display:none}
}
@media (max-width:1024px) {
.hfe-nav-menu__breakpoint-tablet ul.hfe-nav-menu {
padding-top: 10px;
padding-bottom: 10px;
}
.hfe-nav-menu__breakpoint-tablet .hfe-dropdown.menu-is-active {z-index:9999}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__toggle:not(.hfe-active-menu) + nav ul.hfe-nav-menu {display:none}
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover,
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover,
.hfe-dropdown-expandible .hfe-menu-toggle:hover {border-color:transparent} @media (min-width:768px) {
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-layout-horizontal li.menu-item a span.hfe-menu-toggle
{display:none}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu li ul.sub-menu {
padding-top: 10px;
padding-bottom: 10px;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu li ul.sub-menu li ul.sub-menu {margin-top: -10px !important}
}
@media (min-width:1025px) {
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-layout-horizontal li.menu-item a span.hfe-menu-toggle
{display:none}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu li ul.sub-menu {
padding-top: 10px;
padding-bottom: 10px;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu li ul.sub-menu li ul.sub-menu {margin-top: -10px !important}
} .hfe-search-layout-icon .thhf-search-icon-toggle {width:20px}
.hfe-search-form__container input,
.hfe-search-form__container input:focus {border:0 !important}
.thhf-search-form-wrapper {background:#131313;}
.thhf-search-form-wrapper.active {
opacity:0.99;
transition: opacity .5s ease-in-out;
}
.thhf-search-button-wrapper .thhf-search-form-wrapper.active input[type=search] {
border:0;
border-radius:5px;
}
.thhf-search-overlay-close {color:#fff} .elementor-widget-thhf-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text
{display:none}
.th-text-right{
text-align: right;
}
.th-d-flex{
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important;
}
.th-align-items-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important;
}
.th-flex-wrap{
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important;
}
.th-justify-content-start{
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important;
}
.th-justify-content-center{
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important;
}
.th-justify-content-end{
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important;
}
@media(max-width: 1024px){
.th-justify-content-tablet-start{
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important;
}
.th-justify-content-tablet-center{
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important;
}
.th-justify-content-tablet-end{
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important;
}
}
@media(max-width: 767px){
.th-flex-phone-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important;
}
.th-align-items-phone-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important;
}
.th-justify-content-phone-start{
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important;
}
.th-justify-content-phone-between{
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important;
}
.th-justify-content-phone-center{
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important;
}
.th-justify-content-phone-end{
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important;
}
}
@media(min-width: 768px){
.th-text-tablet-right{
text-align: right;
}
.th-justify-content-tablet-between{
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important;
}
}
@media(min-width: 1025px){
.th-text-desktop-right{
text-align: right;
}
}.lazyloaded:not(.elementor-motion-effects-element-type-background),.lazyloaded>.elementor-motion-effects-container>.elementor-motion-effects-layer,.lazyloaded>[class*=-wrap]>.elementor-motion-effects-container>.elementor-motion-effects-layer,body.e-lazyload .e-con.lazyloaded:before,body.e-lazyload .lazyloaded,body.e-lazyload .lazyloaded .elementor-background-overlay{--e-bg-lazyload-loaded:var(--e-bg-lazyload)}@font-face{font-display:block;font-family:TablePress;font-style:normal;font-weight:400;src:url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format("woff2"),url(//techforfund.com/wp-content/plugins/tablepress/css/build/tablepress.woff) format("woff")}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#f9f9f9;--even-text-color:var(--text-color);--even-bg-color:#fff;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:content-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>*+tbody>*>*,.tablepress>tbody>*~*>*,.tablepress>tfoot>*>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>*>th{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>.odd>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody)>.even>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dataTables_wrapper{clear:both;margin-bottom:1rem;position:relative}.dataTables_wrapper .tablepress{clear:both;margin-bottom:0}.dataTables_wrapper:after{clear:both;content:"";display:block;height:0;line-height:0;visibility:hidden}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_filter label input{margin-left:.5em;margin-right:0}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate .paginate_button{color:#111;display:inline-block;margin:0 5px;outline:none;position:relative;text-decoration:underline}.dataTables_paginate .paginate_button:first-child{margin-left:0}.dataTables_paginate .paginate_button:last-child{margin-right:0}.dataTables_paginate .paginate_button:after,.dataTables_paginate .paginate_button:before{color:#d9edf7}.dataTables_paginate .paginate_button:hover{cursor:pointer;text-decoration:none}.dataTables_paginate .paginate_button:hover:after,.dataTables_paginate .paginate_button:hover:before{color:#049cdb}.dataTables_paginate .paginate_button.disabled{color:#999;cursor:default;text-decoration:none}.dataTables_paginate .paginate_button.disabled:after,.dataTables_paginate .paginate_button.disabled:before{color:#f9f9f9}.dataTables_paginate .paginate_button.current{cursor:default;font-weight:700;text-decoration:none}.dataTables_paginate.paging_simple{padding:0 15px}.dataTables_paginate.paging_simple .paginate_button.next:after,.dataTables_paginate.paging_simple .paginate_button.previous:before{-webkit-font-smoothing:antialiased;bottom:0;content:"\f053";font-family:TablePress;font-size:14px;font-weight:700;height:14px;left:-14px;line-height:1;margin:auto;position:absolute;right:auto;text-align:left;text-shadow:.1em .1em #666;top:0;width:14px}.dataTables_paginate.paging_simple .paginate_button.next:after{content:"\f054";left:auto;text-align:right}.dataTables_scroll{clear:both}.dataTables_scroll .tablepress{width:100%!important}.dataTables_scrollHead table.tablepress{margin:0}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_scrollBody .tablepress thead th:after{content:""}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing{height:0;margin:0!important;overflow:hidden;padding:0!important}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color)}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{cursor:pointer;outline:none;padding-right:20px;position:relative}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{-webkit-font-smoothing:antialiased;bottom:0;font-family:TablePress;font-size:14px;font-weight:400;height:14px;left:auto;line-height:1;margin:auto;position:absolute;right:6px;top:0}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}@font-face{font-family:'FontAwesome';src:url(//techforfund.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//techforfund.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//techforfund.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//techforfund.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//techforfund.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//techforfund.com/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}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;}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.elementor-button-wrapper{text-align: right;}.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{text-align: left;}.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.elementor-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 {content: '';}.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before {content: '-';}.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-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-vertical {position: absolute;top: 100%;}.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal {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)";}a.hfe-menu-item.elementor-button {display: inline-flex;}.hfe-nav-menu li.elementor-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.elementor-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.elementor-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;}.thhf-icon {display: inline-block;}.hfe-cart-menu-wrap-custom {display: inline-block;line-height: 1;}.hfe-cart-menu-wrap-custom .count, .hfe-cart-menu-wrap-custom .count:after {border-color: #75c32c;color: #75c32c;}.hfe-cart-menu-wrap-custom .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 .count, .hfe-cart-menu-wrap-default .count:after {border-color: #75c32c;color: #75c32c;}.hfe-cart-menu-wrap-default .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 .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;}.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]: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.elementor-button-wrapper .elementor-button {color:#4d4848;}.thhf-search-form-wrapper {background: #fff;opacity: 0;display: none;transition: opacity .2s linear,left 0s linear .2s;width: 100%;z-index: 999;top: 0;right: 0;bottom: 0;left: -9999rem;}.thhf-search-form-wrapper.active {position: fixed;display: block;left: 0;opacity: 1;transition: opacity .2s linear;overflow: hidden;width: 100vw;height: 100vh;}.thhf-search-button-wrapper .thhf-search-form-wrapper.active input[type=search] {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 40%;}.thhf-search-icon-toggle {cursor: pointer;}.thhf-search-overlay-close {position: absolute;cursor: pointer;top: 50px;right: 50px;}.thhf-search-button-wrapper {display: block;vertical-align: middle;}.hfe-search-form__container {display: flex;overflow: hidden;}.thhf-search-form__input {flex-basis: 100%;}.thhf-search-icon-toggle i.fa-search {display: inline-block;position: absolute;width: 20px;box-sizing: content-box;padding: 10px;}.thhf-search-icon-toggle i:before {vertical-align: middle;}.thhf-search-button-wrapper input[type=search] {padding: 10px;cursor: pointer;border-radius: 0;transition: all .5s;box-sizing: border-box;outline: none;}.thhf-search-button-wrapper button {border: none;border-radius: 0;padding: 0;}.thhf-search-button-wrapper input[type=search]:focus {cursor: auto;border: none;box-shadow: none;}.thhf-search-icon-toggle input:-moz-placeholder, .thhf-search-icon-toggle input::-webkit-input-placeholder {color: transparent;}.hfe-search-layout-icon .thhf-search-icon-toggle .thhf-search-form__input {height: 100%;}.thhf-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, .thhf-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;}.thhf-search-button-wrapper input[type="search"]::-webkit-search-decoration, .thhf-search-button-wrapper input[type="search"]::-webkit-search-cancel-button, .thhf-search-button-wrapper input[type="search"]::-webkit-search-results-button, .thhf-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;}.thhf-search-button-wrapper, .hfe-search-form__container, .thhf-search-icon-toggle, .thhf-search-button-wrapper .thhf-search-icon-toggle i, .thhf-search-button-wrapper .thhf-search-icon-toggle i:before {position: relative;}.thhf-search-button-wrapper .thhf-search-icon-toggle .thhf-search-form__input {width: 200px;right: 0;}.thhf-search-icon-toggle {}.thhf-search-button-wrapper.hfe-input-focus .thhf-search-icon-toggle .thhf-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 .thhf-search-form__input, .hfe-search-layout-icon_text .hfe-search-form__container .thhf-search-form__input {width: 100%;}.thhf-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%;}@media (max-width:767px) {.hfe-nav-menu__breakpoint-mobile ul.hfe-nav-menu {padding-top: 10px;padding-bottom: 10px;}.hfe-nav-menu__breakpoint-mobile .hfe-dropdown.menu-is-active {z-index:9999}.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__toggle:not(.hfe-active-menu) + nav ul.hfe-nav-menu {display:none}}@media (max-width:1024px) {.hfe-nav-menu__breakpoint-tablet ul.hfe-nav-menu {padding-top: 10px;padding-bottom: 10px;}.hfe-nav-menu__breakpoint-tablet .hfe-dropdown.menu-is-active {z-index:9999}.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__toggle:not(.hfe-active-menu) + nav ul.hfe-nav-menu {display:none}}.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover, .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover, .hfe-dropdown-expandible .hfe-menu-toggle:hover {border-color:transparent}@media (min-width:768px) {.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-layout-horizontal li.menu-item a span.hfe-menu-toggle {display:none}.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu li ul.sub-menu {padding-top: 10px;padding-bottom: 10px;}.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu li ul.sub-menu li ul.sub-menu {margin-top: -10px !important}}@media (min-width:1025px) {.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-layout-horizontal li.menu-item a span.hfe-menu-toggle {display:none}.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu li ul.sub-menu {padding-top: 10px;padding-bottom: 10px;}.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu li ul.sub-menu li ul.sub-menu {margin-top: -10px !important}}.hfe-search-layout-icon .thhf-search-icon-toggle {width:20px}.hfe-search-form__container input, .hfe-search-form__container input:focus {border:0 !important}.thhf-search-form-wrapper {background:#131313;}.thhf-search-form-wrapper.active {opacity:0.99;transition: opacity .5s ease-in-out;}.thhf-search-button-wrapper .thhf-search-form-wrapper.active input[type=search] {border:0;border-radius:5px;}.thhf-search-overlay-close {color:#fff}.elementor-widget-thhf-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {display:none}.th-text-right{text-align: right;}.th-d-flex{display: -webkit-box!important;display: -ms-flexbox!important;display: flex!important;}.th-align-items-center {-webkit-box-align: center!important;-ms-flex-align: center!important;align-items: center!important;}.th-flex-wrap{-ms-flex-wrap: wrap!important;flex-wrap: wrap!important;}.th-justify-content-start{-webkit-box-pack: start!important;-ms-flex-pack: start!important;justify-content: flex-start!important;}.th-justify-content-center{-webkit-box-pack: center!important;-ms-flex-pack: center!important;justify-content: center!important;}.th-justify-content-end{-webkit-box-pack: end!important;-ms-flex-pack: end!important;justify-content: flex-end!important;}@media(max-width: 1024px){.th-justify-content-tablet-start{-webkit-box-pack: start!important;-ms-flex-pack: start!important;justify-content: flex-start!important;}.th-justify-content-tablet-center{-webkit-box-pack: center!important;-ms-flex-pack: center!important;justify-content: center!important;}.th-justify-content-tablet-end{-webkit-box-pack: end!important;-ms-flex-pack: end!important;justify-content: flex-end!important;}}@media(max-width: 767px){.th-flex-phone-column {-webkit-box-orient: vertical!important;-webkit-box-direction: normal!important;-ms-flex-direction: column!important;flex-direction: column!important;}.th-align-items-phone-center {-webkit-box-align: center!important;-ms-flex-align: center!important;align-items: center!important;}.th-justify-content-phone-start{-webkit-box-pack: start!important;-ms-flex-pack: start!important;justify-content: flex-start!important;}.th-justify-content-phone-between{-webkit-box-pack: justify!important;-ms-flex-pack: justify!important;justify-content: space-between!important;}.th-justify-content-phone-center{-webkit-box-pack: center!important;-ms-flex-pack: center!important;justify-content: center!important;}.th-justify-content-phone-end{-webkit-box-pack: end!important;-ms-flex-pack: end!important;justify-content: flex-end!important;}}@media(min-width: 768px){.th-text-tablet-right{text-align: right;}.th-justify-content-tablet-between{-webkit-box-pack: justify!important;-ms-flex-pack: justify!important;justify-content: space-between!important;}}@media(min-width: 1025px){.th-text-desktop-right{text-align: right;}}.lazyloaded:not(.elementor-motion-effects-element-type-background),.lazyloaded>.elementor-motion-effects-container>.elementor-motion-effects-layer,.lazyloaded>[class*=-wrap]>.elementor-motion-effects-container>.elementor-motion-effects-layer,body.e-lazyload .e-con.lazyloaded:before,body.e-lazyload .lazyloaded,body.e-lazyload .lazyloaded .elementor-background-overlay{--e-bg-lazyload-loaded:var(--e-bg-lazyload)}@font-face{font-display:block;font-family:TablePress;font-style:normal;font-weight:400;src:url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format("woff2"),url(//techforfund.com/wp-content/plugins/tablepress/css/build/tablepress.woff) format("woff")}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#f9f9f9;--even-text-color:var(--text-color);--even-bg-color:#fff;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:content-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>*+tbody>*>*,.tablepress>tbody>*~*>*,.tablepress>tfoot>*>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>*>th{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>.odd>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody)>.even>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dataTables_wrapper{clear:both;margin-bottom:1rem;position:relative}.dataTables_wrapper .tablepress{clear:both;margin-bottom:0}.dataTables_wrapper:after{clear:both;content:"";display:block;height:0;line-height:0;visibility:hidden}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_filter label input{margin-left:.5em;margin-right:0}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate .paginate_button{color:#111;display:inline-block;margin:0 5px;outline:none;position:relative;text-decoration:underline}.dataTables_paginate .paginate_button:first-child{margin-left:0}.dataTables_paginate .paginate_button:last-child{margin-right:0}.dataTables_paginate .paginate_button:after,.dataTables_paginate .paginate_button:before{color:#d9edf7}.dataTables_paginate .paginate_button:hover{cursor:pointer;text-decoration:none}.dataTables_paginate .paginate_button:hover:after,.dataTables_paginate .paginate_button:hover:before{color:#049cdb}.dataTables_paginate .paginate_button.disabled{color:#999;cursor:default;text-decoration:none}.dataTables_paginate .paginate_button.disabled:after,.dataTables_paginate .paginate_button.disabled:before{color:#f9f9f9}.dataTables_paginate .paginate_button.current{cursor:default;font-weight:700;text-decoration:none}.dataTables_paginate.paging_simple{padding:0 15px}.dataTables_paginate.paging_simple .paginate_button.next:after,.dataTables_paginate.paging_simple .paginate_button.previous:before{-webkit-font-smoothing:antialiased;bottom:0;content:"\f053";font-family:TablePress;font-size:14px;font-weight:700;height:14px;left:-14px;line-height:1;margin:auto;position:absolute;right:auto;text-align:left;text-shadow:.1em .1em #666;top:0;width:14px}.dataTables_paginate.paging_simple .paginate_button.next:after{content:"\f054";left:auto;text-align:right}.dataTables_scroll{clear:both}.dataTables_scroll .tablepress{width:100%!important}.dataTables_scrollHead table.tablepress{margin:0}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_scrollBody .tablepress thead th:after{content:""}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing{height:0;margin:0!important;overflow:hidden;padding:0!important}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color)}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{cursor:pointer;outline:none;padding-right:20px;position:relative}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{-webkit-font-smoothing:antialiased;bottom:0;font-family:TablePress;font-size:14px;font-weight:400;height:14px;left:auto;line-height:1;margin:auto;position:absolute;right:6px;top:0}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}@font-face{font-family:'FontAwesome';src:url(//techforfund.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//techforfund.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//techforfund.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//techforfund.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//techforfund.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//techforfund.com/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}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date]{line-height:34px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}.glyphicon{position:relative;top:1px;display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:gray}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}@media print{.hidden-print{display:none!important}}.modal-backdrop.in{-webkit-opacity:.95;-moz-opacity:.95;opacity:.95;background-color:#333}.ekko-lightbox .modal-content{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:none;background-color:transparent}.ekko-lightbox .modal-header{border:0;padding-left:0;padding-right:0}.ekko-lightbox .modal-header .close{-webkit-opacity:.5;-moz-opacity:.5;opacity:.5;color:#fff;text-shadow:0;font-weight:100;margin-top:5px}.ekko-lightbox .modal-header .close:hover{-webkit-opacity:1;-moz-opacity:1;opacity:1}.ekko-lightbox .modal-header h4.modal-title{font-weight:100;color:#fff;padding:0}.ekko-lightbox .modal-body{padding:0}.ekko-lightbox .modal-footer{-webkit-opacity:.9;-moz-opacity:.9;opacity:.9;border:0;color:#fff;font-weight:100;padding:0}.ekko-lightbox-nav-overlay a{-webkit-opacity:.9;-moz-opacity:.9;opacity:.9;text-shadow:none}.ekko-lightbox-container{position:relative}.ekko-lightbox-nav-overlay{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%}.ekko-lightbox-nav-overlay a{z-index:100;display:block;width:49%;height:100%;padding-top:45%;font-size:30px;color:#fff;text-shadow:2px 2px 4px #000;opacity:0;filter:dropshadow(color=#000000,offx=2,offy=2);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.ekko-lightbox-nav-overlay a:empty{width:49%}.ekko-lightbox a:hover{text-decoration:none;opacity:1}.ekko-lightbox .glyphicons.chevron-left{left:0;float:left;padding-left:15px;text-align:left}.ekko-lightbox .glyphicons.chevron-right{right:0;float:right;padding-right:15px;text-align:right}.ekko-lightbox .modal-footer{text-align:left}.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}@font-face{font-family:flexslider-icon;src:url(//techforfund.com/wp-content/themes/stratusx/assets/fonts/flexslider-icon.eot);src:url(//techforfund.com/wp-content/themes/stratusx/assets/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),url(//techforfund.com/wp-content/themes/stratusx/assets/fonts/flexslider-icon.woff) format('woff'),url(//techforfund.com/wp-content/themes/stratusx/assets/fonts/flexslider-icon.ttf) format('truetype'),url(//techforfund.com/wp-content/themes/stratusx/assets/fonts/flexslider-icon.svg#flexslider-icon) format('svg');font-weight:400;font-style:normal}.flexslider{margin:0;padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block}.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{position:relative;zoom:1}.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}.flex-direction-nav a{text-decoration:none;display:block;width:40px;height:40px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;color:rgba(255,255,255,1);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.flex-direction-nav .flex-prev{left:-50px}.flex-direction-nav .flex-next{right:-50px;text-align:right}.flexslider:hover .flex-prev{opacity:.7;left:10px}.flexslider:hover .flex-next{opacity:.7;right:10px}.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:0!important;filter:alpha(opacity=0);cursor:default}.flex-direction-nav a:before{font-family:flexslider-icon;font-size:40px;line-height:40px;display:inline-block;content:'\f001'}.flex-direction-nav a.flex-next:before{content:'\f002'}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:flexslider-icon;font-size:20px;display:inline-block;content:'\f004'}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a.flex-play:before{content:'\f003'}.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,.5);cursor:pointer;text-indent:-9999px;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-moz-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-o-box-shadow:inset 0 0 3px rgba(0,0,0,.3);box-shadow:inset 0 0 3px rgba(0,0,0,.3)}.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,.9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;display:block;opacity:.7;cursor:pointer}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}html {font-size:100%;overflow-x:hidden;}body {background:#FFF;font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;color:#5c5c5c;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;}#boxed {background:#fbfcfd;margin:0 auto;}@font-face {font-family: "themovation-icons";src:url(//techforfund.com/wp-content/themes/stratusx/assets/fonts/themovation-icons.eot);src:url(//techforfund.com/wp-content/themes/stratusx/assets/fonts/themovation-icons.eot?#iefix) format("embedded-opentype"), url(//techforfund.com/wp-content/themes/stratusx/assets/fonts/themovation-icons.woff) format("woff"), url(//techforfund.com/wp-content/themes/stratusx/assets/fonts/themovation-icons.ttf) format("truetype"), url(//techforfund.com/wp-content/themes/stratusx/assets/fonts/themovation-icons.svg#themovation-icons) format("svg");font-weight: normal;font-style: normal;}.th-icon:before {font-family: "themovation-icons" !important;font-style: normal !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;speak: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.th-i-prev:before {content:"a"}.th-i-gallery:before {content:"b"}.th-i-next:before {content:"c"}.th-i-up:before {content:"d"}.th-i-down:before {content:"e"}.th-i-cart:before {content:"f"}.th-i-card:before {content:"g";}.th-i-card2:before {content:"h";}.th-i-card, .th-i-card2{font-size:24px}.th-i-cart2:before {content:"i"}.th-i-cart3:before {content:"j"}img {max-width:100%;height:auto;}.banner {z-index:20;}.navbar {background-color:#fff;margin-bottom:0;}.banner #logo {float:left;display:block;margin:25px 0;}.banner #logo .logo-trans {display:none}.navbar .navbar-nav {float:right;text-align:right;margin:12px 0 0 0;}.navbar .navbar-nav > li > a {position:relative;color:#5d5d5d;font-size:15px;font-weight:400;padding:15px 0;margin:0 15px;-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;transition:all 0.1s linear;}.navbar .navbar-nav > li > a:after {position:absolute;bottom:12px;left:0;content:'';width:0;height:1px;background-color:#fff;transition:all 0.2s linear;}.navbar .navbar-nav > li > a:hover {color:#5d5d5d}.navbar .navbar-nav > li > a:hover:after, .navbar .navbar-nav > li.active > a:after, .navbar .navbar-nav > li.active > a:hover:after, .navbar .navbar-nav > li.active > a:focus:after {width:100%;height:1px;background-color:#3A3B74;}.navbar-nav > li + li {margin-left:2px}.navbar .navbar-nav > li.active > a, .navbar .navbar-nav > li.active > a:hover, .navbar .navbar-nav > li.active > a:focus {color:#5d5d5d;background-color:transparent;}.navbar .navbar-nav .dropdown-menu {background-color:#353c40;border-radius:0 !important;}.navbar .navbar-nav .dropdown-menu li a {position:relative;font-size:14px;}.navbar .navbar-nav .dropdown-menu li.active a {background-color:transparent;color:#3A3B74;}.navbar .navbar-nav .dropdown-menu li a:hover, .navbar .navbar-nav .dropdown-menu li.active a:hover {color:#3A3B74;background-color:transparent;}.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {background-color:transparent !important}@media (min-width:768px) and (max-width:1449px) {.navbar .navbar-nav .dropdown .dropdown .dropdown-menu {right:auto}}.navbar-collapse {max-height:none}.navbar-collapse ul {margin-bottom:10px}.navbar-default .navbar-nav> .open > a, .navbar-default .navbar-nav> .open > a:hover, .navbar-default .navbar-nav> .open > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color:transparent}.navbar .navbar-nav .th-anchor.active a:after {width:0}.top-nav {background:rgba(0,0,0,0.03);padding:5px 0;}.top-nav-text {float:left}.top-nav-icon-blocks {float:right}.top-nav-icon-blocks .icon-block {display:inline-block;padding: 0 10px;text-align: right;}.top-nav-icon-blocks .icon-block:last-child {padding: 0 0 0 10px;}.top-nav-icon-blocks .icon-block a:hover {text-decoration: none;}.top-nav-icon-blocks .icon-block i {padding-right: 6px;}.top-nav-icon-blocks .icon-block p, .top-nav-icon-blocks .icon-block a, .top-nav-text p, .top-nav-text a {font-size:12px;line-height:26px;margin:0;color:#5d5d5d;}.top-nav-icon-blocks .icon-block i {font-size:13px;}.banner[data-transparent-header="true"] {width:100%;top:0;left:0;position:absolute;overflow:visible !important;z-index:9998;background-color:transparent;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;border-bottom:0;}.boxed-mode .banner[data-transparent-header="true"] {left:0;right:0;margin:0 auto;}.banner[data-transparent-header="true"] #logo .logo-trans {display:inline}.banner[data-transparent-header="true"] #logo .logo-main {display:none}.banner[data-transparent-header="true"] .navbar-nav > li > a, .banner[data-transparent-header="true"] .navbar-nav > li.active > a {color:#fff}.banner[data-transparent-header="true"] .navbar-nav > li > a:hover, .banner[data-transparent-header="true"] .navbar-nav > li.active > a:hover {color:#fff}.banner[data-transparent-header="true"] .navbar-nav > li > a:hover:after, .banner[data-transparent-header="true"] .navbar-nav > li.active > a:after, .banner[data-transparent-header="true"] .navbar-nav > li.active > a:hover:after, .banner[data-transparent-header="true"] .navbar-nav > li.active > a:focus:after {background-color:#fff}.banner[data-transparent-header="true"] .top-nav-icon-blocks .icon-block p, .banner[data-transparent-header="true"] .top-nav-icon-blocks .icon-block a, .banner[data-transparent-header="true"] .top-nav-text p, .banner[data-transparent-header="true"] .top-nav-text a {color:#fff}.banner[data-transparent-header="true"] .top-nav {background: rgba(255,255,255,0.1)}.page-title {margin:0 15px}body.blog .page-title, body.single .page-title, body.search .page-title, body.archive .page-title, body.error404 .page-title {border-bottom:1px solid #e6e6e6}.page-title.centered {padding:60px 10%}.page-title.left {padding:60px 10% 60px 0}.page-title.right {padding:60px 0 60px 10%;text-align:right;}.page-title .header-icon {font-size:28px;margin-bottom:20px;color:#a3a3a3;}.page-title h1 {margin:0;color:#3A3B74;}.page-title h4 {font-size:18px;font-weight:400;line-height:150%;margin:0;padding:10px 0 0;}.full-header-img {background:#f2f3f7;background-size:cover;}.preloader .page-title {border-bottom:0}.page-title .page-title-button {margin:30px 0 0}.page-title .btn-standard, .page-title .btn-ghost, .page-title .a2c-btn a.button {font-size:18px}.page-title .th-btn {margin-top:5px;margin-bottom:5px;}.page-title.left .th-btn {margin-right:8px}.page-title.left .th-btn + .th-btn {margin-right:0}.page-title.centered .th-btn {margin-left:4px;margin-right:4px;}.page-title.right .th-btn + .th-btn {margin-left:8px}.inner-container > h1.entry-title {width: calc(100% - 60px);max-width:1140px;color:#3A3B74;padding:60px 0;margin:0 auto;border-bottom:1px solid #e6e6e6;}.clear {clear:both}.circle {-webkit-border-radius: 50em !important;-moz-border-radius: 50em !important;border-radius: 50em !important;}.accent {color:#3A3B74}.centered {text-align:center}.th-circle {-webkit-border-radius: 50em !important;-moz-border-radius: 50em !important;border-radius: 50em !important;}.elementor-icon i.th-linea, .elementor-icon i.th-trip {font-weight:normal}.th-icon-size-sm .elementor-icon, .th-icon-size-sm i {font-size:36px}.th-icon-size-md .elementor-icon, .th-icon-size-md i {font-size:44px}.th-icon-size-lg .elementor-icon, .th-icon-size-lg i {font-size:54px}.th-icon-size-xl .elementor-icon, .th-icon-size-xl i {font-size:66px}.elementor-icon i.th-trip {line-height:0.98;}.elementor-icon i.th-linea:before {vertical-align:bottom}.flexible-container {position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}.flexible-container iframe, .flexible-container object, .flexible-container embed {position:absolute;top:0;left:0;width:100%;height:100%;}body.page .comment-respond {margin-bottom:75px}body.page #respond, body.page #comments {border-top:1px solid #e2e2e2}body.page #comments + #respond {border-top:0}body.page #respond {margin-top:50px}body.page #comments {margin-bottom:70px}.float-left {float:left}.float-right {float:right}.panel, .panel-group .panel {border-radius:5px;box-shadow:none;}label {font-weight:600}section.th-parallax:not(.th-mobile) {background: none !important;}.content-editor > table, .post .entry-content > table, #comments .media-body > table {margin-bottom:25px}.content-editor > table th, .post .entry-content > table th, #comments .media-body > table th {border-bottom:2px solid rgba(0,0,0,0.08)}.content-editor > table tr, .post .entry-content > table tr, #comments .media-body > table tr {border-bottom:1px solid rgba(0,0,0,0.08)}.content-editor > table th, .content-editor > table td, .post .entry-content > table th, .post .entry-content > table td, #comments .media-body > table th, #comments .media-body > table td {padding:5px 24px 5px 0}.content-editor > dl dt, .post .entry-content > dl dt, #comments .media-body > dl dt {margin:14px 0 4px}.content-editor .th-pagination, .post .pagination {display:block;clear:both;font-size:18px;letter-spacing:6px;padding:20px 0;text-align:center;border-top:1px solid #dedede;border-radius:0;}.content-editor .th-pagination a, .post .pagination a:hover {text-decoration:none}.meta-border {margin:0 auto;border-bottom:1px solid #e6e6e6;}.standard-blog .page {padding-top:45px}.standard-blog .page:first-child {padding-top:0}.standard-blog .page .post-title {margin-top:0}.container {width: calc(100% - 30px);max-width:1170px !important;}.content-width {width: calc(100% - 60px);max-width:1140px;}.inner-container > .content-editor {width: calc(100% - 30px);max-width:1170px;margin:0 auto;padding:40px 15px;}.error-404 {padding-top:40px;padding-bottom:40px;}body.elementor-page .inner-container > .content-editor, body.elementor-editor-active .inner-container > .content-editor, body.elementor-editor-preview .inner-container > .content-editor {width:auto !important;max-width:none;margin:0;padding:0;}.elementor-section-boxed .elementor-container {width: calc(100% - 60px);}.elementor-section-boxed .elementor-column-gap-default .elementor-row {width: calc(100% + 20px);margin-left: -10px;margin-right: -10px;}.elementor-section-boxed .elementor-column-gap-narrow .elementor-row {width: calc(100% + 10px);margin-left: -5px;margin-right: -5px;}.elementor-section-boxed .elementor-column-gap-extended .elementor-row {width: calc(100% + 30px);margin-left: -15px;margin-right: -15px;}.elementor-section-boxed .elementor-column-gap-wide .elementor-row {width: calc(100% + 40px);margin-left: -20px;margin-right: -20px;}.elementor-section-boxed .elementor-column-gap-wider .elementor-row {width: calc(100% + 60px);margin-left: -30px;margin-right: -30px;}#loader-wrapper {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1000;background: #fff;transition: all 0.4s ease-out;}#loader {display: block;position: relative;left: 50%;top: 50%;width: 80px;height: 80px;margin: -40px 0 0 -40px;border-radius: 50%;border: 3px solid transparent;border-top-color: #969696;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;z-index: 1001;}#loader:before {content: "";position: absolute;top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color: #9f9f9f;-webkit-animation: spin 3s linear infinite;animation: spin 3s linear infinite;}#loader:after {content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent;border-top-color: #c6c6c6;-webkit-animation: spin 1.5s linear infinite;animation: spin 1.5s linear infinite;}@-webkit-keyframes spin {0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}@keyframes spin {0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}#loader-wrapper .loader-section {position: fixed;top: 0;width: 51%;height: 100%;background: #fff;z-index: 1000;}#loader-wrapper .loader-section.section-left {left: 0;display:none;}#loader-wrapper .loader-section.section-right {right: 0;display:none;}.loaded #loader-wrapper .loader-section.section-left {background: transparent;transition: all 0.9s ease-out;}.loaded #loader-wrapper .loader-section.section-right {background: transparent;transition: all 0.9s ease-out;}.loaded #loader {opacity: 0;}.loaded #loader-wrapper {background: transparent;visibility: hidden;}.video-container, .wp-hosted-video {position:relative;padding-bottom:56.25%;height:0;overflow:hidden;}.video-container {padding-top:30px}.video-container iframe, .video-container object, .video-container embed, .wp-hosted-video iframe, .wp-hosted-video object, .wp-hosted-video embed {position:absolute;top:0;left:0;width:100%;height:100%;}audio, canvas, video {display:inline-block}audio:not([controls]) {display:none;height:0;}embed, iframe, object, video {max-width:100%}.wp-video-shortcode .mejs-controls, .wp-audio-shortcode .mejs-controls {background:#1d1d1d !important}.wp-block-embed.is-type-video .wp-block-embed__wrapper .entry-content-asset {position:relative}.wp-block-embed.is-type-video .wp-block-embed__wrapper .entry-content-asset:before {content: "";display: block;padding-top: 50%;}.wp-block-embed.is-type-video.wp-embed-aspect-1-1 .wp-block-embed__wrapper .entry-content-asset:before {padding-top:100%}.wp-block-embed.is-type-video.wp-embed-aspect-1-2 .wp-block-embed__wrapper .entry-content-asset:before {padding-top:200%}.wp-block-embed.is-type-video.wp-embed-aspect-4-3 .wp-block-embed__wrapper .entry-content-asset:before {padding-top:75%}.wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper .entry-content-asset:before {padding-top:56.25%}.wp-block-embed.is-type-video.wp-embed-aspect-18-9 .wp-block-embed__wrapper .entry-content-asset:before {padding-top:50%}.wp-block-embed.is-type-video.wp-embed-aspect-21-9 .wp-block-embed__wrapper .entry-content-asset:before {padding-top:42.85%}.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {position: absolute;top: 0;right: 0;bottom: 0;left: 0;width: 100%;height: 100%;}p, li {font-size:15px;line-height:165%;}p {font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:normal;color:#5c5c5c;-webkit-font-smoothing:antialiased;}a {color:#3A3B74;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}a:hover {color:#5c5c5c}h1, h2, h3, h4, h5, h6 {font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:600;line-height:1.1;color:#515151;-webkit-font-smoothing:antialiased;}h1 {font-size:56px;}h2 {font-size:35px;margin-bottom:15px;}h3 {font-size:30px}h4 {font-size:25px}h5 {font-size:22px}h6 {font-size:18px}.single-post h1 {font-size:48px}@media (max-width:991px) {h1:not(.product_title) {font-size:56px}.single-post h1 {font-size:44px}}@media (max-width:767px) {h1:not(.product_title) {font-size:48px}.single-post h1 {font-size:40px}}@media (max-width:479px) {h1 {font-size:40px}h2 {font-size:30px}h3 {font-size:27px}h4 {font-size:23px}h5 {font-size:20px}h6 {font-size:17px}}h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {text-decoration:none}code {white-space:normal}.btn {font-size:15px;font-weight:600;padding:10px 30px;border-radius:50px;white-space:normal;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;}.btn:focus, .btn:focus:hover {color:#fff}.btn-standard-primary {color:#fff;background-color:#3A3B74;border-color:#3A3B74;}.btn-standard-accent {color:#fff;background-color:#F96D64;border-color:#F96D64;}.btn-standard-light, .btn-standard-light:focus:hover {color:#1b1b1b;background-color:#fff;border-color:#fff;}.btn-standard-dark {color:#fff;background-color:#1b1b1b;border-color:#1b1b1b;}.btn-standard-primary:hover, .btn-standard-accent:hover, .btn-standard-dark:hover {color:#fff;opacity:0.85;}.btn-standard-light:hover, .btn-standard-light:focus {color:#1b1b1b;opacity:0.85;}.btn-standard-primary, .btn-standard-accent, .btn-standard-light, .btn-standard-dark, .btn-ghost-primary, .btn-ghost-accent, .btn-ghost-light, .btn-ghost-dark {border-width:2px}.btn-ghost-primary {color:#3A3B74;background-color:transparent;border-color:#3A3B74;}.btn-ghost-primary:hover {color:#fff;background-color:#3A3B74;border-color:#3A3B74;}.btn-ghost-accent {color:#F96D64;background-color:transparent;border-color:#F96D64;}.btn-ghost-accent:hover {color:#fff;background-color:#F96D64;border-color:#F96D64;}.btn-ghost-light, .btn-ghost-light:focus {color:#fff;background-color:transparent;border-color:#fff;}.btn-ghost-light:hover, .btn-ghost-light:focus:hover {color:#1b1b1b;background-color:#fff;border-color:#fff;}.btn-ghost-dark, .btn-ghost-dark:focus {color:#1b1b1b;background-color:transparent;border-color:#1b1b1b;}.btn-ghost-dark:hover {color:#fff;background-color:#1b1b1b;border-color:#1b1b1b;}.btn-cta-primary, .btn-cta-accent {display:inline-block;padding:14px 60px;font-size:18px;font-weight:600;text-transform:uppercase;color:#fff;white-space:nowrap;border:0;border-bottom:3px solid rgba(0, 0, 0, 0.15);border-radius:50px;}.btn-cta-primary {background-color:#3A3B74;}.btn-cta-accent {background-color:#F96D64;}.btn-cta-primary:hover, .btn-cta-accent:hover {text-decoration:none;color:#fff;opacity:0.85;}.btn:active, .btn.active {background-image:none;outline:0;box-shadow:none;}.th-btn i, .th-btn span {margin-top:2px;margin-left:8px;}.th-btn-align-left {text-align:left}.th-btn-align-center {text-align:center}.th-btn-align-right {text-align:right}a:focus, .button:focus, .btn:focus {outline:none}.th-btn.btn-image img {max-height:50px;width:auto;}.btn-lg, .btn-large, .btn-group-lg > .btn, .btn-group-large > .btn {font-size:18px}.btn-sm, .btn-group-sm > .btn {padding:8px 20px;font-size:12px;line-height:1.5;border-radius:50px;}.btn-xs, .btn-group-xs > .btn {padding:3px 8px;font-size:12px;line-height:1.5;border-radius:50px;}.btn.dropdown-toggle, .btn-group .btn, #main-flex-slider .btn.dropdown-toggle, #main-flex-slider .dropdown-menu li a {margin-bottom:0}.btn-group .dropdown-menu li a {text-align:left}.navbar-toggle {border:0;padding:10px 0;}.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color:transparent}form input, .frm_forms form label, .with_frm_style label.frm_primary_label, .with_frm_style.frm_login_form label, .frm_forms form input, .frm_forms form textarea, .with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style select, .frm_style_formidable-style.with_frm_style select, .with_frm_style textarea, .frm_style_formidable-style.with_frm_style textarea, #content .with_frm_style input:not([type=submit]):not([type=button]), #content .with_frm_style select, #content .with_frm_style textarea, .with_frm_style .chzn-container, .with_frm_style input[type=file], .with_frm_style .frm_submit input[type=submit], .with_frm_style .frm_submit input[type=button], .frm_form_submit_style, .with_frm_style.frm_login_form input[type=submit], a.frm_save_draft, .with_frm_style #frm_field_cptch_number_container, .with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label, .frm_forms .frm_description, .with_frm_style p.description, .with_frm_style div.description, .with_frm_style div.frm_description, .frm_style_formidable-style.with_frm_style .frm_error {font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;box-shadow:none !important;}input[type=text], input[type=email], input[type=url], input[type=password], input[type=number], input[type=tel], textarea {color:#5c5c5c !important;-webkit-appearance:none;}.frm_form_field input::placeholder, .frm_form_field textarea::placeholder {opacity:1;}.radio, .checkbox {padding-left:0}.with_frm_style .form-field, .with_frm_style .frm_form_field, .frm_style_formidable-style.with_frm_style .form-field {margin-bottom:15px}.frm_forms form input[type=text], .frm_forms form input[type=email], .frm_forms form input[type=url], .frm_forms form input[type=password], .frm_forms form input[type=number], .frm_forms form input[type=tel], .frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=file], .frm_style_formidable-style.with_frm_style input[type=search] {font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;font-size:13px;height:46px;margin-bottom:0;padding:0 15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.frm_forms form input, .frm_forms form textarea, .frm_style_formidable-style.with_frm_style textarea {font-size:13px;margin-bottom:0;border:1px solid #d3d3d3;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;transition: all 0.15s linear;}.frm_forms form textarea, .frm_style_formidable-style.with_frm_style textarea {padding:20px !important;}.frm_forms form label, .with_frm_style label.frm_primary_label, .with_frm_style.frm_login_form label, .frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label, .frm_style_formidable-style.with_frm_style .frm_radio label, .frm_style_formidable-style.with_frm_style .frm_checkbox label {font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;color:#5d5d5d;font-size:14px;font-weight:normal;margin:20px 0 6px;}.with_frm_style .frm_radio label, .frm_radio label, .with_frm_style .frm_checkbox label, .frm_checkbox label {font-size:12px}form select:focus, form textarea:focus, form input:focus {border:1px solid #3A3B74 !important;outline:0 !important;}.frm_forms form select, .frm_style_formidable-style.with_frm_style select, .frm_forms .frm_form_field select{font-size:13px;height:46px;padding:0 12px !important;color:#6c6c6c;border:1px solid #d3d3d3;border-radius:5px;}form input[type=submit], .with_frm_style .frm_submit input[type=submit], .with_frm_style .frm_submit input[type=button], .frm_form_submit_style, .with_frm_style.frm_login_form input[type=submit] {background:#3A3B74;color:#fff;padding:10px 30px;margin-top:0;border:0;opacity:1;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;}form input[type=submit]:hover, .with_frm_style .frm_submit input[type=submit]:hover, .with_frm_style .frm_submit input[type=button]:hover, .frm_form_submit_style:hover, .with_frm_style.frm_login_form input[type=submit]:hover {background:#3A3B74;color:#fff;opacity:0.9;}.frm_forms .frm_none_container label.frm_primary_label, .frm_forms .frm_pos_none {display:none}.frm_forms .frm_description {font-size:14px !important}.with_frm_style .frm_error_style, .with_frm_style .frm_message, .frm_success_style {line-height:1.4;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ui-datepicker-header, .ui-widget-header {background:#ccc !important;border-color:#aaa !important;}.ui-datepicker select {color:#333}.ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker-header .ui-datepicker-next:hover {background:#ddd;border-color:#999;}.ui-datepicker .ui-state-default.ui-state-highlight {background:#eee;border-color:#eee;color:#737373;}.ui-datepicker .ui-state-default.ui-state-active {background:#eee;border-color:#999;color:#363636;}.ui-datepicker .ui-state-default:hover {background:#ccc;border-color:#999;color:#363636;}#recaptcha_area input {height:auto;border-radius:0;}#recaptcha_privacy a {color:#666}.th-widget-area .widget .frm_forms {padding-top:4px}.th-widget-area .widget .frm_style_formidable-style.with_frm_style fieldset {padding-bottom:0}.th-widget-area .widget .frm_style_formidable-style.with_frm_style .form-field {margin-bottom:15px;}.th-widget-area .widget input[type=text], .th-widget-area .widget input[type=email], .th-widget-area .widget input[type=url], .th-widget-area .widget input[type=password], .th-widget-area .widget input[type=number], .th-widget-area .widget input[type=tel], .th-widget-area .widget textarea, .th-widget-area .widget select, .th-widget-area .widget input[type=submit] {width:100% !important;max-width:450px !important;}.th-widget-area .widget input {height:50px !important}.th-widget-area .widget input[type=checkbox], .th-widget-area .widget input[type=radio] {height:auto !important}.th-widget-area .widget input[type=submit], .th-widget-area .widget .frm_style_formidable-style.with_frm_style input[type=submit] {padding:12px !important;margin:0;box-sizing:border-box !important;-moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px;}.footer input[type=text], .footer input[type=email], .footer input[type=url], .footer input[type=password], .footer input[type=number], .footer input[type=tel], .footer textarea, .footer select {max-width:450px;color:#fff !important;background:transparent !important;border:1px solid #fff !important;}.footer select {color:#9f9f9f !important}.footer .frm_forms .frm_message p, .footer .with_frm_style .frm_message p {color:#468847 !important}.footer .frm_forms input[type=submit], .footer .frm_forms input[type=submit]:hover {border: 1px solid transparent}.footer #recaptcha_area input {background:#fff !important;}.footer label, .footer .frm_forms .frm_description {color:#c6c6c6 !important}#mc_signup input {height:46px;padding:10px 20px;border:1px solid #d3d3d3;border-radius:2px;}#mc_signup input[type=submit] {border:0}.post-password-form label {margin-top:10px}.post-password-form input[type=password] {display:block;width:340px;padding:8px 12px;margin-bottom:6px;border:1px solid #999;}.post-password-form input[type=submit] {display:block;padding:8px 24px;margin-bottom:20px;}@media (max-width:479px) {.post-password-form input[type=password] {width:260px}}.elementor-editor-active .th-no-sidebar #elementor-add-section, .th-no-sidebar .elementor-section-boxed > .elementor-container {max-width:800px;margin:0 auto;}.th-no-sidebar > .standard-blog .container, body:not(.elementor-page):not(.elementor-editor-active):not(.elementor-editor-preview) .th-no-sidebar .container, body:not(.elementor-page):not(.elementor-editor-active):not(.elementor-editor-preview) .th-no-sidebar > .content-editor {max-width:830px !important;margin:0 auto !important;}.th-no-sidebar > h1.entry-title {max-width:800px !important}.th-no-sidebar .page-title {padding-left:0;padding-right:0;}a img.wp-post-image {opacity:1;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}.page-title, .post-title {word-wrap:break-word}.post-meta, .date-meta, .entry-meta {font-size:13px;color:#8b8b8b;}.entry-content a {white-space:nowrap}.post-meta a {white-space:nowrap}.pager {padding-left:15px;padding-right:15px;}.pager li > a, .pager li > span {background-color:transparent;border: 1px solid #cecece;font-weight:400;border-radius:50px;padding:10px 35px;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;}.pager li > a:hover, .pager li > span:hover {background-color:#3A3B74;border:1px solid #3A3B74;color:#fff;}.is-sticky {display:none}.sticky .is-sticky {display:inline}.th-masonry-blog .sticky time.published, .sticky .show-date {display:none}body.elementor-page .th-pagination {display:none}.standard-blog {padding:40px 0}.standard-blog .post {padding-top:50px}.standard-blog .post:first-child {padding-top:0}.standard-blog .entry-content {padding:20px 0 0}.standard-blog .post-excerpt p {margin-bottom:0}.standard-blog .post .wp-post-image {width:auto;}.standard-blog .post-inner {padding-bottom:50px;border-bottom:1px solid #dedede;}.standard-blog .post.sticky .post-inner {background-color:rgba(0,0,0,0.04);padding:40px;border:0;}.standard-blog .post.sticky h3.post-title {margin-top:0}.standard-blog .meta-tags {margin-top:20px}.standard-blog .pager {padding-top:30px}.th-masonry-blog {padding-top:40px;padding-bottom:40px;}.mas-blog:after {content:'';display:block;clear:both;}.mas-blog-post-sizer {float:none}.mas-blog-post {margin-bottom:30px;}@media (max-width:699px) {.mas-blog-post-sizer, .mas-blog-post {width:100%}}@media (min-width:700px) and (max-width:767px) {.mas-blog-post-sizer, .mas-blog-post {width:50%}}.category .mas-blog-post .post-inner, .page-template-blog-masonry .mas-blog-post .post-inner, .mas-blog-post .post-inner {padding:30px;background:#fff;border:1px solid #e1e1e1;}.mas-blog-post .post-inner {border-width: 0;}.mas-blog-post .post-title {font-size:20px;line-height:1.3;margin-top:0;}.mas-blog-post .post-meta {padding-bottom:10px;}.mas-blog-post .date-meta {border-top:1px solid #e1e1e1;padding-top:20px;margin-top:20px;}.mas-blog-post .date-meta i.xs-icon {display:none;}body.single .post-inner {padding-bottom:50px;border-bottom:1px solid #dedede;}body.single .post-inner .entry-content:before, body.single .post-inner .entry-content:after {content: " ";display: table;}body.single .post-inner .entry-content:after {clear:both}#themo_single_post_layout_content {padding:40px 0;}body.single .wp-post-image {margin-bottom:20px}body.single .entry-content {padding:30px 0 20px;}.comments-title {margin:50px 0 30px}#comments li.comment .avatar {margin:10px 15px 0 0;border-radius:50em;}#comments .bypostauthor {}#comments .comment h4.media-heading {margin-top:16px;font-size:23px;font-weight:normal;}#comments .pingback h4.media-heading {margin-top:5px}#comments .post-meta {margin-bottom:15px}#comments .comment-reply {font-size:13px;padding:10px 0 20px;border-bottom:1px solid #e2e2e2;}#comments .pager {padding:0;margin:40px 0 10px;}#comments .comment-awaiting {font-style:italic;margin:0 0 15px;}.comment-reply-title {margin:50px 0 5px}#respond .comment-info {margin:10px 0 30px}.form-control {height:46px;border:1px solid #d3d3d3;border-radius:5px;-webkit-box-shadow:inset 0 0 0, 0 0 0;box-shadow:inset 0 0 0, 0 0 0;}.form-control:focus {border-color:#ccc;-webkit-box-shadow:inset 0 0 0, 0 0 0;box-shadow:inset 0 0 0, 0 0 0;}#respond .form-group label {margin:4px 0}.form-allowed-tags {font-size:14px}.form-allowed-tags code {white-space:normal}#respond .form-submit {margin-top:20px}#respond input[type=submit] {padding:8px 30px;border-radius:50px;}.comments-closed {font-style:italic;margin:50px 0 10px;}.required-fields {white-space:nowrap}.standard-blog .format-standard .wp-post-image {margin-bottom:20px}.standard-blog .format-standard .post-title {margin-top:0}.standard-blog .format-standard.sticky .wp-post-image {margin-bottom:0}.standard-blog .format-aside .entry-content {padding-top:0}.standard-blog .format-aside .post-meta {margin:20px 0 0}.th-masonry-blog .format-aside .date-meta {margin-top:10px}body.single .format-aside .post-meta {padding-top:20px}body.single .format-aside .entry-content {padding:0}.th-masonry-blog .format-audio .audio-embed {padding-bottom:15px}.standard-blog .format-audio.sticky h3.post-title {margin-top:20px}body.single .format-audio .audio-embed {padding-bottom:20px}.standard-blog .format-image .post-meta {margin-top:20px}.th-masonry-blog .format-image .date-meta {margin-top:10px}.format-video iframe {border:0}body.single .video-container, body.single .wp-hosted-video {margin-bottom:20px}.th-masonry-blog .format-video .wp-hosted-video {margin-bottom:-1px}.th-masonry-blog .format-gallery .flex-control-nav {display:none}.th-masonry-blog .format-gallery .flex-direction-nav a:before {font-size:16px;line-height:50px;}.th-masonry-blog .format-gallery .flex-direction-nav a {width:50px;height:50px;margin-top:-25px;}body.single .flexslider {margin-bottom:20px}.standard-blog .format-quote .post-inner, body.single .format-quote .post-inner {position:relative;padding-bottom:35px;}.format-quote blockquote {border:0}.format-quote blockquote p {position:relative;font-style:italic;z-index:10 !important;}.format-quote blockquote:before, .format-quote blockquote:after {position:absolute;font-family:Georgia, "Times New Roman", Times, serif;font-size:136px;color:#d3d3d3;opacity:0.4;}.format-quote blockquote:before {content:"\201C";top:-30px;left:15px;}.format-quote blockquote:after {content:"\201D";bottom:-45px;right:15px;}.format-quote blockquote {padding:35px 20px 22px}.format-quote blockquote footer {margin-top:20px}.format-quote blockquote p {font-size:26px;font-weight:300;line-height:110%;color:#656565;}.standard-blog .format-quote blockquote, body.single .format-quote blockquote {max-width:900px;width:auto;margin:0 auto;}.th-masonry-blog .format-quote blockquote:before {top:-20px;left:30px}.th-masonry-blog .format-quote blockquote:after {bottom:-10px;right:30px}.th-masonry-blog .format-quote blockquote {padding:26px 20px 20px}.th-masonry-blog .format-quote blockquote p {font-size:22px;font-weight:300;line-height:1.3;color:#656565;}.th-masonry-blog .format-quote blockquote footer {margin-top:15px}.th-masonry-blog .format-quote .date-meta {display:none}.link-icon {font-size:18px}.format-link i {margin-right:5px}.format-link .post-meta {margin-bottom:20px;display:none;}.standard-blog .link-icon {font-size:20px}.standard-blog .format-link .link-title {margin-top:0}.standard-blog .format-link .link-text {margin-bottom:0}.standard-blog .format-link .link-text a {font-size:16px}.th-masonry-blog .format-link .link-text {margin-bottom:30px}.th-masonry-blog .format-link .link-title {font-size:22px;line-height:1.3;margin-top:15px;}.th-masonry-blog .format-link .link-icon {font-size:18px;position:relative;top:2px;}.th-masonry-blog .format-link .date-meta {margin-top:10px}.th-masonry-blog .format-link .entry-content p {margin-top:10px}body.single .format-link .link-text a {font-size:20px}body.single .link-icon {font-size:24px}body.blog .pager, body.archive .pager, body.search-results .pager {padding-left:0;padding-right:0;}.page-template-blog-standard .content-editor, .page-template-blog-masonry .content-editor, .page-template-blog-masonry-wide .content-editor {padding-bottom:0}.th-editor-empty {display:none}@media (min-width:768px) and (max-width:991px) {.page-template-blog-masonry .main.col-sm-8 .mas-blog-post-sizer, .page-template-blog-masonry .main.col-sm-8 .mas-blog-post, .page-template-blog-masonry-wide .main.col-sm-8 .mas-blog-post-sizer, .page-template-blog-masonry-wide .main.col-sm-8 .mas-blog-post {width:100%}}@media (max-width:767px) {.page-template-blog-masonry .main #th-masonry .mas-blog {min-height: 100px}}.page-template-blog-masonry-wide .inner-container .container:last-child {max-width:none !important;width:100% !important;}@media (min-width:1300px) {.page-template-blog-masonry-wide .inner-container > .th-masonry-blog .container .col-sm-6 {width:25%}}@media (min-width:1600px) {.page-template-blog-masonry-wide .inner-container > .th-masonry-blog .container .col-sm-6 {width:20%}}.elementor-widget-container .th-masonry-blog {padding:0;}.elementor-widget-container .th-masonry-blog .container {max-width:none !important;width:100% !important;padding-left:0;padding-right:0;}@media (min-width:1300px) {.elementor-section-full_width .th-blog-4-col .col-sm-6, .elementor-section-full_width .th-blog-5-col .col-sm-6 {width:25%;}}@media (min-width:1600px) {.elementor-section-full_width .th-blog-5-col .col-sm-6 {width:20%;}}.th-portfolio-filters {padding:0 0 30px;text-align:center;font-size:15px;}.th-portfolio-filters span {font-weight:600;margin-right:15px;}.th-portfolio-filters a {display:inline-block;margin:5px 15px;padding:1px 0;color:#8d9093;text-decoration:none;-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;transition:all 0.1s linear;}.th-portfolio-filters a:hover {color:#414141}.th-portfolio-filters a.current {color:#3A3B74;border:0;border-bottom:1px solid #3A3B74;}.th-light-text .th-portfolio-filters span, .th-light-text .th-portfolio-filters a {color:#fff;opacity:0.6;}.th-light-text .th-portfolio-filters a:hover, .th-light-text .th-portfolio-filters a.current {color:#fff;opacity:1;}.th-light-text .th-portfolio-filters a.current {border-bottom:1px solid #fff;}#th-portfolio-row {margin-left:0;margin-right:0;}.th-portfolio .th-portfolio-item {padding:0;overflow:hidden;}.th-port-gutter .th-portfolio-item {border:5px solid transparent}body.single .th-port-wrap .wp-post-image {margin-bottom:0}.th-port-img {width:100%;margin:0;-webkit-transition:all 0.25s linear;-moz-transition:all 0.25s linear;transition:all 0.25s linear;}.th-portfolio-item:hover .th-port-img {transform:scale(1.05,1.05) }.th-port-overlay {width:100%;height:100%;position:absolute;top:0;left:0;background-color:transparent;-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;transition:all 0.1s linear;}.th-portfolio-item:hover .th-port-overlay {background-color:rgba(4,80,137,0.8);}.th-port-inner {width:100%;height:100%;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;}.th-port-top-text {position:absolute;top:5%;width:100%;text-align:center;}.th-port-center {flex: 1;padding: 30px;text-align: center;}.th-port-top-text, .th-port-center{opacity:0;-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px);-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;transition:all 0.2s linear;}.th-portfolio-item:hover .th-port-top-text, .th-portfolio-item:hover .th-port-center {opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.th-port-icon, .th-port-top-text, .th-port-title, .th-port-sub, .th-port-btn {color:#fff}.th-port-title {font-size:28px;font-weight:normal;line-height:120%;text-transform:uppercase;margin:8px 0 0;}.th-port-sub {line-height:130%;margin:8px 0 0;}.th-port-btn {display:inline-block;margin:20px 0 0;padding:8px 22px;border:2px solid #fff;font-weight:600;border-radius:50px;}.th-port-link {display:block;width:100%;height:100%;position:absolute;top:0;left:0;}@media (max-width: 767px) {.th-portfolio .th-portfolio-item {width: 100%;}}@media (min-width:992px) {.th-portfolio .th-portfolio-item.col-md-4 {width:33.333332%}}@media (min-width:992px) and (max-width:1199px) {.th-portfolio-item.col-lg-3 .th-port-icon {font-size: 30px}.th-portfolio-item.col-lg-3 .th-port-title {font-size: 16px;margin-top: 5px;}.th-portfolio-item.col-lg-3 .th-port-sub {font-size: 13px;margin-top: 5px;}}@media (min-width:992px) {.five-columns .th-portfolio-item {width:33%}.five-columns .th-port-icon {font-size:30px}.five-columns .th-port-title {font-size:16px;margin-top:5px;}.five-columns .th-port-sub {font-size:13px;margin-top:5px;}.five-columns .th-port-btn {font-size:13px;padding:6px 16px;}}@media (min-width:1200px) {.five-columns .th-portfolio-item {width:20%}}@media (min-width:1600px) {.elementor-section-full_width .five-columns .th-port-title {font-size:20px}.elementor-section-full_width .five-columns .th-port-sub {font-size:14px}.elementor-section-full_width .five-columns .th-port-btn {font-size:14px;padding:8px 20px;}}body.single-themo_portfolio #respond {margin-bottom:50px}body.single-themo_portfolio .comments-closed {display:none}body table.booked-calendar th, body table.booked-calendar td {font-family:"Lato", sans-serif;}body table.booked-calendar td {color:#656565}.th-cal-tooltip {position:relative;margin:0 auto 6px;padding:20px 10px;text-align:center;background-color:#353c40;z-index:10;}.th-cal-tooltip:after {content:'';position:absolute;top:100%;left:50%;margin-left:-12px;width:0;height:0;border-top:12px solid #353c40;border-right:12px solid transparent;border-left:12px solid transparent;}.th-cal-tooltip h3 {font-size:18px;font-weight:normal;color:#fff;line-height:120%;margin:0;}body #booked-profile-page input[type=submit], body #booked-profile-page button, body table.booked-calendar input[type=submit], body table.booked-calendar button, body .booked-modal input[type=submit], body .booked-modal button {border-radius:50px}body table.booked-calendar {background-color:#fff;border:1px solid #ddd;border-bottom:0;}body table.booked-calendar thead, body table.booked-calendar tr.days {text-transform:none}body table.booked-calendar thead th {letter-spacing:normal !important;}body table.booked-calendar .monthName {color:#353c40}body table.booked-calendar .monthName .backToMonth {color:#353c40;opacity:0.6}body table.booked-calendar .monthName .backToMonth:hover {color:#353c40;opacity:1}body table.booked-calendar tr.days th {color:#8d9093 !important}body table.booked-calendar td {border:1px solid #ddd;border-left:0 !important;border-right:0 !important;}body table.booked-calendar td:hover .date {background:#fff}body table.booked-calendar td:hover .date .number {color:#000;background:#f9f9f9;}body table.booked-calendar td.prev-date .date, body table.booked-calendar td.prev-date:hover .date, body table.booked-calendar td.blur .date, body table.booked-calendar td.blur:hover .date, body table.booked-calendar td.next-month .date, body table.booked-calendar td.next-month:hover .date, body table.booked-calendar td.prev-month .date, body table.booked-calendar td.prev-month:hover .date {background:#fff !important}body table.booked-calendar td.next-month:hover .date .number, body table.booked-calendar td.prev-month:hover .date .number {color:#000}body table.booked-calendar td.blur:hover .date .number, body table.booked-calendar td.prev-date:hover .date .number {background:transparent !important}body table.booked-calendar td.prev-date .date, body table.booked-calendar td.prev-date:hover .date {color:#d0d0d0}body table.booked-calendar td.blur .date, body table.booked-calendar td.blur:hover .date {color:#e4e4e4}body table.booked-calendar td.today .date {background:#fff;}body table.booked-calendar td.today:hover .date {background:#fff;color:#333;}body table.booked-calendar td.today .date .number, body table.booked-calendar td.today.prev-date .date .number {color:#6c6c6c !important;background:#e3f2f9;border:0;}body table.booked-calendar td.today:hover .date .number {background:#d4edf8 !important;color:#000 !important;}body table.booked-calendar td.today.prev-date:hover .date {color:#6c6c6c}body table.booked-calendar td.booked .date, body table.booked-calendar td.booked:hover .date {background:#fff !important;}body table.booked-calendar td.booked .date .number, body table.booked-calendar td.booked:hover .date .number {background:#ffefed !important}body table.booked-calendar td.today.booked .date {color:#f0b1a1}body .booked-calendar-wrap.small table.booked-calendar td:hover .date {background:#fff}body .booked-calendar-wrap.small table.booked-calendar td:hover .date .number {background:#f9f9f9}body .booked-calendar-wrap.small table.booked-calendar td.prev-date .date, body .booked-calendar-wrap.small table.booked-calendar td.prev-date:hover .date, body .booked-calendar-wrap.small table.booked-calendar td.blur .date, body .booked-calendar-wrap.small table.booked-calendar td.blur:hover .date {background:#fff}body .booked-calendar-wrap.small table.booked-calendar td.blur:hover .date .number, body .booked-calendar-wrap.small table.booked-calendar td.prev-date:hover .date .number {background:transparent}body .booked-calendar-wrap.small table.booked-calendar td.today .date {background:#fff;color:#6c6c6c;}body .booked-calendar-wrap.small table.booked-calendar td.today:hover .date {background:#fff;color:#333;}body .booked-calendar-wrap.small table.booked-calendar td.today .date .number {background:#e3f2f9}body .booked-calendar-wrap.small table.booked-calendar td.today:hover .date .number {background:#e3f2f9}body .booked-calendar-wrap.small table.booked-calendar td.today.prev-date:hover .date {color:#6c6c6c}body .booked-calendar-wrap.small table.booked-calendar td.booked .date {background:#fff;}body .booked-calendar-wrap.small table.booked-calendar td.booked:hover .date {background:#fff}body .booked-calendar-wrap.small table.booked-calendar td.booked .date .number {background:#ffeae7}body .booked-calendar-wrap.small table.booked-calendar td.booked:hover .date .number {background:#ffeae7}body .booked-calendar-wrap.small table.booked-calendar td.today.booked .date {color:#f0b1a1}body table.booked-calendar .fa.fa-arrow-right, body table.booked-calendar .fa.fa-arrow-left, body table.booked-calendar .booked-icon-arrow-right, body table.booked-calendar .booked-icon-arrow-left {font-family:"themovation-icons" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#353c40;}body table.booked-calendar .fa.fa-arrow-left:before, body table.booked-calendar .booked-icon-arrow-left:before {content:"a"}body table.booked-calendar .fa.fa-arrow-right:before, body table.booked-calendar .booked-icon-arrow-right:before {content:"c"}body table.booked-calendar .fa.fa-spin, body table.booked-calendar .booked-icon-spin {color:#6f6f6f}body .booked-calendarSwitcher.calendar {background:#e5e7e9 !important;color:#414141 !important;margin-bottom:1px;border:1px solid #ddd;border-bottom:0;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}body .booked-calendarSwitcher.calendar p i.fa, body .booked-calendarSwitcher.calendar p i.booked-icon-calendar {color:#414141 !important}body .booked-calendarSwitcher.calendar select {background:#e5e7e9 !important;color:#414141 !important;-moz-appearance: none;}body .booked-calendarSwitcher.calendar p {line-height:1.15}body .booked-calendarSwitcher.calendar p:before {top:auto;bottom:0;color:#444;font-size:15px;z-index:5;}.cal-tooltip + .booked-calendar-shortcode-wrap .booked-calendarSwitcher {margin-top:20px}body table.booked-calendar thead, body table.booked-calendar thead th {background:#e5e7e9 !important}body table.booked-calendar th {border-color:#e5e7e9 !important}body #booked-profile-page input[type=submit].button-primary:hover, body table.booked-calendar input[type=submit].button-primary:hover, body .booked-modal input[type=submit].button-primary:hover, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover, body #booked-profile-page .booked-profile-appt-list .appt-block .google-cal-button .atcb-link, body #booked-profile-page .booked-profile-header {background:#434a4d !important}body #booked-profile-page input[type=submit].button-primary:hover, body table.booked-calendar input[type=submit].button-primary:hover, body .booked-modal input[type=submit].button-primary:hover, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover, body #booked-profile-page .booked-profile-appt-list .appt-block .google-cal-button .atcb-link, body #booked-profile-page .booked-profile-header {border-color:#434a4d !important}body table.booked-calendar thead tr.days th, body table.booked-calendar tr.days {background:#f1f3f4 !important}body table.booked-calendar tr.days th {border-color:#f1f3f4 !important}body #booked-profile-page input[type=submit].button-primary, body table.booked-calendar input[type=submit].button-primary, body .booked-modal input[type=submit].button-primary, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button, body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block {background:#F96D64 !important}body #booked-profile-page input[type=submit].button-primary, body table.booked-calendar input[type=submit].button-primary, body .booked-modal input[type=submit].button-primary, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {border-color:#F96D64 !important}.booked-modal p.booked-title-bar {background:#afafaf !important}body table.booked-calendar th {border-color:#ddd !important}body table.booked-calendar tr.days {border:1px solid #ddd;border-top:0;border-bottom:0;}body table.booked-calendar tr.days th {border:0 !important}body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button[disabled], body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button[disabled]:hover {background:#eee !important;border-color:#ddd !important;color:#aaa !important;}body #booked-profile-page .booked-tabs {border-color:#ccc !important;background-color:#ddd !important;}body #booked-profile-page .booked-tabs li a {background:#eee;color:#888;}body #booked-profile-page .booked-tabs li a:hover {background:#f5f5f5;color:#555;}body #booked-profile-page .booked-tabs li.active a, body #booked-profile-page .booked-tabs li.active a:hover {background-color:#fff !important;color:#555 !important;}body #booked-profile-page .booked-logout-button {color:#bbb}.bookedClearFix input, .bookedClearFix textarea {-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.bookedClearFix label {margin-bottom:0;}.booked-modal .checkbox-radio-block input {height:auto}.booked-modal .checkbox-radio-block label {margin:inherit}body .booked-modal .bm-window p i.fa {color:#888 !important}@media screen and (max-width:720px) {body table.booked-calendar td .date .number {width:30px;height:30px;line-height:30px;-moz-border-radius:25px;-webkit-border-radius:25px;border-radius:25px;}body table.booked-calendar tbody td, body table.booked-calendar tr.days, body table.booked-calendar thead th {border-collapse:separate !important;border-bottom: 1px solid #ddd !important;}}@media screen and (max-width:480px) {body table.booked-calendar td .date .number {width:25px;height:25px;line-height:25px;}}@media screen and (min-width:768px) and (max-width:991px) {body .booked-calendar-wrap.small table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot {font-size:11px;}}body.woocommerce-page .preloader .page-title {border-bottom:0}html .woocommerce a.button, html .woocommerce a.button.alt, html .woocommerce button.button.alt, html .woocommerce input.button.alt, html .woocommerce #respond input#submit.alt, html .woocommerce #content input.button.alt, html .woocommerce-page a.button.alt, html .woocommerce-page button.button.alt, html .woocommerce-page input.button.alt, html .woocommerce-page #respond input#submit.alt, html .woocommerce-page #content input.button.alt, html .woocommerce button.button, html .woocommerce input.button, html .woocommerce #respond input#submit, html .woocommerce #content input.button, html .woocommerce-page a.button, html .woocommerce-page button.button, html .woocommerce-page input.button, html .woocommerce-page #respond input#submit, html .woocommerce-page #content input.button {font-weight:normal;}html .woocommerce a.button:hover, html .woocommerce button.button:hover, html .woocommerce input.button:hover, html .woocommerce #respond input#submit:hover, html .woocommerce #content input.button:hover, html .woocommerce-page a.button:hover, html .woocommerce-page button.button:hover, html .woocommerce-page input.button:hover, html .woocommerce-page #respond input#submit:hover, html .woocommerce-page #content input.button:hover {font-weight:normal;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;}html .woocommerce a.button, html .woocommerce-page a.button, html .woocommerce a.button.alt, .woocommerce #respond input#submit.alt, html .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {background-color:#3A3B74;color:#fff;padding:12px 24px;}html .woocommerce a.button:hover, html .woocommerce a.button.alt:hover, html .woocommerce button.button.alt:hover, html .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {opacity:0.85}.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {background-color:#3A3B74;color:#fff;cursor:default;opacity:1;padding-left:24px;padding-right:24px;}.woocommerce form input[type=text], .woocommerce form input[type=password], .woocommerce form input[type=email], .woocommerce form input[type=number], .woocommerce form input[type=url], .woocommerce form input[type=tel], .woocommerce form input[type=file], .woocommerce form input[type=search] {font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;font-size:13px;height:40px;margin-bottom:0;padding:0 15px;border:1px solid #d3d3d3;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.woocommerce form textarea {font-size:13px;border:1px solid #d3d3d3;padding:10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;transition: all 0.15s linear;}.woocommerce form select, .woocommerce-cart select {font-size:13px;height:40px;padding:0 12px !important;color:#6c6c6c;border:1px solid #d3d3d3;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {font-size:14px;padding:12px 24px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;}.woocommerce .woocommerce-message {margin-top:30px !important;border-radius:5px;padding:1em 1.75em 1em 3.5em;}.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {border-top-color:#ebe9eb}.woocommerce .woocommerce-message a.button.wc-forward {font-size:13px;padding:10px 22px;margin-top:-2px;}p.demo_store {background-color:#3A3B74;padding:10px 20px;box-shadow:none;}.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {margin-bottom:0}.woocommerce .woocommerce-ordering {margin-top:4px}.woocommerce .woocommerce-result-count {font-size:15px;margin-top:12px;}.products mark.count {color:#515151;background-color:transparent;}.woocommerce .products ul, .woocommerce ul.products {padding-top:45px}.woocommerce ul.products li.product {text-align:center}@media (max-width:479px) {.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {width:100% !important}}@media (max-width:767px) {.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {float:none;text-align:center}.woocommerce .woocommerce-result-count {margin-top:30px}.woocommerce .woocommerce-ordering {margin-top:20px}.woocommerce .products ul, .woocommerce ul.products {padding-top:35px}}@media (min-width:768px) {.woocommerce ul.products li.product, .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {width:30.66%;margin-right:4%;}.woocommerce ul.products li.first, .woocommerce ul.products li.last {clear:none}.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {margin-right:4%}.woocommerce ul.products li:nth-child(3n+3), .woocommerce-page.columns-3 ul.products li:nth-child(3n+3) {margin-right:0 !important}.woocommerce ul.products li:nth-child(3n-8) {clear:left}}.woocommerce ul.products a img.wp-post-image:hover {opacity:1}.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {font-size:18px}.woocommerce ul.products li.product .price {font-size:16px;color:#3A3B74;}.woocommerce ul.products li.product .price del {color:#3A3B74;display:inline;}.woocommerce ul.products li.product .price ins {text-decoration:none;}.woocommerce ul.products li.product .star-rating {color:#444;margin-left:auto;margin-right:auto;}.woocommerce span.onsale {padding:0;font-weight:normal;background-color:#ff4c4c;}.woocommerce .products .product .button.add_to_cart_button {}.woocommerce .products a.added_to_cart {display:block}.woocommerce nav.woocommerce-pagination {margin-bottom:15px}.woocommerce nav.woocommerce-pagination ul {border:0}.woocommerce nav.woocommerce-pagination ul li {margin:0 4px;border:1px solid #d3ced2;border-radius:2px;}.woocommerce .product .images img {opacity:1}.woocommerce.single-product .product .attachment-shop_single, .woocommerce .single-product .product .attachment-shop_single {margin-bottom:2%}.woocommerce .product .woocommerce-product-gallery img {margin-bottom:2%}.woocommerce div.product div.images .flex-control-thumbs li {width: 23.5%;margin:0 2% 2% 0 ;}.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) {margin-right:0}.woocommerce.single-product .page-title {border:0}@media (min-width:480px) {.woocommerce.single-product h1.product_title {font-size:42px}}.woocommerce .single-product .product {margin-top:10px}.woocommerce.single-product .product {margin-top:50px}.woocommerce .single-product .product .price, .woocommerce.single-product .product .price {font-size:26px;color:#3A3B74;}.woocommerce .single-product .product .price ins, .woocommerce.single-product .product .price ins {color:#3A3B74;text-decoration:none;font-weight:inherit;}.woocommerce .single-product .product .price del, .woocommerce.single-product .product .price del {color:#aaa}.woocommerce .single-product div[itemprop~="description"], .woocommerce.single-product div[itemprop~="description"] {margin-bottom:30px}.woocommerce .quantity .qty {padding:0}.woocommerce div.product form.cart, .woocommerce div.product p.cart {margin-bottom:30px;}.woocommerce div.product form.cart .button {height:40px;border-radius:50px;}.single_variation_wrap .single_variation {margin:5px 0 15px}.single-product div.product table.variations td, .single-product div.product table.variations th {display:list-item;list-style:none;padding:0;text-align:left;background-color:transparent;}.woocommerce .product .summary .variations td.label {font-size:14px;font-weight:600;color:#5c5c5c;margin-top:10px;}.woocommerce .product .summary .variations td.value select {margin-bottom:6px}.woocommerce .product-type-grouped .group_table {margin-bottom:15px}.woocommerce .product-type-grouped .group_table .label, .woocommerce .product-type-grouped .group_table .price {display:table-cell;vertical-align:middle !important;}.woocommerce .product-type-grouped .group_table .label {font-size:15px;color:#5c5c5c;text-align:left;font-weight:normal;white-space:normal;}.woocommerce .product-type-grouped .group_table .label label {font-weight:normal;}.woocommerce .product-type-grouped .group_table .price {font-size:15px;font-weight:600;}body.single.woocommerce .single_variation_wrap {margin-top:30px}body.single.woocommerce .product form.cart {margin-top:30px}.woocommerce .single-product .product_meta .sku_wrapper, .woocommerce .single-product .product_meta .posted_in, .woocommerce .single-product .product_meta .tagged_as, .woocommerce.single-product .product_meta .sku_wrapper, .woocommerce.single-product .product_meta .posted_in, .woocommerce.single-product .product_meta .tagged_as {display:block;padding:10px 0;border-bottom:1px solid #e3e3e3;}@media screen and (max-width:767px) {.woocommerce .single-product .product_meta .sku_wrapper, .woocommerce .single-product .product_meta .posted_in, .woocommerce .single-product .product_meta .tagged_as, .woocommerce.single-product .product_meta .sku_wrapper, .woocommerce.single-product .product_meta .posted_in, .woocommerce.single-product .product_meta .tagged_as {border:0;padding:5px 0;}}.woocommerce .single-product .product_meta span:last-child, .woocommerce.single-product .product_meta span:last-child {border-bottom:0}.woocommerce div.product .woocommerce-tabs ul.tabs {padding:0}.woocommerce div.product .woocommerce-tabs ul.tabs:before {width:0;border-bottom:0;}.woocommerce div.product .woocommerce-tabs ul.tabs li {padding:0}.woocommerce div.product .woocommerce-tabs ul.tabs li:before {width:0;height:0;border:0;}.woocommerce div.product .woocommerce-tabs ul.tabs li:after {width:0;height:0;}.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {display:block;background-color:transparent;margin:0;border:0;border-bottom:1px solid rgba(0,0,0,0.1) }.woocommerce div.product .woocommerce-tabs ul.tabs li a {width:100%;color:#888;}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {color:#333}.woocommerce-tabs .panel {background-color:transparent}@media screen and (max-width:767px) {.woocommerce div.product .woocommerce-tabs ul.tabs li {text-align:center}}@media screen and (min-width:768px) {.single-product div.product .woocommerce-tabs {clear:both;border-top:1px solid #e3e3e3;padding-top:40px;}.woocommerce-tabs ul.tabs {width:29.4117647059%;float:left;margin-right:5.8823529412%;text-align:left }.woocommerce div.product .woocommerce-tabs ul.tabs li a {padding:12px 0}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {font-family:"themovation-icons";content:"c";width:20px;height:auto;font-size:14px;color:#888;top:12px;border:0;box-shadow:none;}.woocommerce-tabs .panel {width:64.7058823529%;float:right;margin-right:0;margin-top:0 }.woocommerce-tabs .panel h2 {margin-top:8px}.woocommerce-tabs:after {clear:both;display:table;content:"";}}.woocommerce .wc-tab h2, .woocommerce .wc-tab h3, .woocommerce .wc-tab h4, .woocommerce .wc-tab h5 {font-weight:normal}.woocommerce .wc-tab h2 {font-size:24px}.woocommerce .wc-tab .shop_attributes {margin-top:25px;border-top:0;}.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th {background:transparent;border:0;}.woocommerce table.shop_attributes th {width:110px;padding-left:0;}.woocommerce #reviews h3 {margin:10px 0}.woocommerce #reviews .commentlist {padding:10px 0 0 0}.woocommerce #reviews #commentform .comment-form-author input, .woocommerce #reviews #commentform .comment-form-email input {width:100%}.woocommerce #reviews #commentform label {font-weight:600}.woocommerce #reviews #commentform input.submit:focus {border:0 !important}.woocommerce #reviews #reply-title {font-size:20px;display: block;margin: 15px 0 12px;}@media screen and (min-width:992px) {.woocommerce #reviews #commentform .comment-form-author, .woocommerce #reviews #commentform .comment-form-email {width:48%;float:left;}.woocommerce #reviews #commentform .comment-form-author {margin-right:4%}}.woocommerce-tabs + .upsells.products, .woocommerce-tabs + .related.products {padding-top:30px;margin-top:30px;border-top:1px solid #e3e3e3;}.upsells.products h2, .related.products h2 {text-align:center}.woocommerce div.product .product_title {display:inherit;}.woocommerce .shop_table.cart {border:0}@media screen and (min-width:992px) {.woocommerce table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail {width:10%}}.woocommerce .shop_table.cart thead th {text-transform:uppercase;font-size:13px;padding:9px 0;}.woocommerce .shop_table.cart td {padding:20px 0}.woocommerce table.cart .product-thumbnail img, .woocommerce-cart table.cart img {width:80px;opacity:1;}@media screen and (max-width:767px) {.woocommerce .shop_table.cart thead tr th.product-price, .woocommerce .shop_table.cart thead tr th.product-quantity {visibility:hidden}.woocommerce .shop_table.cart td.product-price {padding-left:10px;padding-right:10px;}.woocommerce .shop_table.cart .cart_item .product-name, .woocommerce .shop_table.cart .cart_item .product-name .variation dt, .woocommerce .shop_table.cart .cart_item .product-name .variation dd, .woocommerce .shop_table.cart .cart_item .product-name .variation dd p, .woocommerce .shop_table.cart .cart_item .product-price, .woocommerce .shop_table.cart .cart_item .product-subtotal {font-size:13px;}.woocommerce-cart-form .actions .button {padding:12px 24px !important}}@media screen and (min-width:768px) {.woocommerce .shop_table.cart .cart_item .product-name, .woocommerce .shop_table.cart .cart_item .product-price, .woocommerce .shop_table.cart .cart_item .product-subtotal {font-size:16px }}.woocommerce .shop_table.cart .cart_item .product-name, .woocommerce .shop_table.cart .cart_item .product-subtotal {font-weight:600}.woocommerce .shop_table.cart .cart_item .product-name .variation dt, .woocommerce .shop_table.cart .cart_item .product-name .variation dd, .woocommerce .shop_table.cart .cart_item .product-name .variation dd p {font-size:14px;line-height:130%;padding-bottom:0;margin-bottom:0;}.woocommerce .shop_table.cart .cart_item .product-remove .remove {float:right;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}.woocommerce .shop_table.cart td.actions .coupon .input-text {height:auto;padding:6px;line-height:inherit;}@media screen and (min-width:768px) {.woocommerce .shop_table.cart td.actions .coupon .input-text {width:160px}.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {float:right;width:36%;}.woocommerce .shop_table.cart td.actions > button.button {padding:12px 24px}}.woocommerce .cart-collaterals .cart_totals h2, .woocommerce .cart-collaterals .cross-sells h2 {font-size:22px}.woocommerce .cart-collaterals .cross-sells .products {padding-top:16px}.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {width:46%}.cart-collaterals .cart_totals table {width:100%;margin:0 0 6px;border:0;}.woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th {vertical-align: top;border-left: 0;border-right: 0;padding: 6px 0;line-height: 2em;background:transparent !important;}.woocommerce .cart-collaterals .cart_totals table td {text-align:right}.woocommerce .cart-collaterals .cart_totals table tr td, .woocommerce .cart-collaterals .cart_totals table tr th {border-top: 1px solid #ebe9eb;}.woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce .cart-collaterals .cart_totals table tr:first-child th {border-top: 0;}.cart-collaterals .cart_totals .cart-subtotal .amount {font-size:16px}.cart-collaterals .cart_totals .order-total .amount {font-size:20px}.cart-collaterals .cart_totals .order-total .includes_tax {display:block;font-size:90%}.cart-collaterals .cart_totals .order-total .includes_tax .amount {font-size:inherit}.woocommerce ul#shipping_method li {text-indent:4px}.woocommerce .cart-collaterals .cart_totals table select, .woocommerce-cart .cart-collaterals .cart_totals table select {width:auto}.woocommerce .cart-collaterals .cart_totals tr.shipping td > p, .woocommerce-cart .cart-collaterals .cart_totals tr.shipping td > p {font-size:14px}.woocommerce .cart-collaterals p.wc-cart-shipping-notice small {font-size:90%}.woocommerce .wc-proceed-to-checkout {padding:1em 0}.woocommerce .wc-proceed-to-checkout a.checkout-button {display:block;text-align:center;margin-bottom:1em;}html .woocommerce .wc-proceed-to-checkout a.button {padding-top:15px !important;padding-bottom:15px !important;}.checkout.woocommerce-checkout {overflow:auto}.woocommerce .blockOverlay {z-index:115 !important}.woocommerce .woocommerce-info, .woocommerce .woocommerce-error {border-radius:5px;}.woocommerce .woocommerce-info {padding:14px 20px !important}.woocommerce .woocommerce-info:before {display:none}.woocommerce .woocommerce-info a:link, .woocommerce .woocommerce-info a:hover, .woocommerce .woocommerce-info a:active {text-decoration:none}.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {border:2px solid #e3e3e3;border-radius:5px;}.woocommerce form.login .form-row-first, .woocommerce form.login .form-row-last, .woocommerce form.checkout_coupon .form-row-first, .woocommerce form.checkout_coupon .form-row-last {max-width:320px;float:left;}.woocommerce form.checkout_coupon .form-row-first, .woocommerce form.checkout_coupon .form-row-last {margin-bottom:0;}.woocommerce form.login .button {margin:8px 14px 8px 0;}.woocommerce form.login p {font-size:15px}.woocommerce-form-coupon button.button {padding:13px 24px}.woocommerce-checkout .content-editor > .woocommerce:before, .woocommerce-checkout .content-editor > .woocommerce:after {display:table;content:" ";}.woocommerce-checkout .content-editor > .woocommerce:after {clear: both}.woocommerce-checkout .woocommerce-account-fields .input-checkbox {margin-top:9px !important;}@media screen and (min-width:768px) {.woocommerce #customer_details .col-1, .woocommerce-page #customer_details .col-1, .woocommerce #customer_details .col-2, .woocommerce-page #customer_details .col-2 {width:100%;float:none;}.woocommerce #customer_details, .woocommerce-page #customer_details {width:52.9411764706%;float:left;margin-right:5.8823529412%;margin-bottom:25px;}.woocommerce form.login .form-row-last {margin-left:40px}.woocommerce form.checkout_coupon input.button {height:40px;margin-left:12px}#order_review, #order_review_heading {width:41.1764705882%;float:right;}.page-template-template-fullwidth-php.woocommerce-order-pay #order_review, .woocommerce-order-pay #order_review {border-width:3px;width:100%;float:none }.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3, .woocommerce-order-pay #order_review #payment h3 {padding-left:1em;padding-top:1em;}.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row, .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods+.form-row, .woocommerce-order-pay #order_review #payment .form-row, .woocommerce-order-pay #order_review .payment_methods+.form-row {padding:1em}.page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order, .woocommerce-order-pay #order_review .button#place_order {display:block;width:100%;font-size:1.387em }#wc_checkout_add_ons {width:41.1764705882%;float:left;margin-right:5.8823529412% }}@media screen and (max-width:767px) {.woocommerce form .form-row-first, .woocommerce-page form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {width:100%;float:none;}}.select2-container .select2-choice, .select2-container .select2-selection--single {height:40px;font-size:13px;line-height:1;padding:0 15px;}.select2-container--default .select2-selection--single .select2-selection__rendered {line-height:38px;padding-left:0;}.select2-container--default .select2-selection--single .select2-selection__arrow {height:38px}.select2-container--default .select2-search--dropdown .select2-search__field:focus {outline:none}.select2-dropdown .select2-results li {font-size:13px;color:#5c5c5c;}#order_review, #order_review_heading {margin-right:0;border:3px solid #e3e3e3;clear:right;padding-left:26px;padding-right:26px;}#order_review_heading {margin-bottom:0;padding-bottom:20px;padding-top:26px;border-width:3px 3px 0;}#order_review {border-width:0 3px 3px}.woocommerce #order_review table.shop_table {border:0;border-radius:0 }.woocommerce #order_review table.shop_table th, .woocommerce #order_review table.shop_table td {width:48%;padding:14px 0;}.woocommerce #order_review table.shop_table td.product-name dl.variation {display:none}.woocommerce #order_review table.shop_table thead th {font-size:13px;text-transform:uppercase;padding:8px 0 }.woocommerce #order_review table.shop_table .product-total, .woocommerce #order_review table.shop_table .cart-subtotal td, .woocommerce #order_review table.shop_table .shipping td, .woocommerce #order_review table.shop_table .tax-rate td, .woocommerce #order_review table.shop_table .order-total td {text-align:right}.woocommerce #order_review table.shop_table .shipping p {font-size:13px;margin-bottom:0;}.woocommerce-checkout #payment {background:transparent;border-radius:0;}.woocommerce-checkout #payment ul.payment_methods {padding:0;border:0;}.woocommerce-checkout #payment ul.payment_methods li input {margin:0 6px 0 0;}.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {line-height:1.65}.woocommerce-checkout #payment div.payment_box {width:100%;padding:12px 18px;background-color:#edf7ff;color:#666;border-radius:5px;border:1px solid #49aff5;margin:0 0 16px;}.woocommerce-checkout #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:after {border:0}.woocommerce-checkout #payment div.payment_box p {font-size:13px}.woocommerce-checkout #payment .about_paypal {margin-left:10px}.woocommerce-checkout #payment div.form-row {padding:14px 0 20px;}.woocommerce-checkout #order_review .woocommerce-terms-and-conditions-wrapper .input-checkbox {margin:8px 8px 0 -3px}.woocommerce-checkout #payment #place_order {width:100%;padding-top:15px;padding-bottom:15px;font-size:1.2em;margin-top:15px;margin-bottom:10px;}.woocommerce #ship-to-different-address label {display:inline;padding-left:0;font-weight:600;}.woocommerce #ship-to-different-address-checkbox {margin: 17px 10px 0 3px}.woocommerce form textarea#order_comments {height:90px}.woocommerce .order_details {margin:25px 0;padding-left:0;}body.woocommerce-order-received .woocommerce h2 {margin-top:40px}body.woocommerce-order-received .woocommerce table.shop_table {border-radius:0;}body.woocommerce-order-received table.shop_table dl.variation dd {margin-bottom:0}body.woocommerce-order-received table.shop_table dl.variation p {font-size:inherit;line-height:inherit;}body.woocommerce-order-received table.shop_table th, body.woocommerce-order-received table.shop_table td {padding:10px 12px;}body.woocommerce-order-received .order_details {margin:25px 0 5px;padding-left:0;}body.woocommerce-order-received .order_details li {margin-bottom:20px}@media screen and (max-width:767px) {body.woocommerce-account .woocommerce-MyAccount-navigation, body.woocommerce-account .woocommerce-MyAccount-content {float:none;width:100%;}.woocommerce-MyAccount-navigation {margin-bottom:40px}}@media screen and (min-width:768px) {body.woocommerce-account #customer_login .col-1 form, body.woocommerce-account #customer_login .col-2 form {min-height:350px}}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {display:block}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type=checkbox] {margin-right:6px}body.woocommerce-account #customer_login form.register p {font-size:15px}.woocommerce.widget_price_filter .price_slider_amount, .woocommerce.widget_price_filter .price_slider_amount .button {font-size:1em}.woocommerce.widget_price_filter .price_slider_amount {margin-top:20px;text-align:left;}.woocommerce.widget_price_filter .price_slider_amount .button {float:right}.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {background-color:#3A3B74}.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {background-color:#7d7d7d}.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {padding:16px 0}.woocommerce.widget_shopping_cart .cart_list li:first-child {}.woocommerce ul.cart_list li a {line-height:134%;margin:0 22px 2px 0;}.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {width:56px;float:left;margin-left:0;margin-right:15px;opacity:1;}.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;top:16px;left:auto;right:0;line-height:1;margin:0;}.woocommerce ul.cart_list li dl.variation {display:none}.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt, .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.cart_list li dl dd p, .woocommerce ul.product_list_widget li dl dd p {float:left;font-size:13px;line-height:130%;padding:0;border:0;margin:0;}.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt{margin-right:4px;}.woocommerce ul.cart_list li .quantity {font-size:14px;float:none }.woocommerce.widget_shopping_cart .total, .woocommerce.widget_shopping_cart .buttons {text-align:right}.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {margin-top:6px;border-top:0;}.widget.woocommerce.widget_product_categories ul li {border-bottom:0;padding:0;}.widget.woocommerce.widget_product_categories li a {padding:8px 0;display:block;border-bottom:1px solid #e6e6e6;}.footer .widget.woocommerce.widget_product_categories li a {border-bottom: 1px solid rgba(255,255,255,0.05);}.a2c-btn {display:inline-block}.a2c-btn a.button {font-weight:400;text-align:center;padding:10px 45px;margin-bottom:0;border:1px solid transparent;font-size:14px;line-height:1.42857143;vertical-align:middle;cursor:pointer;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;transition:all 0.2s linear;}.a2c-btn a.button:hover {opacity:0.85}.a2c-ghost.woocommerce a.button {color:#3A3B74;background-color:transparent;border-color:#3A3B74;}.a2c-ghost.woocommerce a.button:hover {color:#fff;background-color:#3A3B74;border-color:#3A3B74;opacity:1;}.a2c-cta.woocommerce a.button {display:inline-block;background-color:#F96D64;padding:14px 60px;font-size:18px;font-weight:600;text-transform:uppercase;color:#fff;white-space:nowrap;border:0;border-bottom:3px solid rgba(0, 0, 0, 0.15);border-radius:50px;}.a2c-cta.woocommerce a.button:hover {text-decoration:none;background-color:#F96D64;font-weight:600;color:#fff;opacity:0.85;}.themo_cart_icon {position:relative;float:right;font-size:22px;padding-left:22px;margin-top:27px;margin-left:12px;border-left:1px solid rgba(0,0,0,0.1);}.headhesive--clone .themo_cart_icon {margin-top:17px;}.headhesive--clone.themo_cart_icon, .headhesive--clone.banner[data-transparent-header="true"] .themo_cart_icon {border-left:1px solid rgba(0,0,0,0.1);}.themo_cart_icon a, .themo_cart_icon a:link, .themo_cart_icon a:hover, .themo_cart_icon a:focus {text-decoration:none;}.themo_cart_icon a i, .headhesive--clone.themo_cart_icon a i, .headhesive--clone.banner[data-transparent-header="true"] .themo_cart_icon a i {color:#5d5d5d;}.themo_cart_icon span {vertical-align: super;font-size:10px;line-height: 0;top: -.5em;color:#fff;background: #4da8e5;border-radius: 25px;position: absolute;height: 14px;text-align: center;width: 14px;right: -5px;padding-top: 6px;}.dark-header .themo_cart_icon a i, .banner[data-transparent-header="true"] .themo_cart_icon a i, .dark-header.headhesive--clone.banner[data-transparent-header="true"] .themo_cart_icon a i {color:#fff;}.dark-header .themo_cart_icon, .banner[data-transparent-header="true"] .themo_cart_icon, .dark-header.headhesive--clone.banner[data-transparent-header="true"] .themo_cart_icon {border-left:1px solid rgba(255,255,255,0.1);}@media (max-width:767px) {.themo_cart_icon {display:none}}@media (min-width:768px) {.themo_cart_icon + .navbar-collapse .navbar-nav li:last-child.th-accent {margin-right:10px}}.th-header-social {font-size:17px;padding-top:2px;padding-left:6px;}.th-header-social a {padding-left:8px}.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title:focus {outline:0}.th-book-cal-large {max-width:700px}.th-book-cal-small {max-width:400px}.th-book-cal-large, .th-book-cal-small {margin-left:auto;margin-right:auto;}.th-book-cal-large.th-left, .th-book-cal-small.th-left {margin-left:0}.th-book-cal-large.th-right, .th-book-cal-small.th-right {margin-right:0}@media (min-width:1100px) {body table.booked-calendar th .monthName {font-size:20px}}@media screen and (min-width:721px){body .th-book-cal-small table.booked-calendar .booked-appt-list {max-height:190px;overflow-y: scroll;overflow-x: hidden;padding:15px 20px 10px;}body .th-book-cal-small table.booked-calendar .booked-appt-list h2 {text-align:center;margin:0 0 15px;font-size:16px;}body .th-book-cal-small table.booked-calendar .booked-appt-list h2 span {display:none }body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot {border-top:0;margin:0 0 6px;}body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-time, body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-count {display:none;}body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-people {width:100%;padding:0;height:auto;}body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {float:none;margin:0;width:100%;text-align:center;}body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot {display:block;font-weight:600;font-size:13px;}body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-text {display:none;}}@media screen and (min-width:721px) and (max-width:991px) {body .main.col-sm-8 table.booked-calendar .booked-appt-list h2 {text-align:center;margin:0 0 15px;font-size:16px;}body .main.col-sm-8 table.booked-calendar .booked-appt-list h2 span {display:none }body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot {border-top:0;margin:0 0 6px;}body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-time, body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-count {display:none;}body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-people {width:100%;padding:0;height:auto;}body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {float:none;margin:0;width:100%;text-align:center;}body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot {display:block;font-weight:600;font-size:13px;}body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-text {display:none;}}@media screen and (min-width:1200px) {body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-time {width:35%}body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-count {width:35%}}@media screen and (min-width:721px) and (max-width:767px) {body .th-book-cal-large table.booked-calendar .booked-appt-list {max-height:190px;overflow-y: scroll;overflow-x: hidden;padding:15px 20px 10px;}body .th-book-cal-large table.booked-calendar .booked-appt-list h2 {text-align:center;margin:0 0 15px;font-size:16px;}body .th-book-cal-large table.booked-calendar .booked-appt-list h2 span {display:none }body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot {border-top:0;margin:0 0 6px;}body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-time, body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-count {display:none;}body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-people {width:100%;padding:0;height:auto;}body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {float:none;margin:0;width:100%;text-align:center;}body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot {display:block;font-weight:600;font-size:13px;}body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-text {display:none;}}@media screen and (min-width:768px) and (max-width:991px) {body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-time {font-size:14px}}.elementor-widget-themo-button .th-btn {margin-top:5px;margin-bottom:5px;}.elementor-widget-themo-button .btn-image {display:inline-block}.elementor-widget-themo-button .btn-1 {margin-right:6px}.elementor-widget-themo-button.th-btn-align-center .th-btn {margin-left:3px;margin-right:3px;}.elementor-widget-themo-button.th-btn-align-right .btn-1 {margin-right:0}.elementor-widget-themo-button.th-btn-align-right .btn-2 {margin-left:6px}@media (max-width:1024px) {.elementor-widget-themo-button.th-btn-align-tablet-left {text-align:left}.elementor-widget-themo-button.th-btn-align-tablet-center {text-align:center}.elementor-widget-themo-button.th-btn-align-tablet-center .th-btn {margin-left:3px;margin-right:3px;}.elementor-widget-themo-button.th-btn-align-tablet-right {text-align:right}.elementor-widget-themo-button.th-btn-align-tablet-right .btn-1 {margin-right:0}.elementor-widget-themo-button.th-btn-align-tablet-right .btn-2 {margin-left:6px}}@media (max-width:767px) {.elementor-widget-themo-button.th-btn-align-mobile-left {text-align:left}.elementor-widget-themo-button.th-btn-align-mobile-center {text-align:center}.elementor-widget-themo-button.th-btn-align-mobile-center .th-btn {margin-left:3px;margin-right:3px;}.elementor-widget-themo-button.th-btn-align-mobile-right {text-align:right}.elementor-widget-themo-button.th-btn-align-mobile-right .btn-1 {margin-right:0}.elementor-widget-themo-button.th-btn-align-mobile-right .btn-2 {margin-left:6px}}.th-cta {text-align:center}.th-cta .th-cta-text, .th-cta .th-cta-btn {display:inline-block}.th-cta .th-cta-text span {font-size:24px;color:#3A3B74;margin-left:15px;margin-right:15px;}.th-cta .th-cta-btn {margin:10px 15px}.th-cta .btn-cta, .th-cta .a2c-cta a.button {margin:5px 5px 8px}.th-cta .th-btn {font-size:18px;padding:12px 45px;margin:5px 5px 10px;}.th-cta .btn-image {display:inline-block;padding:0 !important;}.th-faq {}.th-faq dl dt {padding-top:20px;color:#515151;font-size:18px;font-weight:600;}.th-faq dl dd {padding:10px 0 20px 0;border-bottom:1px solid #e2e3e4;color:#5c5c5c;line-height:24px;}.th-light-text .th-faq dl dt, .th-light-text .th-faq dl dd {color:#fff}.th-fo-form {margin:0 auto}.th-fo-form.th-left {margin-left:0}.th-fo-form.th-right {margin-right:0}.th-conversion {padding-top:10px;text-align:center;}.th-conversion .frm_forms.with_frm_style {max-width:100% !important}.th-conversion .with_frm_style form {text-align:center}.th-conversion .frm_form_field {position:relative}.th-conversion form input {width:225px !important;height:56px !important;margin:5px 10px !important;border:1px solid #d3d3d3;padding:0 20px;}.th-conversion form input[type=submit], .th-conversion .with_frm_style input[type=submit] {width:225px;height:56px;padding:0;background-color:#3A3B74;color:#fff;box-sizing:border-box !important;}.th-conversion form input[type=submit]:hover, .th-conversion form input[type=submit]:active, .th-conversion form input[type=submit]:focus, .th-conversion .with_frm_style input[type=submit]:hover, .th-conversion .with_frm_style input[type=submit]:active, .th-conversion .with_frm_style input[type=submit]:focus {opacity:0.85;}#frm_submit_entry {text-align:center}.th-conversion fieldset, .th-conversion div, .th-conversion .frm_form_field, .th-conversion .frm_submit {display:inline-block !important}.th-conversion .frm_form_fields {display:block !important}.th-conversion form .frm_top_container label {display:block !important;text-align:left;margin-left:10px !important;}.th-conversion .frm_error {position:absolute;left:10px;bottom:-12px;line-height:1.4;}.th-conversion .frm_ajax_loading {display:none}.th-conversion.th-left, .th-conversion.th-left .with_frm_style form {text-align:left}.th-conversion.th-right, .th-conversion.th-right .with_frm_style form {text-align:right}.th-conversion.th-left form input {margin:5px 20px 5px 0 !important}.th-conversion.th-right form input {margin:5px 0 5px 20px !important}.th-conversion.th-left .frm_error {left:0}.th-conversion.th-right .frm_error {left:20px}.th-form-stacked {width:100%;padding:25px;}.th-form-stacked.th-form-bg.th-light-bg {background:rgba(255,255,255,0.3)}.th-form-stacked.th-form-bg.th-dark-bg {background:rgba(0,0,0,0.2)}.th-form-stacked.th-form-bg fieldset {padding-bottom:0 !important}.th-form-stacked form input {height:56px !important;}.th-form-stacked form input[type=submit], .th-form-stacked .with_frm_style input[type=submit] {height:56px;}.th-form-stacked form, .th-form-stacked form input, .th-form-stacked form textarea, .th-form-stacked form .frm_submit, .th-form-stacked .frm_error_style {width:100% !important;margin-left:0 !important;margin-right:0 !important;}.th-form-stacked form input {margin:0 !important}.th-form-stacked form textarea {margin-bottom:-5px !important}.th-form-stacked .with_frm_style form {text-align:left}.th-form-stacked .frm_error {position:relative;left:0;bottom:0;}.th-form-stacked .frm_submit .frm_ajax_loading {display:none}.btn-standard-primary-form form .frm_submit input[type=submit], .btn-standard-primary-form form .frm_submit input[type=submit]:hover {color:#fff;background-color:#045089;border-color:#045089;}.btn-standard-accent-form form .frm_submit input[type=submit], .btn-standard-accent-form form .frm_submit input[type=submit]:hover {color:#fff;background-color:#F96D64;border-color:#F96D64;}.btn-standard-light-form form .frm_submit input[type=submit], .btn-standard-light-form form .frm_submit input[type=submit]:hover {color:#1b1b1b;background-color:#fff;border-color:#fff;}.btn-standard-dark-form form .frm_submit input[type=submit], .btn-standard-dark-form form .frm_submit input[type=submit]:hover {color:#fff;background-color:#1b1b1b;border-color:#1b1b1b;}.btn-standard-primary-form form .frm_submit input[type=submit]:hover, .btn-standard-accent-form form .frm_submit input[type=submit]:hover, .btn-standard-dark-form form .frm_submit input[type=submit]:hover {color:#fff;opacity:0.85;}.btn-standard-light-form form .frm_submit input[type=submit]:hover, .btn-standard-light-form form .frm_submit input[type=submit]:focus {color:#1b1b1b;opacity:0.85;}.btn-ghost-primary-form form .frm_submit input[type=submit], .btn-ghost-accent-form form .frm_submit input[type=submit], .btn-ghost-light-form form .frm_submit input[type=submit], .btn-ghost-dark-form form .frm_submit input[type=submit] {border-width:2px;border-style:solid}.btn-ghost-primary-form form .frm_submit input[type=submit] {color:#045089;background-color:transparent;border-color:#045089;}.btn-ghost-primary-form form .frm_submit input[type=submit]:hover {color:#fff;background-color:#045089;border-color:#045089;}.btn-ghost-accent-form form .frm_submit input[type=submit] {color:#F96D64;background-color:transparent;border-color:#F96D64;}.btn-ghost-accent-form form .frm_submit input[type=submit]:hover {color:#fff;background-color:#F96D64;border-color:#F96D64;}.btn-ghost-light-form form .frm_submit input[type=submit] {color:#fff;background-color:transparent;border-color:#fff;}.btn-ghost-light-form form .frm_submit input[type=submit]:hover, .btn-ghost-light-form form .frm_submit input[type=submit]:focus {color:#1b1b1b;background-color:#fff;border-color:#fff;}.btn-ghost-dark-form form .frm_submit input[type=submit] {color:#1b1b1b;background-color:transparent;border-color:#1b1b1b;}.btn-ghost-dark-form form .frm_submit input[type=submit]:hover {color:#fff;background-color:#1b1b1b;border-color:#1b1b1b;}.btn-cta-primary-form form .frm_submit input[type=submit], .btn-cta-accent-form form .frm_submit input[type=submit] {display:inline-block;padding:14px 60px;font-size:18px;font-weight:600;text-transform:uppercase;color:#fff;white-space:nowrap;border:0;border-bottom:3px solid rgba(0, 0, 0, 0.15);}.btn-cta-primary-form form .frm_submit input[type=submit] {background-color:#045089;}.btn-cta-accent-form form .frm_submit input[type=submit] {background-color:#F96D64;}.btn-cta-primary-form form .frm_submit input[type=submit]:hover, .btn-cta-accent-form form .frm_submit input[type=submit]:hover {text-decoration:none;color:#fff;opacity:0.85;border-bottom:3px solid rgba(0, 0, 0, 0.15);}.btn-cta-primary-form form .frm_submit input[type=submit]:hover {background-color:#045089;}.btn-cta-accent-form form .frm_submit input[type=submit]:hover {background-color:#F96D64;}.th-header-wrap .elementor-icon-box-title, .th-header-wrap .elementor-icon-box-description {margin-left:5px;margin-right:5px;}.th-header-wrap .elementor-icon-box-title {margin-top:0}.elementor-widget-themo-header .th-header-wrap .elementor-icon-box-title {}.th-header-wrap .th-header-divider {height:0;display:inline-block;border:1px solid #1e8190;margin-left:5px;margin-right:5px;margin-bottom:18px;}.th-header-wrap h1 + .th-header-divider {width:60px;margin-top:2px}.th-header-wrap h2 + .th-header-divider {width:54px;}.th-header-wrap h3 + .th-header-divider {width:50px;margin-bottom:14px}.th-header-wrap h4 + .th-header-divider {width:44px;margin-bottom:14px}.th-header-wrap h5 + .th-header-divider {width:42px;margin-bottom:10px}.th-header-wrap h6 + .th-header-divider {width:30px;margin-bottom:10px}.elementor-widget-themo-header .elementor-icon-box-content h1 ~ p {font-size:18px}.elementor-widget-themo-header .th-btn-wrap {margin-top:32px}.elementor-widget-themo-header .th-btn-wrap .th-btn {margin:0 5px 10px 5px}@media (min-width:480px) {.elementor-widget-themo-header .elementor-icon-box-content h1 ~ .th-btn-wrap .th-btn {font-size: 17px;padding: 12px 38px;}}.elementor-widget-themo-header .th-btn-wrap .btn-image {display:inline-block;padding:0 !important;}.th-header-wrap .elementor-icon-box-description {white-space:pre-line}.elementor-widget-themo-header .th-header-wrap .elementor-icon, .elementor-widget-themo-header.elementor-view-default .th-header-wrap .elementor-icon {color:#045089}.elementor-widget-themo-header.elementor-view-default .th-header-wrap .elementor-icon svg {fill:#045089}.elementor-widget-themo-header.elementor-view-framed .th-header-wrap .elementor-icon {padding:0.65em;color:#045089;border-color:#045089;}.elementor-widget-themo-header.elementor-view-framed .th-header-wrap .elementor-icon svg {fill:#045089;}.elementor-widget-themo-header.elementor-view-stacked .th-header-wrap .elementor-icon {padding:0.65em;color:#fff;background-color:#045089;}.elementor-widget-themo-header .th-header-wrap .elementor-icon-box-icon {margin-bottom:15px}.elementor-widget-themo-header.elementor-position-left .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {display: -webkit-box;display: -ms-flexbox;display: flex;text-align: left;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}.elementor-widget-themo-header.elementor-position-right .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {display: -webkit-box;display: -ms-flexbox;display: flex;text-align: right;-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}.elementor-widget-themo-header.elementor-position-left .th-header-wrap .elementor-icon-box-icon, .elementor-widget-themo-header.elementor-position-right .th-header-wrap .elementor-icon-box-icon {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;}.elementor-widget-themo-header.elementor-position-left .th-header-wrap .elementor-icon-box-icon {margin-right:20px;margin-bottom:0}.elementor-widget-themo-header.elementor-position-right .th-header-wrap .elementor-icon-box-icon {margin-left:20px;margin-bottom:0}@media (max-width:1024px) {.elementor-widget-themo-header.elementor-position-tablet-top .th-header-wrap .elementor-icon-box-icon {margin-bottom:15px}.elementor-widget-themo-header.elementor-position-tablet-top .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {display: block;text-align: left;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}.elementor-widget-themo-header.elementor-position-tablet-left .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {display: -webkit-box;display: -ms-flexbox;display: flex;text-align: left;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}.elementor-widget-themo-header.elementor-position-tablet-right .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {display: -webkit-box;display: -ms-flexbox;display: flex;text-align: right;-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}.elementor-widget-themo-header.elementor-position-tablet-left .th-header-wrap .elementor-icon-box-icon, .elementor-widget-themo-header.elementor-position-tablet-right .th-header-wrap .elementor-icon-box-icon {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;}.elementor-widget-themo-header.elementor-position-tablet-left .th-header-wrap .elementor-icon-box-icon {margin-right:20px;margin-bottom:0}.elementor-widget-themo-header.elementor-position-tablet-right .th-header-wrap .elementor-icon-box-icon {margin-left:20px;margin-bottom:0}}@media (max-width:767px) {.elementor-widget-themo-header.elementor-position-mobile-top .th-header-wrap .elementor-icon-box-icon {margin-bottom:15px}.elementor-widget-themo-header.elementor-position-mobile-top .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {display: block;text-align: left;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}.elementor-widget-themo-header.elementor-position-mobile-left .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {display: -webkit-box;display: -ms-flexbox;display: flex;text-align: left;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}.elementor-widget-themo-header.elementor-position-mobile-right .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {display: -webkit-box;display: -ms-flexbox;display: flex;text-align: right;-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}.elementor-widget-themo-header.elementor-position-mobile-left .th-header-wrap .elementor-icon-box-icon, .elementor-widget-themo-header.elementor-position-mobile-right .th-header-wrap .elementor-icon-box-icon {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;}.elementor-widget-themo-header.elementor-position-mobile-left .th-header-wrap .elementor-icon-box-icon {margin-right:20px;margin-bottom:0}.elementor-widget-themo-header.elementor-position-mobile-right .th-header-wrap .elementor-icon-box-icon {margin-left:20px;margin-bottom:0}}.elementor-section-full_width .elementor-image-gallery .gallery {width: calc(100% - 30px);margin:0 auto;}.row.gallery-row {padding:15px 0}.gallery .img-thumbnail {padding:0;border:0;border-radius:0;margin:0 auto;}.gallery a.img-thumbnail {-webkit-transition:all 0.25s linear;-moz-transition:all 0.25s linear;transition:all 0.25s linear;}.gallery a.img-thumbnail:hover {opacity:0.7}.gallery .gallery-text {text-align:center;overflow:hidden;background:#fff;padding:20px 20px 10px;border:1px solid #e4e4e4;border-top:0;}.gallery .image-title {color:#515151;font-size:18px;font-weight:600;margin-bottom:10px;}.gallery .caption {color:#5c5c5c;margin-bottom:10px;}@media (max-width:767px) {.row.gallery-row {padding:0}.row.gallery-row > div {margin:15px auto}}.elementor-widget-themo-info-card .th-info-card-wrap {padding:40px;border-radius:5px;box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);}.elementor-widget-themo-info-card .th-info-card-wrap .elementor-icon-box-title {font-size:28px;color:#045089;margin:0 0 20px;}.elementor-widget-themo-info-card .th-info-card-wrap .elementor-icon-box-description {color:#5c5c5c;white-space:pre-line;}.elementor-widget-themo-info-card .th-info-card-wrap .th-btn-wrap {margin-top:25px;}.elementor-widget-themo-info-card .th-info-card-wrap .th-btn-wrap a {display:block;color:#6772e5;font-weight:600;text-transform:uppercase;text-decoration:none;}.elementor-widget-themo-info-card .th-info-card-wrap .th-btn-wrap a:after {font: normal normal normal 14px/1 FontAwesome;content:"\f061";margin-left:5px;}.elementor-widget-themo-info-card .th-info-card-wrap .th-btn-wrap a:hover {opacity:0.7}.elementor-widget-themo-info-card .th-info-card-wrap .th-btn-wrap .th-btn-2 {margin-top:6px}@media (max-width:767px) {.elementor-widget-themo-info-card .th-info-card-wrap {padding:30px}}.th-itin-narrow {max-width:450px}.th-itin-med {max-width:700px}.th-itin-fw {max-width:none}.th-itin-center {margin:0 auto}.th-itin-single {margin-bottom:10px;position:relative;}.th-itin-icon {position:absolute;top:3px;font-size:22px;color:rgba(35,35,35,1);}.th-itin-title {padding-left:42px;font-size:18px;cursor: pointer;}.th-itin-content {padding:8px 0 28px 30px;margin:10px 0 0 8px;font-size:15px;border-left:2px solid rgba(35,35,35,0.25);}.th-itin-inactive .th-itin-content {display:none}.th-google-map {background-repeat:no-repeat;background-size:cover;background-position:center;}.th-gmap-wrap {position:relative}.map-info {position:absolute;top:50px;left:15px;z-index:2;min-width:290px;background:#fff;padding:40px;border-radius:5px;box-shadow:0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);}.map-info:before {content: " ";position: absolute;z-index: -1;top: 15px;left: 15px;right: 15px;bottom: 15px;}.map-info h3 {font-size:22px;color:#045089;margin:0 0 20px;}.map-info .th-gmap-hoursop p {font-size:14px}.map-info .th-gmap-links {margin-top:25px}.map-info .th-gmap-links a {font-size:14px;color:#6772e5;font-weight:600;text-transform:uppercase;text-decoration:none;padding-right:20px;margin-top:5px }.map-info .th-gmap-links a:last-child {padding-right:0}@media (max-width:400px) {.map-info {top:20px;left:20px;min-width:0;}}.th-package {max-width:560px;position:relative;}.elementor-section-full_width .th-package {max-width:680px}.th-package a.th-pkg-click {position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;z-index:20;}.th-pkg-info {position:absolute;top:20px;right:20px;padding:12px;text-align:center;background:rgba(0,0,0,0.2);border-radius:4px;}.th-pkg-info h4, .th-pkg-info span {line-height:100%;margin:0;}.th-pkg-info span {font-size:14px}.th-pkg-content {font-size:16px;padding:40px;margin-top:-1px;background-color: #f1f1f1;}.th-pkg-content h3 {font-size:22px;color:#045089;margin:0 0 10px;}.th-package-pre-title {font-size:13px;margin-bottom:7px;text-transform:uppercase;}.th-pkg-img img {border-radius:5px 5px 0 0}.th-pkg-content {border-radius:0 0 5px 5px}@media (max-width:767px) {.th-package {margin:0 auto}}.th-plist-item:before, .th-plist-item:after {content:" ";display:table;}.th-plist-item:after {clear:both;}.th-plist-item {margin-bottom:10px}.th-price-list.th-show-divider .th-plist-item {padding-bottom:10px;border-bottom:1px solid #DEDEDE;margin-bottom:15px;}.th-plist-item:last-child, .th-price-list.th-show-divider .th-plist-item:last-child {border-bottom:0;margin-bottom:0;}.th-plist-title {display:block;font-size:20px;}.th-plist-subtitle {font-size:14px}.th-plist-content {width:70%;float:left;padding:0 15px 0 0;}.th-plist-description {padding-top:10px;font-size:14px;}.th-plist-price {width:30%;float:left;text-align:right;}.th-plist-price-number {display:block;font-size:34px;}.th-plist-price-text {font-size:13px}.th-pricing-table {padding:30px 15px;}.th-pricing-column {text-align:center;padding:40px 30px;border:1px solid #e4e4e4;border-left:0;background-color:#fff;}.th-pricing-column:first-child {border-left:1px solid #e4e4e4}.th-pricing-column.th-highlight {position:relative;z-index:100;margin:-20px -1px 0 -1px;padding:60px 30px;background-color:#045089;border:0;}.th-pricing-column.th-highlight .th-pricing-cost, .th-pricing-column.th-highlight .th-pricing-title, .th-pricing-column.th-highlight .th-pricing-sub-title, .th-pricing-column.th-highlight ul li {border-color:rgba(255,255,255,0.2);color:#fff;}.th-one-col .th-pricing-column.th-highlight {margin-left:25%;margin-right:25%;}.th-pricing-title {font-size:24px;color:#515151;font-weight:600;margin-bottom:2px;}.th-pricing-cost {font-size:46px;color:#045089;font-weight:600;margin:25px 0 5px;}.th-pricing-cost span {font-size:20px;font-weight:400;}.th-pricing-table ul, .th-pricing-table ul li {list-style:none;margin:0;padding:0;}.th-pricing-table ul {padding-bottom:20px;margin-bottom:15px;}.th-pricing-table ul li {font-size:15px;color:#5c5c5c;padding:16px 0;border-bottom:1px solid #e7e7e7;}.th-pricing-table .th-btn {margin:15px 5px 0;}.th-pricing-table p.a2c-btn {margin-bottom:0}.th-pricing-footer {text-align:center;font-size:13px;padding-top:20px;}.th-service-block-w .elementor-icon-box-title {margin-top:0}.elementor-widget-themo-service-block .th-service-block-w .elementor-icon-box-title {}.th-service-block-w .elementor-icon-box-description {white-space:pre-line}.th-service-block-w a.elementor-icon, .th-service-block-w a.elementor-icon:hover {text-decoration:none}.th-service-block-w .elementor-icon-box-title a {color: inherit;}.elementor-widget-themo-service-block .th-service-block-w .elementor-icon, .elementor-widget-themo-service-block.elementor-view-default .th-service-block-w .elementor-icon {color:#045089}.elementor-widget-themo-service-block.elementor-view-default .th-service-block-w .elementor-icon svg {fill:#045089}.elementor-widget-themo-service-block.elementor-view-framed .th-service-block-w .elementor-icon {padding:0.65em;color:#045089;border-color:#045089;}.elementor-widget-themo-service-block.elementor-view-framed .th-service-block-w .elementor-icon svg {fill:#045089;}.elementor-view-framed .th-icon-size-sm .elementor-icon {border-width:2px}.elementor-widget-themo-service-block.elementor-view-stacked .th-service-block-w .elementor-icon {padding:0.65em;color:#fff;background-color:#045089;}.elementor-widget-themo-service-block.elementor-position-top .th-service-block-w .elementor-icon-box-wrapper {text-align:center}.elementor-widget-themo-service-block .th-service-block-w .elementor-icon-box-icon {margin-bottom:12px}.elementor-widget-themo-service-block.elementor-position-left .th-service-block-w .elementor-icon-box-wrapper.th-show-icon {display: -webkit-box;display: -ms-flexbox;display: flex;text-align: left;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}.elementor-widget-themo-service-block.elementor-position-right .th-service-block-w .elementor-icon-box-wrapper.th-show-icon {display: -webkit-box;display: -ms-flexbox;display: flex;text-align: right;-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}.elementor-widget-themo-service-block.elementor-position-left .th-service-block-w .elementor-icon-box-icon, .elementor-widget-themo-service-block.elementor-position-right .th-service-block-w .elementor-icon-box-icon {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;}.elementor-widget-themo-service-block.elementor-position-left .th-service-block-w .elementor-icon-box-icon {margin-right:20px;margin-bottom:0}.elementor-widget-themo-service-block.elementor-position-right .th-service-block-w .elementor-icon-box-icon {margin-left:20px;margin-bottom:0}@media (max-width:1024px) {.elementor-widget-themo-service-block.elementor-position-tablet-top .th-service-block-w .elementor-icon-box-icon {margin-bottom:15px}.elementor-widget-themo-service-block.elementor-position-tablet-top .th-service-block-w .elementor-icon-box-wrapper.th-show-icon {display: block;text-align: left;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}.elementor-widget-themo-service-block.elementor-position-tablet-left .th-service-block-w .elementor-icon-box-wrapper.th-show-icon {display: -webkit-box;display: -ms-flexbox;display: flex;text-align: left;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}.elementor-widget-themo-service-block.elementor-position-tablet-right .th-service-block-w .elementor-icon-box-wrapper.th-show-icon {display: -webkit-box;display: -ms-flexbox;display: flex;text-align: right;-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}.elementor-widget-themo-service-block.elementor-position-tablet-left .th-service-block-w .elementor-icon-box-icon, .elementor-widget-themo-service-block.elementor-position-tablet-right .th-service-block-w .elementor-icon-box-icon {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;}.elementor-widget-themo-service-block.elementor-position-tablet-left .th-service-block-w .elementor-icon-box-icon {margin-right:20px;margin-bottom:0}.elementor-widget-themo-service-block.elementor-position-tablet-right .th-service-block-w .elementor-icon-box-icon {margin-left:20px;margin-bottom:0}}@media (max-width:767px) {.elementor-widget-themo-service-block.elementor-position-mobile-top .th-service-block-w .elementor-icon-box-wrapper {margin-bottom:12px}.elementor-widget-themo-service-block.elementor-position-mobile-top .th-service-block-w .elementor-icon-box-wrapper.th-show-icon {display: block;text-align: left;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}.elementor-widget-themo-service-block.elementor-position-mobile-left .th-service-block-w .elementor-icon-box-wrapper.th-show-icon {display: -webkit-box;display: -ms-flexbox;display: flex;text-align: left;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}.elementor-widget-themo-service-block.elementor-position-mobile-right .th-service-block-w .elementor-icon-box-wrapper.th-show-icon {display: -webkit-box;display: -ms-flexbox;display: flex;text-align: right;-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}.elementor-widget-themo-service-block.elementor-position-mobile-left .th-service-block-w .elementor-icon-box-icon, .elementor-widget-themo-service-block.elementor-position-mobile-right .th-service-block-w .elementor-icon-box-icon {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;}.elementor-widget-themo-service-block.elementor-position-mobile-left .th-service-block-w .elementor-icon-box-icon {margin-right:20px;margin-bottom:0}.elementor-widget-themo-service-block.elementor-position-mobile-right .th-service-block-w .elementor-icon-box-icon {margin-left:20px;margin-bottom:0}}#main-flex-slider {background:transparent;}#main-flex-slider .slider-bg {display:flex;flex-direction: column;}#main-flex-slider .th-slide-wrap, #main-flex-slider .th-slider-overlay, #main-flex-slider .has-image-bg {position:absolute;width:100%;height:100%;}#main-flex-slider .th-slide-inner {height:100%;flex:1 0 100%;}#main-flex-slider .th-slide-inner {display:flex;padding:40px;}#main-flex-slider .th-slide-content {width:100%}.th-slide-inner.th-left {text-align:left}.th-slide-inner.th-centered {text-align:center}.th-slide-inner.th-right {text-align:right}#main-flex-slider .slides img {width:auto;max-width:100%;}#main-flex-slider .slides h1 {font-size:44px;font-weight:300;color:#045089;margin-bottom:20px;}#main-flex-slider .slider-subtitle p {font-size:22px;font-weight:300;color:#2e2e2e;margin-bottom:30px;}#main-flex-slider .th-btn {margin:10px 5px 8px}#main-flex-slider .th-btn:not(.btn-cta-primary):not(.btn-cta-accent) {font-size:17px;padding:12px 38px;}#main-flex-slider .btn-cta-primary, #main-flex-slider .btn-cta-accent {padding:12px 50px}#main-flex-slider .slides .btn-image img {display:inline}#main-flex-slider .slides .btn-image {display:inline-block;padding:0 !important;}#main-flex-slider .slides .hero {margin:20px auto}#main-flex-slider .th-left .hero {margin-left:0}#main-flex-slider .th-right .hero {margin-right:0}.flex-direction-nav a {width:60px;height:60px;background-color:#111;padding:0 !important;margin-top:-30px;overflow:visible;border-radius:5px;}.flex-direction-nav a:before {font-family: "themovation-icons" !important;font-size:22px;line-height:60px;}.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity:0.65;color:#fff}.flex-direction-nav .flex-next:before {content:"c" !important}.flex-direction-nav .flex-prev:before {content:"a" !important}.flex-direction-nav .flex-prev {opacity:0.1;left:0;text-align:center;border-bottom-left-radius:0;border-top-left-radius:0;}.flexslider:hover .flex-prev {opacity:0.35;left:0;}.flex-direction-nav .flex-next {opacity:0.1;right:0;text-align:center;border-bottom-right-radius:0;border-top-right-radius:0;}.flexslider:hover .flex-next {opacity:0.35;right:0;}#main-flex-slider .flex-control-nav {bottom:20px;z-index:5;}#main-flex-slider .slider-scroll-down + .flex-control-nav {text-align:right;padding-right:20px;}#main-flex-slider .slider-scroll-down + .flex-control-nav li a {color:transparent}a.slider-scroll-down {width:50px;height:50px;position:absolute;bottom:10px;left:50%;display:block;margin-left:-25px;color:#fff;font-size:25px;line-height:54px;text-align:center;text-decoration:none;opacity:0.6;border-radius:50em;z-index:1000;transition:all 0.2s ease-in-out;}.slider-scroll-down:hover {color:#fff;opacity:1;text-decoration:none;transform: translate(0,8px);}#main-flex-slider .th-conversion {padding-top:40px;padding-bottom:20px;}#main-flex-slider .th-conversion form input {border-color:#ababab}#main-flex-slider .th-conversion form input[type=submit], #main-flex-slider .th-conversion .with_frm_style input[type=submit] {border-color:rgba(0, 0, 0, 0.1)}#main-flex-slider .th-conversion .frm_message p {font-size:14px;color:#468847;margin-bottom:0;}.th-left .th-conversion, .th-left .th-conversion .with_frm_style form {text-align:left}.th-right .th-conversion, .th-right .th-conversion .with_frm_style form {text-align:right}.th-left .th-conversion form input {margin:5px 20px 5px 0 !important}.th-right .th-conversion form input {margin:5px 0 5px 20px !important}.th-left .th-conversion .frm_error {left:0}.th-right .th-conversion .frm_error {left:20px}#main-flex-slider .th-form-stacked {width:100%;padding:25px;margin:20px auto 0;}#main-flex-slider .th-form-bg.th-light-bg .th-form-stacked {background:rgba(255,255,255,0.3)}#main-flex-slider .th-form-bg.th-dark-bg .th-form-stacked {background:rgba(0,0,0,0.2)}#main-flex-slider .th-form-bg .th-form-stacked fieldset {padding-bottom:0 !important}#main-flex-slider .th-form-stacked form, #main-flex-slider .th-form-stacked form input, #main-flex-slider .th-form-stacked form textarea, #main-flex-slider .th-form-stacked form .frm_submit, #main-flex-slider .th-form-stacked .frm_error_style {width:100% !important;margin-left:0 !important;margin-right:0 !important;}#main-flex-slider .th-form-stacked form input {margin:0 !important}#main-flex-slider .th-form-stacked form textarea {margin-bottom:-5px !important}#main-flex-slider .th-form-stacked .with_frm_style form {text-align:left}#main-flex-slider .th-form-stacked .frm_error {position:relative;left:0;bottom:0;}#main-flex-slider .booked-cal-sm {max-width:400px;margin:35px auto 0;}#main-flex-slider .slider-title + .booked-cal-sm {margin-top:50px}#main-flex-slider .booked-calendarSwitcher p {line-height:1;font-size:14px;margin-top:2px;margin-bottom:0 !important;font-weight:normal;}.th-team-member {max-width:560px;background-color:#f1f1f1;}.elementor-section-full_width .th-team-member {max-width:680px}.th-team-member a:hover {text-decoration:none}.th-team-member-content {padding:25px;}.th-team-member-name {font-size:22px;margin:0 0 5px;}.th-team-member-title {font-size:16px;font-weight:normal;margin:5px 0;}.th-team-member-text {margin-top:15px;white-space:pre-line;}.th-team-member-social {margin:6px 0 0}.th-team-member-social i, .th-team-member-social svg {opacity:0.3;margin:8px 8px 0 0;}.th-team-member-social i {font-size:16px;color:#000;}.th-team-member-social svg {height:16px;width:auto;fill:#000;vertical-align:text-bottom;}.th-team-member-social a i:hover {color:#045089;opacity:1;}.th-team-member-social a svg:hover {fill:#045089;opacity:1;}.th-testimonial-w.th-txt-sm .elementor-testimonial-content {font-size:18px;}.th-testimonial-w.th-txt-md .elementor-testimonial-content {font-size:22px;}.th-testimonial-w.th-txt-lg .elementor-testimonial-content {font-size:26px;}.th-testimonial-w .elementor-testimonial-name {color:#6d6d6d;font-size:18px;}.th-testimonial-w .elementor-testimonial-job {color:#868686;font-size:14px;}.elementor-testimonial-image img {width:60px !important;height:60px !important;}.th-testimonial-w .th-star-rating {margin-bottom:20px;}.th-testimonial-w .th-star-rating span {font-size:18px;}.th-testimonial-w .th-star-rating span:before {content:"\f006";}.th-testimonial-w .th-star-05 .th-star-1:before, .th-testimonial-w .th-star-15 .th-star-2:before, .th-testimonial-w .th-star-25 .th-star-3:before, .th-testimonial-w .th-star-35 .th-star-4:before, .th-testimonial-w .th-star-45 .th-star-5:before {content:"\f123";}.th-testimonial-w .th-star-10 .th-star-1:before, .th-testimonial-w .th-star-15 .th-star-1:before, .th-testimonial-w .th-star-20 .th-star-1:before, .th-testimonial-w .th-star-20 .th-star-2:before, .th-testimonial-w .th-star-25 .th-star-1:before, .th-testimonial-w .th-star-25 .th-star-2:before, .th-testimonial-w .th-star-30 .th-star-1:before, .th-testimonial-w .th-star-30 .th-star-2:before, .th-testimonial-w .th-star-30 .th-star-3:before, .th-testimonial-w .th-star-35 .th-star-1:before, .th-testimonial-w .th-star-35 .th-star-2:before, .th-testimonial-w .th-star-35 .th-star-3:before, .th-testimonial-w .th-star-40 .th-star-1:before, .th-testimonial-w .th-star-40 .th-star-2:before, .th-testimonial-w .th-star-40 .th-star-3:before, .th-testimonial-w .th-star-40 .th-star-4:before, .th-testimonial-w .th-star-45 .th-star-1:before, .th-testimonial-w .th-star-45 .th-star-2:before, .th-testimonial-w .th-star-45 .th-star-3:before, .th-testimonial-w .th-star-45 .th-star-4:before, .th-testimonial-w .th-star-50 .th-star-1:before, .th-testimonial-w .th-star-50 .th-star-2:before, .th-testimonial-w .th-star-50 .th-star-3:before, .th-testimonial-w .th-star-50 .th-star-4:before, .th-testimonial-w .th-star-50 .th-star-5:before {content:"\f005";}.elementor-text-editor, .elementor-text-editor h1, .elementor-text-editor h2, .elementor-text-editor h3, .elementor-text-editor h4, .elementor-text-editor h5, .elementor-text-editor h6, .elementor-text-editor p, .elementor-text-editor ul li, .elementor-text-editor ol li {font-family:inherit;font-weight:inherit;font-style:inherit;color:inherit;line-height:inherit;}.elementor-text-editor p, .elementor-text-editor ul li, .elementor-text-editor ol li {font-size:inherit}.th-thumb-flex-slider {}.th-thumb-flex-slider .slides img {display:none}.th-thumb-flex-slider .slides {text-align:center}.th-thumb-flex-slider .slides > li {margin-right:40px}.th-thumb-flex-slider a img {-webkit-transition:all 0.25s linear;-moz-transition:all 0.25s linear;transition:all 0.25s linear;}.th-thumb-flex-slider a img:hover {opacity:0.85}.th-thumb-flex-slider .th-thumb-title {font-size:18px;font-weight:600;color:#515151;margin:10px auto 0;}.th-thumb-flex-slider .th-thumb-title a {text-decoration:none}.th-thumb-flex-slider .th-thumb-title span {font-size:14px;font-weight:normal;color:#5c5c5c;display:block;}.flexslider a.img-thumbnail {background:transparent !important}.th-thumb-flex-slider .flex-direction-nav a:before {font-size:16px;line-height:50px;}.th-thumb-flex-slider .flex-direction-nav a {color:#fff;opacity:0.5;height:50px;width:50px;}.th-thumb-flex-slider.flex-landscape .flex-direction-nav a {top:60px;margin-top:0;}.th-thumb-flex-slider .flex-direction-nav .flex-prev {left:0}.th-thumb-flex-slider .flex-direction-nav .flex-next {right:0}.th-thumb-flex-slider.flexslider:hover .flex-prev, .th-thumb-flex-slider.flexslider:hover .flex-next {opacity:0.6}.th-thumb-flex-slider.flexslider .flex-prev:hover, .th-thumb-flex-slider.flexslider .flex-next:hover {opacity:0.8}.th-light-text .th-thumb-flex-slider .th-thumb-title {color:#fff}.th-light-text .th-thumb-flex-slider span {color:rgba(255,255,255,0.8)}.flex-control-nav {bottom:5px;z-index:5;}.flex-control-paging li a {background:#e8e8e8;background:rgba(255,255,255,0.5);-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;}.flex-control-paging li a:hover {background:#fff}.flex-control-paging li a.flex-active {background:#fff}.th-image-carousel-timeline .slick-slide {opacity:0.2;transform: scale(0.80, 0.80);transition:all 0.65s ease;}.th-image-carousel-timeline .slick-slide.slick-current {opacity:1;transform: scale(1.0, 1.0);}.th-image-carousel-timeline .slick-slide figcaption {padding-top:14px;opacity:0;transition:all 0.8s ease;}.th-image-carousel-timeline .slick-current figcaption {opacity:1}.th-image-carousel-timeline .slick-slide figcaption .th-timeline-title {font-size:20px;display:block;}.th-image-carousel-timeline .slick-slide figcaption .th-timeline-caption {font-size:15px;}.elementor-widget-toggle .elementor-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle .elementor-toggle-title.active, .elementor-widget-toggle .elementor-toggle .elementor-toggle-icon {color:#045089}.elementor-toggle .elementor-toggle-title {font-size:18px;font-weight:500;padding:20px;transition: all 0.25s linear;}.elementor-toggle .elementor-toggle-title.active {padding-bottom:10px}.elementor-toggle .elementor-toggle-title .elementor-toggle-icon {float:right;width:auto;font-size:14px;margin-top:3px;}.elementor-toggle .elementor-toggle-title .elementor-toggle-icon i.fa:before {content:"\f067"}.elementor-toggle .elementor-toggle-title.active .elementor-toggle-icon i.fa:before {content:"\f068"}.elementor-toggle .elementor-toggle-content {padding:0 40px 20px 20px }.th-tour-nav {width:100%;display:flex;justify-content:space-between;align-items:center;padding:24px 0;}.th-tour-nav-price, .th-tour-nav-items {color:#1b1b1b;}.th-tour-nav-price {order:1;font-size:32px;}.th-tour-nav-price span {font-size:22px;}.th-tour-nav-btn {order:3;}.th-tour-nav-items {order:2;text-align:center;}.th-tour-nav-item {display:inline-block;font-size:20px;margin:5px 18px;}.th-tour-nav-item i {position:relative;font-size:24px;margin-right:4px;}.th-tour-nav-item .fa, .th-tour-nav-item .th-trip {top:2px}.th-tour-nav-item .travelpack-person-plus {font-size:28px;top:5px;}.th-tour-nav-item .th-linea {top:5px}.th-tour-nav-item svg {position:relative;height:24px;width:auto;margin-right:4px;vertical-align:text-bottom;}@media (max-width:767px) {.th-tour-nav {display:block;text-align:center;}.th-tour-nav-price {display:inline;margin:0 5px;}.th-tour-nav-btn {display:inline;margin:0 5px;}.th-tour-nav-btn .btn {margin-bottom:10px}.th-tour-nav-items {display:block}.th-tour-nav-item {font-size:18px;margin:5px 12px;}.th-tour-nav-item .fa, .th-tour-nav-item .th-trip {top:3px}.th-tour-nav-item .th-linea {top:6px}}.th-widget-area .widget ul {margin:0;padding:0;}.th-widget-area .widget ul li {padding:8px 0;list-style:none;border-bottom:1px solid #e2e2e2;}.th-widget-area .widget ul li:first-child {padding-top:0}.th-widget-area .widget ul li ul li {margin-left:20px}.th-widget-area .widget ul li a:hover {text-decoration:none}.th-widget-area .widget.widget_categories ul li, .th-widget-area .widget.widget_pages ul li, .th-widget-area .widget.widget_nav_menu ul li {border-bottom:0;padding:0;}.th-widget-area .widget.widget_categories li a, .th-widget-area .widget.widget_pages li a, .th-widget-area .widget.widget_nav_menu li a {padding:8px 0;display:block;border-bottom:1px solid #e6e6e6;}.th-widget-area .widget .post-date {display:block;font-size:12px;color:#848484;}.th-widget-area .widget select {display:block;width:100%;padding:10px;color:#6d6d6d;border:1px solid #d3d3d3;border-radius:5px;-webkit-transition:all 0.15s linear;-moz-transition:all 0.15s linear;transition:all 0.15s linear;}.th-widget-area .widget select:focus {border:1px solid #045089;outline:0;}.th-widget-area .widget .dropdown .caret {display:none}.th-widget-area .widget .dropdown-menu {position:static;display:block;float:none;min-width:0;border:none;background-color:transparent;box-shadow:none;}.th-widget-area .widget ul.menu li.th-accent {border:0;margin-top:0;}#wp-calendar {width:100%}#wp-calendar caption {text-align:right;font-size:12px;margin:0 0 15px 0;}#wp-calendar thead {font-size:10px}#wp-calendar thead th {text-align:center;padding-bottom:10px;}#wp-calendar tbody td {text-align:center;padding:8px;font-size:12px;background:#f5f5f5;border:1px solid #fbfcfd;-webkit-transition:all 0.15s linear;-moz-transition:all 0.15s linear;transition:all 0.15s linear;}#wp-calendar tbody td a:link, #wp-calendar tbody td a {font-weight:600;text-decoration:underline;}#wp-calendar tfoot #next {font-size:10px;text-transform:uppercase;text-align:right;}#wp-calendar tfoot #prev {font-size:10px;text-transform:uppercase;padding-top:10px;}#wp-calendar tbody .pad {background:transparent}#wp-calendar tbody td:hover {background:transparent}#wp-calendar thead th, #wp-calendar caption, #wp-calendar tbody {color:#2a2a2a}.search-form input, .search-submit {height:50px;border-top-left-radius:50px;border:1px solid #e2e2e2;box-shadow:none;}.search-form input {border-right:0 !important;border-top-left-radius:50px !important;border-bottom-left-radius:50px !important;}.search-form .input-group .search-field {border-bottom-right-radius:0 !important;border-top-right-radius:0 !important;}.search-form input:focus {border:1px solid #045089}.search-form input[type=search] {padding:6px 20px 6px 25px}.search-submit {padding:14px 20px;color:#fff;background-color:#045089;opacity:1;border:0;margin-left:0 !important;}.search-submit:hover {color:#fff;background-color:#045089;opacity:0.9;box-shadow:none;}.widget .tagcloud {padding-top:2px}.widget .tagcloud a {display: inline-block;text-align:center;font-size:13px !important;line-height:1;padding:6px 8px;margin:3px 0 2px;background-color:#f1f3f4;white-space:nowrap;border-radius:4px;-webkit-transition:all 0.15s linear;-moz-transition:all 0.15s linear;transition:all 0.15s linear;}.widget .tagcloud a:hover {background-color:#045089;color:#fff;text-decoration:none;}.th-widget-area .widget .gallery .gallery-item {float:left}.th-widget-area .widget .gallery.gallery-columns-2 .gallery-item {width:47%;margin-right:2.75%;}.th-widget-area .widget .gallery.gallery-columns-3 .gallery-item {width:30%;margin-right:3%;}.th-widget-area .widget .gallery.gallery-columns-4 .gallery-item {width:22%;margin-right:2.75%;}.th-widget-area .widget .gallery.gallery-columns-5 .gallery-item {width:17.25%;margin-right:2.75%;}.th-widget-area .widget .gallery.gallery-columns-6 .gallery-item {width:14%;margin-right:2.5%;}.th-widget-area .widget .gallery.gallery-columns-7 .gallery-item, .th-widget-area .widget .gallery.gallery-columns-8 .gallery-item, .th-widget-area .widget .gallery.gallery-columns-9 .gallery-item {width:12.5%;margin-right:1.75%;}.th-widget-area .widget .gallery .gallery-item .thumbnail {background-color:transparent}.widget.widget_rss ul li {margin:0 0 16px}.widget.widget_rss ul li a.rsswidget {line-height:1.45}.widget.widget_rss .rss-date {display:block;font-size:13px;color:#848484;}.widget.widget_rss .rssSummary {margin:6px 0 4px;line-height:1.5;}.widget.widget_rss .rssSummary, .widget.widget_rss cite {font-size:14px}.soc-widget i, .soc-widget a i {font-size:32px;margin:0;padding:0 10px 10px 0 !important;}@media (min-width:768px) {.th-social-align-right .soc-widget {text-align:right}.th-social-align-right .soc-widget i, .th-social-align-right .soc-widget a i {padding: 0 0 10px 10px !important }}.th-payments-widget img {margin:0 8px 14px 0;width:auto;height:auto;max-height:40px;}span.th-payment-no-img {display:inline-block;margin:0 8px 14px 0;padding:6px 8px;border:1px #eee solid;border-radius:1px;}.th-contact-info-widget .icon-blocks {text-align: inherit;padding: 0;}.th-contact-info-widget .icon-block {padding:0}.th-contact-info-widget .icon-blocks p {padding: 0;line-height: 195%;}.th-contact-info-widget .icon-block i {padding-right: 10px;vertical-align: -1px;}.sidebar {padding:40px 15px 40px 40px}.sidebar.side-left {padding:40px 40px 40px 15px}.sidebar .widget {margin-bottom:50px}.sidebar .widget-title {position:relative;font-size:20px;font-weight:normal;color:#6d6d6d;padding-bottom:12px;margin-bottom:22px;border-bottom:1px solid #e2e2e2;}.sidebar #wp-calendar tbody td a:link {font-weight:600}.sidebar #wp-calendar tbody td a:hover {background-color:transparent}.th-sidebar-widget {width:100%;padding:10px;}.footer {background:#292e31;color:#d2d2d2;padding:70px 0 0;margin-top:-1px;}.footer-btm-bar {background:#23272a;padding:30px 0 20px }.footer-widgets.row {margin-bottom:30px}.footer .widget {text-align:left;margin-bottom:40px;}.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {color:#fff}.footer p, .footer a, .footer ul li, .footer ol li {color:#d2d2d2}.footer a:hover {color:#fff;text-decoration:none;}.footer .footer-copyright {text-align:center}.footer .widget-title {position:relative;font-size:18px;font-weight:400;margin-top:0;padding-bottom:20px;margin-bottom:26px;border-bottom:1px solid rgba(255,255,255,0.1);}.footer .meta-border {margin-top:20px;margin-bottom:25px;}.footer .meta-border, .footer ul li, .footer .widget ul li {border-bottom:1px solid rgba(255,255,255,0.05)}.footer .widget.widget_categories ul li, .footer .widget.widget_pages ul li, .footer .widget.widget_nav_menu ul li {border-bottom:0;box-shadow:none;}.footer .widget.widget_categories li a, .footer .widget.widget_pages li a, .footer .widget.widget_nav_menu li a {border-bottom:1px solid rgba(255,255,255,0.05)}.footer #wp-calendar tbody .pad {background:#292e31}.footer #wp-calendar tbody td {background:#464a4d;border:1px solid #292e31;}.footer #wp-calendar tbody td:hover {background:#292e31}.footer #wp-calendar thead th, .footer #wp-calendar caption {color:#fff}.footer #wp-calendar tbody {color:#fff}.footer #wp-calendar #prev {text-align:left}.footer .tagcloud a {background-color:#464a4d}.footer .tagcloud a:hover {background-color:#045089;color:#fff;text-decoration:none;}.footer .search-form input {border:0}.footer .search-form input:focus {border:0;box-shadow:none;}.footer .widget select {border:0}.footer .widget select:focus {border:0;box-shadow:none;}.footer .soc-widget i {color:#4f5356}.footer .soc-widget i:hover {color:#8e979d}.footer .widget .dropdown-menu a, .footer .widget .dropdown-menu > .active > a {color:#d2d2d2;background-color:transparent;}.footer .widget .dropdown-menu a:hover, .footer .widget .dropdown-menu > .active > a:hover, .footer .widget .dropdown-menu > .active > a:focus {color:#fff}.footer .widget ul li ul li {margin-left:0}.footer .icon-blocks p {font-size:15px}.footer .widget.widget_rss .rssSummary, .footer .widget.widget_rss cite {color:#BBB}.alert {border-radius:5px}.blockquote-space {margin-left:10px}.light-text blockquote footer {color:#eaeaea}span.dropcap {display:block;float:left;font-size:36px;line-height:30px;margin:6px 8px 0 0;}.dropcap.dropcap-box {background:-moz-linear-gradient(center bottom, #f7f7f7 0%, #fff 100%) repeat scroll 0 0 #f9f9f9;box-shadow:0 1px 1px 0 rgba(180, 180, 180, 0.2);font-size:24px;width:36px;height:36px;line-height:36px;margin:6px 12px 0 0;padding:0;text-align:center;border:1px solid #ddd;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;}.dropcap.dropcap-circle {background:-moz-linear-gradient(center bottom, #f7f7f7 0%, #fff 100%) repeat scroll 0 0 #f9f9f9;box-shadow:0 1px 1px 0 rgba(180, 180, 180, 0.2);font-size:24px;height:36px;line-height:36px;margin:6px 12px 0 0;padding:0;text-align:center;width:36px;border:1px solid #ddd;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;}.dropcap.dropcap-book {line-height:30px;margin:6px 8px 0 0;}.googlemap {position:relative;max-width:inherit;}.googlemap .map_canvas {width:100%;height:100%;}.googlemap .map_canvas h3 {margin:0 0 10px;font-size:14px;}.map_canvas img {max-width:none !important;}.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron p {color:#555}.progress {border-radius:5px}.nav-tabs {margin-top:20px}.nav-tabs > li > a {border-radius:5px 5px 0 0}.nav-tabs > li > a:hover {background-color:transparent;border-color:transparent;}.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {background-color:#fbfcfd}.tab-content {padding:20px 0}.bg-success {background-color:#d6e9c6}.alert-success {color:#3c763d;background-color:#d6e9c6;border-color:#d6e9c6;}.panel-success > .panel-heading {color:#3c763d;background-color:#d6e9c6;border-color:#d6e9c6;}.bg-info {background-color:#bce8f1}.alert-info {color:#31708f;background-color:#bce8f1;border-color:#bce8f1;}.panel-info > .panel-heading {color:#31708f;background-color:#bce8f1;border-color:#bce8f1;}.bg-warning {background-color:#faebcc}.alert-warning {color:#8a6d3b;background-color:#faebcc;border-color:#faebcc;}.panel-warning > .panel-heading {color:#8a6d3b;background-color:#faebcc;border-color:#faebcc;}.bg-danger {background-color:#ebccd1}.alert-danger {color:#a94442;background-color:#ebccd1;border-color:#ebccd1;}.panel-danger > .panel-heading {color:#a94442;background-color:#ebccd1;border-color:#ebccd1;}.icon-light {color: #fff}.icon-large {font-size: 90px !important}#scrollUp:before {font-family: "themovation-icons" !important;font-style: normal !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;speak: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}#scrollUp:before {content:"d"}#scrollUp {width:50px;height:50px;bottom:18px;right:18px;color:#fff;font-size:18px;line-height:50px;text-align:center;text-decoration:none;background-color:rgba(000,000,000,0.3);opacity:0.6;border-radius:5px;}#scrollUp:hover {opacity:1;background-color:rgba(000,000,000,0.5);}.headhesive--clone {width:100%;position:fixed !important;top:0;left:0;background-color:#fff !important;z-index:120;box-shadow:none;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:transform 0.2s ease-in-out;-moz-transition:transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out;}.headhesive--stick {-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);}.boxed-mode .headhesive--clone {left:0;right:0;margin:0 auto;}.headhesive--clone #logo {margin-top:16px;margin-bottom:16px;}.headhesive--clone #logo img {max-height:30px !important;width:auto;}.headhesive--clone #logo .logo-trans {display:none !important}.headhesive--clone #logo .logo-main {display:inline !important}.headhesive--clone .navbar-nav {margin-top:5px !important}.headhesive--clone .navbar-toggle {top:6px !important}.headhesive--clone .navbar-nav > li > a {color:#5d5d5d}.headhesive--clone .navbar-nav > li > a:hover:after, .headhesive--clone .navbar-nav > li.active > a:after, .headhesive--clone .navbar-nav > li.active > a:hover:after, .headhesive--clone .navbar-nav > li.active > a:focus:after {bottom:12px;background-color:#045089;}.headhesive--clone .navbar-nav .dropdown-menu {margin-top:-2px}.headhesive--clone .top-nav {background: rgba(0,0,0,0.03) !important;}.headhesive--clone .top-nav-icon-blocks .icon-block p, .headhesive--clone .top-nav-icon-blocks .icon-block a, .headhesive--clone .top-nav-text p, .headhesive--clone .top-nav-text a {color: #5d5d5d !important;}.headhesive--clone.headhesive--stick[data-transparent-header="true"], .headhesive--clone.headhesive--unstick[data-transparent-header="true"] {z-index:10000}@-webkit-keyframes fadeInDown {from {opacity: 0;-webkit-transform: translate3d(0, -40%, 0);transform: translate3d(0, -40%, 0);}to {opacity: 1;-webkit-transform: none;transform: none;}}@keyframes fadeInDown {from {opacity: 0;-webkit-transform: translate3d(0, -40%, 0);transform: translate3d(0, -40%, 0);}to {opacity: 1;-webkit-transform: none;transform: none;}}@-webkit-keyframes fadeInLeft {from {opacity: 0;-webkit-transform: translate3d(-20%, 0, 0);transform: translate3d(-20%, 0, 0);}to {opacity: 1;-webkit-transform: none;transform: none;}}@keyframes fadeInLeft {from {opacity: 0;-webkit-transform: translate3d(-20%, 0, 0);transform: translate3d(-20%, 0, 0);}to {opacity: 1;-webkit-transform: none;transform: none;}}@-webkit-keyframes fadeInRight {from {opacity: 0;-webkit-transform: translate3d(20%, 0, 0);transform: translate3d(20%, 0, 0);}to {opacity: 1;-webkit-transform: none;transform: none;}}@keyframes fadeInRight {from {opacity: 0;-webkit-transform: translate3d(20%, 0, 0);transform: translate3d(20%, 0, 0);}to {opacity: 1;-webkit-transform: none;transform: none;}}@-webkit-keyframes fadeInUp {from {opacity: 0;-webkit-transform: translate3d(0, 40%, 0);transform: translate3d(0, 40%, 0);}to {opacity: 1;-webkit-transform: none;transform: none;}}@keyframes fadeInUp {from {opacity: 0;-webkit-transform: translate3d(0, 40%, 0);transform: translate3d(0, 40%, 0);}to {opacity: 1;-webkit-transform: none;transform: none;}}@-webkit-keyframes slideInDown {from {-webkit-transform: translate3d(0, -40%, 0);transform: translate3d(0, -40%, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes slideInDown {from {-webkit-transform: translate3d(0, -40%, 0);transform: translate3d(0, -40%, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@-webkit-keyframes slideInLeft {from {-webkit-transform: translate3d(-20%, 0, 0);transform: translate3d(-20%, 0, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes slideInLeft {from {-webkit-transform: translate3d(-20%, 0, 0);transform: translate3d(-20%, 0, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@-webkit-keyframes slideInRight {from {-webkit-transform: translate3d(20%, 0, 0);transform: translate3d(20%, 0, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes slideInRight {from {-webkit-transform: translate3d(20%, 0, 0);transform: translate3d(20%, 0, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@-webkit-keyframes slideInUp {from {-webkit-transform: translate3d(0, 40%, 0);transform: translate3d(0, 40%, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes slideInUp {from {-webkit-transform: translate3d(0, 40%, 0);transform: translate3d(0, 40%, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.navbar .th-accent, .headhesive--clone.banner[data-transparent-header="true"] .th-accent {border: 1px solid rgba(0,0,0,0.4);padding: 8px 18px;margin-top: 6px;border-radius:50px;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;}.banner[data-transparent-header="true"] .th-accent {border: 1px solid rgba(255,255,255,0.5);}.navbar .navbar-nav > li.th-accent > a {padding:0;margin:0;}.navbar .navbar-nav > li.th-accent:hover, .banner[data-transparent-header="true"].headhesive--clone.navbar .navbar-nav > li.th-accent:hover {border-color: rgba(0,0,0,0.6);background: none;}.banner[data-transparent-header="true"].navbar .navbar-nav > li.th-accent:hover {border: 1px solid rgba(255, 255, 255,0.7);background: rgba(0,0,0,0.2);}.navbar .navbar-nav > li.th-accent > a:after, .navbar .navbar-nav > li.th-accent > a:hover:after, .navbar .navbar-nav > li.th-accent.active > a:after, .navbar .navbar-nav > li.th-accent.active > a:hover:after, .navbar .navbar-nav > li.th-accent.active > a:focus:after {background: none !important;}.headhesive--clone .navbar-nav > li.th-accent > a:hover:after, .headhesive--clone .navbar-nav > li.th-accent.active > a:after, .headhesive--clone .navbar-nav > li.th-accent.active > a:hover:after, .headhesive--clone .navbar-nav > li.th-accent.active > a:focus:after {background: none !important;}header.dark-header {background-color:#252b2d;border-color:transparent;border-bottom:0;}.headhesive--clone.dark-header {background-color:#252b2d !important;}header.dark-header .navbar-nav > li > a, header.dark-header .navbar-nav > li > a:hover, .headhesive--clone.dark-header .navbar-nav > li > a, .headhesive--clone.dark-header .navbar-nav > li > a:hover {color:#fff !important;}header.dark-header .navbar-nav > li.active > a, header.dark-header .navbar-nav > li.active > a:hover, header.dark-header .navbar-nav > li.active > a:focus {color:#fff;}header.dark-header .top-nav {background: rgba(255,255,255,0.04)}.headhesive--clone.dark-header .top-nav {background: rgba(255,255,255,0.04) !important;}header.dark-header .top-nav-icon-blocks .icon-block p, header.dark-header .top-nav-icon-blocks .icon-block a, header.dark-header .top-nav-text p, .top-nav-text a, .headhesive--clone.dark-header .top-nav-icon-blocks .icon-block p, .headhesive--clone.dark-header .top-nav-icon-blocks .icon-block a, .headhesive--clone.dark-header .top-nav-text p, .headhesive--clone.dark-header .top-nav-text a {color: #fff !important;}header.dark-header .navbar-nav > li > a:hover:after, header.dark-header .navbar-nav > li.active > a:after, header.dark-header .navbar-nav > li.active > a:hover:after {background-color: #fff !important;}header.dark-header .navbar-collapse {box-shadow:none}header.dark-header .navbar-nav > li.th-accent, header.dark-header.headhesive--clone[data-transparent-header="true"] .navbar-nav > li.th-accent {border: 1px solid rgba(255,255,255,0.65);}header.dark-header .navbar-nav > li.th-accent:hover, header.dark-header.headhesive--clone[data-transparent-header="true"] .navbar-nav > li.th-accent:hover {border: 1px solid rgba(255,255,255,0.9) !important;}@media (max-width: 767px) {header.dark-header .navbar-nav {border-color:rgba(255,255,255,0.1) !important}header.dark-header .navbar-nav .open .dropdown-toggle {background-color: #1c2022 !important;}header.dark-header .navbar-nav .dropdown-menu {background-color: #1f2426 !important;}header.dark-header .navbar-nav .open .dropdown-menu > li > a, header.dark-header .navbar-nav .open .dropdown-menu > .active > a, header.dark-header .navbar-nav .open .dropdown-menu > .active > a:focus {color: #a2a7a9;}header.dark-header .navbar-nav .open .dropdown-menu > li > a:hover, header.dark-header .navbar-nav .open .dropdown-menu > .active > a:hover {color: #fff;}header.dark-header .navbar-toggle .icon-bar {background-color:#acacac;}}.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li > a, .th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li > a:hover, .th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li.active > a, .th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .themo_cart_icon a i {color:#000 !important}.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li > a:after, .th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li.active > a:after, .th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li.active > a:hover:after, .th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li > a:hover:after {background-color:#000 !important}.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .themo_cart_icon {border-color:rgba(0,0,0,0.2)}.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li.th-accent, .th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li.th-accent:hover {border: 1px solid rgba(0,0,0,0.65) !important}.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li.th-accent a:after, .th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li.th-accent a:hover:after {height:0 !important}.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .top-nav-icon-blocks .icon-block p, .th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .top-nav-icon-blocks .icon-block a, .th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .top-nav-text p, .th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .top-nav-text a {color:#000 !important}@media (max-width:767px) {.navbar .navbar-nav .dropdown-menu > li > a {white-space:normal}.navbar-nav > li + li {margin-left:0}.navbar .navbar-nav .dropdown-submenu .dropdown-menu {background-color:#eaeaea;margin-bottom:5px}.dark-header.navbar .navbar-nav .dropdown-submenu .dropdown-menu {background-color:#1d1f22 !important}.navbar .navbar-nav .dropdown-submenu .dropdown-menu li {padding-left:10px}.navbar .navbar-nav .dropdown-submenu:not(.open) .dropdown-toggle {background-color:transparent !important}.dropdown-toggle .caret {margin-left:4px}.dark-header .dropdown-submenu.open > a.dropdown-toggle {color:#fff !important}}@media (min-width:768px) {.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-menu {display:none !important}.navbar .navbar-nav .dropdown-menu .dropdown:hover .dropdown-menu {display:block !important;position:absolute;top:-14px;left:100%;}.headhesive--clone .navbar-nav .dropdown-menu .dropdown:hover .dropdown-menu {top:-10px}.navbar .navbar-nav li:last-child .dropdown-menu .dropdown:hover .dropdown-menu {right:100%;left:auto !important;}}@media (max-width:767px) {.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__toggle:not(.hfe-active-menu) + nav ul.hfe-nav-menu {display:none}}@media (max-width:1024px) {.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__toggle:not(.hfe-active-menu) + nav ul.hfe-nav-menu {display:none}}.gm-navbar .gm-logo img {}.gm-navbar a, .gm-navbar a:hover, .gm-navbar-nav li a, .gm-navbar-nav li a:hover, .gm-actions a, .gm-actions a:hover, .gm-minicart a, .gm-minicart a:hover {text-decoration:none}.gm-navbar--style-1 .gm-container {padding-left:30px;padding-right:30px;}.gm-navbar .gm-dropdown-menu {padding:10px 8px}.gm-navbar .gm-dropdown-menu .gm-dropdown-toggle span i {text-align:right}.gm-navbar .gm-dropdown-menu .gm-dropdown-menu {padding:12px 8px}.gm-navbar .gm-dropdown-menu .gm-dropdown-menu-wrapper {margin-top:-10px}.gm-navbar li.mega-gm-dropdown > .gm-dropdown-menu-wrapper .gm-dropdown-menu {padding:16px 10px}.gm-navbar--style-3 .gm-main-menu-wrapper .gm-navbar-nav > .gm-menu-item > a {padding:8px 0}.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-menu-item__link, .gm-navbar--style-3 .gm-main-menu-wrapper .gm-menu-item__link {padding-top: 8px;padding-bottom:8px;}.gm-navbar--style-4 .gm-navbar-nav > .gm-menu-item > a > .gm-menu-item__txt {padding-left:22px}.gm-navigation-drawer {padding:25% 14px 14px 14px}.gm-navigation-drawer .gm-anchor {border-color:transparent}.gm-navigation-drawer .gm-anchor span i {text-align:right}.gm-navbar--style-1 .gm-minicart {margin-right:0}.gm-main-menu-wrapper .gm-minicart .gm-minicart-dropdown {padding:22px}.gm-main-menu-wrapper .woocommerce-mini-cart__empty-message {margin-bottom:0;padding-bottom:0 !important}.gm-navbar ul.gm-navbar-nav li.th-accent, .gm-navigation-drawer ul li.th-accent {border:0;margin-top:0;padding-top:0;padding-bottom:0;}.gm-navbar:not(.gm-navbar--style-3) ul.gm-navbar-nav li.th-accent, .gm-navigation-drawer ul li.th-accent {padding:0}.gm-navbar ul.gm-navbar-nav li.th-btn-white a, .gm-navbar ul.gm-navbar-nav li.th-btn-black a {padding:8px 18px;border-radius:50px;}.gm-navbar ul.gm-navbar-nav li.th-btn-white a {border:1px solid rgba(255,255,255,0.8)}.gm-navbar ul.gm-navbar-nav li.th-btn-black a {border:1px solid rgba(0,0,0,0.8)}.gm-navbar--style-3 ul.gm-navbar-nav li.th-btn-white a, .gm-navbar--style-3 ul.gm-navbar-nav li.th-btn-black a {text-align:center}.gm-search__fullscreen-container {background-color: rgba(12, 12, 12, 0.98)}.gm-search__fullscreen-container .gm-search__inner input:focus {border:0 !important;border-bottom: 2px solid rgba(255, 255, 255, 0.31) !important;}@media (min-width:768px) {header.th-light-dropdown .navbar-nav .dropdown-menu {background-color:#fff;}header.th-light-dropdown .navbar-nav .dropdown-menu li a {color:#585858 !important}header.th-light-dropdown .navbar-nav .dropdown-menu li.active a, header.th-light-dropdown .navbar-nav .dropdown-menu li a:hover {color:#828282 !important}}.modal-backdrop.in {z-index:10000 !important}.ekko-lightbox, .modal {z-index:50000 !important}.ekko-lightbox-container .flex-direction-nav a {opacity:0.5}.ekko-lightbox-container .flex-direction-nav a:hover {color:#fff !important;opacity:0.8;}.dialog-type-lightbox {z-index:10010}.attachment .img-thumbnail {padding:0;border:0;border-radius:0;}.aligncenter {display:block;margin:40px auto;clear:both;}figure.aligncenter {margin:50px auto}.alignleft {float:left;margin:10px 40px 40px 0;}.alignright {float:right;margin:10px 0 40px 40px;}.content-editor > p img.alignnone, .content-editor > figure.alignnone {margin:25px 0}figure.alignnone {margin-left:0;margin-right:0;clear:both;}.wp-caption {max-width:100%;height:auto;}.wp-caption, .wp-caption-text, .gallery-caption {color:#5c5c5c}.screen-reader-text {clip: rect(1px, 1px, 1px, 1px);position: absolute !important;height: 1px;width: 1px;overflow: hidden;}.alignleft-40 {float:left;margin:0 40px 40px 0;}.alignright-40 {float:right;margin:0 0 40px 40px;}.alignleft-60 {float:left;margin:0 60px 60px 0;}.alignright-60 {float:right;margin:0 0 60px 60px;}.hide-overflow {overflow:hidden}#wpadminbar {z-index:1000000 !important;}.th-pkg-img img, a img.wp-post-image, img.th-img-stretch, .th-image-stretch img {width:100%;height:auto;}@media (max-width:479px) {#boxed {width:auto}.boxed-mode .headhesive--clone, .boxed-mode .banner[data-transparent-header="true"] {max-width:330px}.banner #logo {max-width:230px}section#themo_page_header_1 {padding-top:40px !important;padding-bottom:40px !important;}.top-nav-text + .top-nav-icon-blocks {margin-top:4px}.top-nav-text, .top-nav-icon-blocks {float:none;text-align:center;}.top-nav-icon-blocks .icon-block p {font-size:14px;line-height: 100%;}.btn-standard, .btn-ghost, .btn-default {padding:10px 25px}.btn-cta {padding:14px 30px}#main-flex-slider p, #main-flex-slider .lrg-txt p {font-size:20px;line-height:22px;}#main-flex-slider .slides p {margin-bottom:20px}#main-flex-slider .slides a {margin-bottom:10px}#main-flex-slider .th-conversion {padding-top:20px;padding-bottom:10px;}#main-flex-slider .flex-direction-nav {display:none}}@media (min-width:480px) and (max-width:767px) {#boxed {width:420px}.boxed-mode .headhesive--clone, .boxed-mode .banner[data-transparent-header="true"] {max-width:420px}.banner #logo {max-width:310px}}@media (max-width:767px) {.top-nav {background:rgba(0, 0, 0, 0.02)}.top-nav-icon-blocks .icon-block p, .top-nav-icon-blocks .icon-block a, .top-nav-text p, .top-nav-text a {color:#5d5d5d}.top-nav-icon-blocks .icon-block p {font-size:13px}.top-nav-icon-blocks .icon-block {padding:0 4px}.top-nav-icon-blocks .icon-block:last-child {padding:0 0 0 4px}.top-nav-icon-blocks .icon-block span {display:none}.banner #logo {margin-left:15px}.navbar-default .navbar-collapse {border:0}.navbar .navbar-nav {float:none;text-align:left;margin:0 0 10px;padding-top:15px;border-top:1px solid #e7e7e7 !important }.navbar .navbar-nav > li > a {padding:10px 15px;margin-left:0;margin-right:0;}.navbar .th-accent {text-align:center}.navbar .navbar-nav > li > a:after, .navbar .navbar-nav > li > a:hover:after {height:0 !important}.navbar .navbar-nav .open .dropdown-toggle {background-color:#eee !important}.navbar .navbar-nav .dropdown-menu {background-color:#f4f4f4}.navbar .navbar-nav .dropdown-menu li a {line-height:200%}.navbar .navbar-nav .dropdown-menu li.active a {background-color:transparent !important}.sidebar, .sidebar.side-left {padding:40px 15px}.page-title.centered {padding-left:0;padding-right:0;}#comments li.comment .avatar {height:45px;width:45px;margin:5px 0 0 0;display:block;float:none !important;}#comments h4.media-heading {margin-top:5px}#comments ul.comment {margin-left:25px}.th-portfolio-filters a {margin:5px 8px}.th-portfolio-filters span {margin-right:8px}.th-pricing-column {max-width:520px;margin:10px auto;border-left:1px solid #dfe7eb;}.th-pricing-column.th-highlight {margin:10px auto;padding:40px 30px;}.th-one-col .th-pricing-column.th-highlight {margin-left:0;margin-right:0;}.footer-widgets.row {margin-bottom:20px;padding-bottom:10px;}.footer .widget {margin-bottom:50px;}.footer .widget-title {margin-bottom:18px;}}@media (min-width:768px) {.navbar .navbar-nav .dropdown-menu {left:-10px;padding:12px 5px;border:0;box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.2);}.navbar .navbar-nav .dropdown-menu li a {font-size:13px;text-align:left;padding:8px 20px;color:#c8c8c8;}.navbar .navbar-nav .dropdown-menu li a:hover, .navbar .navbar-nav .dropdown-menu li.active a {color:#fff !important}.navbar .navbar-nav .dropdown:hover .dropdown-menu {display:block}.navbar .navbar-nav li:last-child .dropdown-menu {right:-5px;left:auto;}.navbar .caret {display:none}.center-table-con {display:table;width:100%;height:100%;table-layout:fixed;}.center-table-cell {display:table-cell;vertical-align:middle;}}@media (min-width:768px) and (max-width:991px) {#boxed {max-width:780px}.boxed-mode .headhesive--clone, .boxed-mode .banner[data-transparent-header="true"] {max-width:780px}.sidebar, .sidebar.side-left {padding:40px 15px;}.navbar .navbar-nav > li > a {margin-left:12px;margin-right:12px;}.th-five-col .col-sm-2 {width:20%;}#comments li.comment .avatar {height:45px;width:45px;margin:10px 10px 0 0;}#comments h4.media-heading {margin-top:10px}.th-pricing-column {margin-top:10px;margin-bottom:10px;}.th-pricing-column:nth-child(odd) {border-left:1px solid #dfe7eb;}.th-pricing-column.th-highlight {margin:10px -1px 10px -1px;padding:40px 30px;}.service-block-col {padding-top:0}.service-block-col .service-block {margin-bottom:20px}.service-block-col .service-block i {display:none}.service-block-col .service-block h3, .service-block-col .service-block p {margin-left:0 !important;margin-right:0 !important;}}@media (max-width:991px) {.icon-block {margin-bottom:50px}.icon-block:last-child {margin-bottom:0}.icon-blocks h3 {margin-bottom:10px}.top-nav-icon-blocks .icon-block, .th-contact-info-widget .icon-block {margin-bottom:0;}.footer-area-3 {clear:left}}@media (min-width:992px) and (max-width:1199px) {#boxed {max-width:1000px}.boxed-mode .headhesive--clone, .boxed-mode .banner[data-transparent-header="true"] {max-width:1000px}.th-five-col .col-sm-2, .th-five-col .col-md-2 {width:20%;}.pricing-table .th-five-col .btn {padding:10px 30px;}}@media (min-width:992px) {.top-nav .row {padding-right:0;padding-left:0;margin-left:0;}}@media (max-width:1199px) {}@media (min-width:1200px){#boxed {max-width:1230px}.boxed-mode .headhesive--clone, .boxed-mode .banner[data-transparent-header="true"] {max-width:1230px}.th-five-col .col-sm-2, .th-five-col .col-md-2, .th-five-col .col-lg-2 {width:20%;}.pricing-table .th-five-col .btn {padding:10px 45px;}}@media (min-width:1450px){.navbar .navbar-nav li:last-child .dropdown-menu {left:-10px;right:auto;}}@media (min-width:601px) and (max-width:782px) {body.admin-bar .headhesive--stick, body.admin-bar .banner[data-transparent-header="true"] {top:46px}}@media (min-width:783px) {body.admin-bar .headhesive--stick, body.admin-bar .banner[data-transparent-header="true"] {top:32px}}body[class*="groovy_menu"] .banner[data-transparent-header="true"]:not(.headhesive--stick) {top:0}.widget-title {font-family: Ubuntu, sans-serif;}body.wpex-is-mobile-device .wpb_animate_when_almost_visible {opacity: 1;filter: alpha(opacity=100);-webkit-animation: none;-moz-animation: none;-o-animation: none;animation: none;}.widget-title {
font-family: Ubuntu, sans-serif;
} body.wpex-is-mobile-device .wpb_animate_when_almost_visible {
opacity: 1;
filter: alpha(opacity=100);
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none;
}