/**************/
/*** LAYOUT ***/
/**************/

/* Feed container */
#sb_instagram {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sb_instagram:after{
    content: "";
    display: table;
    clear: both;
}

/*********************/
/*** STYLE OPTIONS ***/
/*********************/
#sb_instagram.sbi_fixed_height{
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sb_instagram #sbi_images{
    width: 100%;
    float: left;
    line-height: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Animate the height of the container for layout feeds */
#sb_instagram.sbi_masonry #sbi_images,
#sb_instagram.sbi_highlight #sbi_images{
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

#sb_instagram a { border-bottom: 0 !important; }

/* Items */
#sb_instagram #sbi_images .sbi_item{
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;

    max-height: 1000px;
    padding: inherit !important;
    margin: 0 !important;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* Transition items in */
#sb_instagram #sbi_images .sbi_item.sbi_transition{
    opacity: 0;
    max-height: 0;
}

/* Override transition for other layouts */
#sb_instagram.sbi_masonry #sbi_images .sbi_item,
#sb_instagram.sbi_highlight #sbi_images .sbi_item{
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
#sb_instagram.sbi_masonry #sbi_images .sbi_item.sbi_transition,
#sb_instagram.sbi_highlight #sbi_images .sbi_item.sbi_transition{
    opacity: 0;
    max-height: 1000px;
}
/* Carousel in transition */
#sb_instagram #sbi_images.sbi_carousel .sbi_item,
#sb_instagram #sbi_images.sbi_carousel .sbi_item.sbi_transition{
    opacity: 1;
    max-height: 1000px;
}

#sb_instagram.sbi_carousel_2_row #sbi_images.sbi_carousel .sbi_item {
    width: 100%;
}

/* Cols */
#sb_instagram.sbi_col_1 #sbi_images .sbi_item{ width: 100%; }
#sb_instagram.sbi_col_2 #sbi_images .sbi_item{ width: 50%; }
#sb_instagram.sbi_col_3 #sbi_images .sbi_item{ width: 33.33%; }
#sb_instagram.sbi_col_4 #sbi_images .sbi_item{ width: 25%; }
#sb_instagram.sbi_col_5 #sbi_images .sbi_item{ width: 20%; }
#sb_instagram.sbi_col_6 #sbi_images .sbi_item{ width: 16.66%; }
#sb_instagram.sbi_col_7 #sbi_images .sbi_item{ width: 14.28%; }
#sb_instagram.sbi_col_8 #sbi_images .sbi_item{ width: 12.5%; }
#sb_instagram.sbi_col_9 #sbi_images .sbi_item{ width: 11.11%; }
#sb_instagram.sbi_col_10 #sbi_images .sbi_item{ width: 10%; }

/* Disable mobile layout */
#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item{ width: 100%; }
#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item{ width: 50%; }
#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item{ width: 33.33%; }
#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item{ width: 25%; }
#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item{ width: 20%; }
#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item{ width: 16.66%; }
#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images .sbi_item{ width: 14.28%; }
#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item{ width: 12.5%; }
#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images .sbi_item{ width: 11.11%; }
#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item{ width: 10%; }

/* Photos */
.sbi-screenreader{text-indent: -9999px !important;display: block !important;width: 0 !important;height: 0 !important;line-height: 0 !important;}
#sb_instagram .sbi_photo_wrap{
    position: relative;
}
#sb_instagram .sbi_photo{
    display: block;
    text-decoration: none;
}
#sb_instagram .sbi_photo img{
    width: 100%;
    height: auto;
    border-radius: 0;
}
#sb_instagram .sbi_photo video{
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 0;
}
#sb_instagram #sbi_images img{
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    opacity: 1 !important;
    font-size: 10px !important;
    line-height: 0.9;
    color: #999;
}
#sb_instagram .sbi_link.sbi_disable_lightbox {
    display: none !important;
}
#sb_instagram .sbi_link{
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 0;
    background: #333;
    background: rgba(0,0,0,0.6);
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
    overflow: hidden;
}
#sb_instagram .sbi_link.sbi_default p,
#sb_instagram .sbi_link.sbi_default span,
#sb_instagram .sbi_link.sbi_default a{
    text-shadow: 0px 0px 10px #000;
}
#sb_instagram .sbi_link .sbi_username a,
#sb_instagram .sbi_link .sbi_instagram_link,
#sb_instagram .sbi_link .sbi_hover_bottom,
#sb_instagram .sbi_link .sbi_playbtn,
#sb_instagram .sbi_link .sbi_lightbox_link,
#sb_instagram .sbi_link .svg-inline--fa.fa-play{
    filter: alpha(opacity=90);
    opacity: 0.9;
}
#sb_instagram .sbi_link .sbi_username a:hover,
#sb_instagram .sbi_link .sbi_instagram_link:hover,
#sb_instagram .sbi_link .sbi_playbtn:hover,
#sb_instagram .sbi_link .sbi_lightbox_link:hover,
#sb_instagram .sbi_link .svg-inline--fa.fa-play:hover{
    filter: alpha(opacity=100);
    opacity: 1;
}
#sb_instagram .sbi_link_area{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#sb_instagram .sbi_link a{
    padding: 0;
    text-decoration: none;
    color: #ddd;
    color: rgba(255,255,255,0.7);
    line-height: 1.1;
    background: none;

    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
#sb_instagram .sbi_link a:hover,
#sb_instagram .sbi_link a:active{
    color: #fff;
}

#sb_instagram .sbi_link .sbi_lightbox_link{
    display: block;
    /*display: none;*/
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    margin-top: -24px;
    margin-left: -21px;
    padding: 0;
    font-size: 49px;
    font-style: normal !important;
}
#sb_instagram .sbi_type_video .sbi_lightbox_link,
#sb_instagram .sbi_carousel_vid_first .sbi_lightbox_link{
    display: none;
}

#sb_instagram .sbi_link .sbi_instagram_link{
    /*float: right;*/
    font-size: 30px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 2px;
    padding: 8px;
}
#sb_instagram .sbi_link a:hover,
#sb_instagram .sbi_link a:focus{
    text-decoration: underline;
}

/* Date */
#sb_instagram .sbi_hover_top,
#sb_instagram .sbi_hover_bottom{
    position: absolute;
    width: 98%;
    text-align: center;
    padding: 1% !important;
    margin: 0 !important;
    font-size: 12px;
    color: #ddd;
    color: rgba(255,255,255,1);
}
#sb_instagram .sbi_username{
    top: 0;
    margin: 0;
}
#sb_instagram .sbi_username a{
    padding: 10px 10px 0 10px;
    position: relative;
    z-index: 2;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#sb_instagram .sbi_link .sbi_caption{
    line-height: 1;
    padding-top: 10px;
}
#sb_instagram .sbi_hover_bottom{
    bottom: 10px;
    line-height: 1;
    z-index: 2;
}
#sb_instagram .sbi_hover_bottom p{
    margin: 0;
    padding: 0;
}
#sb_instagram .sbi_date,
#sb_instagram .sbi_location{
    padding: 0 5px;
    margin: 3px 0;
    display: inline-block;
}
#sb_instagram .sbi_hover_bottom .fa,
#sb_instagram .sbi_hover_bottom svg{
    margin: 0 5px 0 0;
}
#sb_instagram .sbi_hover_bottom .sbi_location{
    line-height: 1;
    width: 100%;
    padding: 0 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sb_instagram .sbi_hover_bottom .sbi_meta{
    padding: 5px 0 0 0;
}

/* Medium */
#sb_instagram.sbi_medium .sbi_username a{
    font-size: 11px;
}
#sb_instagram.sbi_medium .sbi_lightbox_link,
#sb_instagram.sbi_medium .sbi_instagram_link,
#sb_instagram.sbi_medium .sbi_playbtn,
#sb_instagram.sbi_medium .sbi_link .svg-inline--fa.fa-play{
    margin-top: -12px;
    margin-left: -10px;
}
#sb_instagram.sbi_medium .sbi_lightbox_link,
#sb_instagram.sbi_medium .sbi_instagram_link,
#sb_instagram.sbi_medium .sbi_playbtn,
#sb_instagram.sbi_medium .sbi_photo_wrap .fa-clone,
#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play{
    font-size: 23px;
}
#sb_instagram.sbi_medium .sbi_instagram_link{
    margin: 0;
    padding: 6px;
}
#sb_instagram.sbi_medium .sbi_hover_bottom{
    bottom: 7px;
    font-size: 11px;
}
#sb_instagram.sbi_medium .sbi_playbtn,
#sb_instagram.sbi_medium .svg-inline--fa.fa-play{
    margin-left: -10px;
}
#sb_instagram.sbi_medium .sbi_hover_bottom .sbi_location{
    padding: 0 30px;
}
#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{
    right: 8px;
    top: 8px;
}

/* Small */
#sb_instagram.sbi_small .sbi_username a{
    padding: 3px 2px;
    font-size: 10px;
    line-height: 1;
}
#sb_instagram.sbi_small .sbi_lightbox_link,
#sb_instagram.sbi_small .sbi_instagram_link,
#sb_instagram.sbi_small .sbi_playbtn,
#sb_instagram.sbi_small .svg-inline--fa.fa-play{
    margin-top: -9px;
    margin-left: -7px;
}
#sb_instagram.sbi_small .sbi_lightbox_link,
#sb_instagram.sbi_small .sbi_instagram_link,
#sb_instagram.sbi_small .sbi_playbtn,
#sb_instagram.sbi_small .sbi_photo_wrap .fa-clone,
#sb_instagram.sbi_small .sbi_type_video .svg-inline--fa.fa-play,
#sb_instagram.sbi_small .sbi_carousel_vid_first .svg-inline--fa.fa-play{
    font-size: 18px;
}
#sb_instagram.sbi_small .sbi_instagram_link{
    margin: 0;
    padding: 4px 3px;
    font-size: 14px;
}
#sb_instagram.sbi_small .sbi_hover_bottom{
    bottom: 3px;
    font-size: 10px;
}
#sb_instagram.sbi_small .sbi_hover_bottom .sbi_location{
    padding: 0 18px;
}
#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{
    right: 5px;
    top: 5px;
    font-size: 12px;
}


/* Post info */
#sb_instagram .sbi_info{
    width: 100%;
    float: left;
    clear: both;
    text-decoration: none;
    color: #666;
    text-align: center;
}
#sb_instagram.sbi_highlight .sbi_info { display: none; }
#sb_instagram .sbi_info p{
    width: 100%;
    clear: both;
    padding: 5px 5px 2px 5px !important;
    margin: 0 !important;
    line-height: 1.2;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sb_instagram .sbi_expand{
    display: none;
}

/* Caption */
#sb_instagram .sbi_caption{
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/* Meta */
#sb_instagram .sbi_meta{
    line-height: 1.1;
    padding: 4px 0 8px 0;
}
#sb_instagram .sbi_meta span{
    margin: 0 5px !important;
    font-size: 11px;
}
#sb_instagram .sbi_meta i,
#sb_instagram .sbi_meta svg{
    margin-right: 5px !important;
    font-size: 13px;
}
#sb_instagram .sbi_lightbox_link .fa-arrows-alt {
    display: none;
}


/* VIDEO */
.sbi_video{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.sbi_video_lightbox .sbi_video,
#sbi_lightbox .sbi_owl-wrapper .sbi_video{
    display: block;
}
/*
#sbi_lightbox.sbi_video_lightbox .sbi_lb-image{
  display: none !important;
  /* Show photo in IE7 as doesn't support video *//*
  *display: block !important;
}
*/

/* Video play button */
.sbi_playbtn,
#sb_instagram .svg-inline--fa.fa-play{
    display: none !important;
}
.sbi_type_video .sbi_playbtn,
.sbi_carousel_vid_first .sbi_playbtn,
.sbi_type_carousel .fa-clone,
#sb_instagram .sbi_carousel_vid_first .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play{
    display: block !important;
    position: absolute;
    z-index: 1;

    padding: 0;
    font-size: 48px;
    color: #fff;
    color: rgba(255,255,255,0.9);
    font-style: normal !important;
    text-shadow: 0 0 8px rgba(0,0,0,0.8);
}
.sbi_type_video .sbi_playbtn,
.sbi_carousel_vid_first .sbi_playbtn,
.sbi_link .svg-inline--fa.fa-play{
    top: 50%;
    left: 50%;

    margin-top: -24px;
    margin-left: -19px;
}
#sb_instagram .sbi_type_carousel .fa-clone{
    right: 12px;
    top: 12px;
    font-size: 24px;
    text-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.sbi_type_carousel svg.fa-clone,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
.sbi_carousel_vid_first .svg-inline--fa.fa-play{
    -webkit-filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );
    filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );
}
/* Don't apply text shadow to play button on hover link */
#sb_instagram .sbi_type_video .sbi_link .sbi_playbtn,
#sb_instagram .sbi_carousel_vid_first .sbi_link .sbi_playbtn{
    text-shadow: none;
}

.sbi_lb_lightbox-carousel-video {
    position: relative !important;
}



/* Media queries */
@media all and (max-width: 640px){
    /* Make 3-6 cols into 2 col */
    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item{
        width: 50%;
    }
    /* Make 7-10 cols into 4 col */
    #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images .sbi_item{
        width: 25%;
    }
    #sb_instagram.sbi_col_2 #sbi_images .sbi_item{ width: 50%; }
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item{ width: 33.33%; }
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item{ width: 25%; }
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item{ width: 20%; }
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item{ width: 16.66%; }
    #sb_instagram.sbi_col_7 #sbi_images .sbi_item{ width: 14.28%; }
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item{ width: 12.5%; }
    #sb_instagram.sbi_col_9 #sbi_images .sbi_item{ width: 11.11%; }
    #sb_instagram.sbi_col_10 #sbi_images .sbi_item{ width: 10%; }
    /* On mobile make the min-width 100% */
    #sb_instagram.sbi_width_resp{
        width: 100% !important;
    }
}
@media all and (max-width: 480px){
    /* Make all cols into 1 col */
    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item{
        width: 100%;
    }
    #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item{ width: 50%; }
    #sb_instagram.sbi_mob_col_3 #sbi_images .sbi_item{ width: 33.33%; }
    #sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item{ width: 25%; }
    #sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item{ width: 20%; }
    #sb_instagram.sbi_mob_col_6 #sbi_images .sbi_item{ width: 16.66%; }
    #sb_instagram.sbi_mob_col_7 #sbi_images .sbi_item{ width: 14.28%; }
}


/* Lightbox */
/* Preload images */
body:after {
    content: url(/xwp/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.png);
    display: none;
}
.sbi_lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.9;
    display: none;
}
.sbi_lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}
.sbi_lightbox .sbi_lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image{
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.sbi_lightbox a:hover,
.sbi_lightbox a:focus,
.sbi_lightbox a:active{
    outline: none;
}
.sbi_lightbox a img {
    border: none;
}
.sbi_lb-outerContainer {
    position: relative;
    background-color: #000;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto 5px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.sbi_lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}
.sbi_lb-container-wrapper{
    height: 100%;
}
.sbi_lb-container {
    position: relative;
    padding: 4px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}
.sbi_lb-loader {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 20px;
    margin-top: -10px;
    text-align: center;
    line-height: 0;
}
.sbi_lb-loader span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: url(/xwp/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.png) no-repeat;
}
.sbi_lb-nav {
    /*position: absolute;*/
    top: 0;
    left: 0;
    /*height: 100%;*/
    width: 100%;
    z-index: 10;
    /*pointer-events: none;*/
}
.sbi_lb-container > .nav {
    left: 0;
}
.sbi_lb-nav a {
    position: absolute;
    z-index: 100;
    top: 0;
    height: 90%;
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}


/* Arrows */
.sbi_lb-prev, .sbi_lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}
.sbi_lb-nav a.sbi_lb-prev {
    /*width: 30%;*/
    width: 50px;
    left: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;

}

.sbi_lb-nav a.sbi_lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.sbi_lb-nav a.sbi_lb-next {
    /*width: 30%;*/
    width: 50px;
    right: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;

}

.sbi_lb-nav a.sbi_lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.sbi_lb-nav span{
    display: block;
    top: 55%;
    position: absolute;
    left: 20px;
    width: 34px;
    height: 45px;
    margin: -25px 0 0 0;
    background: url(/xwp/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.png) no-repeat;
}
.sbi_lb-nav a.sbi_lb-prev span{
    background-position: -53px 0;
}
.sbi_lb-nav a.sbi_lb-next span{
    left: auto;
    right: 20px;
    background-position: -18px 0;
}

.sbi_lb-dataContainer {
    margin: 0 auto;
    padding-top: 10px;
    *zoom: 1;
    width: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;

    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer{
    position: relative;
    padding-right: 300px;
    background: #fff;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {
    position: relative;
    background: #000;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    width: 300px !important;
    position: absolute;
    top: 0;
    right: -300px;
    height: 100%;
    bottom: 0;
    background: #fff;
    line-height: 1.4;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
}
.sbi_lb-dataContainer:after,
.sbi_lb-data:after,
.sbi_lb-commentBox:after {
    content: "";
    display: table;
    clear: both;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox{
    display: block !important;
    width: 100%;
    margin-top: 20px;
    padding: 4px;
}
#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {
    padding-bottom: 0;
}
#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {
    display: inline-block;
    padding-top: 10px;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment{
    display: block !important;
    width: 100%;
    min-width: 100%;
    float: left;
    clear: both;
    font-size: 12px;
    padding: 3px 20px 3px 0;
    margin: 0 0 1px 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    font-weight: 700;
    margin-right: 5px;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p{
    text-align: left;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{
    box-sizing: border-box;
    padding: 15px 20px;
}
.sbi_lb-data {
    padding: 0 4px;
    color: #ccc;
}
.sbi_lb-data .sbi_lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1;
}
.sbi_lb-data .sbi_lb-caption {
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 3px;
    color: #ccc;

    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.sbi_lb-data .sbi_lb-caption a{
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
}
.sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lb-commenter:hover{
    color: #fff;
    text-decoration: underline;
}
.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username{
    float: left;
    width: 100%;
    color: #ccc;
    padding-bottom: 0;
    display: block;
    margin: 0 0 5px 0;
}
.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p{
    color: #fff;
    text-decoration: underline;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    color: #333;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p{
    color: #333;
}

.sbi_lightbox .sbi_lightbox_username img {
    float: left;
    border: none;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background: #666;

    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.sbi_lightbox_username p{
    float: left;
    margin: 0;
    padding: 0;
    color: #ccc;
    line-height: 32px;
    font-weight: bold;
    font-size: 13px;
}

.sbi_lb-data .sbi_lb-number {
    display: block;
    float: left;
    clear: both;
    padding: 5px 0 15px 0;
    font-size: 12px;
    color: #999999;
}
.sbi_lb-data .sbi_lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 18px; /* Hides icon font X */
    color: #aaa;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.sbi_lb-data .sbi_lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    color: #fff;
}

/* Lightbox video - must go after lighbox CSS */
/* Leave a gap at the bottom of the nav for video controls */
.sbi_lb-nav {
    height: auto;
}
.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {
    position: relative !important;
}
/* Remove 4px padding from lightbox container so video lines up */
.sbi_lb-container{
    padding: 0;
}

/* Mod link to remove image */
#sbi_mod_link, #sbi_mod_error{
    display: none;
}
#sbi_mod_error{
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    clear: both;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#sbi_mod_error p{
    padding: 5px 0 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
}
#sbi_mod_error p:first-child b{
    font-size: 14px;
}
#sbi_mod_error ol,
#sbi_mod_error ul{
    padding: 5px 0 5px 20px !important;
    margin: 0 !important;
}
#sbi_mod_error li{
    padding: 1px 0 !important;
    margin: 0 !important;
}
#sbi_mod_error span{
    font-size: 12px;
    font-style: italic;
}
.sbi_lb-container-wrapper #sbi_mod_error{
    position: absolute;
    z-index: 9999999;
    font-size: 12px;
    line-height: 1.5;
    bottom: 0;
    width: 92%;
    margin: 0 2% 10px 2%;
    padding: 12px 2% 13px 2%;
    background: rgba(255,255,255,0.9);
    border: none;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
}

/* Lightbox action links */
#sbi_lightbox .sbi_lightbox_action{
    float: left;
    /*clear: both;*/
    position: relative;
    padding: 0 0 0 10px;
    margin: 5px 0 0 10px;
    border-left: 1px solid #666;
    font-size: 12px;
}
#sbi_lightbox .sbi_lightbox_action a{
    display: block;
    float: left;
    color: #999;
    text-decoration: none;
}
#sbi_lightbox .sbi_lightbox_action a:hover,
#sbi_lightbox .sbi_lightbox_action a:focus{
    color: #fff;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:focus {
    color: inherit;
}
#sbi_lightbox .sbi_lightbox_action .fa,
#sbi_lightbox .sbi_lightbox_action svg{
    margin-right: 5px;
}
#sbi_lightbox .sbi_lightbox_action.sbi_instagram .fa,
#sbi_lightbox .sbi_lightbox_action.sbi_instagram svg{
    font-size: 13px;
}
/* Lightbox sidebar mod link/box */
#sbi_lightbox.sbi_lb-comments-enabled #sbi_mod_link{
    width: 100%;
    margin-left: 0;
    padding: 5px 0 0 0;
    border-left: none;
}
#sbi_lightbox.sbi_lb-comments-enabled #sbi_mod_box{
    width: 265px;
    left: -15px;
}
/* Lightbox tooltip */
#sbi_lightbox .sbi_lightbox_tooltip{
    display: none;
    position: absolute;
    width: 100px;
    bottom: 22px;
    left: 0;
    padding: 5px 10px;
    margin: 0;
    background: rgba(255,255,255,0.9);
    color: #222;
    font-size: 12px;
    line-height: 1.4;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sbi_lightbox .sbi_lightbox_tooltip .svg-inline--fa.fa-play{
    position: absolute;
    font-size: 8px;
    bottom: -6px;
    left: 36px;
    color: rgba(255,255,255,0.9);
}
#sbi_lightbox .sbi_tooltip_social a .fa,
#sbi_lightbox .sbi_tooltip_social a svg{
    font-size: 16px;
    margin: 0;
    padding: 5px;
}
#sbi_lightbox .sbi_tooltip_social a#sbi_facebook_icon .fa,
#sbi_lightbox .sbi_tooltip_social a#sbi_twitter_icon .fa,
#sbi_lightbox .sbi_tooltip_social a#sbi_pinterest_icon .fa{
    padding-top: 4px;
    font-size: 18px;
}
#sbi_lightbox .sbi_tooltip_social a svg {
    font-size: 19px;
    padding: 3px 4px;
    margin: auto;
}
/* Hide photos tooltip */
#sbi_lightbox #sbi_mod_box{
    width: 285px;
    padding: 8px 10px;
}
/* Social icons tooltip */
#sbi_lightbox .sbi_tooltip_social{
    width: 172px;
    padding: 5px 5px 4px 5px;
}
#sbi_lightbox .sbi_tooltip_social a{
    color: #333;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#sbi_lightbox .sbi_lightbox_action #sbi_facebook_icon:hover{ background: #3b5998; }
#sbi_lightbox .sbi_lightbox_action #sbi_twitter_icon:hover{ background: #00aced; }
#sbi_lightbox .sbi_lightbox_action #sbi_google_icon:hover{ background: #dd4b39; }
#sbi_lightbox .sbi_lightbox_action #sbi_linkedin_icon:hover{ background: #007bb6; }
#sbi_lightbox .sbi_lightbox_action #sbi_pinterest_icon:hover{ background: #cb2027; }
#sbi_lightbox .sbi_lightbox_action #sbi_email_icon:hover{ background: #333; }
#sbi_lightbox .sbi_owl-theme .sbi_owl-controls .sbi_owl-page span {
    width: 8px;
    height: 8px;
}
/* begin small device comments CSS */
@media all and (max-width: 640px){
    .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer {
        width: 100% !important;
        padding-right: 0!important;
        background: #000;
    }
    .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
        box-sizing: border-box;
        width: 100% !important;
        position: relative;
        right: 0;
        height: 100%;
        line-height: 1.4;
        overflow: hidden;
        overflow-y: auto;
        text-align: left;
        border-radius: 0 0 5px 5px;
    }
    .sbi_lightbox .sbi_lb-image {
        margin: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        border-radius: 0;
    }
    .sbi_lb-container-wrapper {
        margin: 0 10px;
    }
    #sbi_lightbox.sbi_lb-comments-enabled #sbi_mod_link.sbi_lightbox_action {
        padding: 0 0 0 10px;
        margin: 5px 0 0 10px;
        border-left: 1px solid #666;
    }
    /* Carousel in Lightbox */
    #sbi_lightbox .sbi_lb-prev, #sbi_lightbox .sbi_lb-next, #sbi_lightbox .sbi_lb-nav {display: none !important;}
    #sbi_lightbox .sbi_owl-theme .sbi_owl-controls .sbi_owl-page span {
        width: 16px;
        height: 16px;
    }
}
/* end small device comments CSS */

/* Loader */
#sb_instagram .sbi_loader{
    width: 20px;
    height: 20px;

    position: relative;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background-color: #000;
    background-color: rgba(0,0,0,0.5);

    border-radius: 100%;
    -webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
    animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
}
/* Loader in button */
#sb_instagram #sbi_load .sbi_loader{
    position: absolute;
    margin-top: -11px;
    background-color: #fff;
    opacity: 1;
}
@-webkit-keyframes sbi-sk-scaleout {
    0% { -webkit-transform: scale(0) }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
@keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    } 100% {
          -webkit-transform: scale(1.0);
          -ms-transform: scale(1.0);
          transform: scale(1.0);
          opacity: 0;
      }
}

#sb_instagram .fa-spin,
#sbi_lightbox .fa-spin{
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

#sb_instagram .fa-pulse,
#sbi_lightbox .fa-pulse{
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

/* Lightbox sidebar/comments */
.sbi_lb-comments-enabled .sbi_lb-dataContainer{
    -moz-border-radius-bottom-left: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;

    -moz-border-radius-top-right: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-details{
    width: 95%;
}
.sbi_lb-comments-enabled .sbi_lb-closeContainer{
    position: absolute;
    top: 0;
    right: 0;
}
.sbi_lb-comments-enabled .sbi_lb-closeContainer .sbi_lb-close{
    background: none;
    color: #333;
    width: auto;
    height: auto;
    padding: 8px 10px;
    font-size: 14px;
}
.sbi_lb-comments-enabled .sbi_lb-closeContainer .sbi_lb-close:hover{
    background: rgba(0,0,0,0.05);
    -moz-border-radius-bottom-left: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_tooltip_social a:hover,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_tooltip_social a:focus{
    color: #fff;
}
.sbi_loading_comments {
    text-align: center;
    margin-top: 15px;
}

/* Lightbox story */
.sbi_lb-story .sbi_lb-outerContainer:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    left: 0;
    background: rgb(250,155,87);
    background: linear-gradient(90deg, rgba(250,155,87,1) 0%, rgba(247,118,63,1) 35%, rgba(227,72,118,1) 55%, rgba(220,50,124,1) 75%, rgba(199,51,144,1) 100%);

    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.sbi_lightbox.sbi_lb-story  .sbi_lb-image{
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

/* HEADER */
.sb_instagram_header{
    float: left;
    clear: both;
    margin: auto;
    padding: 0;
    line-height: 1.2;
    width: 100%;
    overflow: hidden; /* Prevents pushing width on mobile */

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sb_instagram_header a{
    float: left;
    display: block;
    min-width: 100%\9;
    text-decoration: none;
    transition: color 0.5s ease;
}
/* Header profile pic */
.sbi_header_img{
    float: left;
    position: relative;
    width: 50px;
    margin: 0 0 0 -100% !important;
    overflow: hidden;

    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.sbi_header_img img{
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
/* Profile pic hover */
.sbi_header_img_hover,
.sbi_header_hashtag_icon{
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.75);
}
.sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
.sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    font-size: 24px;
}
.sb_instagram_header.sbi_medium .sbi_header_img_hover .sbi_new_logo,
.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo{
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    font-size: 36px;
}

.sb_instagram_header.sbi_large .sbi_header_img_hover .sbi_new_logo,
.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo{
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    font-size: 48px;
}
.sb_instagram_header .sbi_header_img_hover i {
    overflow: hidden;
    background: url('/xwp/wp-content/plugins/instagram-feed-pro/img/small-logo.png') no-repeat 0 0;
}
.sbi_header_img_hover{
    z-index: 2;
    transition: opacity 0.4s ease-in-out;
}
.sb_instagram_header .sbi_fade_in{
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
/* Header text */
.sbi_header_text{
    float: left;
    width: 100%;
    padding-top: 2px;
}
.sb_instagram_header.sbi_medium .sbi_header_text{
    padding-top: 10px;
}
#sb_instagram .sb_instagram_header.sbi_medium .sbi_bio{
    margin-top: 3px !important;
}
.sb_instagram_header.sbi_large .sbi_header_text{
    padding-top: 14px;
}
#sb_instagram .sb_instagram_header.sbi_large .sbi_bio{
    margin-top: 6px !important;
}

.sbi_header_text h3,
.sbi_header_text p{
    float: left;
    clear: both;
    width: auto;
    margin: 0 0 0 60px !important;
    padding: 0 !important;
}
.sbi_header_text .sbi_bio_info{
    padding: 0 !important;
}
.sbi_bio_info span{
    padding-right: 10px;
}
#sb_instagram .sbi_bio{
    line-height: 1;
}
.sbi_bio_info .fa,
.sbi_bio_info svg{
    padding-right: 3px;
}
.sbi_posts_count svg{
    height: 1.05em;
    margin-bottom: -1px;
}
.sbi_followers svg.svg-inline--fa.fa-user{
    width: 0.8em;
    margin-right: 0 !important;
}

/* Hashtag header */
.sbi_header_type_generic .sbi_header_img{
    background: #333;
    color: #fff;
    width: 50px;
    height: 50px;
    position: relative;
}
.sbi_header_type_generic .sbi_no_bio{
    padding-top: 9px !important;
}
.sbi_header_type_generic .sbi_header_hashtag_icon{
    display: block;
    color: #fff;
    opacity: 0.9;

    -webkit-transition: background 0.6s linear, color 0.6s linear;
    -moz-transition: background 0.6s linear, color 0.6s linear;
    -ms-transition: background 0.6s linear, color 0.6s linear;
    -o-transition: background 0.6s linear, color 0.6s linear;
    transition: background 0.6s linear, color 0.6s linear;
}
.sbi_header_type_generic:hover .sbi_header_hashtag_icon{
    display: block;
    opacity: 1;

    -webkit-transition: background 0.2s linear, color 0.2s linear;
    -moz-transition: background 0.2s linear, color 0.2s linear;
    -ms-transition: background 0.2s linear, color 0.2s linear;
    -o-transition: background 0.2s linear, color 0.2s linear;
    transition: background 0.2s linear, color 0.2s linear;
}


.sb_instagram_header h3{
    font-size: 16px;
    line-height: 1.3;
    -ms-word-wrap: break-word;
    word-break: break-word;
}
.sb_instagram_header p{
    font-size: 13px;
    line-height: 1.3;
}

/* No bio */
.sbi_header_text.sbi_no_info h3{
    padding-top: 9px !important;
}
.sbi_header_text.sbi_no_bio .sbi_bio_info{
    clear: both;
}

/* Header followers */
.sbi_header_text .sbi_bio_info{
    float: left;
    clear: none;
    margin-top: 2px !important;
}
.sbi_header_text h3{
    margin-right: -50px !important;
}

/* Header style boxed */
.sbi_header_style_boxed .sbi_header_img{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.sbi_header_bar{
    width: 100%;
    float: left;
    clear: both;
    padding: 5px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sbi_header_style_boxed .sbi_bio_info{
    margin: 2px 5px;
    float: left;
    width: auto;
}
.sbi_header_style_boxed .sbi_no_bio h3{
    margin-top: 9px !important;
}

.sbi_header_style_boxed .sbi_bio{
    padding-bottom: 3px !important;
    margin-right: 5px !important;
}
.sb_instagram_header.sbi_header_style_boxed .sbi_header_follow_btn{
    float: right;
    padding: 4px 12px;
    background: #517fa4;
    color: #fff;
    font-size: 12px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.sbi_header_follow_btn:hover,
.sbi_header_follow_btn:focus{
    filter: alpha(opacity=85);
    opacity: 0.85;
    outline: none;
}
.sbi_header_follow_btn .fa,
.sbi_header_follow_btn svg{
    margin-right: 5px;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.sbi_header_style_boxed .sbi_header_hashtag_icon{
    background: none;
}



/* Buttons */
#sb_instagram #sbi_load{
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_moderation_link,
#sb_instagram .sbi_close_mod{
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;

    padding: 7px 14px;
    margin: 5px auto 0 auto;
    background: #333;
    color: #eee;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sb_instagram #sbi_load .sbi_load_btn{
    position: relative;
}
#sb_instagram #sbi_load .sbi_load_btn.sbi_hide_load {
    display:none !important;
}
#sb_instagram #sbi_load .fa-spinner{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -7px;
    font-size: 15px;
}
#sb_instagram #sbi_load{
    opacity: 1;
    transition: all 0.5s ease-in;
}
#sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader{
    opacity: 1;
    transition: all 0.1s ease-in;
}
#sb_instagram .sbi_hidden{
    opacity: 0 !important;
}

/* Follow button */
#sb_instagram .sbi_follow_btn{
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    text-align: center;
}
#sb_instagram .sbi_follow_btn.sbi_top{
    display: block;
    margin-bottom: 5px;
}
#sb_instagram .sbi_follow_btn a{
    background: #408bd1;
    color: #fff;
}
#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load .sbi_load_btn{
    transition: all 0.1s ease-in;
}
/* Hover state for default colors */
#sb_instagram #sbi_load .sbi_load_btn:hover{
    outline: none;
    box-shadow: inset 0 0 20px 20px rgba(255,255,255,0.25);
}
#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:focus{
    outline: none;
    box-shadow: inset 0 0 10px 20px #359dff;
}
/* If a custom color is applied then just use opacity for the hover effect */
#sb_instagram .sbi_follow_btn.sbi_custom a:hover,
#sb_instagram .sbi_follow_btn.sbi_custom a:focus,
#sb_instagram #sbi_load .sbi_load_btn.sbi_custom:hover{
    box-shadow: inset 0 0 20px 20px rgba(255,255,255,0.15);
}
/* Active state */
#sb_instagram .sbi_follow_btn a:active,
#sb_instagram #sbi_load .sbi_load_btn:active{
    box-shadow: inset 0 0 10px 20px rgba(0,0,0,0.3);
}

#sb_instagram .sbi_follow_btn .fa,
#sb_instagram .sbi_follow_btn svg{
    margin-bottom: -1px;
    margin-right: 7px;
    font-size: 15px;
}
#sb_instagram #sbi_load .sbi_follow_btn{
    margin-left: 5px;
}

/* SVGs */
#sb_instagram svg:not(:root).svg-inline--fa,
#sbi_lightbox svg:not(:root).svg-inline--fa{
    box-sizing: unset;
    overflow: visible;
    width: 1em;
}
#sb_instagram .svg-inline--fa.fa-w-16,
#sbi_lightbox .svg-inline--fa.fa-w-16{
    width: 1em;
}
#sb_instagram .svg-inline--fa,
#sbi_lightbox .svg-inline--fa{
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

/* Don't show the carousel images initially, fade them in using JS */


/*
 *  Core Owl Carousel CSS File
 *  v2.1.1
 */

#sb_instagram #sbi_images.sbi_carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    direction: ltr;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
.sbi_carousel .sbi_info,
.sbi_carousel .sbi_owl2row-item{
    display: none;
}
.sbi-owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
.sbi-owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.sbi-owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.sbi-owl-wrapper,
.sbi-owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
.sbi-owl-item {
    position: relative;
    min-height: 1px;
    padding: 0 5px;
    padding: 0;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
.sbi-owl-item img {
    display: block;
    width: 100%; }
.sbi-owl-nav.disabled,
.sbi-owl-dots.disabled {
    display: none; }
.sbi-owl-nav .sbi-owl-prev,
.sbi-owl-nav .sbi-owl-next,
.sbi-owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.sbi-owl-carousel.sbi-owl-loaded {
    display: block; }
.sbi-owl-carousel.sbi-owl-loading {
    opacity: 0;
    display: block; }
.sbi-owl-carousel.sbi-owl-hidden {
    opacity: 0; }
.sbi-owl-carousel.sbi-owl-refresh .sbi-owl-item {
    visibility: hidden; }
.sbi-owl-carousel.sbi-owl-drag .sbi-owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.sbi-owl-carousel.sbi-owl-grab {
    cursor: move;
    cursor: grab; }
.sbi-owl-carousel.sbi-owl-rtl {
    direction: rtl; }
.sbi-owl-carousel.sbi-owl-rtl .sbi-owl-item {
    float: right; }

/* No Js */
.no-js .sbi_carousel {
    display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }

.sbi-owl-animated-in {
    z-index: 0; }

.sbi-owl-animated-out {
    z-index: 1; }

.fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.sbi-owl-height {
    transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.sbi-owl-item .sbi-owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }

.sbi-owl-item img.sbi-owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.sbi-owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.sbi-owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/xwp/wp-content/plugins/instagram-feed-pro/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }

.sbi-owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.sbi-owl-video-playing .sbi-owl-video-tn,
.sbi-owl-video-playing .sbi-owl-video-play-icon {
    display: none; }

.sbi-owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }

.sbi-owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }


.sbi-owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.sbi-owl-nav {
    margin-top: 0;
}

.sbi-owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.sbi-owl-nav.disabled + .sbi-owl-dots {
    margin-top: 10px; }

.sbi-owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    padding: 5px 0;
    margin-top: 5px;
}
.sbi-owl-dots .sbi-owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.sbi-owl-dots .sbi-owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #333;
    filter: Alpha(Opacity=25);/*IE7 fix*/
    opacity: 0.25;

    -webkit-backface-visibility: visible;
    transition: opacity 100ms ease;
    border-radius: 30px;
}
.sbi-owl-dots .sbi-owl-dot.active span, .sbi-owl-dots .sbi-owl-dot:hover span {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

.sbi-owl-item {
    display: inline-block;
    vertical-align: top;
}
.sbi-owl-stage-outer {
    overflow-x: hidden;
    overflow-y: hidden;
}

.sbi-owl-item > div {
    width: 100% !important;
}
.sbi-post-links {
    max-width: 100%;
}
.sbi-owl-item{
    box-sizing: border-box;
}

/* Navigation arrows */
.sbi-owl-nav > div {
    position: absolute;
    top: 50%;
    font-size: 14px;
    display: inline-block;

    background: rgba(255,255,255,0.3);
    padding: 6px 6px 6px 8px;
    border-radius: 50%;
    margin-top: -15px;
    color: #000;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sbi_carousel:hover .sbi-owl-nav > div{
    background: rgba(255,255,255,0.5);

    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);

    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
}
.sbi_carousel:hover .sbi-owl-nav > div:hover {
    cursor: pointer;
    background: #fff;
}
.sbi-owl-nav .sbi-owl-prev {
    margin-left: 7px;
    padding: 6px 8px 6px 6px;
    left: 0;
}
.sbi-owl-nav .sbi-owl-next {
    margin-right: 7px;
    right: 0;
}
#sb_instagram .sbi_carousel .sbi-owl-nav .svg-inline--fa {
    height: 1.2em;
}


/* MODERATION MODE */
#sb_instagram.sbi_moderation_mode{
    position: relative;
    z-index: 999999;
    background: #f9f9f9;
}
#sb_instagram.sbi_moderation_mode p,
#sb_instagram.sbi_moderation_mode label,
#sb_instagram.sbi_moderation_mode a{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.sbi_moderation_mode .sb_instagram_header {
    padding: 15px 15px 0 15px !important;
    margin: 0;
}
.sbi_moderation_mode .sbi_mod_submit_mod {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 7px 14px;
    margin: 10px auto 0 auto;
    background: #333;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sbi_moderation_mode .sbi_mod_submit_mod:hover {
    color: #fff;
    opacity: .8;
}
.sbi_moderation_mode .sbi_mod_mode_wrapper {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    padding: 50px 2%;

    font-size: 14px;
    line-height: 1.4;
    color: #222;

    background: #eee;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sbi_moderation_mode .sbi_mod_mode_wrapper .sbi_mod_row{
    width: 100%;
    padding-bottom: 5px;
}
.sbi_moderation_mode .sbi_mod_mode_wrapper input{
    cursor: pointer;
    vertical-align: baseline;
}
.sbi_moderation_mode .sbi_mod_mode_wrapper label{
    position: relative;
    top: -2px;
    cursor: pointer;
}
#sb_instagram.sbi_moderation_mode .sbi_follow_btn {
    display: none;
}
/* Save button at bottom */
.sbi_mod_mode_wrapper_bottom{
    clear: both;
    margin-top: 20px;
}
.sbi_moderation_mode .sbi_mod_mode_wrapper_bottom .sbi_mod_submit_mod{
    margin: 0;
}

.sbi_moderation_mode .sbi_mod_new_white_list {
    background: #fff;
    border-radius: 4px;
    padding: 20px 2%;
    margin-top: 10px;
    width: 95%;
    border-left: 5px solid #4e9c2b;

    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.sbi_moderation_mode .sbi_warning{
    border-left: 5px solid #e8452b;
}

.sbi_mod_new_white_list span{
    font-weight: bold;
    margin-right: 5px;
}
.sbi_moderation_mode .sbi_mod_new_white_list code{
    font-size: 18px;
    display: inline-block;
    padding: 10px 0 0 0;
    margin-left: -2px;
}

#sb_instagram.sbi_moderation_mode .sbi_close_mod {
    position: absolute;
    right: 20px;
    top: 20px;
}
#sb_instagram.sbi_moderation_mode .sbi_close_mod:hover,
#sb_instagram.sbi_moderation_mode .sbi_close_mod:focus{
    background: #d83e2e;
}
#sb_instagram .sbi_moderation_link{
    float: right;
    background: #e6684f;
}
#sb_instagram .sbi_moderation_link .fa,
.sbi_moderation_mode .sbi_close_mod .fa,
.sbi_mod_submit_mod .fa,
#sb_instagram .sbi_moderation_link svg,
.sbi_moderation_mode .sbi_close_mod svg,
.sbi_mod_submit_mod svg{
    margin-right: 6px;
    width: 1em;
}
#sb_instagram .sbi_moderation_link:hover,
#sb_instagram .sbi_moderation_link:focus{
    background: #e5593d;
}
.sbi_moderation_mode .sbi_mod {
    padding: 10px;
    text-align: center;
}
.sbi_mod_post_status {
    position:absolute;
    top: 0;
    right: 0;
    padding: 12px 13px 14px 16px;
    color: #fff;

    -moz-border-radius-bottom-left: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 10;
}
.sbi_mod_post_status .fa,
.sbi_mod_post_status svg{
    font-size: 28px;
    font-weight: 700;
}
.sbi_mod_exclude{
    background: #e5593d;
}
.sbi_mod_include{
    background: #4e9c2b;
}
.sbi_mod_user{
    display: block;
    padding: 0 0 5px 0;
}
.sbi_mod input,
.sbi_mod label{
    cursor: pointer;
}
.sbi_mod_block{
    padding: 3px;
    margin-bottom: 5px;
}
.sbi_mod_user input {
    width: 100%;
    padding: 3px;
    line-height: 1;
    font-size: 11px;
    text-align: center;
}
.sbi_mod_block:hover,
.sbi_mod_block:focus{
    background: rgba(0,0,0,0.05);
    color: #bf2c0f;
    border-radius: 4px;
}
.sbi_mod_block label{
    width: 100%;
    display: block;
}
.sbi_mod_block_user{
    position: relative;
    top: 1px;
}
.sbi_mod_submit_mod:hover,
.sbi_mod_submit_mod:focus{
    background: #488a2b;
}
.sbi_mod_type_header{
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.sbi_mod_saved{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
    background: rgba(255,255,255,0.9);
    padding: 18px 22px;
    margin: -32px 0 0 -60px;
    border-radius: 4px;
    color: #488a2b;

    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.sbi_mod_saved .fa,
.sbi_mod_saved svg{
    margin-right: 3px
}

/* Carousel */
#sbi_lightbox .sbi-owl-dots{
    top: -45px;
    position: relative;
    width: auto;
    display: inline-block;
    background: rgba(0,0,0,0.1);
    border-radius: 30px;
    padding: 3px 5px;
}
#sbi_lightbox .sbi-owl-dots .sbi-owl-dot span{
    opacity: 0.5;
    background: #fff;
    background: rgba(255,255,255,0.9);
    width: 8px;
    height: 8px;
}
#sbi_lightbox .sbi-owl-dots .sbi-owl-dot.active span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
#sbi_lightbox .sbi-owl-nav > div {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 8px;
    margin-top: -16px;
    color: #000;
    zoom: 1;
    padding: 6px 5px 6px 7px;
    font-size: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    z-index: 10;
}
#sbi_lightbox .sbi-owl-nav > .sbi-owl-prev {
    right: auto;
    left: 8px;
    padding-left: 5px;
    padding-right: 7px;
}
#sbi_lightbox .sbi-owl-nav > div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
#sbi_lightbox .fa-clone {
    position: absolute;
    right: 12px;
    top: 12px;
    color: #fff;
    opacity: 1;
    z-index: 1;
}
.sbi_lightbox .sbi_lb-image{
    margin: 0;
    padding: 0 !important;
}
@media all and (max-width: 640px) {
    #sbi_lightbox .sbi_owl-theme .sbi_owl-controls .sbi_owl-buttons div{
        left: 0;
    }
    #sbi_lightbox .sbi_owl-theme .sbi_owl-controls .sbi_owl-buttons .sbi_owl-next{
        right: 0;
    }
    #sbi_lightbox .fa-clone {
        right: 4px;
        top: 4px;
    }
}
@media all and (min-width: 800px) {
    .sbi_lightbox.sbi_lb-comments-enabled {
        position: fixed;
        top: 50px !important;
    }
}


/* 3.0 styles */
/* Hover effect slight zoom */
#sb_instagram .sbi_photo_wrap{
    overflow: hidden;
}
#sb_instagram .sbi_item:not(.sbi_transition) .sbi_photo{
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#sb_instagram:not(.sbi_moderation_mode) .sbi_photo_wrap:hover .sbi_photo {
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
    transform:scale(1.05);
}
/* Carousel hover transition for 2 rows (as some cloned items still have the sbi_transition class on them) */
#sb_instagram #sbi_images.sbi_carousel .sbi_item.sbi_transition .sbi_photo{
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* Use CSS for lightbox fade instead of JS */
#sb_instagram .sbi_link {
    opacity: 0;
    display: block;
    transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
}
#sb_instagram .sbi_photo_wrap:hover .sbi_link {
    opacity: 1;
    display: block;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}
#sb_instagram.sbi_moderation_mode .sbi_photo_wrap .sbi_link{
    display: none !important;
}

/** Medium Header */
/* Only use medium & large headers on devices above 480px */
@media all and (min-width: 480px){
    .sb_instagram_header.sbi_medium .sbi_header_img {
        width: 80px;
        height: 80px;
        border-radius: 40px;
    }
    .sb_instagram_header.sbi_medium .sbi_header_img img {
        width: 80px;
        height: 80px;
        border-radius: 40px;
    }
    .sb_instagram_header.sbi_medium .sbi_header_text h3 {
        font-size: 20px;
    }
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{
        font-size: 14px;
    }
    .sb_instagram_header.sbi_medium .sbi_header_text h3,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{
        margin-left: 95px !important;
        line-height: 1.4
    }
    .sb_instagram_header.sbi_medium .sbi_header_text h3{
        margin-right: -85px !important;
    }
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info{
        margin-top: 4px !important;
    }
    .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3 {
        padding-top: 7px !important;
    }
    .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_info h3,
    .sb_instagram_header.sbi_header_type_generic.sbi_medium .sbi_no_bio{
        padding-top: 20px !important;
    }
    /** Large Header */
    .sb_instagram_header.sbi_large .sbi_header_img {
        width: 120px;
        height: 120px;
        border-radius: 60px;
    }
    .sb_instagram_header.sbi_large .sbi_header_img img {
        width: 120px;
        height: 120px;
        border-radius: 60px;
    }
    .sb_instagram_header.sbi_large .sbi_header_text h3 {
        font-size: 28px;
    }
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{
        font-size: 16px;
    }
    .sb_instagram_header.sbi_large .sbi_header_text h3,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{
        margin-left: 140px !important;
        line-height: 1.5;
    }
    .sb_instagram_header.sbi_large .sbi_header_text h3{
        margin-right: -120px !important;
    }
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info{
        margin-top: 12px !important;
    }
    .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3 {
        padding-top: 12px !important;
    }
    .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_info h3,
    #sb_instagram .sb_instagram_header.sbi_header_type_generic.sbi_large .sbi_no_bio{
        padding-top: 32px !important;
    }
}
/* centered */
.sb_instagram_header.sbi_centered{
    float: none;
    clear: both;
    padding: 0;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 500px;
    overflow: hidden;
}
.sb_instagram_header.sbi_centered .sbi_header_img{
    float: none;
    margin: auto !important;
}
.sb_instagram_header.sbi_centered .sbi_header_text h3,
.sb_instagram_header.sbi_centered .sbi_header_text .sbi_bio_info,
.sb_instagram_header.sbi_centered .sbi_header_text .sbi_bio{
    margin: auto !important;
    text-align: center;
    float: none;
}
.sb_instagram_header.sbi_header_style_boxed .sbi_header_img,
.sb_instagram_header.sbi_header_style_boxed .sbi_header_img img {
    border-radius: 0 !important;
}
.sb_instagram_header.sbi_centered a{
    float: none;
}

/* header story */
.sb_instagram_header.sbi_story *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sb_instagram_header.sbi_story .sbi_header_img {
    padding: 3px;
    background: rgb(250,155,87);
    background: linear-gradient(45deg, rgba(250,155,87,1) 0%, rgba(247,118,63,1) 35%, rgba(227,72,118,1) 55%, rgba(220,50,124,1) 75%, rgba(199,51,144,1) 100%);
}
.sb_instagram_header.sbi_story.sbi_header_style_boxed .sbi_header_img:after {
    border-radius: 0;
}
.sb_instagram_header.sbi_story .sbi_header_img_hover .sbi_new_logo{
    background: url('/xwp/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.png') no-repeat -91px -27px;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-left: -14px;
}
.sb_instagram_header.sbi_story .sbi_header_img_hover{
    transition: opacity 0.2s ease-in-out;
}

/* Header hover transition */
.sb_instagram_header.sbi_story .sbi_header_img img {
    height: auto;
    border: 3px solid #fff !important;
    border-radius: 50%;
    transition: border 0.2s ease;
}
.sbi_story .sbi_header_img_hover{
    background: none;
}
.sbi_story .sbi_header_img{
    transition: padding 0.2s ease;
}
.sb_instagram_header.sbi_story .sbi_header_link:hover .sbi_header_img img {
    border: 0px solid #fff !important;
    transition: border 0.2s ease;
}
.sbi_story .sbi_header_link:hover .sbi_header_img{
    padding: 25px;
    transition: padding 0.2s ease;
}
.sbi_story.sbi_medium .sbi_header_link:hover .sbi_header_img{
    padding: 40px;
    transition: padding 0.3s ease;
}
.sbi_story.sbi_large .sbi_header_link:hover .sbi_header_img{
    padding: 60px;
    transition: padding 0.4s ease;
}

/* ---- .element-item ---- */
#sb_instagram.sbi_masonry,
#sb_instagram.sbi_highlight {
    display: block !important;
}
#sb_instagram.sbi_highlight #sbi_images .sbi_item,
#sb_instagram.sbi_masonry #sbi_images .sbi_item{
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
#sb_instagram.sbi_masonry #sbi_images .sbi_item,
#sb_instagram.sbi_highlight #sbi_images .sbi_item{
    position: relative;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block !important;
}
#sb_instagram.sbi_highlight #sbi_images .sbi_item {
    height: 100px;
    width: 100px;
}
#sb_instagram.sbi_masonry #sbi_images .sbi_item.sbi_num_diff_hide,
#sb_instagram.sbi_highlight #sbi_images .sbi_item.sbi_num_diff_hide,
#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide{
    display: none !important;
}
.sbi_masonry #sbi_images:after,
.sbi_highlight #sbi_images:after{
    content: '';
    display: table;
    clear: both;
}
.sbi_masonry .sbi_hide {
    visibility: hidden;
}

/* Front end notice */
#sb_instagram .sbi_frontend_notice{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    padding: 10px;
    margin: 0 0 10px 0;
    background: #f9f9f9;
    color: #333;
    border: 1px solid #eee;
    font-size: 12px;
    line-height: 1.5;

}
#sb_instagram .sbi_frontend_notice .sbi_close_notice{
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px;
    color: #999;
    height: 10px;
    line-height: 1;
}
#sb_instagram .sbi_frontend_notice .sbi_close_notice:hover,
#sb_instagram .sbi_frontend_notice .sbi_close_notice:active{
    color: #333;
}
/**************/
/*** LAYOUT ***/
/**************/

/* Feed container */
#sb_instagram {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sb_instagram:after{
    content: "";
    display: table;
    clear: both;
}

/*********************/
/*** STYLE OPTIONS ***/
/*********************/
#sb_instagram.sbi_fixed_height{
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sb_instagram #sbi_images{
    width: 100%;
    float: left;
    line-height: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Animate the height of the container for layout feeds */
#sb_instagram.sbi_masonry #sbi_images,
#sb_instagram.sbi_highlight #sbi_images{
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

#sb_instagram a { border-bottom: 0 !important; }

/* Items */
#sb_instagram #sbi_images .sbi_item{
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;

    max-height: 1000px;
    padding: inherit !important;
    margin: 0 !important;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* Transition items in */
#sb_instagram #sbi_images .sbi_item.sbi_transition{
    opacity: 0;
    max-height: 0;
}

/* Override transition for other layouts */
#sb_instagram.sbi_masonry #sbi_images .sbi_item,
#sb_instagram.sbi_highlight #sbi_images .sbi_item{
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
#sb_instagram.sbi_masonry #sbi_images .sbi_item.sbi_transition,
#sb_instagram.sbi_highlight #sbi_images .sbi_item.sbi_transition{
    opacity: 0;
    max-height: 1000px;
}
/* Carousel in transition */
#sb_instagram #sbi_images.sbi_carousel .sbi_item,
#sb_instagram #sbi_images.sbi_carousel .sbi_item.sbi_transition{
    opacity: 1;
    max-height: 1000px;
}

#sb_instagram.sbi_carousel_2_row #sbi_images.sbi_carousel .sbi_item {
    width: 100%;
}

/* Cols */
#sb_instagram.sbi_col_1 #sbi_images .sbi_item{ width: 100%; }
#sb_instagram.sbi_col_2 #sbi_images .sbi_item{ width: 50%; }
#sb_instagram.sbi_col_3 #sbi_images .sbi_item{ width: 33.33%; }
#sb_instagram.sbi_col_4 #sbi_images .sbi_item{ width: 25%; }
#sb_instagram.sbi_col_5 #sbi_images .sbi_item{ width: 20%; }
#sb_instagram.sbi_col_6 #sbi_images .sbi_item{ width: 16.66%; }
#sb_instagram.sbi_col_7 #sbi_images .sbi_item{ width: 14.28%; }
#sb_instagram.sbi_col_8 #sbi_images .sbi_item{ width: 12.5%; }
#sb_instagram.sbi_col_9 #sbi_images .sbi_item{ width: 11.11%; }
#sb_instagram.sbi_col_10 #sbi_images .sbi_item{ width: 10%; }

/* Disable mobile layout */
#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item{ width: 100%; }
#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item{ width: 50%; }
#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item{ width: 33.33%; }
#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item{ width: 25%; }
#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item{ width: 20%; }
#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item{ width: 16.66%; }
#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images .sbi_item{ width: 14.28%; }
#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item{ width: 12.5%; }
#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images .sbi_item{ width: 11.11%; }
#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item{ width: 10%; }

/* Photos */
.sbi-screenreader{text-indent: -9999px !important;display: block !important;width: 0 !important;height: 0 !important;line-height: 0 !important;}
#sb_instagram .sbi_photo_wrap{
    position: relative;
}
#sb_instagram .sbi_photo{
    display: block;
    text-decoration: none;
}
#sb_instagram .sbi_photo img{
    width: 100%;
    height: auto;
    border-radius: 0;
}
#sb_instagram .sbi_photo video{
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 0;
}
#sb_instagram #sbi_images img{
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    opacity: 1 !important;
    font-size: 10px !important;
    line-height: 0.9;
    color: #999;
}
#sb_instagram .sbi_link.sbi_disable_lightbox {
    display: none !important;
}
#sb_instagram .sbi_link{
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 0;
    background: #333;
    background: rgba(0,0,0,0.6);
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
    overflow: hidden;
}
#sb_instagram .sbi_link.sbi_default p,
#sb_instagram .sbi_link.sbi_default span,
#sb_instagram .sbi_link.sbi_default a{
    text-shadow: 0px 0px 10px #000;
}
#sb_instagram .sbi_link .sbi_username a,
#sb_instagram .sbi_link .sbi_instagram_link,
#sb_instagram .sbi_link .sbi_hover_bottom,
#sb_instagram .sbi_link .sbi_playbtn,
#sb_instagram .sbi_link .sbi_lightbox_link,
#sb_instagram .sbi_link .svg-inline--fa.fa-play{
    filter: alpha(opacity=90);
    opacity: 0.9;
}
#sb_instagram .sbi_link .sbi_username a:hover,
#sb_instagram .sbi_link .sbi_instagram_link:hover,
#sb_instagram .sbi_link .sbi_playbtn:hover,
#sb_instagram .sbi_link .sbi_lightbox_link:hover,
#sb_instagram .sbi_link .svg-inline--fa.fa-play:hover{
    filter: alpha(opacity=100);
    opacity: 1;
}
#sb_instagram .sbi_link_area{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#sb_instagram .sbi_link a{
    padding: 0;
    text-decoration: none;
    color: #ddd;
    color: rgba(255,255,255,0.7);
    line-height: 1.1;
    background: none;

    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
#sb_instagram .sbi_link a:hover,
#sb_instagram .sbi_link a:active{
    color: #fff;
}

#sb_instagram .sbi_link .sbi_lightbox_link{
    display: block;
    /*display: none;*/
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    margin-top: -24px;
    margin-left: -21px;
    padding: 0;
    font-size: 49px;
    font-style: normal !important;
}
#sb_instagram .sbi_type_video .sbi_lightbox_link,
#sb_instagram .sbi_carousel_vid_first .sbi_lightbox_link{
    display: none;
}

#sb_instagram .sbi_link .sbi_instagram_link{
    /*float: right;*/
    font-size: 30px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 2px;
    padding: 8px;
}
#sb_instagram .sbi_link a:hover,
#sb_instagram .sbi_link a:focus{
    text-decoration: underline;
}

/* Date */
#sb_instagram .sbi_hover_top,
#sb_instagram .sbi_hover_bottom{
    position: absolute;
    width: 98%;
    text-align: center;
    padding: 1% !important;
    margin: 0 !important;
    font-size: 12px;
    color: #ddd;
    color: rgba(255,255,255,1);
}
#sb_instagram .sbi_username{
    top: 0;
    margin: 0;
}
#sb_instagram .sbi_username a{
    padding: 10px 10px 0 10px;
    position: relative;
    z-index: 2;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#sb_instagram .sbi_link .sbi_caption{
    line-height: 1;
    padding-top: 10px;
}
#sb_instagram .sbi_hover_bottom{
    bottom: 10px;
    line-height: 1;
    z-index: 2;
}
#sb_instagram .sbi_hover_bottom p{
    margin: 0;
    padding: 0;
}
#sb_instagram .sbi_date,
#sb_instagram .sbi_location{
    padding: 0 5px;
    margin: 3px 0;
    display: inline-block;
}
#sb_instagram .sbi_hover_bottom .fa,
#sb_instagram .sbi_hover_bottom svg{
    margin: 0 5px 0 0;
}
#sb_instagram .sbi_hover_bottom .sbi_location{
    line-height: 1;
    width: 100%;
    padding: 0 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sb_instagram .sbi_hover_bottom .sbi_meta{
    padding: 5px 0 0 0;
}

/* Medium */
#sb_instagram.sbi_medium .sbi_username a{
    font-size: 11px;
}
#sb_instagram.sbi_medium .sbi_lightbox_link,
#sb_instagram.sbi_medium .sbi_instagram_link,
#sb_instagram.sbi_medium .sbi_playbtn,
#sb_instagram.sbi_medium .sbi_link .svg-inline--fa.fa-play{
    margin-top: -12px;
    margin-left: -10px;
}
#sb_instagram.sbi_medium .sbi_lightbox_link,
#sb_instagram.sbi_medium .sbi_instagram_link,
#sb_instagram.sbi_medium .sbi_playbtn,
#sb_instagram.sbi_medium .sbi_photo_wrap .fa-clone,
#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play{
    font-size: 23px;
}
#sb_instagram.sbi_medium .sbi_instagram_link{
    margin: 0;
    padding: 6px;
}
#sb_instagram.sbi_medium .sbi_hover_bottom{
    bottom: 7px;
    font-size: 11px;
}
#sb_instagram.sbi_medium .sbi_playbtn,
#sb_instagram.sbi_medium .svg-inline--fa.fa-play{
    margin-left: -10px;
}
#sb_instagram.sbi_medium .sbi_hover_bottom .sbi_location{
    padding: 0 30px;
}
#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{
    right: 8px;
    top: 8px;
}

/* Small */
#sb_instagram.sbi_small .sbi_username a{
    padding: 3px 2px;
    font-size: 10px;
    line-height: 1;
}
#sb_instagram.sbi_small .sbi_lightbox_link,
#sb_instagram.sbi_small .sbi_instagram_link,
#sb_instagram.sbi_small .sbi_playbtn,
#sb_instagram.sbi_small .svg-inline--fa.fa-play{
    margin-top: -9px;
    margin-left: -7px;
}
#sb_instagram.sbi_small .sbi_lightbox_link,
#sb_instagram.sbi_small .sbi_instagram_link,
#sb_instagram.sbi_small .sbi_playbtn,
#sb_instagram.sbi_small .sbi_photo_wrap .fa-clone,
#sb_instagram.sbi_small .sbi_type_video .svg-inline--fa.fa-play,
#sb_instagram.sbi_small .sbi_carousel_vid_first .svg-inline--fa.fa-play{
    font-size: 18px;
}
#sb_instagram.sbi_small .sbi_instagram_link{
    margin: 0;
    padding: 4px 3px;
    font-size: 14px;
}
#sb_instagram.sbi_small .sbi_hover_bottom{
    bottom: 3px;
    font-size: 10px;
}
#sb_instagram.sbi_small .sbi_hover_bottom .sbi_location{
    padding: 0 18px;
}
#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{
    right: 5px;
    top: 5px;
    font-size: 12px;
}


/* Post info */
#sb_instagram .sbi_info{
    width: 100%;
    float: left;
    clear: both;
    text-decoration: none;
    color: #666;
    text-align: center;
}
#sb_instagram.sbi_highlight .sbi_info { display: none; }
#sb_instagram .sbi_info p{
    width: 100%;
    clear: both;
    padding: 5px 5px 2px 5px !important;
    margin: 0 !important;
    line-height: 1.2;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sb_instagram .sbi_expand{
    display: none;
}

/* Caption */
#sb_instagram .sbi_caption{
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/* Meta */
#sb_instagram .sbi_meta{
    line-height: 1.1;
    padding: 4px 0 8px 0;
}
#sb_instagram .sbi_meta span{
    margin: 0 5px !important;
    font-size: 11px;
}
#sb_instagram .sbi_meta i,
#sb_instagram .sbi_meta svg{
    margin-right: 5px !important;
    font-size: 13px;
}
#sb_instagram .sbi_lightbox_link .fa-arrows-alt {
    display: none;
}


/* VIDEO */
.sbi_video{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.sbi_video_lightbox .sbi_video,
#sbi_lightbox .sbi_owl-wrapper .sbi_video{
    display: block;
}
/*
#sbi_lightbox.sbi_video_lightbox .sbi_lb-image{
  display: none !important;
  /* Show photo in IE7 as doesn't support video *//*
  *display: block !important;
}
*/

/* Video play button */
.sbi_playbtn,
#sb_instagram .svg-inline--fa.fa-play{
    display: none !important;
}
.sbi_type_video .sbi_playbtn,
.sbi_carousel_vid_first .sbi_playbtn,
.sbi_type_carousel .fa-clone,
#sb_instagram .sbi_carousel_vid_first .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play{
    display: block !important;
    position: absolute;
    z-index: 1;

    padding: 0;
    font-size: 48px;
    color: #fff;
    color: rgba(255,255,255,0.9);
    font-style: normal !important;
    text-shadow: 0 0 8px rgba(0,0,0,0.8);
}
.sbi_type_video .sbi_playbtn,
.sbi_carousel_vid_first .sbi_playbtn,
.sbi_link .svg-inline--fa.fa-play{
    top: 50%;
    left: 50%;

    margin-top: -24px;
    margin-left: -19px;
}
#sb_instagram .sbi_type_carousel .fa-clone{
    right: 12px;
    top: 12px;
    font-size: 24px;
    text-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.sbi_type_carousel svg.fa-clone,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
.sbi_carousel_vid_first .svg-inline--fa.fa-play{
    -webkit-filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );
    filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );
}
/* Don't apply text shadow to play button on hover link */
#sb_instagram .sbi_type_video .sbi_link .sbi_playbtn,
#sb_instagram .sbi_carousel_vid_first .sbi_link .sbi_playbtn{
    text-shadow: none;
}

.sbi_lb_lightbox-carousel-video {
    position: relative !important;
}



/* Media queries */
@media all and (max-width: 640px){
    /* Make 3-6 cols into 2 col */
    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item{
        width: 50%;
    }
    /* Make 7-10 cols into 4 col */
    #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images .sbi_item{
        width: 25%;
    }
    #sb_instagram.sbi_col_2 #sbi_images .sbi_item{ width: 50%; }
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item{ width: 33.33%; }
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item{ width: 25%; }
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item{ width: 20%; }
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item{ width: 16.66%; }
    #sb_instagram.sbi_col_7 #sbi_images .sbi_item{ width: 14.28%; }
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item{ width: 12.5%; }
    #sb_instagram.sbi_col_9 #sbi_images .sbi_item{ width: 11.11%; }
    #sb_instagram.sbi_col_10 #sbi_images .sbi_item{ width: 10%; }
    /* On mobile make the min-width 100% */
    #sb_instagram.sbi_width_resp{
        width: 100% !important;
    }
}
@media all and (max-width: 480px){
    /* Make all cols into 1 col */
    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item{
        width: 100%;
    }
    #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item{ width: 50%; }
    #sb_instagram.sbi_mob_col_3 #sbi_images .sbi_item{ width: 33.33%; }
    #sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item{ width: 25%; }
    #sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item{ width: 20%; }
    #sb_instagram.sbi_mob_col_6 #sbi_images .sbi_item{ width: 16.66%; }
    #sb_instagram.sbi_mob_col_7 #sbi_images .sbi_item{ width: 14.28%; }
}


/* Lightbox */
/* Preload images */
body:after {
    content: url(/xwp/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.png);
    display: none;
}
.sbi_lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.9;
    display: none;
}
.sbi_lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}
.sbi_lightbox .sbi_lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image{
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.sbi_lightbox a:hover,
.sbi_lightbox a:focus,
.sbi_lightbox a:active{
    outline: none;
}
.sbi_lightbox a img {
    border: none;
}
.sbi_lb-outerContainer {
    position: relative;
    background-color: #000;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto 5px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.sbi_lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}
.sbi_lb-container-wrapper{
    height: 100%;
}
.sbi_lb-container {
    position: relative;
    padding: 4px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}
.sbi_lb-loader {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 20px;
    margin-top: -10px;
    text-align: center;
    line-height: 0;
}
.sbi_lb-loader span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: url(/xwp/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.png) no-repeat;
}
.sbi_lb-nav {
    /*position: absolute;*/
    top: 0;
    left: 0;
    /*height: 100%;*/
    width: 100%;
    z-index: 10;
    /*pointer-events: none;*/
}
.sbi_lb-container > .nav {
    left: 0;
}
.sbi_lb-nav a {
    position: absolute;
    z-index: 100;
    top: 0;
    height: 90%;
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}


/* Arrows */
.sbi_lb-prev, .sbi_lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}
.sbi_lb-nav a.sbi_lb-prev {
    /*width: 30%;*/
    width: 50px;
    left: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;

}

.sbi_lb-nav a.sbi_lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.sbi_lb-nav a.sbi_lb-next {
    /*width: 30%;*/
    width: 50px;
    right: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;

}

.sbi_lb-nav a.sbi_lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.sbi_lb-nav span{
    display: block;
    top: 55%;
    position: absolute;
    left: 20px;
    width: 34px;
    height: 45px;
    margin: -25px 0 0 0;
    background: url(/xwp/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.png) no-repeat;
}
.sbi_lb-nav a.sbi_lb-prev span{
    background-position: -53px 0;
}
.sbi_lb-nav a.sbi_lb-next span{
    left: auto;
    right: 20px;
    background-position: -18px 0;
}

.sbi_lb-dataContainer {
    margin: 0 auto;
    padding-top: 10px;
    *zoom: 1;
    width: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;

    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer{
    position: relative;
    padding-right: 300px;
    background: #fff;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {
    position: relative;
    background: #000;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    width: 300px !important;
    position: absolute;
    top: 0;
    right: -300px;
    height: 100%;
    bottom: 0;
    background: #fff;
    line-height: 1.4;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
}
.sbi_lb-dataContainer:after,
.sbi_lb-data:after,
.sbi_lb-commentBox:after {
    content: "";
    display: table;
    clear: both;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox{
    display: block !important;
    width: 100%;
    margin-top: 20px;
    padding: 4px;
}
#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {
    padding-bottom: 0;
}
#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {
    display: inline-block;
    padding-top: 10px;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment{
    display: block !important;
    width: 100%;
    min-width: 100%;
    float: left;
    clear: both;
    font-size: 12px;
    padding: 3px 20px 3px 0;
    margin: 0 0 1px 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    font-weight: 700;
    margin-right: 5px;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p{
    text-align: left;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{
    box-sizing: border-box;
    padding: 15px 20px;
}
.sbi_lb-data {
    padding: 0 4px;
    color: #ccc;
}
.sbi_lb-data .sbi_lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1;
}
.sbi_lb-data .sbi_lb-caption {
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 3px;
    color: #ccc;

    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.sbi_lb-data .sbi_lb-caption a{
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
}
.sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lb-commenter:hover{
    color: #fff;
    text-decoration: underline;
}
.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username{
    float: left;
    width: 100%;
    color: #ccc;
    padding-bottom: 0;
    display: block;
    margin: 0 0 5px 0;
}
.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p{
    color: #fff;
    text-decoration: underline;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    color: #333;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p{
    color: #333;
}

.sbi_lightbox .sbi_lightbox_username img {
    float: left;
    border: none;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background: #666;

    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.sbi_lightbox_username p{
    float: left;
    margin: 0;
    padding: 0;
    color: #ccc;
    line-height: 32px;
    font-weight: bold;
    font-size: 13px;
}

.sbi_lb-data .sbi_lb-number {
    display: block;
    float: left;
    clear: both;
    padding: 5px 0 15px 0;
    font-size: 12px;
    color: #999999;
}
.sbi_lb-data .sbi_lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 18px; /* Hides icon font X */
    color: #aaa;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.sbi_lb-data .sbi_lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    color: #fff;
}

/* Lightbox video - must go after lighbox CSS */
/* Leave a gap at the bottom of the nav for video controls */
.sbi_lb-nav {
    height: auto;
}
.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {
    position: relative !important;
}
/* Remove 4px padding from lightbox container so video lines up */
.sbi_lb-container{
    padding: 0;
}

/* Mod link to remove image */
#sbi_mod_link, #sbi_mod_error{
    display: none;
}
#sbi_mod_error{
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#sbi_mod_error p{
    padding: 5px 0 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
}
#sbi_mod_error p:first-child b{
    font-size: 14px;
}
#sbi_mod_error ol,
#sbi_mod_error ul{
    padding: 5px 0 5px 20px !important;
    margin: 0 !important;
}
#sbi_mod_error li{
    padding: 1px 0 !important;
    margin: 0 !important;
}
#sbi_mod_error span{
    font-size: 12px;
    font-style: italic;
}
.sbi_lb-container-wrapper #sbi_mod_error{
    position: absolute;
    z-index: 9999999;
    font-size: 12px;
    line-height: 1.5;
    bottom: 0;
    width: 92%;
    margin: 0 2% 10px 2%;
    padding: 12px 2% 13px 2%;
    background: rgba(255,255,255,0.9);
    border: none;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
}

/* Lightbox action links */
#sbi_lightbox .sbi_lightbox_action{
    float: left;
    /*clear: both;*/
    position: relative;
    padding: 0 0 0 10px;
    margin: 5px 0 0 10px;
    border-left: 1px solid #666;
    font-size: 12px;
}
#sbi_lightbox .sbi_lightbox_action a{
    display: block;
    float: left;
    color: #999;
    text-decoration: none;
}
#sbi_lightbox .sbi_lightbox_action a:hover,
#sbi_lightbox .sbi_lightbox_action a:focus{
    color: #fff;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:focus {
    color: inherit;
}
#sbi_lightbox .sbi_lightbox_action .fa,
#sbi_lightbox .sbi_lightbox_action svg{
    margin-right: 5px;
}
#sbi_lightbox .sbi_lightbox_action.sbi_instagram .fa,
#sbi_lightbox .sbi_lightbox_action.sbi_instagram svg{
    font-size: 13px;
}
/* Lightbox sidebar mod link/box */
#sbi_lightbox.sbi_lb-comments-enabled #sbi_mod_link{
    width: 100%;
    margin-left: 0;
    padding: 5px 0 0 0;
    border-left: none;
}
#sbi_lightbox.sbi_lb-comments-enabled #sbi_mod_box{
    width: 265px;
    left: -15px;
}
/* Lightbox tooltip */
#sbi_lightbox .sbi_lightbox_tooltip{
    display: none;
    position: absolute;
    width: 100px;
    bottom: 22px;
    left: 0;
    padding: 5px 10px;
    margin: 0;
    background: rgba(255,255,255,0.9);
    color: #222;
    font-size: 12px;
    line-height: 1.4;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sbi_lightbox .sbi_lightbox_tooltip .svg-inline--fa.fa-play{
    position: absolute;
    font-size: 8px;
    bottom: -6px;
    left: 36px;
    color: rgba(255,255,255,0.9);
}
#sbi_lightbox .sbi_tooltip_social a .fa,
#sbi_lightbox .sbi_tooltip_social a svg{
    font-size: 16px;
    margin: 0;
    padding: 5px;
}
#sbi_lightbox .sbi_tooltip_social a#sbi_facebook_icon .fa,
#sbi_lightbox .sbi_tooltip_social a#sbi_twitter_icon .fa,
#sbi_lightbox .sbi_tooltip_social a#sbi_pinterest_icon .fa{
    padding-top: 4px;
    font-size: 18px;
}
#sbi_lightbox .sbi_tooltip_social a svg {
    font-size: 19px;
    padding: 3px 4px;
    margin: auto;
}
/* Hide photos tooltip */
#sbi_lightbox #sbi_mod_box{
    width: 285px;
    padding: 8px 10px;
}
/* Social icons tooltip */
#sbi_lightbox .sbi_tooltip_social{
    width: 172px;
    padding: 5px 5px 4px 5px;
}
#sbi_lightbox .sbi_tooltip_social a{
    color: #333;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#sbi_lightbox .sbi_lightbox_action #sbi_facebook_icon:hover{ background: #3b5998; }
#sbi_lightbox .sbi_lightbox_action #sbi_twitter_icon:hover{ background: #00aced; }
#sbi_lightbox .sbi_lightbox_action #sbi_google_icon:hover{ background: #dd4b39; }
#sbi_lightbox .sbi_lightbox_action #sbi_linkedin_icon:hover{ background: #007bb6; }
#sbi_lightbox .sbi_lightbox_action #sbi_pinterest_icon:hover{ background: #cb2027; }
#sbi_lightbox .sbi_lightbox_action #sbi_email_icon:hover{ background: #333; }
#sbi_lightbox .sbi_owl-theme .sbi_owl-controls .sbi_owl-page span {
    width: 8px;
    height: 8px;
}
/* begin small device comments CSS */
@media all and (max-width: 640px){
    .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer {
        width: 100% !important;
        padding-right: 0!important;
        background: #000;
    }
    .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
        box-sizing: border-box;
        width: 100% !important;
        position: relative;
        right: 0;
        height: 100%;
        line-height: 1.4;
        overflow: hidden;
        overflow-y: auto;
        text-align: left;
        border-radius: 0 0 5px 5px;
    }
    .sbi_lightbox .sbi_lb-image {
        margin: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        border-radius: 0;
    }
    .sbi_lb-container-wrapper {
        margin: 0 10px;
    }
    #sbi_lightbox.sbi_lb-comments-enabled #sbi_mod_link.sbi_lightbox_action {
        padding: 0 0 0 10px;
        margin: 5px 0 0 10px;
        border-left: 1px solid #666;
    }
    /* Carousel in Lightbox */
    #sbi_lightbox .sbi_lb-prev, #sbi_lightbox .sbi_lb-next, #sbi_lightbox .sbi_lb-nav {display: none !important;}
    #sbi_lightbox .sbi_owl-theme .sbi_owl-controls .sbi_owl-page span {
        width: 16px;
        height: 16px;
    }
}
/* end small device comments CSS */

/* Loader */
#sb_instagram .sbi_loader{
    width: 20px;
    height: 20px;

    position: relative;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background-color: #000;
    background-color: rgba(0,0,0,0.5);

    border-radius: 100%;
    -webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
    animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
}
/* Loader in button */
#sb_instagram #sbi_load .sbi_loader{
    position: absolute;
    margin-top: -11px;
    background-color: #fff;
    opacity: 1;
}
@-webkit-keyframes sbi-sk-scaleout {
    0% { -webkit-transform: scale(0) }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
@keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    } 100% {
          -webkit-transform: scale(1.0);
          -ms-transform: scale(1.0);
          transform: scale(1.0);
          opacity: 0;
      }
}

#sb_instagram .fa-spin,
#sbi_lightbox .fa-spin{
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

#sb_instagram .fa-pulse,
#sbi_lightbox .fa-pulse{
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

/* Lightbox sidebar/comments */
.sbi_lb-comments-enabled .sbi_lb-dataContainer{
    -moz-border-radius-bottom-left: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;

    -moz-border-radius-top-right: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-details{
    width: 95%;
}
.sbi_lb-comments-enabled .sbi_lb-closeContainer{
    position: absolute;
    top: 0;
    right: 0;
}
.sbi_lb-comments-enabled .sbi_lb-closeContainer .sbi_lb-close{
    background: none;
    color: #333;
    width: auto;
    height: auto;
    padding: 8px 10px;
    font-size: 14px;
}
.sbi_lb-comments-enabled .sbi_lb-closeContainer .sbi_lb-close:hover{
    background: rgba(0,0,0,0.05);
    -moz-border-radius-bottom-left: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_tooltip_social a:hover,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_tooltip_social a:focus{
    color: #fff;
}
.sbi_loading_comments {
    text-align: center;
    margin-top: 15px;
}

/* Lightbox story */
.sbi_lb-story .sbi_lb-outerContainer:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    left: 0;
    background: rgb(250,155,87);
    background: linear-gradient(90deg, rgba(250,155,87,1) 0%, rgba(247,118,63,1) 35%, rgba(227,72,118,1) 55%, rgba(220,50,124,1) 75%, rgba(199,51,144,1) 100%);

    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.sbi_lightbox.sbi_lb-story  .sbi_lb-image{
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

/* HEADER */
.sb_instagram_header{
    float: left;
    clear: both;
    margin: auto;
    padding: 0;
    line-height: 1.2;
    width: 100%;
    overflow: hidden; /* Prevents pushing width on mobile */

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sb_instagram_header a{
    float: left;
    display: block;
    min-width: 100%\9;
    text-decoration: none;
    transition: color 0.5s ease;
}
/* Header profile pic */
.sbi_header_img{
    float: left;
    position: relative;
    width: 50px;
    margin: 0 0 0 -100% !important;
    overflow: hidden;

    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.sbi_header_img img{
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
/* Profile pic hover */
.sbi_header_img_hover,
.sbi_header_hashtag_icon{
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.75);
}
.sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
.sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    font-size: 24px;
}
.sb_instagram_header.sbi_medium .sbi_header_img_hover .sbi_new_logo,
.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo{
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    font-size: 36px;
}

.sb_instagram_header.sbi_large .sbi_header_img_hover .sbi_new_logo,
.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo{
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    font-size: 48px;
}
.sb_instagram_header .sbi_header_img_hover i {
    overflow: hidden;
    background: url('/xwp/wp-content/plugins/instagram-feed-pro/img/small-logo.png') no-repeat 0 0;
}
.sbi_header_img_hover{
    z-index: 2;
    transition: opacity 0.4s ease-in-out;
}
.sb_instagram_header .sbi_fade_in{
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
/* Header text */
.sbi_header_text{
    float: left;
    width: 100%;
    padding-top: 2px;
}
.sb_instagram_header.sbi_medium .sbi_header_text{
    padding-top: 10px;
}
#sb_instagram .sb_instagram_header.sbi_medium .sbi_bio{
    margin-top: 3px !important;
}
.sb_instagram_header.sbi_large .sbi_header_text{
    padding-top: 14px;
}
#sb_instagram .sb_instagram_header.sbi_large .sbi_bio{
    margin-top: 6px !important;
}

.sbi_header_text h3,
.sbi_header_text p{
    float: left;
    clear: both;
    width: auto;
    margin: 0 0 0 60px !important;
    padding: 0 !important;
}
.sbi_header_text .sbi_bio_info{
    padding: 0 !important;
}
.sbi_bio_info span{
    padding-right: 10px;
}
#sb_instagram .sbi_bio{
    line-height: 1;
}
.sbi_bio_info .fa,
.sbi_bio_info svg{
    padding-right: 3px;
}
.sbi_posts_count svg{
    height: 1.05em;
    margin-bottom: -1px;
}
.sbi_followers svg.svg-inline--fa.fa-user{
    width: 0.8em;
    margin-right: 0 !important;
}

/* Hashtag header */
.sbi_header_type_generic .sbi_header_img{
    background: #333;
    color: #fff;
    width: 50px;
    height: 50px;
    position: relative;
}
.sbi_header_type_generic .sbi_no_bio{
    padding-top: 9px !important;
}
.sbi_header_type_generic .sbi_header_hashtag_icon{
    display: block;
    color: #fff;
    opacity: 0.9;

    -webkit-transition: background 0.6s linear, color 0.6s linear;
    -moz-transition: background 0.6s linear, color 0.6s linear;
    -ms-transition: background 0.6s linear, color 0.6s linear;
    -o-transition: background 0.6s linear, color 0.6s linear;
    transition: background 0.6s linear, color 0.6s linear;
}
.sbi_header_type_generic:hover .sbi_header_hashtag_icon{
    display: block;
    opacity: 1;

    -webkit-transition: background 0.2s linear, color 0.2s linear;
    -moz-transition: background 0.2s linear, color 0.2s linear;
    -ms-transition: background 0.2s linear, color 0.2s linear;
    -o-transition: background 0.2s linear, color 0.2s linear;
    transition: background 0.2s linear, color 0.2s linear;
}


.sb_instagram_header h3{
    font-size: 16px;
    line-height: 1.3;
    -ms-word-wrap: break-word;
    word-break: break-word;
}
.sb_instagram_header p{
    font-size: 13px;
    line-height: 1.3;
}

/* No bio */
.sbi_header_text.sbi_no_info h3{
    padding-top: 9px !important;
}
.sbi_header_text.sbi_no_bio .sbi_bio_info{
    clear: both;
}

/* Header followers */
.sbi_header_text .sbi_bio_info{
    float: left;
    clear: none;
    margin-top: 2px !important;
}
.sbi_header_text h3{
    margin-right: -50px !important;
}

/* Header style boxed */
.sbi_header_style_boxed .sbi_header_img{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.sbi_header_bar{
    width: 100%;
    float: left;
    clear: both;
    padding: 5px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sbi_header_style_boxed .sbi_bio_info{
    margin: 2px 5px;
    float: left;
    width: auto;
}
.sbi_header_style_boxed .sbi_no_bio h3{
    margin-top: 9px !important;
}

.sbi_header_style_boxed .sbi_bio{
    padding-bottom: 3px !important;
    margin-right: 5px !important;
}
.sb_instagram_header.sbi_header_style_boxed .sbi_header_follow_btn{
    float: right;
    padding: 4px 12px;
    background: #517fa4;
    color: #fff;
    font-size: 12px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.sbi_header_follow_btn:hover,
.sbi_header_follow_btn:focus{
    filter: alpha(opacity=85);
    opacity: 0.85;
    outline: none;
}
.sbi_header_follow_btn .fa,
.sbi_header_follow_btn svg{
    margin-right: 5px;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.sbi_header_style_boxed .sbi_header_hashtag_icon{
    background: none;
}



/* Buttons */
#sb_instagram #sbi_load{
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_moderation_link,
#sb_instagram .sbi_close_mod{
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;

    padding: 7px 14px;
    margin: 5px auto 0 auto;
    background: #333;
    color: #eee;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sb_instagram #sbi_load .sbi_load_btn{
    position: relative;
}
#sb_instagram #sbi_load .sbi_load_btn.sbi_hide_load {
    display:none !important;
}
#sb_instagram #sbi_load .fa-spinner{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -7px;
    font-size: 15px;
}
#sb_instagram #sbi_load{
    opacity: 1;
    transition: all 0.5s ease-in;
}
#sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader{
    opacity: 1;
    transition: all 0.1s ease-in;
}
#sb_instagram .sbi_hidden{
    opacity: 0 !important;
}

/* Follow button */
#sb_instagram .sbi_follow_btn{
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    text-align: center;
}
#sb_instagram .sbi_follow_btn.sbi_top{
    display: block;
    margin-bottom: 5px;
}
#sb_instagram .sbi_follow_btn a{
    background: #408bd1;
    color: #fff;
}
#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load .sbi_load_btn{
    transition: all 0.1s ease-in;
}
/* Hover state for default colors */
#sb_instagram #sbi_load .sbi_load_btn:hover{
    outline: none;
    box-shadow: inset 0 0 20px 20px rgba(255,255,255,0.25);
}
#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:focus{
    outline: none;
    box-shadow: inset 0 0 10px 20px #359dff;
}
/* If a custom color is applied then just use opacity for the hover effect */
#sb_instagram .sbi_follow_btn.sbi_custom a:hover,
#sb_instagram .sbi_follow_btn.sbi_custom a:focus,
#sb_instagram #sbi_load .sbi_load_btn.sbi_custom:hover{
    box-shadow: inset 0 0 20px 20px rgba(255,255,255,0.15);
}
/* Active state */
#sb_instagram .sbi_follow_btn a:active,
#sb_instagram #sbi_load .sbi_load_btn:active{
    box-shadow: inset 0 0 10px 20px rgba(0,0,0,0.3);
}

#sb_instagram .sbi_follow_btn .fa,
#sb_instagram .sbi_follow_btn svg{
    margin-bottom: -1px;
    margin-right: 7px;
    font-size: 15px;
}
#sb_instagram #sbi_load .sbi_follow_btn{
    margin-left: 5px;
}

/* SVGs */
#sb_instagram svg:not(:root).svg-inline--fa,
#sbi_lightbox svg:not(:root).svg-inline--fa{
    box-sizing: unset;
    overflow: visible;
    width: 1em;
}
#sb_instagram .svg-inline--fa.fa-w-16,
#sbi_lightbox .svg-inline--fa.fa-w-16{
    width: 1em;
}
#sb_instagram .svg-inline--fa,
#sbi_lightbox .svg-inline--fa{
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

/* Don't show the carousel images initially, fade them in using JS */


/*
 *  Core Owl Carousel CSS File
 *  v2.1.1
 */

#sb_instagram #sbi_images.sbi_carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    direction: ltr;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
.sbi_carousel .sbi_info,
.sbi_carousel .sbi_owl2row-item{
    display: none;
}
.sbi-owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
.sbi-owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.sbi-owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.sbi-owl-wrapper,
.sbi-owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
.sbi-owl-item {
    position: relative;
    min-height: 1px;
    padding: 0 5px;
    padding: 0;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
.sbi-owl-item img {
    display: block;
    width: 100%; }
.sbi-owl-nav.disabled,
.sbi-owl-dots.disabled {
    display: none; }
.sbi-owl-nav .sbi-owl-prev,
.sbi-owl-nav .sbi-owl-next,
.sbi-owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.sbi-owl-carousel.sbi-owl-loaded {
    display: block; }
.sbi-owl-carousel.sbi-owl-loading {
    opacity: 0;
    display: block; }
.sbi-owl-carousel.sbi-owl-hidden {
    opacity: 0; }
.sbi-owl-carousel.sbi-owl-refresh .sbi-owl-item {
    visibility: hidden; }
.sbi-owl-carousel.sbi-owl-drag .sbi-owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.sbi-owl-carousel.sbi-owl-grab {
    cursor: move;
    cursor: grab; }
.sbi-owl-carousel.sbi-owl-rtl {
    direction: rtl; }
.sbi-owl-carousel.sbi-owl-rtl .sbi-owl-item {
    float: right; }

/* No Js */
.no-js .sbi_carousel {
    display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }

.sbi-owl-animated-in {
    z-index: 0; }

.sbi-owl-animated-out {
    z-index: 1; }

.fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.sbi-owl-height {
    transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.sbi-owl-item .sbi-owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }

.sbi-owl-item img.sbi-owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.sbi-owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.sbi-owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/xwp/wp-content/plugins/instagram-feed-pro/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }

.sbi-owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.sbi-owl-video-playing .sbi-owl-video-tn,
.sbi-owl-video-playing .sbi-owl-video-play-icon {
    display: none; }

.sbi-owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }

.sbi-owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }


.sbi-owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.sbi-owl-nav {
    margin-top: 0;
}

.sbi-owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.sbi-owl-nav.disabled + .sbi-owl-dots {
    margin-top: 10px; }

.sbi-owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    padding: 5px 0;
    margin-top: 5px;
}
.sbi-owl-dots .sbi-owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.sbi-owl-dots .sbi-owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #333;
    filter: Alpha(Opacity=25);/*IE7 fix*/
    opacity: 0.25;

    -webkit-backface-visibility: visible;
    transition: opacity 100ms ease;
    border-radius: 30px;
}
.sbi-owl-dots .sbi-owl-dot.active span, .sbi-owl-dots .sbi-owl-dot:hover span {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

.sbi-owl-item {
    display: inline-block;
    vertical-align: top;
}
.sbi-owl-stage-outer {
    overflow-x: hidden;
    overflow-y: hidden;
}

.sbi-owl-item > div {
    width: 100% !important;
}
.sbi-post-links {
    max-width: 100%;
}
.sbi-owl-item{
    box-sizing: border-box;
}

/* Navigation arrows */
.sbi-owl-nav > div {
    position: absolute;
    top: 50%;
    font-size: 14px;
    display: inline-block;

    background: rgba(255,255,255,0.3);
    padding: 6px 6px 6px 8px;
    border-radius: 50%;
    margin-top: -15px;
    color: #000;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sbi_carousel:hover .sbi-owl-nav > div{
    background: rgba(255,255,255,0.5);

    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);

    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
}
.sbi_carousel:hover .sbi-owl-nav > div:hover {
    cursor: pointer;
    background: #fff;
}
.sbi-owl-nav .sbi-owl-prev {
    margin-left: 7px;
    padding: 6px 8px 6px 6px;
    left: 0;
}
.sbi-owl-nav .sbi-owl-next {
    margin-right: 7px;
    right: 0;
}
#sb_instagram .sbi_carousel .sbi-owl-nav .svg-inline--fa {
    height: 1.2em;
}


/* MODERATION MODE */
#sb_instagram.sbi_moderation_mode{
    position: relative;
    z-index: 999999;
    background: #f9f9f9;
}
#sb_instagram.sbi_moderation_mode p,
#sb_instagram.sbi_moderation_mode label,
#sb_instagram.sbi_moderation_mode a{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.sbi_moderation_mode .sb_instagram_header {
    padding: 15px 15px 0 15px !important;
    margin: 0;
}
.sbi_moderation_mode .sbi_mod_submit_mod {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 7px 14px;
    margin: 10px auto 0 auto;
    background: #333;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sbi_moderation_mode .sbi_mod_submit_mod:hover {
    color: #fff;
    opacity: .8;
}
.sbi_moderation_mode .sbi_mod_mode_wrapper {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    padding: 50px 2%;

    font-size: 14px;
    line-height: 1.4;
    color: #222;

    background: #eee;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sbi_moderation_mode .sbi_mod_mode_wrapper .sbi_mod_row{
    width: 100%;
    padding-bottom: 5px;
}
.sbi_moderation_mode .sbi_mod_mode_wrapper input{
    cursor: pointer;
    vertical-align: baseline;
}
.sbi_moderation_mode .sbi_mod_mode_wrapper label{
    position: relative;
    top: -2px;
    cursor: pointer;
}
#sb_instagram.sbi_moderation_mode .sbi_follow_btn {
    display: none;
}
/* Save button at bottom */
.sbi_mod_mode_wrapper_bottom{
    clear: both;
    margin-top: 20px;
}
.sbi_moderation_mode .sbi_mod_mode_wrapper_bottom .sbi_mod_submit_mod{
    margin: 0;
}

.sbi_moderation_mode .sbi_mod_new_white_list {
    background: #fff;
    border-radius: 4px;
    padding: 20px 2%;
    margin-top: 10px;
    width: 95%;
    border-left: 5px solid #4e9c2b;

    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.sbi_moderation_mode .sbi_warning{
    border-left: 5px solid #e8452b;
}

.sbi_mod_new_white_list span{
    font-weight: bold;
    margin-right: 5px;
}
.sbi_moderation_mode .sbi_mod_new_white_list code{
    font-size: 18px;
    display: inline-block;
    padding: 10px 0 0 0;
    margin-left: -2px;
}

#sb_instagram.sbi_moderation_mode .sbi_close_mod {
    position: absolute;
    right: 20px;
    top: 20px;
}
#sb_instagram.sbi_moderation_mode .sbi_close_mod:hover,
#sb_instagram.sbi_moderation_mode .sbi_close_mod:focus{
    background: #d83e2e;
}
#sb_instagram .sbi_moderation_link{
    float: right;
    background: #e6684f;
}
#sb_instagram .sbi_moderation_link .fa,
.sbi_moderation_mode .sbi_close_mod .fa,
.sbi_mod_submit_mod .fa,
#sb_instagram .sbi_moderation_link svg,
.sbi_moderation_mode .sbi_close_mod svg,
.sbi_mod_submit_mod svg{
    margin-right: 6px;
    width: 1em;
}
#sb_instagram .sbi_moderation_link:hover,
#sb_instagram .sbi_moderation_link:focus{
    background: #e5593d;
}
.sbi_moderation_mode .sbi_mod {
    padding: 10px;
    text-align: center;
}
.sbi_mod_post_status {
    position:absolute;
    top: 0;
    right: 0;
    padding: 12px 13px 14px 16px;
    color: #fff;

    -moz-border-radius-bottom-left: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 10;
}
.sbi_mod_post_status .fa,
.sbi_mod_post_status svg{
    font-size: 28px;
    font-weight: 700;
}
.sbi_mod_exclude{
    background: #e5593d;
}
.sbi_mod_include{
    background: #4e9c2b;
}
.sbi_mod_user{
    display: block;
    padding: 0 0 5px 0;
}
.sbi_mod input,
.sbi_mod label{
    cursor: pointer;
}
.sbi_mod_block{
    padding: 3px;
    margin-bottom: 5px;
}
.sbi_mod_user input {
    width: 100%;
    padding: 3px;
    line-height: 1;
    font-size: 11px;
    text-align: center;
}
.sbi_mod_block:hover,
.sbi_mod_block:focus{
    background: rgba(0,0,0,0.05);
    color: #bf2c0f;
    border-radius: 4px;
}
.sbi_mod_block label{
    width: 100%;
    display: block;
}
.sbi_mod_block_user{
    position: relative;
    top: 1px;
}
.sbi_mod_submit_mod:hover,
.sbi_mod_submit_mod:focus{
    background: #488a2b;
}
.sbi_mod_type_header{
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.sbi_mod_saved{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
    background: rgba(255,255,255,0.9);
    padding: 18px 22px;
    margin: -32px 0 0 -60px;
    border-radius: 4px;
    color: #488a2b;

    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.sbi_mod_saved .fa,
.sbi_mod_saved svg{
    margin-right: 3px
}

/* Carousel */
#sbi_lightbox .sbi-owl-dots{
    top: -45px;
    position: relative;
    width: auto;
    display: inline-block;
    background: rgba(0,0,0,0.1);
    border-radius: 30px;
    padding: 3px 5px;
}
#sbi_lightbox .sbi-owl-dots .sbi-owl-dot span{
    opacity: 0.5;
    background: #fff;
    background: rgba(255,255,255,0.9);
    width: 8px;
    height: 8px;
}
#sbi_lightbox .sbi-owl-dots .sbi-owl-dot.active span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
#sbi_lightbox .sbi-owl-nav > div {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 8px;
    margin-top: -16px;
    color: #000;
    zoom: 1;
    padding: 6px 5px 6px 7px;
    font-size: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    z-index: 10;
}
#sbi_lightbox .sbi-owl-nav > .sbi-owl-prev {
    right: auto;
    left: 8px;
    padding-left: 5px;
    padding-right: 7px;
}
#sbi_lightbox .sbi-owl-nav > div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
#sbi_lightbox .fa-clone {
    position: absolute;
    right: 12px;
    top: 12px;
    color: #fff;
    opacity: 1;
    z-index: 1;
}
.sbi_lightbox .sbi_lb-image{
    margin: 0;
    padding: 0 !important;
}
@media all and (max-width: 640px) {
    #sbi_lightbox .sbi_owl-theme .sbi_owl-controls .sbi_owl-buttons div{
        left: 0;
    }
    #sbi_lightbox .sbi_owl-theme .sbi_owl-controls .sbi_owl-buttons .sbi_owl-next{
        right: 0;
    }
    #sbi_lightbox .fa-clone {
        right: 4px;
        top: 4px;
    }
}
@media all and (min-width: 800px) {
    .sbi_lightbox.sbi_lb-comments-enabled {
        position: fixed;
        top: 50px !important;
    }
}


/* 3.0 styles */
/* Hover effect slight zoom */
#sb_instagram .sbi_photo_wrap{
    overflow: hidden;
}
#sb_instagram .sbi_item:not(.sbi_transition) .sbi_photo{
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#sb_instagram:not(.sbi_moderation_mode) .sbi_photo_wrap:hover .sbi_photo {
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
    transform:scale(1.05);
}
/* Carousel hover transition for 2 rows (as some cloned items still have the sbi_transition class on them) */
#sb_instagram #sbi_images.sbi_carousel .sbi_item.sbi_transition .sbi_photo{
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* Use CSS for lightbox fade instead of JS */
#sb_instagram .sbi_link {
    opacity: 0;
    display: block;
    transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
}
#sb_instagram .sbi_photo_wrap:hover .sbi_link {
    opacity: 1;
    display: block;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}
#sb_instagram.sbi_moderation_mode .sbi_photo_wrap .sbi_link{
    display: none !important;
}

/** Medium Header */
/* Only use medium & large headers on devices above 480px */
@media all and (min-width: 480px){
    .sb_instagram_header.sbi_medium .sbi_header_img {
        width: 80px;
        height: 80px;
        border-radius: 40px;
    }
    .sb_instagram_header.sbi_medium .sbi_header_img img {
        width: 80px;
        height: 80px;
        border-radius: 40px;
    }
    .sb_instagram_header.sbi_medium .sbi_header_text h3 {
        font-size: 20px;
    }
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{
        font-size: 14px;
    }
    .sb_instagram_header.sbi_medium .sbi_header_text h3,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{
        margin-left: 95px !important;
        line-height: 1.4
    }
    .sb_instagram_header.sbi_medium .sbi_header_text h3{
        margin-right: -85px !important;
    }
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info{
        margin-top: 4px !important;
    }
    .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3 {
        padding-top: 7px !important;
    }
    .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_info h3,
    .sb_instagram_header.sbi_header_type_generic.sbi_medium .sbi_no_bio{
        padding-top: 20px !important;
    }
    /** Large Header */
    .sb_instagram_header.sbi_large .sbi_header_img {
        width: 120px;
        height: 120px;
        border-radius: 60px;
    }
    .sb_instagram_header.sbi_large .sbi_header_img img {
        width: 120px;
        height: 120px;
        border-radius: 60px;
    }
    .sb_instagram_header.sbi_large .sbi_header_text h3 {
        font-size: 28px;
    }
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{
        font-size: 16px;
    }
    .sb_instagram_header.sbi_large .sbi_header_text h3,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{
        margin-left: 140px !important;
        line-height: 1.5;
    }
    .sb_instagram_header.sbi_large .sbi_header_text h3{
        margin-right: -120px !important;
    }
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info{
        margin-top: 12px !important;
    }
    .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3 {
        padding-top: 12px !important;
    }
    .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_info h3,
    #sb_instagram .sb_instagram_header.sbi_header_type_generic.sbi_large .sbi_no_bio{
        padding-top: 32px !important;
    }
}
/* centered */
.sb_instagram_header.sbi_centered{
    float: none;
    clear: both;
    padding: 0;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 500px;
    overflow: hidden;
}
.sb_instagram_header.sbi_centered .sbi_header_img{
    float: none;
    margin: auto !important;
}
.sb_instagram_header.sbi_centered .sbi_header_text h3,
.sb_instagram_header.sbi_centered .sbi_header_text .sbi_bio_info,
.sb_instagram_header.sbi_centered .sbi_header_text .sbi_bio{
    margin: auto !important;
    text-align: center;
    float: none;
}
.sb_instagram_header.sbi_header_style_boxed .sbi_header_img,
.sb_instagram_header.sbi_header_style_boxed .sbi_header_img img {
    border-radius: 0 !important;
}
.sb_instagram_header.sbi_centered a{
    float: none;
}

/* header story */
.sb_instagram_header.sbi_story *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sb_instagram_header.sbi_story .sbi_header_img {
    padding: 3px;
    background: rgb(250,155,87);
    background: linear-gradient(45deg, rgba(250,155,87,1) 0%, rgba(247,118,63,1) 35%, rgba(227,72,118,1) 55%, rgba(220,50,124,1) 75%, rgba(199,51,144,1) 100%);
}
.sb_instagram_header.sbi_story.sbi_header_style_boxed .sbi_header_img:after {
    border-radius: 0;
}
.sb_instagram_header.sbi_story .sbi_header_img_hover .sbi_new_logo{
    background: url('/xwp/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.png') no-repeat -91px -27px;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-left: -14px;
}
.sb_instagram_header.sbi_story .sbi_header_img_hover{
    transition: opacity 0.2s ease-in-out;
}

/* Header hover transition */
.sb_instagram_header.sbi_story .sbi_header_img img {
    height: auto;
    border: 3px solid #fff !important;
    border-radius: 50%;
    transition: border 0.2s ease;
}
.sbi_story .sbi_header_img_hover{
    background: none;
}
.sbi_story .sbi_header_img{
    transition: padding 0.2s ease;
}
.sb_instagram_header.sbi_story .sbi_header_link:hover .sbi_header_img img {
    border: 0px solid #fff !important;
    transition: border 0.2s ease;
}
.sbi_story .sbi_header_link:hover .sbi_header_img{
    padding: 25px;
    transition: padding 0.2s ease;
}
.sbi_story.sbi_medium .sbi_header_link:hover .sbi_header_img{
    padding: 40px;
    transition: padding 0.3s ease;
}
.sbi_story.sbi_large .sbi_header_link:hover .sbi_header_img{
    padding: 60px;
    transition: padding 0.4s ease;
}

/* ---- .element-item ---- */
#sb_instagram.sbi_masonry,
#sb_instagram.sbi_highlight {
    display: block !important;
}
#sb_instagram.sbi_highlight #sbi_images .sbi_item,
#sb_instagram.sbi_masonry #sbi_images .sbi_item{
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
#sb_instagram.sbi_masonry #sbi_images .sbi_item,
#sb_instagram.sbi_highlight #sbi_images .sbi_item{
    position: relative;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block !important;
}
#sb_instagram.sbi_highlight #sbi_images .sbi_item {
    height: 100px;
    width: 100px;
}
#sb_instagram.sbi_masonry #sbi_images .sbi_item.sbi_num_diff_hide,
#sb_instagram.sbi_highlight #sbi_images .sbi_item.sbi_num_diff_hide,
#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide{
    display: none !important;
}
.sbi_masonry #sbi_images:after,
.sbi_highlight #sbi_images:after{
    content: '';
    display: table;
    clear: both;
}
.sbi_masonry .sbi_hide {
    visibility: hidden;
}

/* Front end notice */
#sb_instagram .sbi_frontend_notice{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    padding: 10px;
    margin: 0 0 10px 0;
    background: #f9f9f9;
    color: #333;
    border: 1px solid #eee;
    font-size: 12px;
    line-height: 1.5;

}
#sb_instagram .sbi_frontend_notice .sbi_close_notice{
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px;
    color: #999;
    height: 10px;
    line-height: 1;
}
#sb_instagram .sbi_frontend_notice .sbi_close_notice:hover,
#sb_instagram .sbi_frontend_notice .sbi_close_notice:active{
    color: #333;
}

/* NO JS */
#sb_instagram #sbi_images .sbi_no_js.sbi_item .sbi_photo_wrap{
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
#sb_instagram #sbi_images .sbi_no_js.sbi_item .sbi_photo_wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
    z-index: -300;
}
#sb_instagram .sbi_no_js.sbi_item .sbi_photo {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#sb_instagram #sbi_images .sbi_no_js.sbi_item.sbi_transition {
    opacity: 1;
    max-height: 640px;
}
#sb_instagram #sbi_images .sbi_no_js .sbi_photo img {
    display: none;
}
/* NO JS */
#sb_instagram #sbi_images .sbi_no_js.sbi_item .sbi_photo_wrap{
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
#sb_instagram #sbi_images .sbi_no_js.sbi_item .sbi_photo_wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
    z-index: -300;
}
#sb_instagram .sbi_no_js.sbi_item .sbi_photo {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#sb_instagram #sbi_images .sbi_no_js.sbi_item.sbi_transition {
    opacity: 1;
    max-height: 640px;
}
#sb_instagram #sbi_images .sbi_no_js .sbi_photo img {
    display: none;
}
#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo {
    padding-bottom: 0 !important;
}@font-face {
    font-family: 'Elegant Themes - Line Icons';
    src:    url('Elegant Themes - Line Icons/icomoon.eot?ry7bfm');
    src:    url('Elegant Themes - Line Icons/icomoon.eot?ry7bfm#iefix') format('embedded-opentype'),
        url('Elegant Themes - Line Icons/icomoon.ttf?ry7bfm') format('truetype'),
        url('Elegant Themes - Line Icons/icomoon.woff?ry7bfm') format('woff'),
        url('Elegant Themes - Line Icons/icomoon.svg?ry7bfm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="la2d74fed4cfb9e2b1fa69ed7cad410af3-"], [class*=" la2d74fed4cfb9e2b1fa69ed7cad410af3-"] {
    
    font-family: 'Elegant Themes - Line Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.la2d74fed4cfb9e2b1fa69ed7cad410af3-mobile:before {
    content: "\e000";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-laptop:before {
    content: "\e001";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-desktop:before {
    content: "\e002";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-tablet:before {
    content: "\e003";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-phone:before {
    content: "\e004";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-document:before {
    content: "\e005";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-documents:before {
    content: "\e006";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-search:before {
    content: "\e007";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-clipboard:before {
    content: "\e008";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-newspaper:before {
    content: "\e009";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-notebook:before {
    content: "\e00a";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-book-open:before {
    content: "\e00b";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-browser:before {
    content: "\e00c";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-calendar:before {
    content: "\e00d";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-presentation:before {
    content: "\e00e";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-picture:before {
    content: "\e00f";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-pictures:before {
    content: "\e010";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-video:before {
    content: "\e011";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-camera:before {
    content: "\e012";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-printer:before {
    content: "\e013";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-toolbox:before {
    content: "\e014";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-briefcase:before {
    content: "\e015";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-wallet:before {
    content: "\e016";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-gift:before {
    content: "\e017";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-bargraph:before {
    content: "\e018";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-grid:before {
    content: "\e019";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-expand:before {
    content: "\e01a";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-focus:before {
    content: "\e01b";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-edit:before {
    content: "\e01c";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-adjustments:before {
    content: "\e01d";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-ribbon:before {
    content: "\e01e";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-hourglass:before {
    content: "\e01f";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-lock:before {
    content: "\e020";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-megaphone:before {
    content: "\e021";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-shield:before {
    content: "\e022";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-trophy:before {
    content: "\e023";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-flag:before {
    content: "\e024";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-map:before {
    content: "\e025";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-puzzle:before {
    content: "\e026";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-basket:before {
    content: "\e027";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-envelope:before {
    content: "\e028";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-streetsign:before {
    content: "\e029";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-telescope:before {
    content: "\e02a";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-gears:before {
    content: "\e02b";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-key:before {
    content: "\e02c";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-paperclip:before {
    content: "\e02d";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-attachment:before {
    content: "\e02e";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-pricetags:before {
    content: "\e02f";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-lightbulb:before {
    content: "\e030";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-layers:before {
    content: "\e031";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-pencil:before {
    content: "\e032";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-tools:before {
    content: "\e033";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-tools-2:before {
    content: "\e034";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-scissors:before {
    content: "\e035";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-paintbrush:before {
    content: "\e036";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-magnifying-glass:before {
    content: "\e037";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-circle-compass:before {
    content: "\e038";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-linegraph:before {
    content: "\e039";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-mic:before {
    content: "\e03a";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-strategy:before {
    content: "\e03b";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-beaker:before {
    content: "\e03c";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-caution:before {
    content: "\e03d";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-recycle:before {
    content: "\e03e";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-anchor:before {
    content: "\e03f";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-profile-male:before {
    content: "\e040";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-profile-female:before {
    content: "\e041";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-bike:before {
    content: "\e042";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-wine:before {
    content: "\e043";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-hotairballoon:before {
    content: "\e044";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-globe:before {
    content: "\e045";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-genius:before {
    content: "\e046";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-map-pin:before {
    content: "\e047";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-dial:before {
    content: "\e048";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-chat:before {
    content: "\e049";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-heart:before {
    content: "\e04a";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-cloud:before {
    content: "\e04b";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-upload:before {
    content: "\e04c";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-download:before {
    content: "\e04d";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-target:before {
    content: "\e04e";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-hazardous:before {
    content: "\e04f";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-piechart:before {
    content: "\e050";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-speedometer:before {
    content: "\e051";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-global:before {
    content: "\e052";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-compass:before {
    content: "\e053";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-lifesaver:before {
    content: "\e054";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-clock:before {
    content: "\e055";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-aperture:before {
    content: "\e056";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-quote:before {
    content: "\e057";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-scope:before {
    content: "\e058";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-alarmclock:before {
    content: "\e059";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-refresh:before {
    content: "\e05a";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-happy:before {
    content: "\e05b";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-sad:before {
    content: "\e05c";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-facebook:before {
    content: "\e05d";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-twitter:before {
    content: "\e05e";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-googleplus:before {
    content: "\e05f";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-rss:before {
    content: "\e060";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-tumblr:before {
    content: "\e061";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-linkedin:before {
    content: "\e062";
}
.la2d74fed4cfb9e2b1fa69ed7cad410af3-dribbble:before {
    content: "\e063";
}

@font-face {
    font-family: 'Entypo';
    src:    url('/xwp/wp-content/uploads/la_icon_sets/Entypo/icomoon.eot?g6q5gy');
    src:    url('/xwp/wp-content/uploads/la_icon_sets/Entypo/icomoon.eot?g6q5gy#iefix') format('embedded-opentype'),
        url('/xwp/wp-content/uploads/la_icon_sets/Entypo/icomoon.ttf?g6q5gy') format('truetype'),
        url('/xwp/wp-content/uploads/la_icon_sets/Entypo/icomoon.woff?g6q5gy') format('woff'),
        url('/xwp/wp-content/uploads/la_icon_sets/Entypo/icomoon.svg?g6q5gy#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="la4260795ad0f81b1474d734fd38f51ff6-"], [class*=" la4260795ad0f81b1474d734fd38f51ff6-"] {
    
    font-family: 'Entypo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.la4260795ad0f81b1474d734fd38f51ff6-add-to-list:before {
    content: "\e900";
}
.la4260795ad0f81b1474d734fd38f51ff6-classic-computer:before {
    content: "\e901";
}
.la4260795ad0f81b1474d734fd38f51ff6-controller-fast-backward:before {
    content: "\e902";
}
.la4260795ad0f81b1474d734fd38f51ff6-creative-commons-attribution:before {
    content: "\e903";
}
.la4260795ad0f81b1474d734fd38f51ff6-creative-commons-noderivs:before {
    content: "\e904";
}
.la4260795ad0f81b1474d734fd38f51ff6-creative-commons-noncommercial-eu:before {
    content: "\e905";
}
.la4260795ad0f81b1474d734fd38f51ff6-creative-commons-noncommercial-us:before {
    content: "\e906";
}
.la4260795ad0f81b1474d734fd38f51ff6-creative-commons-public-domain:before {
    content: "\e907";
}
.la4260795ad0f81b1474d734fd38f51ff6-creative-commons-remix:before {
    content: "\e908";
}
.la4260795ad0f81b1474d734fd38f51ff6-creative-commons-share:before {
    content: "\e909";
}
.la4260795ad0f81b1474d734fd38f51ff6-creative-commons-sharealike:before {
    content: "\e90a";
}
.la4260795ad0f81b1474d734fd38f51ff6-creative-commons:before {
    content: "\e90b";
}
.la4260795ad0f81b1474d734fd38f51ff6-document-landscape:before {
    content: "\e90c";
}
.la4260795ad0f81b1474d734fd38f51ff6-remove-user:before {
    content: "\e90d";
}
.la4260795ad0f81b1474d734fd38f51ff6-warning:before {
    content: "\e90e";
}
.la4260795ad0f81b1474d734fd38f51ff6-arrow-bold-down:before {
    content: "\e90f";
}
.la4260795ad0f81b1474d734fd38f51ff6-arrow-bold-left:before {
    content: "\e910";
}
.la4260795ad0f81b1474d734fd38f51ff6-arrow-bold-right:before {
    content: "\e911";
}
.la4260795ad0f81b1474d734fd38f51ff6-arrow-bold-up:before {
    content: "\e912";
}
.la4260795ad0f81b1474d734fd38f51ff6-arrow-down:before {
    content: "\e913";
}
.la4260795ad0f81b1474d734fd38f51ff6-arrow-left:before {
    content: "\e914";
}
.la4260795ad0f81b1474d734fd38f51ff6-arrow-long-down:before {
    content: "\e915";
}
.la4260795ad0f81b1474d734fd38f51ff6-arrow-long-left:before {
    content: "\e916";
}
.la4260795ad0f81b1474d734fd38f51ff6-arrow-long-right:before {
    content: "\e917";
}
.la4260795ad0f81b1474d734fd38f51ff6-arrow-long-up:before {
    content: "\e918";
}
.la4260795ad0f81b1474d734fd38f51ff6-arrow-right:before {
    content: "\e919";
}
.la4260795ad0f81b1474d734fd38f51ff6-arrow-up:before {
    content: "\e91a";
}
.la4260795ad0f81b1474d734fd38f51ff6-arrow-with-circle-down:before {
    content: "\e91b";
}
.la4260795ad0f81b1474d734fd38f51ff6-arrow-with-circle-left:before {
    content: "\e91c";
}
.la4260795ad0f81b1474d734fd38f51ff6-arrow-with-circle-right:before {
    content: "\e91d";
}
.la4260795ad0f81b1474d734fd38f51ff6-arrow-with-circle-up:before {
    content: "\e91e";
}
.la4260795ad0f81b1474d734fd38f51ff6-bookmark:before {
    content: "\e91f";
}
.la4260795ad0f81b1474d734fd38f51ff6-bookmarks:before {
    content: "\e920";
}
.la4260795ad0f81b1474d734fd38f51ff6-chevron-down:before {
    content: "\e921";
}
.la4260795ad0f81b1474d734fd38f51ff6-chevron-left:before {
    content: "\e922";
}
.la4260795ad0f81b1474d734fd38f51ff6-chevron-right:before {
    content: "\e923";
}
.la4260795ad0f81b1474d734fd38f51ff6-chevron-small-down:before {
    content: "\e924";
}
.la4260795ad0f81b1474d734fd38f51ff6-chevron-small-left:before {
    content: "\e925";
}
.la4260795ad0f81b1474d734fd38f51ff6-chevron-small-right:before {
    content: "\e926";
}
.la4260795ad0f81b1474d734fd38f51ff6-chevron-small-up:before {
    content: "\e927";
}
.la4260795ad0f81b1474d734fd38f51ff6-chevron-thin-down:before {
    content: "\e928";
}
.la4260795ad0f81b1474d734fd38f51ff6-chevron-thin-left:before {
    content: "\e929";
}
.la4260795ad0f81b1474d734fd38f51ff6-chevron-thin-right:before {
    content: "\e92a";
}
.la4260795ad0f81b1474d734fd38f51ff6-chevron-thin-up:before {
    content: "\e92b";
}
.la4260795ad0f81b1474d734fd38f51ff6-chevron-up:before {
    content: "\e92c";
}
.la4260795ad0f81b1474d734fd38f51ff6-chevron-with-circle-down:before {
    content: "\e92d";
}
.la4260795ad0f81b1474d734fd38f51ff6-chevron-with-circle-left:before {
    content: "\e92e";
}
.la4260795ad0f81b1474d734fd38f51ff6-chevron-with-circle-right:before {
    content: "\e92f";
}
.la4260795ad0f81b1474d734fd38f51ff6-chevron-with-circle-up:before {
    content: "\e930";
}
.la4260795ad0f81b1474d734fd38f51ff6-cloud:before {
    content: "\e931";
}
.la4260795ad0f81b1474d734fd38f51ff6-controller-fast-forward:before {
    content: "\e932";
}
.la4260795ad0f81b1474d734fd38f51ff6-controller-jump-to-start:before {
    content: "\e933";
}
.la4260795ad0f81b1474d734fd38f51ff6-controller-next:before {
    content: "\e934";
}
.la4260795ad0f81b1474d734fd38f51ff6-controller-paus:before {
    content: "\e935";
}
.la4260795ad0f81b1474d734fd38f51ff6-controller-play:before {
    content: "\e936";
}
.la4260795ad0f81b1474d734fd38f51ff6-controller-record:before {
    content: "\e937";
}
.la4260795ad0f81b1474d734fd38f51ff6-controller-stop:before {
    content: "\e938";
}
.la4260795ad0f81b1474d734fd38f51ff6-controller-volume:before {
    content: "\e939";
}
.la4260795ad0f81b1474d734fd38f51ff6-dot-single:before {
    content: "\e93a";
}
.la4260795ad0f81b1474d734fd38f51ff6-dots-three-horizontal:before {
    content: "\e93b";
}
.la4260795ad0f81b1474d734fd38f51ff6-dots-three-vertical:before {
    content: "\e93c";
}
.la4260795ad0f81b1474d734fd38f51ff6-dots-two-horizontal:before {
    content: "\e93d";
}
.la4260795ad0f81b1474d734fd38f51ff6-dots-two-vertical:before {
    content: "\e93e";
}
.la4260795ad0f81b1474d734fd38f51ff6-download:before {
    content: "\e93f";
}
.la4260795ad0f81b1474d734fd38f51ff6-emoji-flirt:before {
    content: "\e940";
}
.la4260795ad0f81b1474d734fd38f51ff6-flow-branch:before {
    content: "\e941";
}
.la4260795ad0f81b1474d734fd38f51ff6-flow-cascade:before {
    content: "\e942";
}
.la4260795ad0f81b1474d734fd38f51ff6-flow-line:before {
    content: "\e943";
}
.la4260795ad0f81b1474d734fd38f51ff6-flow-parallel:before {
    content: "\e944";
}
.la4260795ad0f81b1474d734fd38f51ff6-flow-tree:before {
    content: "\e945";
}
.la4260795ad0f81b1474d734fd38f51ff6-install:before {
    content: "\e946";
}
.la4260795ad0f81b1474d734fd38f51ff6-layers:before {
    content: "\e947";
}
.la4260795ad0f81b1474d734fd38f51ff6-open-book:before {
    content: "\e948";
}
.la4260795ad0f81b1474d734fd38f51ff6-resize-100:before {
    content: "\e949";
}
.la4260795ad0f81b1474d734fd38f51ff6-resize-full-screen:before {
    content: "\e94a";
}
.la4260795ad0f81b1474d734fd38f51ff6-save:before {
    content: "\e94b";
}
.la4260795ad0f81b1474d734fd38f51ff6-select-arrows:before {
    content: "\e94c";
}
.la4260795ad0f81b1474d734fd38f51ff6-sound-mute:before {
    content: "\e94d";
}
.la4260795ad0f81b1474d734fd38f51ff6-sound:before {
    content: "\e94e";
}
.la4260795ad0f81b1474d734fd38f51ff6-trash:before {
    content: "\e94f";
}
.la4260795ad0f81b1474d734fd38f51ff6-triangle-down:before {
    content: "\e950";
}
.la4260795ad0f81b1474d734fd38f51ff6-triangle-left:before {
    content: "\e951";
}
.la4260795ad0f81b1474d734fd38f51ff6-triangle-right:before {
    content: "\e952";
}
.la4260795ad0f81b1474d734fd38f51ff6-triangle-up:before {
    content: "\e953";
}
.la4260795ad0f81b1474d734fd38f51ff6-uninstall:before {
    content: "\e954";
}
.la4260795ad0f81b1474d734fd38f51ff6-upload-to-cloud:before {
    content: "\e955";
}
.la4260795ad0f81b1474d734fd38f51ff6-upload:before {
    content: "\e956";
}
.la4260795ad0f81b1474d734fd38f51ff6-add-user:before {
    content: "\e957";
}
.la4260795ad0f81b1474d734fd38f51ff6-address:before {
    content: "\e958";
}
.la4260795ad0f81b1474d734fd38f51ff6-adjust:before {
    content: "\e959";
}
.la4260795ad0f81b1474d734fd38f51ff6-air:before {
    content: "\e95a";
}
.la4260795ad0f81b1474d734fd38f51ff6-aircraft-landing:before {
    content: "\e95b";
}
.la4260795ad0f81b1474d734fd38f51ff6-aircraft-take-off:before {
    content: "\e95c";
}
.la4260795ad0f81b1474d734fd38f51ff6-aircraft:before {
    content: "\e95d";
}
.la4260795ad0f81b1474d734fd38f51ff6-align-bottom:before {
    content: "\e95e";
}
.la4260795ad0f81b1474d734fd38f51ff6-align-horizontal-middle:before {
    content: "\e95f";
}
.la4260795ad0f81b1474d734fd38f51ff6-align-left:before {
    content: "\e960";
}
.la4260795ad0f81b1474d734fd38f51ff6-align-right:before {
    content: "\e961";
}
.la4260795ad0f81b1474d734fd38f51ff6-align-top:before {
    content: "\e962";
}
.la4260795ad0f81b1474d734fd38f51ff6-align-vertical-middle:before {
    content: "\e963";
}
.la4260795ad0f81b1474d734fd38f51ff6-archive:before {
    content: "\e964";
}
.la4260795ad0f81b1474d734fd38f51ff6-area-graph:before {
    content: "\e965";
}
.la4260795ad0f81b1474d734fd38f51ff6-attachment:before {
    content: "\e966";
}
.la4260795ad0f81b1474d734fd38f51ff6-awareness-ribbon:before {
    content: "\e967";
}
.la4260795ad0f81b1474d734fd38f51ff6-back-in-time:before {
    content: "\e968";
}
.la4260795ad0f81b1474d734fd38f51ff6-back:before {
    content: "\e969";
}
.la4260795ad0f81b1474d734fd38f51ff6-bar-graph:before {
    content: "\e96a";
}
.la4260795ad0f81b1474d734fd38f51ff6-battery:before {
    content: "\e96b";
}
.la4260795ad0f81b1474d734fd38f51ff6-beamed-note:before {
    content: "\e96c";
}
.la4260795ad0f81b1474d734fd38f51ff6-bell:before {
    content: "\e96d";
}
.la4260795ad0f81b1474d734fd38f51ff6-blackboard:before {
    content: "\e96e";
}
.la4260795ad0f81b1474d734fd38f51ff6-block:before {
    content: "\e96f";
}
.la4260795ad0f81b1474d734fd38f51ff6-book:before {
    content: "\e970";
}
.la4260795ad0f81b1474d734fd38f51ff6-bowl:before {
    content: "\e971";
}
.la4260795ad0f81b1474d734fd38f51ff6-box:before {
    content: "\e972";
}
.la4260795ad0f81b1474d734fd38f51ff6-briefcase:before {
    content: "\e973";
}
.la4260795ad0f81b1474d734fd38f51ff6-browser:before {
    content: "\e974";
}
.la4260795ad0f81b1474d734fd38f51ff6-brush:before {
    content: "\e975";
}
.la4260795ad0f81b1474d734fd38f51ff6-bucket:before {
    content: "\e976";
}
.la4260795ad0f81b1474d734fd38f51ff6-cake:before {
    content: "\e977";
}
.la4260795ad0f81b1474d734fd38f51ff6-calculator:before {
    content: "\e978";
}
.la4260795ad0f81b1474d734fd38f51ff6-calendar:before {
    content: "\e979";
}
.la4260795ad0f81b1474d734fd38f51ff6-camera:before {
    content: "\e97a";
}
.la4260795ad0f81b1474d734fd38f51ff6-ccw:before {
    content: "\e97b";
}
.la4260795ad0f81b1474d734fd38f51ff6-chat:before {
    content: "\e97c";
}
.la4260795ad0f81b1474d734fd38f51ff6-check:before {
    content: "\e97d";
}
.la4260795ad0f81b1474d734fd38f51ff6-circle-with-cross:before {
    content: "\e97e";
}
.la4260795ad0f81b1474d734fd38f51ff6-circle-with-minus:before {
    content: "\e97f";
}
.la4260795ad0f81b1474d734fd38f51ff6-circle-with-plus:before {
    content: "\e980";
}
.la4260795ad0f81b1474d734fd38f51ff6-circle:before {
    content: "\e981";
}
.la4260795ad0f81b1474d734fd38f51ff6-circular-graph:before {
    content: "\e982";
}
.la4260795ad0f81b1474d734fd38f51ff6-clapperboard:before {
    content: "\e983";
}
.la4260795ad0f81b1474d734fd38f51ff6-clipboard:before {
    content: "\e984";
}
.la4260795ad0f81b1474d734fd38f51ff6-clock:before {
    content: "\e985";
}
.la4260795ad0f81b1474d734fd38f51ff6-code:before {
    content: "\e986";
}
.la4260795ad0f81b1474d734fd38f51ff6-cog:before {
    content: "\e987";
}
.la4260795ad0f81b1474d734fd38f51ff6-colours:before {
    content: "\e988";
}
.la4260795ad0f81b1474d734fd38f51ff6-compass:before {
    content: "\e989";
}
.la4260795ad0f81b1474d734fd38f51ff6-copy:before {
    content: "\e98a";
}
.la4260795ad0f81b1474d734fd38f51ff6-credit-card:before {
    content: "\e98b";
}
.la4260795ad0f81b1474d734fd38f51ff6-credit:before {
    content: "\e98c";
}
.la4260795ad0f81b1474d734fd38f51ff6-cross:before {
    content: "\e98d";
}
.la4260795ad0f81b1474d734fd38f51ff6-cup:before {
    content: "\e98e";
}
.la4260795ad0f81b1474d734fd38f51ff6-cw:before {
    content: "\e98f";
}
.la4260795ad0f81b1474d734fd38f51ff6-cycle:before {
    content: "\e990";
}
.la4260795ad0f81b1474d734fd38f51ff6-database:before {
    content: "\e991";
}
.la4260795ad0f81b1474d734fd38f51ff6-dial-pad:before {
    content: "\e992";
}
.la4260795ad0f81b1474d734fd38f51ff6-direction:before {
    content: "\e993";
}
.la4260795ad0f81b1474d734fd38f51ff6-document:before {
    content: "\e994";
}
.la4260795ad0f81b1474d734fd38f51ff6-documents:before {
    content: "\e995";
}
.la4260795ad0f81b1474d734fd38f51ff6-drink:before {
    content: "\e996";
}
.la4260795ad0f81b1474d734fd38f51ff6-drive:before {
    content: "\e997";
}
.la4260795ad0f81b1474d734fd38f51ff6-drop:before {
    content: "\e998";
}
.la4260795ad0f81b1474d734fd38f51ff6-edit:before {
    content: "\e999";
}
.la4260795ad0f81b1474d734fd38f51ff6-email:before {
    content: "\e99a";
}
.la4260795ad0f81b1474d734fd38f51ff6-emoji-happy:before {
    content: "\e99b";
}
.la4260795ad0f81b1474d734fd38f51ff6-emoji-neutral:before {
    content: "\e99c";
}
.la4260795ad0f81b1474d734fd38f51ff6-emoji-sad:before {
    content: "\e99d";
}
.la4260795ad0f81b1474d734fd38f51ff6-erase:before {
    content: "\e99e";
}
.la4260795ad0f81b1474d734fd38f51ff6-eraser:before {
    content: "\e99f";
}
.la4260795ad0f81b1474d734fd38f51ff6-export:before {
    content: "\e9a0";
}
.la4260795ad0f81b1474d734fd38f51ff6-eye:before {
    content: "\e9a1";
}
.la4260795ad0f81b1474d734fd38f51ff6-feather:before {
    content: "\e9a2";
}
.la4260795ad0f81b1474d734fd38f51ff6-flag:before {
    content: "\e9a3";
}
.la4260795ad0f81b1474d734fd38f51ff6-flash:before {
    content: "\e9a4";
}
.la4260795ad0f81b1474d734fd38f51ff6-flashlight:before {
    content: "\e9a5";
}
.la4260795ad0f81b1474d734fd38f51ff6-flat-brush:before {
    content: "\e9a6";
}
.la4260795ad0f81b1474d734fd38f51ff6-folder-images:before {
    content: "\e9a7";
}
.la4260795ad0f81b1474d734fd38f51ff6-folder-music:before {
    content: "\e9a8";
}
.la4260795ad0f81b1474d734fd38f51ff6-folder-video:before {
    content: "\e9a9";
}
.la4260795ad0f81b1474d734fd38f51ff6-folder:before {
    content: "\e9aa";
}
.la4260795ad0f81b1474d734fd38f51ff6-forward:before {
    content: "\e9ab";
}
.la4260795ad0f81b1474d734fd38f51ff6-funnel:before {
    content: "\e9ac";
}
.la4260795ad0f81b1474d734fd38f51ff6-game-controller:before {
    content: "\e9ad";
}
.la4260795ad0f81b1474d734fd38f51ff6-gauge:before {
    content: "\e9ae";
}
.la4260795ad0f81b1474d734fd38f51ff6-globe:before {
    content: "\e9af";
}
.la4260795ad0f81b1474d734fd38f51ff6-graduation-cap:before {
    content: "\e9b0";
}
.la4260795ad0f81b1474d734fd38f51ff6-grid:before {
    content: "\e9b1";
}
.la4260795ad0f81b1474d734fd38f51ff6-hair-cross:before {
    content: "\e9b2";
}
.la4260795ad0f81b1474d734fd38f51ff6-hand:before {
    content: "\e9b3";
}
.la4260795ad0f81b1474d734fd38f51ff6-heart-outlined:before {
    content: "\e9b4";
}
.la4260795ad0f81b1474d734fd38f51ff6-heart:before {
    content: "\e9b5";
}
.la4260795ad0f81b1474d734fd38f51ff6-help-with-circle:before {
    content: "\e9b6";
}
.la4260795ad0f81b1474d734fd38f51ff6-help:before {
    content: "\e9b7";
}
.la4260795ad0f81b1474d734fd38f51ff6-home:before {
    content: "\e9b8";
}
.la4260795ad0f81b1474d734fd38f51ff6-hour-glass:before {
    content: "\e9b9";
}
.la4260795ad0f81b1474d734fd38f51ff6-image-inverted:before {
    content: "\e9ba";
}
.la4260795ad0f81b1474d734fd38f51ff6-image:before {
    content: "\e9bb";
}
.la4260795ad0f81b1474d734fd38f51ff6-images:before {
    content: "\e9bc";
}
.la4260795ad0f81b1474d734fd38f51ff6-inbox:before {
    content: "\e9bd";
}
.la4260795ad0f81b1474d734fd38f51ff6-infinity:before {
    content: "\e9be";
}
.la4260795ad0f81b1474d734fd38f51ff6-info-with-circle:before {
    content: "\e9bf";
}
.la4260795ad0f81b1474d734fd38f51ff6-info:before {
    content: "\e9c0";
}
.la4260795ad0f81b1474d734fd38f51ff6-key:before {
    content: "\e9c1";
}
.la4260795ad0f81b1474d734fd38f51ff6-keyboard:before {
    content: "\e9c2";
}
.la4260795ad0f81b1474d734fd38f51ff6-lab-flask:before {
    content: "\e9c3";
}
.la4260795ad0f81b1474d734fd38f51ff6-landline:before {
    content: "\e9c4";
}
.la4260795ad0f81b1474d734fd38f51ff6-language:before {
    content: "\e9c5";
}
.la4260795ad0f81b1474d734fd38f51ff6-laptop:before {
    content: "\e9c6";
}
.la4260795ad0f81b1474d734fd38f51ff6-leaf:before {
    content: "\e9c7";
}
.la4260795ad0f81b1474d734fd38f51ff6-level-down:before {
    content: "\e9c8";
}
.la4260795ad0f81b1474d734fd38f51ff6-level-up:before {
    content: "\e9c9";
}
.la4260795ad0f81b1474d734fd38f51ff6-lifebuoy:before {
    content: "\e9ca";
}
.la4260795ad0f81b1474d734fd38f51ff6-light-bulb:before {
    content: "\e9cb";
}
.la4260795ad0f81b1474d734fd38f51ff6-light-down:before {
    content: "\e9cc";
}
.la4260795ad0f81b1474d734fd38f51ff6-light-up:before {
    content: "\e9cd";
}
.la4260795ad0f81b1474d734fd38f51ff6-line-graph:before {
    content: "\e9ce";
}
.la4260795ad0f81b1474d734fd38f51ff6-link:before {
    content: "\e9cf";
}
.la4260795ad0f81b1474d734fd38f51ff6-list:before {
    content: "\e9d0";
}
.la4260795ad0f81b1474d734fd38f51ff6-location-pin:before {
    content: "\e9d1";
}
.la4260795ad0f81b1474d734fd38f51ff6-location:before {
    content: "\e9d2";
}
.la4260795ad0f81b1474d734fd38f51ff6-lock-open:before {
    content: "\e9d3";
}
.la4260795ad0f81b1474d734fd38f51ff6-lock:before {
    content: "\e9d4";
}
.la4260795ad0f81b1474d734fd38f51ff6-log-out:before {
    content: "\e9d5";
}
.la4260795ad0f81b1474d734fd38f51ff6-login:before {
    content: "\e9d6";
}
.la4260795ad0f81b1474d734fd38f51ff6-loop:before {
    content: "\e9d7";
}
.la4260795ad0f81b1474d734fd38f51ff6-magnet:before {
    content: "\e9d8";
}
.la4260795ad0f81b1474d734fd38f51ff6-magnifying-glass:before {
    content: "\e9d9";
}
.la4260795ad0f81b1474d734fd38f51ff6-mail:before {
    content: "\e9da";
}
.la4260795ad0f81b1474d734fd38f51ff6-man:before {
    content: "\e9db";
}
.la4260795ad0f81b1474d734fd38f51ff6-map:before {
    content: "\e9dc";
}
.la4260795ad0f81b1474d734fd38f51ff6-mask:before {
    content: "\e9dd";
}
.la4260795ad0f81b1474d734fd38f51ff6-medal:before {
    content: "\e9de";
}
.la4260795ad0f81b1474d734fd38f51ff6-megaphone:before {
    content: "\e9df";
}
.la4260795ad0f81b1474d734fd38f51ff6-menu:before {
    content: "\e9e0";
}
.la4260795ad0f81b1474d734fd38f51ff6-message:before {
    content: "\e9e1";
}
.la4260795ad0f81b1474d734fd38f51ff6-mic:before {
    content: "\e9e2";
}
.la4260795ad0f81b1474d734fd38f51ff6-minus:before {
    content: "\e9e3";
}
.la4260795ad0f81b1474d734fd38f51ff6-mobile:before {
    content: "\e9e4";
}
.la4260795ad0f81b1474d734fd38f51ff6-modern-mic:before {
    content: "\e9e5";
}
.la4260795ad0f81b1474d734fd38f51ff6-moon:before {
    content: "\e9e6";
}
.la4260795ad0f81b1474d734fd38f51ff6-mouse:before {
    content: "\e9e7";
}
.la4260795ad0f81b1474d734fd38f51ff6-music:before {
    content: "\e9e8";
}
.la4260795ad0f81b1474d734fd38f51ff6-network:before {
    content: "\e9e9";
}
.la4260795ad0f81b1474d734fd38f51ff6-new-message:before {
    content: "\e9ea";
}
.la4260795ad0f81b1474d734fd38f51ff6-new:before {
    content: "\e9eb";
}
.la4260795ad0f81b1474d734fd38f51ff6-news:before {
    content: "\e9ec";
}
.la4260795ad0f81b1474d734fd38f51ff6-note:before {
    content: "\e9ed";
}
.la4260795ad0f81b1474d734fd38f51ff6-notification:before {
    content: "\e9ee";
}
.la4260795ad0f81b1474d734fd38f51ff6-old-mobile:before {
    content: "\e9ef";
}
.la4260795ad0f81b1474d734fd38f51ff6-old-phone:before {
    content: "\e9f0";
}
.la4260795ad0f81b1474d734fd38f51ff6-palette:before {
    content: "\e9f1";
}
.la4260795ad0f81b1474d734fd38f51ff6-paper-plane:before {
    content: "\e9f2";
}
.la4260795ad0f81b1474d734fd38f51ff6-pencil:before {
    content: "\e9f3";
}
.la4260795ad0f81b1474d734fd38f51ff6-phone:before {
    content: "\e9f4";
}
.la4260795ad0f81b1474d734fd38f51ff6-pie-chart:before {
    content: "\e9f5";
}
.la4260795ad0f81b1474d734fd38f51ff6-pin:before {
    content: "\e9f6";
}
.la4260795ad0f81b1474d734fd38f51ff6-plus:before {
    content: "\e9f7";
}
.la4260795ad0f81b1474d734fd38f51ff6-popup:before {
    content: "\e9f8";
}
.la4260795ad0f81b1474d734fd38f51ff6-power-plug:before {
    content: "\e9f9";
}
.la4260795ad0f81b1474d734fd38f51ff6-price-ribbon:before {
    content: "\e9fa";
}
.la4260795ad0f81b1474d734fd38f51ff6-price-tag:before {
    content: "\e9fb";
}
.la4260795ad0f81b1474d734fd38f51ff6-print:before {
    content: "\e9fc";
}
.la4260795ad0f81b1474d734fd38f51ff6-progress-empty:before {
    content: "\e9fd";
}
.la4260795ad0f81b1474d734fd38f51ff6-progress-full:before {
    content: "\e9fe";
}
.la4260795ad0f81b1474d734fd38f51ff6-progress-one:before {
    content: "\e9ff";
}
.la4260795ad0f81b1474d734fd38f51ff6-progress-two:before {
    content: "\ea00";
}
.la4260795ad0f81b1474d734fd38f51ff6-publish:before {
    content: "\ea01";
}
.la4260795ad0f81b1474d734fd38f51ff6-quote:before {
    content: "\ea02";
}
.la4260795ad0f81b1474d734fd38f51ff6-radio:before {
    content: "\ea03";
}
.la4260795ad0f81b1474d734fd38f51ff6-reply-all:before {
    content: "\ea04";
}
.la4260795ad0f81b1474d734fd38f51ff6-reply:before {
    content: "\ea05";
}
.la4260795ad0f81b1474d734fd38f51ff6-retweet:before {
    content: "\ea06";
}
.la4260795ad0f81b1474d734fd38f51ff6-rocket:before {
    content: "\ea07";
}
.la4260795ad0f81b1474d734fd38f51ff6-round-brush:before {
    content: "\ea08";
}
.la4260795ad0f81b1474d734fd38f51ff6-rss:before {
    content: "\ea09";
}
.la4260795ad0f81b1474d734fd38f51ff6-ruler:before {
    content: "\ea0a";
}
.la4260795ad0f81b1474d734fd38f51ff6-scissors:before {
    content: "\ea0b";
}
.la4260795ad0f81b1474d734fd38f51ff6-share-alternitive:before {
    content: "\ea0c";
}
.la4260795ad0f81b1474d734fd38f51ff6-share:before {
    content: "\ea0d";
}
.la4260795ad0f81b1474d734fd38f51ff6-shareable:before {
    content: "\ea0e";
}
.la4260795ad0f81b1474d734fd38f51ff6-shield:before {
    content: "\ea0f";
}
.la4260795ad0f81b1474d734fd38f51ff6-shop:before {
    content: "\ea10";
}
.la4260795ad0f81b1474d734fd38f51ff6-shopping-bag:before {
    content: "\ea11";
}
.la4260795ad0f81b1474d734fd38f51ff6-shopping-basket:before {
    content: "\ea12";
}
.la4260795ad0f81b1474d734fd38f51ff6-shopping-cart:before {
    content: "\ea13";
}
.la4260795ad0f81b1474d734fd38f51ff6-shuffle:before {
    content: "\ea14";
}
.la4260795ad0f81b1474d734fd38f51ff6-signal:before {
    content: "\ea15";
}
.la4260795ad0f81b1474d734fd38f51ff6-sound-mix:before {
    content: "\ea16";
}
.la4260795ad0f81b1474d734fd38f51ff6-sports-club:before {
    content: "\ea17";
}
.la4260795ad0f81b1474d734fd38f51ff6-spreadsheet:before {
    content: "\ea18";
}
.la4260795ad0f81b1474d734fd38f51ff6-squared-cross:before {
    content: "\ea19";
}
.la4260795ad0f81b1474d734fd38f51ff6-squared-minus:before {
    content: "\ea1a";
}
.la4260795ad0f81b1474d734fd38f51ff6-squared-plus:before {
    content: "\ea1b";
}
.la4260795ad0f81b1474d734fd38f51ff6-star-outlined:before {
    content: "\ea1c";
}
.la4260795ad0f81b1474d734fd38f51ff6-star:before {
    content: "\ea1d";
}
.la4260795ad0f81b1474d734fd38f51ff6-stopwatch:before {
    content: "\ea1e";
}
.la4260795ad0f81b1474d734fd38f51ff6-suitcase:before {
    content: "\ea1f";
}
.la4260795ad0f81b1474d734fd38f51ff6-swap:before {
    content: "\ea20";
}
.la4260795ad0f81b1474d734fd38f51ff6-sweden:before {
    content: "\ea21";
}
.la4260795ad0f81b1474d734fd38f51ff6-switch:before {
    content: "\ea22";
}
.la4260795ad0f81b1474d734fd38f51ff6-tablet:before {
    content: "\ea23";
}
.la4260795ad0f81b1474d734fd38f51ff6-tag:before {
    content: "\ea24";
}
.la4260795ad0f81b1474d734fd38f51ff6-text-document-inverted:before {
    content: "\ea25";
}
.la4260795ad0f81b1474d734fd38f51ff6-text-document:before {
    content: "\ea26";
}
.la4260795ad0f81b1474d734fd38f51ff6-text:before {
    content: "\ea27";
}
.la4260795ad0f81b1474d734fd38f51ff6-thermometer:before {
    content: "\ea28";
}
.la4260795ad0f81b1474d734fd38f51ff6-thumbs-down:before {
    content: "\ea29";
}
.la4260795ad0f81b1474d734fd38f51ff6-thumbs-up:before {
    content: "\ea2a";
}
.la4260795ad0f81b1474d734fd38f51ff6-thunder-cloud:before {
    content: "\ea2b";
}
.la4260795ad0f81b1474d734fd38f51ff6-ticket:before {
    content: "\ea2c";
}
.la4260795ad0f81b1474d734fd38f51ff6-time-slot:before {
    content: "\ea2d";
}
.la4260795ad0f81b1474d734fd38f51ff6-tools:before {
    content: "\ea2e";
}
.la4260795ad0f81b1474d734fd38f51ff6-traffic-cone:before {
    content: "\ea2f";
}
.la4260795ad0f81b1474d734fd38f51ff6-tree:before {
    content: "\ea30";
}
.la4260795ad0f81b1474d734fd38f51ff6-trophy:before {
    content: "\ea31";
}
.la4260795ad0f81b1474d734fd38f51ff6-tv:before {
    content: "\ea32";
}
.la4260795ad0f81b1474d734fd38f51ff6-typing:before {
    content: "\ea33";
}
.la4260795ad0f81b1474d734fd38f51ff6-unread:before {
    content: "\ea34";
}
.la4260795ad0f81b1474d734fd38f51ff6-untag:before {
    content: "\ea35";
}
.la4260795ad0f81b1474d734fd38f51ff6-user:before {
    content: "\ea36";
}
.la4260795ad0f81b1474d734fd38f51ff6-users:before {
    content: "\ea37";
}
.la4260795ad0f81b1474d734fd38f51ff6-v-card:before {
    content: "\ea38";
}
.la4260795ad0f81b1474d734fd38f51ff6-video:before {
    content: "\ea39";
}
.la4260795ad0f81b1474d734fd38f51ff6-vinyl:before {
    content: "\ea3a";
}
.la4260795ad0f81b1474d734fd38f51ff6-voicemail:before {
    content: "\ea3b";
}
.la4260795ad0f81b1474d734fd38f51ff6-wallet:before {
    content: "\ea3c";
}
.la4260795ad0f81b1474d734fd38f51ff6-water:before {
    content: "\ea3d";
}
.la4260795ad0f81b1474d734fd38f51ff6-500px-with-circle:before {
    content: "\ea3e";
}
.la4260795ad0f81b1474d734fd38f51ff6-500px:before {
    content: "\ea3f";
}
.la4260795ad0f81b1474d734fd38f51ff6-basecamp:before {
    content: "\ea40";
}
.la4260795ad0f81b1474d734fd38f51ff6-behance:before {
    content: "\ea41";
}
.la4260795ad0f81b1474d734fd38f51ff6-creative-cloud:before {
    content: "\ea42";
}
.la4260795ad0f81b1474d734fd38f51ff6-dropbox:before {
    content: "\ea43";
}
.la4260795ad0f81b1474d734fd38f51ff6-evernote:before {
    content: "\ea44";
}
.la4260795ad0f81b1474d734fd38f51ff6-flattr:before {
    content: "\ea45";
}
.la4260795ad0f81b1474d734fd38f51ff6-foursquare:before {
    content: "\ea46";
}
.la4260795ad0f81b1474d734fd38f51ff6-google-drive:before {
    content: "\ea47";
}
.la4260795ad0f81b1474d734fd38f51ff6-google-hangouts:before {
    content: "\ea48";
}
.la4260795ad0f81b1474d734fd38f51ff6-grooveshark:before {
    content: "\ea49";
}
.la4260795ad0f81b1474d734fd38f51ff6-icloud:before {
    content: "\ea4a";
}
.la4260795ad0f81b1474d734fd38f51ff6-mixi:before {
    content: "\ea4b";
}
.la4260795ad0f81b1474d734fd38f51ff6-onedrive:before {
    content: "\ea4c";
}
.la4260795ad0f81b1474d734fd38f51ff6-paypal:before {
    content: "\ea4d";
}
.la4260795ad0f81b1474d734fd38f51ff6-picasa:before {
    content: "\ea4e";
}
.la4260795ad0f81b1474d734fd38f51ff6-qq:before {
    content: "\ea4f";
}
.la4260795ad0f81b1474d734fd38f51ff6-rdio-with-circle:before {
    content: "\ea50";
}
.la4260795ad0f81b1474d734fd38f51ff6-renren:before {
    content: "\ea51";
}
.la4260795ad0f81b1474d734fd38f51ff6-scribd:before {
    content: "\ea52";
}
.la4260795ad0f81b1474d734fd38f51ff6-sina-weibo:before {
    content: "\ea53";
}
.la4260795ad0f81b1474d734fd38f51ff6-skype-with-circle:before {
    content: "\ea54";
}
.la4260795ad0f81b1474d734fd38f51ff6-skype:before {
    content: "\ea55";
}
.la4260795ad0f81b1474d734fd38f51ff6-slideshare:before {
    content: "\ea56";
}
.la4260795ad0f81b1474d734fd38f51ff6-smashing:before {
    content: "\ea57";
}
.la4260795ad0f81b1474d734fd38f51ff6-soundcloud:before {
    content: "\ea58";
}
.la4260795ad0f81b1474d734fd38f51ff6-spotify-with-circle:before {
    content: "\ea59";
}
.la4260795ad0f81b1474d734fd38f51ff6-spotify:before {
    content: "\ea5a";
}
.la4260795ad0f81b1474d734fd38f51ff6-swarm:before {
    content: "\ea5b";
}
.la4260795ad0f81b1474d734fd38f51ff6-vine-with-circle:before {
    content: "\ea5c";
}
.la4260795ad0f81b1474d734fd38f51ff6-vine:before {
    content: "\ea5d";
}
.la4260795ad0f81b1474d734fd38f51ff6-vk-alternitive:before {
    content: "\ea5e";
}
.la4260795ad0f81b1474d734fd38f51ff6-vk-with-circle:before {
    content: "\ea5f";
}
.la4260795ad0f81b1474d734fd38f51ff6-vk:before {
    content: "\ea60";
}
.la4260795ad0f81b1474d734fd38f51ff6-xing-with-circle:before {
    content: "\ea61";
}
.la4260795ad0f81b1474d734fd38f51ff6-xing:before {
    content: "\ea62";
}
.la4260795ad0f81b1474d734fd38f51ff6-yelp:before {
    content: "\ea63";
}
.la4260795ad0f81b1474d734fd38f51ff6-dribbble-with-circle:before {
    content: "\ea64";
}
.la4260795ad0f81b1474d734fd38f51ff6-dribbble:before {
    content: "\ea65";
}
.la4260795ad0f81b1474d734fd38f51ff6-facebook-with-circle:before {
    content: "\ea66";
}
.la4260795ad0f81b1474d734fd38f51ff6-facebook:before {
    content: "\ea67";
}
.la4260795ad0f81b1474d734fd38f51ff6-flickr-with-circle:before {
    content: "\ea68";
}
.la4260795ad0f81b1474d734fd38f51ff6-flickr:before {
    content: "\ea69";
}
.la4260795ad0f81b1474d734fd38f51ff6-github-with-circle:before {
    content: "\ea6a";
}
.la4260795ad0f81b1474d734fd38f51ff6-github:before {
    content: "\ea6b";
}
.la4260795ad0f81b1474d734fd38f51ff6-google-with-circle:before {
    content: "\ea6c";
}
.la4260795ad0f81b1474d734fd38f51ff6-google:before {
    content: "\ea6d";
}
.la4260795ad0f81b1474d734fd38f51ff6-instagram-with-circle:before {
    content: "\ea6e";
}
.la4260795ad0f81b1474d734fd38f51ff6-instagram:before {
    content: "\ea6f";
}
.la4260795ad0f81b1474d734fd38f51ff6-lastfm-with-circle:before {
    content: "\ea70";
}
.la4260795ad0f81b1474d734fd38f51ff6-lastfm:before {
    content: "\ea71";
}
.la4260795ad0f81b1474d734fd38f51ff6-linkedin-with-circle:before {
    content: "\ea72";
}
.la4260795ad0f81b1474d734fd38f51ff6-linkedin:before {
    content: "\ea73";
}
.la4260795ad0f81b1474d734fd38f51ff6-pinterest-with-circle:before {
    content: "\ea74";
}
.la4260795ad0f81b1474d734fd38f51ff6-pinterest:before {
    content: "\ea75";
}
.la4260795ad0f81b1474d734fd38f51ff6-rdio:before {
    content: "\ea76";
}
.la4260795ad0f81b1474d734fd38f51ff6-stumbleupon-with-circle:before {
    content: "\ea77";
}
.la4260795ad0f81b1474d734fd38f51ff6-stumbleupon:before {
    content: "\ea78";
}
.la4260795ad0f81b1474d734fd38f51ff6-tumblr-with-circle:before {
    content: "\ea79";
}
.la4260795ad0f81b1474d734fd38f51ff6-tumblr:before {
    content: "\ea7a";
}
.la4260795ad0f81b1474d734fd38f51ff6-twitter-with-circle:before {
    content: "\ea7b";
}
.la4260795ad0f81b1474d734fd38f51ff6-twitter:before {
    content: "\ea7c";
}
.la4260795ad0f81b1474d734fd38f51ff6-vimeo-with-circle:before {
    content: "\ea7d";
}
.la4260795ad0f81b1474d734fd38f51ff6-vimeo:before {
    content: "\ea7e";
}
.la4260795ad0f81b1474d734fd38f51ff6-youtube-with-circle:before {
    content: "\ea7f";
}
.la4260795ad0f81b1474d734fd38f51ff6-youtube:before {
    content: "\ea80";
}

@font-face {
    font-family: 'Font Awesome';
    src:    url('Font Awesome/icomoon.eot?yhulgk');
    src:    url('Font Awesome/icomoon.eot?yhulgk#iefix') format('embedded-opentype'),
        url('Font Awesome/icomoon.ttf?yhulgk') format('truetype'),
        url('Font Awesome/icomoon.woff?yhulgk') format('woff'),
        url('Font Awesome/icomoon.svg?yhulgk#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="la0a686c94398d9aa95125a33c8a31c1b6-"], [class*=" la0a686c94398d9aa95125a33c8a31c1b6-"] {
    
    font-family: 'Font Awesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.la0a686c94398d9aa95125a33c8a31c1b6-glass:before {
    content: "\f000";
}
.la0a686c94398d9aa95125a33c8a31c1b6-music:before {
    content: "\f001";
}
.la0a686c94398d9aa95125a33c8a31c1b6-search2:before {
    content: "\f002";
}
.la0a686c94398d9aa95125a33c8a31c1b6-envelope-o:before {
    content: "\f003";
}
.la0a686c94398d9aa95125a33c8a31c1b6-heart:before {
    content: "\f004";
}
.la0a686c94398d9aa95125a33c8a31c1b6-star:before {
    content: "\f005";
}
.la0a686c94398d9aa95125a33c8a31c1b6-star-o:before {
    content: "\f006";
}
.la0a686c94398d9aa95125a33c8a31c1b6-user:before {
    content: "\f007";
}
.la0a686c94398d9aa95125a33c8a31c1b6-film:before {
    content: "\f008";
}
.la0a686c94398d9aa95125a33c8a31c1b6-th-large:before {
    content: "\f009";
}
.la0a686c94398d9aa95125a33c8a31c1b6-th:before {
    content: "\f00a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-th-list:before {
    content: "\f00b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-check:before {
    content: "\f00c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-close:before {
    content: "\f00d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-remove:before {
    content: "\f00d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-times:before {
    content: "\f00d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-search-plus:before {
    content: "\f00e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-search-minus:before {
    content: "\f010";
}
.la0a686c94398d9aa95125a33c8a31c1b6-power-off:before {
    content: "\f011";
}
.la0a686c94398d9aa95125a33c8a31c1b6-signal:before {
    content: "\f012";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cog:before {
    content: "\f013";
}
.la0a686c94398d9aa95125a33c8a31c1b6-gear:before {
    content: "\f013";
}
.la0a686c94398d9aa95125a33c8a31c1b6-trash-o:before {
    content: "\f014";
}
.la0a686c94398d9aa95125a33c8a31c1b6-home:before {
    content: "\f015";
}
.la0a686c94398d9aa95125a33c8a31c1b6-file-o:before {
    content: "\f016";
}
.la0a686c94398d9aa95125a33c8a31c1b6-clock-o:before {
    content: "\f017";
}
.la0a686c94398d9aa95125a33c8a31c1b6-road:before {
    content: "\f018";
}
.la0a686c94398d9aa95125a33c8a31c1b6-download:before {
    content: "\f019";
}
.la0a686c94398d9aa95125a33c8a31c1b6-arrow-circle-o-down:before {
    content: "\f01a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-arrow-circle-o-up:before {
    content: "\f01b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-inbox:before {
    content: "\f01c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-play-circle-o:before {
    content: "\f01d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-repeat:before {
    content: "\f01e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-rotate-right:before {
    content: "\f01e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-refresh:before {
    content: "\f021";
}
.la0a686c94398d9aa95125a33c8a31c1b6-list-alt:before {
    content: "\f022";
}
.la0a686c94398d9aa95125a33c8a31c1b6-lock:before {
    content: "\f023";
}
.la0a686c94398d9aa95125a33c8a31c1b6-flag:before {
    content: "\f024";
}
.la0a686c94398d9aa95125a33c8a31c1b6-headphones:before {
    content: "\f025";
}
.la0a686c94398d9aa95125a33c8a31c1b6-volume-off:before {
    content: "\f026";
}
.la0a686c94398d9aa95125a33c8a31c1b6-volume-down:before {
    content: "\f027";
}
.la0a686c94398d9aa95125a33c8a31c1b6-volume-up:before {
    content: "\f028";
}
.la0a686c94398d9aa95125a33c8a31c1b6-qrcode:before {
    content: "\f029";
}
.la0a686c94398d9aa95125a33c8a31c1b6-barcode:before {
    content: "\f02a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-tag:before {
    content: "\f02b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-tags:before {
    content: "\f02c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-book:before {
    content: "\f02d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bookmark:before {
    content: "\f02e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-print:before {
    content: "\f02f";
}
.la0a686c94398d9aa95125a33c8a31c1b6-camera:before {
    content: "\f030";
}
.la0a686c94398d9aa95125a33c8a31c1b6-font:before {
    content: "\f031";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bold:before {
    content: "\f032";
}
.la0a686c94398d9aa95125a33c8a31c1b6-italic:before {
    content: "\f033";
}
.la0a686c94398d9aa95125a33c8a31c1b6-text-height:before {
    content: "\f034";
}
.la0a686c94398d9aa95125a33c8a31c1b6-text-width:before {
    content: "\f035";
}
.la0a686c94398d9aa95125a33c8a31c1b6-align-left:before {
    content: "\f036";
}
.la0a686c94398d9aa95125a33c8a31c1b6-align-center:before {
    content: "\f037";
}
.la0a686c94398d9aa95125a33c8a31c1b6-align-right:before {
    content: "\f038";
}
.la0a686c94398d9aa95125a33c8a31c1b6-align-justify:before {
    content: "\f039";
}
.la0a686c94398d9aa95125a33c8a31c1b6-list:before {
    content: "\f03a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-dedent:before {
    content: "\f03b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-outdent:before {
    content: "\f03b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-indent:before {
    content: "\f03c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-video-camera:before {
    content: "\f03d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-image:before {
    content: "\f03e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-photo:before {
    content: "\f03e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-picture-o:before {
    content: "\f03e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-pencil:before {
    content: "\f040";
}
.la0a686c94398d9aa95125a33c8a31c1b6-map-marker:before {
    content: "\f041";
}
.la0a686c94398d9aa95125a33c8a31c1b6-adjust:before {
    content: "\f042";
}
.la0a686c94398d9aa95125a33c8a31c1b6-tint:before {
    content: "\f043";
}
.la0a686c94398d9aa95125a33c8a31c1b6-edit:before {
    content: "\f044";
}
.la0a686c94398d9aa95125a33c8a31c1b6-pencil-square-o:before {
    content: "\f044";
}
.la0a686c94398d9aa95125a33c8a31c1b6-share-square-o:before {
    content: "\f045";
}
.la0a686c94398d9aa95125a33c8a31c1b6-check-square-o:before {
    content: "\f046";
}
.la0a686c94398d9aa95125a33c8a31c1b6-arrows:before {
    content: "\f047";
}
.la0a686c94398d9aa95125a33c8a31c1b6-step-backward:before {
    content: "\f048";
}
.la0a686c94398d9aa95125a33c8a31c1b6-fast-backward:before {
    content: "\f049";
}
.la0a686c94398d9aa95125a33c8a31c1b6-backward:before {
    content: "\f04a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-play:before {
    content: "\f04b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-pause:before {
    content: "\f04c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-stop:before {
    content: "\f04d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-forward:before {
    content: "\f04e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-fast-forward:before {
    content: "\f050";
}
.la0a686c94398d9aa95125a33c8a31c1b6-step-forward:before {
    content: "\f051";
}
.la0a686c94398d9aa95125a33c8a31c1b6-eject:before {
    content: "\f052";
}
.la0a686c94398d9aa95125a33c8a31c1b6-chevron-left:before {
    content: "\f053";
}
.la0a686c94398d9aa95125a33c8a31c1b6-chevron-right:before {
    content: "\f054";
}
.la0a686c94398d9aa95125a33c8a31c1b6-plus-circle:before {
    content: "\f055";
}
.la0a686c94398d9aa95125a33c8a31c1b6-minus-circle:before {
    content: "\f056";
}
.la0a686c94398d9aa95125a33c8a31c1b6-times-circle:before {
    content: "\f057";
}
.la0a686c94398d9aa95125a33c8a31c1b6-check-circle:before {
    content: "\f058";
}
.la0a686c94398d9aa95125a33c8a31c1b6-question-circle:before {
    content: "\f059";
}
.la0a686c94398d9aa95125a33c8a31c1b6-info-circle:before {
    content: "\f05a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-crosshairs:before {
    content: "\f05b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-times-circle-o:before {
    content: "\f05c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-check-circle-o:before {
    content: "\f05d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-ban:before {
    content: "\f05e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-arrow-left:before {
    content: "\f060";
}
.la0a686c94398d9aa95125a33c8a31c1b6-arrow-right:before {
    content: "\f061";
}
.la0a686c94398d9aa95125a33c8a31c1b6-arrow-up:before {
    content: "\f062";
}
.la0a686c94398d9aa95125a33c8a31c1b6-arrow-down:before {
    content: "\f063";
}
.la0a686c94398d9aa95125a33c8a31c1b6-mail-forward:before {
    content: "\f064";
}
.la0a686c94398d9aa95125a33c8a31c1b6-share:before {
    content: "\f064";
}
.la0a686c94398d9aa95125a33c8a31c1b6-expand:before {
    content: "\f065";
}
.la0a686c94398d9aa95125a33c8a31c1b6-compress:before {
    content: "\f066";
}
.la0a686c94398d9aa95125a33c8a31c1b6-plus:before {
    content: "\f067";
}
.la0a686c94398d9aa95125a33c8a31c1b6-minus:before {
    content: "\f068";
}
.la0a686c94398d9aa95125a33c8a31c1b6-asterisk:before {
    content: "\f069";
}
.la0a686c94398d9aa95125a33c8a31c1b6-exclamation-circle:before {
    content: "\f06a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-gift:before {
    content: "\f06b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-leaf:before {
    content: "\f06c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-fire:before {
    content: "\f06d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-eye:before {
    content: "\f06e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-eye-slash:before {
    content: "\f070";
}
.la0a686c94398d9aa95125a33c8a31c1b6-exclamation-triangle:before {
    content: "\f071";
}
.la0a686c94398d9aa95125a33c8a31c1b6-warning:before {
    content: "\f071";
}
.la0a686c94398d9aa95125a33c8a31c1b6-plane:before {
    content: "\f072";
}
.la0a686c94398d9aa95125a33c8a31c1b6-calendar:before {
    content: "\f073";
}
.la0a686c94398d9aa95125a33c8a31c1b6-random:before {
    content: "\f074";
}
.la0a686c94398d9aa95125a33c8a31c1b6-comment:before {
    content: "\f075";
}
.la0a686c94398d9aa95125a33c8a31c1b6-magnet:before {
    content: "\f076";
}
.la0a686c94398d9aa95125a33c8a31c1b6-chevron-up:before {
    content: "\f077";
}
.la0a686c94398d9aa95125a33c8a31c1b6-chevron-down:before {
    content: "\f078";
}
.la0a686c94398d9aa95125a33c8a31c1b6-retweet:before {
    content: "\f079";
}
.la0a686c94398d9aa95125a33c8a31c1b6-shopping-cart:before {
    content: "\f07a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-folder:before {
    content: "\f07b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-folder-open:before {
    content: "\f07c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-arrows-v:before {
    content: "\f07d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-arrows-h:before {
    content: "\f07e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bar-chart:before {
    content: "\f080";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bar-chart-o:before {
    content: "\f080";
}
.la0a686c94398d9aa95125a33c8a31c1b6-twitter-square:before {
    content: "\f081";
}
.la0a686c94398d9aa95125a33c8a31c1b6-facebook-square:before {
    content: "\f082";
}
.la0a686c94398d9aa95125a33c8a31c1b6-camera-retro:before {
    content: "\f083";
}
.la0a686c94398d9aa95125a33c8a31c1b6-key:before {
    content: "\f084";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cogs:before {
    content: "\f085";
}
.la0a686c94398d9aa95125a33c8a31c1b6-gears:before {
    content: "\f085";
}
.la0a686c94398d9aa95125a33c8a31c1b6-comments:before {
    content: "\f086";
}
.la0a686c94398d9aa95125a33c8a31c1b6-thumbs-o-up:before {
    content: "\f087";
}
.la0a686c94398d9aa95125a33c8a31c1b6-thumbs-o-down:before {
    content: "\f088";
}
.la0a686c94398d9aa95125a33c8a31c1b6-star-half:before {
    content: "\f089";
}
.la0a686c94398d9aa95125a33c8a31c1b6-heart-o:before {
    content: "\f08a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sign-out:before {
    content: "\f08b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-linkedin-square:before {
    content: "\f08c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-thumb-tack:before {
    content: "\f08d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-external-link:before {
    content: "\f08e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sign-in:before {
    content: "\f090";
}
.la0a686c94398d9aa95125a33c8a31c1b6-trophy:before {
    content: "\f091";
}
.la0a686c94398d9aa95125a33c8a31c1b6-github-square:before {
    content: "\f092";
}
.la0a686c94398d9aa95125a33c8a31c1b6-upload:before {
    content: "\f093";
}
.la0a686c94398d9aa95125a33c8a31c1b6-lemon-o:before {
    content: "\f094";
}
.la0a686c94398d9aa95125a33c8a31c1b6-phone:before {
    content: "\f095";
}
.la0a686c94398d9aa95125a33c8a31c1b6-square-o:before {
    content: "\f096";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bookmark-o:before {
    content: "\f097";
}
.la0a686c94398d9aa95125a33c8a31c1b6-phone-square:before {
    content: "\f098";
}
.la0a686c94398d9aa95125a33c8a31c1b6-twitter:before {
    content: "\f099";
}
.la0a686c94398d9aa95125a33c8a31c1b6-facebook:before {
    content: "\f09a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-facebook-f:before {
    content: "\f09a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-github:before {
    content: "\f09b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-unlock:before {
    content: "\f09c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-credit-card:before {
    content: "\f09d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-feed:before {
    content: "\f09e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-rss:before {
    content: "\f09e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hdd-o:before {
    content: "\f0a0";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bullhorn:before {
    content: "\f0a1";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bell-o:before {
    content: "\f0a2";
}
.la0a686c94398d9aa95125a33c8a31c1b6-certificate:before {
    content: "\f0a3";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hand-o-right:before {
    content: "\f0a4";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hand-o-left:before {
    content: "\f0a5";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hand-o-up:before {
    content: "\f0a6";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hand-o-down:before {
    content: "\f0a7";
}
.la0a686c94398d9aa95125a33c8a31c1b6-arrow-circle-left:before {
    content: "\f0a8";
}
.la0a686c94398d9aa95125a33c8a31c1b6-arrow-circle-right:before {
    content: "\f0a9";
}
.la0a686c94398d9aa95125a33c8a31c1b6-arrow-circle-up:before {
    content: "\f0aa";
}
.la0a686c94398d9aa95125a33c8a31c1b6-arrow-circle-down:before {
    content: "\f0ab";
}
.la0a686c94398d9aa95125a33c8a31c1b6-globe:before {
    content: "\f0ac";
}
.la0a686c94398d9aa95125a33c8a31c1b6-wrench:before {
    content: "\f0ad";
}
.la0a686c94398d9aa95125a33c8a31c1b6-tasks:before {
    content: "\f0ae";
}
.la0a686c94398d9aa95125a33c8a31c1b6-filter:before {
    content: "\f0b0";
}
.la0a686c94398d9aa95125a33c8a31c1b6-briefcase:before {
    content: "\f0b1";
}
.la0a686c94398d9aa95125a33c8a31c1b6-arrows-alt:before {
    content: "\f0b2";
}
.la0a686c94398d9aa95125a33c8a31c1b6-group:before {
    content: "\f0c0";
}
.la0a686c94398d9aa95125a33c8a31c1b6-users:before {
    content: "\f0c0";
}
.la0a686c94398d9aa95125a33c8a31c1b6-chain:before {
    content: "\f0c1";
}
.la0a686c94398d9aa95125a33c8a31c1b6-link:before {
    content: "\f0c1";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cloud:before {
    content: "\f0c2";
}
.la0a686c94398d9aa95125a33c8a31c1b6-flask:before {
    content: "\f0c3";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cut:before {
    content: "\f0c4";
}
.la0a686c94398d9aa95125a33c8a31c1b6-scissors:before {
    content: "\f0c4";
}
.la0a686c94398d9aa95125a33c8a31c1b6-copy:before {
    content: "\f0c5";
}
.la0a686c94398d9aa95125a33c8a31c1b6-files-o:before {
    content: "\f0c5";
}
.la0a686c94398d9aa95125a33c8a31c1b6-paperclip:before {
    content: "\f0c6";
}
.la0a686c94398d9aa95125a33c8a31c1b6-floppy-o:before {
    content: "\f0c7";
}
.la0a686c94398d9aa95125a33c8a31c1b6-save:before {
    content: "\f0c7";
}
.la0a686c94398d9aa95125a33c8a31c1b6-square:before {
    content: "\f0c8";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bars:before {
    content: "\f0c9";
}
.la0a686c94398d9aa95125a33c8a31c1b6-navicon:before {
    content: "\f0c9";
}
.la0a686c94398d9aa95125a33c8a31c1b6-reorder:before {
    content: "\f0c9";
}
.la0a686c94398d9aa95125a33c8a31c1b6-list-ul:before {
    content: "\f0ca";
}
.la0a686c94398d9aa95125a33c8a31c1b6-list-ol:before {
    content: "\f0cb";
}
.la0a686c94398d9aa95125a33c8a31c1b6-strikethrough:before {
    content: "\f0cc";
}
.la0a686c94398d9aa95125a33c8a31c1b6-underline:before {
    content: "\f0cd";
}
.la0a686c94398d9aa95125a33c8a31c1b6-table:before {
    content: "\f0ce";
}
.la0a686c94398d9aa95125a33c8a31c1b6-magic:before {
    content: "\f0d0";
}
.la0a686c94398d9aa95125a33c8a31c1b6-truck:before {
    content: "\f0d1";
}
.la0a686c94398d9aa95125a33c8a31c1b6-pinterest:before {
    content: "\f0d2";
}
.la0a686c94398d9aa95125a33c8a31c1b6-pinterest-square:before {
    content: "\f0d3";
}
.la0a686c94398d9aa95125a33c8a31c1b6-google-plus-square:before {
    content: "\f0d4";
}
.la0a686c94398d9aa95125a33c8a31c1b6-google-plus:before {
    content: "\f0d5";
}
.la0a686c94398d9aa95125a33c8a31c1b6-money:before {
    content: "\f0d6";
}
.la0a686c94398d9aa95125a33c8a31c1b6-caret-down:before {
    content: "\f0d7";
}
.la0a686c94398d9aa95125a33c8a31c1b6-caret-up:before {
    content: "\f0d8";
}
.la0a686c94398d9aa95125a33c8a31c1b6-caret-left:before {
    content: "\f0d9";
}
.la0a686c94398d9aa95125a33c8a31c1b6-caret-right:before {
    content: "\f0da";
}
.la0a686c94398d9aa95125a33c8a31c1b6-columns:before {
    content: "\f0db";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sort:before {
    content: "\f0dc";
}
.la0a686c94398d9aa95125a33c8a31c1b6-unsorted:before {
    content: "\f0dc";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sort-desc:before {
    content: "\f0dd";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sort-down:before {
    content: "\f0dd";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sort-asc:before {
    content: "\f0de";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sort-up:before {
    content: "\f0de";
}
.la0a686c94398d9aa95125a33c8a31c1b6-envelope:before {
    content: "\f0e0";
}
.la0a686c94398d9aa95125a33c8a31c1b6-linkedin:before {
    content: "\f0e1";
}
.la0a686c94398d9aa95125a33c8a31c1b6-rotate-left:before {
    content: "\f0e2";
}
.la0a686c94398d9aa95125a33c8a31c1b6-undo:before {
    content: "\f0e2";
}
.la0a686c94398d9aa95125a33c8a31c1b6-gavel:before {
    content: "\f0e3";
}
.la0a686c94398d9aa95125a33c8a31c1b6-legal:before {
    content: "\f0e3";
}
.la0a686c94398d9aa95125a33c8a31c1b6-dashboard:before {
    content: "\f0e4";
}
.la0a686c94398d9aa95125a33c8a31c1b6-tachometer:before {
    content: "\f0e4";
}
.la0a686c94398d9aa95125a33c8a31c1b6-comment-o:before {
    content: "\f0e5";
}
.la0a686c94398d9aa95125a33c8a31c1b6-comments-o:before {
    content: "\f0e6";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bolt:before {
    content: "\f0e7";
}
.la0a686c94398d9aa95125a33c8a31c1b6-flash:before {
    content: "\f0e7";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sitemap:before {
    content: "\f0e8";
}
.la0a686c94398d9aa95125a33c8a31c1b6-umbrella:before {
    content: "\f0e9";
}
.la0a686c94398d9aa95125a33c8a31c1b6-clipboard:before {
    content: "\f0ea";
}
.la0a686c94398d9aa95125a33c8a31c1b6-paste:before {
    content: "\f0ea";
}
.la0a686c94398d9aa95125a33c8a31c1b6-lightbulb-o:before {
    content: "\f0eb";
}
.la0a686c94398d9aa95125a33c8a31c1b6-exchange:before {
    content: "\f0ec";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cloud-download:before {
    content: "\f0ed";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cloud-upload:before {
    content: "\f0ee";
}
.la0a686c94398d9aa95125a33c8a31c1b6-user-md:before {
    content: "\f0f0";
}
.la0a686c94398d9aa95125a33c8a31c1b6-stethoscope:before {
    content: "\f0f1";
}
.la0a686c94398d9aa95125a33c8a31c1b6-suitcase:before {
    content: "\f0f2";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bell:before {
    content: "\f0f3";
}
.la0a686c94398d9aa95125a33c8a31c1b6-coffee:before {
    content: "\f0f4";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cutlery:before {
    content: "\f0f5";
}
.la0a686c94398d9aa95125a33c8a31c1b6-file-text-o:before {
    content: "\f0f6";
}
.la0a686c94398d9aa95125a33c8a31c1b6-building-o:before {
    content: "\f0f7";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hospital-o:before {
    content: "\f0f8";
}
.la0a686c94398d9aa95125a33c8a31c1b6-ambulance:before {
    content: "\f0f9";
}
.la0a686c94398d9aa95125a33c8a31c1b6-medkit:before {
    content: "\f0fa";
}
.la0a686c94398d9aa95125a33c8a31c1b6-fighter-jet:before {
    content: "\f0fb";
}
.la0a686c94398d9aa95125a33c8a31c1b6-beer:before {
    content: "\f0fc";
}
.la0a686c94398d9aa95125a33c8a31c1b6-h-square:before {
    content: "\f0fd";
}
.la0a686c94398d9aa95125a33c8a31c1b6-plus-square:before {
    content: "\f0fe";
}
.la0a686c94398d9aa95125a33c8a31c1b6-angle-double-left:before {
    content: "\f100";
}
.la0a686c94398d9aa95125a33c8a31c1b6-angle-double-right:before {
    content: "\f101";
}
.la0a686c94398d9aa95125a33c8a31c1b6-angle-double-up:before {
    content: "\f102";
}
.la0a686c94398d9aa95125a33c8a31c1b6-angle-double-down:before {
    content: "\f103";
}
.la0a686c94398d9aa95125a33c8a31c1b6-angle-left:before {
    content: "\f104";
}
.la0a686c94398d9aa95125a33c8a31c1b6-angle-right:before {
    content: "\f105";
}
.la0a686c94398d9aa95125a33c8a31c1b6-angle-up:before {
    content: "\f106";
}
.la0a686c94398d9aa95125a33c8a31c1b6-angle-down:before {
    content: "\f107";
}
.la0a686c94398d9aa95125a33c8a31c1b6-desktop:before {
    content: "\f108";
}
.la0a686c94398d9aa95125a33c8a31c1b6-laptop:before {
    content: "\f109";
}
.la0a686c94398d9aa95125a33c8a31c1b6-tablet:before {
    content: "\f10a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-mobile:before {
    content: "\f10b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-mobile-phone:before {
    content: "\f10b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-circle-o:before {
    content: "\f10c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-quote-left:before {
    content: "\f10d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-quote-right:before {
    content: "\f10e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-spinner:before {
    content: "\f110";
}
.la0a686c94398d9aa95125a33c8a31c1b6-circle:before {
    content: "\f111";
}
.la0a686c94398d9aa95125a33c8a31c1b6-mail-reply:before {
    content: "\f112";
}
.la0a686c94398d9aa95125a33c8a31c1b6-reply:before {
    content: "\f112";
}
.la0a686c94398d9aa95125a33c8a31c1b6-github-alt:before {
    content: "\f113";
}
.la0a686c94398d9aa95125a33c8a31c1b6-folder-o:before {
    content: "\f114";
}
.la0a686c94398d9aa95125a33c8a31c1b6-folder-open-o:before {
    content: "\f115";
}
.la0a686c94398d9aa95125a33c8a31c1b6-smile-o:before {
    content: "\f118";
}
.la0a686c94398d9aa95125a33c8a31c1b6-frown-o:before {
    content: "\f119";
}
.la0a686c94398d9aa95125a33c8a31c1b6-meh-o:before {
    content: "\f11a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-gamepad:before {
    content: "\f11b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-keyboard-o:before {
    content: "\f11c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-flag-o:before {
    content: "\f11d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-flag-checkered:before {
    content: "\f11e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-terminal:before {
    content: "\f120";
}
.la0a686c94398d9aa95125a33c8a31c1b6-code:before {
    content: "\f121";
}
.la0a686c94398d9aa95125a33c8a31c1b6-mail-reply-all:before {
    content: "\f122";
}
.la0a686c94398d9aa95125a33c8a31c1b6-reply-all:before {
    content: "\f122";
}
.la0a686c94398d9aa95125a33c8a31c1b6-star-half-empty:before {
    content: "\f123";
}
.la0a686c94398d9aa95125a33c8a31c1b6-star-half-full:before {
    content: "\f123";
}
.la0a686c94398d9aa95125a33c8a31c1b6-star-half-o:before {
    content: "\f123";
}
.la0a686c94398d9aa95125a33c8a31c1b6-location-arrow:before {
    content: "\f124";
}
.la0a686c94398d9aa95125a33c8a31c1b6-crop:before {
    content: "\f125";
}
.la0a686c94398d9aa95125a33c8a31c1b6-code-fork:before {
    content: "\f126";
}
.la0a686c94398d9aa95125a33c8a31c1b6-chain-broken:before {
    content: "\f127";
}
.la0a686c94398d9aa95125a33c8a31c1b6-unlink:before {
    content: "\f127";
}
.la0a686c94398d9aa95125a33c8a31c1b6-question:before {
    content: "\f128";
}
.la0a686c94398d9aa95125a33c8a31c1b6-info:before {
    content: "\f129";
}
.la0a686c94398d9aa95125a33c8a31c1b6-exclamation:before {
    content: "\f12a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-superscript:before {
    content: "\f12b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-subscript:before {
    content: "\f12c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-eraser:before {
    content: "\f12d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-puzzle-piece:before {
    content: "\f12e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-microphone:before {
    content: "\f130";
}
.la0a686c94398d9aa95125a33c8a31c1b6-microphone-slash:before {
    content: "\f131";
}
.la0a686c94398d9aa95125a33c8a31c1b6-shield:before {
    content: "\f132";
}
.la0a686c94398d9aa95125a33c8a31c1b6-calendar-o:before {
    content: "\f133";
}
.la0a686c94398d9aa95125a33c8a31c1b6-fire-extinguisher:before {
    content: "\f134";
}
.la0a686c94398d9aa95125a33c8a31c1b6-rocket:before {
    content: "\f135";
}
.la0a686c94398d9aa95125a33c8a31c1b6-maxcdn:before {
    content: "\f136";
}
.la0a686c94398d9aa95125a33c8a31c1b6-chevron-circle-left:before {
    content: "\f137";
}
.la0a686c94398d9aa95125a33c8a31c1b6-chevron-circle-right:before {
    content: "\f138";
}
.la0a686c94398d9aa95125a33c8a31c1b6-chevron-circle-up:before {
    content: "\f139";
}
.la0a686c94398d9aa95125a33c8a31c1b6-chevron-circle-down:before {
    content: "\f13a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-html5:before {
    content: "\f13b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-css3:before {
    content: "\f13c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-anchor:before {
    content: "\f13d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-unlock-alt:before {
    content: "\f13e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bullseye:before {
    content: "\f140";
}
.la0a686c94398d9aa95125a33c8a31c1b6-ellipsis-h:before {
    content: "\f141";
}
.la0a686c94398d9aa95125a33c8a31c1b6-ellipsis-v:before {
    content: "\f142";
}
.la0a686c94398d9aa95125a33c8a31c1b6-rss-square:before {
    content: "\f143";
}
.la0a686c94398d9aa95125a33c8a31c1b6-play-circle:before {
    content: "\f144";
}
.la0a686c94398d9aa95125a33c8a31c1b6-ticket:before {
    content: "\f145";
}
.la0a686c94398d9aa95125a33c8a31c1b6-minus-square:before {
    content: "\f146";
}
.la0a686c94398d9aa95125a33c8a31c1b6-minus-square-o:before {
    content: "\f147";
}
.la0a686c94398d9aa95125a33c8a31c1b6-level-up:before {
    content: "\f148";
}
.la0a686c94398d9aa95125a33c8a31c1b6-level-down:before {
    content: "\f149";
}
.la0a686c94398d9aa95125a33c8a31c1b6-check-square:before {
    content: "\f14a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-pencil-square:before {
    content: "\f14b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-external-link-square:before {
    content: "\f14c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-share-square:before {
    content: "\f14d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-compass:before {
    content: "\f14e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-caret-square-o-down:before {
    content: "\f150";
}
.la0a686c94398d9aa95125a33c8a31c1b6-toggle-down:before {
    content: "\f150";
}
.la0a686c94398d9aa95125a33c8a31c1b6-caret-square-o-up:before {
    content: "\f151";
}
.la0a686c94398d9aa95125a33c8a31c1b6-toggle-up:before {
    content: "\f151";
}
.la0a686c94398d9aa95125a33c8a31c1b6-caret-square-o-right:before {
    content: "\f152";
}
.la0a686c94398d9aa95125a33c8a31c1b6-toggle-right:before {
    content: "\f152";
}
.la0a686c94398d9aa95125a33c8a31c1b6-eur:before {
    content: "\f153";
}
.la0a686c94398d9aa95125a33c8a31c1b6-euro:before {
    content: "\f153";
}
.la0a686c94398d9aa95125a33c8a31c1b6-gbp:before {
    content: "\f154";
}
.la0a686c94398d9aa95125a33c8a31c1b6-dollar:before {
    content: "\f155";
}
.la0a686c94398d9aa95125a33c8a31c1b6-usd:before {
    content: "\f155";
}
.la0a686c94398d9aa95125a33c8a31c1b6-inr:before {
    content: "\f156";
}
.la0a686c94398d9aa95125a33c8a31c1b6-rupee:before {
    content: "\f156";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cny:before {
    content: "\f157";
}
.la0a686c94398d9aa95125a33c8a31c1b6-jpy:before {
    content: "\f157";
}
.la0a686c94398d9aa95125a33c8a31c1b6-rmb:before {
    content: "\f157";
}
.la0a686c94398d9aa95125a33c8a31c1b6-yen:before {
    content: "\f157";
}
.la0a686c94398d9aa95125a33c8a31c1b6-rouble:before {
    content: "\f158";
}
.la0a686c94398d9aa95125a33c8a31c1b6-rub:before {
    content: "\f158";
}
.la0a686c94398d9aa95125a33c8a31c1b6-ruble:before {
    content: "\f158";
}
.la0a686c94398d9aa95125a33c8a31c1b6-krw:before {
    content: "\f159";
}
.la0a686c94398d9aa95125a33c8a31c1b6-won:before {
    content: "\f159";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bitcoin:before {
    content: "\f15a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-btc:before {
    content: "\f15a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-file:before {
    content: "\f15b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-file-text:before {
    content: "\f15c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sort-alpha-asc:before {
    content: "\f15d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sort-alpha-desc:before {
    content: "\f15e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sort-amount-asc:before {
    content: "\f160";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sort-amount-desc:before {
    content: "\f161";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sort-numeric-asc:before {
    content: "\f162";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sort-numeric-desc:before {
    content: "\f163";
}
.la0a686c94398d9aa95125a33c8a31c1b6-thumbs-up:before {
    content: "\f164";
}
.la0a686c94398d9aa95125a33c8a31c1b6-thumbs-down:before {
    content: "\f165";
}
.la0a686c94398d9aa95125a33c8a31c1b6-youtube-square:before {
    content: "\f166";
}
.la0a686c94398d9aa95125a33c8a31c1b6-youtube:before {
    content: "\f167";
}
.la0a686c94398d9aa95125a33c8a31c1b6-xing:before {
    content: "\f168";
}
.la0a686c94398d9aa95125a33c8a31c1b6-xing-square:before {
    content: "\f169";
}
.la0a686c94398d9aa95125a33c8a31c1b6-youtube-play:before {
    content: "\f16a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-dropbox:before {
    content: "\f16b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-stack-overflow:before {
    content: "\f16c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-instagram:before {
    content: "\f16d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-flickr:before {
    content: "\f16e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-adn:before {
    content: "\f170";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bitbucket:before {
    content: "\f171";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bitbucket-square:before {
    content: "\f172";
}
.la0a686c94398d9aa95125a33c8a31c1b6-tumblr:before {
    content: "\f173";
}
.la0a686c94398d9aa95125a33c8a31c1b6-tumblr-square:before {
    content: "\f174";
}
.la0a686c94398d9aa95125a33c8a31c1b6-long-arrow-down:before {
    content: "\f175";
}
.la0a686c94398d9aa95125a33c8a31c1b6-long-arrow-up:before {
    content: "\f176";
}
.la0a686c94398d9aa95125a33c8a31c1b6-long-arrow-left:before {
    content: "\f177";
}
.la0a686c94398d9aa95125a33c8a31c1b6-long-arrow-right:before {
    content: "\f178";
}
.la0a686c94398d9aa95125a33c8a31c1b6-apple:before {
    content: "\f179";
}
.la0a686c94398d9aa95125a33c8a31c1b6-windows:before {
    content: "\f17a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-android:before {
    content: "\f17b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-linux:before {
    content: "\f17c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-dribbble:before {
    content: "\f17d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-skype:before {
    content: "\f17e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-foursquare:before {
    content: "\f180";
}
.la0a686c94398d9aa95125a33c8a31c1b6-trello:before {
    content: "\f181";
}
.la0a686c94398d9aa95125a33c8a31c1b6-female:before {
    content: "\f182";
}
.la0a686c94398d9aa95125a33c8a31c1b6-male:before {
    content: "\f183";
}
.la0a686c94398d9aa95125a33c8a31c1b6-gittip:before {
    content: "\f184";
}
.la0a686c94398d9aa95125a33c8a31c1b6-gratipay:before {
    content: "\f184";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sun-o:before {
    content: "\f185";
}
.la0a686c94398d9aa95125a33c8a31c1b6-moon-o:before {
    content: "\f186";
}
.la0a686c94398d9aa95125a33c8a31c1b6-archive:before {
    content: "\f187";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bug:before {
    content: "\f188";
}
.la0a686c94398d9aa95125a33c8a31c1b6-vk:before {
    content: "\f189";
}
.la0a686c94398d9aa95125a33c8a31c1b6-weibo:before {
    content: "\f18a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-renren:before {
    content: "\f18b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-pagelines:before {
    content: "\f18c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-stack-exchange:before {
    content: "\f18d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-arrow-circle-o-right:before {
    content: "\f18e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-arrow-circle-o-left:before {
    content: "\f190";
}
.la0a686c94398d9aa95125a33c8a31c1b6-caret-square-o-left:before {
    content: "\f191";
}
.la0a686c94398d9aa95125a33c8a31c1b6-toggle-left:before {
    content: "\f191";
}
.la0a686c94398d9aa95125a33c8a31c1b6-dot-circle-o:before {
    content: "\f192";
}
.la0a686c94398d9aa95125a33c8a31c1b6-wheelchair:before {
    content: "\f193";
}
.la0a686c94398d9aa95125a33c8a31c1b6-vimeo-square:before {
    content: "\f194";
}
.la0a686c94398d9aa95125a33c8a31c1b6-try:before {
    content: "\f195";
}
.la0a686c94398d9aa95125a33c8a31c1b6-turkish-lira:before {
    content: "\f195";
}
.la0a686c94398d9aa95125a33c8a31c1b6-plus-square-o:before {
    content: "\f196";
}
.la0a686c94398d9aa95125a33c8a31c1b6-space-shuttle:before {
    content: "\f197";
}
.la0a686c94398d9aa95125a33c8a31c1b6-slack:before {
    content: "\f198";
}
.la0a686c94398d9aa95125a33c8a31c1b6-envelope-square:before {
    content: "\f199";
}
.la0a686c94398d9aa95125a33c8a31c1b6-wordpress:before {
    content: "\f19a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-openid:before {
    content: "\f19b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bank:before {
    content: "\f19c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-institution:before {
    content: "\f19c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-university:before {
    content: "\f19c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-graduation-cap:before {
    content: "\f19d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-mortar-board:before {
    content: "\f19d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-yahoo:before {
    content: "\f19e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-google:before {
    content: "\f1a0";
}
.la0a686c94398d9aa95125a33c8a31c1b6-reddit:before {
    content: "\f1a1";
}
.la0a686c94398d9aa95125a33c8a31c1b6-reddit-square:before {
    content: "\f1a2";
}
.la0a686c94398d9aa95125a33c8a31c1b6-stumbleupon-circle:before {
    content: "\f1a3";
}
.la0a686c94398d9aa95125a33c8a31c1b6-stumbleupon:before {
    content: "\f1a4";
}
.la0a686c94398d9aa95125a33c8a31c1b6-delicious:before {
    content: "\f1a5";
}
.la0a686c94398d9aa95125a33c8a31c1b6-digg:before {
    content: "\f1a6";
}
.la0a686c94398d9aa95125a33c8a31c1b6-pied-piper:before {
    content: "\f1a7";
}
.la0a686c94398d9aa95125a33c8a31c1b6-pied-piper-alt:before {
    content: "\f1a8";
}
.la0a686c94398d9aa95125a33c8a31c1b6-drupal:before {
    content: "\f1a9";
}
.la0a686c94398d9aa95125a33c8a31c1b6-joomla:before {
    content: "\f1aa";
}
.la0a686c94398d9aa95125a33c8a31c1b6-language:before {
    content: "\f1ab";
}
.la0a686c94398d9aa95125a33c8a31c1b6-fax:before {
    content: "\f1ac";
}
.la0a686c94398d9aa95125a33c8a31c1b6-building:before {
    content: "\f1ad";
}
.la0a686c94398d9aa95125a33c8a31c1b6-child:before {
    content: "\f1ae";
}
.la0a686c94398d9aa95125a33c8a31c1b6-paw:before {
    content: "\f1b0";
}
.la0a686c94398d9aa95125a33c8a31c1b6-spoon:before {
    content: "\f1b1";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cube:before {
    content: "\f1b2";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cubes:before {
    content: "\f1b3";
}
.la0a686c94398d9aa95125a33c8a31c1b6-behance:before {
    content: "\f1b4";
}
.la0a686c94398d9aa95125a33c8a31c1b6-behance-square:before {
    content: "\f1b5";
}
.la0a686c94398d9aa95125a33c8a31c1b6-steam:before {
    content: "\f1b6";
}
.la0a686c94398d9aa95125a33c8a31c1b6-steam-square:before {
    content: "\f1b7";
}
.la0a686c94398d9aa95125a33c8a31c1b6-recycle:before {
    content: "\f1b8";
}
.la0a686c94398d9aa95125a33c8a31c1b6-automobile:before {
    content: "\f1b9";
}
.la0a686c94398d9aa95125a33c8a31c1b6-car:before {
    content: "\f1b9";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cab:before {
    content: "\f1ba";
}
.la0a686c94398d9aa95125a33c8a31c1b6-taxi:before {
    content: "\f1ba";
}
.la0a686c94398d9aa95125a33c8a31c1b6-tree:before {
    content: "\f1bb";
}
.la0a686c94398d9aa95125a33c8a31c1b6-spotify:before {
    content: "\f1bc";
}
.la0a686c94398d9aa95125a33c8a31c1b6-deviantart:before {
    content: "\f1bd";
}
.la0a686c94398d9aa95125a33c8a31c1b6-soundcloud:before {
    content: "\f1be";
}
.la0a686c94398d9aa95125a33c8a31c1b6-database:before {
    content: "\f1c0";
}
.la0a686c94398d9aa95125a33c8a31c1b6-file-pdf-o:before {
    content: "\f1c1";
}
.la0a686c94398d9aa95125a33c8a31c1b6-file-word-o:before {
    content: "\f1c2";
}
.la0a686c94398d9aa95125a33c8a31c1b6-file-excel-o:before {
    content: "\f1c3";
}
.la0a686c94398d9aa95125a33c8a31c1b6-file-powerpoint-o:before {
    content: "\f1c4";
}
.la0a686c94398d9aa95125a33c8a31c1b6-file-image-o:before {
    content: "\f1c5";
}
.la0a686c94398d9aa95125a33c8a31c1b6-file-photo-o:before {
    content: "\f1c5";
}
.la0a686c94398d9aa95125a33c8a31c1b6-file-picture-o:before {
    content: "\f1c5";
}
.la0a686c94398d9aa95125a33c8a31c1b6-file-archive-o:before {
    content: "\f1c6";
}
.la0a686c94398d9aa95125a33c8a31c1b6-file-zip-o:before {
    content: "\f1c6";
}
.la0a686c94398d9aa95125a33c8a31c1b6-file-audio-o:before {
    content: "\f1c7";
}
.la0a686c94398d9aa95125a33c8a31c1b6-file-sound-o:before {
    content: "\f1c7";
}
.la0a686c94398d9aa95125a33c8a31c1b6-file-movie-o:before {
    content: "\f1c8";
}
.la0a686c94398d9aa95125a33c8a31c1b6-file-video-o:before {
    content: "\f1c8";
}
.la0a686c94398d9aa95125a33c8a31c1b6-file-code-o:before {
    content: "\f1c9";
}
.la0a686c94398d9aa95125a33c8a31c1b6-vine:before {
    content: "\f1ca";
}
.la0a686c94398d9aa95125a33c8a31c1b6-codepen:before {
    content: "\f1cb";
}
.la0a686c94398d9aa95125a33c8a31c1b6-jsfiddle:before {
    content: "\f1cc";
}
.la0a686c94398d9aa95125a33c8a31c1b6-life-bouy:before {
    content: "\f1cd";
}
.la0a686c94398d9aa95125a33c8a31c1b6-life-buoy:before {
    content: "\f1cd";
}
.la0a686c94398d9aa95125a33c8a31c1b6-life-ring:before {
    content: "\f1cd";
}
.la0a686c94398d9aa95125a33c8a31c1b6-life-saver:before {
    content: "\f1cd";
}
.la0a686c94398d9aa95125a33c8a31c1b6-support:before {
    content: "\f1cd";
}
.la0a686c94398d9aa95125a33c8a31c1b6-circle-o-notch:before {
    content: "\f1ce";
}
.la0a686c94398d9aa95125a33c8a31c1b6-ra:before {
    content: "\f1d0";
}
.la0a686c94398d9aa95125a33c8a31c1b6-rebel:before {
    content: "\f1d0";
}
.la0a686c94398d9aa95125a33c8a31c1b6-empire:before {
    content: "\f1d1";
}
.la0a686c94398d9aa95125a33c8a31c1b6-ge:before {
    content: "\f1d1";
}
.la0a686c94398d9aa95125a33c8a31c1b6-git-square:before {
    content: "\f1d2";
}
.la0a686c94398d9aa95125a33c8a31c1b6-git:before {
    content: "\f1d3";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hacker-news:before {
    content: "\f1d4";
}
.la0a686c94398d9aa95125a33c8a31c1b6-y-combinator-square:before {
    content: "\f1d4";
}
.la0a686c94398d9aa95125a33c8a31c1b6-yc-square:before {
    content: "\f1d4";
}
.la0a686c94398d9aa95125a33c8a31c1b6-tencent-weibo:before {
    content: "\f1d5";
}
.la0a686c94398d9aa95125a33c8a31c1b6-qq:before {
    content: "\f1d6";
}
.la0a686c94398d9aa95125a33c8a31c1b6-wechat:before {
    content: "\f1d7";
}
.la0a686c94398d9aa95125a33c8a31c1b6-weixin:before {
    content: "\f1d7";
}
.la0a686c94398d9aa95125a33c8a31c1b6-paper-plane:before {
    content: "\f1d8";
}
.la0a686c94398d9aa95125a33c8a31c1b6-send:before {
    content: "\f1d8";
}
.la0a686c94398d9aa95125a33c8a31c1b6-paper-plane-o:before {
    content: "\f1d9";
}
.la0a686c94398d9aa95125a33c8a31c1b6-send-o:before {
    content: "\f1d9";
}
.la0a686c94398d9aa95125a33c8a31c1b6-history:before {
    content: "\f1da";
}
.la0a686c94398d9aa95125a33c8a31c1b6-circle-thin:before {
    content: "\f1db";
}
.la0a686c94398d9aa95125a33c8a31c1b6-header:before {
    content: "\f1dc";
}
.la0a686c94398d9aa95125a33c8a31c1b6-paragraph:before {
    content: "\f1dd";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sliders:before {
    content: "\f1de";
}
.la0a686c94398d9aa95125a33c8a31c1b6-share-alt:before {
    content: "\f1e0";
}
.la0a686c94398d9aa95125a33c8a31c1b6-share-alt-square:before {
    content: "\f1e1";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bomb:before {
    content: "\f1e2";
}
.la0a686c94398d9aa95125a33c8a31c1b6-futbol-o:before {
    content: "\f1e3";
}
.la0a686c94398d9aa95125a33c8a31c1b6-soccer-ball-o:before {
    content: "\f1e3";
}
.la0a686c94398d9aa95125a33c8a31c1b6-tty:before {
    content: "\f1e4";
}
.la0a686c94398d9aa95125a33c8a31c1b6-binoculars:before {
    content: "\f1e5";
}
.la0a686c94398d9aa95125a33c8a31c1b6-plug:before {
    content: "\f1e6";
}
.la0a686c94398d9aa95125a33c8a31c1b6-slideshare:before {
    content: "\f1e7";
}
.la0a686c94398d9aa95125a33c8a31c1b6-twitch:before {
    content: "\f1e8";
}
.la0a686c94398d9aa95125a33c8a31c1b6-yelp:before {
    content: "\f1e9";
}
.la0a686c94398d9aa95125a33c8a31c1b6-newspaper-o:before {
    content: "\f1ea";
}
.la0a686c94398d9aa95125a33c8a31c1b6-wifi:before {
    content: "\f1eb";
}
.la0a686c94398d9aa95125a33c8a31c1b6-calculator:before {
    content: "\f1ec";
}
.la0a686c94398d9aa95125a33c8a31c1b6-paypal:before {
    content: "\f1ed";
}
.la0a686c94398d9aa95125a33c8a31c1b6-google-wallet:before {
    content: "\f1ee";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cc-visa:before {
    content: "\f1f0";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cc-mastercard:before {
    content: "\f1f1";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cc-discover:before {
    content: "\f1f2";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cc-amex:before {
    content: "\f1f3";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cc-paypal:before {
    content: "\f1f4";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cc-stripe:before {
    content: "\f1f5";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bell-slash:before {
    content: "\f1f6";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bell-slash-o:before {
    content: "\f1f7";
}
.la0a686c94398d9aa95125a33c8a31c1b6-trash:before {
    content: "\f1f8";
}
.la0a686c94398d9aa95125a33c8a31c1b6-copyright:before {
    content: "\f1f9";
}
.la0a686c94398d9aa95125a33c8a31c1b6-at:before {
    content: "\f1fa";
}
.la0a686c94398d9aa95125a33c8a31c1b6-eyedropper:before {
    content: "\f1fb";
}
.la0a686c94398d9aa95125a33c8a31c1b6-paint-brush:before {
    content: "\f1fc";
}
.la0a686c94398d9aa95125a33c8a31c1b6-birthday-cake:before {
    content: "\f1fd";
}
.la0a686c94398d9aa95125a33c8a31c1b6-area-chart:before {
    content: "\f1fe";
}
.la0a686c94398d9aa95125a33c8a31c1b6-pie-chart:before {
    content: "\f200";
}
.la0a686c94398d9aa95125a33c8a31c1b6-line-chart:before {
    content: "\f201";
}
.la0a686c94398d9aa95125a33c8a31c1b6-lastfm:before {
    content: "\f202";
}
.la0a686c94398d9aa95125a33c8a31c1b6-lastfm-square:before {
    content: "\f203";
}
.la0a686c94398d9aa95125a33c8a31c1b6-toggle-off:before {
    content: "\f204";
}
.la0a686c94398d9aa95125a33c8a31c1b6-toggle-on:before {
    content: "\f205";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bicycle:before {
    content: "\f206";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bus:before {
    content: "\f207";
}
.la0a686c94398d9aa95125a33c8a31c1b6-ioxhost:before {
    content: "\f208";
}
.la0a686c94398d9aa95125a33c8a31c1b6-angellist:before {
    content: "\f209";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cc:before {
    content: "\f20a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-ils:before {
    content: "\f20b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-shekel:before {
    content: "\f20b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sheqel:before {
    content: "\f20b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-meanpath:before {
    content: "\f20c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-buysellads:before {
    content: "\f20d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-connectdevelop:before {
    content: "\f20e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-dashcube:before {
    content: "\f210";
}
.la0a686c94398d9aa95125a33c8a31c1b6-forumbee:before {
    content: "\f211";
}
.la0a686c94398d9aa95125a33c8a31c1b6-leanpub:before {
    content: "\f212";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sellsy:before {
    content: "\f213";
}
.la0a686c94398d9aa95125a33c8a31c1b6-shirtsinbulk:before {
    content: "\f214";
}
.la0a686c94398d9aa95125a33c8a31c1b6-simplybuilt:before {
    content: "\f215";
}
.la0a686c94398d9aa95125a33c8a31c1b6-skyatlas:before {
    content: "\f216";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cart-plus:before {
    content: "\f217";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cart-arrow-down:before {
    content: "\f218";
}
.la0a686c94398d9aa95125a33c8a31c1b6-diamond:before {
    content: "\f219";
}
.la0a686c94398d9aa95125a33c8a31c1b6-ship:before {
    content: "\f21a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-user-secret:before {
    content: "\f21b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-motorcycle:before {
    content: "\f21c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-street-view:before {
    content: "\f21d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-heartbeat:before {
    content: "\f21e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-venus:before {
    content: "\f221";
}
.la0a686c94398d9aa95125a33c8a31c1b6-mars:before {
    content: "\f222";
}
.la0a686c94398d9aa95125a33c8a31c1b6-mercury:before {
    content: "\f223";
}
.la0a686c94398d9aa95125a33c8a31c1b6-intersex:before {
    content: "\f224";
}
.la0a686c94398d9aa95125a33c8a31c1b6-transgender:before {
    content: "\f224";
}
.la0a686c94398d9aa95125a33c8a31c1b6-transgender-alt:before {
    content: "\f225";
}
.la0a686c94398d9aa95125a33c8a31c1b6-venus-double:before {
    content: "\f226";
}
.la0a686c94398d9aa95125a33c8a31c1b6-mars-double:before {
    content: "\f227";
}
.la0a686c94398d9aa95125a33c8a31c1b6-venus-mars:before {
    content: "\f228";
}
.la0a686c94398d9aa95125a33c8a31c1b6-mars-stroke:before {
    content: "\f229";
}
.la0a686c94398d9aa95125a33c8a31c1b6-mars-stroke-v:before {
    content: "\f22a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-mars-stroke-h:before {
    content: "\f22b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-neuter:before {
    content: "\f22c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-genderless:before {
    content: "\f22d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-facebook-official:before {
    content: "\f230";
}
.la0a686c94398d9aa95125a33c8a31c1b6-pinterest-p:before {
    content: "\f231";
}
.la0a686c94398d9aa95125a33c8a31c1b6-whatsapp:before {
    content: "\f232";
}
.la0a686c94398d9aa95125a33c8a31c1b6-server:before {
    content: "\f233";
}
.la0a686c94398d9aa95125a33c8a31c1b6-user-plus:before {
    content: "\f234";
}
.la0a686c94398d9aa95125a33c8a31c1b6-user-times:before {
    content: "\f235";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bed:before {
    content: "\f236";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hotel:before {
    content: "\f236";
}
.la0a686c94398d9aa95125a33c8a31c1b6-viacoin:before {
    content: "\f237";
}
.la0a686c94398d9aa95125a33c8a31c1b6-train:before {
    content: "\f238";
}
.la0a686c94398d9aa95125a33c8a31c1b6-subway:before {
    content: "\f239";
}
.la0a686c94398d9aa95125a33c8a31c1b6-medium:before {
    content: "\f23a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-y-combinator:before {
    content: "\f23b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-yc:before {
    content: "\f23b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-optin-monster:before {
    content: "\f23c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-opencart:before {
    content: "\f23d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-expeditedssl:before {
    content: "\f23e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-battery-4:before {
    content: "\f240";
}
.la0a686c94398d9aa95125a33c8a31c1b6-battery-full:before {
    content: "\f240";
}
.la0a686c94398d9aa95125a33c8a31c1b6-battery-3:before {
    content: "\f241";
}
.la0a686c94398d9aa95125a33c8a31c1b6-battery-three-quarters:before {
    content: "\f241";
}
.la0a686c94398d9aa95125a33c8a31c1b6-battery-2:before {
    content: "\f242";
}
.la0a686c94398d9aa95125a33c8a31c1b6-battery-half:before {
    content: "\f242";
}
.la0a686c94398d9aa95125a33c8a31c1b6-battery-1:before {
    content: "\f243";
}
.la0a686c94398d9aa95125a33c8a31c1b6-battery-quarter:before {
    content: "\f243";
}
.la0a686c94398d9aa95125a33c8a31c1b6-battery-0:before {
    content: "\f244";
}
.la0a686c94398d9aa95125a33c8a31c1b6-battery-empty:before {
    content: "\f244";
}
.la0a686c94398d9aa95125a33c8a31c1b6-mouse-pointer:before {
    content: "\f245";
}
.la0a686c94398d9aa95125a33c8a31c1b6-i-cursor:before {
    content: "\f246";
}
.la0a686c94398d9aa95125a33c8a31c1b6-object-group:before {
    content: "\f247";
}
.la0a686c94398d9aa95125a33c8a31c1b6-object-ungroup:before {
    content: "\f248";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sticky-note:before {
    content: "\f249";
}
.la0a686c94398d9aa95125a33c8a31c1b6-sticky-note-o:before {
    content: "\f24a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cc-jcb:before {
    content: "\f24b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-cc-diners-club:before {
    content: "\f24c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-clone:before {
    content: "\f24d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-balance-scale:before {
    content: "\f24e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hourglass-o:before {
    content: "\f250";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hourglass-1:before {
    content: "\f251";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hourglass-start:before {
    content: "\f251";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hourglass-2:before {
    content: "\f252";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hourglass-half:before {
    content: "\f252";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hourglass-3:before {
    content: "\f253";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hourglass-end:before {
    content: "\f253";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hourglass:before {
    content: "\f254";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hand-grab-o:before {
    content: "\f255";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hand-rock-o:before {
    content: "\f255";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hand-paper-o:before {
    content: "\f256";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hand-stop-o:before {
    content: "\f256";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hand-scissors-o:before {
    content: "\f257";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hand-lizard-o:before {
    content: "\f258";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hand-spock-o:before {
    content: "\f259";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hand-pointer-o:before {
    content: "\f25a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hand-peace-o:before {
    content: "\f25b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-trademark:before {
    content: "\f25c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-registered:before {
    content: "\f25d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-creative-commons:before {
    content: "\f25e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-gg:before {
    content: "\f260";
}
.la0a686c94398d9aa95125a33c8a31c1b6-gg-circle:before {
    content: "\f261";
}
.la0a686c94398d9aa95125a33c8a31c1b6-tripadvisor:before {
    content: "\f262";
}
.la0a686c94398d9aa95125a33c8a31c1b6-odnoklassniki:before {
    content: "\f263";
}
.la0a686c94398d9aa95125a33c8a31c1b6-odnoklassniki-square:before {
    content: "\f264";
}
.la0a686c94398d9aa95125a33c8a31c1b6-get-pocket:before {
    content: "\f265";
}
.la0a686c94398d9aa95125a33c8a31c1b6-wikipedia-w:before {
    content: "\f266";
}
.la0a686c94398d9aa95125a33c8a31c1b6-safari:before {
    content: "\f267";
}
.la0a686c94398d9aa95125a33c8a31c1b6-chrome:before {
    content: "\f268";
}
.la0a686c94398d9aa95125a33c8a31c1b6-firefox:before {
    content: "\f269";
}
.la0a686c94398d9aa95125a33c8a31c1b6-opera:before {
    content: "\f26a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-internet-explorer:before {
    content: "\f26b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-television:before {
    content: "\f26c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-tv:before {
    content: "\f26c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-contao:before {
    content: "\f26d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-500px:before {
    content: "\f26e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-amazon:before {
    content: "\f270";
}
.la0a686c94398d9aa95125a33c8a31c1b6-calendar-plus-o:before {
    content: "\f271";
}
.la0a686c94398d9aa95125a33c8a31c1b6-calendar-minus-o:before {
    content: "\f272";
}
.la0a686c94398d9aa95125a33c8a31c1b6-calendar-times-o:before {
    content: "\f273";
}
.la0a686c94398d9aa95125a33c8a31c1b6-calendar-check-o:before {
    content: "\f274";
}
.la0a686c94398d9aa95125a33c8a31c1b6-industry:before {
    content: "\f275";
}
.la0a686c94398d9aa95125a33c8a31c1b6-map-pin:before {
    content: "\f276";
}
.la0a686c94398d9aa95125a33c8a31c1b6-map-signs:before {
    content: "\f277";
}
.la0a686c94398d9aa95125a33c8a31c1b6-map-o:before {
    content: "\f278";
}
.la0a686c94398d9aa95125a33c8a31c1b6-map:before {
    content: "\f279";
}
.la0a686c94398d9aa95125a33c8a31c1b6-commenting:before {
    content: "\f27a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-commenting-o:before {
    content: "\f27b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-houzz:before {
    content: "\f27c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-vimeo:before {
    content: "\f27d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-black-tie:before {
    content: "\f27e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-fonticons:before {
    content: "\f280";
}
.la0a686c94398d9aa95125a33c8a31c1b6-reddit-alien:before {
    content: "\f281";
}
.la0a686c94398d9aa95125a33c8a31c1b6-edge:before {
    content: "\f282";
}
.la0a686c94398d9aa95125a33c8a31c1b6-credit-card-alt:before {
    content: "\f283";
}
.la0a686c94398d9aa95125a33c8a31c1b6-codiepie:before {
    content: "\f284";
}
.la0a686c94398d9aa95125a33c8a31c1b6-modx:before {
    content: "\f285";
}
.la0a686c94398d9aa95125a33c8a31c1b6-fort-awesome:before {
    content: "\f286";
}
.la0a686c94398d9aa95125a33c8a31c1b6-usb:before {
    content: "\f287";
}
.la0a686c94398d9aa95125a33c8a31c1b6-product-hunt:before {
    content: "\f288";
}
.la0a686c94398d9aa95125a33c8a31c1b6-mixcloud:before {
    content: "\f289";
}
.la0a686c94398d9aa95125a33c8a31c1b6-scribd:before {
    content: "\f28a";
}
.la0a686c94398d9aa95125a33c8a31c1b6-pause-circle:before {
    content: "\f28b";
}
.la0a686c94398d9aa95125a33c8a31c1b6-pause-circle-o:before {
    content: "\f28c";
}
.la0a686c94398d9aa95125a33c8a31c1b6-stop-circle:before {
    content: "\f28d";
}
.la0a686c94398d9aa95125a33c8a31c1b6-stop-circle-o:before {
    content: "\f28e";
}
.la0a686c94398d9aa95125a33c8a31c1b6-shopping-bag:before {
    content: "\f290";
}
.la0a686c94398d9aa95125a33c8a31c1b6-shopping-basket:before {
    content: "\f291";
}
.la0a686c94398d9aa95125a33c8a31c1b6-hashtag:before {
    content: "\f292";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bluetooth:before {
    content: "\f293";
}
.la0a686c94398d9aa95125a33c8a31c1b6-bluetooth-b:before {
    content: "\f294";
}
.la0a686c94398d9aa95125a33c8a31c1b6-percent:before {
    content: "\f295";
}

@font-face {
    font-family: 'Hawcons';
    src:    url('/xwp/wp-content/uploads/la_icon_sets/Hawcons/icomoon.eot?u6pq3i');
    src:    url('/xwp/wp-content/uploads/la_icon_sets/Hawcons/icomoon.eot?u6pq3i#iefix') format('embedded-opentype'),
        url('/xwp/wp-content/uploads/la_icon_sets/Hawcons/icomoon.ttf?u6pq3i') format('truetype'),
        url('/xwp/wp-content/uploads/la_icon_sets/Hawcons/icomoon.woff?u6pq3i') format('woff'),
        url('/xwp/wp-content/uploads/la_icon_sets/Hawcons/icomoon.svg?u6pq3i#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="la085527a24dd8e33fcd6f0098c70bd1af-"], [class*=" la085527a24dd8e33fcd6f0098c70bd1af-"] {
    
    font-family: 'Hawcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.la085527a24dd8e33fcd6f0098c70bd1af-mail-envelope:before {
    content: "\e900";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-envelope2:before {
    content: "\e901";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-envelope-open:before {
    content: "\e902";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-envelope-open2:before {
    content: "\e903";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-envelope-closed:before {
    content: "\e904";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-envelope-closed2:before {
    content: "\e905";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-envelope-open3:before {
    content: "\e906";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-envelope-open4:before {
    content: "\e907";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-envelope-open5:before {
    content: "\e908";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-envelope-open6:before {
    content: "\e909";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-envelope-closed3:before {
    content: "\e90a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-envelope-closed4:before {
    content: "\e90b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-envelope-open7:before {
    content: "\e90c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-envelope-open8:before {
    content: "\e90d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-error:before {
    content: "\e90e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-error2:before {
    content: "\e90f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-checked:before {
    content: "\e910";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-checked2:before {
    content: "\e911";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-cancel:before {
    content: "\e912";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-cancel2:before {
    content: "\e913";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail--forbidden:before {
    content: "\e914";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail--forbidden2:before {
    content: "\e915";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-add:before {
    content: "\e916";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-add2:before {
    content: "\e917";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-remove:before {
    content: "\e918";
}
.la085527a24dd8e33fcd6f0098c70bd1af-mail-remove2:before {
    content: "\e919";
}
.la085527a24dd8e33fcd6f0098c70bd1af-flag:before {
    content: "\e91a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-flag2:before {
    content: "\e91b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-flag3:before {
    content: "\e91c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-flag4:before {
    content: "\e91d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-flag5:before {
    content: "\e91e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-flag6:before {
    content: "\e91f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-flag7:before {
    content: "\e920";
}
.la085527a24dd8e33fcd6f0098c70bd1af-flag8:before {
    content: "\e921";
}
.la085527a24dd8e33fcd6f0098c70bd1af-bookmark:before {
    content: "\e922";
}
.la085527a24dd8e33fcd6f0098c70bd1af-bookmark2:before {
    content: "\e923";
}
.la085527a24dd8e33fcd6f0098c70bd1af-bookmark-add:before {
    content: "\e924";
}
.la085527a24dd8e33fcd6f0098c70bd1af-bookmark-add2:before {
    content: "\e925";
}
.la085527a24dd8e33fcd6f0098c70bd1af-bookmark-remove:before {
    content: "\e926";
}
.la085527a24dd8e33fcd6f0098c70bd1af-bookmark-remove2:before {
    content: "\e927";
}
.la085527a24dd8e33fcd6f0098c70bd1af-eye-hidden:before {
    content: "\e928";
}
.la085527a24dd8e33fcd6f0098c70bd1af-eye-hidden2:before {
    content: "\e929";
}
.la085527a24dd8e33fcd6f0098c70bd1af-eye:before {
    content: "\e92a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-eye2:before {
    content: "\e92b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-star:before {
    content: "\e92c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-star2:before {
    content: "\e92d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-key:before {
    content: "\e92e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-key2:before {
    content: "\e92f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-key3:before {
    content: "\e930";
}
.la085527a24dd8e33fcd6f0098c70bd1af-key4:before {
    content: "\e931";
}
.la085527a24dd8e33fcd6f0098c70bd1af-trash-can:before {
    content: "\e932";
}
.la085527a24dd8e33fcd6f0098c70bd1af-trash-can2:before {
    content: "\e933";
}
.la085527a24dd8e33fcd6f0098c70bd1af-trash-can3:before {
    content: "\e934";
}
.la085527a24dd8e33fcd6f0098c70bd1af-trash-can4:before {
    content: "\e935";
}
.la085527a24dd8e33fcd6f0098c70bd1af-information:before {
    content: "\e936";
}
.la085527a24dd8e33fcd6f0098c70bd1af-information2:before {
    content: "\e937";
}
.la085527a24dd8e33fcd6f0098c70bd1af-information3:before {
    content: "\e938";
}
.la085527a24dd8e33fcd6f0098c70bd1af-information4:before {
    content: "\e939";
}
.la085527a24dd8e33fcd6f0098c70bd1af-book:before {
    content: "\e93a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-book2:before {
    content: "\e93b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-book-bookmark:before {
    content: "\e93c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-book-bookmark2:before {
    content: "\e93d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard-edit:before {
    content: "\e93e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard-edit2:before {
    content: "\e93f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard-add:before {
    content: "\e940";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard-add2:before {
    content: "\e941";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard-remove:before {
    content: "\e942";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard-remove2:before {
    content: "\e943";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard:before {
    content: "\e944";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard2:before {
    content: "\e945";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard-download:before {
    content: "\e946";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard-download2:before {
    content: "\e947";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard-upload:before {
    content: "\e948";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard-upload2:before {
    content: "\e949";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard-checked:before {
    content: "\e94a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard-checked2:before {
    content: "\e94b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard-text:before {
    content: "\e94c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard-text2:before {
    content: "\e94d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard-list:before {
    content: "\e94e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard-list2:before {
    content: "\e94f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-note:before {
    content: "\e950";
}
.la085527a24dd8e33fcd6f0098c70bd1af-note2:before {
    content: "\e951";
}
.la085527a24dd8e33fcd6f0098c70bd1af-note-add:before {
    content: "\e952";
}
.la085527a24dd8e33fcd6f0098c70bd1af-note-add2:before {
    content: "\e953";
}
.la085527a24dd8e33fcd6f0098c70bd1af-note-remove:before {
    content: "\e954";
}
.la085527a24dd8e33fcd6f0098c70bd1af-note-remove2:before {
    content: "\e955";
}
.la085527a24dd8e33fcd6f0098c70bd1af-note-text:before {
    content: "\e956";
}
.la085527a24dd8e33fcd6f0098c70bd1af-note-text2:before {
    content: "\e957";
}
.la085527a24dd8e33fcd6f0098c70bd1af-note-list:before {
    content: "\e958";
}
.la085527a24dd8e33fcd6f0098c70bd1af-note-list2:before {
    content: "\e959";
}
.la085527a24dd8e33fcd6f0098c70bd1af-note-checked:before {
    content: "\e95a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-note-checked2:before {
    content: "\e95b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-note-important:before {
    content: "\e95c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-note-important2:before {
    content: "\e95d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-notebook:before {
    content: "\e95e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-notebook2:before {
    content: "\e95f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-notebook3:before {
    content: "\e960";
}
.la085527a24dd8e33fcd6f0098c70bd1af-notebook4:before {
    content: "\e961";
}
.la085527a24dd8e33fcd6f0098c70bd1af-notebook5:before {
    content: "\e962";
}
.la085527a24dd8e33fcd6f0098c70bd1af-notebook6:before {
    content: "\e963";
}
.la085527a24dd8e33fcd6f0098c70bd1af-notebook7:before {
    content: "\e964";
}
.la085527a24dd8e33fcd6f0098c70bd1af-notebook8:before {
    content: "\e965";
}
.la085527a24dd8e33fcd6f0098c70bd1af-notebook-text:before {
    content: "\e966";
}
.la085527a24dd8e33fcd6f0098c70bd1af-notebook-text2:before {
    content: "\e967";
}
.la085527a24dd8e33fcd6f0098c70bd1af-notebook-list:before {
    content: "\e968";
}
.la085527a24dd8e33fcd6f0098c70bd1af-notebook-list2:before {
    content: "\e969";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document:before {
    content: "\e96a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document2:before {
    content: "\e96b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-text:before {
    content: "\e96c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-text2:before {
    content: "\e96d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-text3:before {
    content: "\e96e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-text4:before {
    content: "\e96f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-download:before {
    content: "\e970";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-download2:before {
    content: "\e971";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-upload:before {
    content: "\e972";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-upload2:before {
    content: "\e973";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-bookmark:before {
    content: "\e974";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-bookmark2:before {
    content: "\e975";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-diagrams:before {
    content: "\e976";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-diagrams2:before {
    content: "\e977";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-recording:before {
    content: "\e978";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-recording2:before {
    content: "\e979";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-table:before {
    content: "\e97a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-table2:before {
    content: "\e97b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-music:before {
    content: "\e97c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-music2:before {
    content: "\e97d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-movie:before {
    content: "\e97e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-movie2:before {
    content: "\e97f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-play:before {
    content: "\e980";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-play2:before {
    content: "\e981";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-graph:before {
    content: "\e982";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-graph2:before {
    content: "\e983";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-time:before {
    content: "\e984";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-time2:before {
    content: "\e985";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-text5:before {
    content: "\e986";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-text6:before {
    content: "\e987";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-code:before {
    content: "\e988";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-code2:before {
    content: "\e989";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-cloud:before {
    content: "\e98a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-cloud2:before {
    content: "\e98b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-documents:before {
    content: "\e98c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-documents2:before {
    content: "\e98d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-documents3:before {
    content: "\e98e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-documents4:before {
    content: "\e98f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-search:before {
    content: "\e990";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-search2:before {
    content: "\e991";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-star:before {
    content: "\e992";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-star2:before {
    content: "\e993";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-unlocked:before {
    content: "\e994";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-unlocked2:before {
    content: "\e995";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-locked:before {
    content: "\e996";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-locked2:before {
    content: "\e997";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-error:before {
    content: "\e998";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-error2:before {
    content: "\e999";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-cancel:before {
    content: "\e99a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-cancel2:before {
    content: "\e99b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-checked:before {
    content: "\e99c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-checked2:before {
    content: "\e99d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-add:before {
    content: "\e99e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-add2:before {
    content: "\e99f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-remove:before {
    content: "\e9a0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-remove2:before {
    content: "\e9a1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-forbidden:before {
    content: "\e9a2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-forbidden2:before {
    content: "\e9a3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-information:before {
    content: "\e9a4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-information2:before {
    content: "\e9a5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-information:before {
    content: "\e9a6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-information2:before {
    content: "\e9a7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-list:before {
    content: "\e9a8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-list2:before {
    content: "\e9a9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-font:before {
    content: "\e9aa";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-font2:before {
    content: "\e9ab";
}
.la085527a24dd8e33fcd6f0098c70bd1af-inbox:before {
    content: "\e9ac";
}
.la085527a24dd8e33fcd6f0098c70bd1af-inbox2:before {
    content: "\e9ad";
}
.la085527a24dd8e33fcd6f0098c70bd1af-inboxes:before {
    content: "\e9ae";
}
.la085527a24dd8e33fcd6f0098c70bd1af-inboxes2:before {
    content: "\e9af";
}
.la085527a24dd8e33fcd6f0098c70bd1af-inbox-document:before {
    content: "\e9b0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-inbox-document2:before {
    content: "\e9b1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-inbox-document-text:before {
    content: "\e9b2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-inbox-document-text2:before {
    content: "\e9b3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-inbox-download:before {
    content: "\e9b4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-inbox-download2:before {
    content: "\e9b5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-inbox-upload:before {
    content: "\e9b6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-inbox-upload2:before {
    content: "\e9b7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder:before {
    content: "\e9b8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder2:before {
    content: "\e9b9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder3:before {
    content: "\e9ba";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder4:before {
    content: "\e9bb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folders:before {
    content: "\e9bc";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folders2:before {
    content: "\e9bd";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-download:before {
    content: "\e9be";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-download2:before {
    content: "\e9bf";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-upload:before {
    content: "\e9c0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-upload2:before {
    content: "\e9c1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-unlocked:before {
    content: "\e9c2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-unlocked2:before {
    content: "\e9c3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-locked:before {
    content: "\e9c4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-locked2:before {
    content: "\e9c5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-search:before {
    content: "\e9c6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-search2:before {
    content: "\e9c7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-error:before {
    content: "\e9c8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-error2:before {
    content: "\e9c9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-cancel:before {
    content: "\e9ca";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-cancel2:before {
    content: "\e9cb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-checked:before {
    content: "\e9cc";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-checked2:before {
    content: "\e9cd";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-add:before {
    content: "\e9ce";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-add2:before {
    content: "\e9cf";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-remove:before {
    content: "\e9d0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-remove2:before {
    content: "\e9d1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-forbidden:before {
    content: "\e9d2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-forbidden2:before {
    content: "\e9d3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-bookmark:before {
    content: "\e9d4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-folder-bookmark2:before {
    content: "\e9d5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-zip:before {
    content: "\e9d6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-zip2:before {
    content: "\e9d7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-zip:before {
    content: "\e9d8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-zip2:before {
    content: "\e9d9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-search:before {
    content: "\e9da";
}
.la085527a24dd8e33fcd6f0098c70bd1af-search2:before {
    content: "\e9db";
}
.la085527a24dd8e33fcd6f0098c70bd1af-search-plus:before {
    content: "\e9dc";
}
.la085527a24dd8e33fcd6f0098c70bd1af-search-plus2:before {
    content: "\e9dd";
}
.la085527a24dd8e33fcd6f0098c70bd1af-search-minus:before {
    content: "\e9de";
}
.la085527a24dd8e33fcd6f0098c70bd1af-search-minus2:before {
    content: "\e9df";
}
.la085527a24dd8e33fcd6f0098c70bd1af-lock:before {
    content: "\e9e0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-lock2:before {
    content: "\e9e1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-lock-open:before {
    content: "\e9e2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-lock-open2:before {
    content: "\e9e3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-lock-open3:before {
    content: "\e9e4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-lock-open4:before {
    content: "\e9e5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-lock-stripes:before {
    content: "\e9e6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-lock-stripes2:before {
    content: "\e9e7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-lock-rounded:before {
    content: "\e9e8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-lock-rounded2:before {
    content: "\e9e9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-lock-rounded-open:before {
    content: "\e9ea";
}
.la085527a24dd8e33fcd6f0098c70bd1af-lock-rounded-open2:before {
    content: "\e9eb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-lock-rounded-open3:before {
    content: "\e9ec";
}
.la085527a24dd8e33fcd6f0098c70bd1af-lock-rounded-open4:before {
    content: "\e9ed";
}
.la085527a24dd8e33fcd6f0098c70bd1af-combination-lock:before {
    content: "\e9ee";
}
.la085527a24dd8e33fcd6f0098c70bd1af-combination-lock2:before {
    content: "\e9ef";
}
.la085527a24dd8e33fcd6f0098c70bd1af-printer:before {
    content: "\e9f0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-printer2:before {
    content: "\e9f1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-printer3:before {
    content: "\e9f2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-printer4:before {
    content: "\e9f3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-printer-text:before {
    content: "\e9f4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-printer-text2:before {
    content: "\e9f5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-printer-text3:before {
    content: "\e9f6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-printer-text4:before {
    content: "\e9f7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-shred:before {
    content: "\e9f8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-shred2:before {
    content: "\e9f9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-shredder:before {
    content: "\e9fa";
}
.la085527a24dd8e33fcd6f0098c70bd1af-shredder2:before {
    content: "\e9fb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-scan:before {
    content: "\e9fc";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-scan2:before {
    content: "\e9fd";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-download:before {
    content: "\e9fe";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-download2:before {
    content: "\e9ff";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-upload:before {
    content: "\ea00";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-upload2:before {
    content: "\ea01";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-error:before {
    content: "\ea02";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-error2:before {
    content: "\ea03";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud:before {
    content: "\ea04";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud2:before {
    content: "\ea05";
}
.la085527a24dd8e33fcd6f0098c70bd1af-inbox-filled:before {
    content: "\ea06";
}
.la085527a24dd8e33fcd6f0098c70bd1af-inbox-filled2:before {
    content: "\ea07";
}
.la085527a24dd8e33fcd6f0098c70bd1af-pen:before {
    content: "\ea08";
}
.la085527a24dd8e33fcd6f0098c70bd1af-pen2:before {
    content: "\ea09";
}
.la085527a24dd8e33fcd6f0098c70bd1af-pen-angled:before {
    content: "\ea0a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-pen-angled2:before {
    content: "\ea0b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-edit:before {
    content: "\ea0c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-edit2:before {
    content: "\ea0d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-certificate:before {
    content: "\ea0e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-certificate2:before {
    content: "\ea0f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-certificate:before {
    content: "\ea10";
}
.la085527a24dd8e33fcd6f0098c70bd1af-certificate2:before {
    content: "\ea11";
}
.la085527a24dd8e33fcd6f0098c70bd1af-package:before {
    content: "\ea12";
}
.la085527a24dd8e33fcd6f0098c70bd1af-package2:before {
    content: "\ea13";
}
.la085527a24dd8e33fcd6f0098c70bd1af-box:before {
    content: "\ea14";
}
.la085527a24dd8e33fcd6f0098c70bd1af-box2:before {
    content: "\ea15";
}
.la085527a24dd8e33fcd6f0098c70bd1af-box-filled:before {
    content: "\ea16";
}
.la085527a24dd8e33fcd6f0098c70bd1af-box-filled2:before {
    content: "\ea17";
}
.la085527a24dd8e33fcd6f0098c70bd1af-box3:before {
    content: "\ea18";
}
.la085527a24dd8e33fcd6f0098c70bd1af-box4:before {
    content: "\ea19";
}
.la085527a24dd8e33fcd6f0098c70bd1af-box5:before {
    content: "\ea1a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-box6:before {
    content: "\ea1b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-box-bookmark:before {
    content: "\ea1c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-box-bookmark2:before {
    content: "\ea1d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tag-cord:before {
    content: "\ea1e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tag-cord2:before {
    content: "\ea1f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tag:before {
    content: "\ea20";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tag2:before {
    content: "\ea21";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tags:before {
    content: "\ea22";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tags2:before {
    content: "\ea23";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tag-add:before {
    content: "\ea24";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tag-add2:before {
    content: "\ea25";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tag-remove:before {
    content: "\ea26";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tag-remove2:before {
    content: "\ea27";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tag-checked:before {
    content: "\ea28";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tag-checked2:before {
    content: "\ea29";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tag-cancel:before {
    content: "\ea2a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tag-cancel2:before {
    content: "\ea2b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-paperclip:before {
    content: "\ea2c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-paperclip2:before {
    content: "\ea2d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-basketball:before {
    content: "\ea2e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-basketball2:before {
    content: "\ea2f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-baseball:before {
    content: "\ea30";
}
.la085527a24dd8e33fcd6f0098c70bd1af-baseball2:before {
    content: "\ea31";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tennis-ball:before {
    content: "\ea32";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tennis-ball2:before {
    content: "\ea33";
}
.la085527a24dd8e33fcd6f0098c70bd1af-bowling-ball:before {
    content: "\ea34";
}
.la085527a24dd8e33fcd6f0098c70bd1af-bowling-ball2:before {
    content: "\ea35";
}
.la085527a24dd8e33fcd6f0098c70bd1af-billiard-ball:before {
    content: "\ea36";
}
.la085527a24dd8e33fcd6f0098c70bd1af-billiard-ball2:before {
    content: "\ea37";
}
.la085527a24dd8e33fcd6f0098c70bd1af-soccer-ball:before {
    content: "\ea38";
}
.la085527a24dd8e33fcd6f0098c70bd1af-soccer-ball2:before {
    content: "\ea39";
}
.la085527a24dd8e33fcd6f0098c70bd1af-soccer-court:before {
    content: "\ea3a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-soccer-court2:before {
    content: "\ea3b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-football:before {
    content: "\ea3c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-football2:before {
    content: "\ea3d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-football3:before {
    content: "\ea3e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-football4:before {
    content: "\ea3f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-basketball3:before {
    content: "\ea40";
}
.la085527a24dd8e33fcd6f0098c70bd1af-basketball4:before {
    content: "\ea41";
}
.la085527a24dd8e33fcd6f0098c70bd1af-baseball-set:before {
    content: "\ea42";
}
.la085527a24dd8e33fcd6f0098c70bd1af-baseball-set2:before {
    content: "\ea43";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tennis-ball3:before {
    content: "\ea44";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tennis-ball4:before {
    content: "\ea45";
}
.la085527a24dd8e33fcd6f0098c70bd1af-trophy:before {
    content: "\ea46";
}
.la085527a24dd8e33fcd6f0098c70bd1af-trophy2:before {
    content: "\ea47";
}
.la085527a24dd8e33fcd6f0098c70bd1af-trophy-one:before {
    content: "\ea48";
}
.la085527a24dd8e33fcd6f0098c70bd1af-trophy-one2:before {
    content: "\ea49";
}
.la085527a24dd8e33fcd6f0098c70bd1af-trophy3:before {
    content: "\ea4a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-trophy4:before {
    content: "\ea4b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-medal:before {
    content: "\ea4c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-medal2:before {
    content: "\ea4d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-medal3:before {
    content: "\ea4e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-medal4:before {
    content: "\ea4f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-weights:before {
    content: "\ea50";
}
.la085527a24dd8e33fcd6f0098c70bd1af-weights2:before {
    content: "\ea51";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tennis-racket:before {
    content: "\ea52";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tennis-racket2:before {
    content: "\ea53";
}
.la085527a24dd8e33fcd6f0098c70bd1af-basketball-hoop:before {
    content: "\ea54";
}
.la085527a24dd8e33fcd6f0098c70bd1af-basketball-hoop2:before {
    content: "\ea55";
}
.la085527a24dd8e33fcd6f0098c70bd1af-table-tennis:before {
    content: "\ea56";
}
.la085527a24dd8e33fcd6f0098c70bd1af-table-tennis2:before {
    content: "\ea57";
}
.la085527a24dd8e33fcd6f0098c70bd1af-volleyball:before {
    content: "\ea58";
}
.la085527a24dd8e33fcd6f0098c70bd1af-volleyball2:before {
    content: "\ea59";
}
.la085527a24dd8e33fcd6f0098c70bd1af-stop-watch:before {
    content: "\ea5a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-stop-watch2:before {
    content: "\ea5b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-stop-watch3:before {
    content: "\ea5c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-stop-watch4:before {
    content: "\ea5d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-hockey-stick:before {
    content: "\ea5e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-hockey-stick2:before {
    content: "\ea5f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-hockey-sticks:before {
    content: "\ea60";
}
.la085527a24dd8e33fcd6f0098c70bd1af-hockey-sticks2:before {
    content: "\ea61";
}
.la085527a24dd8e33fcd6f0098c70bd1af-shuttlecock:before {
    content: "\ea62";
}
.la085527a24dd8e33fcd6f0098c70bd1af-shuttlecock2:before {
    content: "\ea63";
}
.la085527a24dd8e33fcd6f0098c70bd1af-golf:before {
    content: "\ea64";
}
.la085527a24dd8e33fcd6f0098c70bd1af-golf2:before {
    content: "\ea65";
}
.la085527a24dd8e33fcd6f0098c70bd1af-move:before {
    content: "\ea66";
}
.la085527a24dd8e33fcd6f0098c70bd1af-move2:before {
    content: "\ea67";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard-move:before {
    content: "\ea68";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clipboard-move2:before {
    content: "\ea69";
}
.la085527a24dd8e33fcd6f0098c70bd1af-award:before {
    content: "\ea6a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-award2:before {
    content: "\ea6b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-award3:before {
    content: "\ea6c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-award4:before {
    content: "\ea6d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-award5:before {
    content: "\ea6e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-award6:before {
    content: "\ea6f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-award7:before {
    content: "\ea70";
}
.la085527a24dd8e33fcd6f0098c70bd1af-award8:before {
    content: "\ea71";
}
.la085527a24dd8e33fcd6f0098c70bd1af-medal5:before {
    content: "\ea72";
}
.la085527a24dd8e33fcd6f0098c70bd1af-medal6:before {
    content: "\ea73";
}
.la085527a24dd8e33fcd6f0098c70bd1af-medal7:before {
    content: "\ea74";
}
.la085527a24dd8e33fcd6f0098c70bd1af-medal8:before {
    content: "\ea75";
}
.la085527a24dd8e33fcd6f0098c70bd1af-boxing-glove:before {
    content: "\ea76";
}
.la085527a24dd8e33fcd6f0098c70bd1af-boxing-glove2:before {
    content: "\ea77";
}
.la085527a24dd8e33fcd6f0098c70bd1af-whistle:before {
    content: "\ea78";
}
.la085527a24dd8e33fcd6f0098c70bd1af-whistle2:before {
    content: "\ea79";
}
.la085527a24dd8e33fcd6f0098c70bd1af-volleyball-water:before {
    content: "\ea7a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-volleyball-water2:before {
    content: "\ea7b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-checkered-flag:before {
    content: "\ea7c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-checkered-flag2:before {
    content: "\ea7d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-target-arrow:before {
    content: "\ea7e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-target-arrow2:before {
    content: "\ea7f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-target:before {
    content: "\ea80";
}
.la085527a24dd8e33fcd6f0098c70bd1af-target2:before {
    content: "\ea81";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sailing-boat:before {
    content: "\ea82";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sailing-boat2:before {
    content: "\ea83";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sailing-boat-water:before {
    content: "\ea84";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sailing-boat-water2:before {
    content: "\ea85";
}
.la085527a24dd8e33fcd6f0098c70bd1af-bowling-pins:before {
    content: "\ea86";
}
.la085527a24dd8e33fcd6f0098c70bd1af-bowling-pins2:before {
    content: "\ea87";
}
.la085527a24dd8e33fcd6f0098c70bd1af-bowling-pin-ball:before {
    content: "\ea88";
}
.la085527a24dd8e33fcd6f0098c70bd1af-bowling-pin-ball2:before {
    content: "\ea89";
}
.la085527a24dd8e33fcd6f0098c70bd1af-diving-goggles:before {
    content: "\ea8a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-diving-goggles2:before {
    content: "\ea8b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sports-shoe:before {
    content: "\ea8c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sports-shoe2:before {
    content: "\ea8d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-soccer-shoe:before {
    content: "\ea8e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-soccer-shoe2:before {
    content: "\ea8f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-ice-skate:before {
    content: "\ea90";
}
.la085527a24dd8e33fcd6f0098c70bd1af-ice-skate2:before {
    content: "\ea91";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud3:before {
    content: "\ea92";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud4:before {
    content: "\ea93";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-sun:before {
    content: "\ea94";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-sun2:before {
    content: "\ea95";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-moon:before {
    content: "\ea96";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-moon2:before {
    content: "\ea97";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-rain:before {
    content: "\ea98";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-rain2:before {
    content: "\ea99";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-sun-rain:before {
    content: "\ea9a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-sun-rain2:before {
    content: "\ea9b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-moon-rain:before {
    content: "\ea9c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-moon-rain2:before {
    content: "\ea9d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-snow:before {
    content: "\ea9e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-snow2:before {
    content: "\ea9f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-sun-snow:before {
    content: "\eaa0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-sun-snow2:before {
    content: "\eaa1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-moon-snow:before {
    content: "\eaa2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-moon-snow2:before {
    content: "\eaa3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-lightning:before {
    content: "\eaa4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-lightning2:before {
    content: "\eaa5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-sun-lightning:before {
    content: "\eaa6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-sun-lightning2:before {
    content: "\eaa7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-moon-lightning:before {
    content: "\eaa8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-moon-lightning2:before {
    content: "\eaa9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-wind:before {
    content: "\eaaa";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-wind2:before {
    content: "\eaab";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-raindrops:before {
    content: "\eaac";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-raindrops2:before {
    content: "\eaad";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-sun-raindrops:before {
    content: "\eaae";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-sun-raindrops2:before {
    content: "\eaaf";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-moon-raindrops:before {
    content: "\eab0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-moon-raindrops2:before {
    content: "\eab1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-snowflakes:before {
    content: "\eab2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-snowflakes2:before {
    content: "\eab3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-sun-snowflakes:before {
    content: "\eab4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-sun-snowflakes2:before {
    content: "\eab5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-moon-snowflakes:before {
    content: "\eab6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-moon-snowflakes2:before {
    content: "\eab7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clouds:before {
    content: "\eab8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clouds2:before {
    content: "\eab9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-add:before {
    content: "\eaba";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-add2:before {
    content: "\eabb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-remove:before {
    content: "\eabc";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-remove2:before {
    content: "\eabd";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-error3:before {
    content: "\eabe";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-error4:before {
    content: "\eabf";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-fog:before {
    content: "\eac0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-fog2:before {
    content: "\eac1";
}
.la085527a24dd8e33fcd6f0098c70bd1af--cloud-sun-fog:before {
    content: "\eac2";
}
.la085527a24dd8e33fcd6f0098c70bd1af--cloud-sun-fog2:before {
    content: "\eac3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-moon-fog:before {
    content: "\eac4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-cloud-moon-fog2:before {
    content: "\eac5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-moon-stars:before {
    content: "\eac6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-moon-stars2:before {
    content: "\eac7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-moon:before {
    content: "\eac8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-moon2:before {
    content: "\eac9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sun:before {
    content: "\eaca";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sun2:before {
    content: "\eacb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sunrise:before {
    content: "\eacc";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sunrise2:before {
    content: "\eacd";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sunset:before {
    content: "\eace";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sunset2:before {
    content: "\eacf";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sunset3:before {
    content: "\ead0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sunset4:before {
    content: "\ead1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sunset5:before {
    content: "\ead2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sunset6:before {
    content: "\ead3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-rainbow:before {
    content: "\ead4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-rainbow2:before {
    content: "\ead5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-umbrella:before {
    content: "\ead6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-umbrella2:before {
    content: "\ead7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-raindrops:before {
    content: "\ead8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-raindrops2:before {
    content: "\ead9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-raindrop:before {
    content: "\eada";
}
.la085527a24dd8e33fcd6f0098c70bd1af-raindrop2:before {
    content: "\eadb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sunglasses:before {
    content: "\eadc";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sunglasses2:before {
    content: "\eadd";
}
.la085527a24dd8e33fcd6f0098c70bd1af-stars:before {
    content: "\eade";
}
.la085527a24dd8e33fcd6f0098c70bd1af-stars2:before {
    content: "\eadf";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clouds3:before {
    content: "\eae0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-clouds4:before {
    content: "\eae1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-moonrise:before {
    content: "\eae2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-moonrise2:before {
    content: "\eae3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-moonset:before {
    content: "\eae4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-moonset2:before {
    content: "\eae5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-wind:before {
    content: "\eae6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-wind2:before {
    content: "\eae7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-full-moon:before {
    content: "\eae8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-full-moon2:before {
    content: "\eae9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-crescent:before {
    content: "\eaea";
}
.la085527a24dd8e33fcd6f0098c70bd1af-crescent2:before {
    content: "\eaeb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-half-moon:before {
    content: "\eaec";
}
.la085527a24dd8e33fcd6f0098c70bd1af-half-moon2:before {
    content: "\eaed";
}
.la085527a24dd8e33fcd6f0098c70bd1af-gibbous-moon:before {
    content: "\eaee";
}
.la085527a24dd8e33fcd6f0098c70bd1af-gibbous-moon2:before {
    content: "\eaef";
}
.la085527a24dd8e33fcd6f0098c70bd1af-moon3:before {
    content: "\eaf0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-moon4:before {
    content: "\eaf1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-gibbous-moon3:before {
    content: "\eaf2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-gibbous-moon4:before {
    content: "\eaf3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-half-moon3:before {
    content: "\eaf4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-half-moon4:before {
    content: "\eaf5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-crescent3:before {
    content: "\eaf6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-crescent4:before {
    content: "\eaf7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-barometer:before {
    content: "\eaf8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-barometer2:before {
    content: "\eaf9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-compass-north:before {
    content: "\eafa";
}
.la085527a24dd8e33fcd6f0098c70bd1af-compass-north2:before {
    content: "\eafb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-compass-west:before {
    content: "\eafc";
}
.la085527a24dd8e33fcd6f0098c70bd1af-compass-west2:before {
    content: "\eafd";
}
.la085527a24dd8e33fcd6f0098c70bd1af-compass-east:before {
    content: "\eafe";
}
.la085527a24dd8e33fcd6f0098c70bd1af-compass-east2:before {
    content: "\eaff";
}
.la085527a24dd8e33fcd6f0098c70bd1af-compass-south:before {
    content: "\eb00";
}
.la085527a24dd8e33fcd6f0098c70bd1af-compass-south2:before {
    content: "\eb01";
}
.la085527a24dd8e33fcd6f0098c70bd1af-air-sock:before {
    content: "\eb02";
}
.la085527a24dd8e33fcd6f0098c70bd1af-air-sock2:before {
    content: "\eb03";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tornado:before {
    content: "\eb04";
}
.la085527a24dd8e33fcd6f0098c70bd1af-tornado2:before {
    content: "\eb05";
}
.la085527a24dd8e33fcd6f0098c70bd1af-degree-fahrenheit:before {
    content: "\eb06";
}
.la085527a24dd8e33fcd6f0098c70bd1af-degree-fahrenheit2:before {
    content: "\eb07";
}
.la085527a24dd8e33fcd6f0098c70bd1af-degree-celsius:before {
    content: "\eb08";
}
.la085527a24dd8e33fcd6f0098c70bd1af-degree-celsius2:before {
    content: "\eb09";
}
.la085527a24dd8e33fcd6f0098c70bd1af-warning:before {
    content: "\eb0a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-warning2:before {
    content: "\eb0b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-compass:before {
    content: "\eb0c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-compass2:before {
    content: "\eb0d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-compass3:before {
    content: "\eb0e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-compass4:before {
    content: "\eb0f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-compass5:before {
    content: "\eb10";
}
.la085527a24dd8e33fcd6f0098c70bd1af-compass6:before {
    content: "\eb11";
}
.la085527a24dd8e33fcd6f0098c70bd1af-compass7:before {
    content: "\eb12";
}
.la085527a24dd8e33fcd6f0098c70bd1af-compass8:before {
    content: "\eb13";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thermometer:before {
    content: "\eb14";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thermometer2:before {
    content: "\eb15";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thermometer-low:before {
    content: "\eb16";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thermometer-low2:before {
    content: "\eb17";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thermometer-quarter:before {
    content: "\eb18";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thermometer-quarter2:before {
    content: "\eb19";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thermometer-half:before {
    content: "\eb1a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thermometer-half2:before {
    content: "\eb1b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thermometer-three-quarters:before {
    content: "\eb1c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thermometer-three-quarters2:before {
    content: "\eb1d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thermometer-full:before {
    content: "\eb1e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thermometer-full2:before {
    content: "\eb1f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-lightning:before {
    content: "\eb20";
}
.la085527a24dd8e33fcd6f0098c70bd1af-lightning2:before {
    content: "\eb21";
}
.la085527a24dd8e33fcd6f0098c70bd1af-wind-turbine:before {
    content: "\eb22";
}
.la085527a24dd8e33fcd6f0098c70bd1af-wind-turbine2:before {
    content: "\eb23";
}
.la085527a24dd8e33fcd6f0098c70bd1af-snowflake:before {
    content: "\eb24";
}
.la085527a24dd8e33fcd6f0098c70bd1af-snowflake2:before {
    content: "\eb25";
}
.la085527a24dd8e33fcd6f0098c70bd1af-flashed-face:before {
    content: "\eb26";
}
.la085527a24dd8e33fcd6f0098c70bd1af-flashed-face2:before {
    content: "\eb27";
}
.la085527a24dd8e33fcd6f0098c70bd1af-flashed-face3:before {
    content: "\eb28";
}
.la085527a24dd8e33fcd6f0098c70bd1af-flashed-face4:before {
    content: "\eb29";
}
.la085527a24dd8e33fcd6f0098c70bd1af-flashed-face-glasses:before {
    content: "\eb2a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-flashed-face-glasses2:before {
    content: "\eb2b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-missing-moth:before {
    content: "\eb2c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-missing-moth2:before {
    content: "\eb2d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-neutral-face:before {
    content: "\eb2e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-neutral-face2:before {
    content: "\eb2f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-smiling-face:before {
    content: "\eb30";
}
.la085527a24dd8e33fcd6f0098c70bd1af-smiling-face2:before {
    content: "\eb31";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sad-face:before {
    content: "\eb32";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sad-face2:before {
    content: "\eb33";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-open-mouth:before {
    content: "\eb34";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-open-mouth2:before {
    content: "\eb35";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-open-mouth3:before {
    content: "\eb36";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-open-mouth4:before {
    content: "\eb37";
}
.la085527a24dd8e33fcd6f0098c70bd1af-winking-face:before {
    content: "\eb38";
}
.la085527a24dd8e33fcd6f0098c70bd1af-winking-face2:before {
    content: "\eb39";
}
.la085527a24dd8e33fcd6f0098c70bd1af-laughing-face:before {
    content: "\eb3a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-laughing-face2:before {
    content: "\eb3b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-laughing-face3:before {
    content: "\eb3c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-laughing-face4:before {
    content: "\eb3d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-smirking-face:before {
    content: "\eb3e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-smirking-face2:before {
    content: "\eb3f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-stubborn-face:before {
    content: "\eb40";
}
.la085527a24dd8e33fcd6f0098c70bd1af-stubborn-face2:before {
    content: "\eb41";
}
.la085527a24dd8e33fcd6f0098c70bd1af-neutral-face3:before {
    content: "\eb42";
}
.la085527a24dd8e33fcd6f0098c70bd1af-neutral-face4:before {
    content: "\eb43";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sad-face3:before {
    content: "\eb44";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sad-face4:before {
    content: "\eb45";
}
.la085527a24dd8e33fcd6f0098c70bd1af-smiling-face3:before {
    content: "\eb46";
}
.la085527a24dd8e33fcd6f0098c70bd1af-smiling-face4:before {
    content: "\eb47";
}
.la085527a24dd8e33fcd6f0098c70bd1af-smiling-face-eyebrows:before {
    content: "\eb48";
}
.la085527a24dd8e33fcd6f0098c70bd1af-smiling-face-eyebrows2:before {
    content: "\eb49";
}
.la085527a24dd8e33fcd6f0098c70bd1af-grinning-face-eyebrows:before {
    content: "\eb4a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-grinning-face-eyebrows2:before {
    content: "\eb4b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sad-face-eyebrows:before {
    content: "\eb4c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sad-face-eyebrows2:before {
    content: "\eb4d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-neutral-face-eyebrows:before {
    content: "\eb4e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-neutral-face-eyebrows2:before {
    content: "\eb4f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-angry-face:before {
    content: "\eb50";
}
.la085527a24dd8e33fcd6f0098c70bd1af-angry-face2:before {
    content: "\eb51";
}
.la085527a24dd8e33fcd6f0098c70bd1af-worried-face:before {
    content: "\eb52";
}
.la085527a24dd8e33fcd6f0098c70bd1af-worried-face2:before {
    content: "\eb53";
}
.la085527a24dd8e33fcd6f0098c70bd1af-winking-face3:before {
    content: "\eb54";
}
.la085527a24dd8e33fcd6f0098c70bd1af-winking-face4:before {
    content: "\eb55";
}
.la085527a24dd8e33fcd6f0098c70bd1af-angry-face-eyebrows:before {
    content: "\eb56";
}
.la085527a24dd8e33fcd6f0098c70bd1af-angry-face-eyebrows2:before {
    content: "\eb57";
}
.la085527a24dd8e33fcd6f0098c70bd1af-grinning-face:before {
    content: "\eb58";
}
.la085527a24dd8e33fcd6f0098c70bd1af-grinning-face2:before {
    content: "\eb59";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sad-face5:before {
    content: "\eb5a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sad-face6:before {
    content: "\eb5b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-grinning-face-eyebrows3:before {
    content: "\eb5c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-grinning-face-eyebrows4:before {
    content: "\eb5d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-fake-grinning-face-eyebrows:before {
    content: "\eb5e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-fake-grinning-face-eyebrows2:before {
    content: "\eb5f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-worried-face-eyebrows:before {
    content: "\eb60";
}
.la085527a24dd8e33fcd6f0098c70bd1af-worried-face-eyebrows2:before {
    content: "\eb61";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-stuck-out-tongue:before {
    content: "\eb62";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-stuck-out-tongue2:before {
    content: "\eb63";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-stuck-out-tongue3:before {
    content: "\eb64";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-stuck-out-tongue4:before {
    content: "\eb65";
}
.la085527a24dd8e33fcd6f0098c70bd1af-kissing-face:before {
    content: "\eb66";
}
.la085527a24dd8e33fcd6f0098c70bd1af-kissing-face2:before {
    content: "\eb67";
}
.la085527a24dd8e33fcd6f0098c70bd1af-grinning-face-teeth:before {
    content: "\eb68";
}
.la085527a24dd8e33fcd6f0098c70bd1af-grinning-face-teeth2:before {
    content: "\eb69";
}
.la085527a24dd8e33fcd6f0098c70bd1af-angry-face-teeth:before {
    content: "\eb6a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-angry-face-teeth2:before {
    content: "\eb6b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-worried-face-teeth:before {
    content: "\eb6c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-worried-face-teeth2:before {
    content: "\eb6d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-grinning-face-teeth3:before {
    content: "\eb6e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-grinning-face-teeth4:before {
    content: "\eb6f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-open-mouth-eyebrows:before {
    content: "\eb70";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-open-mouth-eyebrows2:before {
    content: "\eb71";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-open-mouth-eyebrows3:before {
    content: "\eb72";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-open-mouth-eyebrows4:before {
    content: "\eb73";
}
.la085527a24dd8e33fcd6f0098c70bd1af-angry-face-open-mouth-eyebrows:before {
    content: "\eb74";
}
.la085527a24dd8e33fcd6f0098c70bd1af-angry-face-open-mouth-eyebrows2:before {
    content: "\eb75";
}
.la085527a24dd8e33fcd6f0098c70bd1af-unamused-face-tightly-closed-eyes:before {
    content: "\eb76";
}
.la085527a24dd8e33fcd6f0098c70bd1af-unamused-face-tightly-closed-eyes2:before {
    content: "\eb77";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sad-face--tightly-closed-eyes:before {
    content: "\eb78";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sad-face--tightly-closed-eyes2:before {
    content: "\eb79";
}
.la085527a24dd8e33fcd6f0098c70bd1af-kissing-face3:before {
    content: "\eb7a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-kissing-face4:before {
    content: "\eb7b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-closed-meyes:before {
    content: "\eb7c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-closed-meyes2:before {
    content: "\eb7d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-amused-face:before {
    content: "\eb7e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-amused-face2:before {
    content: "\eb7f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-amused-face-closed-eyes:before {
    content: "\eb80";
}
.la085527a24dd8e33fcd6f0098c70bd1af-amused-face-closed-eyes2:before {
    content: "\eb81";
}
.la085527a24dd8e33fcd6f0098c70bd1af-amused-face-closed-eyes3:before {
    content: "\eb82";
}
.la085527a24dd8e33fcd6f0098c70bd1af-amused-face-closed-eyes4:before {
    content: "\eb83";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-closed-eyes-open-mouth:before {
    content: "\eb84";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-closed-eyes-open-mouth2:before {
    content: "\eb85";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-closed-eyes-open-mouth3:before {
    content: "\eb86";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-closed-eyes-open-mouth4:before {
    content: "\eb87";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-closed-eyes-open-mouth5:before {
    content: "\eb88";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-closed-eyes-open-mouth6:before {
    content: "\eb89";
}
.la085527a24dd8e33fcd6f0098c70bd1af-laughing-face5:before {
    content: "\eb8a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-laughing-face6:before {
    content: "\eb8b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-smiling-face5:before {
    content: "\eb8c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-smiling-face6:before {
    content: "\eb8d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-grinning-face3:before {
    content: "\eb8e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-grinning-face4:before {
    content: "\eb8f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sad-face7:before {
    content: "\eb90";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sad-face8:before {
    content: "\eb91";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sad-face9:before {
    content: "\eb92";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sad-face10:before {
    content: "\eb93";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sad-face-closed-eyes:before {
    content: "\eb94";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sad-face-closed-eyes2:before {
    content: "\eb95";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sad-face11:before {
    content: "\eb96";
}
.la085527a24dd8e33fcd6f0098c70bd1af-sad-face12:before {
    content: "\eb97";
}
.la085527a24dd8e33fcd6f0098c70bd1af-smiling-face7:before {
    content: "\eb98";
}
.la085527a24dd8e33fcd6f0098c70bd1af-smiling-face8:before {
    content: "\eb99";
}
.la085527a24dd8e33fcd6f0098c70bd1af-astonished-face:before {
    content: "\eb9a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-astonished-face2:before {
    content: "\eb9b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-astonished-face3:before {
    content: "\eb9c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-astonished-face4:before {
    content: "\eb9d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-moustache:before {
    content: "\eb9e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-moustache2:before {
    content: "\eb9f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-moustache3:before {
    content: "\eba0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-moustache4:before {
    content: "\eba1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-glasses:before {
    content: "\eba2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-glasses2:before {
    content: "\eba3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-sunglasses:before {
    content: "\eba4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-face-sunglasses2:before {
    content: "\eba5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-smirking-face-sunglasses:before {
    content: "\eba6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-smirking-face-sunglasses2:before {
    content: "\eba7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-middle-finger:before {
    content: "\eba8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-middle-finger2:before {
    content: "\eba9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-rock-n-roll:before {
    content: "\ebaa";
}
.la085527a24dd8e33fcd6f0098c70bd1af-rock-n-roll2:before {
    content: "\ebab";
}
.la085527a24dd8e33fcd6f0098c70bd1af-high-five:before {
    content: "\ebac";
}
.la085527a24dd8e33fcd6f0098c70bd1af-high-five2:before {
    content: "\ebad";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thumb-up:before {
    content: "\ebae";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thumb-up2:before {
    content: "\ebaf";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thumb-down:before {
    content: "\ebb0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thumb-down2:before {
    content: "\ebb1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thumb-up3:before {
    content: "\ebb2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thumb-up4:before {
    content: "\ebb3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thumb-down3:before {
    content: "\ebb4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thumb-down4:before {
    content: "\ebb5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-swipe-left:before {
    content: "\ebb6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-swipe-left2:before {
    content: "\ebb7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-swipe-right:before {
    content: "\ebb8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-swipe-right2:before {
    content: "\ebb9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-swipe-up:before {
    content: "\ebba";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-swipe-up2:before {
    content: "\ebbb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-swipe-down:before {
    content: "\ebbc";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-swipe-down2:before {
    content: "\ebbd";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers:before {
    content: "\ebbe";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers2:before {
    content: "\ebbf";
}
.la085527a24dd8e33fcd6f0098c70bd1af-three-fingers-double-tap:before {
    content: "\ebc0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-three-fingers-double-tap2:before {
    content: "\ebc1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-resize-out:before {
    content: "\ebc2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-resize-out2:before {
    content: "\ebc3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-resize-in:before {
    content: "\ebc4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-resize-in2:before {
    content: "\ebc5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-rotate:before {
    content: "\ebc6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-rotate2:before {
    content: "\ebc7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe-left:before {
    content: "\ebc8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe-left2:before {
    content: "\ebc9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe-right:before {
    content: "\ebca";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe-right2:before {
    content: "\ebcb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe-up:before {
    content: "\ebcc";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe-up2:before {
    content: "\ebcd";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe-down:before {
    content: "\ebce";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe-down2:before {
    content: "\ebcf";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger:before {
    content: "\ebd0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger2:before {
    content: "\ebd1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-double-tap:before {
    content: "\ebd2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-double-tap2:before {
    content: "\ebd3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-tap:before {
    content: "\ebd4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-tap2:before {
    content: "\ebd5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-tap-hold:before {
    content: "\ebd6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-tap-hold2:before {
    content: "\ebd7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thumb-finger-tap:before {
    content: "\ebd8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-thumb-finger-tap2:before {
    content: "\ebd9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-click:before {
    content: "\ebda";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-click2:before {
    content: "\ebdb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-three-fingers-swipe-left:before {
    content: "\ebdc";
}
.la085527a24dd8e33fcd6f0098c70bd1af-three-fingers-swipe-left2:before {
    content: "\ebdd";
}
.la085527a24dd8e33fcd6f0098c70bd1af-three-fingers-swipe-right:before {
    content: "\ebde";
}
.la085527a24dd8e33fcd6f0098c70bd1af-three-fingers-swipe-right2:before {
    content: "\ebdf";
}
.la085527a24dd8e33fcd6f0098c70bd1af-three-fingers-swipe-up:before {
    content: "\ebe0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-three-fingers-swipe-up2:before {
    content: "\ebe1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-three-fingers-swipe-down:before {
    content: "\ebe2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-three-fingers-swipe-down2:before {
    content: "\ebe3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-three-fingers:before {
    content: "\ebe4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-three-fingers2:before {
    content: "\ebe5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-three-fingers-double-tap3:before {
    content: "\ebe6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-three-fingers-double-tap4:before {
    content: "\ebe7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-swipe-up3:before {
    content: "\ebe8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-swipe-up4:before {
    content: "\ebe9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-double-tap3:before {
    content: "\ebea";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-double-tap4:before {
    content: "\ebeb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-swipe-down3:before {
    content: "\ebec";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-swipe-down4:before {
    content: "\ebed";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-swipe-right3:before {
    content: "\ebee";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-swipe-right4:before {
    content: "\ebef";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-swipe-left3:before {
    content: "\ebf0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-swipe-left4:before {
    content: "\ebf1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-tap3:before {
    content: "\ebf2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-tap4:before {
    content: "\ebf3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-tap-hold3:before {
    content: "\ebf4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-tap-hold4:before {
    content: "\ebf5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-click3:before {
    content: "\ebf6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-click4:before {
    content: "\ebf7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe-horizontally:before {
    content: "\ebf8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe-horizontally2:before {
    content: "\ebf9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe:before {
    content: "\ebfa";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe2:before {
    content: "\ebfb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-double-tap:before {
    content: "\ebfc";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-double-tap2:before {
    content: "\ebfd";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-tap:before {
    content: "\ebfe";
}
.la085527a24dd8e33fcd6f0098c70bd1af-two-fingers-tap2:before {
    content: "\ebff";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe-left3:before {
    content: "\ec00";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe-left4:before {
    content: "\ec01";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe-right3:before {
    content: "\ec02";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe-right4:before {
    content: "\ec03";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe-up3:before {
    content: "\ec04";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe-up4:before {
    content: "\ec05";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe-down3:before {
    content: "\ec06";
}
.la085527a24dd8e33fcd6f0098c70bd1af-one-finger-swipe-down4:before {
    content: "\ec07";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-numbers:before {
    content: "\ec08";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-numbers2:before {
    content: "\ec09";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-pages:before {
    content: "\ec0a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-pages2:before {
    content: "\ec0b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-app:before {
    content: "\ec0c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-app2:before {
    content: "\ec0d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-png:before {
    content: "\ec0e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-png2:before {
    content: "\ec0f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-pdf:before {
    content: "\ec10";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-pdf2:before {
    content: "\ec11";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-mp3:before {
    content: "\ec12";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-mp32:before {
    content: "\ec13";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-mp4:before {
    content: "\ec14";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-mp42:before {
    content: "\ec15";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-mov:before {
    content: "\ec16";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-mov2:before {
    content: "\ec17";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-jpg:before {
    content: "\ec18";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-jpg2:before {
    content: "\ec19";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-key:before {
    content: "\ec1a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-key2:before {
    content: "\ec1b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-html:before {
    content: "\ec1c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-html2:before {
    content: "\ec1d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-css:before {
    content: "\ec1e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-css2:before {
    content: "\ec1f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-java:before {
    content: "\ec20";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-java2:before {
    content: "\ec21";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-psd:before {
    content: "\ec22";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-psd2:before {
    content: "\ec23";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-ai:before {
    content: "\ec24";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-ai2:before {
    content: "\ec25";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-bmp:before {
    content: "\ec26";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-bmp2:before {
    content: "\ec27";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-dwg:before {
    content: "\ec28";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-dwg2:before {
    content: "\ec29";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-eps:before {
    content: "\ec2a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-eps2:before {
    content: "\ec2b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-tiff:before {
    content: "\ec2c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-tiff2:before {
    content: "\ec2d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-ots:before {
    content: "\ec2e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-ots2:before {
    content: "\ec2f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-php:before {
    content: "\ec30";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-php2:before {
    content: "\ec31";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-py:before {
    content: "\ec32";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-py2:before {
    content: "\ec33";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-c:before {
    content: "\ec34";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-c2:before {
    content: "\ec35";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-sql:before {
    content: "\ec36";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-sql2:before {
    content: "\ec37";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-rb:before {
    content: "\ec38";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-rb2:before {
    content: "\ec39";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-cpp:before {
    content: "\ec3a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-cpp2:before {
    content: "\ec3b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-tga:before {
    content: "\ec3c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-tga2:before {
    content: "\ec3d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-dxf:before {
    content: "\ec3e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-dxf2:before {
    content: "\ec3f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-doc:before {
    content: "\ec40";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-doc2:before {
    content: "\ec41";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-odt:before {
    content: "\ec42";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-odt2:before {
    content: "\ec43";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-xls:before {
    content: "\ec44";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-xls2:before {
    content: "\ec45";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-docx:before {
    content: "\ec46";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-docx2:before {
    content: "\ec47";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-ppt:before {
    content: "\ec48";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-ppt2:before {
    content: "\ec49";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-asp:before {
    content: "\ec4a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-asp2:before {
    content: "\ec4b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-ics:before {
    content: "\ec4c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-ics2:before {
    content: "\ec4d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-dat:before {
    content: "\ec4e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-dat2:before {
    content: "\ec4f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-xml:before {
    content: "\ec50";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-xml2:before {
    content: "\ec51";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-yml:before {
    content: "\ec52";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-yml2:before {
    content: "\ec53";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-h:before {
    content: "\ec54";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-h2:before {
    content: "\ec55";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-exe:before {
    content: "\ec56";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-exe2:before {
    content: "\ec57";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-avi:before {
    content: "\ec58";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-avi2:before {
    content: "\ec59";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-odp:before {
    content: "\ec5a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-odp2:before {
    content: "\ec5b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-dotx:before {
    content: "\ec5c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-dotx2:before {
    content: "\ec5d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-xlsx:before {
    content: "\ec5e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-xlsx2:before {
    content: "\ec5f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-ods:before {
    content: "\ec60";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-ods2:before {
    content: "\ec61";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-pps:before {
    content: "\ec62";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-pps2:before {
    content: "\ec63";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-dot:before {
    content: "\ec64";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-dot2:before {
    content: "\ec65";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-txt:before {
    content: "\ec66";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-txt2:before {
    content: "\ec67";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-rtf:before {
    content: "\ec68";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-rtf2:before {
    content: "\ec69";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-m4v:before {
    content: "\ec6a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-m4v2:before {
    content: "\ec6b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-flv:before {
    content: "\ec6c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-flv2:before {
    content: "\ec6d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-mpg:before {
    content: "\ec6e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-mpg2:before {
    content: "\ec6f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-quicktime:before {
    content: "\ec70";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-quicktime2:before {
    content: "\ec71";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-mid:before {
    content: "\ec72";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-mid2:before {
    content: "\ec73";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-3gp:before {
    content: "\ec74";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-3gp2:before {
    content: "\ec75";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-aiff:before {
    content: "\ec76";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-aiff2:before {
    content: "\ec77";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-aac:before {
    content: "\ec78";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-aac2:before {
    content: "\ec79";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-wav:before {
    content: "\ec7a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-wav2:before {
    content: "\ec7b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-zip:before {
    content: "\ec7c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-zip2:before {
    content: "\ec7d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-ott:before {
    content: "\ec7e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-ott2:before {
    content: "\ec7f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-tgz:before {
    content: "\ec80";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-tgz2:before {
    content: "\ec81";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-dmg:before {
    content: "\ec82";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-dmg2:before {
    content: "\ec83";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-iso:before {
    content: "\ec84";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-iso2:before {
    content: "\ec85";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-rar:before {
    content: "\ec86";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-rar2:before {
    content: "\ec87";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-gif:before {
    content: "\ec88";
}
.la085527a24dd8e33fcd6f0098c70bd1af-file-gif2:before {
    content: "\ec89";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-numbers:before {
    content: "\ec8a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-numbers2:before {
    content: "\ec8b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-pages:before {
    content: "\ec8c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-pages2:before {
    content: "\ec8d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-app:before {
    content: "\ec8e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-app2:before {
    content: "\ec8f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-png:before {
    content: "\ec90";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-png2:before {
    content: "\ec91";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-pdf:before {
    content: "\ec92";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-pdf2:before {
    content: "\ec93";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-mp3:before {
    content: "\ec94";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-mp32:before {
    content: "\ec95";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-mp4:before {
    content: "\ec96";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-mp42:before {
    content: "\ec97";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-mov:before {
    content: "\ec98";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-mov2:before {
    content: "\ec99";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-jpg:before {
    content: "\ec9a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-jpg2:before {
    content: "\ec9b";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-key:before {
    content: "\ec9c";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-key2:before {
    content: "\ec9d";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-html:before {
    content: "\ec9e";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-html2:before {
    content: "\ec9f";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-css:before {
    content: "\eca0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-css2:before {
    content: "\eca1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-java:before {
    content: "\eca2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-java2:before {
    content: "\eca3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-psd:before {
    content: "\eca4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-psd2:before {
    content: "\eca5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-ai:before {
    content: "\eca6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-ai2:before {
    content: "\eca7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-bmp:before {
    content: "\eca8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-bmp2:before {
    content: "\eca9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-dwg:before {
    content: "\ecaa";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-dwg2:before {
    content: "\ecab";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-eps:before {
    content: "\ecac";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-eps2:before {
    content: "\ecad";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-tiff:before {
    content: "\ecae";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-tiff2:before {
    content: "\ecaf";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-ots:before {
    content: "\ecb0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-ots2:before {
    content: "\ecb1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-php:before {
    content: "\ecb2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-php2:before {
    content: "\ecb3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-py:before {
    content: "\ecb4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-py2:before {
    content: "\ecb5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-c:before {
    content: "\ecb6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-c2:before {
    content: "\ecb7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-sql:before {
    content: "\ecb8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-sql2:before {
    content: "\ecb9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-rb:before {
    content: "\ecba";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-rb2:before {
    content: "\ecbb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-cpp:before {
    content: "\ecbc";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-cpp2:before {
    content: "\ecbd";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-tga:before {
    content: "\ecbe";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-tga2:before {
    content: "\ecbf";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-dxf:before {
    content: "\ecc0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-dxf2:before {
    content: "\ecc1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-doc:before {
    content: "\ecc2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-doc2:before {
    content: "\ecc3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-odt:before {
    content: "\ecc4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-odt2:before {
    content: "\ecc5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-xls:before {
    content: "\ecc6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-xls2:before {
    content: "\ecc7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-docx:before {
    content: "\ecc8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-docx2:before {
    content: "\ecc9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-ppt:before {
    content: "\ecca";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-ppt2:before {
    content: "\eccb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-asp:before {
    content: "\eccc";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-asp2:before {
    content: "\eccd";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-ics:before {
    content: "\ecce";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-ics2:before {
    content: "\eccf";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-dat:before {
    content: "\ecd0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-dat2:before {
    content: "\ecd1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-xml:before {
    content: "\ecd2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-xml2:before {
    content: "\ecd3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-yml:before {
    content: "\ecd4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-yml2:before {
    content: "\ecd5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-h:before {
    content: "\ecd6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-h2:before {
    content: "\ecd7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-exe:before {
    content: "\ecd8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-exe2:before {
    content: "\ecd9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-avi:before {
    content: "\ecda";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-avi2:before {
    content: "\ecdb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-odp:before {
    content: "\ecdc";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-odp2:before {
    content: "\ecdd";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-dotx:before {
    content: "\ecde";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-dotx2:before {
    content: "\ecdf";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-xlsx:before {
    content: "\ece0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-xlsx2:before {
    content: "\ece1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-ods:before {
    content: "\ece2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-ods2:before {
    content: "\ece3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-pps:before {
    content: "\ece4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-pps2:before {
    content: "\ece5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-dot:before {
    content: "\ece6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-dot2:before {
    content: "\ece7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-txt:before {
    content: "\ece8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-txt2:before {
    content: "\ece9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-rtf:before {
    content: "\ecea";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-rtf2:before {
    content: "\eceb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-m4v:before {
    content: "\ecec";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-m4v2:before {
    content: "\eced";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-flv:before {
    content: "\ecee";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-flv2:before {
    content: "\ecef";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-mpg:before {
    content: "\ecf0";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-mpg2:before {
    content: "\ecf1";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-qt:before {
    content: "\ecf2";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-qt2:before {
    content: "\ecf3";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-mid:before {
    content: "\ecf4";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-mid2:before {
    content: "\ecf5";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-3gp:before {
    content: "\ecf6";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-3gp2:before {
    content: "\ecf7";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-aiff:before {
    content: "\ecf8";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-aiff2:before {
    content: "\ecf9";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-aac:before {
    content: "\ecfa";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-aac2:before {
    content: "\ecfb";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-wav:before {
    content: "\ecfc";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-wav2:before {
    content: "\ecfd";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-zip:before {
    content: "\ecfe";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-zip2:before {
    content: "\ecff";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-ott:before {
    content: "\ed00";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-ott2:before {
    content: "\ed01";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-tgz:before {
    content: "\ed02";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-tgz2:before {
    content: "\ed03";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-dmg:before {
    content: "\ed04";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-dmg2:before {
    content: "\ed05";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-iso:before {
    content: "\ed06";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-iso2:before {
    content: "\ed07";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-rar:before {
    content: "\ed08";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-rar2:before {
    content: "\ed09";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-gif:before {
    content: "\ed0a";
}
.la085527a24dd8e33fcd6f0098c70bd1af-document-file-gif2:before {
    content: "\ed0b";
}

body,html{overflow-x:hidden!important}html{height:100%;position:relative}body{min-height:100%;height:auto!important;overflow-y:visible!important;position:relative!important}body:after{display:none;content:url(/xwp/wp-content/plugins/NKS-custom/img/close.png) url(/xwp/wp-content/plugins/NKS-custom/img/closeblack.png)}#nks_cc_sidebar{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;text-align:left;display:none}.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa-fw,.fa-li{text-align:center}.nks_cc_trigger_tabs{display:none;position:fixed!important;left:0;cursor:pointer;z-index:100000;opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-webkit-transition:all .4s cubic-bezier(.645,.045,.355,1);-moz-transition:all .4s cubic-bezier(.645,.045,.355,1);-ms-transition:all .4s cubic-bezier(.645,.045,.355,1);-o-transition:all .4s cubic-bezier(.645,.045,.355,1);transition:all .4s cubic-bezier(.645,.045,.355,1);transition-delay:.1s;-webkit-transition-delay:.1s;-webkit-font-smoothing:antialiased}.fa,.fa-stack{display:inline-block}/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.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(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;height:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.nks_cc_trigger_tabs .fa-1x{font-size:20px!important}.nks_cc_trigger_tabs .fa-2x{font-size:24px!important}.nks_cc_trigger_tabs .fa-3x{font-size:35px!important}.nks_cc_trigger_tabs .la_icon_manager_custom{background-position:50% 50%!important;background-repeat:no-repeat!important;background-size:55%!important}.fa-1x .la_icon_manager_custom{height:40px;width:40px}.fa-2x .la_icon_manager_custom{height:48px;width:48px}.fa-3x .la_icon_manager_custom{height:70px;width:70px}.nks_cc_trigger_tabs [id*=nks-tab] .fa-inverse:before,body .nks_cc_trigger_tabs .ncf-tab-icon .fa-inverse:before,body .nks_cc_trigger_tabs .nksub-tab-icon .fa-inverse:before{color:#fff!important}.nks_cc_trigger_tabs .fa{color:#fff}.nks_cc_trigger_tabs .fa-stack-1x{-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;-webkit-backface-visibility:hidden}.nks_label_no_anim .nks_cc_trigger_tabs .fa-stack-1x{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.nks_cc_trigger_tabs .fa-stack-1x:before,.nks_cc_trigger_tabs .fa-stack-2x:before{-webkit-transition:opacity .1s cubic-bezier(.645,.045,.355,1);-moz-transition:opacity .1s cubic-bezier(.645,.045,.355,1);-ms-transition:opacity .1s cubic-bezier(.645,.045,.355,1);-o-transition:opacity .1s cubic-bezier(.645,.045,.355,1);transition:opacity .1s cubic-bezier(.645,.045,.355,1);-webkit-backface-visibility:hidden}.nks-tab .fa-stack-2x:before,.nks_cc_hidden .nks-tab .fa-stack-1x:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nks_mobile .nks_cc_trigger_tabs .nks-hover .fa-stack-1x{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.nks_cc_trigger_tabs .fa-stack-1x:after{content:'';position:absolute;width:86%;height:86%;margin:7%;left:0;top:0;box-sizing:border-box;border-radius:10px;background:rgba(255,255,255,.2);-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-ms-transform:scale(0,0);-o-transform:scale(0,0);transform:scale(0,0);-webkit-transition:all .1s cubic-bezier(.645,.045,.355,1) 25ms;-moz-transition:all .1s cubic-bezier(.645,.045,.355,1) 25ms;-ms-transition:all .1s cubic-bezier(.645,.045,.355,1) 25ms;-o-transition:all .1s cubic-bezier(.645,.045,.355,1) 25ms;transition:all .1s cubic-bezier(.645,.045,.355,1) 25ms;-webkit-backface-visibility:hidden;z-index:-1}.nks_cc_trigger_tabs .fa-stack-2x{z-index:-2}.nks-hover .fa-stack-1x:after{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}.nks_cc_trigger_tabs.nks_metro .fa-stack-1x:after{width:100%;height:100%;border-radius:0!important;margin:0}.nks_cc_trigger_tabs .fa-circle+.fa-stack-1x:after{border-radius:60px}.nks_cc_hidden .nks_cc_trigger_tabs .fa-1x.nks-hover .fa-stack-1x:before{font-size:18px!important}.nks_cc_hidden .nks_cc_trigger_tabs .fa-3x.nks-hover .fa-stack-1x:before{font-size:46px!important}.nks_cc_hidden .nks_cc_trigger_tabs .fa-1x.nks-hover .fa-stack-1x.la_icon_manager_custom{background-size:45%!important}.nks_cc_hidden .nks_cc_trigger_tabs .fa-3x.nks-hover .fa-stack-1x.la_icon_manager_custom{background-size:68%!important}.nks_cc_exposed .nks_cc_trigger_tabs .nks-active .fa-stack-1x:before,.nks_cc_transitioning .nks_cc_trigger_tabs .nks-active .fa-stack-1x:before{content:"";font-size:25px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjEycHgiIGhlaWdodD0iNjEycHgiIHZpZXdCb3g9IjAgMCA2MTIgNjEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MTIgNjEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNyb3NzIiBmaWxsPSIjZmZmZmZmIj48Zz48cG9seWdvbiBwb2ludHM9IjYxMiwzNi4wMDQgNTc2LjUyMSwwLjYwMyAzMDYsMjcwLjYwOCAzNS40NzgsMC42MDMgMCwzNi4wMDQgMjcwLjUyMiwzMDYuMDExIDAsNTc1Ljk5NyAzNS40NzgsNjExLjM5NyAzMDYsMzQxLjQxMSA1NzYuNTIxLDYxMS4zOTcgNjEyLDU3NS45OTcgMzQxLjQ1OSwzMDYuMDExIi8+PC9nPjwvZz48L2c+PC9zdmc+);background-position:50% 53%;background-repeat:no-repeat;background-size:55%!important;width:48px;height:48px;display:block;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;-webkit-backface-visibility:hidden}.nks_cc_trigger_tabs .fa-1x.nks-active .fa-stack-1x:before{width:40px;height:40px}.nks_cc_trigger_tabs .fa-3x.nks-active .fa-stack-1x:before{width:70px;height:70px;background-size:60% 60%!important}.nks_cc_exposed .nks_cc_trigger_tabs .nks-active,.nks_cc_transitioning .nks_cc_trigger_tabs .nks-active{position:relative}.nks_cc_trigger_tabs .fa-circle-thin,.nks_cc_trigger_tabs .fa-square-o{top:1px}.nks_cc_exposed .nks_cc_trigger_tabs .fa-stack-1x:hover{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;-webkit-backface-visibility:hidden}.nks_cc_exposed .fa-stack-1x{-webkit-transition:none!important;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none!important;-webkit-backface-visibility:hidden}.nks_cc_trigger_tabs>*{display:block!important;position:relative;margin:0 0 5px 10px;padding:0;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-ms-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;-webkit-backface-visibility:hidden}.nks_cc_trigger_tabs.nks_metro>*{margin:0!important}.nks_cc_label_circle_fade span{background-color:rgba(200,200,200,.7)!important}.nks_cc_trigger_tabs.nks_cc_label_hidden .nks-tab,.nks_cc_trigger_tabs.nks_cc_label_scroll .nks-tab,.nks_cc_trigger_tabs.nks_cc_label_scroll_into .nks-tab{opacity:0!important;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";cursor:default}#nks_cc_overlay,.nks-content{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}#nks-overlay,#nks_cc_overlay{cursor:pointer;-webkit-backface-visibility:hidden}.nks_cc_sidebar_pos_right .nks_cc_trigger_tabs>*{margin:0 10px 5px 0}.nks_cc_sidebar_pos_right .nks_cc_trigger_tabs:not([class*=ncf_tab]):not([class*=nksub_tab]){left:auto;right:0}#nks_cc_overlay{background:#000;position:absolute;top:0;bottom:0;left:0;right:0;z-index:99999;width:auto;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-ms-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}#nks_cc_sidebar .nks_cc_sidebar_cont_scrollable{width:100%;box-sizing:content-box;overflow-y:scroll;height:100%;-webkit-backface-visibility:hidden}#nks_cc_sidebar .nks_cc_sidebar_cont_scrollable::-webkit-scrollbar{display:none}.msie8 #nks_cc_sidebar,.msie8 .nks_cc_trigger_tabs,body.nks_sidebar_slide #nks-body-bg{display:none!important}#nks_cc_sidebar .nks_cc_sidebar_cont{position:relative;overflow:visible;height:100%!important;min-height:100%!important;-webkit-transition:-webkit-transform .4s ease-in-out;-moz-transition:-moz-transform .4s ease-in-out;-ms-transition:-ms-transform .4s ease-in-out;-o-transition:-o-transform .4s ease-in-out;transition:transform .4s ease-in-out;-webkit-backface-visibility:hidden;padding:0!important}@media only screen and (max-width:500px){#nks_cc_sidebar{width:100%}#nks_cc_sidebar .nks_cc_sidebar_cont{-webkit-transform-origin:top left;-moz-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left}.nks_cc_label_hidden_500{display:none!important}}#nks_cc_sidebar{position:fixed;top:0;z-index:0;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-backface-visibility:hidden;bottom:0;min-height:100%}.nks_cc_exposed #nks_cc_sidebar,.nks_cc_transitioning #nks_cc_sidebar{left:0}body.nks_sidebar_slide #nks_cc_sidebar{z-index:100000}#nks-body-bg,.nks_sidebar_slide #nks-body-bg,body.nks_cc_on:before,body.nks_sidebar_slide:before{display:none}body.nks_sidebar_slide.nks_cc_exposed #nks_cc_sidebar{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.nks_cc_sidebar_pos_right #nks_cc_sidebar{left:auto}.nks_cc_exposed.nks_cc_sidebar_pos_right #nks_cc_sidebar,.nks_cc_transitioning.nks_cc_sidebar_pos_right #nks_cc_sidebar{right:-60px}.nks_cc_sidebar_pos_right.nks_sidebar_slide #nks_cc_sidebar{right:0}#nks-body-bg{position:absolute;z-index:0;top:0;left:0;right:0;min-width:100%;min-height:100%;overflow:hidden}.nks_sidebar_push #nks-body-bg{-webkit-backface-visibility:hidden}body>*{position:relative}body.nks_sidebar_push.nks_webkit>* *{background-attachment:scroll!important}body.nks_sidebar_push>*,body.nks_sidebar_slide>#nks_cc_sidebar{-webkit-backface-visibility:hidden;-webkit-transition:all .4s cubic-bezier(.645,.045,.355,1);-moz-transition:all .4s cubic-bezier(.645,.045,.355,1);-ms-transition:all .4s cubic-bezier(.645,.045,.355,1);-o-transition:all .4s cubic-bezier(.645,.045,.355,1);transition:all .4s cubic-bezier(.645,.045,.355,1);transition-delay:.1s;-webkit-transition-delay:.1s}.nks_fixed_inner_el{-webkit-transition:-webkit-transform .4s cubic-bezier(.645,.045,.355,1);-moz-transition:-moz-transform .4s cubic-bezier(.645,.045,.355,1);-ms-transition:-ms-transform .4s cubic-bezier(.645,.045,.355,1);-o-transition:-o-transform .4s cubic-bezier(.645,.045,.355,1);transition:transform .4s cubic-bezier(.645,.045,.355,1)}body.nks_cc_exposed>#nks_cc_sidebar{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.nks-body-float{float:left;width:100%}.nks-content{visibility:hidden;position:fixed;width:100%;overflow:hidden;box-sizing:border-box;-webkit-backface-visibility:hidden}#nks-fixed,#nks-fixed2{width:200px;height:50px;z-index:99999}.nks-content.nks-active{position:static;visibility:visible;opacity:1;min-height:100%;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-ms-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}#nks-overlay,body:before{position:absolute;top:0;bottom:0;left:0;right:0}.nks_cc_exposed.nks_sidebar_push .nks_cc_trigger_tabs>*{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.nks_cc_exposed .nks_cc_trigger_tabs span.nks-active,.nks_cc_exposed .nks_cc_trigger_tabs.nks-hover span{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.nks-active .la_icon_manager_custom{background:0 0!important}#nks-fixed,#nks-fixed-bg{position:fixed;background:red}#nks-overlay-wrapper{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);position:fixed;top:0;bottom:0;left:0;right:0;visibility:hidden;z-index:99999}#nks-overlay{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";background:#333;z-index:99999;-webkit-transition:opacity .4s cubic-bezier(.645,.045,.355,1);-moz-transition:opacity .4 cubic-bezier(.645,.045,.355,1);-ms-transition:opacity .4s cubic-bezier(.645,.045,.355,1);-o-transition:opacity .4s cubic-bezier(.645,.045,.355,1);transition:opacity .4s cubic-bezier(.645,.045,.355,1);transition-delay:.2s;-webkit-transition-delay:.2s;-webkit-transform:translate3d(0,0,0)}.nks-body-pushed #nks-overlay{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"}.nks_cc_trigger_tabs,.nks_cc_trigger_tabs *{-webkit-backface-visibility:hidden}@media screen and (max-width:600px){#wpadminbar{top:-46px!important}}body:before{height:100%;width:100%;background:#fff!important;content:''}#nks-fixed2{position:fixed;background:#00f;bottom:20px;right:50px}#nks-fixed-bg{top:0;bottom:0;left:0;right:0;z-index:-999999}.nks_cc_exposed .nks_cc_trigger_tabs.nks_cc_label_hidden .nks-tab{opacity:1!important;filter:alpha(opacity=1)}.nks_cc_exposed #ncf_sidebar,.nks_cc_exposed #nksub_sidebar,.nks_cc_exposed .nks_cc_trigger_tabs .ncf-tab-icon,.nks_cc_exposed .nks_cc_trigger_tabs .nksub-tab-icon,.nks_cc_transitioning #ncf_sidebar,.nks_cc_transitioning #nksub_sidebar,.nks_cc_transitioning .nks_cc_trigger_tabs .ncf-tab-icon,.nks_cc_transitioning .nks_cc_trigger_tabs .nksub-tab-icon{opacity:0;visibility:hidden}.esg-starring{line-height:25px;display:inline-block}.esg-starring .star-rating{float:none}.esg-starring .star-rating{color:#ffc321!important}.esg-starring .star-rating,.esg-starring-page .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1em;font-size:1em;width:5.4em;font-family:star}.esg-starring .star-rating:before,.esg-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#e0dadf;float:left;top:0;left:0;position:absolute}.esg-starring .star-rating span,.esg-starring star-rating
span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.esg-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.esg-starring .star-rating{color:#ffc321!important}.lazyloadcover{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%}.esg-lazyblur{background-repeat:no-repeat;filter:blur(25px);-webkit-filter:blur(25px);-moz-filter:blur(25px);background-size:cover;background-position:center center;width:100%;height:100%;top:0;left:0;overflow:hidden}.esg-media-poster{width:100%;height:100%;position:absolute;top:0;left:0;background-size:cover;background-position:center center;z-index:10;opacity:0}.esg-video-active .esg-media-poster{z-index:0}.esg-vimeo-frame{background:#000}.esg-grid .no-filter-message{position:absolute;bottom:0;left:0;width:100%;text-align:center;pointer-events:none;visibility:hidden;opacity:0;transition:all .2s ease}.esg-grid.show-message .no-filter-message{transition-duration:1s;visibility:visible;opacity:1}.esg-hover-image{display:none}.esg-media-poster .esg-hover-image{display:block;width:inherit;height:inherit;background-size:inherit;background-position:inherit;visibility:hidden;opacity:0}.esg-starring .star-rating,.esg-starring-page .star-rating{line-height:1em;font-size:1em;font-family:star}.esg-grid{width:100%;max-width:100%;font-family:'Open Sans',sans-serif;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}@-moz-document url-prefix(){.esg-grid{transform:none!important}}.esg-grid .mainul,.esg-grid .mainul>li{list-style:none;margin:0;padding:0;transform-style:flat!important}.esg-grid
*{-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.esg-grid li,.esg-grid
ul{list-style:none;margin:0;padding:0;transform-style:flat!important}.esg-overflowtrick{position:relative;width:100%;height:auto;overflow:hidden;padding:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;z-index:1}.esg-container{position:relative;width:100%;height:auto}.esg-container>ul,.esg-overflowtrick>ul{width:100%;max-width:100%;height:0;position:relative;overflow:visible}.esg-grid
li{border:0
solid transparent;outline:0
solid transparent;visibility:hidden;display:none}.esg-grid
a{border:none;text-decoration:none}.esg-grid a:focus,.esg-grid a:hover{text-decoration:none;border:none}.esg-clear{clear:both;height:5px!important;background:0 0!important}.eg-clearfix,.esg-clear-no-height{clear:both;height:0!important;background:0 0!important}.esg-divide-5{width:100%;height:5px}.esg-divide-15{width:100%;height:15px}.esg-divide-20{width:100%;height:20px}.esg-divide-22{width:100%;height:22px}.esg-divide-30{width:100%;height:30px}.esg-click-to-play-video{cursor:pointer}.esg-entry-media
iframe{-webkit-transform-style:flat;-webkit-transform:translateZ(1000px);border:0}.esg-container .tp-esg-item{position:absolute;top:0;left:0}.esg-container .tp-esg-item{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.esg-container .tp-esg-item
.blackoverlay{width:100%;height:100%;position:absolute;background:#000;top:0;left:0}.tp-esg-item{z-index:5}.tp-esg-item.itemonotherpage{z-index:0;display:none}.esg-entry-cover{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;border:0
solid transparent;outline:0
solid transparent}.eec{display:block;width:auto;height:auto;position:absolute!important;font-size:20px;text-align:center}.esg-tc{top:0;left:0;width:100%}.esg-lc{top:0;left:0;height:100%}.esg-cc{top:0;left:0;width:100%;vertical-align:middle}.esg-rc{top:0;right:0;height:100%}.esg-bc{bottom:0;left:0;width:100%}.esg-tc .ess-tb-cell{text-align:center;vertical-align:top}.esg-lc .ess-tb-cell{text-align:left;vertical-align:middle}.esg-rc .ess-tb-cell{text-align:right;vertical-align:middle}.esg-blc .ess-tb-cell{text-align:left;vertical-align:bottom}.esg-bc .ess-tb-cell{text-align:center;vertical-align:bottom}.esg-brc .ess-tb-cell{text-align:right;vertical-align:bottom}.esg-bc
.leftalign{text-align:left}.esg-entry-media{position:relative;border:0
solid transparent;outline:0
solid transparent;overflow:hidden}.esg-entry-media{width:100%}.esg-entry-media
img{width:100%;height:auto;max-width:none!important;min-width:none!important}.esg-layout-masonry .esg-entry-media
img{line-height:0;vertical-align:bottom;display:inline-block}.esg-layout-even .esg-entry-media
img{display:none}.esg-media-cover-wrapper{position:relative;width:100%}.esg-layout-even .esg-media-cover-wrapper{height:100%}.esg-entry-media-wrapper{z-index:0}.esg-entry-media-wrapper .esg-video-frame{background:#000}.esg-entry-cover .esg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;border:0
solid transparent;outline:0
solid transparent}.esg-layout-even .esg-entry-content{display:none}.esg-entry-content{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-backface-visibility:hidden}.esg-filters,.esg-pagination,.navigationbuttons{position:relative;z-index:50;-webkit-backface-visibility:hidden}.esg-sortbutton-order.eg-icon-down-open.tp-asc{text-align:center}.esg-sortbutton-order .tp-desc{text-align:center}.esg-singlefilters .esg-filter-checked{display:none;-webkit-backface-visibility:hidden}.esg-filter-wrapper{display:inline-block}.esg-sortbutton-wrapper{display:inline-block}.esg-cartbutton-wrapper{display:inline-block}.esg-filter-wrapper.dropdownstyle{min-width:100px;cursor:pointer;position:relative;z-index:1500;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(1px);transform:translateZ(1px)}.esg-filter-wrapper.dropdownstyle .esg-filterbutton{display:block}.esg-dropdown-wrapper{display:none;position:absolute;background:#fff;padding:20px;top:100%;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(10px)}.esg-selected-filterbutton{color:#999;margin-right:5px;cursor:pointer;padding:0
15px 0 10px;line-height:20px;font-size:12px;font-weight:600;font-family:"Open Sans",sans-serif;display:inline-block;background:rgba(0,0,0,0);margin-bottom:5px}.esg-selected-filterbutton:hover{color:#444}.esg-selected-filterbutton .eg-icon-down-open{display:inline-block;vertical-align:middle;width:29px;line-height:20px;font-size:9px;font-weight:700;color:#999;cursor:pointer;background:rgba(0,0,0,0)}.esg-sortbutton-order.tp-desc{-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV;-ms-filter:FlipV}.esg-sorting-select{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-appearance:menulist-button}.esg-filters.esg-navbutton-solo-left{position:absolute;left:0;top:50%;z-index:800}.esg-filters.esg-navbutton-solo-right{position:absolute;right:0;top:50%;z-index:800}.esg-navigationbutton.esg-left,.esg-navigationbutton.esg-right{margin-left:0!important;margin-right:0!important;-webkit-transform-style:flat;-webkit-transform:translateZ(5000px)}.eg-leftright-container{float:left;width:310px;margin-right:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;position:relative}.eg-leftright-container.dark{background:#1e1e1e}.eg-leftright-container
.pagination{position:absolute;bottom:0}.eg-leftright-container .esg-filters{padding:30px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.eg-leftright-container .esg-filterbutton{display:block;margin:0
0 5px 0}.eg-leftright-container .esg-filter-wrapper{display:block;margin-right:0}.eg-ajaxtarget-container{position:relative;width:100%;height:auto}.tp-esg-item .add_to_cart_button.loading:before{content:"";position:absolute;top:0;right:0;left:0;bottom:0;background:url(/xwp/wp-content/plugins/essential-grid/public/assets/images/ajax-loader.gif) center no-repeat rgba(255,255,255,.65)}.esg-loader{top:50%;left:50%;z-index:10000;position:absolute}.infinityscollavailable.esg-loader{position:relative;top:auto;left:50%;margin-top:25px!important;margin-bottom:25px!important}.esg-loader.spinner0{width:40px;height:40px;background:url(/xwp/wp-content/plugins/essential-grid/public/assets/images/loader.gif) no-repeat center center;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-left:-20px;-webkit-animation:esg-rotateplane 1.2s infinite ease-in-out;animation:esg-rotateplane 1.2s infinite ease-in-out;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.esg-loader.spinner1{width:40px;height:40px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-left:-20px;-webkit-animation:esg-rotateplane 1.2s infinite ease-in-out;animation:esg-rotateplane 1.2s infinite ease-in-out;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.esg-loader.spinner5{background:url(/xwp/wp-content/plugins/essential-grid/public/assets/images/loader.gif) no-repeat 10px 10px;background-color:#fff;margin:-22px -22px;width:44px;height:44px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}@-webkit-keyframes esg-rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes esg-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0);-webkit-transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.esg-loader.spinner2{width:40px;height:40px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;-webkit-animation:esg-scaleout 1s infinite ease-in-out;animation:esg-scaleout 1s infinite ease-in-out}@-webkit-keyframes esg-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes esg-scaleout{0%{transform:scale(0);-webkit-transform:scale(0)}100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}}.esg-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.eg-search-wrapper .esg-loader.spinner3{margin-top:-30px!important}.simple-dark .eg-search-wrapper .esg-loader.spinner3,.simple-light .eg-search-wrapper .esg-loader.spinner3{margin-top:-25px!important}.text-dark .eg-search-wrapper .esg-loader.spinner3,.text-light .eg-search-wrapper .esg-loader.spinner3{margin-top:-22px!important}.esg-loader.spinner3 .bounce1,.esg-loader.spinner3 .bounce2,.esg-loader.spinner3
.bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;-webkit-animation:esg-bouncedelay 1.4s infinite ease-in-out;animation:esg-bouncedelay 1.4s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.esg-loader.spinner3
.bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.esg-loader.spinner3
.bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes esg-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes esg-bouncedelay{0%,100%,80%{transform:scale(0);-webkit-transform:scale(0)}40%{transform:scale(1);-webkit-transform:scale(1)}}.esg-loader.spinner4{margin:0
0 0 -20px;width:40px;height:40px;text-align:center;-webkit-animation:esg-rotate 2s infinite linear;animation:esg-rotate 2s infinite linear}.esg-loader.spinner4 .dot1,.esg-loader.spinner4
.dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;-webkit-animation:esg-bounce 2s infinite ease-in-out;animation:esg-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.esg-loader.spinner4
.dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes esg-rotate{100%{-webkit-transform:rotate(360deg)}}@keyframes esg-rotate{100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@-webkit-keyframes esg-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes esg-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}[class*=" eg-icon-"]:before,[class^=eg-icon-]:before{font-family:eg-font;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}[class*=" fa-icon-"]:before,[class^=fa-icon-]:before{font-family:FontAwesome;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.esg-grid [class*=" pe-7s-"]:before,.esg-grid [class^=pe-7s-]:before{font-family:Pe-icon-7-stroke;display:inline-block;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.esg-cartbutton a,.esg-filter-wrapper .esg-filterbutton:last-child,.esg-selected-filterbutton{margin-right:0!important}.esg-singlefilters .esg-filter-checked{display:none!important}.eg-ajaxclicklistener{cursor:pointer}.eg-ajax-video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.eg-ajax-video-container.widevideo{padding-bottom:50%}.eg-ajax-video-container embed,.eg-ajax-video-container iframe,.eg-ajax-video-container
object{position:absolute;top:0;left:0;width:100%;height:100%}.forcenotvisible{visibility:hidden!important}.forcenotdisplay{display:none!important}.eg-search-input,input.eg-search-input[type=text]{display:inline-block}.eg-search-clean,.eg-search-submit{display:inline-block;width:auto;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none}.eg-search-clean,.eg-search-submit{cursor:pointer}.eg-search-wrapper{vertical-align:top;line-height:40px}input.eg-search-input[type=text]{font-family:"Open Sans",sans-serif;outline:0!important;margin:0
0 5px!important;padding:8px
15px;vertical-align:middle}.eg-ajax-closer-wrapper{display:block;z-index:51000;position:relative}.eg-ajax-navbt{cursor:pointer;display:inline-block;margin-right:5px}.eg-acp-inner.eg-acp-br .eg-ajax-closer.eg-ajax-navbt,.eg-acp-inner.eg-acp-tr .eg-ajax-closer.eg-ajax-navbt{margin-right:0}.eg-ajax-closer-wrapper.eg-acp-bl,.eg-ajax-closer-wrapper.eg-acp-tl{text-align:left}.eg-ajax-closer-wrapper.eg-acp-br,.eg-ajax-closer-wrapper.eg-acp-tr{text-align:right}.eg-ajax-closer-wrapper.eg-acp-b,.eg-ajax-closer-wrapper.eg-acp-t{text-align:center}.eg-ajax-closer-wrapper.eg-acp-t,.eg-ajax-closer-wrapper.eg-acp-tl,.eg-ajax-closer-wrapper.eg-acp-tr{margin-bottom:5px}.eg-ajax-closer-wrapper.eg-acp-b,.eg-ajax-closer-wrapper.eg-acp-bl,.eg-ajax-closer-wrapper.eg-acp-br{margin-top:5px}.eg-acp-inner{display:block;position:absolute;z-index:50;margin:5px}.eg-acp-inner.eg-acp-t,.eg-acp-inner.eg-acp-tl,.eg-acp-inner.eg-acp-tr{top:0}.eg-acp-inner.eg-acp-b,.eg-acp-inner.eg-acp-bl,.eg-acp-inner.eg-acp-br{bottom:0}.eg-acp-inner.eg-acp-bl,.eg-acp-inner.eg-acp-tl{left:0}.eg-acp-inner.eg-acp-br,.eg-acp-inner.eg-acp-tr{right:0}.eg-acp-inner.eg-acp-b,.eg-acp-inner.eg-acp-t{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);-moz-transform:translateX(-50%)}.eg-ajax-navbt{line-height:21px;background:#000;background:rgba(0,0,0,.75);color:#fff;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;text-transform:uppercase;padding:1px
1px 0 0;font-size:11px;font-weight:400}.eg-ajax-closer.eg-ajax-navbt{padding:1px
5px 1px 3px;vertical-align:top}.eg-acp-light .eg-ajax-navbt{background:#e5e5e5;color:#000}.eg-ajax-closer.eg-ajax-navbt
i{font-size:13px}.eg-ajax-navbt
i{font-size:16px}.eg-ajax-closer-wrapper.eg-acp-type1{margin:0}.eg-acp-type1 .eg-ajax-navbt{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;padding:10px;margin:0}.eg-acp-type1 .eg-ajax-navbt
i{font-size:20px}.eg-acp-type1 .eg-ajax-navbt{width:40px;height:40px;text-align:center;vertical-align:medium!important;line-height:40px;padding:0}.eg-acp-type1 .eg-ajax-closer.eg-ajax-navbt{vertical-align:top;font-size:24px;font-weight:300;font-family:sans-serif;height:auto;line-height:28px;padding:8px
0 4px}span.eg-el-amount:before{content:"("}span.eg-el-amount:after{content:")"}span.eg-el-amount{margin-left:10px}.esg-split-content .esg-entry-cover,.esg-split-content .esg-entry-media-wrapper{width:50%!important}.esg-split-content .esg-media-cover-wrapper:after{content:"";display:table;clear:both}.esg-split-right .esg-entry-cover,.esg-split-right .esg-entry-media-wrapper{float:right}.esg-split-left .esg-entry-cover,.esg-split-left .esg-entry-media-wrapper{float:left}.esg-split-content .esg-entry-media{height:100%!important}.esg-split-content .esg-entry-cover{position:relative!important}.esg-split-content .esg-entry-content{clear:both}.grayscale{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.esg-revealed .esg-itm-anime:not(.esg-anime-blur) .esg-overflowtrick{overflow:visible!important}.esg-revealed .esg-itm-anime .tp-esg-item{-webkit-mask-image:none!important}.esg-revealed .esg-itm-anime .tp-esg-item:hover{z-index:9999!important;transform:none!important}.esg-revealed .esg-anime-item:before{position:absolute;top:0;left:0;width:100%;height:100%;content:""}.esg-anime-blur .esg-entry-media{transform:scale(1.15,1.15)!important;transform-origin:center center!important}.eg-invisiblebutton{box-shadow:none!important;height:inherit!important;display:block}.esg-lb-dummy{max-width:none!important;box-shadow:none!important;position:absolute;display:none}@media screen and (max-width:736px){.eg-lightbox-post-content-inner>div{width:100%!important;float:none!important}.eg-lightbox-post-content-inner .esg-post-featured-img{padding:30px
0!important}}.esgbox-stage .esgbox-slide>:not(.esgbox-share){margin:0;padding:0}.esgbox-stage .esgbox-slide>.esgbox-loading{margin-top:-30px;margin-left:-30px}.esgbox-toolbar .esgbox-button{transition:background .2s ease-out}.esgbox-toolbar .esgbox-button:active,.esgbox-toolbar .esgbox-button:focus,.esgbox-toolbar .esgbox-button:visited{background:rgba(30,30,30,.6)}.esgbox-toolbar .esgbox-button:hover{background:#767676}.esgbox-navigation .esgbox-button:before{transition:background .2s ease-out}.esgbox-navigation .esgbox-button:active:before,.esgbox-navigation .esgbox-button:focus:before,.esgbox-navigation .esgbox-button:visited:before,.esgbox-navigation .esgbox-button[disabled]:hover:before,.esgbox-toolbar .esgbox-button[disabled]:hover{background:rgba(30,30,30,.6)}.esgbox-navigation .esgbox-button:hover:before{background:#767676}.esgbox-hidearrows .esgbox-navigation .esgbox-button--arrow_left,.esgbox-hidearrows .esgbox-navigation .esgbox-button--arrow_right{display:none!important}.esgbox-single .esgbox-button--arrow_left,.esgbox-single .esgbox-button--arrow_right{display:none!important}.esgbox-slide--video
iframe{width:1280px;height:720px;max-width:100%;max-height:100%}.esg-four-by-three .esgbox-slide--video
iframe{width:800px;height:600px}.esgbox-container button:focus,.esgbox-container button:hover{background:0 0}.esg-filter-wrapper{visibility:hidden}.esg-mobile-filter-button{display:none}.esg-mobile-filter-wrap{visibility:visible}.esg-mobile-filter-wrap .esg-dropdown-wrapper{display:none!important;visibility:hidden!important}.eg-esgblankskin-wrapper
*{visibility:hidden!important}.eg-item-in-focus{z-index:999!important}.esg-cover-overflow{overflow:hidden}.esg-transition[data-transition^=esg-collapse]{overflow:hidden}.esg-transition[data-transition^=esg-collapse]:after,.esg-transition[data-transition^=esg-collapse]:before{position:absolute;content:""}.esg-transition[data-transition^=esg-collapsevertical]:after,.esg-transition[data-transition^=esg-collapsevertical]:before{width:100%;height:0%;left:0}.esg-transition[data-transition^=esg-collapsevertical]:before{top:0}.esg-transition[data-transition^=esg-collapsevertical]:after{bottom:0}.esg-transition[data-transition=esg-collapseverticalout]:after,.esg-transition[data-transition=esg-collapseverticalout]:before{height:50%}.esg-transition[data-transition^=esg-collapsehorizontal]:after,.esg-transition[data-transition^=esg-collapsehorizontal]:before{width:0%;height:100%;top:0}.esg-transition[data-transition^=esg-collapsehorizontal]:before{left:0}.esg-transition[data-transition^=esg-collapsehorizontal]:after{right:0}.esg-transition[data-transition=esg-collapsehorizontalout]:before{width:50%}.esg-transition[data-transition=esg-collapsehorizontalout]:after{width:50%}.esg-hovered .esg-transition[data-transition=esg-collapsevertical]:after,.esg-hovered .esg-transition[data-transition=esg-collapsevertical]:before{height:50%}.esg-hovered .esg-transition[data-transition=esg-collapseverticalout]:after,.esg-hovered .esg-transition[data-transition=esg-collapseverticalout]:before{height:0}.esg-hovered .esg-transition[data-transition=esg-collapsehorizontal]:after,.esg-hovered .esg-transition[data-transition=esg-collapsehorizontal]:before{width:50%}.esg-hovered .esg-transition[data-transition=esg-collapsehorizontalout]:after,.esg-hovered .esg-transition[data-transition=esg-collapsehorizontalout]:before{width:0}.esg-transition[data-transition^=esg-line]:after{content:"";position:absolute;width:70%;height:70%;top:15%;left:15%;background-size:100% 100%;background-repeat:no-repeat;background-position:center center}.esg-transition[data-transition=esg-linediagonal]:after,.esg-transition[data-transition=esg-linehorizontal]:after,.esg-transition[data-transition=esg-linevertical]:after{transform:scale(0)}.esg-hovered .esg-transition[data-transition^=esg-line]:after{transform:scale(1)}.esg-hovered .esg-transition[data-transition=esg-linediagonalout]:after,.esg-hovered .esg-transition[data-transition=esg-linehorizontalout]:after,.esg-hovered .esg-transition[data-transition=esg-lineverticalout]:after{transform:scale(0)}.esg-transition[data-transition^=esg-spiral]:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;box-sizing:border-box;padding-bottom:100%;background-size:contain;background-repeat:no-repeat;transform-origin:center;transform:translate(-50%,-50%) rotate(0) scale(0)}.esg-transition[data-transition=esg-spiralzoomout]:after{transform:translate(-50%,-50%) rotate(-300deg) scale(3)}.esg-hovered .esg-transition[data-transition=esg-spiralzoom]:after{transform:translate(-50%,-50%) rotate(-300deg) scale(3)}.esg-hovered .esg-transition[data-transition=esg-spiralzoomout]:after{transform:translate(-50%,-50%) rotate(0) scale(0)}.esg-transition[data-transition^=esg-circlezoom]:after,.esg-transition[data-transition^=esg-circlezoom]:before{content:"";position:absolute;width:150%;height:150%;padding-bottom:150%;top:50%;left:50%;transform:translate(-50%,-50%) scale(0,0);border-radius:50%;box-sizing:border-box}.esg-transition[data-transition=esg-circlezoomout]:after,.esg-transition[data-transition=esg-circlezoomout]:before{transform:translate(-50%,-50%) scale(1,1)}.esg-hovered .esg-transition[data-transition=esg-circlezoom]:after,.esg-hovered .esg-transition[data-transition=esg-circlezoom]:before{transform:translate(-50%,-50%) scale(1,1)}.esg-hovered .esg-transition[data-transition=esg-circlezoomout]:after,.esg-hovered .esg-transition[data-transition=esg-circlezoomout]:before{transform:translate(-50%,-50%) scale(0,0)}.esg-transition[data-transition^=esg-line]:before,.esg-transition[data-transition^=esg-spiral]:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;opacity:0}.esg-transition[data-transition=esg-linediagonalout]:before,.esg-transition[data-transition=esg-linehorizontalout]:before,.esg-transition[data-transition=esg-lineverticalout]:before,.esg-transition[data-transition=esg-spiralzoomout]:before{opacity:1}.esg-hovered .esg-transition[data-transition=esg-spiralzoom]:before,.esg-hovered .esg-transition[data-transition^=esg-line]:before{opacity:1}.esg-hovered .esg-transition[data-transition=esg-linediagonalout]:before,.esg-hovered .esg-transition[data-transition=esg-linehorizontalout]:before,.esg-hovered .esg-transition[data-transition=esg-lineverticalout]:before,.esg-hovered .esg-transition[data-transition=esg-spiralzoomout]:before{opacity:0}.esg-overlay.esg-cover-blend-multiply{mix-blend-mode:multiply}.esg-overlay.esg-cover-blend-screen{mix-blend-mode:screen}.esg-overlay.esg-cover-blend-overlay{mix-blend-mode:overlay}.esg-overlay.esg-cover-blend-darken{mix-blend-mode:darken}.esg-overlay.esg-cover-blend-lighten{mix-blend-mode:lighten}.esg-overlay.esg-cover-blend-color-dodge{mix-blend-mode:color-dodge}.esg-overlay.esg-cover-blend-color-burn{mix-blend-mode:color-burn}.esg-overlay.esg-cover-blend-hard-light{mix-blend-mode:hard-light}.esg-overlay.esg-cover-blend-soft-light{mix-blend-mode:soft-light}.esg-overlay.esg-cover-blend-difference{mix-blend-mode:difference}.esg-overlay.esg-cover-blend-exclusion{mix-blend-mode:exclusion}.esg-overlay.esg-cover-blend-hue{mix-blend-mode:hue}.esg-overlay.esg-cover-blend-saturation{mix-blend-mode:saturation}.esg-overlay.esg-cover-blend-color{mix-blend-mode:color}.esg-overlay.esg-cover-blend-luminosity{mix-blend-mode:luminosity}.aden{-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{-webkit-filter:contrast(.9);filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2
img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.source_type_nextgen .esg-filter-wrapper,.source_type_rml .esg-filter-wrapper,.source_type_stream .esg-filter-wrapper{display:none!important}@font-face{font-family:'eg-font';src:url('/xwp/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.eot?85610117');src:url('/xwp/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.eot?85610117#iefix') format('embedded-opentype'),
url('/xwp/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.woff?85610117') format('woff'),
url('/xwp/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.ttf?85610117') format('truetype'),
url('/xwp/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.svg?85610117#egfont') format('svg');font-weight:normal;font-style:normal}.eg-icon-soundcloud:before{content:'\e8ca'}.eg-icon-music:before{content:'\e858'}.eg-icon-color-adjust:before{content:'\e862'}.eg-icon-mail:before{content:'\e868'}.eg-icon-mail-alt:before{content:'\e869'}.eg-icon-heart:before{content:'\e86a'}.eg-icon-heart-empty:before{content:'\e86b'}.eg-icon-star:before{content:'\e86c'}.eg-icon-star-empty:before{content:'\e86d'}.eg-icon-user:before{content:'\e879'}.eg-icon-male:before{content:'\e87a'}.eg-icon-female:before{content:'\e87b'}.eg-icon-video:before{content:'\e805'}.eg-icon-videocam:before{content:'\e859'}.eg-icon-picture-1:before{content:'\e803'}.eg-icon-camera:before{content:'\e85a'}.eg-icon-camera-alt:before{content:'\e85b'}.eg-icon-th-large:before{content:'\e83c'}.eg-icon-th:before{content:'\e83d'}.eg-icon-ok:before{content:'\e80d'}.eg-icon-ok-circled2:before{content:'\e877'}.eg-icon-ok-squared:before{content:'\e878'}.eg-icon-cancel:before{content:'\e80a'}.eg-icon-plus:before{content:'\e86e'}.eg-icon-plus-circled:before{content:'\e876'}.eg-icon-plus-squared:before{content:'\e875'}.eg-icon-minus:before{content:'\e86f'}.eg-icon-minus-circled:before{content:'\e870'}.eg-icon-minus-squared:before{content:'\e871'}.eg-icon-minus-squared-alt:before{content:'\e872'}.eg-icon-info-circled:before{content:'\e80f'}.eg-icon-info:before{content:'\e844'}.eg-icon-home:before{content:'\e843'}.eg-icon-link:before{content:'\e80e'}.eg-icon-unlink:before{content:'\e83f'}.eg-icon-link-ext:before{content:'\e840'}.eg-icon-lock:before{content:'\e856'}.eg-icon-lock-open:before{content:'\e857'}.eg-icon-eye:before{content:'\e841'}.eg-icon-eye-off:before{content:'\e842'}.eg-icon-tag:before{content:'\e85c'}.eg-icon-thumbs-up:before{content:'\e887'}.eg-icon-thumbs-up-alt:before{content:'\e888'}.eg-icon-download:before{content:'\e88a'}.eg-icon-upload:before{content:'\e889'}.eg-icon-reply:before{content:'\e8a6'}.eg-icon-forward:before{content:'\e874'}.eg-icon-export-1:before{content:'\e873'}.eg-icon-print:before{content:'\e886'}.eg-icon-gamepad:before{content:'\e837'}.eg-icon-trash:before{content:'\e801'}.eg-icon-doc-text:before{content:'\e885'}.eg-icon-doc-inv:before{content:'\e884'}.eg-icon-folder-1:before{content:'\e83e'}.eg-icon-folder-open:before{content:'\e883'}.eg-icon-folder-open-empty:before{content:'\e882'}.eg-icon-rss:before{content:'\e880'}.eg-icon-rss-squared:before{content:'\e881'}.eg-icon-phone:before{content:'\e87f'}.eg-icon-menu:before{content:'\e830'}.eg-icon-cog-alt:before{content:'\e847'}.eg-icon-wrench:before{content:'\e848'}.eg-icon-basket-1:before{content:'\e87c'}.eg-icon-calendar:before{content:'\e87d'}.eg-icon-calendar-empty:before{content:'\e87e'}.eg-icon-lightbulb:before{content:'\e88b'}.eg-icon-resize-full-alt:before{content:'\e845'}.eg-icon-move:before{content:'\e846'}.eg-icon-down-dir:before{content:'\e838'}.eg-icon-up-dir:before{content:'\e839'}.eg-icon-left-dir:before{content:'\e817'}.eg-icon-right-dir:before{content:'\e818'}.eg-icon-down-open:before{content:'\e83b'}.eg-icon-left-open:before{content:'\e819'}.eg-icon-right-open:before{content:'\e81a'}.eg-icon-angle-left:before{content:'\e820'}.eg-icon-angle-right:before{content:'\e81d'}.eg-icon-angle-double-left:before{content:'\e892'}.eg-icon-angle-double-right:before{content:'\e893'}.eg-icon-left-big:before{content:'\e81f'}.eg-icon-right-big:before{content:'\e81e'}.eg-icon-up-hand:before{content:'\e835'}.eg-icon-ccw-1:before{content:'\e891'}.eg-icon-shuffle-1:before{content:'\e849'}.eg-icon-play:before{content:'\e88c'}.eg-icon-play-circled:before{content:'\e88e'}.eg-icon-stop:before{content:'\e88f'}.eg-icon-pause:before{content:'\e88d'}.eg-icon-fast-fw:before{content:'\e890'}.eg-icon-desktop:before{content:'\e85d'}.eg-icon-laptop:before{content:'\e85e'}.eg-icon-tablet:before{content:'\e85f'}.eg-icon-mobile:before{content:'\e860'}.eg-icon-flight:before{content:'\e894'}.eg-icon-font:before{content:'\e851'}.eg-icon-bold:before{content:'\e852'}.eg-icon-italic:before{content:'\e855'}.eg-icon-text-height:before{content:'\e84f'}.eg-icon-text-width:before{content:'\e850'}.eg-icon-align-left:before{content:'\e84c'}.eg-icon-align-center:before{content:'\e84d'}.eg-icon-align-right:before{content:'\e84e'}.eg-icon-search:before{content:'\e802'}.eg-icon-indent-left:before{content:'\e866'}.eg-icon-indent-right:before{content:'\e867'}.eg-icon-ajust:before{content:'\e84a'}.eg-icon-tint:before{content:'\e84b'}.eg-icon-chart-bar:before{content:'\e853'}.eg-icon-magic:before{content:'\e807'}.eg-icon-sort:before{content:'\e895'}.eg-icon-sort-alt-up:before{content:'\e863'}.eg-icon-sort-alt-down:before{content:'\e864'}.eg-icon-sort-name-up:before{content:'\e854'}.eg-icon-sort-name-down:before{content:'\e865'}.eg-icon-coffee:before{content:'\e896'}.eg-icon-food:before{content:'\e897'}.eg-icon-medkit:before{content:'\e898'}.eg-icon-puzzle:before{content:'\e899'}.eg-icon-apple:before{content:'\e89a'}.eg-icon-facebook:before{content:'\e89b'}.eg-icon-gplus:before{content:'\e89c'}.eg-icon-tumblr:before{content:'\e8a0'}.eg-icon-twitter-squared:before{content:'\e8a2'}.eg-icon-twitter:before{content:'\e8a1'}.eg-icon-vimeo-squared:before{content:'\e89d'}.eg-icon-youtube:before{content:'\e89f'}.eg-icon-youtube-squared:before{content:'\e89e'}.eg-icon-picture:before{content:'\e800'}.eg-icon-check:before{content:'\e810'}.eg-icon-back:before{content:'\e8a5'}.eg-icon-thumbs-up-1:before{content:'\e8a9'}.eg-icon-thumbs-down:before{content:'\e8aa'}.eg-icon-download-1:before{content:'\e8ab'}.eg-icon-upload-1:before{content:'\e8ac'}.eg-icon-reply-1:before{content:'\e8a8'}.eg-icon-forward-1:before{content:'\e8a7'}.eg-icon-export:before{content:'\e80b'}.eg-icon-folder:before{content:'\e813'}.eg-icon-rss-1:before{content:'\e8c8'}.eg-icon-cog:before{content:'\e832'}.eg-icon-tools:before{content:'\e815'}.eg-icon-basket:before{content:'\e812'}.eg-icon-login:before{content:'\e833'}.eg-icon-logout:before{content:'\e834'}.eg-icon-resize-full:before{content:'\e816'}.eg-icon-popup:before{content:'\e828'}.eg-icon-arrow-combo:before{content:'\e827'}.eg-icon-left-open-1:before{content:'\e82a'}.eg-icon-right-open-1:before{content:'\e82b'}.eg-icon-left-open-mini:before{content:'\e822'}.eg-icon-right-open-mini:before{content:'\e823'}.eg-icon-left-open-big:before{content:'\e824'}.eg-icon-right-open-big:before{content:'\e825'}.eg-icon-left:before{content:'\e836'}.eg-icon-right:before{content:'\e826'}.eg-icon-ccw:before{content:'\e808'}.eg-icon-cw:before{content:'\e8c9'}.eg-icon-arrows-ccw:before{content:'\e806'}.eg-icon-level-down:before{content:'\e8a3'}.eg-icon-level-up:before{content:'\e8a4'}.eg-icon-shuffle:before{content:'\e814'}.eg-icon-palette:before{content:'\e829'}.eg-icon-list-add:before{content:'\e80c'}.eg-icon-back-in-time:before{content:'\e821'}.eg-icon-monitor:before{content:'\e81b'}.eg-icon-paper-plane:before{content:'\e8ad'}.eg-icon-brush:before{content:'\e8ae'}.eg-icon-droplet:before{content:'\e81c'}.eg-icon-clipboard:before{content:'\e8b0'}.eg-icon-megaphone:before{content:'\e8b1'}.eg-icon-key:before{content:'\e8af'}.eg-icon-github:before{content:'\e8b3'}.eg-icon-github-circled:before{content:'\e8b4'}.eg-icon-flickr:before{content:'\e8b2'}.eg-icon-flickr-circled:before{content:'\e8b5'}.eg-icon-vimeo:before{content:'\e8b6'}.eg-icon-vimeo-circled:before{content:'\e8b7'}.eg-icon-twitter-1:before{content:'\e8b8'}.eg-icon-twitter-circled:before{content:'\e8b9'}.eg-icon-facebook-1:before{content:'\e8ba'}.eg-icon-facebook-circled:before{content:'\e8bb'}.eg-icon-facebook-squared:before{content:'\e8bc'}.eg-icon-gplus-1:before{content:'\e8bd'}.eg-icon-gplus-circled:before{content:'\e8be'}.eg-icon-pinterest:before{content:'\e8bf'}.eg-icon-pinterest-circled:before{content:'\e8c0'}.eg-icon-tumblr-1:before{content:'\e8c1'}.eg-icon-tumblr-circled:before{content:'\e8c2'}.eg-icon-linkedin:before{content:'\e8c3'}.eg-icon-linkedin-circled:before{content:'\e8c4'}.eg-icon-dribbble:before{content:'\e8c5'}.eg-icon-dribbble-circled:before{content:'\e8c6'}.eg-icon-picasa:before{content:'\e8c7'}.eg-icon-ok-1:before{content:'\e811'}.eg-icon-doc:before{content:'\e809'}.eg-icon-left-open-outline:before{content:'\e82e'}.eg-icon-left-open-2:before{content:'\e82c'}.eg-icon-right-open-outline:before{content:'\e82f'}.eg-icon-right-open-2:before{content:'\e82d'}.eg-icon-equalizer:before{content:'\e83a'}.eg-icon-layers-alt:before{content:'\e804'}.eg-icon-pencil-1:before{content:'\e831'}.eg-icon-align-justify:before{content:'\e861'}.eg-icon-wistia:before{content:'\e89f'}.eg-icon-wistia-squared:before{content:'\e89e'}.rs-p-wp-fix{display:none !important;margin:0
!important;height:0px !important}#debungcontrolls{z-index:100000;position:fixed;bottom:0px;width:100%;height:auto;background:rgba(0,0,0,0.6);padding:10px;box-sizing:border-box}rs-debug{z-index:100000;position:fixed;top:0px;width:300px;height:300px;background:rgba(0,0,0,0.6);padding:10px;box-sizing:border-box;color:#fff;font-size:10px;line-height:13px;overflow:scroll}rs-modal{position:fixed !important;z-index:9999999 !important;pointer-events:none !important}rs-modal.rs-modal-auto{top:auto;bottom:auto;left:auto;right:auto}rs-modal.rs-modal-fullwidth,rs-modal.rs-modal-fullscreen{top:0px;left:0px;width:100%;height:100%}rs-modal rs-fullwidth-wrap{position:absolute;top:0px;left:0px;height:100%}rs-module-wrap.rs-modal{display:none;max-height:100% !important;overflow:auto !important;pointer-events:auto !important}rs-modal-cover{width:100%;height:100%;z-index:0;background:transparent;position:absolute;top:0px;left:0px;cursor:pointer;pointer-events:auto}body>rs-modal-cover{position:fixed;z-index:9999995 !important}rs-sbg-px{pointer-events:none}.rs-forcehidden
*{visibility:hidden !important}.rs_splitted_lines{display:block;white-space:nowrap !important}.debugtimeline{width:100%;height:10px;position:relative;display:block;margin-bottom:3px;display:none;white-space:nowrap;box-sizing:border-box}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0px;left:0px;height:100%;width:0}.rs-go-fullscreen{position:fixed !important;width:100% !important;height:100% !important;top:0px !important;left:0px !important;z-index:9999999 !important;background:#fff}.debugtimeline.tl_slide
.the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame
.the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0px;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:'revicons';src:url('/xwp/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888');src:url('/xwp/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
url('/xwp/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'),
url('/xwp/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),
url('/xwp/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');font-weight:normal;font-style:normal}[class^="revicon-"]:before,[class*=" revicon-"]:before{font-family:"revicons";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right: .2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left: .2em}rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"]{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before{font-family:FontAwesome;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:auto;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.tp-fullwidth-forcer{z-index:0;pointer-events:none}rs-module-wrap,
rs-module-wrap
*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}rs-module-wrap{position:relative;z-index:1;width:100%;display:block}.rs-fixedscrollon rs-module-wrap{position:fixed !important;top:0px !important;z-index:1000}rs-fw-forcer{display:block;width:100%;pointer-events:none}rs-module{position:relative;overflow:hidden;display:block}rs-pzimg-wrap,rs-sbg-effectwrap,rs-sbg{display:block;pointer-events:none}rs-sbg-effectwrap{position:absolute;top:0px;left:0px;width:100%;height:100%}rs-sbg-px,rs-sbg-wrap{position:absolute;top:0px;left:0px;z-index:0;width:100%;height:100%;display:block}a.rs-layer,a.rs-layer:-webkit-any-link{text-decoration:none}a[x-apple-data-detectors]{color:inherit !important;text-decoration:none !important;font-size:inherit !important;font-family:inherit !important;font-weight:inherit !important;line-height:inherit !important}.entry-content rs-module a, rs-module
a{box-shadow:none}.rs-ov-hidden{overflow:hidden !important}.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide{overflow:visible !important}.tp-simpleresponsive img,
rs-module
img{max-width:none !important;transition:none;margin:0px;padding:0px;border:none}rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px}rs-slides,rs-slide,rs-slide:before{position:absolute;text-indent:0em;top:0px;left:0px}rs-slide,rs-slide:before{display:block;visibility:hidden}.rs-layer .rs-untoggled-content{display:block}.rs-layer .rs-toggled-content{display:none}.rs-tc-active.rs-layer .rs-toggled-content{display:block}.rs-tc-active.rs-layer .rs-untoggled-content{display:none}.rs-layer-video{overflow:hidden}rs-module rs-layer,
rs-module .rs-layer{opacity:0;position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased !important;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-moz-osx-font-smoothing:grayscale;z-index:1}rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module
img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{margin-bottom:0}.rs-svg
svg{width:100%;height:100%;position:relative;vertical-align:top}rs-layer,
.rs-layer,
rs-alyer *,
.rs-layer
*{outline:none !important}rs-carousel-wrap{cursor:url(/xwp/wp-content/plugins/revslider/public/assets/css/openhand.cur),move}rs-carousel-wrap.dragged{cursor:url(/xwp/wp-content/plugins/revslider/public/assets/css/closedhand.cur),move}rs-carousel-wrap{position:absolute;overflow:hidden;width:100%;height:100%;top:0px;left:0px}rs-carousel-space{clear:both;display:block;width:100%;height:1px;position:relative;margin-bottom:-1px}.tp_inner_padding{box-sizing:border-box;max-height:none !important}.rs-layer.rs-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}rs-px-mask{overflow:hidden;display:block;width:100%;height:100%;position:relative}rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module
video{max-width:none !important;border:none}rs-bg-elem{position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:0;display:block;pointer-events:none}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}rs-zone{position:absolute;width:100%;left:0px;box-sizing:border-box;min-height:50px;font-size:0px}rs-layer-wrap,rs-row-wrap,rs-column,rs-parallax-wrap,rs-mask-wrap,rs-cbg-mask-wrap,rs-loop-wrap{display:block;visibility:hidden}rs-column-wrap>rs-loop-wrap{z-index:1}rs-layer-wrap,rs-mask-wrap,rs-cbg-mask-wrap{transform-style:flat;perspective:10000px}@-moz-document url-prefix(){rs-layer-wrap,rs-mask-wrap,rs-cbg-mask-wrap{filter:blur(0px)}}.rs-fixedscrollon rs-module-wrap{left:0 !important}rs-mask-wrap{overflow:hidden}rs-fullwidth-wrap{position:relative;width:100%;height:auto;display:block}.rev_row_zone_top{top:0px}.rev_row_zone_bottom{bottom:0px}rs-column-wrap .rs-parallax-wrap{vertical-align:top}.rs-layer img,
rs-layer
img{vertical-align:top}rs-row,rs-row.rs-layer{display:table;position:relative;width:100% !important;table-layout:fixed;box-sizing:border-box;vertical-align:top;height:auto;font-size:0px}rs-column-wrap{display:table-cell;position:relative;vertical-align:top;height:auto;box-sizing:border-box;font-size:0px}rs-column{box-sizing:border-box;display:block;position:relative;width:100% !important;height:auto !important;white-space:normal !important}rs-cbg-mask-wrap{position:absolute;z-index:0;box-sizing:border-box}rs-column-bg{position:absolute;z-index:0;box-sizing:border-box;width:100%;height:100%}.rs-pelock
*{pointer-events:none !important}rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap{text-align:inherit}rs-column rs-mask-wrap{display:inline-block}rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap{position:relative !important;left:auto !important;top:auto !important;line-height:0px}rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column
.rev_layer_in_column{vertical-align:top}.rev_break_columns{display:block !important}.rev_break_columns rs-column-wrap.rs-parallax-wrap{display:block !important;width:100% !important}.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,.tp-forcenotvisible,.tp-hide-revslider,rs-row-wrap.rs-layer-hidden,rs-column-wrap.rs-layer-hidden,.rs-layer.rs-layer-hidden,.rs-layer-audio.rs-layer-hidden,.rs-parallax-wrap.rs-layer-hidden{visibility:hidden !important;display:none !important}rs-layer.rs-nointeraction,.rs-layer.rs-nointeraction{pointer-events:none !important}rs-static-layers{position:absolute;z-index:101;top:0px;left:0px;display:block;width:100%;height:100%;pointer-events:none}rs-static-layers.rs-stl-back{z-index:0}.rs-layer rs-fcr{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;border-top:40px solid #00A8FF;position:absolute;right:100%;top:0px}.rs-layer rs-fcrt{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;border-bottom:40px solid #00A8FF;position:absolute;right:100%;top:0px}.rs-layer rs-bcr{width:0;height:0;border-left:0px solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;position:absolute;left:100%;top:0px}.rs-layer rs-bcrt{width:0;height:0;border-left:0px solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;position:absolute;left:100%;top:0px}.tp-layer-inner-rotation{position:relative !important}img.tp-slider-alternative-image{width:100%;height:auto}.noFilterClass{filter:none !important}rs-bgvideo{position:absolute;top:0px;left:0px;width:100%;height:100%;visibility:hidden;z-index:0;display:block}.rs-layer.coverscreenvideo{width:100%;height:100%;top:0px;left:0px;position:absolute}.rs-layer.rs-fsv{left:0px;top:0px;position:absolute;width:100%;height:100%}.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe
video{width:100%;height:100%;display:none}.fullcoveredvideo audio,
.rs-fsv audio
.fullcoveredvideo video,
.rs-fsv
video{background:#000}.fullcoveredvideo rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0px;left:0px}.videoisplaying .html5vid rs-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,0.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;z-index:3;margin-top:-25px;margin-left:-25px;line-height:50px !important;text-align:center;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;vertical-align:top;z-index:4;opacity:0;transition:opacity 300ms ease-out !important}.rs-audio .tp-video-play-button{display:none !important}.rs-layer
.html5vid{width:100% !important;height:100% !important}.tp-video-play-button
i{width:50px;height:50px;display:inline-block;text-align:center !important;vertical-align:top;line-height:50px !important;font-size:30px !important}.rs-layer:hover .tp-video-play-button{opacity:1;display:block}.rs-layer .tp-revstop{display:none;width:15px;border-right:5px solid #fff !important;border-left:5px solid #fff !important;transform:translateX(50%) translateY(50%);height:20px;margin-left:11px !important;margin-top:5px !important}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:block}.videoisplaying  .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none !important}.rs-fsv .rs-fsv
audio{object-fit:contain !important}.rs-fsv .rs-fsv
video{object-fit:contain !important}@supports not (-ms-high-contrast:none){.rs-fsv .fullcoveredvideo
audio{object-fit:cover !important}.rs-fsv .fullcoveredvideo
video{object-fit:cover !important}}.rs-fullvideo-cover{width:100%;height:100%;top:0px;left:0px;position:absolute;background:transparent;z-index:5}.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls{display:none !important}.rs-audio .tp-video-controls{opacity:1 !important;visibility:visible !important}rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer{margin:0;padding:0;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before{content:none}rs-dotted{background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events:none}rs-sbg-wrap rs-dotted{z-index:31}rs-dotted.twoxtwo{background:url(/xwp/wp-content/plugins/revslider/public/assets/assets/gridtile.png)}rs-dotted.twoxtwowhite{background:url(/xwp/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)}rs-dotted.threexthree{background:url(/xwp/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)}rs-dotted.threexthreewhite{background:url(/xwp/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;height:100%;top:0px;left:0px;background:#fff;position:absolute;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,0.8)}.tp-shadow2:before,.tp-shadow2:after,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:transparent;box-shadow:0 15px 10px rgba(0,0,0,0.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset}.tp-shadow5:before,.tp-shadow5:after{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px / 20px}.rev-btn,.rev-btn:visited{outline:none !important;box-shadow:none;text-decoration:none !important;box-sizing:border-box;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase}.rev-btn
i{font-size:inherit;font-weight:normal;position:relative;top:0px;transition:opacity 0.2s ease-out, margin 0.2s ease-out;margin-left:0px;line-height:inherit}.rev-btn.rev-hiddenicon
i{font-size:inherit;font-weight:normal;position:relative;top:0px;transition:opacity 0.2s ease-out, margin 0.2s ease-out;opacity:0;margin-left:0px !important;width:0px !important}.rev-btn.rev-hiddenicon:hover
i{opacity:1 !important;margin-left:10px !important;width:auto !important}.rev-burger{position:relative;box-sizing:border-box;padding:22px
14px 22px 14px;border-radius:50%;border:1px
solid rgba(51,51,51,0.25);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger
span{display:block;width:30px;height:3px;background:#333;transition: .7s;pointer-events:none;transform-style:flat !important}.rev-burger span:nth-child(2){margin:3px
0}.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px
solid rgba(255,255,255,0.2)}.rev-b-span-light span,
.rev-burger.revb-white
span{background:#fff}.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-whitenoborder
span{background:#fff}.rev-burger.revb-darknoborder{border:0}.rev-b-span-dark span,
.rev-burger.revb-darknoborder
span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull
span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull
span{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:70%}50%{opacity:0;top:70%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px
solid white;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:normal;color:#7f8c8d;color:#fff;font-family:"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>*:hover,.rev-scroll-btn>*:focus,.rev-scroll-btn>*.active{color:#fff}.rev-scroll-btn>*:hover,.rev-scroll-btn>*:focus,.rev-scroll-btn>*:active,.rev-scroll-btn>*.active{opacity:0.8}.rev-scroll-btn.revs-fullwhite{background:#fff}.rev-scroll-btn.revs-fullwhite
span{background:#333}.rev-scroll-btn.revs-fulldark,{background:#333;border:none}.rev-scroll-btn.revs-fulldark
span{background:#fff}.rev-scroll-btn
span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite;background:#fff}.rev-scroll-btn.rev-b-span-dark{border-color:#333}.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark
span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,0.50);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr{border-radius:3px}.rev-cbutton-light{color:#333;background-color:rgba(255,255,255,0.75)}.rev-cbutton-light-sr{color:#333;border-radius:3px;background-color:rgba(255,255,255,0.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}rs-progress{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,0.15);position:absolute;z-index:200;top:0px}rs-progress.rs-bottom{top:auto;bottom:0px !important;height:5px}.rs-layer
img{background:transparent;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);zoom:1}.rs-layer.slidelink{cursor:pointer;width:100%;height:100%}.rs-layer.slidelink
a{width:100%;height:100%;display:block}.rs-layer.slidelink a
div{width:3000px;height:1500px;background:url(/xwp/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat}.rs-layer.slidelink a
span{background:url(/xwp/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat;width:100%;height:100%;display:block}.rs-layer .rs-starring{display:inline-block}.rs-layer .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321 !important}.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em !important}.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.rs-layer .rs-starring .star-rating
span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em !important}.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}rs-loader{top:50%;left:50%;z-index:10000;position:absolute}rs-loader.off{display:none !important}rs-loader.spinner0{width:40px;height:40px;background-color:#fff;background-image:url(/xwp/wp-content/plugins/revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;background-position:center center;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner1{width:40px;height:40px;background-color:#fff;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner5{background-image:url(/xwp/wp-content/plugins/revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;background-position:10px 10px;background-color:#fff;margin:-22px -22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}rs-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:#f00;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15);border-radius:100%;animation:tp-scaleout 1.0s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0.0)}100%{transform:scale(1.0);opacity:0}}rs-loader.spinner3{margin:-9px 0px 0px -35px;width:70px;text-align:center}rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3
.bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}rs-loader.spinner3
.bounce1{animation-delay:-0.32s}rs-loader.spinner3
.bounce2{animation-delay:-0.16s}@keyframes tp-bouncedelay{0%,80%,100%{transform:scale(0.0)}40%{transform:scale(1.0)}}rs-loader.spinner4{margin:-20px 0px 0px -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2.0s infinite linear}rs-loader.spinner4 .dot1,
rs-loader.spinner4
.dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2.0s infinite ease-in-out;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15)}rs-loader.spinner4
.dot2{top:auto;bottom:0px;animation-delay:-1.0s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0.0)}50%{transform:scale(1.0)}}rs-layer
iframe{visibility:hidden}rs-layer.rs-ii-o
iframe{visibility:visible}rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"]{display:inline-block}rs-thumbs-wrap,rs-tabs-wrap,rs-thumbs,rs-thumb,rs-tab,rs-bullet,rs-bullets,rs-navmask,rs-tabs,rs-arrow{display:block}.tp-thumbs.navbar,.tp-bullets.navbar,.tp-tabs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-tabs,.tp-thumbs,.tp-bullets{position:absolute;display:block;z-index:1000;top:0px;left:0px}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:0.5;box-sizing:border-box}.tp-arr-imgholder,rs-poster,.tp-thumb-image,.tp-tab-image{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0px;left:0px}rs-poster{cursor:pointer;z-index:3}.tp-tab:hover,.tp-tab.selected,.tp-thumb:hover,.tp-thumb.selected{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box !important}.tp-tabs,.tp-thumbs{box-sizing:content-box !important}.tp-bullet{width:15px;height:15px;position:absolute;background:#fff;background:rgba(255,255,255,0.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,0.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:"revicons";font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before{width:auto;margin:0;line-height:inherit;box-sizing:inherit}rs-pzimg-wrap{display:block}body.rtl .rs-pzimg{left:0 !important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,0.4)}.dddwrapper{transform-style:flat;perspective:10000px}.rs_error_message_box{background:#111;width:800px;margin:40px
auto;padding:40px
20px;text-align:center;font-family:"Open Sans",sans-serif}.rs_error_message_oops{margin:0px
0px 20px;line-height:60px;font-size:34px;color:#FFF}.rs_error_message_content{margin:0px
0px 20px;line-height:25px;font-size:17px;color:#FFF}.rs_error_message_button{color:#fff !important;background:#333;display:inline-block;padding:10px
15px;text-align:right;border-radius:5px;cursor:pointer;text-decoration:none !important}.rs_error_message_button:hover{background:#5e35b1}.hglayerinfo{position:fixed;bottom:0px;left:0px;color:#FFF;font-size:12px;line-height:20px;font-weight:600;background:rgba(0, 0, 0, 0.75);padding:5px
10px;z-index:2000;white-space:normal}.hginfo{position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600;background:#000;padding:2px
5px}.indebugmode .rs-layer:hover{border:1px
dashed #c0392b !important}.helpgrid{border:2px
dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2
img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after{height:500%;width:500%}rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner
span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px
solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner
span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner
span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner
span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner
span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner
span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner
span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner
span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.bgcanvas{display:none;position:absolute;oveflow:hidden}