@charset "UTF-8";
@charset "UTF-8";
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
outline: none;
}
body {
margin: 0;
padding: 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 1.9em;
color: #191e23;
}
html,
body {
height: 100%;
width: 100%;
}
::-webkit-input-placeholder { color: rgba(35, 40, 45, 0.5);
}
::-moz-placeholder { color: rgba(35, 40, 45, 0.5);
}
:-ms-input-placeholder { color: rgba(35, 40, 45, 0.5);
}
:-moz-placeholder { color: rgba(35, 40, 45, 0.5);
} input:focus,
button:focus,
a:focus,
a:hover {
text-decoration: none;
outline: none;
color: #7028e4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 15px;
line-height: 1.3;
font-weight: 500;
color: #23282d;
} input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
p {
margin: 0 0 15px
}
a {
text-decoration: none;
outline: none;
-webkit-transition: 0.4s;
transition: 0.4s;
color: #1c223a;
}
input:focus,
button:focus,
a:focus,
a:hover {
text-decoration: none;
outline: none;
}
strong {
color: #191e23;
font-weight: 600;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: 600;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
big {
font-size: 125%;
}
sub,
sup {
font-size: 12px;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
max-width: 100%;
height: auto;
}
svg:not(:root) {
overflow: hidden;
}
pre {
display: block;
font-family: "Courier 10 Pitch", Courier, monospace;
padding: 30px;
margin: 0 0 15px;
line-height: 1.6em;
font-size: 14px;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
overflow: auto;
border: none;
border-radius: 5px;
-webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
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;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #e641cd;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
height: 120px;
}
optgroup {
font-weight: bold;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
padding: 30px 30px;
background-color: #F7F8FB;
border-left: 5px solid #626262;
position: relative;
}
blockquote cite {
font-size: 18px;
font-weight: 400;
text-decoration: underline;
}
address {
margin: 0 0 1.5em;
line-height: inherit;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
padding-right: 10px;
padding-left: 10px;
display: inline-block;
}
abbr,
acronym {
border-bottom: 1px dotted #606060;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
padding: 0 4px;
border-radius: 2px;
}
hr {
background-color: #ededed;
border: 0;
height: 1px;
}
table,
table th,
table td {
border: 1px solid rgba(0, 0, 0, 0.1);
}
dd,
dt {
line-height: inherit;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
table {
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 1.5em;
width: 100%;
}
td,
th {
padding: 10px;
} select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 13px;
background-color: #ffffff;
margin-bottom: 15px;
border-radius: 1px;
color: #001157;
width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-transition: 0.3s;
transition: 0.3s;
}
select {
border: 1px solid rgba(0, 0, 0, 0.2);
color: #1c223a;
}
textarea {
width: 100%;
} .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
iframe {
width: 100%;
}
iframe,
object {
max-width: 100%;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
} .wp-caption {
background: #fff;
max-width: 96%;
padding: 5px 3px 10px;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
figcaption,
.wp-caption p.wp-caption-text {
margin: 10px 0 0;
padding: 0 4px 5px;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} .gallery {
margin-bottom: 1.5em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.gallery .gallery-item {
margin: 5px;
}
.gallery .gallery-item a {
display: block;
position: relative;
z-index: 1;
border-radius: 3px;
overflow: hidden;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item {
margin-bottom: 30px;
}
.gallery-columns-2 .gallery-item {
max-width: calc(50% - 15px);
border-radius: 3px;
overflow: hidden;
margin-bottom: 30px;
}
.gallery-columns-3 .gallery-item {
max-width: calc(33.33% - 10px);
border-radius: 3px;
overflow: hidden;
margin-bottom: 20px;
}
.gallery-columns-4 .gallery-item {
max-width: calc(25% - 10px);
border-radius: 3px;
overflow: hidden;
margin-bottom: 20px;
}
.gallery-columns-5 .gallery-item {
max-width: calc(20% - 5px);
border-radius: 2px;
overflow: hidden;
margin-bottom: 10px;
}
.gallery-columns-6 .gallery-item {
max-width: calc(16.66% - 5px);
border-radius: 2px;
overflow: hidden;
margin-bottom: 10px;
}
.gallery-columns-7 .gallery-item {
max-width: calc(14.28% - 5px);
border-radius: 2px;
overflow: hidden;
margin-bottom: 10px;
}
.gallery-columns-8 .gallery-item {
max-width: calc(12.5% - 5px);
border-radius: 2px;
overflow: hidden;
margin-bottom: 10px;
}
.gallery-columns-9 .gallery-item {
max-width: calc(11.11% - 5px);
border-radius: 2px;
overflow: hidden;
margin-bottom: 10px;
}
.gallery-caption {
display: block;
}
.mejs-audio {
margin-bottom: 30px;
}
.alignfull,
.alignwide {
width: calc(100vw - 17px);
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
max-width: 100vw;
padding: 15px;
background-color: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.alignwide {
max-width: 1170px;
}
.has-strong-magenta-background-color {
background-color: #313131;
}
.has-strong-magenta-color {
color: #f78da7;
}
.has-regular-font-size {
font-size: 16px;
}
.has-strong-red-background-color,
.has-strong-red-color {
color: red;
}@media only screen and (min-width: 992px) and (max-width: 1200px) {
a#scrollUp {
right: 5px;
bottom: 5px;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
}
} @media only screen and (min-width: 768px) and (max-width: 991px) {
.single-count {
border-bottom: 1px solid #E8EBF2;
}
.single-count:nth-child(2) {
border-right: none;
}
.single-count:nth-child(3),
.single-count:nth-child(4) {
border-bottom: none;
}
.single-service.two:hover {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.header-area {
padding-top: 200px;
display: block;
}
a#scrollUp {
right: 5px;
bottom: 5px;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
}
} @media only screen and (max-width: 767px) {
.header-area {
padding-top: 200px;
display: block;
}
.site-header {
padding-top: 100px;
padding-bottom: 100px;
}
.site-header .page-title {
font-size: 30px;
line-height: 35px;
}
.site-header .sub-title {
font-size: 16px;
}
.nav-links .nav-previous,
.nav-links .nav-next,
.comment-form .comment-form-author,
.comment-form .comment-form-email {
width: 100%;
}
.nav-links .nav-previous {
text-align: left;
border: none;
padding-right: 0;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(51, 77, 136, 0.30);
}
.nav-links .nav-next {
padding-left: 0;
}
.comment-list-area,
.comment-respond,
.share-menu,
.post-footer-meta,
.post-single .post-content {
padding: 15px;
}
.comment-list .comment .comment-body {
padding-left: 15px;
}
.comment-list .comment .comment-body .comment-author img {
position: static;
margin-right: 10px;
margin-bottom: 10px;
}
.comment-list .children {
margin-left: 15px;
}
.nav-links .nav-next {
text-align: left;
margin-bottom: 30px;
} .footer-widget {
margin-bottom: 30px;
}
.footer-widget:last-child {
margin-bottom: 0;
}
.post-photo-gallery .owl-controls .owl-buttons > div {
width: 40px;
height: 40px;
line-height: 40px;
}
.timeline-post .masonry-item {
width: calc(100% - 30px);
}
a#scrollUp {
right: 5px;
bottom: 5px;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
padding: 18px 15px
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
float: none;
}
.woocommerce .woocommerce-result-count {
margin-bottom: 15px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
width: 100%;
float: none;
}
.woocommerce-MyAccount-navigation ul {
margin-bottom: 30px;
}
.subscrie-form-1 .submit {
position: static;
}
.footer-area,
.section-padding {
padding-top: 80px;
padding-bottom: 80px;
}
.subscribe-form .submit {
position: relative;
left: 0;
top: 0;
}
} @media only screen and (max-width: 480px) {
.xs-full {
width: 100%;
}
}
 *,.kc-col-container,.kc-container,.kc-elm{box-sizing:border-box}.kc-off-notice a,.kc_twitter_feed a:hover{text-decoration:underline}.kc_google_maps[data-wheel=disable] iframe,.kc_wrap-video-bg{pointer-events:none}.fb-line-1 .likes,.fb-line-1 .username,.kc-owl-post-carousel .owl-item .title{text-overflow:ellipsis;white-space:nowrap}.back i,.front i{display:inline-block}div{display:block}.kc-elm{float:left;width:100%}.kc_col-sm-1{width:8.33333%}.kc_col-sm-2{width:16.6667%}div.kc_col-of-5{width:20%;float:left}.kc_col-sm-3{width:25%}.kc_col-sm-4{width:33.3333%}.kc_col-sm-5{width:41.6667%}.kc_col-sm-6{width:50%}.kc_col-sm-7{width:58.3333%}.kc_col-sm-8{width:66.6667%}.kc_col-sm-9{width:75%}.kc_col-sm-10{width:83.3333%}.kc_col-sm-11{width:91.6667%}.kc_col-sm-12{width:100%}.kc-container{width:100%;max-width:1170px;margin:0 auto;padding-left:15px;padding-right:15px}.kc-row-container:not(.kc-container){padding-left:0;padding-right:0;width:100%;max-width:100%}.kc_wrap-video-bg{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.kc_single_image img{max-width:100%;display:inline-block}.kc-video-bg .kc_column{position:relative}.kc-infinite-loop{text-align:center;padding:50px;font-size:18px;color:red;width:100%;display:inline-block}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.kc_row:not(.kc_row_inner){clear:both;float:left;width:100%}.kc-row-container.kc-container .kc-wrap-columns,.kc_row_inner{margin-left:-15px;margin-right:-15px;clear:both}.kc_row.kc_row_inner{width:calc(100% + 30px)}.kc_tab_content>.kc_row_inner{width:100%;margin:0}.kc_column,.kc_column_inner{min-height:1px;position:relative;padding-right:15px;padding-left:15px;float:left}.kc_column>.kc-col-container,.kc_column_inner>.kc-col-inner-container{height:100%}.kingcomposer div.kc_column,.kingcomposer div.kc_column_inner{clear:none}.kc_row_inner>div.kc_column_inner:only-child{width:100%}.kc_clfw{width:100%!important;clear:both!important;display:block!important;height:0!important;padding:0!important;margin:0!important}.kc-col-container{clear:both;display:block;width:100%}section[data-kc-fullheight]{min-height:100vh}html body section[data-kc-parallax=true]{background-position:50% 0;background-repeat:no-repeat!important;background-attachment:fixed!important}section[data-kc-fullwidth]{margin-left:0!important;margin-right:0!important;position:relative;box-sizing:content-box}.kc_text_block{display:inline-block;clear:both;width:100%}body section[data-kc-equalheight=true],body section[data-kc-equalheight=true]>.kc-container,body section[data-kc-equalheight=true]>.kc-container .kc-wrap-columns{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;width:100%}body div.kc_row_inner[data-kc-equalheight=true]{width:calc(100% + 30px);flex-wrap:wrap}body div[data-kc-equalheight-align=middle]>.kc_column_inner>.kc_wrapper,body div[data-kc-equalheight-align=bottom]>.kc_column_inner>.kc_wrapper,body section[data-kc-equalheight-align=middle]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,body section[data-kc-equalheight-align=middle]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container,body section[data-kc-equalheight-align=bottom]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;flex-wrap:wrap;height:100%;width:100%}body div.kc_row_inner[data-kc-equalheight=true]>.kc_column_inner>.kc_wrapper.kc_row_inner{height:100%}body div[data-kc-equalheight-align=middle]>.kc_column_inner>.kc_wrapper,body section[data-kc-equalheight-align=middle]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,body section[data-kc-equalheight-align=middle]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container{align-content:center;justify-content:center;align-items:center}body div[data-kc-equalheight-align=bottom]>.kc_column_inner>.kc_wrapper,body section[data-kc-equalheight-align=bottom]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,body section[data-kc-equalheight-align=bottom]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container{align-content:flex-end;align-items:flex-end}body section[data-kc-fullheight=middle-content],body section[data-kc-fullheight=middle-content]>.kc-container,body section[data-kc-fullheight=middle-content]>.kc-row-container{display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;align-content:center}body section[data-kc-equalheight=true]>.kc-container .kc-wrap-columns{flex-wrap:wrap;margin-left:initial;margin-right:initial}.kc-off-notice{width:100%;padding:10px;text-align:left;background-color:#e9e385;color:#333;font-size:14px}.kc-off-notice a{text-transform:capitalize}@media screen and (min-width:999px){.kc-row-container .kc-wrap-columns,.kc_row_inner{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;flex-wrap:wrap}.kc-row-container.kc-container .kc-wrap-columns,.kc_row_inner{width:calc(100% + 30px)}}@media screen and (max-width:767px){body.kc-css-system .kc_column,body.kc-css-system .kc_column_inner{width:100%}div.kc_row{display:block}}.kc_shortcode .kc-widget-title,.kc_shortcode .kc_title{margin-bottom:20px}.kc_shortcode ul{margin:0;padding:0}.kc_shortcode ul li{list-style:none}.kc_shortcode h3,.kc_shortcode h4,.kc_shortcode h5{font-size:18px;margin:0;padding:0;font-weight:600}.kc_shortcode h4{font-size:16px;line-height:26px;margin-bottom:15px}.kc_shortcode h5{font-size:16px}.kc_accordion_wrapper,.kc_tabs{margin-bottom:24px}.kc_tabs .kc_tabs{margin-bottom:0}.kc_tabs{display:inline-block;width:100%}.kc_wrapper.ui-tabs{width:100%;display:inline-block}.kc_vertical_tabs>.kc_wrapper.ui-tabs{border:none}.kc_tabs.kc-tabs-slider ul.kc-tabs-slider-nav{margin:0}ul.kc-tabs-slider-nav li{display:inline-block;cursor:pointer;padding:8px 15px}ul.kc-tabs-slider-nav li.kc-title-active{background:#ddd}.kc_tabs_nav,.nav-pills{line-height:45px;margin:0;padding:0}.kc_tabs_nav:after,.kc_tabs_nav:before,.nav-pills:after,.nav-pills:before{display:table;line-height:0;content:""}.kc_tabs_nav:after,.nav-pills:after{clear:both}.kc_tabs_nav~.kc_tab{overflow:hidden;float:left;width:100%;height:0}html body.kc-css-system .kc_tabs_nav~.kc_tab:not(.ui-tabs-body-active){margin:0!important;padding:0!important}.kc_tabs_nav~.kc_tab.ui-tabs-body-active{height:inherit!important;background:#ddd}.kc_tabs_nav~.kc_tab .kc_tab_content{padding:30px 30px 15px}.kc_tabs_nav>li,.nav-pills>li{float:left}.kc_tabs_nav>li>a,.nav-pills>li>a{padding:0 30px;text-decoration:none;outline:0;display:block;line-height:50px;color:#6b6b6b}.kc_tabs>.kc_wrapper>.kc_tabs_nav{background:#eee;float:left;min-height:50px;margin:0;width:100%}.kc_tabs_nav{border-right:0!important;border-bottom:0!important;border-top:0!important}.kc_tabs_nav>li{list-style:none;border-right:1px solid #fff;border-left:none!important;border-bottom:none!important;margin:0;float:left;color:#333;box-shadow:none;cursor:pointer}.kc_tabs_nav>.ui-tabs-active>a,.kc_tabs_nav>li:hover,.kc_tabs_nav>li>a:hover{background-color:#ddd;color:#333}.kc_tabs_nav>.ui-tabs-active,.kc_tabs_nav>.ui-tabs-active:hover,.kc_tabs_nav>.ui-tabs-active>a,.kc_tabs_nav>.ui-tabs-active>a:hover{color:#555;display:block}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav{float:left;margin:0;padding:0;position:relative;width:25%;z-index:10;right:0}.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav{border-right:none;right:0;left:0}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab{float:left;width:75%;height:0;overflow:hidden}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab.ui-tabs-body-active{height:inherit;border:1px solid #ddd}.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab{list-style:none}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li{list-style:none;border:1px solid #ddd}.kc_wrapper>ul.ui-tabs-nav>li{overflow:hidden}.kc_vertical_tabs:not(.tabs_right)>.kc_wrapper>ul.ui-tabs-nav>li{border-right:0!important}.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav>li{border-left:0!important}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li:not(:last-child){border-bottom:0!important}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li.ui-tabs-active>a,.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li.ui-tabs-active>a:hover,.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li>a:hover{border:none;background:#f7f7f7;margin-left:0;color:#333}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li>a{display:block;padding:12px 0 12px 20px;outline:0;text-decoration:none}.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav{float:right}.kc-video-inner iframe{margin-bottom:0}.kc_accordion_content{padding-bottom:0;border-left:1px solid #eaeaea;border-right:1px solid #eaeaea;color:#727272;display:none}.kc_accordion_content.ui-state-body-active{height:inherit!important}.kc_accordion_section>.kc_accordion_header{position:relative;cursor:pointer;min-height:30px;line-height:30px;font-weight:700;font-size:inherit;margin-top:0;margin-bottom:-1px;float:left;width:100%;border:1px solid #e0e0e0}.kc_accordion_section>.ui-state-active{border-bottom-left-radius:0;border-bottom-right-radius:0;margin:0}.kc_accordion_header>span.ui-accordion-header-icon{float:right;font-family:simple-line-icons;margin:17px;color:#aaa;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.kc_accordion_header>span.ui-accordion-header-icon:before{content:"\e604"}.kc-section-active .kc_accordion_header.ui-state-active>span.ui-accordion-header-icon:before{content:"\e607"}.kc_accordion_header>a{display:block;font-size:15px;padding:10px 15px;text-decoration:none;outline:0;font-weight:400;border:none;cursor:pointer}.kc_accordion_content .kc-panel-body{padding:15px;float:left;width:100%}body div.dark_rounded .pp_loaderIcon{animation:2s cubic-bezier(.63,.045,.34,1) 0s normal none infinite kc-spinner;display:block;height:50px;left:50%;margin:-25px 0 0 -25px;position:absolute;top:50%;width:50px;background:url(//mysportify.com/wp-content/plugins/kingcomposer/assets/frontend/images/loader.png) center center no-repeat;background-size:50px 50px}body div.dark_rounded .pp_content,body div.dark_rounded .pp_content_container .pp_left,body div.dark_rounded .pp_content_container .pp_right{background:0 0}body div.dark_rounded .pp_close{background:0 0;text-indent:0;text-align:right;color:#fff;font-size:24px}body div.dark_rounded .pp_close:hover{color:#aaa}body div.dark_rounded a.pp_next,body div.dark_rounded a.pp_previous{position:fixed;-webkit-transform:translateZ(0);text-indent:0!important;top:50%;margin-top:-20px;font-size:25px;z-index:1000001;color:#fff;width:50px;height:50px;-webkit-backface-visibility:hidden;cursor:pointer}body div.dark_rounded a.pp_next{right:0;background:0 0}body div.dark_rounded a.pp_previous{left:25px}body div.dark_rounded a.pp_next:hover,body div.dark_rounded a.pp_previous:hover{background:0 0;color:#aaa}body .div.dark_rounded .pp_details{position:relative;text-align:center}body .div.dark_rounded .pp_content_container .pp_details{float:left;margin:10px 0 2px}body div.dark_rounded .pp_nav{font-size:14px;margin:0 10px 0 0;clear:right;float:left}body .pp_nav p{float:left;margin:0 4px}body div.dark_rounded .pp_nav .pp_play,body div.ppt{display:none!important}.kc_google_maps{position:relative;overflow:hidden;width:100%;min-height:100px}.kc_google_maps img{max-width:inherit;max-height:inherit}.kc_google_maps .map_popup_contact_form{position:absolute;z-index:999;top:0;overflow-y:auto;padding:50px 60px 0;height:100%;transform:translate(0,0);transition:transform .4s ease;-webkit-transition-property:-webkit-transform,left,right;-webkit-backface-visibility:hidden}.map_popup_contact_form input[type=text],.map_popup_contact_form input[type=email],.map_popup_contact_form textarea{width:100%;border:1px solid #999;background:0 0;color:#FFF}.map_popup_contact_form textarea{height:100px}.map_popup_contact_form p{margin-bottom:10px}.map_popup_contact_form .close{position:absolute;top:10px;right:10px}.map_popup_contact_form .wpcf7-submit{text-transform:uppercase;width:100%;padding:15px 0;box-shadow:inset 0 0 1px 0 rgba(255,255,255,1)}.kc_google_maps .show_contact_form{position:absolute;left:10px;top:110px;z-index:99;font-size:20px;height:33px;line-height:20px;color:#F75850;display:none;background:#FFF;padding:0 10px;border-radius:3px;box-shadow:0 1px 1px #BEBEBE;transition:all .2s ease}.kc_google_maps .show_contact_form i{margin-top:7px}.kc_google_maps .show_contact_form:hover{background:#EBEBEB;color:#000}.map_popup_contact_form.left.hidden{transform:translate(-100%,0)!important}.map_popup_contact_form.right.hidden{transform:translate(100%,0)!important}.map_popup_contact_form.right{float:right;right:0}.map_popup_contact_form.right+a{right:10px;float:right;left:auto;top:50px}.map_popup_contact_form .close{text-decoration:none;box-shadow:none;color:#FFF}.kc-fb-layout-2,.kc-pricing-layout-1,.kc-pricing-layout-2,.kc-pricing-layout-4,.kc-testi-layout-3{box-shadow:0 1px 21px rgba(0,0,0,.21)}.map_popup_contact_form .close i{font-weight:100;font-size:25px}.kc_image_gallery.kc-grid{width:100%}.kc_image_gallery.kc-grid .item-grid{float:left;position:relative;width:25%}.kc_image_gallery.kc-grid .item-grid .kc-image-overlay{background:rgba(0,0,0,.2)}.kc_image_gallery.kc-grid .item-grid:hover .kc-image-overlay{opacity:1}.kc_image_gallery.kc-grid .item-grid img{display:block;max-width:100%;border-image-width:0}.kc-countdown-timer span.group,.kc_button{padding:10px 20px;color:#FFF;display:inline-block}.kc_image_gallery.kc-grid .item-grid.grid-2{width:50%}.kc_image_gallery.kc-grid .item-grid.grid-3{width:32.7%}.kc_image_gallery.kc-grid .item-grid.grid-4{width:25%}.kc_image_gallery.kc-grid.masonry .item-grid.grid-4{width:24.8%}.kc_image_gallery.kc-grid .item-grid.grid-5{width:20%}.kc_image_gallery.kc-grid .item-grid.grid-6{width:16.66666666666666%}.kc-countdown-timer .countdown-style2 .timer,.kc-countdown-timer .countdown-style2 .unit,.kc-ui-progress-bar{width:100%;float:left}.kc_image_gallery{clear:both}.kc_button{transition:background-color .3s ease 0s,color .3s ease 0s,border-radius .3s ease 0s;white-space:nowrap;text-decoration:none;font-size:14px;background-color:#1E73BE}.kc-countdown-timer{text-align:left}.kc-countdown-timer span.group{background:#42BCE2;border-radius:5px;margin-right:10px;text-align:center}.kc-countdown-timer .group .timer{font-size:20px;font-weight:700}.kc-countdown-timer .countdown-style2 .group{padding:10px}@-webkit-keyframes animate-stripes{from{background-position:0 0}to{background-position:44px 0}}.kc_progress_bars .progress-item{float:left;width:100%;margin-bottom:20px}.kc_progress_bars div.progress-item:first-child{margin-top:0!important}.kc_progress_bars div.progress-item:last-child{margin-bottom:0!important}.kc-ui-progress-bar{position:relative;background:#e4e4e4}.kc-ui-progress{position:relative;display:block;height:10px;z-index:2;background:#42BCE2;overflow:initial!important}.kc-ui-progress-bar:after{background:#e4e4e4}.kc-ui-progress-bar2 .kc-ui-progress div.ui-label{margin-bottom:10px}.kc-ui-progress div.ui-label{text-transform:uppercase;color:#272727;position:absolute;right:0;margin-right:12px;white-space:nowrap;bottom:100%}.kc-ui-progress div.ui-label .value{display:block;color:#333}.kc_progress_bars .progress-item span.label{margin-bottom:6px;font-size:14px;padding:0;color:#333;float:left;font-weight:500;position:relative}.kc-ui-progress2 span.value{float:left;width:45px;height:26px;line-height:26px;text-align:center;background:rgba(0,0,0,.4);background-size:90%;border-radius:3px;color:#fff;font-size:12px}.kc-ui-progress2 span.value:before{content:'';position:absolute;left:50%;top:100%;border:4px solid transparent;border-top-color:rgba(0,0,0,.4);transform:translateX(-50%)}.kc-ui-progress3 div.ui-label{bottom:0;font-size:1em;height:100%;display:flex;align-items:center}.pie-chart-wrapper{text-align:center}.kc_piechart{display:inline-block;position:relative;text-align:center;width:100px}.kc_piechart .percent:after{content:"%";font-size:.8em;margin-left:.1em}.kc_piechart .percent{z-index:2;text-align:center;font-size:14px;display:block;color:#42BCE2}.kc_piechart .pie_chart_percent i{width:100%;font-size:14px}.kc_piechart .pie_chart_percent{z-index:2;top:50%;position:absolute;left:50%;text-align:center;font-size:14px;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%)}.kc_piechart canvas{left:0;position:absolute;top:0}.pie_chart_text{margin:20px 0}.kc-flip-container{perspective:1000;-webkit-perspective:1000;min-height:50px;float:left;width:100%}.kc-flip-container.flip .flipper,.kc-flip-container.hover .flipper,.kc-flip-container:hover .flipper{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}.kc-flip-container.flip-vertical.flip .flipper,.kc-flip-container.flip-vertical.hover .flipper,.kc-flip-container.flip-vertical:hover .flipper{transform:rotateX(180deg) rotateY(0);-webkit-transform:rotateX(180deg) rotateY(0)}.kc-flip-container .wrap-icon{float:left;width:100%}.kc-flip-container .front{background:#f7f7f7;border:1px solid #ebebeb}.kc-flip-container .front .front-content{float:left;width:100%;padding:30px 15px;text-align:center}.kc-flip-container .front .front-content i{font-size:40px;color:#42BCE2}.kc-flip-container .front .front-content h3{margin:0 0 20px;font-size:18px;float:left;width:100%;color:#444;text-transform:uppercase}.kc-flip-container .front .front-content p{color:#666;float:left;width:100%;margin-bottom:20px}.kc-flip-container .front .front-content .button{background:#42BCE2;display:inline-block;color:#fff;border-radius:2px;text-transform:uppercase;padding:10px 16px;font-size:12px}.kc-flip-container .back{background:#fff;border:4px solid #ddd}.kc-flip-container .back .des{float:left;width:100%;padding:30px 15px;text-align:center;overflow-y:auto}.kc-flip-container .back .des i{font-size:40px;color:#C13740}.kc-flip-container .back .des h3{margin:0 0 20px;float:left;width:100%;font-size:18px;color:#444;text-transform:uppercase}.kc-flip-container .back .des p{color:#666;float:left;width:100%;margin-bottom:20px}.kc-flip-container .back .des .button{background:#C13740;display:inline-block;color:#fff;border-radius:2px;text-transform:uppercase;padding:10px 16px;font-size:12px}.kc-flip-container .flipper{transition:all .6s ease;-webkit-transition:all .6s ease;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;position:relative;height:100%;float:left;width:100%}.content-icon i,.kc-feature-boxes,.kc-feature-boxes a,.kc-pricing-tables{transition:all .3s ease 0s}.kc-flip-container .back,.kc-flip-container .front{width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;position:absolute;top:0;left:0}.kc-flip-container .front{z-index:2;transform:rotateY(0);-webkit-transform:rotateY(0);float:left;width:100%;position:relative}.kc-flip-container .front img{width:100%;float:left;max-width:100%}.kc-flip-container .back{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}.kc-flip-container.flip-vertical .back{transform:rotateX(180deg) rotateY(0);-webkit-transform:rotateX(180deg) rotateY(0)}.kc_wrap_instagram{overflow:hidden;clear:both}.kc_wrap_instagram ul{margin:0;padding-left:0}.kc_wrap_instagram ul li.el-end{margin-right:0}.kc_wrap_instagram ul li.el-start{clear:left}.kc-blog-posts-3,.kc_box_wrap,.kc_video_wrapper{clear:both}.ins_mark_low_resolution,.ins_mark_standard_resolution,.ins_mark_thumbnail{padding:25px 10px}.kc_wrap_instagram ul li{background:url(//mysportify.com/wp-content/plugins/kingcomposer/assets/frontend/images/loading.gif) center center no-repeat;float:left;list-style:none;width:100%;margin:0 0 10px;padding:0 5px}.kc_wrap_instagram{width:calc(100% + 10px);margin-left:-5px;margin-right:-5px}.kc_wrap_instagram ul li.loaded a{float:left;width:100%}.kc_wrap_instagram ul li.loaded img{width:100%;float:left}.kc_wrap_instagram ul li.loaded{background-image:none}.kc_ins_col_1 ul li{width:100%}.kc_ins_col_2 ul li{width:50%}.kc_ins_col_3 ul li{width:33.3333333333%}.kc_ins_col_4 ul li{width:25%}.kc_ins_col_5 ul li{width:20%}.kc_ins_col_6 ul li{width:16.6666666666666%}.kc-fb-layout-1,.kc-fb-layout-1 .content-button,.kc-fb-layout-1 .content-desc,.kc-fb-layout-1 .content-icon,.kc-fb-layout-1 .content-title,.kc-fb-layout-2 .content-image,.kc-fb-layout-3,.kc-fb-layout-3 .content-desc,.kc-fb-layout-3 .content-title,.kc-fb-layout-4,.kc-feature-boxes{width:100%;float:left}.content-icon i{display:inline-block}.kc-fb-layout-1{text-align:center}.kc-fb-layout-1 .content-icon i{font-size:55px;color:#42BCE2;text-align:center}.kc-fb-layout-1 .content-title{margin:25px 0;font-size:20px;text-transform:uppercase;font-weight:700;color:#444}.kc-fb-layout-1 .content-desc{font-weight:400;margin-bottom:25px}.kc-fb-layout-1 .content-desc p{margin:0;color:rgba(86,86,86,.8)}.kc-fb-layout-1 .content-button a{display:inline-block;padding:7px 20px;text-transform:uppercase;background:#eee;color:#666;font-size:12px}.kc-fb-layout-1 .content-button a:hover{background:#42BCE2;color:#fff}.kc-fb-layout-2{overflow:hidden;text-align:center}.kc-fb-layout-2 .content-button,.kc-fb-layout-2 .content-desc,.kc-fb-layout-2 .content-title{float:left;width:100%;padding:0 10px}.content-title{margin:25px 0 20px;font-size:20px;text-transform:uppercase;font-weight:700;color:#444}.content-desc{font-weight:400;margin-bottom:25px;color:rgba(86,86,86,.8);padding:0}.content-desc p{margin:0;color:rgba(86,86,86,.8)}.content-button a{display:inline-block;padding:7px 20px;text-transform:uppercase;background:#eee;color:#666;font-size:12px}.kc-fb-layout-2 .content-button{margin-bottom:30px}.kc-fb-layout-2 .content-button a:hover{background:#42BCE2;color:#fff}.kc-fb-layout-3{display:-webkit-flex;display:flex}.kc-fb-layout-3 .content-icon{float:left}.kc-fb-layout-3 .content-icon i{font-size:29px;text-align:center}.kc-fb-layout-4 .content-position,.kc-fb-layout-5 .content-position{font-size:11px;color:#42BCE2;text-transform:uppercase}.kc-fb-layout-3 .box-right{padding-left:25px}.kc-fb-layout-3 .content-title{margin:0 0 15px}.kc-fb-layout-4 .content-image{float:left;width:50%}.kc-fb-layout-4 .box-right .content-button,.kc-fb-layout-5,.kc-testi-layout-1,.kc-testi-layout-2,.kc-testi-layout-3,.kc-testi-layout-4,.kc-testimo .content-desc,.kc-testimo .content-image,.kc-testimo .content-position,.kc-testimo .content-title{width:100%;float:left}.kc-fb-layout-4 .content-image img{float:left}.kc-fb-layout-4 .box-right{overflow:hidden;padding:0 0 0 20px}.kc-fb-layout-4 .content-title{margin:0 0 20px}.kc-fb-layout-4 .box-right .content-button a{float:left}.kc-fb-layout-5 .content-title{margin:0 0 15px}.kc-testi-layout-1{text-align:center}.kc-testi-layout-1 .content-image img{border-radius:50%}.kc-testi-layout-1 .content-desc{margin:30px 0 27px}.kc-testi-layout-1 .content-title{margin:0;font-size:18px}.kc-testi-layout-1 .content-position{color:#999;font-size:11px}.kc-testi-layout-2{background:#eee;padding:25px 20px 30px;border-radius:4px}.kc-testi-layout-2 .content-title{margin:0;color:#42BCE2;font-size:18px}.kc-testi-layout-2 .content-position{color:#999;font-size:11px}.kc-testi-layout-2 .content-desc{margin:15px 0 0}.kc-testi-layout-3{text-align:center;padding:0 0 30px}.kc-testi-layout-3 .content-title{margin:20px 0 0;color:#42BCE2;font-size:18px;padding:0 15px}.kc-testi-layout-3 .content-position{color:#999;font-size:11px;padding:0 15px}.kc-testi-layout-3 .content-desc{margin:15px 0 0;padding:0 15px}.kc-testi-layout-4 .content-image{padding-right:20px;float:left;width:40%}.kc-testi-layout-4 .content-image img{border-radius:50%;float:left}.kc-testi-layout-4 .box-right{overflow:hidden}.kc-testi-layout-4 .content-title{margin:0;font-size:18px}.kc-testi-layout-4 .content-desc{margin-bottom:20px}.kc-testi-layout-4 .content-position{color:#42BCE2;font-size:11px}.kc-testi-layout-5{float:left;width:100%}.kc-testi-layout-5 .content-image{padding-right:20px;float:left;width:auto;max-width:40%}.kc-testi-layout-5 .content-image img{border-radius:50%}.kc-testi-layout-5 .box-right{float:left}.kc-testi-layout-5 .content-title{margin:0;font-size:18px}.kc-pricing-tables{float:left;width:100%;overflow:hidden}.kc-pricing-layout-1{border-radius:10px;overflow:hidden;background:#42BCE2}.kc-pricing-layout-1 .header-pricing{float:left;width:100%;line-height:1.4}.kc-pricing-layout-1 .header-pricing .kc-pricing-price{float:left;width:100%;text-align:center}.kc-pricing-layout-1 .kc-pricing-price .content-price{padding-bottom:30px}.kc-pricing-layout-1 .header-pricing .kc-pricing-price span{font-weight:400;color:#fff;font-size:28px}.kc-pricing-layout-1 .header-pricing .kc-pricing-price span.content-duration{font-size:16px;color:#fff}.kc-pricing-layout-1 .header-pricing .content-title{float:left;width:100%;text-align:center;font-size:20px;margin:0;font-weight:700;text-transform:uppercase;color:#fff;background:rgba(0,0,0,.1);padding:15px 0}.kc-pricing-layout-1 .content-icon-header i{font-size:80px;color:#fff;margin-top:30px}.kc-pricing-layout-1 .content-desc{float:left;width:100%;list-style:none;margin:0;text-align:center;padding:0}.kc-pricing-tables .content-desc li:last-child{margin-left:0!important;margin-top:0!important;margin-right:0!important}.kc-pricing-tables .content-desc li:first-child{margin-left:0!important;margin-bottom:0!important;margin-right:0!important}.kc-pricing-layout-1 .content-desc li{float:left;width:100%;padding:8px 0;font-size:14px;color:#173d50}.kc-pricing-tables .content-desc li{border-left:0!important;border-right:0!important;list-style:none}.kc-pricing-tables .content-desc li:not(:last-child){border-bottom:0!important}.kc-pricing-layout-1 .content-desc li:nth-of-type(2n+1){background:#F1F3F5}.kc-pricing-layout-1 .content-button{float:left;width:100%;text-align:center;background:#42BCE2}.kc-pricing-layout-1 .content-button a{display:inline-block;margin-top:25px;margin-bottom:25px;background:rgba(0,0,0,.1);color:#fff}.kc-pricing-layout-1 .content-button a:hover{background:#fff;color:#42BCE2}.kc-pricing-layout-2 .header-pricing{float:left;width:100%;line-height:1.4}.kc-pricing-layout-2 .header-pricing .kc-pricing-price{float:left;width:100%;text-align:center;border-left:0!important;border-right:0!important}.kc-pricing-layout-2 .kc-pricing-price .content-price{padding-bottom:30px}.kc-pricing-layout-2 .header-pricing .kc-pricing-price span{color:#42BCE2;font-weight:300;font-size:60px}.kc-pricing-layout-2 .header-pricing .kc-pricing-price span.content-duration{font-size:16px;color:rgba(23,61,80,.4)}.kc-pricing-layout-2 .header-pricing .content-title{float:left;width:100%;text-align:center;font-size:18px;margin:0 0 3px;font-weight:700;text-transform:uppercase;color:#173d50;padding:30px 0 0}.kc-pricing-layout-2 .content-desc{float:left;width:100%;list-style:none;text-align:center;margin:0}.kc-pricing-layout-2 .content-desc li{float:left;width:100%;padding:8px 0;font-size:14px;color:#173d50}.kc-pricing-layout-2 .content-desc li:nth-of-type(2n+1){background:rgba(23,61,80,.06)}.kc-pricing-layout-2 .content-button{float:left;width:100%;text-align:center}.kc-pricing-layout-2 .content-button a{display:inline-block;margin-bottom:25px;margin-top:25px;background:#42BCE2;color:#fff;border:2px solid #42BCE2}.kc-pricing-layout-2 .content-button a:hover{background:#fff;color:#42BCE2}.kc-pricing-layout-3{float:left;width:100%;line-height:1.4;background:#42BCE2}.kc-pricing-layout-3 .kc-pricing-price{float:left;width:100%;text-align:center;padding:10px 0;background:rgba(255,255,255,.15)}.kc-pricing-layout-3 .kc-pricing-price span{font-weight:300;color:#fff;font-size:60px}.kc-pricing-layout-3 .kc-pricing-price span.content-duration{font-size:14px}.kc-pricing-layout-3 .content-title{float:left;width:100%;text-align:center;font-size:30px;font-weight:300;color:#fff;margin:0 0 15px;padding:30px 0;background:rgba(255,255,255,.15);text-transform:uppercase}.kc-pricing-layout-3 .content-desc{float:left;width:100%;list-style:none;margin:0;text-align:center}.kc-pricing-layout-3 .content-desc li{float:left;width:100%;padding:8px 0;font-size:14px;color:#fff}.kc-pricing-layout-3 .content-button{float:left;width:100%;text-align:center}.kc-pricing-layout-3 .content-button a{display:inline-block;padding:10px 20px;font-size:16px;font-weight:300;margin-top:25px;margin-bottom:25px;background:rgba(255,255,255,.15);color:#fff}.kc-pricing-layout-3 .content-button a:hover{background:#fff;color:#42BCE2}.kc-pricing-layout-4{border-radius:10px;overflow:hidden;background:#42BCE2}.kc-pricing-layout-4 .header-pricing{float:left;width:100%;line-height:1.4}.kc-pricing-layout-4 .header-pricing .kc-pricing-price{float:left;width:100%;text-align:center;padding-bottom:30px}.kc-pricing-price span{display:inline-block}.kc-pricing-layout-4 .kc-pricing-price span{font-weight:300;color:#fff;font-size:60px;display:inline-block}.kc-pricing-layout-4 .kc-pricing-price .content-price{line-height:60px;margin:0 5px}.kc-pricing-layout-4 .kc-pricing-price .content-duration{font-size:16px;color:rgba(255,255,255,.75);text-transform:uppercase;vertical-align:bottom}.kc-pricing-layout-4 .kc-pricing-price .content-currency{font-size:16px;vertical-align:top;color:rgba(255,255,255,.75)}.kc-pricing-layout-4 .content-title{float:left;width:100%;text-align:center;font-size:22px;margin:0;font-weight:300;text-transform:uppercase;color:#fff;padding:0 0 10px}.content-icon-header{float:left;width:100%;text-align:center}.content-icon-header i{display:inline-block}.kc-pricing-layout-4 .content-icon-header i{margin:30px 0;font-size:90px;text-align:center;color:#fff;background:rgba(255,255,255,.15);border-radius:50%;width:160px;height:160px;line-height:160px}.kc-pricing-layout-4 .content-desc{float:left;width:100%;list-style:none;margin:0;background:#fff;text-align:center}.kc-pricing-layout-4 .content-desc li{float:left;width:100%;padding:8px 0;font-size:14px;color:#173d50}.kc-pricing-layout-4 .content-desc li:nth-of-type(2n+1){background:#F1F3F5}.kc-pricing-layout-4 .content-button{float:left;width:100%;background:#fff;text-align:center}.kc-pricing-layout-4 .content-button a{display:inline-block;background:#42BCE2;margin-top:25px;margin-bottom:25px;color:#fff}.kc_facebook_recent_post .list-posts{background:#e9ebee}.kc_facebook_recent_post .list-posts li{border:1px solid;border-color:#e5e6e9 #dfe0e4 #d0d1d5;background:#fff;border-radius:3px}.kc_facebook_recent_post .list-posts li:last-child{margin-bottom:0}.kc_facebook_recent_post ul li.fb_mark_cls{background:url(//mysportify.com/wp-content/plugins/kingcomposer/assets/frontend/images/fb_loading.gif) left 20px center no-repeat;height:60px;border:1px dashed #E6E6E6;margin-bottom:15px;z-index:2;background-size:16px}.fb-header .fb-line-1,.fb-header .fb-line-2{z-index:11;position:relative;width:100%;float:left}.kc_facebook_recent_post ul{max-height:300px;overflow-y:auto}.kc_facebook_recent_post ul li{border-bottom:1px solid #E6E6E6}.kc_facebook_recent_post .fb-post-info span{margin-right:15px}.kc_facebook_recent_post .fb-post-info a{font-size:12px;box-shadow:none;border-bottom:0;color:#7f7f7f}.kc_facebook_recent_post img{margin-bottom:10px;max-width:100%}.kc_facebook_recent_post .fb-message{margin:0;font-size:13px;font-weight:400;line-height:1.38;overflow:hidden}.kc_shortcode .fb-button-profile{background-color:#4e69a2;border-radius:2px;border:1px solid;box-shadow:0 1px 1px rgba(0,0,0,.05);margin-top:15px;display:inline-block;text-align:center;color:#FFF;padding:5px 20px;text-decoration:none}.kc_shortcode .fb-button-profile:active,.kc_shortcode .fb-button-profile:hover{background-color:#4e69a2;color:#FFF;box-shadow:0 0 1px 2px rgba(88,144,255,.75),0 1px 1px rgba(0,0,0,.15);outline:0}.kc_shortcode .fb-button-profile:visited{color:#FFF}.kc_facebook_recent_post ul{border-top:0;padding:10px}.kc_facebook_recent_post ul li{padding:10px;margin-bottom:20px}.kc_facebook_recent_post .fb-post-info{margin-top:10px;padding-top:6px;border-top:1px solid #e5e5e5;line-height:1}.kc_facebook_recent_post .fb-post-infoa span{color:#7f7f7f;font-size:12px;font-weight:700;line-height:14px;text-transform:capitalize}.kc_facebook_recent_post .fb-post-infoa span:hover{color:#333}.fb-header{width:100%;height:130px;background-size:cover;position:relative}.fb-header .fb-line-1{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.9)}.fb-header .fb-line-2{display:block}.fb-line-1 .img-profile{width:54px;height:auto;margin:7px 10px 0 7px;border:2px solid #fff;float:left}.fb-line-1 .username{font-size:18px;font-weight:500;display:inline-block;line-height:35px;overflow:hidden}.fb-line-1 .likes{font-size:12px;line-height:1.358;overflow:hidden;display:block;margin-left:65px}.fb-line-2 .like_page,.fb-line-2 .share_page{background:#f6f7f8;padding:0 10px;margin-left:10px;margin-top:30px;display:inline-block;font-size:12px;line-height:22px;color:#4e5665;border-radius:1px;text-shadow:0 1px 0 #fff;box-shadow:0 1px 1px rgba(0,0,0,.05);font-weight:700;box-sizing:content-box;text-align:center;font-family:helvetica,arial,sans-serif}.fb-line-2 .share_page{margin-right:10px;margin-left:inherit;float:right}.fb-line-2 .share_page i{font-size:13px}.fb-line-2 .like_page i{font-size:13px;color:#3A5897}.overlay{position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.5);z-index:10}.kc_wrap_twitter .button_follow_wrap{padding:10px 15px;background:#e1e8ed}.kc_twitter_feed .owl-item{text-align:center}.kc_twitter_feed ul li{margin-bottom:20px;padding:10px;border:1px solid #E6E6E6;border-radius:2px;background:#fff}.kc_twitter_feed ul li:last-child{margin-bottom:0}.kc_twitter_feed .kc_tweet_icon i{display:block;margin-bottom:10px}.kc_twitter_feed .twitter-footer{font-size:12px;font-style:italic;margin-top:15px}.kc_twitter_style-1 .twitter-footer.show_avatar{margin-left:58px;border-top:1px solid #e5e5e5;padding-top:10px;line-height:1;padding-bottom:6px}.kc_twitter_feed .twitter-footer>span{margin-right:25px}.kc_twitter_feed .twitter-footer>span a{color:#aab8c2}.kc_twitter_feed .twitter-footer>span a:hover{color:#1da1f2}.kc_twitter_feed .twitter-footer>span:last-child{margin-right:0}.kc_twitter_feed a{color:#02A4BC}.kc_twitter_feed .tweet_user a{position:relative;line-height:21px;color:#333;cursor:pointer;background-color:#eee;border-radius:3px;box-sizing:border-box;text-decoration:none;font-size:13px;font-weight:700;display:inline-block;border:1px solid #ccc;background-image:linear-gradient(#fff,#dedede)}.kc-blog-posts-2 .kc-list-item-2 .post-title-alt a:hover,.kc-blog-posts-3 .kc-list-item-3 .entry-meta a:hover,.kc-blog-posts-4 .kc-list-item-4 .post-meta a:hover{text-decoration:underline}.kc_twitter_feed .tweet_user a:hover{color:#333;background-color:#d9d9d9;background-image:linear-gradient(#f8f8f8,#d9d9d9);border-color:#bbb}.kc_twitter_feed .kc_tweet_icon{font-size:40px;display:block}.kc_twitter_feed .tweet_desc .user_twitter{width:48px;height:48px;display:inline-block;float:left}.kc_twitter_feed .description,.kc_twitter_feed .user_twitter span{display:block}.kc_twitter_follow i{margin-right:5px;color:#1b95e0;font-size:20px}.kc_twitter_feed .kc_twitter_follow{line-height:25px;float:right;padding:2px 5px}.tweet_reply a i,.tweet_retweet a i{font-size:17px}.kc_twitter_feed.kc_twitter_style-1 .kc_tweet_icon{float:left}.kc_twitter_feed.kc_twitter_style-1 .tweet_desc.show_avatar{margin-left:58px}.kc_twitter_feed.kc_twitter_style-1 .tweet_desc .user_twitter{margin-left:-58px}.kc_twitter_feed .user_twitter{text-align:left}.kc_twitter_feed .user_twitter img{float:left;margin-right:10px;border-radius:5px}.kc_twitter_feed .tweet_desc .name{font-weight:800}.kc_twitter_feed .tweet_desc .screen_name{color:#8899a6}.kc_twitter_feed .tweet_user{display:inline-block;width:100%;margin-bottom:0;padding-bottom:20px}.kc_counter_box h4,.kc_counter_box i{margin-bottom:15px}.kc_wrap_twitter .result_twitter_feed{overflow-y:auto;padding:20px 15px;border:1px solid #e9eaed;height:350px;background:#F5F8FA}.kc_twitter_style-2 .button_follow_wrap{display:none}.kc_twitter_feed.kc_twitter_style-2 .tweet_desc .user_twitter{float:none;display:block;margin-right:0;text-align:center;width:100%}.kc_twitter_feed.kc_twitter_style-2 .tweet_desc .user_twitter img{margin-right:0;float:none}.kc_twitter_feed.kc_twitter_style-2.tweet_desc span{display:block}.kc_twitter_feed.kc_twitter_style-2 .tweet_desc{text-align:center}.kc_twitter_feed.kc_twitter_style-2 .tweet_user{text-align:center;margin-top:20px;border:none}.kc_twitter_feed.kc_twitter_style-2 .kc_twitter_follow{float:none}.kc-pie-chart-wrapper,.kc_counter_box{text-align:center}.kc_counter_box .counterup{display:block;font-size:40px;font-weight:700;line-height:40px}.kc_counter_box i{display:inline-block;font-size:45px}.kc_box_wrap .one-second,.kc_box_wrap .one-third,.kc_box_wrap .two-third{float:left;padding-left:15px;padding-right:15px}.kc_box_wrap .one-third{width:33.3%}.kc_box_wrap .one-second{width:50%}.kc_box_wrap .two-third{width:66.7%}.kc-owl-post-carousel .owl-item{padding-right:20px}.kc-owl-post-carousel .owl-item .kc-read-more{font-size:13px;padding:9px 30px;border-radius:25px;white-space:nowrap;border:1px solid #e3e3e3;transition:all .3s ease}.kc-owl-post-carousel .owl-item .kc-read-more:hover{background:#ccc;border:0}.kc-owl-post-carousel .owl-item .footer-button{padding:15px 0;text-align:center}.kc-owl-post-carousel .owl-item .list-item{box-shadow:0 0 0 1px rgba(224,224,224,.5) inset;text-align:center;padding-bottom:25px}.kc-owl-post-carousel .in-post-content{text-align:justify}.kc-owl-post-carousel .owl-item .image{margin-bottom:20px;position:relative}.kc-owl-post-carousel .owl-item .image .caption{background:rgba(0,0,0,.5);display:block;position:absolute;left:0;bottom:0;padding:5px 10px;margin:0;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.kc_single_image,.kc_single_image figure{position:relative}.kc-owl-post-carousel .owl-item .image .caption a{color:#FFF;font-size:16px}.kc-owl-post-carousel .owl-item .title{overflow:hidden;padding:20px 12px 0}.kc-owl-post-carousel .owl-item .in-post-content{padding:0 15px}.kc-owl-post-carousel .owl-item .kc-entry_meta{margin-bottom:10px;font-size:80%}.list-post-type .list-item{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #dbdbdb;float:left;width:100%}.list-post-type .list-item figure{float:left;width:100%;margin-bottom:25px}.list-post-type .list-item img{display:block;max-width:100%}.list-post-type .list-item h3{float:left;width:100%;margin-bottom:6px}.list-post-type .list-item h3 a{display:block;color:#272727;font-size:24px;transition:all .3s ease 0s}.list-post-type .list-item h3 a:hover{color:#42BCE2}.kc-read-more{float:left;padding:7px 30px;border:1px solid #e4e4e4;border-radius:30px;font-weight:600;color:#505050;transition:all .3s ease 0s}.kc-read-more:hover{background:#42BCE2;border-color:#42BCE2;color:#fff}.kc-entry_meta>span{margin-right:13px;font-size:12px;font-weight:500}.kc-entry_meta>span i{color:#42BCE2}.kc-entry_meta>span a{color:#7a7a7a;transition:all .3s ease 0s}.kc-entry_meta>span a:hover{color:#42BCE2}.kc-carousel-images .progressBar{width:100%;background:#EDEDED}.kc-carousel-images .progressBar .bar{width:0;max-width:100%;height:4px;background:#7fc242}.kc_accordion_section.group{padding-bottom:8px}.entry-content a{box-shadow:none}.kc_accordion_content{border-bottom:1px solid #eaeaea;border-top:none!important;float:left;width:100%}.kc_single_image{max-width:100%;width:100%;line-height:0}.kc_single_image>a{width:100%;float:left;position:relative}.kc_single_image p{margin:10px 0;float:left;width:100%}.kc_image_empty{max-width:100%}.kc-image-overlay{width:100%;height:100%;position:absolute;top:0;left:0;transition:all .6s ease;opacity:0}.kc-image-overlay i{font-size:25px;color:#fff;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);transition:all .3s ease;border:2px solid #fff;width:50px;height:50px;text-align:center;line-height:50px}.kc-image-overlay:hover i{border-radius:10px}.kc_single_image:hover .kc-image-overlay{background:rgba(58,52,42,.7);opacity:1}.list-post-type .kc-entry_meta span.tags-links{display:inline!important}.kc-icon-wrapper i,.list-post-type .kc-read-more{display:inline-block}.kc-entry_meta{float:left;width:100%;padding-bottom:15px}.list-post-type .text{float:left;width:100%;margin-bottom:20px}.kc-entry_meta i{margin-right:5px}.kc-sync2.owl-carousel.owl-theme{margin-top:10px}.kc-sync2 .owl-item.synced .item img{border:1px solid #869791}.kc-carousel-no-images{padding:20px 0}.kc-icon-wrapper i{color:#42BCE2;font-size:16px;text-align:center;line-height:1em;transition:background-color .3s ease 0s,color .3s ease 0s,border-radius .3s ease 0s}.kc-multi-icons-wrapper i{width:1em;height:1em;text-align:center;color:#fff;font-size:20px}.kc-multi-icons-wrapper a{padding:10px;margin:3px;background:#1E73BE;line-height:1;display:inline-block;border-radius:3px}.kc-multi-icons-wrapper a:last-child{margin-right:0!important}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div{position:absolute;top:50%;width:40px;height:50px;margin-top:-25px;background:0 0;opacity:0;left:50px;color:transparent;transition:all .3s ease;padding:0;z-index:9}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next{right:50px;left:initial}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:before{content:"\e605";color:#999;transition:all .6s ease;font-family:simple-line-icons;font-size:50px;line-height:50px;font-weight:100}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next:before{content:"\e606"}.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div{opacity:1;left:15px}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:hover:before{color:#666}.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div.owl-next{right:15px;left:initial}.owl-nav-round.owl-theme .owl-controls .owl-buttons div{position:absolute;top:50%;width:40px;height:40px;margin-top:-25px;background:#fafafa;opacity:0;left:50px;color:transparent;transition:all .3s ease;padding:0;border:1px solid #aaa;border-radius:100%}.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next{right:50px;left:initial}.owl-nav-round.owl-theme .owl-controls .owl-buttons div:before{content:"\e605";color:#999;transition:all .6s ease;font-family:simple-line-icons;font-size:20px;line-height:40px;font-weight:100;width:40px;height:40px;text-align:left;display:block;padding-left:8px;margin-top:-1px}.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next:before{content:"\e606";padding-right:8px;text-align:right}.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div{opacity:1;left:15px}.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover{background:#FFF}.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover:before{color:#666}.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div.owl-next{right:15px;left:initial}@keyframes kc-spinner{0%{transform:scale(1) rotate(0)}100%{transform:scale(1) rotate(720deg)}}.kc-title-wrap{width:100%}.image_fadein_slider{display:inline-block;width:100%}.image_fadein_slider .image_fadein{display:inline-block;width:100%;position:relative}.image_fadein_slider img{position:absolute;top:0;left:0;max-width:100%;opacity:0;transition:all ease 650ms}.image_fadein_slider img.active{position:relative;opacity:1;transition:all ease 850ms}.image_fadein_slider .image_fadein.fast img{position:absolute;top:0;left:0;max-width:100%;opacity:0;transition:all ease 350ms}.image_fadein_slider .image_fadein.fast img.active{position:relative;opacity:1;transition:all ease 550ms}.image_fadein_slider .image_fadein.slow img{position:absolute;top:0;left:0;max-width:100%;opacity:0;transition:all ease 950ms}.image_fadein_slider .image_fadein.slow img.active{position:relative;opacity:1;transition:all ease 1.15s}.kc-blog-posts-4{width:calc(100% + 30px)!important;margin-left:-15px;margin-right:-15px}.kc-blog-posts-4 .kc-list-item-4{float:left;width:100%;position:relative}.kc-blog-posts-4 .item{padding:0 15px}.meta-title{position:absolute;left:0;bottom:0;background:linear-gradient(to bottom,rgba(101,100,96,0) 0,rgba(0,0,0,.35) 50%,rgba(0,0,0,.35) 100%);padding:20px}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header{float:left;width:100%}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header>a{float:left;width:100%;overflow:hidden}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header>a img{display:block}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-meta a.date-link{margin-left:7px}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-meta a.date-link:before{content:'|';margin-right:7px}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header a img{-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-ms-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header a:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.divider_line2 i,.divider_line3 .line_text{left:50%;top:50%;transform:translate(-50%,-50%)}.kc-blog-posts-4 .kc-list-item-4 .post-meta{text-transform:uppercase;font-size:12px;color:#fff;float:left;width:100%}.kc-blog-posts-4 .kc-list-item-4 .post-meta a{text-transform:capitalize;font-size:12px;color:#fff}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt{float:left;width:100%;line-height:1.4;margin:4px 0 10px;font-size:18px;font-weight:700;text-transform:uppercase}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt a{color:#fff}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt a:hover{color:#42BCE2}.kc-blog-posts-1 .kc-list-item-1{position:relative;min-height:200px}.kc-blog-posts-1 .kc-list-item-1 figure{width:100%;display:inline-block}.kc-blog-posts-1 .kc-list-item-1 .post-details{position:absolute;padding:40px 20px 30px;width:100%;bottom:0;text-align:left;background:rgba(255,255,255,.7)}.kc-blog-posts-1 .kc-list-item-1 .post-title-alt{margin:0 0 15px}.kc-blog-posts-1 .kc-list-item-1 .post-title-alt a{color:#000;display:block;font-size:22px;text-transform:uppercase}.kc-blog-posts-1 .kc-list-item-1 .post-title-alt a:hover{color:#555}.kc-blog-posts-1 .kc-list-item-1 .post-date{margin-bottom:10px;color:#999;font-size:12px;font-style:italic}.kc-blog-posts-1 .kc-list-item-1 .post-date .kc-post-author{margin-right:8px;padding-right:8px;border-right:1px solid #ddd}.kc-blog-posts-1 .kc-list-item-1 .post-date .post-cats{margin-left:8px;padding-left:8px;border-left:1px solid #ddd}.kc-blog-posts-1 .kc-list-item-1 .post-date .kc-post-author a,.kc-blog-posts-1 .kc-list-item-1 .post-date .post-cats a{color:#333}.kc-blog-posts-1 .kc-list-item-1 .post-date .kc-post-author a:hover,.kc-blog-posts-1 .kc-list-item-1 .post-date .post-cats a:hover{color:#000}.kc-blog-posts-1 .kc-list-item-1 .post-details .btn{display:inline-block;font-size:12px;padding:10px 20px;line-height:1;color:#272727;text-transform:uppercase;border:2px solid #42BCE2}.kc-blog-posts-1 .kc-list-item-1 .post-details .btn:hover{background:#42BCE2;color:#fff}.kc-blog-posts-2 .kc-list-item-2{float:left;width:100%;border:1px solid #ddd;padding:20px;margin-bottom:30px}.kc-blog-posts-2 .kc-list-item-2 .post-item-left{float:left;width:50%;padding-right:30px}.kc-blog-posts-2 .kc-list-item-2 .post-item-left>p,.kc-blog-posts-2 .kc-list-item-2 .post-item-right>p{font-size:14px;color:#666;float:left;width:100%;margin-bottom:15px}.kc-blog-posts-2 .kc-list-item-2 .post-item-right{float:left;width:50%}.kc-blog-posts-2 .kc-list-item-2 .post-title-alt{margin:0 0 20px;float:left;width:100%;font-weight:700;text-transform:uppercase;font-size:20px}.kc-blog-posts-2 .kc-list-item-2 .post-title-alt a{display:block;color:#333}.kc-blog-posts-2 .kc-list-item-2 .post-meta{float:left;width:100%;margin-bottom:20px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;line-height:38px}.kc-blog-posts-2 .kc-list-item-2 .post-meta span{float:left;margin-right:15px;font-size:12px}.kc-blog-posts-2 .kc-list-item-2 .post-meta span i{margin-right:5px;color:#42BCE2;font-size:12px}.kc-blog-posts-2 .kc-list-item-2 .post-meta span a{color:#999}.kc-blog-posts-2 .kc-list-item-2 .post-meta span a:hover{color:#000}.kc-blog-posts .kc-post-2-button{float:left;padding:10px 20px;border:1px solid #ddd;border-radius:2px;color:#000;font-size:12px;line-height:1}.kc-blog-posts .kc-post-2-button:hover{border-color:#42BCE2;background:#42BCE2;color:#fff}.kc-blog-posts-3.kc-blog-grid{width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-1{width:100%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-2{width:50%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-3{width:33.33333333333%;padding:0 15px;float:left}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-4{width:25%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-5{width:20%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-6{width:16.5%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid img{max-width:100%;transition:all .3s ease 0}.kc-blog-posts-3 .kc-list-item-3{float:left;width:100%;margin-bottom:30px}.kc-blog-posts-3 .kc-list-item-3>a{float:left;width:100%}.kc-blog-posts-3 .kc-list-item-3>a img{display:block}.kc-blog-posts-3 .kc-list-item-3 .content{float:left;width:100%;padding:26px;box-shadow:0 1px 4px 0 rgba(0,0,0,.14)}.kc-button-7 a:hover,.kc-button-9 a:hover{box-shadow:0 11px 3px -7px #ccc!important}.kc-blog-posts-3 .kc-list-item-3 .entry-thumb-link:hover img{opacity:.4}.kc-blog-posts-3 .kc-list-item-3 .entry-meta{text-transform:uppercase;font-size:12px;color:#b4b4b4;float:left;width:100%;margin:5px 0 10px}.kc-blog-posts-3 .kc-list-item-3 .entry-meta .entry-date,.kc-blog-posts-3 .kc-list-item-3 .entry-meta .kc-post-author{padding-right:7px;margin-right:7px;border-right:1px solid #e4e4e4}.kc-blog-posts-3 .kc-list-item-3 .entry-meta a{text-transform:capitalize;font-size:12px;color:#42BCE2}.kc-blog-posts-3 .kc-list-item-3 .post-title-alt{float:left;width:100%;line-height:1.4;margin:0;font-size:18px;font-weight:700;text-transform:uppercase;position:relative}.kc-blog-posts-3 .kc-list-item-3 .post-content p{color:#7a7a7a;line-height:26px;font-size:14px}.kc-blog-posts-3 .kc-list-item-3 .post-title-alt a{color:#272727}.kc-blog-posts-3 .kc-list-item-3 .post-title-alt a:hover{color:#42BCE2}.kc-blog-posts-3 .kc-list-item-3 .entry-excerpt p{font-size:14px;color:#888}.divider_line{float:left;width:100%;margin-top:30px;margin-bottom:30px}.divider_line .divider_inner{display:inline-block;width:100%;border-bottom:1px solid #ccc;border-top:0!important;border-left:0!important;border-right:0!important}.divider_line2{height:1px;position:relative}.divider_line2 i{color:#fff;width:27px;height:27px;border-radius:100%;background-color:#d3d3d3;text-align:center;vertical-align:middle;line-height:27px;position:absolute}.divider_line3{position:relative}.divider_line3 .line_text{text-transform:uppercase;background:#fff;padding:0 10px;position:absolute}.message-boxes i{margin-right:7px;float:left}.message-box-wrap{padding:20px;border-radius:0;border:2px solid #eee;font-size:14px}.kc-close-but{width:10px;height:10px;float:right;border:none;margin:8px;cursor:pointer;font-size:0;background:url(//mysportify.com/wp-content/plugins/kingcomposer/assets/frontend/images/icon-remove.png) center top no-repeat;text-indent:-9999px}button.kc-close-but:hover{background-color:rgba(51,51,51,0)}.kc-filters-alignCenter{margin-top:30px;margin-bottom:30px;text-align:center;font-size:12px;font-weight:400;line-height:21px;color:#DADADA}.kc-filter-item{color:#949494;cursor:pointer;font:400 13px/21px "Open Sans",sans-serif;padding:0 12px;transition:all .3s ease-in-out;position:relative;overflow:visible;margin:0 0 10px;display:inline-block}.kc-filter-item-active.kc-filter-item{color:#4183d7}.kc-caption-zoom{float:left;position:relative;width:640px;height:360px;margin:0 auto;overflow:hidden}.kc-caption-defaultWrap{position:absolute;top:0;left:0}.kc-caption-defaultWrap img{transition:.4s ease}.kc-caption-zoom .kc-caption:hover .kc-caption-defaultWrap img{transform:scale(1.08)}.kc-caption-activeWrap{width:100%;z-index:2;height:100%}.kc-caption-zoom .kc-caption:hover .kc-caption-activeWrap{position:absolute;opacity:1}.kc-caption-activeWrap .kc-caption-body{padding:12px 30px;text-align:center}.kc-caption-zoom .kc-caption-activeWrap .kc-caption-body{padding-top:120px}.kc-caption-body .kc-caption-title{color:#fff;font-size:16px;font-weight:400;line-height:21px}.kc-caption-body .kc-caption-desc{color:#aaa;font-size:12px;font-weight:400;line-height:16px}.kc-caption-zoom .kc-caption-activeWrap{opacity:0;top:0;background-color:rgba(0,0,0,.9);transition:opacity .8s cubic-bezier(.19,1,.22,1)}.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter{bottom:125%}.kc_tooltip{position:relative;display:inline-block;border-bottom:initial}.kc_tooltip span{background:#454545;border-radius:3px;bottom:117%;color:#fff;font-size:14px;left:50%;position:absolute;width:200px;z-index:9999;margin:0!important;padding:10px;text-align:center;transform:translateX(-50%);transition:all .3s ease-in-out 0s;opacity:0;visibility:hidden}.kc_tooltip .fati17{width:50px;height:50px;color:#fff;font-size:27px;display:inline-block;vertical-align:middle;line-height:50px;border-radius:100%;text-align:center;background-color:#181818;transition:all .3s ease 0s}.kc_tooltip[data-position=top] span:before{background:#454545;z-index:-1;bottom:-9px;content:"";left:50%;display:block;height:10px;width:10px;position:absolute;border-width:10px;margin-left:-9px;transform:rotate(45deg) translateY(-50%)}.kc_tooltip[data-position=right] span:before{background:#454545;z-index:-1;top:50%;margin:0!important;content:"";left:-8px;display:block;height:10px;width:10px;position:absolute;border-width:10px;transform:rotate(45deg) translateY(-50%)}.kc_tooltip[data-position=right] span,.kc_tooltip[data-position=left] span{bottom:initial!important;top:50%;transform:translateY(-50%)}.kc_tooltip[data-position=bottom] span:before{background:#454545;z-index:-1;content:'';left:50%;margin-left:-10px;top:0;display:block;height:10px;width:10px;position:absolute;border-width:10px;transform:rotate(45deg) translateY(-50%)}.kc_tooltip[data-position=bottom] span{transform:translateX(-50%)}.kc_tooltip[data-position=left] span:before{background:#454545;top:50%;margin:0;content:" ";right:0;display:block;height:10px;width:10px;position:absolute;border-width:10px;transform:rotate(45deg) translateY(-50%)}.but_large1{color:#fff;padding:18px 50px;background-color:'. $bg_color .';border-radius:3px;transition:all .3s ease;white-space:nowrap}.but_large1:hover{color:#fff;background-color:#2a363f}.kc_tooltip:hover span{opacity:1;visibility:visible}.content-button a{transition:all .3s ease 0s}.kc_tooltip.style2 img{display:block}.kc-image-hover-effects{position:relative;overflow:hidden}.kc-image-hover-effects>a{float:left;width:100%}.kc-image-hover-effects .overlay-effects{position:absolute;left:0;top:0;opacity:0;width:100%;height:100%;background:rgba(0,0,0,.4);text-align:center}.kc-image-hover-effects .overlay-effects,.kc-image-hover-effects .overlay-effects .content-button a,.kc-image-hover-effects .overlay-effects .content-desc,.kc-image-hover-effects .overlay-effects .content-title,.kc-image-hover-effects a img{transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s}.kc-image-hover-effects img{float:left;max-width:100%;transition:all .3s ease 0s}.kc-image-hover-effects .overlay-effects .content-title{color:#fff;text-transform:uppercase;font-size:25px;font-weight:600;margin:20px 0 15px}.kc-image-hover-effects .overlay-effects .content-desc{color:rgba(255,255,255,.7)}.kc-img-effects-1:hover .overlay-effects{opacity:1}.kc-img-effects-1 .overlay-effects{display:-webkit-flex;display:flex;align-items:center;justify-content:center}.kc-img-effects-1 .overlay-effects .content-title{margin:0}.kc-img-effects-2 .overlay-effects{transform:scale(1.3) display: -webkit-flex;display:flex;align-items:center;justify-content:center;flex-direction:column}.kc-img-effects-2 .overlay-effects .content-title{margin:0 0 4px;font-size:20px}.kc-img-effects-2 .overlay-effects .content-desc{margin:0}.kc-img-effects-2:hover .overlay-effects{opacity:1;transform:scale(1)}.kc-img-effects-2:hover a img{transform:scale(1.2)}.kc-img-effects-3 .overlay-effects{padding:20px;text-align:left;display:-webkit-flex;display:flex;align-items:flex-end}.kc-img-effects-3 .overlay-effects .content-title{margin:0 0 7px;opacity:0;transform:translate(-40px,0)}.kc-img-effects-3 .overlay-effects .content-desc{margin:0;opacity:0;transform:translate(-40px,0);transition-delay:.15s}.kc-img-effects-3:hover .overlay-effects{opacity:1;transform:scale(1)}.kc-img-effects-3:hover .overlay-effects .content-desc,.kc-img-effects-3:hover .overlay-effects .content-title{opacity:1;transform:translate(0,0)}.kc-img-effects-4 .overlay-effects .content-desc,.kc-img-effects-4 .overlay-effects .content-title{opacity:0;transform:translate(0,-40px)}.kc-img-effects-4 .overlay-effects .content-button a{opacity:0}.kc-img-effects-4 .overlay-effects .content-desc{transition-delay:.2s}.kc-img-effects-4:hover .overlay-effects .content-desc,.kc-img-effects-4:hover .overlay-effects .content-title{opacity:1;transform:translate(0,0)}.kc-img-effects-4:hover a img{transform:scale(1.1)}.kc-img-effects-4:hover .overlay-effects,.kc-img-effects-4:hover .overlay-effects .content-button a{opacity:1}.kc-img-effects-5 .overlay-effects{padding:20px;text-align:left;display:-webkit-flex;display:flex;align-items:center;justify-content:center}.kc-button-7 a,.kc-button-8 a{line-height:40px;text-align:center}.kc-img-effects-5 .overlay-effects i{width:40px;height:40px;line-height:40px;background:rgba(255,255,255,.8);color:#333;text-align:center;font-size:14px;border-radius:50%}.kc-button-1 a,.kc-button-main a{border:2px solid #42BCE2;padding:10px 30px}.kc-img-effects-5:hover .overlay-effects{opacity:1}.kc-image-hover-effects.slide_bottom:hover img,.kc-image-hover-effects.slide_left:hover img,.kc-image-hover-effects.slide_right:hover img,.kc-image-hover-effects.slide_top:hover img{transform:none}.kc-image-hover-effects.slide_left .overlay-effects{opacity:1;background:#333;transform:translateX(-100%)}.kc-image-hover-effects.slide_right .overlay-effects{opacity:1;background:#333;transform:translateX(100%)}.kc-image-hover-effects.slide_top .overlay-effects{opacity:1;background:#333;transform:translateY(-100%)}.kc-image-hover-effects.slide_bottom .overlay-effects{opacity:1;background:#333;transform:translateY(100%)}.kc-image-hover-effects.slide_bottom:hover .overlay-effects,.kc-image-hover-effects.slide_left:hover .overlay-effects,.kc-image-hover-effects.slide_right:hover .overlay-effects,.kc-image-hover-effects.slide_top:hover .overlay-effects{transform:translate(0,0)}.kc-image-hover-effects.push_bottom .overlay-effects,.kc-image-hover-effects.push_left .overlay-effects,.kc-image-hover-effects.push_right .overlay-effects,.kc-image-hover-effects.push_top .overlay-effects{background:#333;opacity:1}.kc-image-hover-effects.push_bottom img,.kc-image-hover-effects.push_left img,.kc-image-hover-effects.push_right img,.kc-image-hover-effects.push_top img{z-index:2;position:relative}.kc-image-hover-effects.push_left:hover img{transform:translateX(100%)}.kc-image-hover-effects.push_right:hover img{transform:translateX(-100%)}.kc-image-hover-effects.push_top:hover img{transform:translateY(100%)}.kc-image-hover-effects.push_bottom:hover img{transform:translateY(-100%)}.kc-image-hover-effects.zoom_in img{transform:scale(1)}.kc-image-hover-effects.zoom_in:hover img,.kc-image-hover-effects.zoom_out img{transform:scale(1.2)}.kc-image-hover-effects.zoom_out:hover img{transform:scale(1)}.kc-image-hover-effects.tranlate{overflow:inherit}.kc-image-hover-effects.tranlate .overlay-effects{background:#333;transition:all .3s ease 0s}.kc-image-hover-effects.tranlate:hover .overlay-effects{top:15px;left:15px}.kc-image-hover-effects.overlay_scale_in .overlay-effects{transition:all .3s ease 0s;background:#333;transform:scale(.75)}.kc-image-hover-effects.overlay_scale_in:hover .overlay-effects{transform:scale(1)}.kc-image-hover-effects.overlay_scale_out .overlay-effects{transition:all .3s ease 0s;background:#333;transform:scale(1)}.kc-image-hover-effects.overlay_scale_out:hover .overlay-effects{transform:scale(.9)}.kc-pro-button a{display:inline-block;transition:all .3s;text-transform:uppercase}.kc-button-2 a:after,.kc-button-3 a:after{content:'';top:0;left:0;transition:all .3s ease 0s}.kc-button-main a{color:#fff;background:#42BCE2}.kc-button-1 a,.kc-button-main a:active,.kc-button-main a:hover{background:#fff;color:#42BCE2}.kc-button-1 a{z-index:1}.kc-button-1 a:hover{border-radius:10px;border-style:dotted;color:#42BCE2}.kc-button-2 a,.kc-button-3 a{border:2px solid #42BCE2;padding:10px 30px}.kc-button-2 a{color:#fff;background:#42BCE2;position:relative;z-index:1}.kc-button-2 a:after{position:absolute;width:0;height:100%;background:#fff;z-index:-1}.kc-button-2 a:hover{color:#42BCE2}.kc-button-2 a:active:after,.kc-button-2 a:hover:after{width:100%}.kc-button-3 a{color:#fff;background:#42BCE2;z-index:1;overflow:hidden;position:relative}.kc-button-3 a:after{position:absolute;width:100%;height:0;background:#fff;z-index:-1}.kc-button-3 a:hover{color:#42BCE2}.kc-button-3 a:hover:after{height:100%}.kc-button-4 a{border:3px solid #42BCE2;color:#fff;background:#42BCE2;z-index:1;overflow:hidden;position:relative;padding:10px 30px}.kc-button-4 a:after,.kc-button-4 a:before{width:0;position:absolute;content:'';height:100%;top:0;background:#fff;transition:all .3s ease 0s;z-index:-1}.kc-button-4 a:after{left:50%}.kc-button-4 a:before{right:50%}.kc-button-5 a,.kc-button-6 a{background:#42BCE2;padding:10px 30px}.kc-button-4 a:hover{color:#42BCE2}.kc-button-4 a:hover:after,.kc-button-4 a:hover:before{width:100%}.kc-button-5 a{color:#fff}.kc-button-5 a:hover{color:#fff;animation-name:pulse;animation-duration:.5s;animation-timing-function:linear;animation-iteration-count:1}.creative_icon_right{margin:0 0 0 4px}.creative_icon_left,.kc-button-6 a .creative_icon_left i{margin:0 4px 0 0}.kc-button-6 a,.kc-button-6 a:hover{color:#fff}.kc-button-6 a .creative_icon_right i{margin:0 0 0 4px}.kc-button-6 a:hover span i{color:#fff;animation-name:bounce;animation-duration:.6s;animation-timing-function:linear}.kc-button-7 a{color:#fff;position:relative;background-color:#3fa962;border:1px solid rgba(255,255,255,.15);letter-spacing:.2px;min-height:40px;overflow:visible;display:inline-block;transition:all .25s ease-in-out;padding:3px 25px}.kc-button-10 a,.kc-team,.kc-team-2 .box-right,.kc-team-3{overflow:hidden}.kc-button-7 a:after,.kc-button-7 a:before{content:"";display:block;position:absolute;width:20%;height:30%;transition:all .3s ease 0s}.kc-button-7 a:before{border-top:2px solid rgba(255,255,255,.8);border-left:2px solid rgba(255,255,255,.8);left:5px;top:5px}.kc-button-7 a:after{border-bottom:2px solid rgba(255,255,255,.8);border-right:2px solid rgba(255,255,255,.8);bottom:5px;right:5px}.kc-button-7 a i{margin-left:6px}.kc-button-7 a .creative_icon_left i{margin:0 6px 0 0}.kc-button-7 a:hover{color:#fff}.kc-button-7 a:hover:after,.kc-button-7 a:hover:before{width:calc(100% - 10px);height:calc(100% - 10px)}.kc-button-8 a{color:#fff;position:relative;background-color:#42BCE2;letter-spacing:.2px;min-height:40px;display:inline-block;transition:all .25s ease-in-out;padding:8px 34px;border-radius:30px;text-transform:capitalize}.kc-button-8 a .creative_title,.kc-button-8 a i,.kc-button-9 a{transition:all .3s ease 0s}.kc-button-8 a .creative_icon_right i{margin:0 0 0 4px}.kc-button-8 a:hover .creative_icon_right i{margin:0 0 0 15px}.kc-button-8 a .creative_icon_left i{margin:0 4px 0 0}.kc-button-8 a:hover .creative_icon_left i{margin:0 15px 0 0}.kc-button-8 a:hover .creative_title,.kc-button-8 a:hover i{color:#fff}.kc-button-9 a{padding:10px 30px;color:#fff;position:relative;background:#42BCE2;transform-style:preserve-3d}.kc-button-9 a:hover,.kc-button-9 a:hover:before{transform:translateY(-5px)}.kc-button-9 a:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);transition-property:transform,opacity}.kc-button-9 a:hover{color:#fff}.kc-button-10 a{padding:10px 30px;color:#fff;position:relative;background:#42BCE2;transition:all .3s ease 0s}.kc-button-10 a:after{background:#fff;content:"";height:155px;left:-75px;opacity:.2;position:absolute;top:-50px;transform:rotate(35deg);transition:all 550ms cubic-bezier(.19,1,.22,1);width:50px}.kc-team-3,.kc-video-bg{position:relative}.kc-button-10 a:hover{color:#fff}.kc-button-10 a:hover:after{left:120%;transition:all 550ms cubic-bezier(.19,1,.22,1)}.kc-infobox-default{float:left;padding:60px 60px 80px;text-align:left;background-color:#fff;border:1px solid #eee;transition:all .3s ease;width:100%}.kc-infobox-default i{font-size:30px;color:#272727;padding-bottom:32px}.kc-infobox-1 h3,.kc-infobox-default h3{font-size:16px;font-style:normal;line-height:23px}.kc-infobox-default h3{margin-bottom:20px;font-weight:600}.kc-infobox-default.active,.kc-infobox-default:hover{background-color:#42BCE2;transition:all .3s ease}.kc-infobox-default.active,.kc-infobox-default.active h5,.kc-infobox-default.active i,.kc-infobox-default:hover,.kc-infobox-default:hover h5,.kc-infobox-default:hover i{color:#fff}.kc-infobox-1 h3{font-weight:700;text-align:left;text-transform:uppercase;margin-bottom:12px;display:inline-block}.kc-infobox-1 i{color:#42BCE2;font-size:22px;padding-right:16px;padding-top:2px;float:left}.kc-infobox-1 p{float:left;margin:8px 0 16px;width:100%}.kc-infobox-1 .kc-infobox-button1{color:#272727;font-size:12px;font-weight:400;text-transform:uppercase;transition:all .3s ease;float:left}.kc-infobox-1 .kc-infobox-button1:hover{color:#727272}.kc-dropcaps .dropcaps-text{position:relative;display:inline-block;float:left;height:45px;width:45px;line-height:45px;font-size:40px;background:#42BCE2;color:#fff;font-weight:700;text-align:center;margin:5px 18px 0 0}.kc-call-to-action{background:#fafafa;padding:30px 50px;display:table;width:100%}.kc-call-to-action .kc-cta-desc h2,.kc-call-to-action .kc-cta-text{margin:0 0 20px}.kc-call-to-action .kc-cta-button a{background:#34495e;text-transform:uppercase;color:#fff;float:right;padding:10px 25px;transition:all .3s ease 0s}.kc-call-to-action .kc-cta-button a:hover{background-color:#ff2a40}.kc-call-to-action.kc-cta-2 .kc-cta-button a{float:none;display:inline-block}.kc-cta-3.kc-is-button .kc-cta-desc{width:75%;display:table-cell;vertical-align:middle}.kc-cta-3 .kc-cta-text p{margin:0}.kc-cta-3 .kc-cta-button{width:25%;display:table-cell;vertical-align:middle}.kc-cta-1,.kc-cta-2,.kc-image-hover-effects,.kc-team{width:100%;float:left}.kc-cta-3 .kc-cta-button a{display:inline-block}.kc-cta-1 .kc-cta-button{float:left}.kc-cta-1 .kc-cta-button a{display:block}.kc-cta-2{text-align:center}.kc-team{text-align:center;transition:all .3s ease 0s}.kc-team .content-socials a{text-align:center;display:inline-block;margin:0 5px 25px;width:35px;height:35px;font-size:18px;color:#fff;border:1px solid #42BCE2;background-color:#42BCE2;border-radius:2px;line-height:35px}.kc-team .content-socials{float:left;width:100%}.kc-team.kc-team-3 .content-socials{margin-top:25px}.content-subtitle{float:left;width:100%}.kc-team .content-desc{margin:0 0 20px;float:left;width:100%}.kc-team-2{text-align:left}.kc-team-2 .content-title{margin:0;float:left;width:100%}.kc-team-2 .content-image{float:left;max-width:35%;padding-right:20px}.kc-team-3 .content-image img{float:left}.kc-team-2 .content-desc{margin:13px 0 20px}.kc-team-3:hover .overlay{transform:translateY(0);opacity:1}.kc-team-3 .overlay{width:100%;height:100%;padding-top:30px;opacity:0;transition:all .3s ease 0s;transform:translateY(100%);background:rgba(0,0,0,.4)}.kc-team-3 .content-subtitle,.kc-team-3 .content-title{color:#fff}.kc-team-3 .content-desc{margin:0 0 25px;color:rgba(255,255,255,.8)}@media only screen and (max-width:479px){.kc-blog-posts-2 .kc-list-item-2 .post-item-left,.kc-blog-posts-2 .kc-list-item-2 .post-item-right,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-2,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-3,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-4{width:100%}div.dark_rounded .pp_content_container .pp_left,div.dark_rounded .pp_content_container .pp_right{padding:0}div.pp_pic_holder{width:85%!important;left:7.5%!important}div.dark_rounded .pp_content,div.pp_pic_holder img{width:100%!important;height:auto!important}}@media only screen and (min-width:480px) and (max-width:999px){.kc-blog-posts-2 .kc-list-item-2 .post-item-left,.kc-blog-posts-2 .kc-list-item-2 .post-item-right,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-2,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-3,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-4{width:50%}}
 @media screen and (min-width: 768px){ 
.kc-animated{opacity:0;}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@keyframes wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInY{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}}@font-face {font-family: IcoFont;font-weight: 400;font-style: Regular;src: url(//mysportify.com/wp-content/themes/appark/assets/fonts/icofont.woff2) format("woff2"), url(//mysportify.com/wp-content/themes/appark/assets/fonts/icofont.woff) format("woff")}[class*=" icofont-"],[class^=icofont-] {font-family: IcoFont !important;speak: none;font-style: normal;font-weight: 400;font-variant: normal;text-transform: none;white-space: nowrap;word-wrap: normal;direction: ltr;line-height: 1;-webkit-font-feature-settings: "liga";-webkit-font-smoothing: antialiased}.icofont-angry-monster:before {content: "\e800"}.icofont-bathtub:before {content: "\e801"}.icofont-bird-wings:before {content: "\e802"}.icofont-bow:before {content: "\e803"}.icofont-castle:before {content: "\e804"}.icofont-circuit:before {content: "\e805"}.icofont-crown-king:before {content: "\e806"}.icofont-crown-queen:before {content: "\e807"}.icofont-dart:before {content: "\e808"}.icofont-disability-race:before {content: "\e809"}.icofont-diving-goggle:before {content: "\e80a"}.icofont-eye-open:before {content: "\e80b"}.icofont-flora-flower:before {content: "\e80c"}.icofont-flora:before {content: "\e80d"}.icofont-gift-box:before {content: "\e80e"}.icofont-halloween-pumpkin:before {content: "\e80f"}.icofont-hand-power:before {content: "\e810"}.icofont-hand-thunder:before {content: "\e811"}.icofont-king-monster:before {content: "\e812"}.icofont-love:before {content: "\e813"}.icofont-magician-hat:before {content: "\e814"}.icofont-native-american:before {content: "\e815"}.icofont-owl-look:before {content: "\e816"}.icofont-phoenix:before {content: "\e817"}.icofont-robot-face:before {content: "\e818"}.icofont-sand-clock:before {content: "\e819"}.icofont-shield-alt:before {content: "\e81a"}.icofont-ship-wheel:before {content: "\e81b"}.icofont-skull-danger:before {content: "\e81c"}.icofont-skull-face:before {content: "\e81d"}.icofont-snowmobile:before {content: "\e81e"}.icofont-space-shuttle:before {content: "\e81f"}.icofont-star-shape:before {content: "\e820"}.icofont-swirl:before {content: "\e821"}.icofont-tattoo-wing:before {content: "\e822"}.icofont-throne:before {content: "\e823"}.icofont-tree-alt:before {content: "\e824"}.icofont-triangle:before {content: "\e825"}.icofont-unity-hand:before {content: "\e826"}.icofont-weed:before {content: "\e827"}.icofont-woman-bird:before {content: "\e828"}.icofont-bat:before {content: "\e829"}.icofont-bear-face:before {content: "\e82a"}.icofont-bear-tracks:before {content: "\e82b"}.icofont-bear:before {content: "\e82c"}.icofont-bird-alt:before {content: "\e82d"}.icofont-bird-flying:before {content: "\e82e"}.icofont-bird:before {content: "\e82f"}.icofont-birds:before {content: "\e830"}.icofont-bone:before {content: "\e831"}.icofont-bull:before {content: "\e832"}.icofont-butterfly-alt:before {content: "\e833"}.icofont-butterfly:before {content: "\e834"}.icofont-camel-alt:before {content: "\e835"}.icofont-camel-head:before {content: "\e836"}.icofont-camel:before {content: "\e837"}.icofont-cat-alt-1:before {content: "\e838"}.icofont-cat-alt-2:before {content: "\e839"}.icofont-cat-alt-3:before {content: "\e83a"}.icofont-cat-dog:before {content: "\e83b"}.icofont-cat-face:before {content: "\e83c"}.icofont-cat:before {content: "\e83d"}.icofont-cow-head:before {content: "\e83e"}.icofont-cow:before {content: "\e83f"}.icofont-crab:before {content: "\e840"}.icofont-crocodile:before {content: "\e841"}.icofont-deer-head:before {content: "\e842"}.icofont-dog-alt:before {content: "\e843"}.icofont-dog-barking:before {content: "\e844"}.icofont-dog:before {content: "\e845"}.icofont-dolphin:before {content: "\e846"}.icofont-duck-tracks:before {content: "\e847"}.icofont-eagle-head:before {content: "\e848"}.icofont-eaten-fish:before {content: "\e849"}.icofont-elephant-alt:before {content: "\e84a"}.icofont-elephant-head-alt:before {content: "\e84b"}.icofont-elephant-head:before {content: "\e84c"}.icofont-elephant:before {content: "\e84d"}.icofont-elk:before {content: "\e84e"}.icofont-fish-1:before {content: "\e84f"}.icofont-fish-2:before {content: "\e850"}.icofont-fish-3:before {content: "\e851"}.icofont-fish-4:before {content: "\e852"}.icofont-fish-5:before {content: "\e853"}.icofont-fish:before {content: "\e854"}.icofont-fox-alt:before {content: "\e855"}.icofont-fox:before {content: "\e856"}.icofont-frog-tracks:before {content: "\e857"}.icofont-frog:before {content: "\e858"}.icofont-froggy:before {content: "\e859"}.icofont-giraffe-head-1:before {content: "\e85a"}.icofont-giraffe-head-2:before {content: "\e85b"}.icofont-giraffe-head:before {content: "\e85c"}.icofont-giraffe:before {content: "\e85d"}.icofont-goat-head:before {content: "\e85e"}.icofont-gorilla:before {content: "\e85f"}.icofont-hen-tracks:before {content: "\e860"}.icofont-horse-head-1:before {content: "\e861"}.icofont-horse-head-2:before {content: "\e862"}.icofont-horse-head:before {content: "\e863"}.icofont-horse-tracks:before {content: "\e864"}.icofont-jellyfish:before {content: "\e865"}.icofont-kangaroo:before {content: "\e866"}.icofont-lemur:before {content: "\e867"}.icofont-lion-head-1:before {content: "\e868"}.icofont-lion-head-2:before {content: "\e869"}.icofont-lion-head:before {content: "\e86a"}.icofont-lion:before {content: "\e86b"}.icofont-monkey-2:before {content: "\e86c"}.icofont-monkey-3:before {content: "\e86d"}.icofont-monkey-face:before {content: "\e86e"}.icofont-monkey:before {content: "\e86f"}.icofont-octopus-alt:before {content: "\e870"}.icofont-octopus:before {content: "\e871"}.icofont-owl:before {content: "\e872"}.icofont-panda-face:before {content: "\e873"}.icofont-panda:before {content: "\e874"}.icofont-panther:before {content: "\e875"}.icofont-parrot-lip:before {content: "\e876"}.icofont-parrot:before {content: "\e877"}.icofont-paw:before {content: "\e878"}.icofont-pelican:before {content: "\e879"}.icofont-penguin:before {content: "\e87a"}.icofont-pig-face:before {content: "\e87b"}.icofont-pig:before {content: "\e87c"}.icofont-pigeon-1:before {content: "\e87d"}.icofont-pigeon-2:before {content: "\e87e"}.icofont-pigeon:before {content: "\e87f"}.icofont-rabbit:before {content: "\e880"}.icofont-rat:before {content: "\e881"}.icofont-rhino-head:before {content: "\e882"}.icofont-rhino:before {content: "\e883"}.icofont-rooster:before {content: "\e884"}.icofont-seahorse:before {content: "\e885"}.icofont-seal:before {content: "\e886"}.icofont-shrimp-alt:before {content: "\e887"}.icofont-shrimp:before {content: "\e888"}.icofont-snail-1:before {content: "\e889"}.icofont-snail-2:before {content: "\e88a"}.icofont-snail-3:before {content: "\e88b"}.icofont-snail:before {content: "\e88c"}.icofont-snake:before {content: "\e88d"}.icofont-squid:before {content: "\e88e"}.icofont-squirrel:before {content: "\e88f"}.icofont-tiger-face:before {content: "\e890"}.icofont-tiger:before {content: "\e891"}.icofont-turtle:before {content: "\e892"}.icofont-whale:before {content: "\e893"}.icofont-woodpecker:before {content: "\e894"}.icofont-zebra:before {content: "\e895"}.icofont-brand-acer:before {content: "\e896"}.icofont-brand-adidas:before {content: "\e897"}.icofont-brand-adobe:before {content: "\e898"}.icofont-brand-air-new-zealand:before {content: "\e899"}.icofont-brand-airbnb:before {content: "\e89a"}.icofont-brand-aircell:before {content: "\e89b"}.icofont-brand-airtel:before {content: "\e89c"}.icofont-brand-alcatel:before {content: "\e89d"}.icofont-brand-alibaba:before {content: "\e89e"}.icofont-brand-aliexpress:before {content: "\e89f"}.icofont-brand-alipay:before {content: "\e8a0"}.icofont-brand-amazon:before {content: "\e8a1"}.icofont-brand-amd:before {content: "\e8a2"}.icofont-brand-american-airlines:before {content: "\e8a3"}.icofont-brand-android-robot:before {content: "\e8a4"}.icofont-brand-android:before {content: "\e8a5"}.icofont-brand-aol:before {content: "\e8a6"}.icofont-brand-apple:before {content: "\e8a7"}.icofont-brand-appstore:before {content: "\e8a8"}.icofont-brand-asus:before {content: "\e8a9"}.icofont-brand-ati:before {content: "\e8aa"}.icofont-brand-att:before {content: "\e8ab"}.icofont-brand-audi:before {content: "\e8ac"}.icofont-brand-axiata:before {content: "\e8ad"}.icofont-brand-bada:before {content: "\e8ae"}.icofont-brand-bbc:before {content: "\e8af"}.icofont-brand-bing:before {content: "\e8b0"}.icofont-brand-blackberry:before {content: "\e8b1"}.icofont-brand-bmw:before {content: "\e8b2"}.icofont-brand-box:before {content: "\e8b3"}.icofont-brand-burger-king:before {content: "\e8b4"}.icofont-brand-business-insider:before {content: "\e8b5"}.icofont-brand-buzzfeed:before {content: "\e8b6"}.icofont-brand-cannon:before {content: "\e8b7"}.icofont-brand-casio:before {content: "\e8b8"}.icofont-brand-china-mobile:before {content: "\e8b9"}.icofont-brand-china-telecom:before {content: "\e8ba"}.icofont-brand-china-unicom:before {content: "\e8bb"}.icofont-brand-cisco:before {content: "\e8bc"}.icofont-brand-citibank:before {content: "\e8bd"}.icofont-brand-cnet:before {content: "\e8be"}.icofont-brand-cnn:before {content: "\e8bf"}.icofont-brand-cocal-cola:before {content: "\e8c0"}.icofont-brand-compaq:before {content: "\e8c1"}.icofont-brand-debian:before {content: "\e8c2"}.icofont-brand-delicious:before {content: "\e8c3"}.icofont-brand-dell:before {content: "\e8c4"}.icofont-brand-designbump:before {content: "\e8c5"}.icofont-brand-designfloat:before {content: "\e8c6"}.icofont-brand-disney:before {content: "\e8c7"}.icofont-brand-dodge:before {content: "\e8c8"}.icofont-brand-dove:before {content: "\e8c9"}.icofont-brand-drupal:before {content: "\e8ca"}.icofont-brand-ebay:before {content: "\e8cb"}.icofont-brand-eleven:before {content: "\e8cc"}.icofont-brand-emirates:before {content: "\e8cd"}.icofont-brand-espn:before {content: "\e8ce"}.icofont-brand-etihad-airways:before {content: "\e8cf"}.icofont-brand-etisalat:before {content: "\e8d0"}.icofont-brand-etsy:before {content: "\e8d1"}.icofont-brand-fastrack:before {content: "\e8d2"}.icofont-brand-fedex:before {content: "\e8d3"}.icofont-brand-ferrari:before {content: "\e8d4"}.icofont-brand-fitbit:before {content: "\e8d5"}.icofont-brand-flikr:before {content: "\e8d6"}.icofont-brand-forbes:before {content: "\e8d7"}.icofont-brand-foursquare:before {content: "\e8d8"}.icofont-brand-foxconn:before {content: "\e8d9"}.icofont-brand-fujitsu:before {content: "\e8da"}.icofont-brand-general-electric:before {content: "\e8db"}.icofont-brand-gillette:before {content: "\e8dc"}.icofont-brand-gizmodo:before {content: "\e8dd"}.icofont-brand-gnome:before {content: "\e8de"}.icofont-brand-google:before {content: "\e8df"}.icofont-brand-gopro:before {content: "\e8e0"}.icofont-brand-gucci:before {content: "\e8e1"}.icofont-brand-hallmark:before {content: "\e8e2"}.icofont-brand-hi5:before {content: "\e8e3"}.icofont-brand-honda:before {content: "\e8e4"}.icofont-brand-hp:before {content: "\e8e5"}.icofont-brand-hsbc:before {content: "\e8e6"}.icofont-brand-htc:before {content: "\e8e7"}.icofont-brand-huawei:before {content: "\e8e8"}.icofont-brand-hulu:before {content: "\e8e9"}.icofont-brand-hyundai:before {content: "\e8ea"}.icofont-brand-ibm:before {content: "\e8eb"}.icofont-brand-icofont:before {content: "\e8ec"}.icofont-brand-icq:before {content: "\e8ed"}.icofont-brand-ikea:before {content: "\e8ee"}.icofont-brand-imdb:before {content: "\e8ef"}.icofont-brand-indiegogo:before {content: "\e8f0"}.icofont-brand-intel:before {content: "\e8f1"}.icofont-brand-ipair:before {content: "\e8f2"}.icofont-brand-jaguar:before {content: "\e8f3"}.icofont-brand-java:before {content: "\e8f4"}.icofont-brand-joomla:before {content: "\e8f5"}.icofont-brand-kickstarter:before {content: "\e8f6"}.icofont-brand-kik:before {content: "\e8f7"}.icofont-brand-lastfm:before {content: "\e8f8"}.icofont-brand-lego:before {content: "\e8f9"}.icofont-brand-lenovo:before {content: "\e8fa"}.icofont-brand-levis:before {content: "\e8fb"}.icofont-brand-lexus:before {content: "\e8fc"}.icofont-brand-lg:before {content: "\e8fd"}.icofont-brand-life-hacker:before {content: "\e8fe"}.icofont-brand-linux-mint:before {content: "\e8ff"}.icofont-brand-linux:before {content: "\e900"}.icofont-brand-lionix:before {content: "\e901"}.icofont-brand-loreal:before {content: "\e902"}.icofont-brand-louis-vuitton:before {content: "\e903"}.icofont-brand-mac-os:before {content: "\e904"}.icofont-brand-marvel-app:before {content: "\e905"}.icofont-brand-mashable:before {content: "\e906"}.icofont-brand-mazda:before {content: "\e907"}.icofont-brand-mcdonals:before {content: "\e908"}.icofont-brand-mercedes:before {content: "\e909"}.icofont-brand-micromax:before {content: "\e90a"}.icofont-brand-microsoft:before {content: "\e90b"}.icofont-brand-mobileme:before {content: "\e90c"}.icofont-brand-mobily:before {content: "\e90d"}.icofont-brand-motorola:before {content: "\e90e"}.icofont-brand-msi:before {content: "\e90f"}.icofont-brand-mts:before {content: "\e910"}.icofont-brand-myspace:before {content: "\e911"}.icofont-brand-mytv:before {content: "\e912"}.icofont-brand-nasa:before {content: "\e913"}.icofont-brand-natgeo:before {content: "\e914"}.icofont-brand-nbc:before {content: "\e915"}.icofont-brand-nescafe:before {content: "\e916"}.icofont-brand-nestle:before {content: "\e917"}.icofont-brand-netflix:before {content: "\e918"}.icofont-brand-nexus:before {content: "\e919"}.icofont-brand-nike:before {content: "\e91a"}.icofont-brand-nokia:before {content: "\e91b"}.icofont-brand-nvidia:before {content: "\e91c"}.icofont-brand-omega:before {content: "\e91d"}.icofont-brand-opensuse:before {content: "\e91e"}.icofont-brand-oracle:before {content: "\e91f"}.icofont-brand-panasonic:before {content: "\e920"}.icofont-brand-paypal:before {content: "\e921"}.icofont-brand-pepsi:before {content: "\e922"}.icofont-brand-philips:before {content: "\e923"}.icofont-brand-pizza-hut:before {content: "\e924"}.icofont-brand-playstation:before {content: "\e925"}.icofont-brand-puma:before {content: "\e926"}.icofont-brand-qatar-air:before {content: "\e927"}.icofont-brand-qvc:before {content: "\e928"}.icofont-brand-readernaut:before {content: "\e929"}.icofont-brand-redbull:before {content: "\e92a"}.icofont-brand-reebok:before {content: "\e92b"}.icofont-brand-reuters:before {content: "\e92c"}.icofont-brand-samsung:before {content: "\e92d"}.icofont-brand-sap:before {content: "\e92e"}.icofont-brand-saudia-airlines:before {content: "\e92f"}.icofont-brand-scribd:before {content: "\e930"}.icofont-brand-shell:before {content: "\e931"}.icofont-brand-siemens:before {content: "\e932"}.icofont-brand-sk-telecom:before {content: "\e933"}.icofont-brand-slideshare:before {content: "\e934"}.icofont-brand-smashing-magazine:before {content: "\e935"}.icofont-brand-snapchat:before {content: "\e936"}.icofont-brand-sony-ericsson:before {content: "\e937"}.icofont-brand-sony:before {content: "\e938"}.icofont-brand-soundcloud:before {content: "\e939"}.icofont-brand-sprint:before {content: "\e93a"}.icofont-brand-squidoo:before {content: "\e93b"}.icofont-brand-starbucks:before {content: "\e93c"}.icofont-brand-stc:before {content: "\e93d"}.icofont-brand-steam:before {content: "\e93e"}.icofont-brand-suzuki:before {content: "\e93f"}.icofont-brand-symbian:before {content: "\e940"}.icofont-brand-t-mobile:before {content: "\e941"}.icofont-brand-tango:before {content: "\e942"}.icofont-brand-target:before {content: "\e943"}.icofont-brand-tata-indicom:before {content: "\e944"}.icofont-brand-techcrunch:before {content: "\e945"}.icofont-brand-telenor:before {content: "\e946"}.icofont-brand-teliasonera:before {content: "\e947"}.icofont-brand-tesla:before {content: "\e948"}.icofont-brand-the-verge:before {content: "\e949"}.icofont-brand-thenextweb:before {content: "\e94a"}.icofont-brand-toshiba:before {content: "\e94b"}.icofont-brand-toyota:before {content: "\e94c"}.icofont-brand-tribenet:before {content: "\e94d"}.icofont-brand-ubuntu:before {content: "\e94e"}.icofont-brand-unilever:before {content: "\e94f"}.icofont-brand-vaio:before {content: "\e950"}.icofont-brand-verizon:before {content: "\e951"}.icofont-brand-viber:before {content: "\e952"}.icofont-brand-vodafone:before {content: "\e953"}.icofont-brand-volkswagen:before {content: "\e954"}.icofont-brand-walmart:before {content: "\e955"}.icofont-brand-warnerbros:before {content: "\e956"}.icofont-brand-whatsapp:before {content: "\e957"}.icofont-brand-wikipedia:before {content: "\e958"}.icofont-brand-windows:before {content: "\e959"}.icofont-brand-wire:before {content: "\e95a"}.icofont-brand-wordpress:before {content: "\e95b"}.icofont-brand-xiaomi:before {content: "\e95c"}.icofont-brand-yahoobuzz:before {content: "\e95d"}.icofont-brand-yamaha:before {content: "\e95e"}.icofont-brand-youtube:before {content: "\e95f"}.icofont-brand-zain:before {content: "\e960"}.icofont-bank-alt:before {content: "\e961"}.icofont-bank:before {content: "\e962"}.icofont-barcode:before {content: "\e963"}.icofont-bill-alt:before {content: "\e964"}.icofont-billboard:before {content: "\e965"}.icofont-briefcase-1:before {content: "\e966"}.icofont-briefcase-2:before {content: "\e967"}.icofont-businessman:before {content: "\e968"}.icofont-businesswoman:before {content: "\e969"}.icofont-chair:before {content: "\e96a"}.icofont-coins:before {content: "\e96b"}.icofont-company:before {content: "\e96c"}.icofont-contact-add:before {content: "\e96d"}.icofont-files-stack:before {content: "\e96e"}.icofont-handshake-deal:before {content: "\e96f"}.icofont-id-card:before {content: "\e970"}.icofont-meeting-add:before {content: "\e971"}.icofont-money-bag:before {content: "\e972"}.icofont-pie-chart:before {content: "\e973"}.icofont-presentation-alt:before {content: "\e974"}.icofont-presentation:before {content: "\e975"}.icofont-stamp:before {content: "\e976"}.icofont-stock-mobile:before {content: "\e977"}.icofont-chart-arrows-axis:before {content: "\e978"}.icofont-chart-bar-graph:before {content: "\e979"}.icofont-chart-flow-1:before {content: "\e97a"}.icofont-chart-flow-2:before {content: "\e97b"}.icofont-chart-flow:before {content: "\e97c"}.icofont-chart-growth:before {content: "\e97d"}.icofont-chart-histogram-alt:before {content: "\e97e"}.icofont-chart-histogram:before {content: "\e97f"}.icofont-chart-line-alt:before {content: "\e980"}.icofont-chart-line:before {content: "\e981"}.icofont-chart-pie-alt:before {content: "\e982"}.icofont-chart-pie:before {content: "\e983"}.icofont-chart-radar-graph:before {content: "\e984"}.icofont-architecture-alt:before {content: "\e985"}.icofont-architecture:before {content: "\e986"}.icofont-barricade:before {content: "\e987"}.icofont-bolt:before {content: "\e988"}.icofont-bricks:before {content: "\e989"}.icofont-building-alt:before {content: "\e98a"}.icofont-bull-dozer:before {content: "\e98b"}.icofont-calculations:before {content: "\e98c"}.icofont-cement-mix:before {content: "\e98d"}.icofont-cement-mixer:before {content: "\e98e"}.icofont-concrete-mixer:before {content: "\e98f"}.icofont-danger-zone:before {content: "\e990"}.icofont-drill:before {content: "\e991"}.icofont-eco-energy:before {content: "\e992"}.icofont-eco-environmen:before {content: "\e993"}.icofont-energy-air:before {content: "\e994"}.icofont-energy-oil:before {content: "\e995"}.icofont-energy-savings:before {content: "\e996"}.icofont-energy-solar:before {content: "\e997"}.icofont-energy-water:before {content: "\e998"}.icofont-engineer:before {content: "\e999"}.icofont-fire-extinguisher-alt:before {content: "\e99a"}.icofont-fire-extinguisher:before {content: "\e99b"}.icofont-fix-tools:before {content: "\e99c"}.icofont-fork-lift:before {content: "\e99d"}.icofont-glue-oil:before {content: "\e99e"}.icofont-hammer-alt:before {content: "\e99f"}.icofont-hammer:before {content: "\e9a0"}.icofont-help-robot:before {content: "\e9a1"}.icofont-industries-1:before {content: "\e9a2"}.icofont-industries-2:before {content: "\e9a3"}.icofont-industries-3:before {content: "\e9a4"}.icofont-industries-4:before {content: "\e9a5"}.icofont-industries-5:before {content: "\e9a6"}.icofont-industries:before {content: "\e9a7"}.icofont-labour:before {content: "\e9a8"}.icofont-mining:before {content: "\e9a9"}.icofont-paint-brush:before {content: "\e9aa"}.icofont-pollution:before {content: "\e9ab"}.icofont-power-zone:before {content: "\e9ac"}.icofont-radio-active:before {content: "\e9ad"}.icofont-recycle-alt:before {content: "\e9ae"}.icofont-recycling-man:before {content: "\e9af"}.icofont-safety-hat-light:before {content: "\e9b0"}.icofont-safety-hat:before {content: "\e9b1"}.icofont-saw:before {content: "\e9b2"}.icofont-screw-driver:before {content: "\e9b3"}.icofont-tools-1:before {content: "\e9b4"}.icofont-tools-bag:before {content: "\e9b5"}.icofont-tow-truck:before {content: "\e9b6"}.icofont-trolley:before {content: "\e9b7"}.icofont-trowel:before {content: "\e9b8"}.icofont-under-construction-alt:before {content: "\e9b9"}.icofont-under-construction:before {content: "\e9ba"}.icofont-vehicle-cement:before {content: "\e9bb"}.icofont-vehicle-crane:before {content: "\e9bc"}.icofont-vehicle-delivery-van:before {content: "\e9bd"}.icofont-vehicle-dozer:before {content: "\e9be"}.icofont-vehicle-excavator:before {content: "\e9bf"}.icofont-vehicle-trucktor:before {content: "\e9c0"}.icofont-vehicle-wrecking:before {content: "\e9c1"}.icofont-worker:before {content: "\e9c2"}.icofont-workers-group:before {content: "\e9c3"}.icofont-wrench:before {content: "\e9c4"}.icofont-afghani-false:before {content: "\e9c5"}.icofont-afghani-minus:before {content: "\e9c6"}.icofont-afghani-plus:before {content: "\e9c7"}.icofont-afghani-true:before {content: "\e9c8"}.icofont-afghani:before {content: "\e9c9"}.icofont-baht-false:before {content: "\e9ca"}.icofont-baht-minus:before {content: "\e9cb"}.icofont-baht-plus:before {content: "\e9cc"}.icofont-baht-true:before {content: "\e9cd"}.icofont-baht:before {content: "\e9ce"}.icofont-bitcoin-false:before {content: "\e9cf"}.icofont-bitcoin-minus:before {content: "\e9d0"}.icofont-bitcoin-plus:before {content: "\e9d1"}.icofont-bitcoin-true:before {content: "\e9d2"}.icofont-bitcoin:before {content: "\e9d3"}.icofont-dollar-flase:before {content: "\e9d4"}.icofont-dollar-minus:before {content: "\e9d5"}.icofont-dollar-plus:before {content: "\e9d6"}.icofont-dollar-true:before {content: "\e9d7"}.icofont-dollar:before {content: "\e9d8"}.icofont-dong-false:before {content: "\e9d9"}.icofont-dong-minus:before {content: "\e9da"}.icofont-dong-plus:before {content: "\e9db"}.icofont-dong-true:before {content: "\e9dc"}.icofont-dong:before {content: "\e9dd"}.icofont-euro-false:before {content: "\e9de"}.icofont-euro-minus:before {content: "\e9df"}.icofont-euro-plus:before {content: "\e9e0"}.icofont-euro-true:before {content: "\e9e1"}.icofont-euro:before {content: "\e9e2"}.icofont-frank-false:before {content: "\e9e3"}.icofont-frank-minus:before {content: "\e9e4"}.icofont-frank-plus:before {content: "\e9e5"}.icofont-frank-true:before {content: "\e9e6"}.icofont-frank:before {content: "\e9e7"}.icofont-hryvnia-false:before {content: "\e9e8"}.icofont-hryvnia-minus:before {content: "\e9e9"}.icofont-hryvnia-plus:before {content: "\e9ea"}.icofont-hryvnia-true:before {content: "\e9eb"}.icofont-hryvnia:before {content: "\e9ec"}.icofont-lira-false:before {content: "\e9ed"}.icofont-lira-minus:before {content: "\e9ee"}.icofont-lira-plus:before {content: "\e9ef"}.icofont-lira-true:before {content: "\e9f0"}.icofont-lira:before {content: "\e9f1"}.icofont-peseta-false:before {content: "\e9f2"}.icofont-peseta-minus:before {content: "\e9f3"}.icofont-peseta-plus:before {content: "\e9f4"}.icofont-peseta-true:before {content: "\e9f5"}.icofont-peseta:before {content: "\e9f6"}.icofont-peso-false:before {content: "\e9f7"}.icofont-peso-minus:before {content: "\e9f8"}.icofont-peso-plus:before {content: "\e9f9"}.icofont-peso-true:before {content: "\e9fa"}.icofont-peso:before {content: "\e9fb"}.icofont-pound-false:before {content: "\e9fc"}.icofont-pound-minus:before {content: "\e9fd"}.icofont-pound-plus:before {content: "\e9fe"}.icofont-pound-true:before {content: "\e9ff"}.icofont-pound:before {content: "\ea00"}.icofont-renminbi-false:before {content: "\ea01"}.icofont-renminbi-minus:before {content: "\ea02"}.icofont-renminbi-plus:before {content: "\ea03"}.icofont-renminbi-true:before {content: "\ea04"}.icofont-renminbi:before {content: "\ea05"}.icofont-riyal-false:before {content: "\ea06"}.icofont-riyal-minus:before {content: "\ea07"}.icofont-riyal-plus:before {content: "\ea08"}.icofont-riyal-true:before {content: "\ea09"}.icofont-riyal:before {content: "\ea0a"}.icofont-rouble-false:before {content: "\ea0b"}.icofont-rouble-minus:before {content: "\ea0c"}.icofont-rouble-plus:before {content: "\ea0d"}.icofont-rouble-true:before {content: "\ea0e"}.icofont-rouble:before {content: "\ea0f"}.icofont-rupee-false:before {content: "\ea10"}.icofont-rupee-minus:before {content: "\ea11"}.icofont-rupee-plus:before {content: "\ea12"}.icofont-rupee-true:before {content: "\ea13"}.icofont-rupee:before {content: "\ea14"}.icofont-taka-false:before {content: "\ea15"}.icofont-taka-minus:before {content: "\ea16"}.icofont-taka-plus:before {content: "\ea17"}.icofont-taka-true:before {content: "\ea18"}.icofont-taka:before {content: "\ea19"}.icofont-turkish-lira-false:before {content: "\ea1a"}.icofont-turkish-lira-minus:before {content: "\ea1b"}.icofont-turkish-lira-plus:before {content: "\ea1c"}.icofont-turkish-lira-true:before {content: "\ea1d"}.icofont-turkish-lira:before {content: "\ea1e"}.icofont-won-false:before {content: "\ea1f"}.icofont-won-minus:before {content: "\ea20"}.icofont-won-plus:before {content: "\ea21"}.icofont-won-true:before {content: "\ea22"}.icofont-won:before {content: "\ea23"}.icofont-yen-false:before {content: "\ea24"}.icofont-yen-minus:before {content: "\ea25"}.icofont-yen-plus:before {content: "\ea26"}.icofont-yen-true:before {content: "\ea27"}.icofont-yen:before {content: "\ea28"}.icofont-android-nexus:before {content: "\ea29"}.icofont-android-tablet:before {content: "\ea2a"}.icofont-apple-watch:before {content: "\ea2b"}.icofont-drawing-tablet:before {content: "\ea2c"}.icofont-earphone:before {content: "\ea2d"}.icofont-flash-drive:before {content: "\ea2e"}.icofont-game-console:before {content: "\ea2f"}.icofont-game-controller:before {content: "\ea30"}.icofont-game-pad:before {content: "\ea31"}.icofont-game:before {content: "\ea32"}.icofont-headphone-alt-1:before {content: "\ea33"}.icofont-headphone-alt-2:before {content: "\ea34"}.icofont-headphone-alt-3:before {content: "\ea35"}.icofont-headphone-alt:before {content: "\ea36"}.icofont-headphone:before {content: "\ea37"}.icofont-htc-one:before {content: "\ea38"}.icofont-imac:before {content: "\ea39"}.icofont-ipad:before {content: "\ea3a"}.icofont-iphone:before {content: "\ea3b"}.icofont-ipod-nano:before {content: "\ea3c"}.icofont-ipod-touch:before {content: "\ea3d"}.icofont-keyboard-alt:before {content: "\ea3e"}.icofont-keyboard-wireless:before {content: "\ea3f"}.icofont-keyboard:before {content: "\ea40"}.icofont-laptop-alt:before {content: "\ea41"}.icofont-laptop:before {content: "\ea42"}.icofont-macbook:before {content: "\ea43"}.icofont-magic-mouse:before {content: "\ea44"}.icofont-micro-chip:before {content: "\ea45"}.icofont-microphone-alt:before {content: "\ea46"}.icofont-microphone:before {content: "\ea47"}.icofont-monitor:before {content: "\ea48"}.icofont-mouse:before {content: "\ea49"}.icofont-mp3-player:before {content: "\ea4a"}.icofont-nintendo:before {content: "\ea4b"}.icofont-playstation-alt:before {content: "\ea4c"}.icofont-psvita:before {content: "\ea4d"}.icofont-radio-mic:before {content: "\ea4e"}.icofont-radio:before {content: "\ea4f"}.icofont-refrigerator:before {content: "\ea50"}.icofont-samsung-galaxy:before {content: "\ea51"}.icofont-surface-tablet:before {content: "\ea52"}.icofont-ui-head-phone:before {content: "\ea53"}.icofont-ui-keyboard:before {content: "\ea54"}.icofont-washing-machine:before {content: "\ea55"}.icofont-wifi-router:before {content: "\ea56"}.icofont-wii-u:before {content: "\ea57"}.icofont-windows-lumia:before {content: "\ea58"}.icofont-wireless-mouse:before {content: "\ea59"}.icofont-xbox-360:before {content: "\ea5a"}.icofont-arrow-down:before {content: "\ea5b"}.icofont-arrow-left:before {content: "\ea5c"}.icofont-arrow-right:before {content: "\ea5d"}.icofont-arrow-up:before {content: "\ea5e"}.icofont-block-down:before {content: "\ea5f"}.icofont-block-left:before {content: "\ea60"}.icofont-block-right:before {content: "\ea61"}.icofont-block-up:before {content: "\ea62"}.icofont-bubble-down:before {content: "\ea63"}.icofont-bubble-left:before {content: "\ea64"}.icofont-bubble-right:before {content: "\ea65"}.icofont-bubble-up:before {content: "\ea66"}.icofont-caret-down:before {content: "\ea67"}.icofont-caret-left:before {content: "\ea68"}.icofont-caret-right:before {content: "\ea69"}.icofont-caret-up:before {content: "\ea6a"}.icofont-circled-down:before {content: "\ea6b"}.icofont-circled-left:before {content: "\ea6c"}.icofont-circled-right:before {content: "\ea6d"}.icofont-circled-up:before {content: "\ea6e"}.icofont-collapse:before {content: "\ea6f"}.icofont-cursor-drag:before {content: "\ea70"}.icofont-curved-double-left:before {content: "\ea71"}.icofont-curved-double-right:before {content: "\ea72"}.icofont-curved-down:before {content: "\ea73"}.icofont-curved-left:before {content: "\ea74"}.icofont-curved-right:before {content: "\ea75"}.icofont-curved-up:before {content: "\ea76"}.icofont-dotted-down:before {content: "\ea77"}.icofont-dotted-left:before {content: "\ea78"}.icofont-dotted-right:before {content: "\ea79"}.icofont-dotted-up:before {content: "\ea7a"}.icofont-double-left:before {content: "\ea7b"}.icofont-double-right:before {content: "\ea7c"}.icofont-expand-alt:before {content: "\ea7d"}.icofont-hand-down:before {content: "\ea7e"}.icofont-hand-drag:before {content: "\ea7f"}.icofont-hand-drag1:before {content: "\ea80"}.icofont-hand-drag2:before {content: "\ea81"}.icofont-hand-drawn-alt-down:before {content: "\ea82"}.icofont-hand-drawn-alt-left:before {content: "\ea83"}.icofont-hand-drawn-alt-right:before {content: "\ea84"}.icofont-hand-drawn-alt-up:before {content: "\ea85"}.icofont-hand-drawn-down:before {content: "\ea86"}.icofont-hand-drawn-left:before {content: "\ea87"}.icofont-hand-drawn-right:before {content: "\ea88"}.icofont-hand-drawn-up:before {content: "\ea89"}.icofont-hand-grippers:before {content: "\ea8a"}.icofont-hand-left:before {content: "\ea8b"}.icofont-hand-right:before {content: "\ea8c"}.icofont-hand-up:before {content: "\ea8d"}.icofont-line-block-down:before {content: "\ea8e"}.icofont-line-block-left:before {content: "\ea8f"}.icofont-line-block-right:before {content: "\ea90"}.icofont-line-block-up:before {content: "\ea91"}.icofont-long-arrow-down:before {content: "\ea92"}.icofont-long-arrow-left:before {content: "\ea93"}.icofont-long-arrow-right:before {content: "\ea94"}.icofont-long-arrow-up:before {content: "\ea95"}.icofont-rounded-collapse:before {content: "\ea96"}.icofont-rounded-double-left:before {content: "\ea97"}.icofont-rounded-double-right:before {content: "\ea98"}.icofont-rounded-down:before {content: "\ea99"}.icofont-rounded-expand:before {content: "\ea9a"}.icofont-rounded-left-down:before {content: "\ea9b"}.icofont-rounded-left-up:before {content: "\ea9c"}.icofont-rounded-left:before {content: "\ea9d"}.icofont-rounded-right-down:before {content: "\ea9e"}.icofont-rounded-right-up:before {content: "\ea9f"}.icofont-rounded-right:before {content: "\eaa0"}.icofont-rounded-up:before {content: "\eaa1"}.icofont-scroll-bubble-down:before {content: "\eaa2"}.icofont-scroll-bubble-left:before {content: "\eaa3"}.icofont-scroll-bubble-right:before {content: "\eaa4"}.icofont-scroll-bubble-up:before {content: "\eaa5"}.icofont-scroll-double-down:before {content: "\eaa6"}.icofont-scroll-double-left:before {content: "\eaa7"}.icofont-scroll-double-right:before {content: "\eaa8"}.icofont-scroll-double-up:before {content: "\eaa9"}.icofont-scroll-down:before {content: "\eaaa"}.icofont-scroll-left:before {content: "\eaab"}.icofont-scroll-long-down:before {content: "\eaac"}.icofont-scroll-long-left:before {content: "\eaad"}.icofont-scroll-long-right:before {content: "\eaae"}.icofont-scroll-long-up:before {content: "\eaaf"}.icofont-scroll-right:before {content: "\eab0"}.icofont-scroll-up:before {content: "\eab1"}.icofont-simple-down:before {content: "\eab2"}.icofont-simple-left-down:before {content: "\eab3"}.icofont-simple-left-up:before {content: "\eab4"}.icofont-simple-left:before {content: "\eab5"}.icofont-simple-right-down:before {content: "\eab6"}.icofont-simple-right-up:before {content: "\eab7"}.icofont-simple-right:before {content: "\eab8"}.icofont-simple-up:before {content: "\eab9"}.icofont-square-down:before {content: "\eaba"}.icofont-square-left:before {content: "\eabb"}.icofont-square-right:before {content: "\eabc"}.icofont-square-up:before {content: "\eabd"}.icofont-stylish-down:before {content: "\eabe"}.icofont-stylish-left:before {content: "\eabf"}.icofont-stylish-right:before {content: "\eac0"}.icofont-stylish-up:before {content: "\eac1"}.icofont-swoosh-down:before {content: "\eac2"}.icofont-swoosh-left:before {content: "\eac3"}.icofont-swoosh-right:before {content: "\eac4"}.icofont-swoosh-up:before {content: "\eac5"}.icofont-thin-double-left:before {content: "\eac6"}.icofont-thin-double-right:before {content: "\eac7"}.icofont-thin-down:before {content: "\eac8"}.icofont-thin-left:before {content: "\eac9"}.icofont-thin-right:before {content: "\eaca"}.icofont-thin-up:before {content: "\eacb"}.icofont-abc:before {content: "\eacc"}.icofont-atom:before {content: "\eacd"}.icofont-award:before {content: "\eace"}.icofont-bell-alt:before {content: "\eacf"}.icofont-black-board:before {content: "\ead0"}.icofont-book-alt:before {content: "\ead1"}.icofont-book:before {content: "\ead2"}.icofont-brainstorming:before {content: "\ead3"}.icofont-certificate-alt-1:before {content: "\ead4"}.icofont-certificate-alt-2:before {content: "\ead5"}.icofont-certificate:before {content: "\ead6"}.icofont-education:before {content: "\ead7"}.icofont-electron:before {content: "\ead8"}.icofont-fountain-pen:before {content: "\ead9"}.icofont-globe-alt:before {content: "\eada"}.icofont-graduate-alt:before {content: "\eadb"}.icofont-graduate:before {content: "\eadc"}.icofont-group-students:before {content: "\eadd"}.icofont-hat-alt:before {content: "\eade"}.icofont-hat:before {content: "\eadf"}.icofont-instrument:before {content: "\eae0"}.icofont-lamp-light:before {content: "\eae1"}.icofont-medal:before {content: "\eae2"}.icofont-microscope-alt:before {content: "\eae3"}.icofont-microscope:before {content: "\eae4"}.icofont-paper:before {content: "\eae5"}.icofont-pen-alt-4:before {content: "\eae6"}.icofont-pen-nib:before {content: "\eae7"}.icofont-pencil-alt-5:before {content: "\eae8"}.icofont-quill-pen:before {content: "\eae9"}.icofont-read-book-alt:before {content: "\eaea"}.icofont-read-book:before {content: "\eaeb"}.icofont-school-bag:before {content: "\eaec"}.icofont-school-bus:before {content: "\eaed"}.icofont-student-alt:before {content: "\eaee"}.icofont-student:before {content: "\eaef"}.icofont-teacher:before {content: "\eaf0"}.icofont-test-bulb:before {content: "\eaf1"}.icofont-test-tube-alt:before {content: "\eaf2"}.icofont-university:before {content: "\eaf3"}.icofont-angry:before {content: "\eaf4"}.icofont-astonished:before {content: "\eaf5"}.icofont-confounded:before {content: "\eaf6"}.icofont-confused:before {content: "\eaf7"}.icofont-crying:before {content: "\eaf8"}.icofont-dizzy:before {content: "\eaf9"}.icofont-expressionless:before {content: "\eafa"}.icofont-heart-eyes:before {content: "\eafb"}.icofont-laughing:before {content: "\eafc"}.icofont-nerd-smile:before {content: "\eafd"}.icofont-open-mouth:before {content: "\eafe"}.icofont-rage:before {content: "\eaff"}.icofont-rolling-eyes:before {content: "\eb00"}.icofont-sad:before {content: "\eb01"}.icofont-simple-smile:before {content: "\eb02"}.icofont-slightly-smile:before {content: "\eb03"}.icofont-smirk:before {content: "\eb04"}.icofont-stuck-out-tongue:before {content: "\eb05"}.icofont-wink-smile:before {content: "\eb06"}.icofont-worried:before {content: "\eb07"}.icofont-file-alt:before {content: "\eb08"}.icofont-file-audio:before {content: "\eb09"}.icofont-file-avi-mp4:before {content: "\eb0a"}.icofont-file-bmp:before {content: "\eb0b"}.icofont-file-code:before {content: "\eb0c"}.icofont-file-css:before {content: "\eb0d"}.icofont-file-document:before {content: "\eb0e"}.icofont-file-eps:before {content: "\eb0f"}.icofont-file-excel:before {content: "\eb10"}.icofont-file-exe:before {content: "\eb11"}.icofont-file-file:before {content: "\eb12"}.icofont-file-flv:before {content: "\eb13"}.icofont-file-gif:before {content: "\eb14"}.icofont-file-html5:before {content: "\eb15"}.icofont-file-image:before {content: "\eb16"}.icofont-file-iso:before {content: "\eb17"}.icofont-file-java:before {content: "\eb18"}.icofont-file-javascript:before {content: "\eb19"}.icofont-file-jpg:before {content: "\eb1a"}.icofont-file-midi:before {content: "\eb1b"}.icofont-file-mov:before {content: "\eb1c"}.icofont-file-mp3:before {content: "\eb1d"}.icofont-file-pdf:before {content: "\eb1e"}.icofont-file-php:before {content: "\eb1f"}.icofont-file-png:before {content: "\eb20"}.icofont-file-powerpoint:before {content: "\eb21"}.icofont-file-presentation:before {content: "\eb22"}.icofont-file-psb:before {content: "\eb23"}.icofont-file-psd:before {content: "\eb24"}.icofont-file-python:before {content: "\eb25"}.icofont-file-ruby:before {content: "\eb26"}.icofont-file-spreadsheet:before {content: "\eb27"}.icofont-file-sql:before {content: "\eb28"}.icofont-file-svg:before {content: "\eb29"}.icofont-file-text:before {content: "\eb2a"}.icofont-file-tiff:before {content: "\eb2b"}.icofont-file-video:before {content: "\eb2c"}.icofont-file-wave:before {content: "\eb2d"}.icofont-file-wmv:before {content: "\eb2e"}.icofont-file-word:before {content: "\eb2f"}.icofont-file-zip:before {content: "\eb30"}.icofont-cycling-alt:before {content: "\eb31"}.icofont-cycling:before {content: "\eb32"}.icofont-dumbbell:before {content: "\eb33"}.icofont-dumbbells:before {content: "\eb34"}.icofont-gym-alt-1:before {content: "\eb35"}.icofont-gym-alt-2:before {content: "\eb36"}.icofont-gym-alt-3:before {content: "\eb37"}.icofont-gym:before {content: "\eb38"}.icofont-muscle-weight:before {content: "\eb39"}.icofont-muscle:before {content: "\eb3a"}.icofont-apple:before {content: "\eb3b"}.icofont-arabian-coffee:before {content: "\eb3c"}.icofont-artichoke:before {content: "\eb3d"}.icofont-asparagus:before {content: "\eb3e"}.icofont-avocado:before {content: "\eb3f"}.icofont-baby-food:before {content: "\eb40"}.icofont-banana:before {content: "\eb41"}.icofont-bbq:before {content: "\eb42"}.icofont-beans:before {content: "\eb43"}.icofont-beer:before {content: "\eb44"}.icofont-bell-pepper-capsicum:before {content: "\eb45"}.icofont-birthday-cake:before {content: "\eb46"}.icofont-bread:before {content: "\eb47"}.icofont-broccoli:before {content: "\eb48"}.icofont-burger:before {content: "\eb49"}.icofont-cabbage:before {content: "\eb4a"}.icofont-carrot:before {content: "\eb4b"}.icofont-cauli-flower:before {content: "\eb4c"}.icofont-cheese:before {content: "\eb4d"}.icofont-chef:before {content: "\eb4e"}.icofont-cherry:before {content: "\eb4f"}.icofont-chicken-fry:before {content: "\eb50"}.icofont-chicken:before {content: "\eb51"}.icofont-cocktail:before {content: "\eb52"}.icofont-coconut-water:before {content: "\eb53"}.icofont-coconut:before {content: "\eb54"}.icofont-coffee-alt:before {content: "\eb55"}.icofont-coffee-cup:before {content: "\eb56"}.icofont-coffee-mug:before {content: "\eb57"}.icofont-coffee-pot:before {content: "\eb58"}.icofont-cola:before {content: "\eb59"}.icofont-corn:before {content: "\eb5a"}.icofont-croissant:before {content: "\eb5b"}.icofont-crop-plant:before {content: "\eb5c"}.icofont-cucumber:before {content: "\eb5d"}.icofont-culinary:before {content: "\eb5e"}.icofont-cup-cake:before {content: "\eb5f"}.icofont-dining-table:before {content: "\eb60"}.icofont-donut:before {content: "\eb61"}.icofont-egg-plant:before {content: "\eb62"}.icofont-egg-poached:before {content: "\eb63"}.icofont-farmer-alt:before {content: "\eb64"}.icofont-farmer:before {content: "\eb65"}.icofont-fast-food:before {content: "\eb66"}.icofont-food-basket:before {content: "\eb67"}.icofont-food-cart:before {content: "\eb68"}.icofont-fork-and-knife:before {content: "\eb69"}.icofont-french-fries:before {content: "\eb6a"}.icofont-fruits:before {content: "\eb6b"}.icofont-grapes:before {content: "\eb6c"}.icofont-honey:before {content: "\eb6d"}.icofont-hot-dog:before {content: "\eb6e"}.icofont-ice-cream-alt:before {content: "\eb6f"}.icofont-ice-cream:before {content: "\eb70"}.icofont-juice:before {content: "\eb71"}.icofont-ketchup:before {content: "\eb72"}.icofont-kiwi:before {content: "\eb73"}.icofont-layered-cake:before {content: "\eb74"}.icofont-lemon-alt:before {content: "\eb75"}.icofont-lemon:before {content: "\eb76"}.icofont-lobster:before {content: "\eb77"}.icofont-mango:before {content: "\eb78"}.icofont-milk:before {content: "\eb79"}.icofont-mushroom:before {content: "\eb7a"}.icofont-noodles:before {content: "\eb7b"}.icofont-onion:before {content: "\eb7c"}.icofont-orange:before {content: "\eb7d"}.icofont-pear:before {content: "\eb7e"}.icofont-peas:before {content: "\eb7f"}.icofont-pepper:before {content: "\eb80"}.icofont-pie-alt:before {content: "\eb81"}.icofont-pie:before {content: "\eb82"}.icofont-pineapple:before {content: "\eb83"}.icofont-pizza-slice:before {content: "\eb84"}.icofont-pizza:before {content: "\eb85"}.icofont-plant:before {content: "\eb86"}.icofont-popcorn:before {content: "\eb87"}.icofont-potato:before {content: "\eb88"}.icofont-pumpkin:before {content: "\eb89"}.icofont-raddish:before {content: "\eb8a"}.icofont-restaurant-menu:before {content: "\eb8b"}.icofont-restaurant:before {content: "\eb8c"}.icofont-salt-and-pepper:before {content: "\eb8d"}.icofont-sandwich:before {content: "\eb8e"}.icofont-sausage:before {content: "\eb8f"}.icofont-soft-drinks:before {content: "\eb90"}.icofont-soup-bowl:before {content: "\eb91"}.icofont-spoon-and-fork:before {content: "\eb92"}.icofont-steak:before {content: "\eb93"}.icofont-strawberry:before {content: "\eb94"}.icofont-sub-sandwich:before {content: "\eb95"}.icofont-sushi:before {content: "\eb96"}.icofont-taco:before {content: "\eb97"}.icofont-tea-pot:before {content: "\eb98"}.icofont-tea:before {content: "\eb99"}.icofont-tomato:before {content: "\eb9a"}.icofont-watermelon:before {content: "\eb9b"}.icofont-wheat:before {content: "\eb9c"}.icofont-baby-backpack:before {content: "\eb9d"}.icofont-baby-cloth:before {content: "\eb9e"}.icofont-baby-milk-bottle:before {content: "\eb9f"}.icofont-baby-trolley:before {content: "\eba0"}.icofont-baby:before {content: "\eba1"}.icofont-candy:before {content: "\eba2"}.icofont-holding-hands:before {content: "\eba3"}.icofont-infant-nipple:before {content: "\eba4"}.icofont-kids-scooter:before {content: "\eba5"}.icofont-safety-pin:before {content: "\eba6"}.icofont-teddy-bear:before {content: "\eba7"}.icofont-toy-ball:before {content: "\eba8"}.icofont-toy-cat:before {content: "\eba9"}.icofont-toy-duck:before {content: "\ebaa"}.icofont-toy-elephant:before {content: "\ebab"}.icofont-toy-hand:before {content: "\ebac"}.icofont-toy-horse:before {content: "\ebad"}.icofont-toy-lattu:before {content: "\ebae"}.icofont-toy-train:before {content: "\ebaf"}.icofont-burglar:before {content: "\ebb0"}.icofont-cannon-firing:before {content: "\ebb1"}.icofont-cc-camera:before {content: "\ebb2"}.icofont-cop-badge:before {content: "\ebb3"}.icofont-cop:before {content: "\ebb4"}.icofont-court-hammer:before {content: "\ebb5"}.icofont-court:before {content: "\ebb6"}.icofont-finger-print:before {content: "\ebb7"}.icofont-gavel:before {content: "\ebb8"}.icofont-handcuff-alt:before {content: "\ebb9"}.icofont-handcuff:before {content: "\ebba"}.icofont-investigation:before {content: "\ebbb"}.icofont-investigator:before {content: "\ebbc"}.icofont-jail:before {content: "\ebbd"}.icofont-judge:before {content: "\ebbe"}.icofont-law-alt-1:before {content: "\ebbf"}.icofont-law-alt-2:before {content: "\ebc0"}.icofont-law-alt-3:before {content: "\ebc1"}.icofont-law-book:before {content: "\ebc2"}.icofont-law-document:before {content: "\ebc3"}.icofont-law-order:before {content: "\ebc4"}.icofont-law-protect:before {content: "\ebc5"}.icofont-law-scales:before {content: "\ebc6"}.icofont-law:before {content: "\ebc7"}.icofont-lawyer-alt-1:before {content: "\ebc8"}.icofont-lawyer-alt-2:before {content: "\ebc9"}.icofont-lawyer:before {content: "\ebca"}.icofont-legal:before {content: "\ebcb"}.icofont-pistol:before {content: "\ebcc"}.icofont-police-badge:before {content: "\ebcd"}.icofont-police-cap:before {content: "\ebce"}.icofont-police-car-alt-1:before {content: "\ebcf"}.icofont-police-car-alt-2:before {content: "\ebd0"}.icofont-police-car:before {content: "\ebd1"}.icofont-police-hat:before {content: "\ebd2"}.icofont-police-van:before {content: "\ebd3"}.icofont-police:before {content: "\ebd4"}.icofont-thief-alt:before {content: "\ebd5"}.icofont-thief:before {content: "\ebd6"}.icofont-abacus-alt:before {content: "\ebd7"}.icofont-abacus:before {content: "\ebd8"}.icofont-angle-180:before {content: "\ebd9"}.icofont-angle-45:before {content: "\ebda"}.icofont-angle-90:before {content: "\ebdb"}.icofont-angle:before {content: "\ebdc"}.icofont-calculator-alt-1:before {content: "\ebdd"}.icofont-calculator-alt-2:before {content: "\ebde"}.icofont-calculator:before {content: "\ebdf"}.icofont-circle-ruler-alt:before {content: "\ebe0"}.icofont-circle-ruler:before {content: "\ebe1"}.icofont-compass-alt-1:before {content: "\ebe2"}.icofont-compass-alt-2:before {content: "\ebe3"}.icofont-compass-alt-3:before {content: "\ebe4"}.icofont-compass-alt-4:before {content: "\ebe5"}.icofont-golden-ratio:before {content: "\ebe6"}.icofont-marker-alt-1:before {content: "\ebe7"}.icofont-marker-alt-2:before {content: "\ebe8"}.icofont-marker-alt-3:before {content: "\ebe9"}.icofont-marker:before {content: "\ebea"}.icofont-math:before {content: "\ebeb"}.icofont-mathematical-alt-1:before {content: "\ebec"}.icofont-mathematical-alt-2:before {content: "\ebed"}.icofont-mathematical:before {content: "\ebee"}.icofont-pen-alt-1:before {content: "\ebef"}.icofont-pen-alt-2:before {content: "\ebf0"}.icofont-pen-alt-3:before {content: "\ebf1"}.icofont-pen-holder-alt-1:before {content: "\ebf2"}.icofont-pen-holder:before {content: "\ebf3"}.icofont-pen:before {content: "\ebf4"}.icofont-pencil-alt-1:before {content: "\ebf5"}.icofont-pencil-alt-2:before {content: "\ebf6"}.icofont-pencil-alt-3:before {content: "\ebf7"}.icofont-pencil-alt-4:before {content: "\ebf8"}.icofont-pencil:before {content: "\ebf9"}.icofont-ruler-alt-1:before {content: "\ebfa"}.icofont-ruler-alt-2:before {content: "\ebfb"}.icofont-ruler-compass-alt:before {content: "\ebfc"}.icofont-ruler-compass:before {content: "\ebfd"}.icofont-ruler-pencil-alt-1:before {content: "\ebfe"}.icofont-ruler-pencil-alt-2:before {content: "\ebff"}.icofont-ruler-pencil:before {content: "\ec00"}.icofont-ruler:before {content: "\ec01"}.icofont-rulers-alt:before {content: "\ec02"}.icofont-rulers:before {content: "\ec03"}.icofont-square-root:before {content: "\ec04"}.icofont-ui-calculator:before {content: "\ec05"}.icofont-aids:before {content: "\ec06"}.icofont-ambulance-crescent:before {content: "\ec07"}.icofont-ambulance-cross:before {content: "\ec08"}.icofont-ambulance:before {content: "\ec09"}.icofont-autism:before {content: "\ec0a"}.icofont-bandage:before {content: "\ec0b"}.icofont-blind:before {content: "\ec0c"}.icofont-blood-drop:before {content: "\ec0d"}.icofont-blood-test:before {content: "\ec0e"}.icofont-blood:before {content: "\ec0f"}.icofont-brain-alt:before {content: "\ec10"}.icofont-brain:before {content: "\ec11"}.icofont-capsule:before {content: "\ec12"}.icofont-crutch:before {content: "\ec13"}.icofont-disabled:before {content: "\ec14"}.icofont-dna-alt-1:before {content: "\ec15"}.icofont-dna-alt-2:before {content: "\ec16"}.icofont-dna:before {content: "\ec17"}.icofont-doctor-alt:before {content: "\ec18"}.icofont-doctor:before {content: "\ec19"}.icofont-drug-pack:before {content: "\ec1a"}.icofont-drug:before {content: "\ec1b"}.icofont-first-aid-alt:before {content: "\ec1c"}.icofont-first-aid:before {content: "\ec1d"}.icofont-heart-beat-alt:before {content: "\ec1e"}.icofont-heart-beat:before {content: "\ec1f"}.icofont-heartbeat:before {content: "\ec20"}.icofont-herbal:before {content: "\ec21"}.icofont-hospital:before {content: "\ec22"}.icofont-icu:before {content: "\ec23"}.icofont-injection-syringe:before {content: "\ec24"}.icofont-laboratory:before {content: "\ec25"}.icofont-medical-sign-alt:before {content: "\ec26"}.icofont-medical-sign:before {content: "\ec27"}.icofont-nurse-alt:before {content: "\ec28"}.icofont-nurse:before {content: "\ec29"}.icofont-nursing-home:before {content: "\ec2a"}.icofont-operation-theater:before {content: "\ec2b"}.icofont-paralysis-disability:before {content: "\ec2c"}.icofont-patient-bed:before {content: "\ec2d"}.icofont-patient-file:before {content: "\ec2e"}.icofont-pills:before {content: "\ec2f"}.icofont-prescription:before {content: "\ec30"}.icofont-pulse:before {content: "\ec31"}.icofont-stethoscope-alt:before {content: "\ec32"}.icofont-stethoscope:before {content: "\ec33"}.icofont-stretcher:before {content: "\ec34"}.icofont-surgeon-alt:before {content: "\ec35"}.icofont-surgeon:before {content: "\ec36"}.icofont-tablets:before {content: "\ec37"}.icofont-test-bottle:before {content: "\ec38"}.icofont-test-tube:before {content: "\ec39"}.icofont-thermometer-alt:before {content: "\ec3a"}.icofont-thermometer:before {content: "\ec3b"}.icofont-tooth:before {content: "\ec3c"}.icofont-xray:before {content: "\ec3d"}.icofont-ui-add:before {content: "\ec3e"}.icofont-ui-alarm:before {content: "\ec3f"}.icofont-ui-battery:before {content: "\ec40"}.icofont-ui-block:before {content: "\ec41"}.icofont-ui-bluetooth:before {content: "\ec42"}.icofont-ui-brightness:before {content: "\ec43"}.icofont-ui-browser:before {content: "\ec44"}.icofont-ui-calendar:before {content: "\ec45"}.icofont-ui-call:before {content: "\ec46"}.icofont-ui-camera:before {content: "\ec47"}.icofont-ui-cart:before {content: "\ec48"}.icofont-ui-cell-phone:before {content: "\ec49"}.icofont-ui-chat:before {content: "\ec4a"}.icofont-ui-check:before {content: "\ec4b"}.icofont-ui-clip-board:before {content: "\ec4c"}.icofont-ui-clip:before {content: "\ec4d"}.icofont-ui-clock:before {content: "\ec4e"}.icofont-ui-close:before {content: "\ec4f"}.icofont-ui-contact-list:before {content: "\ec50"}.icofont-ui-copy:before {content: "\ec51"}.icofont-ui-cut:before {content: "\ec52"}.icofont-ui-delete:before {content: "\ec53"}.icofont-ui-dial-phone:before {content: "\ec54"}.icofont-ui-edit:before {content: "\ec55"}.icofont-ui-email:before {content: "\ec56"}.icofont-ui-file:before {content: "\ec57"}.icofont-ui-fire-wall:before {content: "\ec58"}.icofont-ui-flash-light:before {content: "\ec59"}.icofont-ui-flight:before {content: "\ec5a"}.icofont-ui-folder:before {content: "\ec5b"}.icofont-ui-game:before {content: "\ec5c"}.icofont-ui-handicapped:before {content: "\ec5d"}.icofont-ui-home:before {content: "\ec5e"}.icofont-ui-image:before {content: "\ec5f"}.icofont-ui-laoding:before {content: "\ec60"}.icofont-ui-lock:before {content: "\ec61"}.icofont-ui-love-add:before {content: "\ec62"}.icofont-ui-love-broken:before {content: "\ec63"}.icofont-ui-love-remove:before {content: "\ec64"}.icofont-ui-love:before {content: "\ec65"}.icofont-ui-map:before {content: "\ec66"}.icofont-ui-message:before {content: "\ec67"}.icofont-ui-messaging:before {content: "\ec68"}.icofont-ui-movie:before {content: "\ec69"}.icofont-ui-music-player:before {content: "\ec6a"}.icofont-ui-music:before {content: "\ec6b"}.icofont-ui-mute:before {content: "\ec6c"}.icofont-ui-network:before {content: "\ec6d"}.icofont-ui-next:before {content: "\ec6e"}.icofont-ui-note:before {content: "\ec6f"}.icofont-ui-office:before {content: "\ec70"}.icofont-ui-password:before {content: "\ec71"}.icofont-ui-pause:before {content: "\ec72"}.icofont-ui-play-stop:before {content: "\ec73"}.icofont-ui-play:before {content: "\ec74"}.icofont-ui-pointer:before {content: "\ec75"}.icofont-ui-power:before {content: "\ec76"}.icofont-ui-press:before {content: "\ec77"}.icofont-ui-previous:before {content: "\ec78"}.icofont-ui-rate-add:before {content: "\ec79"}.icofont-ui-rate-blank:before {content: "\ec7a"}.icofont-ui-rate-remove:before {content: "\ec7b"}.icofont-ui-rating:before {content: "\ec7c"}.icofont-ui-record:before {content: "\ec7d"}.icofont-ui-remove:before {content: "\ec7e"}.icofont-ui-reply:before {content: "\ec7f"}.icofont-ui-rotation:before {content: "\ec80"}.icofont-ui-rss:before {content: "\ec81"}.icofont-ui-search:before {content: "\ec82"}.icofont-ui-settings:before {content: "\ec83"}.icofont-ui-social-link:before {content: "\ec84"}.icofont-ui-tag:before {content: "\ec85"}.icofont-ui-text-chat:before {content: "\ec86"}.icofont-ui-text-loading:before {content: "\ec87"}.icofont-ui-theme:before {content: "\ec88"}.icofont-ui-timer:before {content: "\ec89"}.icofont-ui-touch-phone:before {content: "\ec8a"}.icofont-ui-travel:before {content: "\ec8b"}.icofont-ui-unlock:before {content: "\ec8c"}.icofont-ui-user-group:before {content: "\ec8d"}.icofont-ui-user:before {content: "\ec8e"}.icofont-ui-v-card:before {content: "\ec8f"}.icofont-ui-video-chat:before {content: "\ec90"}.icofont-ui-video-message:before {content: "\ec91"}.icofont-ui-video-play:before {content: "\ec92"}.icofont-ui-video:before {content: "\ec93"}.icofont-ui-volume:before {content: "\ec94"}.icofont-ui-weather:before {content: "\ec95"}.icofont-ui-wifi:before {content: "\ec96"}.icofont-ui-zoom-in:before {content: "\ec97"}.icofont-ui-zoom-out:before {content: "\ec98"}.icofont-cassette-player:before {content: "\ec99"}.icofont-cassette:before {content: "\ec9a"}.icofont-forward:before {content: "\ec9b"}.icofont-guiter:before {content: "\ec9c"}.icofont-movie:before {content: "\ec9d"}.icofont-multimedia:before {content: "\ec9e"}.icofont-music-alt:before {content: "\ec9f"}.icofont-music-disk:before {content: "\eca0"}.icofont-music-note:before {content: "\eca1"}.icofont-music-notes:before {content: "\eca2"}.icofont-music:before {content: "\eca3"}.icofont-mute-volume:before {content: "\eca4"}.icofont-pause:before {content: "\eca5"}.icofont-play-alt-1:before {content: "\eca6"}.icofont-play-alt-2:before {content: "\eca7"}.icofont-play-alt-3:before {content: "\eca8"}.icofont-play-pause:before {content: "\eca9"}.icofont-play:before {content: "\ecaa"}.icofont-record:before {content: "\ecab"}.icofont-retro-music-disk:before {content: "\ecac"}.icofont-rewind:before {content: "\ecad"}.icofont-song-notes:before {content: "\ecae"}.icofont-sound-wave-alt:before {content: "\ecaf"}.icofont-sound-wave:before {content: "\ecb0"}.icofont-stop:before {content: "\ecb1"}.icofont-video-alt:before {content: "\ecb2"}.icofont-video-cam:before {content: "\ecb3"}.icofont-video-clapper:before {content: "\ecb4"}.icofont-video:before {content: "\ecb5"}.icofont-volume-bar:before {content: "\ecb6"}.icofont-volume-down:before {content: "\ecb7"}.icofont-volume-mute:before {content: "\ecb8"}.icofont-volume-off:before {content: "\ecb9"}.icofont-volume-up:before {content: "\ecba"}.icofont-youtube-play:before {content: "\ecbb"}.icofont-2checkout-alt:before {content: "\ecbc"}.icofont-2checkout:before {content: "\ecbd"}.icofont-amazon-alt:before {content: "\ecbe"}.icofont-amazon:before {content: "\ecbf"}.icofont-american-express-alt:before {content: "\ecc0"}.icofont-american-express:before {content: "\ecc1"}.icofont-apple-pay-alt:before {content: "\ecc2"}.icofont-apple-pay:before {content: "\ecc3"}.icofont-bank-transfer-alt:before {content: "\ecc4"}.icofont-bank-transfer:before {content: "\ecc5"}.icofont-braintree-alt:before {content: "\ecc6"}.icofont-braintree:before {content: "\ecc7"}.icofont-cash-on-delivery-alt:before {content: "\ecc8"}.icofont-cash-on-delivery:before {content: "\ecc9"}.icofont-diners-club-alt-1:before {content: "\ecca"}.icofont-diners-club-alt-2:before {content: "\eccb"}.icofont-diners-club-alt-3:before {content: "\eccc"}.icofont-diners-club:before {content: "\eccd"}.icofont-discover-alt:before {content: "\ecce"}.icofont-discover:before {content: "\eccf"}.icofont-eway-alt:before {content: "\ecd0"}.icofont-eway:before {content: "\ecd1"}.icofont-google-wallet-alt-1:before {content: "\ecd2"}.icofont-google-wallet-alt-2:before {content: "\ecd3"}.icofont-google-wallet-alt-3:before {content: "\ecd4"}.icofont-google-wallet:before {content: "\ecd5"}.icofont-jcb-alt:before {content: "\ecd6"}.icofont-jcb:before {content: "\ecd7"}.icofont-maestro-alt:before {content: "\ecd8"}.icofont-maestro:before {content: "\ecd9"}.icofont-mastercard-alt:before {content: "\ecda"}.icofont-mastercard:before {content: "\ecdb"}.icofont-payoneer-alt:before {content: "\ecdc"}.icofont-payoneer:before {content: "\ecdd"}.icofont-paypal-alt:before {content: "\ecde"}.icofont-paypal:before {content: "\ecdf"}.icofont-sage-alt:before {content: "\ece0"}.icofont-sage:before {content: "\ece1"}.icofont-skrill-alt:before {content: "\ece2"}.icofont-skrill:before {content: "\ece3"}.icofont-stripe-alt:before {content: "\ece4"}.icofont-stripe:before {content: "\ece5"}.icofont-visa-alt:before {content: "\ece6"}.icofont-visa-electron:before {content: "\ece7"}.icofont-visa:before {content: "\ece8"}.icofont-western-union-alt:before {content: "\ece9"}.icofont-western-union:before {content: "\ecea"}.icofont-boy:before {content: "\eceb"}.icofont-business-man-alt-1:before {content: "\ecec"}.icofont-business-man-alt-2:before {content: "\eced"}.icofont-business-man-alt-3:before {content: "\ecee"}.icofont-business-man:before {content: "\ecef"}.icofont-female:before {content: "\ecf0"}.icofont-funky-man:before {content: "\ecf1"}.icofont-girl-alt:before {content: "\ecf2"}.icofont-girl:before {content: "\ecf3"}.icofont-group:before {content: "\ecf4"}.icofont-hotel-boy-alt:before {content: "\ecf5"}.icofont-hotel-boy:before {content: "\ecf6"}.icofont-kid:before {content: "\ecf7"}.icofont-man-in-glasses:before {content: "\ecf8"}.icofont-people:before {content: "\ecf9"}.icofont-support:before {content: "\ecfa"}.icofont-user-alt-1:before {content: "\ecfb"}.icofont-user-alt-2:before {content: "\ecfc"}.icofont-user-alt-3:before {content: "\ecfd"}.icofont-user-alt-4:before {content: "\ecfe"}.icofont-user-alt-5:before {content: "\ecff"}.icofont-user-alt-6:before {content: "\ed00"}.icofont-user-alt-7:before {content: "\ed01"}.icofont-user-female:before {content: "\ed02"}.icofont-user-male:before {content: "\ed03"}.icofont-user-suited:before {content: "\ed04"}.icofont-user:before {content: "\ed05"}.icofont-users-alt-1:before {content: "\ed06"}.icofont-users-alt-2:before {content: "\ed07"}.icofont-users-alt-3:before {content: "\ed08"}.icofont-users-alt-4:before {content: "\ed09"}.icofont-users-alt-5:before {content: "\ed0a"}.icofont-users-alt-6:before {content: "\ed0b"}.icofont-users-social:before {content: "\ed0c"}.icofont-users:before {content: "\ed0d"}.icofont-waiter-alt:before {content: "\ed0e"}.icofont-waiter:before {content: "\ed0f"}.icofont-woman-in-glasses:before {content: "\ed10"}.icofont-search-1:before {content: "\ed11"}.icofont-search-2:before {content: "\ed12"}.icofont-search-document:before {content: "\ed13"}.icofont-search-folder:before {content: "\ed14"}.icofont-search-job:before {content: "\ed15"}.icofont-search-map:before {content: "\ed16"}.icofont-search-property:before {content: "\ed17"}.icofont-search-restaurant:before {content: "\ed18"}.icofont-search-stock:before {content: "\ed19"}.icofont-search-user:before {content: "\ed1a"}.icofont-search:before {content: "\ed1b"}.icofont-500px:before {content: "\ed1c"}.icofont-aim:before {content: "\ed1d"}.icofont-badoo:before {content: "\ed1e"}.icofont-baidu-tieba:before {content: "\ed1f"}.icofont-bbm-messenger:before {content: "\ed20"}.icofont-bebo:before {content: "\ed21"}.icofont-behance:before {content: "\ed22"}.icofont-blogger:before {content: "\ed23"}.icofont-bootstrap:before {content: "\ed24"}.icofont-brightkite:before {content: "\ed25"}.icofont-cloudapp:before {content: "\ed26"}.icofont-concrete5:before {content: "\ed27"}.icofont-delicious:before {content: "\ed28"}.icofont-designbump:before {content: "\ed29"}.icofont-designfloat:before {content: "\ed2a"}.icofont-deviantart:before {content: "\ed2b"}.icofont-digg:before {content: "\ed2c"}.icofont-dotcms:before {content: "\ed2d"}.icofont-dribbble:before {content: "\ed2e"}.icofont-dribble:before {content: "\ed2f"}.icofont-dropbox:before {content: "\ed30"}.icofont-ebuddy:before {content: "\ed31"}.icofont-ello:before {content: "\ed32"}.icofont-ember:before {content: "\ed33"}.icofont-envato:before {content: "\ed34"}.icofont-evernote:before {content: "\ed35"}.icofont-facebook-messenger:before {content: "\ed36"}.icofont-facebook:before {content: "\ed37"}.icofont-feedburner:before {content: "\ed38"}.icofont-flikr:before {content: "\ed39"}.icofont-folkd:before {content: "\ed3a"}.icofont-foursquare:before {content: "\ed3b"}.icofont-friendfeed:before {content: "\ed3c"}.icofont-ghost:before {content: "\ed3d"}.icofont-github:before {content: "\ed3e"}.icofont-gnome:before {content: "\ed3f"}.icofont-google-buzz:before {content: "\ed40"}.icofont-google-hangouts:before {content: "\ed41"}.icofont-google-map:before {content: "\ed42"}.icofont-google-plus:before {content: "\ed43"}.icofont-google-talk:before {content: "\ed44"}.icofont-hype-machine:before {content: "\ed45"}.icofont-instagram:before {content: "\ed46"}.icofont-kakaotalk:before {content: "\ed47"}.icofont-kickstarter:before {content: "\ed48"}.icofont-kik:before {content: "\ed49"}.icofont-kiwibox:before {content: "\ed4a"}.icofont-line-messenger:before {content: "\ed4b"}.icofont-line:before {content: "\ed4c"}.icofont-linkedin:before {content: "\ed4d"}.icofont-linux-mint:before {content: "\ed4e"}.icofont-live-messenger:before {content: "\ed4f"}.icofont-livejournal:before {content: "\ed50"}.icofont-magento:before {content: "\ed51"}.icofont-meetme:before {content: "\ed52"}.icofont-meetup:before {content: "\ed53"}.icofont-mixx:before {content: "\ed54"}.icofont-newsvine:before {content: "\ed55"}.icofont-nimbuss:before {content: "\ed56"}.icofont-odnoklassniki:before {content: "\ed57"}.icofont-opencart:before {content: "\ed58"}.icofont-oscommerce:before {content: "\ed59"}.icofont-pandora:before {content: "\ed5a"}.icofont-photobucket:before {content: "\ed5b"}.icofont-picasa:before {content: "\ed5c"}.icofont-pinterest:before {content: "\ed5d"}.icofont-prestashop:before {content: "\ed5e"}.icofont-qik:before {content: "\ed5f"}.icofont-qq:before {content: "\ed60"}.icofont-readernaut:before {content: "\ed61"}.icofont-reddit:before {content: "\ed62"}.icofont-renren:before {content: "\ed63"}.icofont-rss:before {content: "\ed64"}.icofont-shopify:before {content: "\ed65"}.icofont-silverstripe:before {content: "\ed66"}.icofont-skype:before {content: "\ed67"}.icofont-slack:before {content: "\ed68"}.icofont-slashdot:before {content: "\ed69"}.icofont-slidshare:before {content: "\ed6a"}.icofont-smugmug:before {content: "\ed6b"}.icofont-snapchat:before {content: "\ed6c"}.icofont-soundcloud:before {content: "\ed6d"}.icofont-spotify:before {content: "\ed6e"}.icofont-stack-exchange:before {content: "\ed6f"}.icofont-stack-overflow:before {content: "\ed70"}.icofont-steam:before {content: "\ed71"}.icofont-stumbleupon:before {content: "\ed72"}.icofont-tagged:before {content: "\ed73"}.icofont-technorati:before {content: "\ed74"}.icofont-telegram:before {content: "\ed75"}.icofont-tinder:before {content: "\ed76"}.icofont-trello:before {content: "\ed77"}.icofont-tumblr:before {content: "\ed78"}.icofont-twitch:before {content: "\ed79"}.icofont-twitter:before {content: "\ed7a"}.icofont-typo3:before {content: "\ed7b"}.icofont-ubercart:before {content: "\ed7c"}.icofont-viber:before {content: "\ed7d"}.icofont-viddler:before {content: "\ed7e"}.icofont-vimeo:before {content: "\ed7f"}.icofont-vine:before {content: "\ed80"}.icofont-virb:before {content: "\ed81"}.icofont-virtuemart:before {content: "\ed82"}.icofont-vk:before {content: "\ed83"}.icofont-wechat:before {content: "\ed84"}.icofont-weibo:before {content: "\ed85"}.icofont-whatsapp:before {content: "\ed86"}.icofont-xing:before {content: "\ed87"}.icofont-yahoo:before {content: "\ed88"}.icofont-yelp:before {content: "\ed89"}.icofont-youku:before {content: "\ed8a"}.icofont-youtube:before {content: "\ed8b"}.icofont-zencart:before {content: "\ed8c"}.icofont-badminton-birdie:before {content: "\ed8d"}.icofont-baseball:before {content: "\ed8e"}.icofont-baseballer:before {content: "\ed8f"}.icofont-basketball-hoop:before {content: "\ed90"}.icofont-basketball:before {content: "\ed91"}.icofont-billiard-ball:before {content: "\ed92"}.icofont-boot-alt-1:before {content: "\ed93"}.icofont-boot-alt-2:before {content: "\ed94"}.icofont-boot:before {content: "\ed95"}.icofont-bowling-alt:before {content: "\ed96"}.icofont-bowling:before {content: "\ed97"}.icofont-canoe:before {content: "\ed98"}.icofont-cheer-leader:before {content: "\ed99"}.icofont-climbing:before {content: "\ed9a"}.icofont-corner:before {content: "\ed9b"}.icofont-field-alt:before {content: "\ed9c"}.icofont-field:before {content: "\ed9d"}.icofont-football-alt:before {content: "\ed9e"}.icofont-football-american:before {content: "\ed9f"}.icofont-football:before {content: "\eda0"}.icofont-foul:before {content: "\eda1"}.icofont-goal-keeper:before {content: "\eda2"}.icofont-goal:before {content: "\eda3"}.icofont-golf-alt:before {content: "\eda4"}.icofont-golf-bag:before {content: "\eda5"}.icofont-golf-cart:before {content: "\eda6"}.icofont-golf-field:before {content: "\eda7"}.icofont-golf:before {content: "\eda8"}.icofont-golfer:before {content: "\eda9"}.icofont-helmet:before {content: "\edaa"}.icofont-hockey-alt:before {content: "\edab"}.icofont-hockey:before {content: "\edac"}.icofont-ice-skate:before {content: "\edad"}.icofont-jersey-alt:before {content: "\edae"}.icofont-jersey:before {content: "\edaf"}.icofont-jumping:before {content: "\edb0"}.icofont-kick:before {content: "\edb1"}.icofont-leg:before {content: "\edb2"}.icofont-match-review:before {content: "\edb3"}.icofont-medal-sport:before {content: "\edb4"}.icofont-offside:before {content: "\edb5"}.icofont-olympic-logo:before {content: "\edb6"}.icofont-olympic:before {content: "\edb7"}.icofont-padding:before {content: "\edb8"}.icofont-penalty-card:before {content: "\edb9"}.icofont-racer:before {content: "\edba"}.icofont-racing-car:before {content: "\edbb"}.icofont-racing-flag-alt:before {content: "\edbc"}.icofont-racing-flag:before {content: "\edbd"}.icofont-racings-wheel:before {content: "\edbe"}.icofont-referee:before {content: "\edbf"}.icofont-refree-jersey:before {content: "\edc0"}.icofont-result-sport:before {content: "\edc1"}.icofont-rugby-ball:before {content: "\edc2"}.icofont-rugby-player:before {content: "\edc3"}.icofont-rugby:before {content: "\edc4"}.icofont-runner-alt-1:before {content: "\edc5"}.icofont-runner-alt-2:before {content: "\edc6"}.icofont-runner:before {content: "\edc7"}.icofont-score-board:before {content: "\edc8"}.icofont-skiing-man:before {content: "\edc9"}.icofont-skydiving-goggles:before {content: "\edca"}.icofont-snow-mobile:before {content: "\edcb"}.icofont-steering:before {content: "\edcc"}.icofont-stopwatch:before {content: "\edcd"}.icofont-substitute:before {content: "\edce"}.icofont-swimmer:before {content: "\edcf"}.icofont-table-tennis:before {content: "\edd0"}.icofont-team-alt:before {content: "\edd1"}.icofont-team:before {content: "\edd2"}.icofont-tennis-player:before {content: "\edd3"}.icofont-tennis:before {content: "\edd4"}.icofont-tracking:before {content: "\edd5"}.icofont-trophy-alt:before {content: "\edd6"}.icofont-trophy:before {content: "\edd7"}.icofont-volleyball-alt:before {content: "\edd8"}.icofont-volleyball-fire:before {content: "\edd9"}.icofont-volleyball:before {content: "\edda"}.icofont-water-bottle:before {content: "\eddb"}.icofont-whistle-alt:before {content: "\eddc"}.icofont-whistle:before {content: "\eddd"}.icofont-win-trophy:before {content: "\edde"}.icofont-align-center:before {content: "\eddf"}.icofont-align-left:before {content: "\ede0"}.icofont-align-right:before {content: "\ede1"}.icofont-all-caps:before {content: "\ede2"}.icofont-bold:before {content: "\ede3"}.icofont-brush:before {content: "\ede4"}.icofont-clip-board:before {content: "\ede5"}.icofont-code-alt:before {content: "\ede6"}.icofont-color-bucket:before {content: "\ede7"}.icofont-color-picker:before {content: "\ede8"}.icofont-copy-invert:before {content: "\ede9"}.icofont-copy:before {content: "\edea"}.icofont-cut:before {content: "\edeb"}.icofont-delete-alt:before {content: "\edec"}.icofont-edit-alt:before {content: "\eded"}.icofont-eraser-alt:before {content: "\edee"}.icofont-font:before {content: "\edef"}.icofont-heading:before {content: "\edf0"}.icofont-indent:before {content: "\edf1"}.icofont-italic-alt:before {content: "\edf2"}.icofont-italic:before {content: "\edf3"}.icofont-justify-all:before {content: "\edf4"}.icofont-justify-center:before {content: "\edf5"}.icofont-justify-left:before {content: "\edf6"}.icofont-justify-right:before {content: "\edf7"}.icofont-link-broken:before {content: "\edf8"}.icofont-outdent:before {content: "\edf9"}.icofont-paper-clip:before {content: "\edfa"}.icofont-paragraph:before {content: "\edfb"}.icofont-pin:before {content: "\edfc"}.icofont-printer:before {content: "\edfd"}.icofont-redo:before {content: "\edfe"}.icofont-rotation:before {content: "\edff"}.icofont-save:before {content: "\ee00"}.icofont-small-cap:before {content: "\ee01"}.icofont-strike-through:before {content: "\ee02"}.icofont-sub-listing:before {content: "\ee03"}.icofont-subscript:before {content: "\ee04"}.icofont-superscript:before {content: "\ee05"}.icofont-table:before {content: "\ee06"}.icofont-text-height:before {content: "\ee07"}.icofont-text-width:before {content: "\ee08"}.icofont-trash:before {content: "\ee09"}.icofont-underline:before {content: "\ee0a"}.icofont-undo:before {content: "\ee0b"}.icofont-air-balloon:before {content: "\ee0c"}.icofont-airplane-alt:before {content: "\ee0d"}.icofont-airplane:before {content: "\ee0e"}.icofont-articulated-truck:before {content: "\ee0f"}.icofont-auto-mobile:before {content: "\ee10"}.icofont-auto-rickshaw:before {content: "\ee11"}.icofont-bicycle-alt-1:before {content: "\ee12"}.icofont-bicycle-alt-2:before {content: "\ee13"}.icofont-bicycle:before {content: "\ee14"}.icofont-bus-alt-1:before {content: "\ee15"}.icofont-bus-alt-2:before {content: "\ee16"}.icofont-bus-alt-3:before {content: "\ee17"}.icofont-bus:before {content: "\ee18"}.icofont-cab:before {content: "\ee19"}.icofont-cable-car:before {content: "\ee1a"}.icofont-car-alt-1:before {content: "\ee1b"}.icofont-car-alt-2:before {content: "\ee1c"}.icofont-car-alt-3:before {content: "\ee1d"}.icofont-car-alt-4:before {content: "\ee1e"}.icofont-car:before {content: "\ee1f"}.icofont-delivery-time:before {content: "\ee20"}.icofont-fast-delivery:before {content: "\ee21"}.icofont-fire-truck-alt:before {content: "\ee22"}.icofont-fire-truck:before {content: "\ee23"}.icofont-free-delivery:before {content: "\ee24"}.icofont-helicopter:before {content: "\ee25"}.icofont-motor-bike-alt:before {content: "\ee26"}.icofont-motor-bike:before {content: "\ee27"}.icofont-motor-biker:before {content: "\ee28"}.icofont-oil-truck:before {content: "\ee29"}.icofont-rickshaw:before {content: "\ee2a"}.icofont-rocket-alt-1:before {content: "\ee2b"}.icofont-rocket-alt-2:before {content: "\ee2c"}.icofont-rocket:before {content: "\ee2d"}.icofont-sail-boat-alt-1:before {content: "\ee2e"}.icofont-sail-boat-alt-2:before {content: "\ee2f"}.icofont-sail-boat:before {content: "\ee30"}.icofont-scooter:before {content: "\ee31"}.icofont-sea-plane:before {content: "\ee32"}.icofont-ship-alt:before {content: "\ee33"}.icofont-ship:before {content: "\ee34"}.icofont-speed-boat:before {content: "\ee35"}.icofont-taxi:before {content: "\ee36"}.icofont-tractor:before {content: "\ee37"}.icofont-train-line:before {content: "\ee38"}.icofont-train-steam:before {content: "\ee39"}.icofont-tram:before {content: "\ee3a"}.icofont-truck-alt:before {content: "\ee3b"}.icofont-truck-loaded:before {content: "\ee3c"}.icofont-truck:before {content: "\ee3d"}.icofont-van-alt:before {content: "\ee3e"}.icofont-van:before {content: "\ee3f"}.icofont-yacht:before {content: "\ee40"}.icofont-5-star-hotel:before {content: "\ee41"}.icofont-air-ticket:before {content: "\ee42"}.icofont-beach-bed:before {content: "\ee43"}.icofont-beach:before {content: "\ee44"}.icofont-camping-vest:before {content: "\ee45"}.icofont-direction-sign:before {content: "\ee46"}.icofont-hill-side:before {content: "\ee47"}.icofont-hill:before {content: "\ee48"}.icofont-hotel:before {content: "\ee49"}.icofont-island-alt:before {content: "\ee4a"}.icofont-island:before {content: "\ee4b"}.icofont-sandals-female:before {content: "\ee4c"}.icofont-sandals-male:before {content: "\ee4d"}.icofont-travelling:before {content: "\ee4e"}.icofont-breakdown:before {content: "\ee4f"}.icofont-celsius:before {content: "\ee50"}.icofont-clouds:before {content: "\ee51"}.icofont-cloudy:before {content: "\ee52"}.icofont-dust:before {content: "\ee53"}.icofont-eclipse:before {content: "\ee54"}.icofont-fahrenheit:before {content: "\ee55"}.icofont-forest-fire:before {content: "\ee56"}.icofont-full-night:before {content: "\ee57"}.icofont-full-sunny:before {content: "\ee58"}.icofont-hail-night:before {content: "\ee59"}.icofont-hail-rainy-night:before {content: "\ee5a"}.icofont-hail-rainy-sunny:before {content: "\ee5b"}.icofont-hail-rainy:before {content: "\ee5c"}.icofont-hail-sunny:before {content: "\ee5d"}.icofont-hail-thunder-night:before {content: "\ee5e"}.icofont-hail-thunder-sunny:before {content: "\ee5f"}.icofont-hail-thunder:before {content: "\ee60"}.icofont-hail:before {content: "\ee61"}.icofont-hill-night:before {content: "\ee62"}.icofont-hill-sunny:before {content: "\ee63"}.icofont-hurricane:before {content: "\ee64"}.icofont-meteor:before {content: "\ee65"}.icofont-night:before {content: "\ee66"}.icofont-rainy-night:before {content: "\ee67"}.icofont-rainy-sunny:before {content: "\ee68"}.icofont-rainy-thunder:before {content: "\ee69"}.icofont-rainy:before {content: "\ee6a"}.icofont-snow-alt:before {content: "\ee6b"}.icofont-snow-flake:before {content: "\ee6c"}.icofont-snow-temp:before {content: "\ee6d"}.icofont-snow:before {content: "\ee6e"}.icofont-snowy-hail:before {content: "\ee6f"}.icofont-snowy-night-hail:before {content: "\ee70"}.icofont-snowy-night-rainy:before {content: "\ee71"}.icofont-snowy-night:before {content: "\ee72"}.icofont-snowy-rainy:before {content: "\ee73"}.icofont-snowy-sunny-hail:before {content: "\ee74"}.icofont-snowy-sunny-rainy:before {content: "\ee75"}.icofont-snowy-sunny:before {content: "\ee76"}.icofont-snowy-thunder-night:before {content: "\ee77"}.icofont-snowy-thunder-sunny:before {content: "\ee78"}.icofont-snowy-thunder:before {content: "\ee79"}.icofont-snowy-windy-night:before {content: "\ee7a"}.icofont-snowy-windy-sunny:before {content: "\ee7b"}.icofont-snowy-windy:before {content: "\ee7c"}.icofont-snowy:before {content: "\ee7d"}.icofont-sun-alt:before {content: "\ee7e"}.icofont-sun-rise:before {content: "\ee7f"}.icofont-sun-set:before {content: "\ee80"}.icofont-sun:before {content: "\ee81"}.icofont-sunny-day-temp:before {content: "\ee82"}.icofont-sunny:before {content: "\ee83"}.icofont-thunder-light:before {content: "\ee84"}.icofont-tornado:before {content: "\ee85"}.icofont-umbrella-alt:before {content: "\ee86"}.icofont-umbrella:before {content: "\ee87"}.icofont-volcano:before {content: "\ee88"}.icofont-wave:before {content: "\ee89"}.icofont-wind-scale-0:before {content: "\ee8a"}.icofont-wind-scale-1:before {content: "\ee8b"}.icofont-wind-scale-10:before {content: "\ee8c"}.icofont-wind-scale-11:before {content: "\ee8d"}.icofont-wind-scale-12:before {content: "\ee8e"}.icofont-wind-scale-2:before {content: "\ee8f"}.icofont-wind-scale-3:before {content: "\ee90"}.icofont-wind-scale-4:before {content: "\ee91"}.icofont-wind-scale-5:before {content: "\ee92"}.icofont-wind-scale-6:before {content: "\ee93"}.icofont-wind-scale-7:before {content: "\ee94"}.icofont-wind-scale-8:before {content: "\ee95"}.icofont-wind-scale-9:before {content: "\ee96"}.icofont-wind-waves:before {content: "\ee97"}.icofont-wind:before {content: "\ee98"}.icofont-windy-hail:before {content: "\ee99"}.icofont-windy-night:before {content: "\ee9a"}.icofont-windy-raining:before {content: "\ee9b"}.icofont-windy-sunny:before {content: "\ee9c"}.icofont-windy-thunder-raining:before {content: "\ee9d"}.icofont-windy-thunder:before {content: "\ee9e"}.icofont-windy:before {content: "\ee9f"}.icofont-addons:before {content: "\eea0"}.icofont-address-book:before {content: "\eea1"}.icofont-adjust:before {content: "\eea2"}.icofont-alarm:before {content: "\eea3"}.icofont-anchor:before {content: "\eea4"}.icofont-archive:before {content: "\eea5"}.icofont-at:before {content: "\eea6"}.icofont-attachment:before {content: "\eea7"}.icofont-audio:before {content: "\eea8"}.icofont-automation:before {content: "\eea9"}.icofont-badge:before {content: "\eeaa"}.icofont-bag-alt:before {content: "\eeab"}.icofont-bag:before {content: "\eeac"}.icofont-ban:before {content: "\eead"}.icofont-bar-code:before {content: "\eeae"}.icofont-bars:before {content: "\eeaf"}.icofont-basket:before {content: "\eeb0"}.icofont-battery-empty:before {content: "\eeb1"}.icofont-battery-full:before {content: "\eeb2"}.icofont-battery-half:before {content: "\eeb3"}.icofont-battery-low:before {content: "\eeb4"}.icofont-beaker:before {content: "\eeb5"}.icofont-beard:before {content: "\eeb6"}.icofont-bed:before {content: "\eeb7"}.icofont-bell:before {content: "\eeb8"}.icofont-beverage:before {content: "\eeb9"}.icofont-bill:before {content: "\eeba"}.icofont-bin:before {content: "\eebb"}.icofont-binary:before {content: "\eebc"}.icofont-binoculars:before {content: "\eebd"}.icofont-bluetooth:before {content: "\eebe"}.icofont-bomb:before {content: "\eebf"}.icofont-book-mark:before {content: "\eec0"}.icofont-box:before {content: "\eec1"}.icofont-briefcase:before {content: "\eec2"}.icofont-broken:before {content: "\eec3"}.icofont-bucket:before {content: "\eec4"}.icofont-bucket1:before {content: "\eec5"}.icofont-bucket2:before {content: "\eec6"}.icofont-bug:before {content: "\eec7"}.icofont-building:before {content: "\eec8"}.icofont-bulb-alt:before {content: "\eec9"}.icofont-bullet:before {content: "\eeca"}.icofont-bullhorn:before {content: "\eecb"}.icofont-bullseye:before {content: "\eecc"}.icofont-calendar:before {content: "\eecd"}.icofont-camera-alt:before {content: "\eece"}.icofont-camera:before {content: "\eecf"}.icofont-card:before {content: "\eed0"}.icofont-cart-alt:before {content: "\eed1"}.icofont-cart:before {content: "\eed2"}.icofont-cc:before {content: "\eed3"}.icofont-charging:before {content: "\eed4"}.icofont-chat:before {content: "\eed5"}.icofont-check-alt:before {content: "\eed6"}.icofont-check-circled:before {content: "\eed7"}.icofont-check:before {content: "\eed8"}.icofont-checked:before {content: "\eed9"}.icofont-children-care:before {content: "\eeda"}.icofont-clip:before {content: "\eedb"}.icofont-clock-time:before {content: "\eedc"}.icofont-close-circled:before {content: "\eedd"}.icofont-close-line-circled:before {content: "\eede"}.icofont-close-line-squared-alt:before {content: "\eedf"}.icofont-close-line-squared:before {content: "\eee0"}.icofont-close-line:before {content: "\eee1"}.icofont-close-squared-alt:before {content: "\eee2"}.icofont-close-squared:before {content: "\eee3"}.icofont-close:before {content: "\eee4"}.icofont-cloud-download:before {content: "\eee5"}.icofont-cloud-refresh:before {content: "\eee6"}.icofont-cloud-upload:before {content: "\eee7"}.icofont-cloud:before {content: "\eee8"}.icofont-code-not-allowed:before {content: "\eee9"}.icofont-code:before {content: "\eeea"}.icofont-comment:before {content: "\eeeb"}.icofont-compass-alt:before {content: "\eeec"}.icofont-compass:before {content: "\eeed"}.icofont-computer:before {content: "\eeee"}.icofont-connection:before {content: "\eeef"}.icofont-console:before {content: "\eef0"}.icofont-contacts:before {content: "\eef1"}.icofont-contrast:before {content: "\eef2"}.icofont-copyright:before {content: "\eef3"}.icofont-credit-card:before {content: "\eef4"}.icofont-crop:before {content: "\eef5"}.icofont-crown:before {content: "\eef6"}.icofont-cube:before {content: "\eef7"}.icofont-cubes:before {content: "\eef8"}.icofont-dashboard-web:before {content: "\eef9"}.icofont-dashboard:before {content: "\eefa"}.icofont-data:before {content: "\eefb"}.icofont-database-add:before {content: "\eefc"}.icofont-database-locked:before {content: "\eefd"}.icofont-database-remove:before {content: "\eefe"}.icofont-database:before {content: "\eeff"}.icofont-delete:before {content: "\ef00"}.icofont-diamond:before {content: "\ef01"}.icofont-dice-multiple:before {content: "\ef02"}.icofont-dice:before {content: "\ef03"}.icofont-disc:before {content: "\ef04"}.icofont-diskette:before {content: "\ef05"}.icofont-document-folder:before {content: "\ef06"}.icofont-download-alt:before {content: "\ef07"}.icofont-download:before {content: "\ef08"}.icofont-downloaded:before {content: "\ef09"}.icofont-drag:before {content: "\ef0a"}.icofont-drag1:before {content: "\ef0b"}.icofont-drag2:before {content: "\ef0c"}.icofont-drag3:before {content: "\ef0d"}.icofont-earth:before {content: "\ef0e"}.icofont-ebook:before {content: "\ef0f"}.icofont-edit:before {content: "\ef10"}.icofont-eject:before {content: "\ef11"}.icofont-email:before {content: "\ef12"}.icofont-envelope-open:before {content: "\ef13"}.icofont-envelope:before {content: "\ef14"}.icofont-eraser:before {content: "\ef15"}.icofont-error:before {content: "\ef16"}.icofont-excavator:before {content: "\ef17"}.icofont-exchange:before {content: "\ef18"}.icofont-exclamation-circle:before {content: "\ef19"}.icofont-exclamation-square:before {content: "\ef1a"}.icofont-exclamation-tringle:before {content: "\ef1b"}.icofont-exclamation:before {content: "\ef1c"}.icofont-exit:before {content: "\ef1d"}.icofont-expand:before {content: "\ef1e"}.icofont-external-link:before {content: "\ef1f"}.icofont-external:before {content: "\ef20"}.icofont-eye-alt:before {content: "\ef21"}.icofont-eye-blocked:before {content: "\ef22"}.icofont-eye-dropper:before {content: "\ef23"}.icofont-eye:before {content: "\ef24"}.icofont-favourite:before {content: "\ef25"}.icofont-fax:before {content: "\ef26"}.icofont-file-fill:before {content: "\ef27"}.icofont-film:before {content: "\ef28"}.icofont-filter:before {content: "\ef29"}.icofont-fire-alt:before {content: "\ef2a"}.icofont-fire-burn:before {content: "\ef2b"}.icofont-fire:before {content: "\ef2c"}.icofont-flag-alt-1:before {content: "\ef2d"}.icofont-flag-alt-2:before {content: "\ef2e"}.icofont-flag:before {content: "\ef2f"}.icofont-flame-torch:before {content: "\ef30"}.icofont-flash-light:before {content: "\ef31"}.icofont-flash:before {content: "\ef32"}.icofont-flask:before {content: "\ef33"}.icofont-focus:before {content: "\ef34"}.icofont-folder-open:before {content: "\ef35"}.icofont-folder:before {content: "\ef36"}.icofont-foot-print:before {content: "\ef37"}.icofont-garbage:before {content: "\ef38"}.icofont-gear-alt:before {content: "\ef39"}.icofont-gear:before {content: "\ef3a"}.icofont-gears:before {content: "\ef3b"}.icofont-gift:before {content: "\ef3c"}.icofont-glass:before {content: "\ef3d"}.icofont-globe:before {content: "\ef3e"}.icofont-graffiti:before {content: "\ef3f"}.icofont-grocery:before {content: "\ef40"}.icofont-hand:before {content: "\ef41"}.icofont-hanger:before {content: "\ef42"}.icofont-hard-disk:before {content: "\ef43"}.icofont-heart-alt:before {content: "\ef44"}.icofont-heart:before {content: "\ef45"}.icofont-history:before {content: "\ef46"}.icofont-home:before {content: "\ef47"}.icofont-horn:before {content: "\ef48"}.icofont-hour-glass:before {content: "\ef49"}.icofont-id:before {content: "\ef4a"}.icofont-image:before {content: "\ef4b"}.icofont-inbox:before {content: "\ef4c"}.icofont-infinite:before {content: "\ef4d"}.icofont-info-circle:before {content: "\ef4e"}.icofont-info-square:before {content: "\ef4f"}.icofont-info:before {content: "\ef50"}.icofont-institution:before {content: "\ef51"}.icofont-interface:before {content: "\ef52"}.icofont-invisible:before {content: "\ef53"}.icofont-jacket:before {content: "\ef54"}.icofont-jar:before {content: "\ef55"}.icofont-jewlery:before {content: "\ef56"}.icofont-karate:before {content: "\ef57"}.icofont-key-hole:before {content: "\ef58"}.icofont-key:before {content: "\ef59"}.icofont-label:before {content: "\ef5a"}.icofont-lamp:before {content: "\ef5b"}.icofont-layers:before {content: "\ef5c"}.icofont-layout:before {content: "\ef5d"}.icofont-leaf:before {content: "\ef5e"}.icofont-leaflet:before {content: "\ef5f"}.icofont-learn:before {content: "\ef60"}.icofont-lego:before {content: "\ef61"}.icofont-lens:before {content: "\ef62"}.icofont-letter:before {content: "\ef63"}.icofont-letterbox:before {content: "\ef64"}.icofont-library:before {content: "\ef65"}.icofont-license:before {content: "\ef66"}.icofont-life-bouy:before {content: "\ef67"}.icofont-life-buoy:before {content: "\ef68"}.icofont-life-jacket:before {content: "\ef69"}.icofont-life-ring:before {content: "\ef6a"}.icofont-light-bulb:before {content: "\ef6b"}.icofont-lighter:before {content: "\ef6c"}.icofont-lightning-ray:before {content: "\ef6d"}.icofont-like:before {content: "\ef6e"}.icofont-line-height:before {content: "\ef6f"}.icofont-link-alt:before {content: "\ef70"}.icofont-link:before {content: "\ef71"}.icofont-list:before {content: "\ef72"}.icofont-listening:before {content: "\ef73"}.icofont-listine-dots:before {content: "\ef74"}.icofont-listing-box:before {content: "\ef75"}.icofont-listing-number:before {content: "\ef76"}.icofont-live-support:before {content: "\ef77"}.icofont-location-arrow:before {content: "\ef78"}.icofont-location-pin:before {content: "\ef79"}.icofont-lock:before {content: "\ef7a"}.icofont-login:before {content: "\ef7b"}.icofont-logout:before {content: "\ef7c"}.icofont-lollipop:before {content: "\ef7d"}.icofont-long-drive:before {content: "\ef7e"}.icofont-look:before {content: "\ef7f"}.icofont-loop:before {content: "\ef80"}.icofont-luggage:before {content: "\ef81"}.icofont-lunch:before {content: "\ef82"}.icofont-lungs:before {content: "\ef83"}.icofont-magic-alt:before {content: "\ef84"}.icofont-magic:before {content: "\ef85"}.icofont-magnet:before {content: "\ef86"}.icofont-mail-box:before {content: "\ef87"}.icofont-mail:before {content: "\ef88"}.icofont-male:before {content: "\ef89"}.icofont-map-pins:before {content: "\ef8a"}.icofont-map:before {content: "\ef8b"}.icofont-maximize:before {content: "\ef8c"}.icofont-measure:before {content: "\ef8d"}.icofont-medicine:before {content: "\ef8e"}.icofont-mega-phone:before {content: "\ef8f"}.icofont-megaphone-alt:before {content: "\ef90"}.icofont-megaphone:before {content: "\ef91"}.icofont-memorial:before {content: "\ef92"}.icofont-memory-card:before {content: "\ef93"}.icofont-mic-mute:before {content: "\ef94"}.icofont-mic:before {content: "\ef95"}.icofont-military:before {content: "\ef96"}.icofont-mill:before {content: "\ef97"}.icofont-minus-circle:before {content: "\ef98"}.icofont-minus-square:before {content: "\ef99"}.icofont-minus:before {content: "\ef9a"}.icofont-mobile-phone:before {content: "\ef9b"}.icofont-molecule:before {content: "\ef9c"}.icofont-money:before {content: "\ef9d"}.icofont-moon:before {content: "\ef9e"}.icofont-mop:before {content: "\ef9f"}.icofont-muffin:before {content: "\efa0"}.icofont-mustache:before {content: "\efa1"}.icofont-navigation-menu:before {content: "\efa2"}.icofont-navigation:before {content: "\efa3"}.icofont-network-tower:before {content: "\efa4"}.icofont-network:before {content: "\efa5"}.icofont-news:before {content: "\efa6"}.icofont-newspaper:before {content: "\efa7"}.icofont-no-smoking:before {content: "\efa8"}.icofont-not-allowed:before {content: "\efa9"}.icofont-notebook:before {content: "\efaa"}.icofont-notepad:before {content: "\efab"}.icofont-notification:before {content: "\efac"}.icofont-numbered:before {content: "\efad"}.icofont-opposite:before {content: "\efae"}.icofont-optic:before {content: "\efaf"}.icofont-options:before {content: "\efb0"}.icofont-package:before {content: "\efb1"}.icofont-page:before {content: "\efb2"}.icofont-paint:before {content: "\efb3"}.icofont-paper-plane:before {content: "\efb4"}.icofont-paperclip:before {content: "\efb5"}.icofont-papers:before {content: "\efb6"}.icofont-pay:before {content: "\efb7"}.icofont-penguin-linux:before {content: "\efb8"}.icofont-pestle:before {content: "\efb9"}.icofont-phone-circle:before {content: "\efba"}.icofont-phone:before {content: "\efbb"}.icofont-picture:before {content: "\efbc"}.icofont-pine:before {content: "\efbd"}.icofont-pixels:before {content: "\efbe"}.icofont-plugin:before {content: "\efbf"}.icofont-plus-circle:before {content: "\efc0"}.icofont-plus-square:before {content: "\efc1"}.icofont-plus:before {content: "\efc2"}.icofont-polygonal:before {content: "\efc3"}.icofont-power:before {content: "\efc4"}.icofont-price:before {content: "\efc5"}.icofont-print:before {content: "\efc6"}.icofont-puzzle:before {content: "\efc7"}.icofont-qr-code:before {content: "\efc8"}.icofont-queen:before {content: "\efc9"}.icofont-question-circle:before {content: "\efca"}.icofont-question-square:before {content: "\efcb"}.icofont-question:before {content: "\efcc"}.icofont-quote-left:before {content: "\efcd"}.icofont-quote-right:before {content: "\efce"}.icofont-random:before {content: "\efcf"}.icofont-recycle:before {content: "\efd0"}.icofont-refresh:before {content: "\efd1"}.icofont-repair:before {content: "\efd2"}.icofont-reply-all:before {content: "\efd3"}.icofont-reply:before {content: "\efd4"}.icofont-resize:before {content: "\efd5"}.icofont-responsive:before {content: "\efd6"}.icofont-retweet:before {content: "\efd7"}.icofont-road:before {content: "\efd8"}.icofont-robot:before {content: "\efd9"}.icofont-royal:before {content: "\efda"}.icofont-rss-feed:before {content: "\efdb"}.icofont-safety:before {content: "\efdc"}.icofont-sale-discount:before {content: "\efdd"}.icofont-satellite:before {content: "\efde"}.icofont-send-mail:before {content: "\efdf"}.icofont-server:before {content: "\efe0"}.icofont-settings-alt:before {content: "\efe1"}.icofont-settings:before {content: "\efe2"}.icofont-share-alt:before {content: "\efe3"}.icofont-share-boxed:before {content: "\efe4"}.icofont-share:before {content: "\efe5"}.icofont-shield:before {content: "\efe6"}.icofont-shopping-cart:before {content: "\efe7"}.icofont-sign-in:before {content: "\efe8"}.icofont-sign-out:before {content: "\efe9"}.icofont-signal:before {content: "\efea"}.icofont-site-map:before {content: "\efeb"}.icofont-smart-phone:before {content: "\efec"}.icofont-soccer:before {content: "\efed"}.icofont-sort-alt:before {content: "\efee"}.icofont-sort:before {content: "\efef"}.icofont-space:before {content: "\eff0"}.icofont-spanner:before {content: "\eff1"}.icofont-speech-comments:before {content: "\eff2"}.icofont-speed-meter:before {content: "\eff3"}.icofont-spinner-alt-1:before {content: "\eff4"}.icofont-spinner-alt-2:before {content: "\eff5"}.icofont-spinner-alt-3:before {content: "\eff6"}.icofont-spinner-alt-4:before {content: "\eff7"}.icofont-spinner-alt-5:before {content: "\eff8"}.icofont-spinner-alt-6:before {content: "\eff9"}.icofont-spinner:before {content: "\effa"}.icofont-spreadsheet:before {content: "\effb"}.icofont-square:before {content: "\effc"}.icofont-ssl-security:before {content: "\effd"}.icofont-star-alt-1:before {content: "\effe"}.icofont-star-alt-2:before {content: "\efff"}.icofont-star:before {content: "\f000"}.icofont-street-view:before {content: "\f001"}.icofont-support-faq:before {content: "\f002"}.icofont-tack-pin:before {content: "\f003"}.icofont-tag:before {content: "\f004"}.icofont-tags:before {content: "\f005"}.icofont-tasks-alt:before {content: "\f006"}.icofont-tasks:before {content: "\f007"}.icofont-telephone:before {content: "\f008"}.icofont-telescope:before {content: "\f009"}.icofont-terminal:before {content: "\f00a"}.icofont-thumbs-down:before {content: "\f00b"}.icofont-thumbs-up:before {content: "\f00c"}.icofont-tick-boxed:before {content: "\f00d"}.icofont-tick-mark:before {content: "\f00e"}.icofont-ticket:before {content: "\f00f"}.icofont-tie:before {content: "\f010"}.icofont-toggle-off:before {content: "\f011"}.icofont-toggle-on:before {content: "\f012"}.icofont-tools-alt-2:before {content: "\f013"}.icofont-tools:before {content: "\f014"}.icofont-touch:before {content: "\f015"}.icofont-traffic-light:before {content: "\f016"}.icofont-transparent:before {content: "\f017"}.icofont-tree:before {content: "\f018"}.icofont-unique-idea:before {content: "\f019"}.icofont-unlock:before {content: "\f01a"}.icofont-unlocked:before {content: "\f01b"}.icofont-upload-alt:before {content: "\f01c"}.icofont-upload:before {content: "\f01d"}.icofont-usb-drive:before {content: "\f01e"}.icofont-usb:before {content: "\f01f"}.icofont-vector-path:before {content: "\f020"}.icofont-verification-check:before {content: "\f021"}.icofont-wall-clock:before {content: "\f022"}.icofont-wall:before {content: "\f023"}.icofont-wallet:before {content: "\f024"}.icofont-warning-alt:before {content: "\f025"}.icofont-warning:before {content: "\f026"}.icofont-water-drop:before {content: "\f027"}.icofont-web:before {content: "\f028"}.icofont-wheelchair:before {content: "\f029"}.icofont-wifi-alt:before {content: "\f02a"}.icofont-wifi:before {content: "\f02b"}.icofont-world:before {content: "\f02c"}.icofont-zigzag:before {content: "\f02d"}.icofont-zipped:before {content: "\f02e"}.icofont-xs {font-size: .5em}.icofont-sm {font-size: .75em}.icofont-md {font-size: 1.25em}.icofont-lg {font-size: 1.5em}.icofont-1x {font-size: 1em}.icofont-2x {font-size: 2em}.icofont-3x {font-size: 3em}.icofont-4x {font-size: 4em}.icofont-5x {font-size: 5em}.icofont-6x {font-size: 6em}.icofont-7x {font-size: 7em}.icofont-8x {font-size: 8em}.icofont-9x {font-size: 9em}.icofont-10x {font-size: 10em}.icofont-fw {text-align: center;width: 1.25em}.icofont-ul {list-style-type: none;padding-left: 0;margin-left: 0}.icofont-ul > li {position: relative;line-height: 2em}.icofont-ul > li .icofont {display: inline-block;vertical-align: middle}.icofont-border {border: solid .08em #f1f1f1;border-radius: .1em;padding: .2em .25em .15em}.icofont-pull-left {float: left}.icofont-pull-right {float: right}.icofont.icofont-pull-left {margin-right: .3em}.icofont.icofont-pull-right {margin-left: .3em}.icofont-spin {-webkit-animation: icofont-spin 2s infinite linear;animation: icofont-spin 2s infinite linear;display: inline-block}.icofont-pulse {-webkit-animation: icofont-spin 1s infinite steps(8);animation: icofont-spin 1s infinite steps(8);display: inline-block}@-webkit-keyframes icofont-spin {0% {-webkit-transform: rotate(0);transform: rotate(0)}100% {-webkit-transform: rotate(360deg);transform: rotate(360deg)}}@keyframes icofont-spin {0% {-webkit-transform: rotate(0);transform: rotate(0)}100% {-webkit-transform: rotate(360deg);transform: rotate(360deg)}}.icofont-rotate-90 {-webkit-transform: rotate(90deg);transform: rotate(90deg)}.icofont-rotate-180 {-webkit-transform: rotate(180deg);transform: rotate(180deg)}.icofont-rotate-270 {-webkit-transform: rotate(270deg);transform: rotate(270deg)}.icofont-flip-horizontal {-webkit-transform: scale(-1, 1);transform: scale(-1, 1)}.icofont-flip-vertical {-webkit-transform: scale(1, -1);transform: scale(1, -1)}.icofont-flip-horizontal.icofont-flip-vertical {-webkit-transform: scale(-1, -1);transform: scale(-1, -1)}:root .icofont-flip-horizontal,:root .icofont-flip-vertical,:root .icofont-rotate-180,:root .icofont-rotate-270,:root .icofont-rotate-90 {-webkit-filter: none;filter: none;display: inline-block}.icofont-inverse {color: #fff}.sr-only {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px}.sr-only-focusable:active,.sr-only-focusable:focus {clip: auto;height: auto;margin: 0;overflow: visible;position: static;width: auto}@font-face {
font-family: 'simple-line-icons';
src:url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.eot?-i3a2kk);
src:url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.eot?#iefix-i3a2kk) format('embedded-opentype'),
url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.ttf) format('truetype'),
url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.woff) format('woff'),
url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.svg?#simple-line-icons) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'et-line';
src:url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.eot);
src:url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.eot?#iefix) format('embedded-opentype'),
url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.woff) format('woff'),
url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.ttf) format('truetype'),
url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.svg#et-line) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FontAwesome';
src: url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.eot);
src: url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.woff2) format("woff2"), url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.woff) format("woff"), url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.ttf) format("truetype"), url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.svg#fontawesome) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FontAwesomeBrands';
font-style: normal;
font-weight: normal;
src: url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.eot);
src: url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.woff2) format("woff2"), url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.woff) format("woff"), url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.ttf) format("truetype"), url(//mysportify.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.svg#fontawesome) format("svg"); 
}     [class^="et-"], [class*=" et-"], [class^="et-"]:before, [class*=" et-"]:before {
font-family: 'et-line';
font-style: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display:inline-block;
text-rendering: auto;
speak: none;
font-weight: normal;
}
.et-mobile:before{content:"\e000"}.et-laptop:before{content:"\e001"}.et-desktop:before{content:"\e002"}.et-tablet:before{content:"\e003"}.et-phone:before{content:"\e004"}.et-document:before{content:"\e005"}.et-documents:before{content:"\e006"}.et-search:before{content:"\e007"}.et-clipboard:before{content:"\e008"}.et-newspaper:before{content:"\e009"}.et-notebook:before{content:"\e00a"}.et-book-open:before{content:"\e00b"}.et-browser:before{content:"\e00c"}.et-calendar:before{content:"\e00d"}.et-presentation:before{content:"\e00e"}.et-picture:before{content:"\e00f"}.et-pictures:before{content:"\e010"}.et-video:before{content:"\e011"}.et-camera:before{content:"\e012"}.et-printer:before{content:"\e013"}.et-toolbox:before{content:"\e014"}.et-briefcase:before{content:"\e015"}.et-wallet:before{content:"\e016"}.et-gift:before{content:"\e017"}.et-bargraph:before{content:"\e018"}.et-grid:before{content:"\e019"}.et-expand:before{content:"\e01a"}.et-focus:before{content:"\e01b"}.et-edit:before{content:"\e01c"}.et-adjustments:before{content:"\e01d"}.et-ribbon:before{content:"\e01e"}.et-hourglass:before{content:"\e01f"}.et-lock:before{content:"\e020"}.et-megaphone:before{content:"\e021"}.et-shield:before{content:"\e022"}.et-trophy:before{content:"\e023"}.et-flag:before{content:"\e024"}.et-map:before{content:"\e025"}.et-puzzle:before{content:"\e026"}.et-basket:before{content:"\e027"}.et-envelope:before{content:"\e028"}.et-streetsign:before{content:"\e029"}.et-telescope:before{content:"\e02a"}.et-gears:before{content:"\e02b"}.et-key:before{content:"\e02c"}.et-paperclip:before{content:"\e02d"}.et-attachment:before{content:"\e02e"}.et-pricetags:before{content:"\e02f"}.et-lightbulb:before{content:"\e030"}.et-layers:before{content:"\e031"}.et-pencil:before{content:"\e032"}.et-tools:before{content:"\e033"}.et-tools-2:before{content:"\e034"}.et-scissors:before{content:"\e035"}.et-paintbrush:before{content:"\e036"}.et-magnifying-glass:before{content:"\e037"}.et-circle-compass:before{content:"\e038"}.et-linegraph:before{content:"\e039"}.et-mic:before{content:"\e03a"}.et-strategy:before{content:"\e03b"}.et-beaker:before{content:"\e03c"}.et-caution:before{content:"\e03d"}.et-recycle:before{content:"\e03e"}.et-anchor:before{content:"\e03f"}.et-profile-male:before{content:"\e040"}.et-profile-female:before{content:"\e041"}.et-bike:before{content:"\e042"}.et-wine:before{content:"\e043"}.et-hotairballoon:before{content:"\e044"}.et-globe:before{content:"\e045"}.et-genius:before{content:"\e046"}.et-map-pin:before{content:"\e047"}.et-dial:before{content:"\e048"}.et-chat:before{content:"\e049"}.et-heart:before{content:"\e04a"}.et-cloud:before{content:"\e04b"}.et-upload:before{content:"\e04c"}.et-download:before{content:"\e04d"}.et-target:before{content:"\e04e"}.et-hazardous:before{content:"\e04f"}.et-piechart:before{content:"\e050"}.et-speedometer:before{content:"\e051"}.et-global:before{content:"\e052"}.et-compass:before{content:"\e053"}.et-lifesaver:before{content:"\e054"}.et-clock:before{content:"\e055"}.et-aperture:before{content:"\e056"}.et-quote:before{content:"\e057"}.et-scope:before{content:"\e058"}.et-alarmclock:before{content:"\e059"}.et-refresh:before{content:"\e05a"}.et-happy:before{content:"\e05b"}.et-sad:before{content:"\e05c"}.et-facebook:before{content:"\e05d"}.et-twitter:before{content:"\e05e"}.et-googleplus:before{content:"\e05f"}.et-rss:before{content:"\e060"}.et-tumblr:before{content:"\e061"}.et-linkedin:before{content:"\e062"}.et-dribbble:before{content:"\e063"} [class^="sl-"], [class*=" sl-"], [class^="sl-"]:before, [class*=" sl-"]:before {
font-family: 'simple-line-icons';
font-style: inherit; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: auto;
speak: none;
font-weight: normal;
}
.sl-user:before{content:"\e005"}.sl-people:before{content:"\e001"}.sl-user-female:before{content:"\e000"}.sl-user-follow:before{content:"\e002"}.sl-user-following:before{content:"\e003"}.sl-user-unfollow:before{content:"\e004"}.sl-login:before{content:"\e066"}.sl-logout:before{content:"\e065"}.sl-emotsmile:before{content:"\e021"}.sl-phone:before{content:"\e600"}.sl-call-end:before{content:"\e048"}.sl-call-in:before{content:"\e047"}.sl-call-out:before{content:"\e046"}.sl-map:before{content:"\e033"}.sl-location-pin:before{content:"\e096"}.sl-direction:before{content:"\e042"}.sl-directions:before{content:"\e041"}.sl-compass:before{content:"\e045"}.sl-layers:before{content:"\e034"}.sl-menu:before{content:"\e601"}.sl-list:before{content:"\e067"}.sl-options-vertical:before{content:"\e602"}.sl-options:before{content:"\e603"}.sl-arrow-down:before{content:"\e604"}.sl-arrow-left:before{content:"\e605"}.sl-arrow-right:before{content:"\e606"}.sl-arrow-up:before{content:"\e607"}.sl-arrow-up-circle:before{content:"\e078"}.sl-arrow-left-circle:before{content:"\e07a"}.sl-arrow-right-circle:before{content:"\e079"}.sl-arrow-down-circle:before{content:"\e07b"}.sl-check:before{content:"\e080"}.sl-clock:before{content:"\e081"}.sl-plus:before{content:"\e095"}.sl-close:before{content:"\e082"}.sl-trophy:before{content:"\e006"}.sl-screen-smartphone:before{content:"\e010"}.sl-screen-desktop:before{content:"\e011"}.sl-plane:before{content:"\e012"}.sl-notebook:before{content:"\e013"}.sl-mustache:before{content:"\e014"}.sl-mouse:before{content:"\e015"}.sl-magnet:before{content:"\e016"}.sl-energy:before{content:"\e020"}.sl-disc:before{content:"\e022"}.sl-cursor:before{content:"\e06e"}.sl-cursor-move:before{content:"\e023"}.sl-crop:before{content:"\e024"}.sl-chemistry:before{content:"\e026"}.sl-speedometer:before{content:"\e007"}.sl-shield:before{content:"\e00e"}.sl-screen-tablet:before{content:"\e00f"}.sl-magic-wand:before{content:"\e017"}.sl-hourglass:before{content:"\e018"}.sl-graduation:before{content:"\e019"}.sl-ghost:before{content:"\e01a"}.sl-game-controller:before{content:"\e01b"}.sl-fire:before{content:"\e01c"}.sl-eyeglass:before{content:"\e01d"}.sl-envelope-open:before{content:"\e01e"}.sl-envolope-letter:before{content:"\e01f"}.sl-bell:before{content:"\e027"}.sl-badge:before{content:"\e028"}.sl-anchor:before{content:"\e029"}.sl-wallet:before{content:"\e02a"}.sl-vector:before{content:"\e02b"}.sl-speech:before{content:"\e02c"}.sl-puzzle:before{content:"\e02d"}.sl-printer:before{content:"\e02e"}.sl-present:before{content:"\e02f"}.sl-playlist:before{content:"\e030"}.sl-pin:before{content:"\e031"}.sl-picture:before{content:"\e032"}.sl-handbag:before{content:"\e035"}.sl-globe-alt:before{content:"\e036"}.sl-globe:before{content:"\e037"}.sl-folder-alt:before{content:"\e039"}.sl-folder:before{content:"\e089"}.sl-film:before{content:"\e03a"}.sl-feed:before{content:"\e03b"}.sl-drop:before{content:"\e03e"}.sl-drawar:before{content:"\e03f"}.sl-docs:before{content:"\e040"}.sl-doc:before{content:"\e085"}.sl-diamond:before{content:"\e043"}.sl-cup:before{content:"\e044"}.sl-calculator:before{content:"\e049"}.sl-bubbles:before{content:"\e04a"}.sl-briefcase:before{content:"\e04b"}.sl-book-open:before{content:"\e04c"}.sl-basket-loaded:before{content:"\e04d"}.sl-basket:before{content:"\e04e"}.sl-bag:before{content:"\e04f"}.sl-action-undo:before{content:"\e050"}.sl-action-redo:before{content:"\e051"}.sl-wrench:before{content:"\e052"}.sl-umbrella:before{content:"\e053"}.sl-trash:before{content:"\e054"}.sl-tag:before{content:"\e055"}.sl-support:before{content:"\e056"}.sl-frame:before{content:"\e038"}.sl-size-fullscreen:before{content:"\e057"}.sl-size-actual:before{content:"\e058"}.sl-shuffle:before{content:"\e059"}.sl-share-alt:before{content:"\e05a"}.sl-share:before{content:"\e05b"}.sl-rocket:before{content:"\e05c"}.sl-question:before{content:"\e05d"}.sl-pie-chart:before{content:"\e05e"}.sl-pencil:before{content:"\e05f"}.sl-note:before{content:"\e060"}.sl-loop:before{content:"\e064"}.sl-home:before{content:"\e069"}.sl-grid:before{content:"\e06a"}.sl-graph:before{content:"\e06b"}.sl-microphone:before{content:"\e063"}.sl-music-tone-alt:before{content:"\e061"}.sl-music-tone:before{content:"\e062"}.sl-earphones-alt:before{content:"\e03c"}.sl-earphones:before{content:"\e03d"}.sl-equalizer:before{content:"\e06c"}.sl-like:before{content:"\e068"}.sl-dislike:before{content:"\e06d"}.sl-control-start:before{content:"\e06f"}.sl-control-rewind:before{content:"\e070"}.sl-control-play:before{content:"\e071"}.sl-control-pause:before{content:"\e072"}.sl-control-forward:before{content:"\e073"}.sl-control-end:before{content:"\e074"}.sl-volume-1:before{content:"\e09f"}.sl-volume-2:before{content:"\e0a0"}.sl-volume-off:before{content:"\e0a1"}.sl-calender:before{content:"\e075"}.sl-bulb:before{content:"\e076"}.sl-chart:before{content:"\e077"}.sl-ban:before{content:"\e07c"}.sl-bubble:before{content:"\e07d"}.sl-camrecorder:before{content:"\e07e"}.sl-camera:before{content:"\e07f"}.sl-cloud-download:before{content:"\e083"}.sl-cloud-upload:before{content:"\e084"}.sl-envolope:before{content:"\e086"}.sl-eye:before{content:"\e087"}.sl-flag:before{content:"\e088"}.sl-heart:before{content:"\e08a"}.sl-info:before{content:"\e08b"}.sl-key:before{content:"\e08c"}.sl-link:before{content:"\e08d"}.sl-lock:before{content:"\e08e"}.sl-lock-open:before{content:"\e08f"}.sl-magnifier:before{content:"\e090"}.sl-magnifier-add:before{content:"\e091"}.sl-magnifier-remove:before{content:"\e092"}.sl-paper-clip:before{content:"\e093"}.sl-paper-plane:before{content:"\e094"}.sl-power:before{content:"\e097"}.sl-refresh:before{content:"\e098"}.sl-reload:before{content:"\e099"}.sl-settings:before{content:"\e09a"}.sl-star:before{content:"\e09b"}.sl-symble-female:before{content:"\e09c"}.sl-symbol-male:before{content:"\e09d"}.sl-target:before{content:"\e09e"}.sl-credit-card:before{content:"\e025"}.sl-paypal:before{content:"\e608"}.sl-social-tumblr:before{content:"\e00a"}.sl-social-twitter:before{content:"\e009"}.sl-social-facebook:before{content:"\e00b"}.sl-social-instagram:before{content:"\e609"}.sl-social-linkedin:before{content:"\e60a"}.sl-social-pintarest:before{content:"\e60b"}.sl-social-github:before{content:"\e60c"}.sl-social-gplus:before{content:"\e60d"}.sl-social-reddit:before{content:"\e60e"}.sl-social-skype:before{content:"\e60f"}.sl-social-dribbble:before{content:"\e00d"}.sl-social-behance:before{content:"\e610"}.sl-social-foursqare:before{content:"\e611"}.sl-social-soundcloud:before{content:"\e612"}.sl-social-spotify:before{content:"\e613"}.sl-social-stumbleupon:before{content:"\e614"}.sl-social-youtube:before{content:"\e008"}.sl-social-dropbox:before{content:"\e00c"}  [class^="fa-"], [class*=" fa-"], [class^="fa-"]:before, [class*=" fa-"]:before,
[class^="fab-"], [class*=" fab-"], [class^="fab-"]:before, [class*=" fab-"]:before {
font-family: 'FontAwesome';
font-style: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display:inline-block;
text-rendering: auto;
speak: none;
font-weight: normal;
}
[class^="fab-"], [class*=" fab-"], [class^="fab-"]:before, [class*=" fab-"]:before {
font-family: 'FontAwesomeBrands';
} .fa-fw,.fa-li{text-align:center}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.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(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-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);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fab-accessible-icon:before{content:"\f368"}.fab-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fab-adn:before{content:"\f170"}.fab-adversal:before{content:"\f36a"}.fab-affiliatetheme:before{content:"\f36b"}.fab-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fab-amazon:before{content:"\f270"}.fab-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fab-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fab-android:before{content:"\f17b"}.fab-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fab-angrycreative:before{content:"\f36e"}.fab-angular:before{content:"\f420"}.fab-app-store:before{content:"\f36f"}.fab-app-store-ios:before{content:"\f370"}.fab-apper:before{content:"\f371"}.fab-apple:before{content:"\f179"}.fab-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fab-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fab-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fab-autoprefixer:before{content:"\f41c"}.fab-avianex:before{content:"\f374"}.fab-aviato:before{content:"\f421"}.fab-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fab-behance:before{content:"\f1b4"}.fab-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fab-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fab-bitbucket:before{content:"\f171"}.fab-bitcoin:before{content:"\f379"}.fab-bity:before{content:"\f37a"}.fab-black-tie:before{content:"\f27e"}.fab-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fab-blogger:before{content:"\f37c"}.fab-blogger-b:before{content:"\f37d"}.fab-bluetooth:before{content:"\f293"}.fab-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fab-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fab-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fab-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fab-cc-amazon-pay:before{content:"\f42d"}.fab-cc-amex:before{content:"\f1f3"}.fab-cc-apple-pay:before{content:"\f416"}.fab-cc-diners-club:before{content:"\f24c"}.fab-cc-discover:before{content:"\f1f2"}.fab-cc-jcb:before{content:"\f24b"}.fab-cc-mastercard:before{content:"\f1f1"}.fab-cc-paypal:before{content:"\f1f4"}.fab-cc-stripe:before{content:"\f1f5"}.fab-cc-visa:before{content:"\f1f0"}.fab-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fab-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fab-cloudscale:before{content:"\f383"}.fab-cloudsmith:before{content:"\f384"}.fab-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fab-codepen:before{content:"\f1cb"}.fab-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fab-connectdevelop:before{content:"\f20e"}.fab-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fab-cpanel:before{content:"\f388"}.fab-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fab-css3:before{content:"\f13c"}.fab-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fab-cuttlefish:before{content:"\f38c"}.fab-d-and-d:before{content:"\f38d"}.fab-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fab-delicious:before{content:"\f1a5"}.fab-deploydog:before{content:"\f38e"}.fab-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fab-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fab-digg:before{content:"\f1a6"}.fab-digital-ocean:before{content:"\f391"}.fab-discord:before{content:"\f392"}.fab-discourse:before{content:"\f393"}.fa-dna:before{content:"\f471"}.fab-dochub:before{content:"\f394"}.fab-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fab-draft2digital:before{content:"\f396"}.fab-dribbble:before{content:"\f17d"}.fab-dribbble-square:before{content:"\f397"}.fab-dropbox:before{content:"\f16b"}.fab-drupal:before{content:"\f1a9"}.fab-dyalog:before{content:"\f399"}.fab-earlybirds:before{content:"\f39a"}.fab-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fab-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fab-ember:before{content:"\f423"}.fab-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fab-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fab-ethereum:before{content:"\f42e"}.fab-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fab-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fab-facebook:before{content:"\f09a"}.fab-facebook-f:before{content:"\f39e"}.fab-facebook-messenger:before{content:"\f39f"}.fab-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fab-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fab-first-order:before{content:"\f2b0"}.fab-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fab-flickr:before{content:"\f16e"}.fab-flipboard:before{content:"\f44d"}.fab-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fab-font-awesome:before{content:"\f2b4"}.fab-font-awesome-alt:before{content:"\f35c"}.fab-font-awesome-flag:before{content:"\f425"}.fab-fonticons:before{content:"\f280"}.fab-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fab-fort-awesome:before{content:"\f286"}.fab-fort-awesome-alt:before{content:"\f3a3"}.fab-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fab-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fab-get-pocket:before{content:"\f265"}.fab-gg:before{content:"\f260"}.fab-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fab-git:before{content:"\f1d3"}.fab-git-square:before{content:"\f1d2"}.fab-github:before{content:"\f09b"}.fab-github-alt:before{content:"\f113"}.fab-github-square:before{content:"\f092"}.fab-gitkraken:before{content:"\f3a6"}.fab-gitlab:before{content:"\f296"}.fab-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fab-glide:before{content:"\f2a5"}.fab-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fab-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fab-goodreads:before{content:"\f3a8"}.fab-goodreads-g:before{content:"\f3a9"}.fab-google:before{content:"\f1a0"}.fab-google-drive:before{content:"\f3aa"}.fab-google-play:before{content:"\f3ab"}.fab-google-plus:before{content:"\f2b3"}.fab-google-plus-g:before{content:"\f0d5"}.fab-google-plus-square:before{content:"\f0d4"}.fab-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fab-gratipay:before{content:"\f184"}.fab-grav:before{content:"\f2d6"}.fab-gripfire:before{content:"\f3ac"}.fab-grunt:before{content:"\f3ad"}.fab-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fab-hacker-news:before{content:"\f1d4"}.fab-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fab-hips:before{content:"\f452"}.fab-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fab-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fab-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fab-houzz:before{content:"\f27c"}.fab-html5:before{content:"\f13b"}.fab-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fab-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fab-instagram:before{content:"\f16d"}.fab-internet-explorer:before{content:"\f26b"}.fab-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fab-itunes:before{content:"\f3b4"}.fab-itunes-note:before{content:"\f3b5"}.fab-java:before{content:"\f4e4"}.fab-jenkins:before{content:"\f3b6"}.fab-joget:before{content:"\f3b7"}.fab-joomla:before{content:"\f1aa"}.fab-js:before{content:"\f3b8"}.fab-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fab-keycdn:before{content:"\f3ba"}.fab-kickstarter:before{content:"\f3bb"}.fab-kickstarter-k:before{content:"\f3bc"}.fab-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fab-laravel:before{content:"\f3bd"}.fab-lastfm:before{content:"\f202"}.fab-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fab-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fab-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fab-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fab-linkedin:before{content:"\f08c"}.fab-linkedin-in:before{content:"\f0e1"}.fab-linode:before{content:"\f2b8"}.fab-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fab-lyft:before{content:"\f3c3"}.fab-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fab-maxcdn:before{content:"\f136"}.fab-medapps:before{content:"\f3c6"}.fab-medium:before{content:"\f23a"}.fab-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fab-medrt:before{content:"\f3c8"}.fab-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fab-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fab-mix:before{content:"\f3cb"}.fab-mixcloud:before{content:"\f289"}.fab-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fab-modx:before{content:"\f285"}.fab-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fab-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fab-node:before{content:"\f419"}.fab-node-js:before{content:"\f3d3"}.fa-notes-medical:before{content:"\f481"}.fab-npm:before{content:"\f3d4"}.fab-ns8:before{content:"\f3d5"}.fab-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fab-odnoklassniki:before{content:"\f263"}.fab-odnoklassniki-square:before{content:"\f264"}.fab-opencart:before{content:"\f23d"}.fab-openid:before{content:"\f19b"}.fab-opera:before{content:"\f26a"}.fab-optin-monster:before{content:"\f23c"}.fab-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fab-page4:before{content:"\f3d7"}.fab-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fab-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fab-periscope:before{content:"\f3da"}.fab-phabricator:before{content:"\f3db"}.fab-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fab-php:before{content:"\f457"}.fab-pied-piper:before{content:"\f2ae"}.fab-pied-piper-alt:before{content:"\f1a8"}.fab-pied-piper-hat:before{content:"\f4e5"}.fab-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fab-pinterest:before{content:"\f0d2"}.fab-pinterest-p:before{content:"\f231"}.fab-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fab-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fab-product-hunt:before{content:"\f288"}.fab-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fab-python:before{content:"\f3e2"}.fab-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fab-quinscape:before{content:"\f459"}.fab-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fab-ravelry:before{content:"\f2d9"}.fab-react:before{content:"\f41b"}.fab-readme:before{content:"\f4d5"}.fab-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fab-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fab-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fab-rendact:before{content:"\f3e4"}.fab-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fab-replyd:before{content:"\f3e6"}.fab-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fab-rocketchat:before{content:"\f3e8"}.fab-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fab-safari:before{content:"\f267"}.fab-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fab-schlix:before{content:"\f3ea"}.fab-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fab-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fab-sellcast:before{content:"\f2da"}.fab-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fab-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fab-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fab-simplybuilt:before{content:"\f215"}.fab-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fab-skyatlas:before{content:"\f216"}.fab-skype:before{content:"\f17e"}.fab-slack:before{content:"\f198"}.fab-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fab-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smoking:before{content:"\f48d"}.fa-snapchat:before{content:"\f2ab"}.fab-snapchat-ghost:before{content:"\f2ac"}.fab-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fab-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fab-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fab-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fab-stack-exchange:before{content:"\f18d"}.fab-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fab-staylinked:before{content:"\f3f5"}.fab-steam:before{content:"\f1b6"}.fab-steam-square:before{content:"\f1b7"}.fab-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fab-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fab-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fab-stripe:before{content:"\f429"}.fab-stripe-s:before{content:"\f42a"}.fab-studiovinari:before{content:"\f3f8"}.fab-stumbleupon:before{content:"\f1a4"}.fab-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fab-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fab-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fab-telegram:before{content:"\f2c6"}.fab-telegram-plane:before{content:"\f3fe"}.fab-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fab-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fab-trello:before{content:"\f181"}.fab-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tty:before{content:"\f1e4"}.fab-tumblr:before{content:"\f173"}.fab-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fab-twitch:before{content:"\f1e8"}.fab-twitter:before{content:"\f099"}.fab-twitter-square:before{content:"\f081"}.fab-typo3:before{content:"\f42b"}.fab-uber:before{content:"\f402"}.fab-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fab-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fab-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fab-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fab-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fab-viacoin:before{content:"\f237"}.fab-viadeo:before{content:"\f2a9"}.fab-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fab-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fab-vimeo:before{content:"\f40a"}.fab-vimeo-square:before{content:"\f194"}.fab-vimeo-v:before{content:"\f27d"}.fab-vine:before{content:"\f1ca"}.fab-vk:before{content:"\f189"}.fab-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fab-vuejs:before{content:"\f41f"}.fa-warehouse:before{content:"\f494"}.fab-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fab-weixin:before{content:"\f1d7"}.fab-whatsapp:before{content:"\f232"}.fab-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fab-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fab-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fab-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-won-sign:before{content:"\f159"}.fab-wordpress:before{content:"\f19a"}.fab-wordpress-simple:before{content:"\f411"}.fab-wpbeginner:before{content:"\f297"}.fab-wpexplorer:before{content:"\f2de"}.fab-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fab-xbox:before{content:"\f412"}.fab-xing:before{content:"\f168"}.fab-xing-square:before{content:"\f169"}.fab-y-combinator:before{content:"\f23b"}.fab-yahoo:before{content:"\f19e"}.fab-yandex:before{content:"\f413"}.fab-yandex-international:before{content:"\f414"}.fab-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fab-yoast:before{content:"\f2b1"}.fab-youtube:before{content:"\f167"}.fab-youtube-square:before{content:"\f431"}