/*** 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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAA3CAYAAAA2YdXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5ODUyRDhDNEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5ODUyRDhENEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk4NTJEOEE0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk4NTJEOEI0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7zMbLqAAAL10lEQVR42uxd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);
    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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAA3CAYAAAA2YdXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5ODUyRDhDNEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5ODUyRDhENEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk4NTJEOEE0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk4NTJEOEI0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7zMbLqAAAL10lEQVR42uxd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) 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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAA3CAYAAAA2YdXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5ODUyRDhDNEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5ODUyRDhENEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk4NTJEOEE0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk4NTJEOEI0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7zMbLqAAAL10lEQVR42uxd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) 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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAAAbCAMAAACHtKdEAAAAmVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////VHQRUAAAAM3RSTlMA5tjgLhbczwWAvhvUJUU5MxJeTmvEqAwfu4p1cCjMuLMJrKWgmY1AhVbIA8EOh2RJe5J8jGqDAAAEA0lEQVRIx8WWiZKbMAyG/eNgWI4EwpEDAgm5NuTe93+4/jZt0023RyadrmYYQEjyZ0k2FhS/XB6cwDISOIdl6Yv/KC+8hgHuJBiK/ycvJAC8tD+IekaiQT/1gDuGXdueP3I/evPB8wi+hc3iTruB9a4WBVocPnL3JYrnEUp47jvVuem7Hsofc4Bhifojd1ti+DxCjlR0MgrDkRCxwkSkyH8Yx8rElcqfZFe8ANPtYPwkQoa+eRqfKimrky+m1Vn0kd1sSkK+fIAwUuhk9SSCA9NQAwdQCnAGIuYbnJtNjcgg7HWSRBgbZZTE+8G2AE673UzESV+4rmnQpO/qp/j1W/8uLsmCGu3Oy6XJ+A4hQMS7H8BLbDvxEPh6AAQ3m0COxSsRbHWIWSInEWYZpRoc2GqsFljWNeF8D2iabEsHy571qYnnQJ17ofBVOxrK2ha5fBu9Q7DQ430KzzZ19zDlrQfrZtPiK4JEzA847MUxgKnfFjqH7hyHsgJCIVYIiho4izUggbWO7JS1th4DM4/IvCP6GWHkIOkUCZzRHUKBy1cEFed1yicmpGuAvkHYQs6YEOWLGWg71sskQlNkRPAlNb6iWSitoQywTaHQ+xkhhDJJMMHDO4TFujEIvgz6SM6YU7fG0u4QIgbRqqPFEClaV7gZdsSaiQmzsYOz6NophNXkr9jNVxlmDyLwszihJoKzdvYFGqZ+kqGNDAK9lzgRtFKxeDPJmRBh5YnY4tyvhrjRCFIiKfESXFqEjxXCyNQgSFkwH7kQaXacwoo4az2hOQoiOOpImClb30MSM94M7OONgWo4yExCHVN4mV0hfKwdbwiKAzLmkvNjL+Zo3AM1OvEFPaUVU0fvo4P+q7dnEGV3CPsDeswCizkE31vt9NCi7BDmYswYe8bMxSY3fdBOc4WIxtgI3Y52V4gecLIYNNRZKOjI/NFsC6zpRNwJ386/25rMG5z7H1ejEV4FC+EN1XjXY8lQjSsM3SXXpG5Q04CVS1w9ji4N+jS3YnLgog2mxMKQTzvR/HqDNjuX2aDfyVu3vhKzKSFhmdcB1IBtGhxWY4XNximxvs4drF+CDLnJ8xV1OmmxvKpUNqWjZ+DmhGH0k/eb35SRFPl7hBXOwm1UjzXPeKDxVxbUkm/xUs5jccng9cRUevbgAG87x65bzRvp9Ga1rC6ikM52rlIOEnGNFsra/u5nTbn7WVNRWTZD+oY0FpQ4/LaKzWBdL+9pacf57cRjL6jxXf00ovv3gezjH44si/sji5hVpP47OdbVEud/f3DjzP9SRnM1vmL4mcfXN1x4JY8hmEN8djvEZ88c4nt6Y8jRewjh38qOCXCdYCQ+TyKU7hCp+Ewpq9y57h9y+QIctE4Duj83GAAAAABJRU5ErkJggg==) 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(//axe.rs/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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAA3CAYAAAA2YdXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5ODUyRDhDNEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5ODUyRDhENEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk4NTJEOEE0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk4NTJEOEI0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7zMbLqAAAL10lEQVR42uxd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) 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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAA3CAYAAAA2YdXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5ODUyRDhDNEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5ODUyRDhENEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk4NTJEOEE0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk4NTJEOEI0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7zMbLqAAAL10lEQVR42uxd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);
    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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAA3CAYAAAA2YdXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5ODUyRDhDNEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5ODUyRDhENEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk4NTJEOEE0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk4NTJEOEI0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7zMbLqAAAL10lEQVR42uxd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) 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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAA3CAYAAAA2YdXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5ODUyRDhDNEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5ODUyRDhENEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk4NTJEOEE0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk4NTJEOEI0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7zMbLqAAAL10lEQVR42uxd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) 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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAAAbCAMAAACHtKdEAAAAmVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////VHQRUAAAAM3RSTlMA5tjgLhbczwWAvhvUJUU5MxJeTmvEqAwfu4p1cCjMuLMJrKWgmY1AhVbIA8EOh2RJe5J8jGqDAAAEA0lEQVRIx8WWiZKbMAyG/eNgWI4EwpEDAgm5NuTe93+4/jZt0023RyadrmYYQEjyZ0k2FhS/XB6cwDISOIdl6Yv/KC+8hgHuJBiK/ycvJAC8tD+IekaiQT/1gDuGXdueP3I/evPB8wi+hc3iTruB9a4WBVocPnL3JYrnEUp47jvVuem7Hsofc4Bhifojd1ti+DxCjlR0MgrDkRCxwkSkyH8Yx8rElcqfZFe8ANPtYPwkQoa+eRqfKimrky+m1Vn0kd1sSkK+fIAwUuhk9SSCA9NQAwdQCnAGIuYbnJtNjcgg7HWSRBgbZZTE+8G2AE673UzESV+4rmnQpO/qp/j1W/8uLsmCGu3Oy6XJ+A4hQMS7H8BLbDvxEPh6AAQ3m0COxSsRbHWIWSInEWYZpRoc2GqsFljWNeF8D2iabEsHy571qYnnQJ17ofBVOxrK2ha5fBu9Q7DQ430KzzZ19zDlrQfrZtPiK4JEzA847MUxgKnfFjqH7hyHsgJCIVYIiho4izUggbWO7JS1th4DM4/IvCP6GWHkIOkUCZzRHUKBy1cEFed1yicmpGuAvkHYQs6YEOWLGWg71sskQlNkRPAlNb6iWSitoQywTaHQ+xkhhDJJMMHDO4TFujEIvgz6SM6YU7fG0u4QIgbRqqPFEClaV7gZdsSaiQmzsYOz6NophNXkr9jNVxlmDyLwszihJoKzdvYFGqZ+kqGNDAK9lzgRtFKxeDPJmRBh5YnY4tyvhrjRCFIiKfESXFqEjxXCyNQgSFkwH7kQaXacwoo4az2hOQoiOOpImClb30MSM94M7OONgWo4yExCHVN4mV0hfKwdbwiKAzLmkvNjL+Zo3AM1OvEFPaUVU0fvo4P+q7dnEGV3CPsDeswCizkE31vt9NCi7BDmYswYe8bMxSY3fdBOc4WIxtgI3Y52V4gecLIYNNRZKOjI/NFsC6zpRNwJ386/25rMG5z7H1ejEV4FC+EN1XjXY8lQjSsM3SXXpG5Q04CVS1w9ji4N+jS3YnLgog2mxMKQTzvR/HqDNjuX2aDfyVu3vhKzKSFhmdcB1IBtGhxWY4XNximxvs4drF+CDLnJ8xV1OmmxvKpUNqWjZ+DmhGH0k/eb35SRFPl7hBXOwm1UjzXPeKDxVxbUkm/xUs5jccng9cRUevbgAG87x65bzRvp9Ga1rC6ikM52rlIOEnGNFsra/u5nTbn7WVNRWTZD+oY0FpQ4/LaKzWBdL+9pacf57cRjL6jxXf00ovv3gezjH44si/sji5hVpP47OdbVEud/f3DjzP9SRnM1vmL4mcfXN1x4JY8hmEN8djvEZ88c4nt6Y8jRewjh38qOCXCdYCQ+TyKU7hCp+Ewpq9y57h9y+QIctE4Duj83GAAAAABJRU5ErkJggg==) 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(//axe.rs/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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAA3CAYAAAA2YdXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5ODUyRDhDNEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5ODUyRDhENEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk4NTJEOEE0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk4NTJEOEI0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7zMbLqAAAL10lEQVR42uxd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) 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;
}
.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button{color:#fff}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:inherit}.is-style-squared .wp-block-button__link{border-radius:0}.no-border-radius.wp-block-button__link{border-radius:0!important}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background-color:transparent;border:2px solid}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #e2e4e7}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:400;background:#edeff0}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#00739c}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;margin-bottom:28px;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px){.wp-block-column{flex-basis:calc(50% - 16px);flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:305px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#f8f9f9}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:610px;padding:14px;text-align:center}.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.78%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports (position:sticky){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports (position:sticky){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports (position:sticky){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/2)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3 - 1px)}}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4 - 1px)}}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5 - 1px)}}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6 - 1px)}}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7 - 1px)}}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8 - 1px)}}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:305px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{max-width:100%;margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-circle-mask img{border-radius:9999px}@supports (mask-image:none) or (-webkit-mask-image:none){.is-style-circle-mask img{mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;mask-repeat:no-repeat;mask-size:contain;mask-position:center;border-radius:none}}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-latest-posts__post-excerpt{margin-top:8px;margin-bottom:16px}.wp-block-media-text{display:-ms-grid;display:grid;-ms-grid-rows:auto;grid-template-rows:auto;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr}.wp-block-media-text .has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;margin:0}.wp-block-media-text .wp-block-media-text__content{word-break:break-word;padding:0 8%}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content{-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}.has-drop-cap:not(:focus):after{content:"";display:table;clear:both;padding-top:14px}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:305px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:currentColor;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-social-links{display:flex;justify-content:flex-start;padding-left:0;padding-right:0;margin-left:0}.wp-social-link{width:36px;height:36px;border-radius:36px;margin-right:8px}.wp-social-link,.wp-social-link a{display:block;transition:transform .1s ease}.wp-social-link a{padding:6px;line-height:0}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1977f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0577b5;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#21a1f3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:#ff0100;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:28px;height:28px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1977f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0577b5}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#21a1f3}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:#ff0100}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:16px;padding-right:16px}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{white-space:nowrap;overflow:auto}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports (position:sticky){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}
.cff-wrapper:after{content:"";display:table;clear:both}#cff{float:left;width:100%;margin:0 auto;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff:after{content:"";display:table;clear:both}#cff .cff-posts-wrap,#cff .cff-masonry-posts{position:relative;clear:both;height:100%;top:0;bottom:0;width:100%}#cff .cff-item{float:left;width:100%;clear:both;padding:20px 0 15px;margin:0;border-bottom:1px solid #ddd}#cff .cff-item:first-child{padding-top:0}#cff .cff-item.cff-box,#cff .cff-item.cff-box:first-child{padding:15px;margin:8px 0;background:rgba(255,255,255,.5);border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff.cff-masonry .cff-item.cff-box{margin-left:1.5%;margin-right:1.5%}#cff .cff-item.cff-shadow{box-shadow:0 0 10px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.15)}#cff.cff-masonry{position:relative;margin-bottom:50px}.cff-masonry .cff-load-more{display:none}.cff-header{width:100%;margin:0 0 15px;padding:0;line-height:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cff-header .fa{float:left;margin-right:10px}.cff-header span{display:table-cell;vertical-align:middle}#cff .cff-less{display:none}#cff a{text-decoration:none}#cff a:hover,#cff a:focus{text-decoration:underline}#cff .cff-html5-video,#cff .cff-photo,#cff .cff-album-cover,#cff .cff-event-thumb,#cff .cff-iframe-wrap,#cff .cff-vidLink{text-decoration:none;border:none}#cff h3,#cff h4,#cff h5,#cff h6,#cff p{float:left;width:100%;clear:both;padding:0;margin:5px 0;line-height:1.4;white-space:pre;white-space:pre-wrap;white-space:pre-line;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:-moz-pre-wrap;white-space:-hp-pre-wrap;word-wrap:break-word}#cff .cff-date{float:left;width:100%;min-width:50px;font-size:11px}#cff .cff-date.cff-date-below,#cff .cff-timeline-event .cff-date.cff-date-below{margin:5px 0 0}#cff .cff-author,#cff-lightbox-wrapper .cff-author{float:left;clear:both;margin:0 0 15px;padding:0;line-height:1.2;width:100%}#cff .cff-author a,#cff-lightbox-wrapper .cff-author a{text-decoration:none;border:none}#cff .cff-author-img,#cff-lightbox-wrapper .cff-author-img{float:left;width:40px;height:40px;margin:0 0 0 -100% !important;font-size:0;background:#eee;background:url(//axe.rs/wp-content/plugins/custom-facebook-feed-pro/css/../img/cff-sprite.png) no-repeat -132px -50px;border-radius:40px}#cff .cff-author img,#cff-lightbox-wrapper .cff-author img{float:left;margin:0 !important;padding:0 !important;border:none !important;font-size:0;border-radius:40px}#cff .cff-author .cff-author-text span.cff-page-name,#cff-lightbox-wrapper .cff-author .cff-author-text span.cff-page-name{display:table-cell;vertical-align:middle;height:40px;margin:0;font-weight:700;padding-left:50px;float:none}#cff .cff-author a,#cff-lightbox-wrapper .cff-author a{text-decoration:none}#cff .cff-author .cff-story,#cff-lightbox-wrapper .cff-author .cff-story{font-weight:400}#cff .cff-author .cff-author-text,#cff-lightbox-wrapper .cff-author .cff-author-text{float:left;width:100%;min-height:40px}#cff .cff-author .cff-page-name,#cff .cff-author .cff-date,#cff-lightbox-wrapper .cff-author .cff-page-name,#cff-lightbox-wrapper .cff-author .cff-date{float:left;clear:both;width:auto;margin:0 0 0 50px !important;font-weight:700;line-height:1.2}#cff .cff-author .cff-date,#cff-lightbox-wrapper .cff-author .cff-date{color:#9197a3;font-weight:400;font-size:11px;margin-top:0 !important;margin-bottom:0 !important}#cff .cff-author.cff-no-author-info .cff-date,#cff-lightbox-wrapper .cff-author.cff-no-author-info .cff-date{margin-top:14px !important}#cff .cff-author.cff-no-author-info .cff-author-img,#cff-lightbox-wrapper .cff-author.cff-no-author-info .cff-author-img{width:40px;height:40px;background:url(//axe.rs/wp-content/plugins/custom-facebook-feed-pro/css/../img/cff-sprite.png) no-repeat -132px -50px}#cff .cff-author .cff-page-name.cff-author-date,#cff-lightbox-wrapper .cff-author .cff-page-name.cff-author-date{float:left;padding:2px 0 0;font-size:14px}#cff .cff-post-desc,#cff-lightbox-wrapper .cff-post-desc{line-height:1.3}#cff span.cff-post-desc,#cff-lightbox-wrapper span.cff-post-desc{display:block}#cff .cff-post-text .cff-post-desc,#cff-lightbox-wrapper .cff-post-desc{margin:5px 0;border-left:2px solid #ddd;border-left:2px solid rgba(0,0,0,.1);padding-left:8px}#cff .cff-text-wrapper{float:right;width:77%;margin:0;padding:0}#cff .cff-break-word{word-break:break-all}#cff .cff-item img{border:none}#cff .cff-byline{font-size:12px;display:block;margin:-5px 0 10px}#cff .cff-photo{max-width:100%;float:left;display:block;position:relative;margin:0}#cff .cff-photo span{display:block}#cff .cff-photo:after,#cff .cff-event-thumb:after,#cff .cff-html5-video:after{border:1px solid rgba(0,0,0,.1);bottom:0;content:'';left:0;position:absolute;right:0;top:0}#cff .cff-media-above{margin-bottom:7px}#cff .cff-photo img{float:left;max-width:100%;height:auto;margin:0 !important;padding:0 !important}#cff .cff-photo .cff-album-icon{position:absolute;z-index:5;bottom:5px;right:5px;height:22px;background:#000 url(//axe.rs/wp-content/plugins/custom-facebook-feed-pro/css/../img/cff-sprite.png) no-repeat -49px -38px;background:rgba(0,0,0,.7) url(//axe.rs/wp-content/plugins/custom-facebook-feed-pro/css/../img/cff-sprite.png) no-repeat -49px -38px;color:#fff;font-size:12px;margin:0;padding:0 0 0 26px;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;box-shadow:0 0 1px 0 rgba(255,255,255,.8);-moz-box-shadow:0 0 1px 0 rgba(255,255,255,.8);-webkit-box-shadow:0 0 1px 0 rgba(255,255,255,.8)}#cff .cff-photo.cff-multiple{width:100%}#cff .cff-multiple .cff-crop{overflow:hidden}#cff .cff-main-image.cff-crop{height:300px}#cff .cff-img-attachments{width:100%;float:left;clear:both}#cff .cff-img-layout-2 .cff-img-wrap{margin:0}#cff .cff-img-layout-2 .cff-img-wrap.cff-main-image{margin:0 0 .5%}#cff .cff-img-layout-2.cff-portrait .cff-img-wrap{width:49.75%;float:left}#cff .cff-img-layout-2.cff-portrait .cff-img-wrap.cff-main-image{margin:0 .5% 0 0}#cff .cff-img-layout-3 .cff-img-attachments .cff-img-wrap{width:49.75%;margin:.5% .25% 0;float:left}#cff .cff-img-layout-4 .cff-img-attachments .cff-img-wrap{width:33%;margin:.5% .25% 0;float:left}#cff .cff-small-layout.cff-img-layout-2 .cff-img-wrap.cff-main-image{margin:0 0 1%}#cff .cff-small-layout.cff-img-layout-2.cff-portrait .cff-img-wrap{width:49.5%}#cff .cff-small-layout.cff-img-layout-2.cff-portrait .cff-img-wrap.cff-main-image{margin:0 1% 0 0}#cff .cff-small-layout.cff-img-layout-3 .cff-img-attachments .cff-img-wrap{width:49.5%;margin:1% .5% 0}#cff .cff-small-layout.cff-img-layout-4 .cff-img-attachments .cff-img-wrap{width:32.5%;margin:1% .5% 0}#cff .cff-img-layout-3 .cff-img-attachments .cff-img-wrap:first-child,#cff .cff-img-layout-4 .cff-img-attachments .cff-img-wrap:first-child{margin-left:0}#cff .cff-img-layout-3 .cff-img-attachments .cff-img-wrap:last-child,#cff .cff-img-layout-4 .cff-img-attachments .cff-img-wrap:last-child{margin-right:0}#cff .cff-img-layout-2:after,#cff .cff-img-layout-3:after,#cff .cff-img-layout-4:after{border:none}#cff .cff-img-wrap{position:relative}#cff .cff-img-wrap:after{border:1px solid rgba(0,0,0,.1);bottom:0;content:'';left:0;position:absolute;right:0;top:0}#cff .cff-img-attachments .cff-crop{width:100%;height:100px;display:block;float:left;position:relative;border:none}#cff .cff-img-attachments .cff-crop img{visibility:visible}#cff .cff-more-attachments{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4)}#cff .cff-more-attachments span{position:absolute;width:100%;text-align:center;top:50%;left:0;height:30px;margin-top:-15px;line-height:30px;color:#fff;font-size:30px}#cff .cff-small-layout .cff-more-attachments span{font-size:20px}#cff .cff-photo.cff-img-layout-2 .cff-crop,#cff .cff-html5-video.cff-img-layout-2 .cff-crop{height:150px}#cff .cff-photo.cff-multiple .cff-album-icon{display:none}#cff .cff-album-item{float:left;width:100%;margin:0 0 20px;padding:0;text-align:center}#cff .cff-album-item.cff-col-2{width:47.5%;width:45%\9;margin-right:5%}#cff .cff-album-item.cff-col-2:nth-of-type(2n){margin-right:0}#cff .cff-album-item.cff-col-3{width:30.3%;width:28.83%\9;margin-right:4.5%}#cff .cff-album-item.cff-col-3:nth-of-type(3n){margin-right:0}#cff .cff-album-item.cff-col-4{width:22%;width:21%\9;margin-right:4%}#cff .cff-album-item.cff-col-4:nth-of-type(4n){margin-right:0}#cff .cff-album-item.cff-col-5{width:17.2%;width:16.5%\9;margin-right:3.5%}#cff .cff-album-item.cff-col-5:nth-of-type(5n){margin-right:0}#cff .cff-album-item.cff-col-6{width:14.16%;width:13.6%\9;margin-right:3%}#cff .cff-album-item.cff-col-6:nth-of-type(6n){margin-right:0}#cff .cff-album-item.cff-col-7{width:12.14%;width:11.78%\9;margin-right:2.5%}#cff .cff-album-item.cff-col-7:nth-of-type(7n){margin-right:0}#cff .cff-album-item.cff-col-8{width:10.75%;width:10.5%\9;margin-right:2%}#cff .cff-album-item.cff-col-8:nth-of-type(8n){margin-right:0}#cff.narrow .cff-album-item.cff-col-3,#cff.narrow .cff-album-item.cff-col-4,#cff.narrow .cff-album-item.cff-col-5,#cff.narrow .cff-album-item.cff-col-6,#cff.narrow .cff-album-item.cff-col-7,#cff.narrow .cff-album-item.cff-col-8{width:47.5%;width:45%\9;margin-right:5%}#cff.narrow .cff-album-item.cff-col-3:nth-of-type(2n),#cff.narrow .cff-album-item.cff-col-4:nth-of-type(2n),#cff.narrow .cff-album-item.cff-col-5:nth-of-type(2n),#cff.narrow .cff-album-item.cff-col-6:nth-of-type(2n),#cff.narrow .cff-album-item.cff-col-7:nth-of-type(2n),#cff.narrow .cff-album-item.cff-col-8:nth-of-type(2n){margin-right:0}#cff .cff-album-item .cff-album-cover,#cff .cff-photo.cff-crop,#cff .cff-main-image.cff-crop{width:100%;height:200px;display:block;float:left;position:relative;border:none;overflow:hidden}#cff .cff-album-item .cff-album-cover img,#cff .cff-new .cff-crop img{visibility:hidden;opacity:0}#cff .cff-album-item.cff-video .cff-album-cover img{opacity:0}#cff.cff-nojs .cff-album-item .cff-album-cover img{height:100%;visibility:visible}#cff.cff-nojs .cff-new .cff-crop img{visibility:visible}#cff .cff-main-image.cff-crop,#cff .cff-html5-video.cff-multiple .cff-main-image{overflow:hidden;float:none}#cff .cff-html5-video.cff-multiple .cff-main-image:not(.cff-crop){display:block;height:auto !important}#cff .cff-html5-video.cff-img-layout-2 .cff-img-wrap{display:block}#cff .cff-html5-video.cff-multiple.cff-portrait .cff-main-image{float:left}#cff .cffFadeIn{opacity:1;transition:all .1s ease}#cff .cff-album-item .cff-album-cover:after{border:1px solid rgba(0,0,0,.1);bottom:0;content:'';left:0;position:absolute;right:0;top:0}#cff .cff-album-item .cff-album-info{width:100%;height:70px;float:left;clear:both}#cff .cff-album-item h4{font-size:14px;line-height:1.2;margin:10px 0 0;padding:0}#cff .cff-album-item p{font-size:12px;color:gray;margin:5px 0 0}#cff p.cff-empty-album{display:inline !important;margin:0 !important;padding:0 !important;height:0 !important;line-height:0 !important;width:0 !important;clear:none !important}#cff .cff-embed-wrap{float:left;width:100%;margin-top:5px}#cff .cff-iframe-wrap{float:left;clear:both;margin:5px 0;width:100%;position:relative;padding-bottom:62%}#cff iframe{border:0}#cff .cff-iframe-wrap iframe{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0}#cff .cff-iframe-img{display:none}#cff .cff-soundcloud{margin:10px 0 0}#cff .cff-desc-wrap{float:left;width:100%}#cff .cff-embedded-video .cff-post-text{margin:0 0 15px}#cff.narrow .cff-embedded-video .cff-iframe-wrap,#cff.narrow .cff-embedded-video .cff-text-wrapper{width:100%}#cff.narrow .cff-embedded-video .cff-iframe-wrap{padding-bottom:62%}#cff .cff-video-player iframe,#cff .cff-video-player .fb-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}#cff .cff-html5-video,#cff video{float:left;clear:left;position:relative;width:100%;margin:0;padding:0;overflow:hidden}#cff video{z-index:1}#cff .cff-vidLink{float:left;clear:both;position:relative;z-index:1;width:100%;max-width:100%;display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;}#cff .cff-vidLink .cff-poster{width:100%;height:auto;float:left}#cff .cff-playbtn{position:absolute;z-index:9;background:#000;background:rgba(0,0,0,.7);top:50%;left:50%;margin-top:-28px;margin-left:-28px;padding:13px 16px;font-size:30px;color:#fff;font-style:normal !important;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*width:47px;*height:51px;*padding:0;*background:#000 url(//axe.rs/wp-content/plugins/custom-facebook-feed-pro/css/../img/cff-sprite.png) no-repeat -83px -32px;}#cff .cff-html5-play:hover .cff-playbtn,#cff .cff-html5-play:focus .cff-playbtn,#cff .cff-html5-video .cff-playbtn:hover{background:#000;cursor:pointer;*background:#000 url(//axe.rs/wp-content/plugins/custom-facebook-feed-pro/css/../img/cff-sprite.png) no-repeat -83px -32px;}#cff.cff .cff-posts-wrap svg.cff-playbtn{font-size:40px;padding:8px}#cff .cff-desc-wrap.cff-no-image{float:right;width:86%}#cff .cff-playbtn-solo{width:10%;float:left;margin-top:5px}#cff .cff-playbtn.no-poster,#cff.cff-half-layout .cff-playbtn.no-poster,#cff.cff-thumb-layout .cff-playbtn.no-poster{position:relative;top:0;left:0;margin:0}.cff-html5-play{display:block;position:absolute;z-index:8;width:100%;top:0;right:0;bottom:0;left:0}#cff .cff-video-player iframe,#cff .cff-video-player .fb-video{z-index:1}#cff.cff-thumb-layout .cff-video .cff-playbtn,#cff.cff-half-layout .cff-video .cff-playbtn{margin-top:-22px;margin-left:-23px;padding:11px 13px;font-size:24px}#cff .cff-expand{display:none;white-space:normal}#cff .cff-expand a{font-size:11px;font-weight:400}#cff .cff-shared-link{float:left;clear:both;width:100%;padding:8px;margin:10px 0 5px;background:#f9f9f9;border:1px solid #d9d9d9;background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.07);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff .cff-no-styles{background:0 0;border:none;padding:0}#cff .cff-link{float:left;clear:both;border:none;max-width:20%;margin-right:3%}#cff .cff-link:hover,#cff .cff-link:focus{text-decoration:none}#cff .cff-link img{width:100%;max-width:100%;float:left;margin:0 !important;padding:0 !important;border:none !important}#cff .cff-link-title{float:left;clear:both;width:100%;display:block;font-weight:700}#cff p.cff-link-title{margin:0}#cff .cff-text-link{float:left;clear:none;width:100%;padding:0 0 5px;width:72%}#cff .cff-link-caption{font-size:12px;margin:0}#cff .cff-text-link.cff-no-image{width:100% !important}#cff .cff-shared-link .cff-post-desc{margin-bottom:0}#cff .cff-full-size .cff-link{width:100%;max-width:100%;margin-right:0;margin-bottom:5px;text-align:center}#cff .cff-full-size .cff-link img{width:auto;float:none}#cff .cff-full-size .cff-text-link{width:100%}#cff .cff-details,#cff-lightbox-wrapper .cff-details{float:left;clear:none;width:77%;margin-left:3%;padding:0 0 10px}#cff .cff-timeline-event .cff-details,#cff-lightbox-wrapper .cff-details{width:100%;margin:0;padding:0}#cff-lightbox-wrapper .cff-details{padding-bottom:20px}#cff .cff-timeline-event .cff-timeline-event-title,#cff .cff-timeline-event .cff-date,#cff .cff-timeline-event .cff-where,#cff .cff-timeline-event .cff-info,#cff-lightbox-wrapper .cff-timeline-event-title,#cff-lightbox-wrapper .cff-date,#cff-lightbox-wrapper .cff-where{display:block}#cff-lightbox-wrapper .cff-info{display:none}#cff .cff-timeline-event .cff-date,#cff-lightbox-wrapper .cff-date{margin:0}#cff .cff-timeline-event b,#cff .cff-event b,#cff-lightbox-wrapper b{font-weight:400}#cff .cff-timeline-event .cff-end-date k,#cff .cff-event .cff-end-date k,#cff-lightbox-wrapper .cff-end-date k,#cff-lightbox-wrapper .cff-end-date k{display:none}#cff .cff-timeline-event .cff-post-text{padding-bottom:5px}#cff .cff-event-thumb{position:relative;width:100%;float:left;clear:none;margin:0}#cff .cff-event-thumb img{float:left;overflow:hidden;width:100%;height:auto;margin:0 !important;padding:0 !important;border:none !important}#cff .cff-event-thumb.cff-has-cover{width:100%;padding:0}#cff .cff-details.cff-has-cover{width:100%;margin:5px 0 0}#cff .cff-details h5{margin:0 0 5px;padding:0;font-size:16px}#cff .cff-details p{font-size:14px}#cff .cff-details .cff-info{padding:10px 0 0;line-height:1.2;clear:both}#cff .cff-details .cff-where{clear:both}#cff .cff-details .cff-where,#cff .cff-details .cff-when{white-space:normal !important}#cff .cff-event .cff-photo{margin-top:5px}#cff .cff-event .cff-photo img{width:100%;max-width:100%;height:auto;margin:0}#cff .cff-event .cff-details{padding:0}#cff.cff-half-layout .cff-event .cff-details{float:right;width:47%}#cff .cff-event .cff-meta-links{float:right;clear:both;margin:5px 0 0}#cff .cff-event .cff-meta-links a{float:left;padding:0 10px;border-left:1px solid #ccc}#cff .cff-event .cff-meta-links a:first-child{border:none}#cff .cff-no-events{width:100%;text-align:center}#cff .cff-event .cff-date{position:relative}#cff .cff-more-dates{height:16px;margin:0 0 0 10px;padding:2px 5px;border:1px solid #ddd;font-size:12px;text-decoration:none;border-radius:3px}#cff .cff-more-dates:hover{background:rgba(0,0,0,.05);text-decoration:none}#cff .cff-multiple-dates{display:none;position:absolute;z-index:10;top:30px;left:0;max-height:150px;padding:8px 20px 8px 12px;margin:0 0 0 -12px;color:#333;overflow-y:auto;background:rgba(255,255,255,.95);border-radius:3px;border:1px solid #ddd;box-shadow:0 0 10px 0 rgba(0,0,0,.1);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1)}#cff .cff-multiple-date{display:block}#cff .cff-note-title{display:block;font-weight:700;padding-bottom:5px}#cff .cff-meta-wrap{float:left;width:100%;margin:5px 0 0;padding:0}#cff .cff-meta,#cff-lightbox-wrapper .cff-meta{float:left;clear:both;list-style-type:none;padding:10px 0 !important;margin:0 !important}#cff .cff-meta li,#cff-lightbox-wrapper .cff-meta li{float:left;width:auto;display:block;list-style-type:none !important;margin:0 10px 0 0 !important;padding:0 !important;font-size:11px;line-height:16px !important;background:0 0 !important}#cff .cff-meta li:before,#cff-lightbox-wrapper .cff-meta li:before{content:none !important}.cff-icon,.cff-icon svg{width:16px;height:16px;transition:all .1s ease}.cff-haha,.cff-wow,.cff-sad,.cff-angry,.cff-haha svg,.cff-wow svg,.cff-sad svg,.cff-angry svg{width:17px;height:17px}#cff .cff-icon,#cff .cff-reactions-count .cff-like,#cff-lightbox-wrapper .cff-icon,#cff-lightbox-wrapper .cff-reactions-count .cff-like{display:block;float:left;position:relative;z-index:2;margin:0;margin-left:3px}#cff .cff-icon svg,#cff-lightbox-wrapper .cff-icon svg{z-index:2}#cff .cff-meta .cff-count,#cff-lightbox-wrapper .cff-meta .cff-count{position:relative;z-index:2;margin-left:5px}#cff .cff-replace,#cff-lightbox-wrapper .cff-replace{display:none}#cff .cff-comments-box .cff-comments .cff-icon,#cff .cff-comments-box .cff-likes .cff-icon,#cff-lightbox-wrapper .cff-comments-box .cff-comments .cff-icon,#cff-lightbox-wrapper .cff-comments-box .cff-likes .cff-icon{margin:0 5px 0 0}#cff .cff-reactions-count .cff-like,#cff .cff-love,#cff .cff-haha,#cff .cff-wow,#cff .cff-sad,#cff .cff-angry,#cff .cff-reactions-count svg,#cff-lightbox-wrapper .cff-reactions-count .cff-like,#cff-lightbox-wrapper .cff-love,#cff-lightbox-wrapper .cff-haha,#cff-lightbox-wrapper .cff-wow,#cff-lightbox-wrapper .cff-sad,#cff-lightbox-wrapper .cff-angry,#cff-lightbox-wrapper .cff-reactions-count svg{display:block;float:left;position:relative;margin:0 0 0 1px;z-index:2}#cff-lightbox-wrapper .cff-comments-box .cff-reactions-count .cff-icon{margin-right:3px}#cff .cff-icon path,#cff-lightbox-wrapper .cff-icon path{fill:rgba(0,0,0,.4)}#cff .cff-reaction-one path,#cff .cff-reaction-two path,#cff .cff-reactions-count path,#cff-lightbox-wrapper .cff-reaction-one path,#cff-lightbox-wrapper .cff-reaction-two path,#cff-lightbox-wrapper .cff-reactions-count path{fill:rgba(0,0,0,.4)}#cff svg.cff-svg-bg,#cff-lightbox-wrapper svg.cff-svg-bg,#cff .cff-reactions-count .cff-svg-bg,#cff .cff-reactions-count .cff-svg-bg-dark{position:absolute;left:0;top:0;z-index:-1}#cff .cff-svg-bg path,#cff-lightbox-wrapper .cff-svg-bg path{fill:rgba(255,255,255,.7)}#cff .cff-svg-bg-dark .cff-svg-bg path,#cff-lightbox-wrapper .cff-svg-bg-dark .cff-svg-bg path{fill:rgba(0,0,0,.05)}#cff .cff-like .cff-svg-bg path,#cff-lightbox-wrapper .cff-like .cff-svg-bg path{fill:url(#likeGrad)}#cff .cff-dark .cff-icon path,#cff-lightbox-wrapper .cff-dark .cff-icon path,#cff .cff-dark .cff-reaction-one path,#cff .cff-dark .cff-reaction-two path,#cff .cff-dark .cff-reactions-count path,#cff-lightbox-wrapper .cff-dark .cff-reaction-one path,#cff-lightbox-wrapper .cff-dark .cff-reaction-two path,#cff-lightbox-wrapper .cff-dark .cff-reactions-count path{fill:rgba(0,0,0,1);fill:rgba(255,255,255,.1)}#cff .cff-dark .cff-svg-bg path,#cff-lightbox-wrapper .cff-dark .cff-svg-bg path{fill:rgba(255,255,255,.9)}#cff .cff-dark .cff-svg-bg-dark .cff-svg-bg path,#cff-lightbox-wrapper .cff-dark .cff-svg-bg-dark .cff-svg-bg path{fill:rgba(255,255,255,.7)}#cff .cff-dark .cff-like .cff-svg-bg path,#cff-lightbox-wrapper .cff-dark .cff-like .cff-svg-bg path{fill:url(#likeGradDark)}#cff .cff-reaction-one:not(.cff-no-animate),#cff-lightbox-wrapper .cff-reaction-one{position:relative;z-index:1;animation-name:cff_reactions_enter;animation-duration:.1s}#cff .cff-reaction-one.cff-no-animate{margin-left:0}#cff .cff-reaction-two,#cff-lightbox-wrapper .cff-reaction-two{position:relative;z-index:0;animation-name:cff_reactions_enter_two;animation-duration:.2s}@keyframes cff_reactions_enter{0%{opacity:0;margin-left:-10px}25%{opacity:0;margin-left:-7px}50%{opacity:25%;margin-left:-4px}50%{opacity:50%;margin-left:-1px}100%{opacity:100%;margin-left:2px}}@keyframes cff_reactions_enter_two{0%{opacity:0;margin-left:-30px}25%{opacity:0;margin-left:-22px}50%{opacity:25%;margin-left:-14px}50%{opacity:50%;margin-left:-6px}100%{opacity:100%;margin-left:2px}}#cff .cff-reactions-count,#cff-lightbox-wrapper .cff-reactions-count{float:left;padding-top:1px;font-size:11px;line-height:13px !important;margin-right:-2px}#cff .cff-reactions-count span:first-child,#cff-lightbox-wrapper .cff-reactions-count span:first-child{margin-left:0}#cff .cff-like-count,#cff .cff-love-count,#cff .cff-haha-count,#cff .cff-wow-count,#cff .cff-sad-count,#cff .cff-angry-count,#cff-lightbox-wrapper .cff-like-count,#cff-lightbox-wrapper .cff-love-count,#cff-lightbox-wrapper .cff-haha-count,#cff-lightbox-wrapper .cff-wow-count,#cff-lightbox-wrapper .cff-sad-count,#cff-lightbox-wrapper .cff-angry-count{float:left;margin:0 6px 0 0;font-size:11px;line-height:17px}#cff .cff-like-count,#cff .cff-love-count,#cff .cff-haha-count,#cff .cff-wow-count,#cff .cff-sad-count,#cff .cff-angry-count{margin-right:8px}.cff-reaction-wrap{display:inline-block}#cff .cff-view-comments,#cff-lightbox-wrapper .cff-view-comments{display:block;overflow:hidden;outline:none;float:left;clear:left;height:37px;margin:5px 12px 5px 0;padding:0 5px 0 10px;background:#eee;border:none;text-decoration:none;background:rgba(0,0,0,.05);box-shadow:0 0 0 1px rgba(0,0,0,.07);border-radius:4px}#cff.cff-masonry-css .cff-view-comments{-webkit-column-count:1;-moz-column-count:1;column-count:1}#cff .cff-view-comments.cff-hide-comments{display:none}#cff .cff-view-comments:hover{box-shadow:0 0 0 1px rgba(0,0,0,.09)}#cff .cff-view-comments{position:relative}#cff .cff-view-comments:after{content:'';position:absolute;top:0;left:-200%;width:200%;height:100%;z-index:0;background:linear-gradient(90deg,rgba(0,0,0,.04) 50%,rgba(0,0,0,0) 100%);transition:all .2s ease}#cff .cff-view-comments:hover:after{left:0;transition:all .5s ease}#cff .cff-open path,#cff .cff-view-comments .cff-animate path,#cff-lightbox-wrapper .cff-view-comments .cff-animate path,#cff .cff-reactions-count path{fill:rgba(0,0,0,.5)}#cff .cff-open .cff-dark path,#cff .cff-view-comments .cff-dark .cff-animate path,#cff-lightbox-wrapper .cff-view-comments .cff-dark .cff-animate path,#cff .cff-dark .cff-reactions-count path{fill:rgba(255,255,255,.05)}#cff .cff-open .cff-svg-bg path,#cff .cff-view-comments .cff-animate .cff-svg-bg path,#cff .cff-reactions-count .cff-svg-bg path{fill:rgba(255,255,255,1)}#cff .cff-open .cff-svg-bg-dark .cff-svg-bg path,#cff .cff-view-comments .cff-animate .cff-svg-bg-dark .cff-svg-bg path,#cff .cff-reactions-count .cff-svg-bg-dark .cff-svg-bg path{fill:rgba(0,0,0,.05)}#cff .cff-open .cff-like .cff-svg-bg path,#cff .cff-view-comments .cff-like.cff-animate .cff-svg-bg path,#cff .cff-reactions-count .cff-like .cff-svg-bg path,#cff-lightbox-wrapper .cff-reactions-count .cff-like .cff-svg-bg path{fill:url(#likeGradHover)}#cff .cff-open .cff-love .cff-svg-bg path,#cff .cff-view-comments .cff-love.cff-animate .cff-svg-bg path,#cff .cff-reactions-count .cff-love .cff-svg-bg path,#cff-lightbox-wrapper .cff-reactions-count .cff-love .cff-svg-bg path{fill:#ffb9b9}#cff .cff-open .cff-haha .cff-svg-bg path,#cff .cff-open .cff-wow .cff-svg-bg path,#cff .cff-open .cff-sad .cff-svg-bg path,#cff .cff-view-comments .cff-haha.cff-animate .cff-svg-bg path,#cff .cff-view-comments .cff-wow.cff-animate .cff-svg-bg path,#cff .cff-view-comments .cff-sad.cff-animate .cff-svg-bg path,#cff .cff-reactions-count .cff-haha .cff-svg-bg path,#cff .cff-reactions-count .cff-wow .cff-svg-bg path,#cff .cff-reactions-count .cff-sad .cff-svg-bg path,#cff-lightbox-wrapper .cff-reactions-count .cff-haha .cff-svg-bg path,#cff-lightbox-wrapper .cff-reactions-count .cff-wow .cff-svg-bg path,#cff-lightbox-wrapper .cff-reactions-count .cff-sad .cff-svg-bg path{fill:#ffe7a4}#cff .cff-open .cff-angry .cff-svg-bg path,#cff .cff-view-comments .cff-angry.cff-animate .cff-svg-bg path,#cff .cff-reactions-count .cff-angry .cff-svg-bg path,#cff-lightbox-wrapper .cff-reactions-count .cff-angry .cff-svg-bg path{fill:url(#angryGrad)}#cff .cff-open .cff-shares .cff-svg-bg path,#cff .cff-view-comments .cff-share.cff-animate .cff-svg-bg path,#cff .cff-reactions-count .cff-share .cff-svg-bg path,#cff-lightbox-wrapper .cff-reactions-count .cff-share .cff-svg-bg path{fill:#fdf3d0}#cff .cff-open .cff-comments .cff-svg-bg path,#cff .cff-view-comments .cff-comment.cff-animate .cff-svg-bg path,#cff .cff-reactions-count .cff-comment .cff-svg-bg path,#cff-lightbox-wrapper .cff-reactions-count .cff-comment .cff-svg-bg path{fill:#fff}#cff .cff-view-comments .cff-icon path,#cff .cff-view-comments .cff-icon.cff-animate path{transition:all .2s ease}#cff .cff-view-comments .cff-icon.cff-animate svg{animation-duration:.2s}#cff.cff-no-svgs svg,#cff-lightbox-wrapper.cff-no-svgs svg{display:none}#cff.cff-no-svgs .cff-comments-box .cff-comments .cff-icon,#cff.cff-no-svgs .cff-comments-box .cff-likes .cff-icon,#cff-lightbox-wrapper.cff-no-svgs .cff-comments-box .cff-comments .cff-icon,#cff-lightbox-wrapper.cff-no-svgs .cff-comments-box .cff-likes .cff-icon{margin:0 3px 0 0}#cff.cff-no-svgs .cff-like,#cff.cff-no-svgs .cff-love,#cff.cff-no-svgs .cff-haha,#cff.cff-no-svgs .cff-wow,#cff.cff-no-svgs .cff-sad,#cff.cff-no-svgs .cff-angry,#cff.cff-no-svgs .cff-share,#cff.cff-no-svgs .cff-comment,#cff.cff-no-svgs .cff-comments .cff-icon,#cff.cff-no-svgs .cff-reactions-count svg,#cff-lightbox-wrapper.cff-no-svgs .cff-reactions-count .cff-like,#cff-lightbox-wrapper.cff-no-svgs .cff-love,#cff-lightbox-wrapper.cff-no-svgs .cff-haha,#cff-lightbox-wrapper.cff-no-svgs .cff-wow,#cff-lightbox-wrapper.cff-no-svgs .cff-sad,#cff-lightbox-wrapper.cff-no-svgs .cff-angry,#cff-lightbox-wrapper.cff-no-svgs .cff-share,#cff-lightbox-wrapper.cff-no-svgs .cff-comment,#cff-lightbox-wrapper.cff-no-svgs .cff-comments .cff-icon,#cff-lightbox-wrapper.cff-no-svgs .cff-reactions-count svg{background:url(//axe.rs/wp-content/plugins/custom-facebook-feed-pro/css/../img/cff-sprite.png) no-repeat}#cff.cff-no-svgs .cff-like,#cff.cff-no-svgs .cff-reactions-count .cff-like,#cff-lightbox-wrapper.cff-no-svgs .cff-like,#cff-lightbox-wrapper.cff-no-svgs .cff-reactions-count .cff-like{background-position:0 -17px}#cff.cff-no-svgs .cff-reactions-count .cff-like,#cff-lightbox-wrapper.cff-no-svgs .cff-reactions-count .cff-like{width:13px}#cff.cff-no-svgs .cff-share{width:14px;background-position:0 -33px}#cff.cff-no-svgs .cff-comments .cff-icon,#cff-lightbox-wrapper.cff-no-svgs .cff-comments .cff-icon{width:12px}#cff.cff-no-svgs .cff-love,#cff-lightbox-wrapper.cff-no-svgs .cff-love{width:15px;height:13px;margin-top:1px;background-position:-34px -1px}#cff.cff-no-svgs .cff-reactions-count .cff-love,#cff-lightbox-wrapper.cff-no-svgs .cff-reactions-count .cff-love{height:14px;background-position:-34px 0}#cff.cff-no-svgs .cff-haha,#cff-lightbox-wrapper.cff-no-svgs .cff-haha{height:15px;background-position:-34px -15px}#cff.cff-no-svgs .cff-wow,#cff-lightbox-wrapper.cff-no-svgs .cff-wow{height:15px;background-position:-34px -47px}#cff.cff-no-svgs .cff-sad,#cff-lightbox-wrapper.cff-no-svgs .cff-sad{height:15px;background-position:-34px -31px}#cff.cff-no-svgs .cff-angry,#cff-lightbox-wrapper.cff-no-svgs .cff-angry{height:15px;background-position:-34px -63px}#cff.cff-no-svgs .cff-comments-box .cff-comment-likes b,#cff-lightbox-wrapper.cff-no-svgs .cff-comments-box .cff-comment-likes b{background:url(//axe.rs/wp-content/plugins/custom-facebook-feed-pro/css/../img/cff-sprite.png) no-repeat;background-position:1px -48px;width:10px;height:9px}#cff.cff-no-svgs .cff-comments-box .cff-show-more-comments,#cff-lightbox-wrapper.cff-no-svgs .cff-comments-box .cff-show-more-comments{position:relative}#cff.cff-no-svgs .cff-comments-box .cff-show-more-comments a,#cff-lightbox-wrapper.cff-no-svgs .cff-comments-box .cff-show-more-comments a{position:relative;z-index:1;height:20px}#cff.cff-no-svgs .cff-comments-box .cff-show-more-comments:after,#cff-lightbox-wrapper.cff-no-svgs .cff-comments-box .cff-show-more-comments:after{position:absolute;z-index:0;content:'...';top:-2px;font-size:20px;color:#333;height:20px;line-height:20px}#cff.cff-no-svgs .cff-meta.cff-dark li.cff-comments .cff-icon,#cff-lightbox-wrapper.cff-no-svgs .cff-meta.cff-dark li.cff-comments .cff-icon{background-position:-17px 0}#cff.cff-no-svgs .cff-dark .cff-reactions-count .cff-like,#cff.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-icon,#cff-lightbox-wrapper.cff-no-svgs .cff-dark .cff-reactions-count .cff-like,#cff-lightbox-wrapper.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-icon{background-position:-17px -17px}#cff.cff-no-svgs .cff-meta.cff-dark li.cff-shares .cff-icon,#cff-lightbox-wrapper.cff-no-svgs .cff-meta.cff-dark li.cff-shares .cff-icon{background-position:-17px -34px}#cff.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-love,#cff-lightbox-wrapper.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-love{background-position:-52px -1px}#cff.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-wow,#cff-lightbox-wrapper.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-wow{background-position:-34px -47px}#cff.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-haha,#cff-lightbox-wrapper.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-haha{background-position:-34px -15px}#cff.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-sad,#cff-lightbox-wrapper.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-sad{background-position:-34px -31px}#cff.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-angry,#cff-lightbox-wrapper.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-angry{background-position:-51px -63px}#cff.cff-no-svgs .cff-dark .cff-comment-replies .cff-replies-icon,#cff-lightbox-wrapper.cff-no-svgs .cff-dark .cff-comment-replies .cff-replies-icon{background-position:-17px -65px}#cff.cff-no-svgs .cff-comments-box.cff-dark .cff-show-more-comments:after,#cff-lightbox-wrapper.cff-no-svgs .cff-comments-box.cff-dark .cff-show-more-comments:after{color:rgba(255,255,255,.7)}#cff.cff-no-svgs .cff-comments-box.cff-dark .cff-comment-likes b,#cff-lightbox-wrapper.cff-no-svgs .cff-comments-box.cff-dark .cff-comment-likes b{background-position:-16px -48px}#cff .cff-comments-box,#cff-lightbox-wrapper .cff-comments-box{display:none;float:left;clear:both;width:100%;max-width:100%;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*width:95%;*margin-top:5px;}#cff .cff-comments-box .cff-likes,#cff-lightbox-wrapper .cff-comments-box .cff-likes{margin-bottom:1px}#cff .cff-comments-box .cff-comments .cff-icon,#cff-lightbox-wrapper .cff-comments-box .cff-comments .cff-icon{margin-top:1px}#cff .cff-comments-box p,#cff .cff-comments-box .cff-comment,#cff .cff-comments-box .cff-comment-reply,#cff-lightbox-wrapper .cff-comments-box p,#cff-lightbox-wrapper .cff-comments-box .cff-comment,#cff-lightbox-wrapper .cff-comments-box .cff-comment-reply{width:100%;min-width:100%;float:left;clear:both;font-size:12px;padding:5px 20px 5px 10px;margin:0 0 1px;background:#eee;background:rgba(0,0,0,.05);line-height:17px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff .cff-comments-box.cff-no-comments,#cff-lightbox-wrapper .cff-comments-box.cff-no-comments{width:auto}#cff .cff-comments-box .cff-comment-on-facebook,#cff-lightbox-wrapper .cff-comments-box .cff-comment-on-facebook{border-radius:4px}#cff-lightbox-wrapper .cff-comments-box .cff-comment-on-facebook a{text-decoration:none}#cff .cff-comments-wrap,#cff-lightbox-wrapper .cff-comments-wrap{float:left;clear:both;overflow:hidden;width:100%;padding-bottom:0;border-radius:0 0 4px 4px;background:rgba(0,0,0,.05)}#cff .cff-comments-box .cff-comment,#cff-lightbox-wrapper .cff-comments-box .cff-comment{display:none;margin:0;background:0 0}#cff .cff-comments-box .cff-name,#cff-lightbox-wrapper .cff-comments-box .cff-name{padding:0;margin-right:6px;font-weight:700}#cff .cff-comments-box .cff-comment-likes,#cff-lightbox-wrapper .cff-comments-box .cff-comment-likes{font-style:normal;border-radius:4px 4px 0 0}#cff .cff-comments-box .cff-comment-likes b,#cff-lightbox-wrapper .cff-comments-box .cff-comment-likes b{display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;background-position:0 -50px;width:10px;height:9px;margin:0;line-height:1;padding:2px 2px 0;-webkit-box-sizing:unset;-moz-box-sizing:unset;box-sizing:unset}.cff-comments-box .cff-comment-likes path{fill:rgba(0,0,0,.6)}.cff-comments-box .cff-comment-likes .cff-comment-likes-bg{background:rgba(255,255,255,.6);box-shadow:0 0 2px 0 rgba(0,0,0,.2);padding:1px 4px 2px 3px;border-radius:5px;margin:0 0 0 2px;font-size:10px;display:inline-block}.cff-comments-box.cff-dark .cff-comment-likes .cff-comment-likes-bg{background:rgba(255,255,255,.2)}#cff .cff-comments-box.cff-dark .cff-comment-likes b,#cff-lightbox-wrapper .cff-comments-box.cff-dark .cff-comment-likes b{background-position:-17px -50px}#cff .cff-comments-box .cff-time,#cff-lightbox-wrapper .cff-comments-box .cff-time{float:left;clear:both;font-size:11px;margin:2px 0 0;display:block;font-style:italic}#cff .cff-comment .cff-comment-date,#cff-lightbox-wrapper .cff-comment .cff-comment-date{margin-right:3px}#cff .cff-comment-likes,#cff-lightbox-wrapper .cff-comment-likes{margin:5px 0 10px;width:100%}#cff .cff-comment-text-wrapper,#cff-lightbox-wrapper .cff-comment-text-wrapper{width:100%;float:left}#cff .cff-comment .cff-comment-img,#cff-lightbox-wrapper .cff-comment .cff-comment-img{float:left;width:32px;margin:0 0 0 -100% !important;border-radius:40px}#cff .cff-comment .cff-comment-img img,#cff .cff-comment .cff-comment-avatar,#cff-lightbox-wrapper .cff-comment .cff-comment-img img,#cff-lightbox-wrapper .cff-comment .cff-comment-avatar{float:left;width:32px;margin:0 10px 0 0 !important;padding:0 !important;border:none !important;border-radius:40px;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}#cff .cff-comment .cff-comment-avatar,#cff-lightbox-wrapper .cff-comment .cff-comment-avatar,#cff .cff-avatar-fallback,#cff-lightbox-wrapper .cff-avatar-fallback{height:32px;background:url(//axe.rs/wp-content/plugins/custom-facebook-feed-pro/css/../img/cff-sprite.png) no-repeat -77px 0}#cff-lightbox-wrapper .cff-avatar-fallback img{position:relative;text-indent:-9999px}#cff-lightbox-wrapper .cff-avatar-fallback img[alt]:after{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:url(//axe.rs/wp-content/plugins/custom-facebook-feed-pro/css/../img/cff-sprite.png) no-repeat -77px 0;font-family:'Helvetica';font-weight:300;line-height:2;text-align:center;content:''}#cff .cff-comment .cff-comment-text,#cff-lightbox-wrapper .cff-comment .cff-comment-text{margin:0 0 0 42px;line-height:1.3}#cff .cff-comment .cff-comment-text p,#cff-lightbox-wrapper .cff-comment .cff-comment-text p{padding:0 !important;margin:0 !important;line-height:1.4;background:0 0 !important}#cff .cff-comment-text.cff-no-image,#cff-lightbox-wrapper .cff-comment-text.cff-no-image{margin:0}#cff .cff-comments-box .cff-show-more-comments,#cff-lightbox-wrapper .cff-comments-box .cff-show-more-comments{text-align:center;padding:2px 0 1px;background:rgba(0,0,0,.02);border-top:1px solid rgba(0,0,0,.05);margin-top:8px;transition:all .5s ease}#cff .cff-comments-box .cff-show-more-comments-a,#cff-lightbox-wrapper .cff-comments-box .cff-show-more-comments-a{width:100%;display:block;padding:2px 0;text-decoration:none}#cff .cff-comments-box .cff-show-more-comments svg,#cff-lightbox-wrapper .cff-comments-box .cff-show-more-comments svg{width:17px;height:10px}#cff .cff-comments-box .cff-show-more-comments path,#cff-lightbox-wrapper .cff-comments-box .cff-show-more-comments path{fill:rgba(0,0,0,.5);transition:all .5s ease}#cff .cff-dark .cff-show-more-comments path,#cff-lightbox-wrapper .cff-dark .cff-show-more-comments path{fill:rgba(255,255,255,.8)}#cff .cff-dark .cff-show-more-comments,#cff-lightbox-wrapper .cff-dark .cff-show-more-comments{background:rgba(255,255,255,.1);border-top:1px solid rgba(255,255,255,.2)}#cff .cff-comments-box .cff-show-more-comments:hover,#cff-lightbox-wrapper .cff-comments-box .cff-show-more-comments:hover{background:rgba(0,0,0,.05);text-decoration:none;transition:all .1s ease}#cff .cff-comments-box .cff-show-more-comments:hover path,#cff-lightbox-wrapper .cff-comments-box .cff-show-more-comments:hover path{fill:rgba(0,0,0,.7);transition:all .1s ease}#cff .cff-comment .cff-comment-text img,#cff img.emoji,#cff-lightbox-wrapper .cff-comment .cff-comment-text img,#cff-lightbox-wrapper img.emoji{float:none;max-width:100%}#cff .cff-comment-attachment,#cff-lightbox-wrapper .cff-comment-attachment{float:left;clear:both;width:120px;height:auto;margin:5px 0 0}#cff .cff-comment-attachment img,#cff-lightbox-wrapper .cff-comment-attachment img{float:left}#cff .cff-comment-replies a,#cff-lightbox-wrapper .cff-comment-replies a{display:block;float:left;position:relative;padding:3px 0;font-size:11px}#cff .cff-comment-replies-box,#cff-lightbox-wrapper .cff-comment-replies-box{float:left;clear:both;border-left:2px solid #dcdee3;border-left:2px solid rgba(0,0,0,.1)}#cff .cff-comments-box .cff-comment-replies-box .cff-comment-reply,#cff-lightbox-wrapper .cff-comments-box .cff-comment-replies-box .cff-comment-reply{background:0 0}#cff .cff-comment-replies-box a,#cff-lightbox-wrapper .cff-comment-replies-box a{color:inherit !important}#cff .cff-comment-replies-box .cff-comment-reply .cff-comment-img img,#cff-lightbox-wrapper .cff-comment-replies-box .cff-comment-reply .cff-comment-img img{width:20px;height:20px}#cff .cff-comment-replies-box .cff-comment-reply .cff-comment-text,#cff-lightbox-wrapper .cff-comment-replies-box .cff-comment-reply .cff-comment-text{margin:0 0 0 28px}#cff .cff-comment-replies-box .cff-comment-reply .cff-comment-text.cff-no-name,#cff-lightbox-wrapper .cff-comment-replies-box .cff-comment-reply .cff-comment-text.cff-no-name{margin:0}#cff .cff-comment-replies .cff-replies-icon,#cff-lightbox-wrapper .cff-comment-replies .cff-replies-icon{background:url(//axe.rs/wp-content/plugins/custom-facebook-feed-pro/css/../img/cff-sprite.png) no-repeat 0 -65px;width:11px;height:8px;display:block;float:left;margin:5px 5px 0 0}#cff .cff-dark .cff-comment-replies .cff-replies-icon,#cff-lightbox-wrapper .cff-dark .cff-comment-replies .cff-replies-icon{background-position:-17px -65px}#cff .cff-post-links,#cff .cff-event-meta{float:right;clear:none;margin-top:12px;font-size:11px}#cff .cff-event-meta{float:left}#cff .cff-post-links.cff-left{float:left;margin:8px 0}#cff .cff-post-links a{font-size:11px}#cff .cff-post-links a:first-child{padding-left:0;margin:0}#cff .cff-dot{padding:0 5px}#cff .cff-share-container{position:relative;display:inline}#cff .cff-share-tooltip{display:none;position:absolute;z-index:1000;bottom:22px;right:0;width:110px;padding:4px 5px;margin:0;background:#333;color:#fff;font-size:12px;line-height:1.4;-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}#cff .cff-share-tooltip .fa-play{position:absolute;font-size:8px;bottom:-6px;right:10px;color:#333}#cff .cff-share-tooltip a .fa,#cff .cff-share-tooltip a svg{font-size:16px;margin:0;padding:5px}#cff .cff-share-tooltip a{display:block;float:left;margin:0 !important;padding:0 !important;color:#fff !important;opacity:0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#cff .cff-share-tooltip a:hover{color:#fff !important}#cff .cff-share-tooltip .cff-facebook-icon:hover{background:#3b5998}#cff .cff-share-tooltip .cff-twitter-icon:hover{background:#00aced}#cff .cff-share-tooltip .cff-google-icon:hover{background:#dd4b39}#cff .cff-share-tooltip .cff-linkedin-icon:hover{background:#007bb6}#cff .cff-share-tooltip .cff-pinterest-icon:hover{background:#cb2027}#cff .cff-share-tooltip .cff-email-icon:hover{background:#666}#cff .cff-share-tooltip a.cff-show{opacity:1;transition:opacity .2s ease}.cff-likebox{float:left;width:100%;position:relative;margin:0;padding:0}.cff-likebox.cff-top{margin-bottom:10px}.cff-likebox.cff-bottom{margin-top:10px}.cff-likebox iframe{width:100%;margin:0 !important;border:0 !important;padding:0;position:relative;top:0;left:0;width:100% !important}#cff.cff-fixed-height{overflow:hidden;overflow-y:auto;padding:5px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff.cff-thumb-layout .cff-photo,#cff.cff-thumb-layout .cff-iframe-wrap,#cff.cff-thumb-layout .cff-html5-video,#cff.cff-thumb-layout .cff-vidLink{width:20%;clear:none}#cff.cff-thumb-layout .cff-html5-video .cff-vidLink{width:100%}#cff.cff-thumb-layout .cff-iframe-wrap{margin-top:0;padding-bottom:16%}#cff.cff-thumb-layout .cff-likebox .fb_iframe_widget iframe{margin:0}#cff.cff-thumb-layout .cff-photo img{width:100%;height:auto}#cff.cff-thumb-layout .cff-playbtn{margin-top:-16px;margin-left:-16px;padding:8px 10px;font-size:16px}#cff.cff-thumb-layout .cff-text-wrapper{float:right;width:77%}#cff.cff-thumb-layout .cff-link-item .cff-text-wrapper{width:100%}#cff.cff-thumb-layout .cff-audio-post .cff-text-wrapper{width:100%}#cff.cff-thumb-layout .cff-post-text{margin-top:0}#cff.cff-thumb-layout .cff-date{margin-bottom:10px}#cff.cff-thumb-layout .cff-photo-hover .fa,#cff.cff-thumb-layout .cff-photo-hover svg{margin-top:-11px;margin-left:-10px;font-size:24px}#cff.cff-thumb-layout .cff-full-size .cff-link,#cff.cff-thumb-layout .cff-link-slider{width:auto;max-width:20%;margin-right:3%;margin-bottom:0;text-align:left}#cff.cff-thumb-layout .cff-full-size .cff-link img{float:left}#cff.cff-thumb-layout .cff-full-size .cff-text-link{width:72%}#cff.cff-thumb-layout .cff-event-thumb{width:20%}#cff.cff-thumb-layout .cff-details.cff-has-cover{width:100%;margin:0}#cff.cff-half-layout .cff-photo,#cff.cff-half-layout .cff-iframe-wrap,#cff.cff-half-layout .cff-html5-video,#cff.cff-half-layout .cff-vidLink{width:50%;clear:none}#cff.cff-half-layout .cff-html5-video .cff-vidLink{width:100%}#cff.cff-half-layout .cff-photo img{width:100%;height:auto}#cff.cff-half-layout .cff-iframe-wrap{margin-top:0;padding-bottom:28%}#cff.cff-half-layout .cff-likebox .fb_iframe_widget iframe{margin:0}#cff.cff-half-layout .cff-text-wrapper{float:right;width:47%}#cff.cff-half-layout .cff-link-item .cff-text-wrapper{width:100%}#cff.cff-half-layout .cff-audio-post .cff-text-wrapper{width:100%}#cff.cff-half-layout .cff-post-text{margin-top:0}#cff.cff-half-layout .cff-photo-hover .fa,#cff.cff-half-layout .cff-photo-hover svg{margin-top:-16px;margin-left:-14px;font-size:32px}#cff.cff-half-layout .cff-full-size .cff-link,#cff.cff-half-layout .cff-link-slider{width:auto;max-width:50%;margin-right:3%;margin-bottom:0;text-align:left}#cff.cff-half-layout .cff-full-size .cff-link img{float:left}#cff.cff-half-layout .cff-full-size .cff-text-link{width:47%}#cff.cff-half-layout .cff-event-thumb{width:50%}#cff.cff-half-layout .cff-details.cff-has-cover{width:100%;margin:0}#cff.narrow.cff-half-layout .cff-photo,#cff.narrow.cff-half-layout .cff-iframe-wrap,#cff.narrow.cff-half-layout .cff-vidLink,#cff.narrow.cff-half-layout .cff-html5-video,#cff.narrow.cff-thumb-layout .cff-photo,#cff.narrow.cff-thumb-layout .cff-iframe-wrap,#cff.narrow.cff-thumb-layout .cff-vidLink,#cff.narrow.cff-thumb-layout .cff-html5-video{width:100%;clear:both}#cff.narrow.cff-half-layout .cff-text-wrapper,#cff.narrow.cff-thumb-layout .cff-text-wrapper{float:left;width:100%}#cff.narrow .cff-shared-link .cff-link{max-width:100%;width:100%;margin:0 0 5px;text-align:center}#cff.narrow .cff-shared-link .cff-link img{float:none;width:auto}#cff.narrow .cff-shared-link .cff-text-link{width:100%}#cff.narrow .cff-event .cff-details{width:100%}#cff.narrow .cff-event-thumb{width:100%}#cff.narrow .cff-details.cff-has-cover{width:100%;margin:5px 0 0}#cff.cff-super-narrow .cff-meta{padding:8px 0 !important}#cff.cff-super-narrow .cff-view-comments{margin-right:0;padding:0 4px 0 8px;height:32px}#cff.cff-super-narrow .cff-meta li{margin:0 5px 0 0 !important}#cff.cff-super-narrow .cff-meta .cff-count{margin-left:2px;font-size:11px}#cff.cff-super-narrow .cff-shares .cff-count{margin-left:1px}#cff.cff-super-narrow .cff-view-comments-wrap,#cff.cff-super-narrow .cff-comments-box{float:left;width:102%;max-width:102%;margin-left:-1%}#cff .cff-error-msg{display:none;position:relative;font-size:12px;font-family:sans-serif;padding:8px 12px;border:1px solid #ddd;margin-bottom:10px;clear:both;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}#cff .cff-error-msg p{float:none}#cff .cff-error-msg .cff_notice_dismiss{position:absolute;top:4px;right:8px}#cff #cff-error-reason{padding:5px 0 0;clear:both}#cff .cff-credit{font-size:11px;padding-top:10px}#cff .cff-credit a{text-decoration:none}#cff .cff-credit .cff-credit-logo{float:left;display:block;width:18px;height:21px;margin:-2px 5px 0 0;background:url(//axe.rs/wp-content/plugins/custom-facebook-feed-pro/css/../img/cff-sprite.png) no-repeat -54px -16px}#cff .cff-credit .fa{padding-right:5px;font-size:13px}#cff .cff-lightbox-link{position:absolute;z-index:10;top:0;right:0;bottom:0;left:0;width:100%;padding:0;text-align:center;color:#fff;font-size:12px;line-height:1.1;border:none}#cff .cff-photo-hover{display:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;color:#fff;background:#333;background:rgba(0,0,0,.4)}#cff .cff-photo-hover .fa,#cff .cff-photo-hover svg{display:none;position:absolute;z-index:2;top:50%;left:50%;margin-top:-19px;margin-left:-16px;padding:0;font-size:39px;font-style:normal !important}.cff-lightbox-thumbs{display:none;float:left;width:100%;position:relative;width:111%;margin:0 0 0 -5px}.cff-lightbox-thumbs-holder{float:left;overflow:hidden;max-height:0;transition:max-height 2s ease}.cff-lightbox-thumbs-holder.cff-animate{max-height:2000px;transition:max-height 1.5s ease}.cff-lightbox-thumbs-wrap{margin-top:10px;padding:2px 0 6px;overflow:hidden}.cff-lightbox-thumbs a{width:60px;height:60px;display:block;float:left;margin:5px 0 0 5px;border-radius:3px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);-webkit-transition:box-shadow .1s ease;-moz-transition:box-shadow .1s ease;-ms-transition:box-shadow .1s ease;-o-transition:box-shadow .1s ease;transition:box-shadow .1s ease}.cff-lightbox-thumbs a:hover,.cff-lightbox-thumbs a:focus{box-shadow:inset 0 0 0 4px rgba(0,0,0,.3);outline:none;-webkit-transition:box-shadow .1s ease;-moz-transition:box-shadow .1s ease;-ms-transition:box-shadow .1s ease;-o-transition:box-shadow .1s ease;transition:box-shadow .1s ease}.cff-enable-lb-comments .cff-lightbox-thumbs a{border:1px solid #333}.cff-enable-lb-comments .cff-lightbox-thumbs a:hover,.cff-enable-lb-comments .cff-lightbox-thumbs a:focus{box-shadow:inset 0 0 0 4px rgba(255,255,255,.7);border:1px solid #bbb}.cff-lightbox-thumbs .cff-selected,.cff-lightbox-thumbs .cff-selected:hover,.cff-lightbox-thumbs .cff-selected:focus{box-shadow:inset 0 0 0 4px rgba(255,255,255,.7);border:1px solid #eee;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cff-lightbox-thumbs .cff-selected:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(255,255,255,.2)}.cff-lightbox-thumbs img{width:60px;height:auto}.cff-lightbox-thumbs .cff-loader{width:20px;height:20px;position:absolute;z-index:999;top:50%;left:50%;margin:-10px 0 0 -10px;background-color:none;background-color:rgba(0,0,0,.5);border-radius:100%;-webkit-animation:ctf-sk-scaleout 1s infinite ease-in-out;animation:ctf-sk-scaleout 1s infinite ease-in-out}.cff-lightbox-overlay{position:absolute;top:0;left:0;z-index:999999;background-color:#000;filter:alpha(opacity=80);opacity:.9;display:none}.cff-lightbox-wrapper{position:absolute;left:0;width:100%;z-index:1000000;text-align:center;line-height:0;font-weight:400}.cff-lightbox-wrapper .cff-lightbox-image{display:block;height:auto;max-width:inherit;-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}.cff-lightbox-wrapper.cff-enable-lb-comments .cff-lightbox-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}.cff-lightbox-wrapper.cff-enable-lb-comments.cff-has-thumbs .cff-lightbox-image{-webkit-border-radius:3px 0 0;-moz-border-radius:3px 0 0;-ms-border-radius:3px 0 0;-o-border-radius:3px 0 0;border-radius:3px 0 0}.cff-lightbox-wrapper a img{border:none}.cff-lightbox-outerContainer{position:relative;background-color:#000;*zoom:1;width:250px;height:250px;margin:0 auto;-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}.cff-lightbox-outerContainer:after{content:"";display:table;clear:both}.cff-lightbox-container{position:relative;padding:0;height:100%}.cff-lightbox-cancel{display:block;width:16px;height:16px;margin:0 auto;background:url(//axe.rs/wp-content/plugins/custom-facebook-feed-pro/css/../img/cff-sprite.png) no-repeat -71px -62px}#cff-lightbox-wrapper .cff-lightbox-caption,#cff-lightbox-wrapper .cff-lightbox-caption-text{float:left;clear:both;width:100%}#cff-lightbox-wrapper .cff-lightbox-caption-text{margin:0 0 15px}#cff-lightbox-wrapper .cff-lightbox-facebook{margin:0;padding:0;border-left:none;border-bottom:none;color:#3b579d;width:100%;display:block;float:left;clear:both}#cff-lightbox-wrapper .cff-lightbox-caption .cff-dot{margin:0 7px}#cff-lightbox-wrapper .cff-lightbox-caption.cff-no-caption .cff-lightbox-caption-text{margin:0}#cff-lightbox-wrapper .cff-lightbox-caption.cff-no-caption .cff-lightbox-facebook{padding:0;border:none}#cff-lightbox-wrapper .cff-lightbox-caption .cff-event-title,#cff-lightbox-wrapper .cff-lightbox-caption .cff-date,#cff-lightbox-wrapper .cff-lightbox-caption .cff-location{padding-bottom:10px}#cff-lightbox-wrapper .cff-lightbox-caption .cff-desc{padding-top:10px}.cff-lightbox-wrapper.cff-enable-lb-comments .cff-lightbox-sidebar::-webkit-scrollbar{width:14px}.cff-lightbox-wrapper.cff-enable-lb-comments .cff-lightbox-sidebar::-webkit-scrollbar-thumb{border-radius:0;background-color:#ccc;border:3px solid #fff;border-left:none}.cff-lightbox-wrapper.cff-enable-lb-comments .cff-lightbox-sidebar::-webkit-scrollbar-track{border-radius:0;background-color:#fff}#cff-lightbox-wrapper .cff-lightbox-caption-text a:link,#cff-lightbox-wrapper .cff-lightbox-caption-text a:hover,#cff-lightbox-wrapper .cff-lightbox-caption-text a:active,#cff-lightbox-wrapper .cff-lightbox-caption-text a:visited,#cff-lightbox-wrapper .cff-lightbox-facebook:link,#cff-lightbox-wrapper .cff-lightbox-facebook:hover,#cff-lightbox-wrapper .cff-lightbox-facebook:active,#cff-lightbox-wrapper .cff-lightbox-facebook:visited{color:#3b579d;text-decoration:none}#cff-lightbox-wrapper .cff-lightbox-caption-text a:hover,#cff-lightbox-wrapper .cff-lightbox-caption-text a:focus,#cff-lightbox-wrapper .cff-lightbox-facebook:hover,#cff-lightbox-wrapper .cff-lightbox-facebook:focus{text-decoration:underline;border-bottom:none}.cff-lightbox-nav{top:0;left:0;width:100%;z-index:1000}.cff-lightbox-container>.nav{left:0}.cff-lightbox-nav a{outline:none;background-image:url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');position:absolute;z-index:1000;top:0;bottom:0;height:auto}.cff-has-iframe .cff-lightbox-nav a{top:50px;bottom:50px}.cff-has-video .cff-lightbox-nav a{top:35px;bottom:35px}.cff-fb-player .cff-lightbox-nav a.cff-lightbox-next,.cff-fb-player .cff-lightbox-nav a.cff-lightbox-prev{top:75px;bottom:75px;width:7%}.cff-lightbox-prev,.cff-lightbox-next{height:100%;cursor:pointer;display:block}.cff-lightbox-prev:active,.cff-lightbox-next:active,.cff-lightbox-prev:focus,.cff-lightbox-next:focus{outline:none}.cff-lightbox-nav a.cff-lightbox-prev{width:50px;left:-50px;float:left;filter:alpha(opacity=0);opacity:.3;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.cff-lightbox-nav a.cff-lightbox-prev:hover{filter:alpha(opacity=100);opacity:1}.cff-lightbox-nav a.cff-lightbox-next{width:50px;right:-50px;float:right;filter:alpha(opacity=0);opacity:.3;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.cff-enable-lb-comments .cff-lightbox-nav a.cff-lightbox-next{margin-right:-300px}.cff-lightbox-nav a.cff-lightbox-next:hover{filter:alpha(opacity=100);opacity:1}.cff-lightbox-dataContainer{position:relative;margin:0 auto;padding:0;*zoom:1;width:100%;background:#fff;-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}.cff-enable-lb-comments .cff-lightbox-dataContainer{background:#222}.cff-lightbox-nav span{display:block;top:50%;position:absolute;left:0;width:34px;height:45px;margin:-25px 0 0;background:url(//axe.rs/wp-content/plugins/custom-facebook-feed-pro/css/../img/cff-sprite.png) no-repeat;text-indent:-9999px}.cff-lightbox-nav a.cff-lightbox-prev span{background-position:-160px 0}.cff-lightbox-nav a.cff-lightbox-next span{left:auto;right:0;background-position:-125px 0}.cff-fb-player .cff-lightbox-nav a.cff-lightbox-prev span{left:10px}.cff-fb-player .cff-lightbox-nav a.cff-lightbox-next span{right:10px}.cff-lightbox-dataContainer:after{content:"";display:table;clear:both}.cff-lb-dataContainer a{color:#ccc;text-decoration:underline}.cff-lb-dataContainer a:hover,.cff-lb-dataContainer a:focus{color:#fff;text-decoration:underline}.cff-lightbox-data{padding:0 4px;color:#444}.cff-lightbox-data .cff-lightbox-details{position:relative;width:90%;padding:0 0 0 2px;float:left;text-align:left;line-height:1.1em}.cff-lightbox-data .cff-lightbox-caption{padding:15px 10px 10px;margin:0;font-size:14px;line-height:1.3}.cff-lightbox-data .cff-lightbox-number{clear:left;padding-right:10px;font-size:12px;color:#999}.cff-lightbox-data .cff-lightbox-close{display:block;float:right;width:30px;height:30px;margin:0 -5px 0 0;color:#333;text-align:center;margin-top:7px;outline:none;filter:alpha(opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.cff-lightbox-data .cff-lightbox-close:hover{cursor:pointer;filter:alpha(opacity=100);opacity:1}.cff-lightbox-sidebar .cff-lightbox-closeContainer{position:absolute;top:0;right:0}.cff-lightbox-sidebar .cff-lightbox-closeContainer .cff-lightbox-close{display:block;padding:8px;cursor:pointer;line-height:1}.cff-lightbox-sidebar .cff-lightbox-closeContainer .cff-lightbox-close:hover{color:#000}.cff-lightbox-video{display:none;position:absolute;z-index:999;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width: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}.cff-has-video .cff-lightbox-video{display:block}#cff-lightbox-wrapper.cff-has-video .cff-lightbox-image{display:none !important;*display:block !important;}.cff-has-video .cff-lightbox-outerContainer{min-width:640px;min-height:360px}.cff-has-video .cff-lightbox-dataContainer{min-width:640px}.cff-has-video.cff-enable-lb-comments .cff-lightbox-outerContainer,.cff-has-video.cff-enable-lb-comments .cff-lightbox-dataContainer{min-width:0;min-height:0}@media all and (max-width:640px){.cff-has-video .cff-lightbox-outerContainer{min-width:100%;min-height:auto}.cff-has-video .cff-lightbox-dataContainer{min-width:100%}#cff.cff-width-resp{width:100% !important}.cff-lightbox-nav a.cff-lightbox-prev{width:25px;left:-25px}.cff-lightbox-nav a.cff-lightbox-next{width:25px;right:-25px}.cff-lightbox-nav span{left:0}.cff-lightbox-nav a.cff-lightbox-prev span{background-position:-108px 0;background-size:650%;width:20px;height:30px}.cff-lightbox-nav a.cff-lightbox-next span{background-position:-84px 0;background-size:650%;width:20px;height:30px}.cff-lightbox-thumbs a{border:none}.cff-lightbox-thumbs a:hover,.cff-lightbox-thumbs a:focus,.cff-lightbox-thumbs .cff-selected,.cff-lightbox-thumbs .cff-selected:hover,.cff-lightbox-thumbs .cff-selected:focus{box-shadow:inset 0 0 0 4px rgba(0,0,0,.5);border:none}}#cff-lightbox-wrapper iframe{display:none;position:absolute;z-index:999;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:100%}#cff-lightbox-wrapper.cff-has-iframe iframe{display:block}#cff-lightbox-wrapper.cff-has-iframe .cff-lightbox-image{min-width:500px;display:none !important}#cff .cff-media-overlay{position:absolute;z-index:5;top:0;left:0;right:0;bottom:0;width:100%;height:100}#cff.cff-all-reviews .cff-review{display:none}#cff .cff-review .cff-reviewer-name{padding-right:8px;margin-left:0 !important}#cff .cff-review .cff-author .cff-author-text .cff-rating{float:none;display:inline-block;margin:0 0 5px !important;padding:3px 6px;height:auto;background:#5890ff;color:#fff;line-height:.9;white-space:nowrap;-moz-border-radius:100px;-webkit-border-radius:100px;border-radius:100px}#cff .cff-review .cff-rating span.cff-rating-num,#cff .cff-review .cff-rating span.cff-star{margin:0 2px 0 4px !important;padding:0;height:auto;display:inline-block;vertical-align:top;line-height:1;color:#fff;font-weight:400}#cff .cff-review .cff-rating span.cff-star{margin:0 2px 0 0 !important}#cff .cff-review .cff-post-links{float:left}#cff .cff-load-more{display:block;float:left;clear:both;border:none;background:#eee;background:rgba(0,0,0,.05);width:100%;min-height:30px;padding:5px 0;margin:10px 0 0;position:relative;text-align:center;box-sizing:border-box;outline:none;text-decoration:none;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-transition:background .1s ease-in-out;-webkit-transition:background .1s ease-in-out;-o-transition:background .1s ease-in-out;transition:background .1s ease-in-out}#cff .cff-load-more:hover{background:#ddd;background:rgba(0,0,0,.1);text-decoration:none;-moz-transition:background .1s ease-in-out;-webkit-transition:background .1s ease-in-out;-o-transition:background .1s ease-in-out;transition:background .1s ease-in-out}#cff .cff-load-more.cff-loading span{-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}#cff .cff-load-more.cff-loading span{filter:alpha(opacity=0);opacity:0}#cff .cff-no-more-posts{width:100%;float:left;clear:both;display:block;min-height:30px;padding:7px 0;margin:10px 0 -1px;position:relative;box-sizing:border-box;background:rgba(255,255,255,.1);border:1px solid #ddd;text-align:center;outline:none;text-decoration:none;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}#cff .cff-loader,.cff-lightbox-loader{width:20px;height:20px;position:absolute;top:50%;left:50%;margin:-10px 0 0 -10px;background-color:none;background-color:rgba(0,0,0,.5);border-radius:100%;-webkit-animation:ctf-sk-scaleout 1s infinite ease-in-out;animation:ctf-sk-scaleout 1s infinite ease-in-out}.cff-lightbox-loader{width:30px;height:30px;margin:-15px 0 0 -15px;background-color:rgba(255,255,255,.8)}#cff .cff-comment-replies .cff-loader{width:12px;height:12px;position:absolute;top:50%;left:auto;right:-16px;margin:-6px 0 0}@-webkit-keyframes ctf-sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes ctf-sk-scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}#cff .cff-load-more.cff-disabled{cursor:default}#cff.cff-pag:not(.cff-carousel) .cff-upcoming-event,#cff.cff-pag.cff-masonry.cff-masonry-css .cff-item.cff-upcoming-event,#cff.cff-pag.cff-masonry.cff-masonry-css.masonry-2-desktop .cff-item.cff-upcoming-event,#cff.cff-pag.cff-masonry.cff-masonry-css.masonry-4-desktop .cff-item.cff-upcoming-event,#cff.cff-pag.cff-masonry.cff-masonry-css.masonry-5-desktop .cff-item.cff-upcoming-event,#cff.cff-pag.cff-masonry.cff-masonry-css.masonry-6-desktop .cff-item.cff-upcoming-event{display:none}#cff .cff-poster{padding:0 !important;margin:0 !important;width:100% !important}.cff-lightbox-wrapper.cff-enable-lb-comments .cff-lightbox-outerContainer{position:relative;padding-right:300px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.cff-lightbox-wrapper.cff-enable-lb-comments .cff-lightbox-sidebar{width:300px;position:absolute;top:0;right:-300px;height:100%;bottom:0;background:#fff;line-height:1.4;overflow:hidden;overflow-y:auto;text-align:left;border-radius:0 3px 3px 0}.cff-lightbox-wrapper.cff-enable-lb-comments.cff-has-thumbs .cff-lightbox-sidebar{border-radius:0 3px 0 0}#cff-lightbox-wrapper .cff-comments-box,#cff-lightbox-wrapper .cff-comments-box.cff-no-comments{display:block !important;width:90%;margin:0 5% 15px}#cff-lightbox-wrapper .cff-comment{display:block !important}#cff-lightbox-wrapper .cff-comments-box p{text-align:left}#cff-lightbox-wrapper .cff-lightbox-sidebar-content{padding:15px 20px}#cff-lightbox-wrapper p.cff-comment-likes{padding-right:10px;line-height:16px}#cff .cff-likes-this-text,#cff-lightbox-wrapper .cff-likes-this-text{display:inline;min-height:20px;line-height:20px}#cff-lightbox-wrapper .cff-likes-this-text.cff-long{display:inline-block;float:left;clear:both;margin-top:4px;line-height:16px}#cff .cff-liker-one-name,#cff-lightbox-wrapper .cff-liker-one-name{margin-left:8px}.cff-screenreader{text-indent:-9999px !important;display:block !important;width:0 !important;height:0 !important;line-height:0 !important}#cff .cff-linebreak{display:block;height:5px}#cff .cff-cta-link a{display:inline-block;padding:5px 15px;border:1px solid #eee;border:1px solid rgba(0,0,0,.1);border-radius:3px;background:rgba(0,0,0,.02)}#cff .cff-cta-link a:hover{background:#f9f9f9;background:rgba(0,0,0,.03);text-decoration:none}#cff .cff-link-slider{position:relative;overflow:hidden;width:100%;margin:0 auto 10px auto}#cff.cff-thumb-layout .cff-link-slider,#cff.cff-half-layout .cff-link-slider{float:left}#cff .cff-link-slider .cff-link-slider-slides{position:relative;left:0;float:left;margin:0;padding:0;list-style:none;-webkit-transition:all .2s ease}#cff .cff-link-slider .cff-link-slider-item{position:relative;display:block;float:left;margin:0;padding:0;text-align:center}#cff .cff-link-slider .cff-link-slider-item img{display:block;margin:0 auto}#cff .cff-link-slider .cff-slider-next,#cff .cff-link-slider .cff-slider-prev{position:absolute;top:50%;z-index:999;display:block;width:12px;height:20px;margin-top:-17px;background:#f9f9f9;color:#333;text-decoration:none;font-weight:600;font-size:16px;cursor:pointer;box-shadow:0 0 0 1px rgba(0,0,0,.1);-webkit-transition:all .1s ease;-webkit-box-sizing:unset;-moz-box-sizing:unset;box-sizing:unset}#cff .cff-link-slider .cff-slider-prev{left:-1px;display:none;border-radius:0 2px 2px 0;padding:6px 7px 6px 5px}#cff .cff-link-slider .cff-slider-next{right:-1px;border-radius:2px 0 0 2px;padding:6px 5px 6px 7px}#cff .cff-link-slider .cff-slider-next:hover,#cff .cff-link-slider .cff-slider-prev:hover{margin-top:-19px;color:#000;box-shadow:0 0 8px 2px rgba(0,0,0,.2);-webkit-transition:all .1s ease}#cff .cff-link-slider .cff-slider-prev:hover{padding:8px 9px 8px 5px}#cff .cff-link-slider .cff-slider-next:hover{padding:8px 5px 8px 9px}#cff .cff-link-slider .cff-slider-next:active,#cff .cff-link-slider .cff-slider-next:focus,#cff .cff-link-slider .cff-slider-prev:active,#cff .cff-link-slider .cff-slider-prev:focus{outline:none}#cff .cff-link-slider .cff-slider-next .fa,#cff .cff-link-slider .cff-slider-prev .fa{position:absolute;top:50%;margin-top:-8px;height:16px;padding:0;line-height:1}#cff.cff-masonry{box-sizing:border-box}#cff.cff-masonry .cff-item:first-child,#cff.cff-masonry .cff-item{padding-top:20px;margin-top:0}#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-likebox{float:none;display:inline-block;width:30.3%;margin:0 1.5%;margin-bottom:20px}#cff.cff-masonry.cff-opaque-comments .cff-item{z-index:1}#cff.cff-masonry.masonry-2-desktop .cff-item{width:47%;margin:0 1.5%}#cff.cff-masonry.masonry-4-desktop .cff-item{width:22%;margin:0 1.5%}#cff.cff-masonry.masonry-5-desktop .cff-item{width:17%;margin:0 1.5%}#cff.cff-masonry.masonry-6-desktop .cff-item{width:13.516%;margin:0 1.5%}#cff.cff-masonry .cff-comments-box{position:relative;z-index:999}#cff.cff-masonry .cff-comment-attachment,#cff.cff-masonry .cff-comment-replies-box{max-width:100%}#cff.cff-masonry .cff-load-more{display:block;float:left;clear:both}@media (max-width:780px){#cff.cff-masonry .cff-item,#cff.cff-masonry.masonry-2-desktop .cff-item,#cff.cff-masonry.masonry-4-desktop .cff-item,#cff.cff-masonry.masonry-5-desktop .cff-item,#cff.cff-masonry.masonry-6-desktop .cff-item,#cff.cff-masonry .cff-likebox{width:100%;margin:0}#cff.cff-masonry.masonry-2-mobile .cff-item{width:47%;margin-left:1.5%;margin-right:1.5%}}#cff.cff-masonry.cff-masonry-css{width:100%;overflow:hidden;margin-bottom:20px}#cff.cff-masonry.cff-masonry-css .cff-posts-wrap{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;-webkit-column-fill:auto;column-fill:unset;-webkit-column-count:3;-moz-column-count:3;column-count:3;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-2-desktop .cff-posts-wrap{-webkit-column-count:2;-moz-column-count:2;column-count:2;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-4-desktop .cff-posts-wrap{-webkit-column-count:4;-moz-column-count:4;column-count:4;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-5-desktop .cff-posts-wrap{-webkit-column-count:5;-moz-column-count:5;column-count:5;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-6-desktop .cff-posts-wrap{-webkit-column-count:6;-moz-column-count:6;column-count:6;margin:0}#cff.cff-masonry.cff-masonry-css .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-2-desktop .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-4-desktop .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-5-desktop .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-6-desktop .cff-item,#cff.cff-masonry.cff-masonry-css .cff-likebox{float:none;display:inline-block;width:100%;margin:0 0 12px}#cff.cff-masonry.cff-masonry-css .cff-likebox{width:99.5%}#cff.cff-masonry.cff-masonry-css .cff-load-more{margin:0 0 10px;position:relative;bottom:0}@media only screen and (max-width:780px){#cff.cff-masonry.cff-masonry-css .cff-posts-wrap,#cff.cff-masonry.cff-masonry-css.masonry-2-desktop .cff-posts-wrap,#cff.cff-masonry.cff-masonry-css.masonry-4-desktop .cff-posts-wrap,#cff.cff-masonry.cff-masonry-css.masonry-5-desktop .cff-posts-wrap,#cff.cff-masonry.cff-masonry-css.masonry-6-desktop .cff-posts-wrap{-webkit-column-count:1;-moz-column-count:1;column-count:1}#cff.cff-masonry.cff-masonry-css.masonry-2-mobile .cff-posts-wrap{-webkit-column-count:2;-moz-column-count:2;column-count:2;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-2-mobile .cff-posts-wrap .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-2-mobile .cff-posts-wrap{width:100%}}#cff.cff-disable-masonry{height:auto !important}#cff.cff-disable-masonry .cff-item,#cff.cff-disable-masonry .cff-likebox{position:relative !important;top:auto !important}
div.wpcf7{margin:0;padding:0}div.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);height:1px;width:1px;margin:0;padding:0;border:0}div.wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid red}div.wpcf7-mail-sent-ok{border:2px solid #398f14}div.wpcf7-mail-sent-ng,div.wpcf7-aborted{border:2px solid red}div.wpcf7-spam-blocked{border:2px solid orange}div.wpcf7-validation-errors,div.wpcf7-acceptance-missing{border:2px solid #f7e700}.wpcf7-form-control-wrap{position:relative}span.wpcf7-not-valid-tip{color:red;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip span.wpcf7-not-valid-tip{position:absolute;top:20%;left:20%;z-index:100;border:1px solid red;background:#fff;padding:.2em .8em}span.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}span.wpcf7-list-item-label:before,span.wpcf7-list-item-label:after{content:" "}.wpcf7-display-none{display:none}div.wpcf7 .ajax-loader{visibility:hidden;display:inline-block;background-image:url(data:image/gif;base64,R0lGODlhEAAQAPQAAP///3d3d/r6+pSUlL29vXp6eouLi+jo6NDQ0IKCgrW1ta2trfDw8MfHx+Dg4J2dnaSkpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFUCAgjmRpnqUwFGwhKoRgqq2YFMaRGjWA8AbZiIBbjQQ8AmmFUJEQhQGJhaKOrCksgEla+KIkYvC6SJKQOISoNSYdeIk1ayA8ExTyeR3F749CACH5BAkKAAAALAAAAAAQABAAAAVoICCKR9KMaCoaxeCoqEAkRX3AwMHWxQIIjJSAZWgUEgzBwCBAEQpMwIDwY1FHgwJCtOW2UDWYIDyqNVVkUbYr6CK+o2eUMKgWrqKhj0FrEM8jQQALPFA3MAc8CQSAMA5ZBjgqDQmHIyEAIfkECQoAAAAsAAAAABAAEAAABWAgII4j85Ao2hRIKgrEUBQJLaSHMe8zgQo6Q8sxS7RIhILhBkgumCTZsXkACBC+0cwF2GoLLoFXREDcDlkAojBICRaFLDCOQtQKjmsQSubtDFU/NXcDBHwkaw1cKQ8MiyEAIfkECQoAAAAsAAAAABAAEAAABVIgII5kaZ6AIJQCMRTFQKiDQx4GrBfGa4uCnAEhQuRgPwCBtwK+kCNFgjh6QlFYgGO7baJ2CxIioSDpwqNggWCGDVVGphly3BkOpXDrKfNm/4AhACH5BAkKAAAALAAAAAAQABAAAAVgICCOZGmeqEAMRTEQwskYbV0Yx7kYSIzQhtgoBxCKBDQCIOcoLBimRiFhSABYU5gIgW01pLUBYkRItAYAqrlhYiwKjiWAcDMWY8QjsCf4DewiBzQ2N1AmKlgvgCiMjSQhACH5BAkKAAAALAAAAAAQABAAAAVfICCOZGmeqEgUxUAIpkA0AMKyxkEiSZEIsJqhYAg+boUFSTAkiBiNHks3sg1ILAfBiS10gyqCg0UaFBCkwy3RYKiIYMAC+RAxiQgYsJdAjw5DN2gILzEEZgVcKYuMJiEAOwAAAAAAAAAAAA==);width:16px;height:16px;border:none;padding:0;margin:0 0 0 4px;vertical-align:middle}div.wpcf7 .ajax-loader.is-active{visibility:visible}div.wpcf7 div.ajax-error{display:none}div.wpcf7 .placeheld{color:#888}div.wpcf7 input[type=file]{cursor:pointer}div.wpcf7 input[type=file]:disabled{cursor:default}div.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}
body,figure{margin:0}.entry-meta-wrapper .herald-share a:hover,.mfp-bg{opacity:.8}.fa-fw,.fa-li,.mfp-container{text-align:center}.mfp-close,a,ins{text-decoration:none}.mfp-arrow,.owl-carousel,.owl-carousel .owl-item,html{-webkit-tap-highlight-color:transparent}.herald-menu ul ul,.mfp-wrap,.owl-carousel,.owl-carousel .owl-item,.owl-carousel .owl-video-play-icon,.owl-item{-webkit-backface-visibility:hidden}.mfp-counter,.text-nowrap{white-space:nowrap}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container,img.mfp-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}.container,.container-fluid{margin-right:auto;margin-left:auto}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.container,.container-fluid{padding-left:20px;padding-right:20px}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}[role=button]{cursor:pointer}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1360px}}.row{margin-left:-20px;margin-right:-20px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:20px;padding-right:20px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1201px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.hidden,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}.hidden-lg{display:none!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}.hidden-print{display:none!important}}.fa,.fa-stack{display:inline-block}@font-face{font-family:FontAwesome;src:url(//axe.rs/wp-content/themes/herald/assets/css/../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//axe.rs/wp-content/themes/herald/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//axe.rs/wp-content/themes/herald/assets/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//axe.rs/wp-content/themes/herald/assets/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//axe.rs/wp-content/themes/herald/assets/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//axe.rs/wp-content/themes/herald/assets/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body .mejs-controls .mejs-button button:before,html{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-stack,.mfp-container:before,.mfp-content,img{vertical-align:middle}.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{float:right}.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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-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}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-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,a.herald-popup-img:after{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,.herald-pagination .prev: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-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-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,.fa-resistance: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,.fa-battery: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"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.mfp-container:before,.mfp-figure:after{content:''}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{width:100%;height:100%}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;filter:alpha(opacity=80)}.mfp-wrap{z-index:1043;outline:0!important}.mfp-container{position:absolute;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;margin:0 auto;text-align:left;z-index:1045}.mfp-close,.mfp-preloader{text-align:center;position:absolute}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;top:50%;width:auto;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;right:0;top:0;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,.wp-caption,embed,iframe,img,img.mfp-img,object{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel{display:none;width:100%;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.noselect,.owl-carousel .owl-item{-ms-user-select:none;-webkit-touch-callout:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.herald-fake-button:hover,.herald-menu-popup-search:hover,.herald-menu-popup:hover,.herald-share-meta:hover,.herald-slider-controls .owl-next:hover,.herald-slider-controls .owl-prev:hover{cursor:pointer}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//axe.rs/wp-content/themes/herald/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-transition:scale .1s ease;-moz-transition:scale .1s ease;-ms-transition:scale .1s ease;-o-transition:scale .1s ease;transition:scale .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.herald-pagination a,.herald-sidebar a{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}img{height:auto;border:0;-ms-interpolation-mode:bicubic}.noselect{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;user-select:none}.clear{clear:both}.herald-site-content{margin:0 auto;position:relative;z-index:1;width:1400px;padding:40px 0 1px;min-height:67vh}.entry-header{margin-bottom:25px}.herald-left{float:left}.herald-right{float:right}.herald-section{margin-bottom:0}.herald-fa-wrapper,.herald-section article.herald-single:last-of-type,.herald-section article:last-child,.herald-txt-module,.herald-vertical-padding{margin-bottom:40px}.herald-authors .author-col-2{margin-bottom:20px}.herald-authors .author-col-2 img{margin-bottom:0}.herald-authors .author-col-2 .entry-content p{font-size:14px;line-height:2.1rem;padding-top:3px;margin:0}.herald-authors .author-col-3{margin-bottom:26px}.herald-authors .author-col-3 img{margin-bottom:0}.herald-authors .author-col-3 h3{margin-top:3px;line-height:2rem;margin-bottom:0}.herald-authors .author-col-3 .entry-content p{font-size:13px;line-height:1.7rem;padding-top:6px;margin-bottom:0}.herald-fa-wrapper article:last-child,.herald-module,.herald-section:last-child,.widget article:last-child{margin-bottom:0}.herald-section-row{margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px;width:75%;float:left;position:relative}.herald-sidebar{margin-bottom:30px}.herald-sidebar a{transition:all .2s ease}.alignleft{display:inline;float:left;margin-right:20px}.alignright{display:inline;float:right;margin-left:20px}.aligncenter{clear:both;display:block;margin:0 auto 30px}.alignnone{margin:0 20px 30px 0}.wp-caption{position:relative}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto}.wp-caption-text{font-size:80%;line-height:1.6rem;color:#FFF;position:absolute;bottom:20px;left:0;background-color:rgba(0,0,0,.4);color:rgba(255,255,255,.8);z-index:600;max-width:30%;text-align:left;min-width:140px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;padding:10px}.mfp-title{font-size:1.3rem;color:#CCC}.herald-post-thumbnail-single:hover .wp-caption-text,.meta-media:hover .gallery-item:hover .gallery-caption,.meta-media:hover .wp-caption-text,.wp-caption:hover .wp-caption-text{background:rgba(0,0,0,.7);color:#FFF}.entry-title a{display:block;clear:both}.comment-respond a,.entry-title a,.footer-bottom .herald-copyright a{-webkit-transition:.2s ease;-o-transition:.2s ease;transition:.2s ease}.comment-reply-link,.comment-respond a,.entry-content a,.footer-bottom .herald-copyright a,.meta-category a{-moz-transition:trans-prefix(border-bottom,border-bottom .15s ease-in,moz);-ms-transition:trans-prefix(border-bottom,border-bottom .15s ease-in,ms);-webkit-transition:border-bottom .15s ease-in;-o-transition:border-bottom .15s ease-in}.comment-reply-link,.comment-respond a,.entry-content a,.footer-bottom .herald-copyright a{padding-bottom:2px;border-bottom:2px solid transparent;transition:border-bottom .15s ease-in}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.entry-content div a,.entry-content div a:hover{border-bottom:none;padding-bottom:0}.herald-mod-wrap{position:relative;width:100%}.herald-mod-wrap .herald-mod-actions,.herald-mod-wrap .herald-mod-subnav,.herald-mod-wrap .herald-mod-title{display:inline-block}.herald-mod-wrap .herald-mod-subnav-mobile,.herald-mod-wrap i.herald-sub-cat-icon{display:none}.herald-mod-wrap .herald-mod-head{position:relative;margin-bottom:20px;float:left;width:100%;clear:both}.herald-mod-wrap .herald-mod-head:after{position:absolute;content:"";height:2px;width:100%;bottom:-2px;left:0}.herald-mod-wrap .herald-mod-h{padding:4px 14px 5px;border-radius:2px 2px 0 0}.herald-mod-wrap .herald-mod-h a i{padding:0 0 0 10px;font-size:12px}.herald-mod-wrap .herald-mod-subnav{position:absolute;top:50%;margin-left:15px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.herald-mod-wrap .herald-mod-subnav a{font-size:1.4rem;line-height:2.2rem;margin-right:15px}.herald-mod-wrap .herald-mod-desc{margin-bottom:30px;float:left;width:100%;clear:both}.herald-mod-wrap .herald-mod-actions{position:absolute;right:0;bottom:4px}.herald-mod-wrap .herald-mod-actions a{font-size:1.1rem;line-height:2.4rem;text-transform:uppercase;border-radius:2px;padding:0 15px;display:inline-block;vertical-align:top;height:26px}.archive .herald-mod-desc{margin-bottom:10px}.author .herald-mod-desc,.meta-media{margin-bottom:30px}.author .herald-mod-desc p{margin-top:15px}.herald-mod-desc .avatar{margin-top:-10px}.herald-slider-controls .owl-next,.herald-slider-controls .owl-prev{text-transform:uppercase;border-radius:2px;display:inline-block;vertical-align:top;width:27px;height:27px;text-align:center;padding:0;font-size:1.6rem;line-height:2.4rem;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.herald-menu-popup,.herald-menu-popup>span{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none}.herald-slider-controls{display:inline-block;vertical-align:top;margin-left:8px;float:right}.herald-slider-controls .owl-next{margin-left:8px}.herald-slider-controls .owl-next i{margin-right:-2px}.meta-category{float:left;width:100%}.herald-pf .herald-format-icon,.herald-pf-invert .herald-format-icon{height:32px;width:32px;padding:9px 0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;border-radius:50%}.meta-category i{margin-right:7px;font-size:1.7rem;color:#f08a46}.meta-category a{display:inline-block;vertical-align:top}.sticky .entry-title a:before{content:"\f08d";font-family:FontAwesome;margin-right:8px}.herald-format-icon{font-size:14px;margin:-3px 8px 0 0;display:inline-block;text-align:center;line-height:14px;vertical-align:middle}.herald-pf-invert .herald-format-icon{color:#FFF;background:#000;margin:-5px 10px 0 0;transition:all .3s ease}.herald-pf-invert .herald-format-icon .fa-play{margin-left:3px}.herald-pf .herald-format-icon{background:#FFF;color:#000;margin:-5px 10px 0 0;transition:all .3s ease}.herald-post-thumbnail{position:relative;text-align:center;background-color:rgba(0,0,0,.05)}.herald-post-thumbnail .herald-format-icon{color:#FFF;position:absolute;top:50%;background:rgba(0,0,0,.5);left:50%;border-radius:50%;text-align:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.herald-post-thumbnail:hover .herald-format-icon{background:rgba(0,0,0,.8)}.herald-format-icon-big .herald-format-icon{width:80px;height:80px;font-size:26px;line-height:26px;padding:25px 15px;margin-top:-40px;margin-left:-40px;border:3px solid #FFF}.herald-format-icon-big .herald-format-icon .fa-play{margin-left:7px}.herald-format-icon-middle .herald-format-icon{width:60px;height:60px;padding:19px 18px;font-size:18px;line-height:18px;margin-top:-30px;margin-left:-30px;border:2px solid #FFF}.herald-format-icon-middle .herald-format-icon .fa-play{margin-left:5px}.herald-format-icon-small .herald-format-icon{width:40px;height:40px;font-size:15px;line-height:15px;margin-top:-20px;margin-left:-20px;padding:11px 5px;border:2px solid #FFF}.herald-format-icon-small .herald-format-icon .fa-play{margin-left:3px}.herald-lay-a3 .herald-post-thumbnail .herald-format-icon{position:relative;top:initial;left:initial;color:#FFF;background:#000;border:none}.herald-load-more a,.herald-pagination .herald-next a,.herald-pagination .herald-prev a,.herald-pagination .page-numbers{display:inline-block;font-size:1.4rem;line-height:2.8rem;height:40px;border-radius:2px;text-transform:uppercase;min-width:40px}.herald-pagination{float:left;width:100%;position:relative;border-top:1px solid;padding-top:35px;text-align:center;margin-bottom:35px}.herald-pagination .page-numbers{padding:5px}.herald-pagination .page-numbers.dots:hover{background:0 0}.herald-pagination .next,.herald-pagination .prev{position:absolute;top:35;padding:5px 10px;width:186px}.herald-pagination .prev{left:0}.herald-pagination .prev:before{font-family:FontAwesome;margin-right:8px}.herald-pagination .herald-next a:after,.herald-pagination .next:after{content:"\f105";margin-left:8px;font-family:FontAwesome}.herald-pagination .next{right:0}.herald-pagination .herald-next{float:right}.herald-pagination .herald-next a{padding:5px 10px;width:186px}.herald-pagination .herald-prev{float:left}.herald-pagination .herald-prev a{padding:5px 10px;width:186px}.herald-pagination .herald-prev a:before{content:"\f104";font-family:FontAwesome;margin-right:8px}.herald-load-more{text-align:center}.herald-load-more a{padding:5px 10px;width:186px}.herald-ovrld .meta-category span{display:none}.herald-ovrld .meta-category a{margin-right:10px}.entry-header .herald-author a:before,.entry-header .herald-comments a:before,.entry-header .herald-date span:before,.entry-header .herald-modified_date span:before,.entry-header .herald-rtime:before,.entry-header .herald-time span:before,.entry-header .herald-views:before{font-family:FontAwesome;padding:0 0 3px;margin:0 5px 0 0;text-align:left;float:left}.entry-header .herald-date span:before,.entry-header .herald-modified_date span:before,.entry-header .herald-time span:before{content:"\f017"}.entry-header .herald-comments a:before{content:"\f0e6"}.entry-header .herald-author a:before{content:"\f007"}.entry-header .herald-rtime:before{content:"\f02d"}.entry-header .herald-views:before{content:"\f06e"}.entry-header .meta-small .meta-item a:before,.entry-header .meta-small .meta-item div:before,.entry-header .meta-small .meta-item span:before{margin:1px 5px 0 0}.entry-meta .meta-item{margin-right:14px}.herald-cats .entry-meta .meta-item{margin-right:0}.herald-pagination a{transition:all .2s ease;-webkit-appearance:none}.herald-sticky-header-visible .entry-meta-wrapper-sticky.is_stuck,.herald-sticky-header-visible .herald-sticky.is_stuck{top:90px}.entry-meta-wrapper-sticky.is_stuck,.herald-sticky.is_stuck{top:40px}.herald-no-pad{padding:0 15px 0 0!important}.herald-sticky .widget:last-child{margin-bottom:0}.herald-image-format .herald-format-ico,.meta-media .herald-format-ico{background:rgba(0,0,0,.5);color:#FFF;border-radius:50%;display:inline-block;z-index:10;position:absolute;top:50%;left:50%;height:58px;width:58px;margin:-29px 0 0 -29px;padding:10px 0 0 2px;text-align:center;font-size:19px;line-height:36px;opacity:.8;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;border:2px solid #FFF}.gallery-icon a:after,.wp-block-gallery .blocks-gallery-item a:after,a.herald-popup-img:after{z-index:1000;left:50%;margin-top:-29px;margin-left:-29px;font-size:19px;line-height:36px;width:58px;padding:10px 0 0;border-radius:50%;color:#FFF;height:58px;font-family:FontAwesome}.meta-media:hover .herald-format-ico{opacity:1}.gallery-icon a:after,.wp-block-gallery .blocks-gallery-item a:after{content:"\f0b2";position:absolute;top:50%;opacity:0;text-align:center;background:rgba(0,0,0,.5);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border:2px solid #FFF}.herald-sticky-prev a,a.herald-popup-img:after{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.gallery-icon:hover a:after,.wp-block-gallery .blocks-gallery-item:hover a:after{opacity:1}.gallery-columns-5 .gallery-icon a:after,.gallery-columns-6 .gallery-icon a:after,.gallery-columns-7 .gallery-icon a:after,.gallery-columns-8 .gallery-icon a:after,.gallery-columns-9 .gallery-icon a:after{display:none}a.herald-popup-img{position:relative;border-bottom:0}a.herald-popup-img:after{position:absolute;top:50%;opacity:0;text-align:center;background:rgba(0,0,0,.5);-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border:2px solid #FFF}a.herald-popup-img:hover{border-bottom:0!important}a.herald-popup-img:hover:after{opacity:1}.wp-caption a.herald-popup-img{display:block}a.herald-popup-img.aligncenter{text-align:center}.meta-media{position:relative;min-height:90px}.single-format-gallery .meta-media{margin-left:-10px;margin-right:-10px;margin-bottom:10px}.gallery-item{display:inline-block;padding:0 10px 20px;text-align:center;vertical-align:top;width:100%;margin:0;position:relative}.gallery-columns-1.owl-carousel,.wp-block-gallery.columns-1{padding:0;margin-bottom:30px}.gallery-columns-1 .gallery-item{padding:0;width:100%}.gallery-columns-1 .owl-nav>div,.wp-block-gallery.columns-1 .owl-nav>div{position:absolute;text-align:center;color:#FFF;opacity:0;background:rgba(0,0,0,.5);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border-radius:50%;border:2px solid #FFF}.gallery-columns-1 .owl-nav,.wp-block-gallery.columns-1 .owl-nav{display:block;position:absolute;width:100%;z-index:800;top:50%;margin-top:-29px}.gallery-caption,.mfp-arrow:after{display:none}.gallery-columns-1 .owl-nav>div:hover,.wp-block-gallery.columns-1 .owl-nav>div:hover{background:rgba(0,0,0,.7)}.gallery-columns-1 .owl-nav .owl-prev,.wp-block-gallery.columns-1 .owl-nav .owl-prev{left:30px;opacity:1;padding-right:1px}.gallery-columns-1 .owl-nav .owl-next,.wp-block-gallery.columns-1 .owl-nav .owl-next{right:30px;opacity:1;padding-left:4px}.header-middle .hel-c,.header-middle .hel-l,.header-middle .hel-r,.herald-infinite-scroll a,.herald-loader-active{opacity:0}.gallery-columns-1 .owl-nav>div,.wp-block-gallery.columns-1 .owl-nav>div{width:58px;height:58px;padding:12px 0;font-size:2.8rem;line-height:2.6rem}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-icon img{margin:0 auto}.gallery-icon .herald-popup{position:relative;float:left;outline:0;width:100%}.meta-media:hover .gallery-item .gallery-caption{background-color:rgba(0,0,0,.4);color:rgba(255,255,255,.8)}.mfp-arrow-left,.mfp-arrow-right{font-family:FontAwesome;color:#FFF;font-size:3rem}.mfp-arrow-left:before{content:"\f053";border:none}.mfp-arrow-right:before{content:"\f054";border:none}.owl-carousel{padding:0;margin:0;overflow:hidden}.gallery-columns-1.owl-carousel .owl-stage-outer,.wp-block-gallery.columns-1.owl-carousel .owl-stage-outer{margin:0 10px}.owl-item{-webkit-transform:translateZ(0) scale(1,1)}.owl-carousel .owl-item img{height:auto}.owl-carousel article{margin-bottom:0}.meta-media iframe[src*="soundcloud.com"]{position:absolute;bottom:30px;max-height:150px;padding:0 30px;z-index:1;width:100%}.entry-content .herald-search-form,.herald-mod-desc .herald-search-form{width:100%;float:left;padding:30px;margin-bottom:10px}.entry-content .herald-search-input,.herald-mod-desc .herald-search-input{background-color:#fff;border:1px solid inherit;height:50px;width:81%;float:left;font-style:italic;font-size:1.6rem;padding:11px;font-weight:400}.entry-content .herald-search-submit:after,.herald-mod-desc .herald-search-submit:after{font-family:FontAwesome;content:"\f002"}.entry-content .herald-search-submit,.herald-mod-desc .herald-search-submit{display:inline-block;font-size:1.8rem;text-transform:uppercase;line-height:2.8rem;font-weight:600;min-width:40px;height:50px;padding:5px 10px;border-radius:2px;width:18%;border:none;margin-left:1%;text-align:center}.blocks-gallery-item figure a,.blocks-gallery-item figure a:hover{border:none}body .format-video .meta-media .wp-audio-shortcode,body .format-video .meta-media .wp-playlist-current-item,body .format-video .meta-media .wp-playlist-item,body .format-video .meta-media .wp-playlist-item:last-child,body .format-video .meta-media .wp-playlist-tracks,body .has-post-thumbnail .meta-media .wp-audio-shortcode,body .has-post-thumbnail .meta-media .wp-playlist-current-item,body .has-post-thumbnail .meta-media .wp-playlist-item,body .has-post-thumbnail .meta-media .wp-playlist-item:last-child,body .has-post-thumbnail .meta-media .wp-playlist-tracks{border-color:rgba(0,0,0,.18)}body .mejs-container{background:0 0}body .mejs-container.mejs-container-fullscreen{background:#000}body .mejs-container.wp-audio-shortcode{height:90px!important}body .format-video .meta-media .mejs-container .mejs-controls,body .format-video .meta-media .mejs-embed,body .format-video .meta-media .mejs-embed body,body .has-post-thumbnail .meta-media .mejs-container .mejs-controls,body .has-post-thumbnail .meta-media .mejs-embed,body .has-post-thumbnail .meta-media .mejs-embed body{background:#FFF}body .format-video .meta-media .wp-playlist-light,body .has-post-thumbnail .meta-media .wp-playlist-light{background:0 0;color:rgba(0,0,0,.73)}body .format-video .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,body .format-video .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-float,body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-loaded,body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-total,body .has-post-thumbnail .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,body .has-post-thumbnail .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-float,body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-loaded,body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(0,0,0,.18)}body .format-video .meta-media .mejs-container .mejs-controls .mejs-time span,body .has-post-thumbnail .meta-media .mejs-container .mejs-controls .mejs-time span{color:rgba(0,0,0,.73)}body .format-video .meta-media .mejs-controls .mejs-button,body .format-video .meta-media .mejs-controls .mejs-button button,body .format-video .meta-media .wp-playlist-current-item .wp-playlist-item-title,body .format-video .meta-media .wp-playlist-playing,body .has-post-thumbnail .meta-media .mejs-controls .mejs-button,body .has-post-thumbnail .meta-media .mejs-controls .mejs-button button,body .has-post-thumbnail .meta-media .wp-playlist-current-item .wp-playlist-item-title,body .has-post-thumbnail .meta-media .wp-playlist-playing{color:rgba(0,0,0,.88)}body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-float-corner,body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-float-corner{border-top-color:rgba(0,0,0,.18)}body .format-video .meta-media div.mejs-container.wp-audio-shortcode,body .has-post-thumbnail .meta-media div.mejs-container.wp-audio-shortcode{width:80%!important;top:50%;z-index:100;position:absolute;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;left:50%}body .format-video .meta-media .mejs-container *,body .has-post-thumbnail .meta-media .mejs-container *{color:#333;font-weight:700}body .format-video .meta-media div.mejs-container .mejs-controls{bottom:30px;left:30px;right:30px;width:94%}div.mejs-container .mejs-controls{height:90px}body .herald-entry-content .mejs-container.wp-audio-shortcode{margin:30px auto}div.mejs-controls div.mejs-time-rail{padding-top:37px}.mejs-container *{color:#FFF;font-weight:700}div.mejs-container .mejs-controls .mejs-time{padding-top:42px}body .wp-video{width:100%!important}.me-plugin{position:absolute}body .mejs-container .mejs-controls .mejs-button.mejs-playpause-button{margin-left:20px;margin-right:20px;text-align:center}body .mejs-container .mejs-controls .mejs-button.mejs-volume-button{margin-left:0;margin-right:10px;text-align:center}body .mejs-container .mejs-controls .mejs-button button{background:0 0;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;height:32px;width:32px;outline:0}body .mejs-controls a.mejs-horizontal-volume-slider{margin:32px 20px 0 0}body .mejs-container .mejs-controls .mejs-time-float-corner{top:100%}body .mejs-controls .mejs-button button:before{display:inline-block;font-size:21px;font-style:normal;font-weight:400;line-height:1.4;position:absolute;top:0;right:0;bottom:0;left:0;text-align:center;text-decoration:inherit;text-transform:none;vertical-align:top;speak:none}body .mejs-controls .mejs-play button:before{font-family:FontAwesome;content:"\f04b"}body .mejs-controls .mejs-pause button:before{font-family:FontAwesome;content:"\f04c "}body .mejs-controls .mejs-volume-button button:before{font-family:FontAwesome;content:"\f027"}body .mejs-controls .mejs-volume-button.mejs-unmute button:before{font-family:FontAwesome;content:"\f026"}body .wp-playlist{border:none;font-size:18px;font-size:1.8rem;line-height:1.77777778;margin:1.777em 0 3.5em;padding:0}body .wp-playlist .wp-playlist-current-item img{margin-right:20px;max-width:70px}body .wp-playlist-caption,body .wp-playlist-item-title{font-size:18px;font-size:1.8rem;line-height:1.77777778}body .wp-playlist-current-item{border-bottom:1px solid;height:auto;margin-bottom:0;padding-bottom:.55555556em}body .wp-playlist-current-item .wp-playlist-item-title,body .wp-playlist-playing{font-weight:700}.meta-category a,.nobold,caption,td,th{font-weight:400}body .wp-playlist-tracks{border-top:1px solid;margin:0}body .wp-playlist-item{padding:.55555556em}body .wp-playlist-item:last-child{border-bottom:1px solid}body .wp-playlist-item-length{top:auto;right:.55555556em;bottom:.66666667em}body .wp-playlist-item-artist{display:block}body .mejs-controls .mejs-time-rail .mejs-time-float{border:none}body .mejs-controls .mejs-fullscreen-button button:before{font-family:FontAwesome;content:"\f065"}body .mejs-container .mejs-controls .mejs-button{position:relative;margin:32px 18px 0 0}.herald-ad{width:970px;margin:30px auto;text-align:center}.meta-ad,.row .herald-ad{margin:0 auto 30px}.meta-ad img{-o-object-fit:cover;object-fit:cover}.archive .herald-site-header .row .herald-ad,.herald-site-header .row .herald-ad,.single .herald-site-header .row .herald-ad{margin:0 auto;background-color:transparent;border:none}.herald-entry-content .fb_iframe_widget,.herald-entry-content iframe{margin-bottom:30px}.single .herald-entry-content .herald-ad{margin:40px auto;padding:35px 0;width:100%;text-align:center;border-radius:2px}.archive .herald-posts .herald-ad{margin:0 20px 40px;padding:35px 0;width:100%;text-align:center;border-radius:2px}.single .herald-entry-content .herald-ad-above-single{border:none!important;margin:0 auto 30px;padding:0}.herald-read-more{font-size:1.2rem;line-height:2.6rem;text-transform:uppercase;border-radius:2px;border:1px solid;padding:5px 20px;display:inline-block;vertical-align:top;text-align:center;margin-top:16px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.herald-gray-area{border-radius:2px}.herald-loader{display:none;position:absolute;top:46px;left:50%;margin:0 auto 0 -35px;font-size:11px}.spinner{margin:0 auto;width:70px;text-align:center}.text-left,caption,td,th{text-align:left}.spinner>div{width:18px;height:18px;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}#wpstats,.more-link{display:none}.spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}.herald-breadcrumbs{border-bottom:1px solid;font-size:1.4rem;line-height:2.4rem;margin:-40px 40px 40px;padding:12px 0}.herald-boxed .herald-breadcrumbs{margin:-40px 0 40px;padding:12px 20px}.entry-meta .herald-reviews .wp-review-show-total>div{margin:-1px 0 0}[class*=" mts-icon-"]:before,[class^=mts-icon-]:before{margin:0;width:auto}.entry-meta .review-total-star{margin:-1px 0 0}.entry-meta .review-result-wrapper i{font-size:1.4rem}.entry-meta .review-type-percentage .review-total-box:before,.entry-meta .review-type-point .review-total-box:before,.entry-meta .wp-review-total-percentage:before,.entry-meta .wp-review-total-point:before{font-family:FontAwesome;content:"\f005";padding:0 0 3px;margin:0 5px 0 0;text-align:left;float:left}.entry-meta .percentage-icon{top:0;font-size:inherit}@-webkit-keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.herald-nav-toggle{width:30px;font-size:3rem;line-height:2.6rem;display:none;padding:12px 0;position:absolute}.error,.success,select,table{width:100%}.herald-header-sticky .herald-nav-toggle{padding:0}.mks_pullquote{border-radius:2px}.entry-content a.mks_ico,.entry-content a.mks_ico:hover{border-bottom:none!important}.ie .herald-lay-a3 .herald-lay-over{top:auto}.ie .herald-fa-1 .herald-fa-item,.ie .herald-fa-2 .herald-fa-item{-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.herald-author .coauthors:before{font-family:FontAwesome;content:'\f007'}.herald-author .coauthors .vcard.author a:before,.herald-author .coauthors .vcard.author:last-child a:after{content:none}.herald-author .coauthors .vcard.author a{margin-left:5px}.herald-author .coauthors .vcard.author a:after{content:',';padding:0}.herald-author .coauthors.couauthors-icon:before{content:'\f0c0'}.entry-meta-wrapper .meta-item.herald-author .coauthors:before{font-size:3rem;display:block;margin-bottom:17px}.entry-meta-wrapper .meta-item.herald-author .coauthors .vcard.author a{margin-left:0}.entry-meta-wrapper .meta-item.herald-author .coauthors .vcard.author a:before{content:none}.entry-meta-wrapper .meta-item.herald-author .coauthors .vcard.author a:after{content:none;padding:0}.entry-meta-wrapper .co-author{margin-bottom:20px}.entry-meta-wrapper .co-author:last-child{margin-bottom:0}.herald-entry-content .herald-author .herald-socials-actions{margin-top:-10px}.herald-entry-content .herald-author .herald-socials-actions .herald-mod-actions{display:inline-block}.herald-entry-content .herald-author .herald-socials-actions .herald-mod-actions a{border:1px solid rgba(68,68,68,.2);font-size:1.1rem;text-transform:uppercase;border-radius:2px;padding:0 15px;display:inline-block;vertical-align:top;height:26px}.mks_dropcap.mks_dropcap_rounded,pre{border-radius:2px}.herald-entry-content .herald-author .herald-socials-actions .herald-mod-subnav{display:inline-block;margin-left:5px}.herald-entry-content .herald-author .herald-socials-actions .herald-mod-subnav a{margin-left:10px}.herald-entry-content .herald-shadow{margin:40px 0 30px}html{font-size:62.5%;text-rendering:optimizeLegibility}body.chrome{text-rendering:auto}body{line-height:1.6;-ms-word-wrap:break-word;word-wrap:break-word}.h1,.herald-no-sid .herald-posts .h2,h1{line-height:1.25}.h2,.herald-no-sid .herald-posts .h3,h2{line-height:1.27}.h3,.herald-no-sid .herald-posts .h4,h3{line-height:1.29}.h4,.herald-no-sid .herald-posts .h5,h4{line-height:1.4}.h5,.herald-no-sid .herald-posts .h6,h5{line-height:1.42}.h6,.herald-no-sid .herald-posts .h7,h6{line-height:1.44}.h7{line-height:1.36}.herald-entry-content,.herald-sidebar{line-height:1.625}h1,h2,h3,h4,h5,h6{margin:0}.entry-content .h1,.entry-content h1{margin-bottom:2rem}.entry-content .h2,.entry-content h2{margin-bottom:1.8rem}.entry-content .h3,.entry-content h3{margin-bottom:1.4rem}.entry-content .h4,.entry-content h4{margin-bottom:1.2rem}.entry-content .h5,.entry-content h5{margin-bottom:1rem}.entry-content .h6,.entry-content h6{margin-bottom:.8rem}.entry-content ul{padding-left:20px}.entry-content ol{padding-left:24px}.entry-content ol li,.entry-content ul li{margin-bottom:1rem}.entry-content .entry-headline{margin-bottom:3rem}.entry-title a:hover{text-decoration:none}.herald-entry-content ol,.herald-entry-content p,.herald-entry-content ul{margin:0 0 3rem}p{margin:0 0 1.5rem}table{border-collapse:separate;border-spacing:0;border-top:1px solid;border-left:1px solid;margin-bottom:30px}td,th{padding:10px 15px;border-bottom:1px solid;border-right:1px solid}code{vertical-align:bottom}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}ol,ul{margin:0}ol li,ul li{margin-bottom:1.5rem}ol ol,ol ul,ul ol,ul ul{margin-top:0;margin-bottom:0}.herald-site-header .header-top{font-size:1.3rem;font-weight:400}.meta-category{font-size:1.3rem;line-height:1.8rem}.herald-single .col-mod-single .meta-category{font-size:1.4rem;line-height:2rem}.entry-meta.meta-small,.meta-small{line-height:1.6rem}.meta-small{font-size:1.3rem}.meta-category a{text-transform:uppercase;padding-bottom:2px;border-bottom:2px solid transparent;transition:border-bottom .15s ease-in}.meta-category a:hover{border-bottom:2px solid}.entry-meta.meta-small .meta-item,.entry-meta.meta-small a,.entry-meta.meta-small span{line-height:1.6rem;margin-bottom:3px}.entry-meta{font-size:1.4rem;line-height:2.2rem}.entry-meta .meta-item{display:inline-block;vertical-align:top}.entry-meta .meta-item,.entry-meta a,.entry-meta span{font-size:1.4rem;line-height:1.8rem}.entry-meta a{padding-bottom:2px;border-bottom:2px solid transparent;-moz-transition:trans-prefix(border-bottom,border-bottom .15s ease-in,moz);-ms-transition:trans-prefix(border-bottom,border-bottom .15s ease-in,ms);-webkit-transition:border-bottom .15s ease-in;-o-transition:border-bottom .15s ease-in;transition:border-bottom .15s ease-in}.entry-meta a:hover{border-bottom:2px solid}.herald-menu{line-height:1.3;text-transform:uppercase}.header-top .herald-menu,.herald-menu li.herald-mega-menu .entry-meta{font-weight:400;text-transform:none}.header-top .herald-menu{font-size:1.3rem;line-height:1.8rem}.herald-entry-content blockquote p{text-align:center;font-size:2.2rem;line-height:3.4rem;margin:40px 0;font-style:italic}pre{padding:15px 20px;margin-bottom:30px}.header-bottom .h1,.herald-header-sticky .h1{line-height:1;font-size:2.8rem}input[type=number],input[type=text],input[type=email],input[type=url],input[type=tel],input[type=date],input[type=password],select,textarea{border:1px solid;padding:10px;outline:0;line-height:normal;width:100%;font-size:100%;margin:0;vertical-align:baseline;border-radius:2px}button{outline:0}.wpcf7-submit,input[type=submit]{display:inline-block;font-size:1.4rem;text-transform:uppercase;line-height:2.8rem;min-width:40px;height:40px;padding:5px 10px;border-radius:2px;max-width:200px;border:none;text-align:center;color:#FFF}.s2_form_widget input[type=submit]{min-width:120px}div.wpcf7-response-output{margin:0;padding:10px 20px;border:none;border-radius:2px}.error,div.wpcf7-validation-errors{color:#FFF;background:#e74c3c}.success,div.wpcf7-mail-sent-ok{color:#FFF;background:#27ae60}.error,.success{display:block;float:left;margin:0;padding:10px 20px;border-radius:2px}span.wpcf7-not-valid-tip{display:none;position:absolute;top:-8px;right:3px;left:auto;padding:6px 10px;border:none;color:#fff;background:#f1c40f}.invalid span.wpcf7-not-valid-tip{display:block}input[type=number].wpcf7-not-valid,input[type=text].wpcf7-not-valid,input[type=email].wpcf7-not-valid,input[type=url].wpcf7-not-valid,input[type=tel].wpcf7-not-valid,input[type=password].wpcf7-not-valid,textarea.wpcf7-not-valid{border-color:#f1c40f}.submit{width:31.5%;height:50px;text-align:center;border:none;color:#FFF;text-transform:uppercase}a.mks_button{border-radius:2px}.entry-content a.mks_button.mks_button_medium:hover,.entry-content a.mks_button_medium{border-bottom:none!important;padding:16px 24px;border-radius:2px}.entry-content a.mks_button.mks_button_small:hover,.entry-content a.mks_button_small{border-bottom:none!important;padding:10px 15px;border-radius:2px}.entry-content a.mks_button.mks_button_large:hover,.entry-content a.mks_button_large{border-bottom:none!important;padding:22px 36px;border-radius:2px}.herald-boxed .herald-header-sticky .container,.herald-boxed .herald-single-sticky .container,.herald-boxed .herald-site-footer .container,.herald-boxed .herald-site-header .container{width:1430px}.herald-boxed .header-trending .container{width:1440px}.herald-go-hor>*{display:inline-block;vertical-align:middle}.herald-go-ver>*{display:block;clear:both}.herald-site-header{position:relative;z-index:2}.hel-l,.hel-r{position:absolute;z-index:1001;display:table;top:0}.hel-l{left:20px}.herald-boxed .hel-l{left:15px}.herald-boxed .hel-r{right:15px}.hel-r{right:20px}.header-middle .col-lg-12,.header-top,.herald-cart-icon>a span,.herald-site-header .herald-header-wraper,.herald-site-header .herald-header-wraper-bottom,.herald-soc-nav a{position:relative}.hel-c{margin:0 auto;width:100%;text-align:center;z-index:1000;display:table}.header-middle .hel-c .herald-search-form,.header-middle .hel-c .herald-soc-nav,.header-middle .hel-c .menu,.header-top .hel-c>*{display:inline-block}.herald-site-header li,.herald-site-header ul{list-style:none;margin:0;padding:0}.herald-site-header .site-branding{text-decoration:none;margin-bottom:0;display:inline-block}.herald-site-header>div:nth-child(1){z-index:5003}.herald-site-header>div:nth-child(2){z-index:5002}.herald-site-header>div:nth-child(3){z-index:5001}.herald-site-header>div:nth-child(4){z-index:5000}.herald-cart-icon>a span{left:2px;font-size:13px}.header-top{height:40px;z-index:1002}.header-top .hel-l>*,.header-top .hel-r>*{float:left}.header-top .hel-c>*{vertical-align:top}.header-top .hel-c,.header-top .hel-l,.header-top .hel-r{line-height:4rem}.header-top .herald-soc-nav a{font-size:1.4rem;line-height:28px;height:28px;width:28px;padding:0 8px;margin:6px 0}.header-top .herald-search-input{background:rgba(255,255,255,.1);border:none;height:28px}.header-top .herald-search-form{width:auto;max-width:auto}.header-top .herald-search-form .herald-search-input{width:82px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.header-top .herald-search-form .herald-search-input:focus{width:200px}.header-top .herald-in-popup{padding:0}.header-top .herald-in-popup .herald-search-form{padding:4px 10px}.header-top .herald-in-popup .herald-search-form .herald-search-input{padding:0 40px 0 10px;width:100%}.header-top .herald-in-popup .herald-search-form{max-width:300px;width:300px}.header-top .herald-cart-icon>a,.header-top .herald-menu-popup{height:40px;margin:0}.header-middle .hel-c{max-width:100%}.header-middle .herald-menu-popup{margin:0}.header-middle .herald-in-popup{padding:0}.header-middle .herald-in-popup .herald-search-form{padding:10px;max-width:300px;width:300px}.header-middle .herald-in-popup .herald-search-form .herald-search-input{padding:0 40px 0 10px}.header-middle .herald-menu-popup>span{border-radius:2px 2px 0 0}.header-middle .herald-cart-icon>a,.header-middle .herald-menu-popup-search>span,.header-middle .herald-menu-popup>span{display:block;height:38px;padding:12px;width:38px;margin:0}.header-middle .herald-cart-icon>a{width:auto;padding:12px 9px}.header-middle .herald-soc-nav a{height:38px;width:38px;padding:6px}.header-middle .herald-search-input{height:40px}.header-middle .herald-cart-icon,.header-middle .herald-menu-popup-search{height:38px}.header-middle .herald-soc-nav.herald-in-popup a{width:100%;height:auto;padding:0}.header-middle .herald-menu-popup-search .fa{border-radius:2px}.header-middle .herald-menu-popup-search.herald-search-active .fa{border-radius:2px 2px 0 0}.header-bottom,.herald-header-sticky{height:50px}.header-bottom .hel-c>*,.header-bottom .hel-l>*,.header-bottom .hel-r>*,.herald-header-sticky .hel-c>*,.herald-header-sticky .hel-l>*,.herald-header-sticky .hel-r>*{display:inline-block;vertical-align:middle}.header-bottom .herald-search-input,.herald-header-sticky .herald-search-input{height:40px}.header-bottom .herald-in-popup,.herald-header-sticky .herald-in-popup{padding:0}.header-bottom .herald-in-popup .herald-search-form,.herald-header-sticky .herald-in-popup .herald-search-form{padding:10px;margin:0;max-width:300px;width:300px}.header-bottom .herald-in-popup .herald-search-form .herald-search-input,.herald-header-sticky .herald-in-popup .herald-search-form .herald-search-input{padding:0 40px 0 10px}.header-bottom .herald-search-form,.herald-header-sticky .herald-search-form{margin:5px 0}.header-bottom .herald-soc-nav.herald-in-popup,.herald-header-sticky .herald-soc-nav.herald-in-popup{padding:0}.header-bottom .herald-calendar,.header-bottom .site-description,.herald-header-sticky .herald-calendar,.herald-header-sticky .site-description{padding:12px 0;font-size:1.4rem}.header-bottom .herald-menu>ul>li>a,.herald-header-sticky .herald-menu>ul>li>a{padding:0 13px;line-height:50px}.header-bottom .herald-menu li,.herald-header-sticky .herald-menu li{margin:0}.header-bottom .herald-menu-popup-search>span.fa,.herald-header-sticky .herald-menu-popup-search>span.fa{height:50px;padding:16px 0 14px}.header-bottom .herald-cart-icon>a,.header-bottom .herald-menu-popup-search>span,.header-bottom .herald-menu-popup>span,.herald-header-sticky .herald-cart-icon>a,.herald-header-sticky .herald-menu-popup-search>span,.herald-header-sticky .herald-menu-popup>span{height:50px;padding:18px 0;width:40px;margin:0}.header-bottom .herald-cart-icon>a,.herald-header-sticky .herald-cart-icon>a{padding:17px 0 18px}.header-bottom .herald-soc-nav a,.herald-header-sticky .herald-soc-nav a{font-size:1.4rem;line-height:2.6rem;height:28px;width:28px;padding:2px;margin:11px 0}.herald-login .herald-in-popup .herald-avatar-logout img,.herald-login p{margin-bottom:0}.header-bottom .herald-menu,.header-bottom .herald-menu-popup,.herald-header-sticky .herald-menu,.herald-header-sticky .herald-menu-popup{margin:0}.header-bottom .site-title.h1,.herald-header-sticky .site-title.h1{font-size:2.8rem;line-height:1}.header-bottom .hel-el,.herald-header-sticky .hel-el{height:50px;position:relative}.header-bottom .site-title img,.herald-header-sticky .site-title img{max-height:50px}.herald-soc-nav{margin:0;padding:0}.herald-soc-nav li{float:left;list-style:none}.herald-soc-nav li:last-child{margin-right:0}.herald-soc-nav a:before{font-family:FontAwesome;text-decoration:none}.herald-soc-nav a{text-decoration:none;display:block;text-align:center;border-radius:2px}.header-top .herald-soc-nav a:hover{color:#FFF}.herald-social-name{opacity:0;display:none;font-size:1.3rem}.herald-soc-nav li a[href*="/feed"]::before,.herald-soc-nav li a[href*="/rss"]::before,.herald-soc-nav li a[href*=feedburner]::before{content:"\f09e"}.herald-soc-nav li a[href*="@"]::before{content:"\f0e0"}.herald-soc-nav li a[href*="codepen."]::before{content:"\f1cb"}.herald-soc-nav li a[href*="digg."]::before{content:"\f1a6"}.herald-soc-nav li a[href*="dribbble."]::before{content:"\f17d"}.herald-soc-nav li a[href*="dropbox."]::before{content:"\f16b"}.herald-soc-nav li a[href*="facebook."]::before{content:"\f09a"}.herald-soc-nav li a[href*="flickr."]::before{content:"\f16e"}.herald-soc-nav li a[href*="foursquare."]::before{content:"\f180"}.herald-soc-nav li a[href*="google."]::before{content:"\f0d5"}.herald-soc-nav li a[href*="github."]::before{content:"\f09b"}.herald-soc-nav li a[href*="instagram."]::before{content:"\f16d"}.herald-soc-nav li a[href*="linkedin."]::before{content:"\f0e1"}.herald-soc-nav li a[href*="last.fm"]::before{content:"\f202"}.herald-soc-nav li a[href*="pinterest."]::before{content:"\f0d2"}.herald-soc-nav li a[href*="reddit."]::before{content:"\f1a1"}.herald-soc-nav li a[href*="soundcloud."]::before{content:"\f1be"}.herald-soc-nav li a[href*="spotify."]::before{content:"\f1bc"}.herald-soc-nav li a[href*="stumbleupon."]::before{content:"\f1a4"}.herald-soc-nav li a[href*="tumblr."]::before{content:"\f173"}.herald-soc-nav li a[href*="twitter."]::before{content:"\f099"}.herald-soc-nav li a[href*="vimeo."]::before{content:"\f194"}.herald-soc-nav li a[href*="vine."]::before{content:"\f1ca"}.herald-soc-nav li a[href*="vk."]::before{content:"\f189"}.herald-soc-nav li a[href*="wordpress."]::before{content:"\f19a"}.herald-soc-nav li a[href*="xing."]::before{content:"\f168"}.herald-soc-nav li a[href*="youtube."]::before{content:"\f16a"}.herald-soc-nav li a[href*="medium."]::before{content:"\f23a"}.herald-soc-nav li a[href*="buysellads."]::before{content:"\f20d"}.herald-soc-nav li a[href*="behance."]::before{content:"\f1b4"}.herald-soc-nav li a[href*="slack."]::before{content:"\f198"}.herald-soc-nav li a[href*="weibo."]::before{content:"\f18a"}.herald-soc-nav li a[href*="tel:"]::before{content:"\f095";margin-right:5px}.herald-soc-nav li a[href*="/feed"]:hover,.herald-soc-nav li a[href*="/rss"]:hover{background-color:#FA9B39}.herald-soc-nav li a[href*="@"]:hover{background-color:#AAA}.herald-soc-nav li a[href*="codepen."]:hover,.herald-soc-nav li a[href*="digg."]:hover{background-color:#fff}.herald-soc-nav li a[href*="dribbble."]:hover{background-color:#ea4c89}.herald-soc-nav li a[href*="dropbox."]:hover{background-color:#007ee5}.herald-soc-nav li a[href*="facebook."]:hover{background-color:#3b5998}.herald-soc-nav li a[href*="flickr."]:hover{background-color:#ff0084}.herald-soc-nav li a[href*="foursquare."]:hover{background-color:#0732a2}.herald-soc-nav li a[href*="google."]:hover{background-color:#dd4b39}.herald-soc-nav li a[href*="github."]:hover{background-color:#4183c4}.herald-soc-nav li a[href*="instagram."]:hover{background-color:#3f729b}.herald-soc-nav li a[href*="linkedin."]:hover{background-color:#0e76a8}.herald-soc-nav li a[href*="last.fm"]:hover{background-color:#e31b23}.herald-soc-nav li a[href*="pinterest."]:hover{background-color:#c8232c}.herald-soc-nav li a[href*="reddit."]:hover{background-color:#369}.herald-soc-nav li a[href*="soundcloud."]:hover{background-color:#f50}.herald-soc-nav li a[href*="spotify."]:hover{background-color:#81b900}.herald-soc-nav li a[href*="stumbleupon."]:hover{background-color:#ff2618}.herald-soc-nav li a[href*="tumblr."]:hover{background-color:#34526f}.herald-soc-nav li a[href*="twitter."]:hover{background-color:#3cf}.herald-soc-nav li a[href*="vimeo."]:hover{background-color:#1AB7EA}.herald-soc-nav li a[href*="vine."]:hover{background-color:#00d9a3}.herald-soc-nav li a[href*="vk."]:hover{background-color:#4e729a}.herald-soc-nav li a[href*="wordpress."]:hover{background-color:#21759b}.herald-soc-nav li a[href*="xing."]:hover{background-color:#026466}.herald-soc-nav li a[href*="youtube."]:hover{background-color:#c4302b}.herald-soc-nav li a[href*="medium."]:hover{background-color:#57ad68}.herald-soc-nav li a[href*="buysellads."]:hover{background-color:#c90100}.herald-soc-nav li a[href*="behance."]:hover{background-color:#1769ff}.herald-soc-nav li a[href*="slack."]:hover{background-color:#6ecadc}.herald-soc-nav li a[href*="weibo."]:hover{background-color:#B53434}.herald-soc-nav li a[href*="tel:"] span{display:inline-block;opacity:1}.herald-soc-nav li a[href*="tel:"]{width:auto}.herald-header-sticky{position:fixed;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0);top:0;left:0;height:50px;max-height:100px;z-index:9999;width:100%;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);-o-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.herald-sticky-header-visible .herald-header-sticky{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.admin-bar.herald-sticky-header-visible .herald-header-sticky{-webkit-transform:translate3d(0,32px,0);transform:translate3d(0,32px,0)}.header-trending{padding:20px 0}.header-trending a{font-weight:400;font-size:1.3rem;line-height:1.8rem;display:block;text-align:left}.header-trending .herald-post-thumbnail{margin-right:10px;margin-bottom:0;background-color:transparent;-webkit-box-flex:0;-ms-flex:0 0 21%;flex:0 0 21%;max-width:21%}.header-trending .h6{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.header-trending .row .row{margin:0;width:100%}.header-trending .row>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-trending .row>.col-lg-2,.header-trending .row>.col-lg-3,.header-trending .row>.col-lg-4{padding-left:0;padding-right:15px}.header-trending .col-lg-4 .herald-post-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 14%;flex:0 0 14%;max-width:14%}.header-trending .col-lg-4 .h6{-webkit-box-flex:0;-ms-flex:0 0 84%;flex:0 0 84%;max-width:84%}.header-trending .col-lg-3 .herald-post-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 14%;flex:0 0 14%;max-width:14%}.header-trending .col-lg-3 .h6{-webkit-box-flex:0;-ms-flex:0 0 84%;flex:0 0 84%;max-width:84%}.header-trending .owl-item img,.header-trending img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:100%;max-height:100%}.trending-slider{max-height:100px;overflow:hidden;opacity:0}.trending-slider.owl-loaded{opacity:1}.header-slider .trending-slider .owl-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-slider .row>div{display:block}.trending-slider[data-col="4"] .herald-post-thumbnail,.trending-slider[data-col="3"] .herald-post-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 14%;flex:0 0 14%;max-width:14%}.trending-slider[data-col="4"] .h6,.trending-slider[data-col="3"] .h6{-webkit-box-flex:0;-ms-flex:0 0 84%;flex:0 0 84%;max-width:84%}.trending-slider[data-col="3"] .owl-item{width:33.33333333%;max-width:33.3333%}.trending-slider[data-col="4"] .owl-item{width:25%;max-width:25%}.trending-no-featured-image .col-lg-2,.trending-no-featured-image .col-lg-3,.trending-no-featured-image .col-lg-4,.trending-no-featured-image .owl-col{border-left:1px solid rgba(0,0,0,.1)}.header-trending .trending-no-featured-image .col-lg-2,.header-trending .trending-slider[data-col="6"].trending-no-featured-image .owl-col{padding-left:15px;padding-right:15px}.header-trending .trending-no-featured-image .col-lg-4,.header-trending .trending-slider[data-col="4"].trending-no-featured-image .owl-col{padding-left:20px;padding-right:20px}.header-trending .trending-no-featured-image .col-lg-3,.header-trending .trending-slider[data-col="3"].trending-no-featured-image .owl-col{padding-left:15px;padding-right:15px}.header-trending .trending-no-featured-image .h6{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.herald-menu-popup{-ms-user-select:none;user-select:none}.herald-menu-popup>span{float:left;height:40px;padding:13px 6px;width:28px;text-align:center;animation:hover-fade .2s linear 0s forwards;-moz-animation:hover-fade .2s linear 0s forwards;-ms-animation:hover-fade .2s linear 0s forwards;-o-animation:hover-fade .2s linear 0s forwards;-webkit-animation:hover-fade .2s linear 0s forwards;-ms-user-select:none;user-select:none}.herald-menu-popup li,.herald-menu-popup li a{width:100%;float:left;text-align:left}.herald-menu-popup-search,.herald-menu-popup-search .fa{-webkit-user-select:none;-moz-user-select:none;-webkit-touch-callout:none;-khtml-user-select:none}.herald-menu-popup:hover{color:#FFF}.herald-menu-popup li a{padding:0;margin:0;border-radius:0}.herald-menu-popup li a:before{display:inline-block;width:36px;text-align:center}.herald-menu-popup li .herald-social-name{opacity:1;display:inline-block;float:none}.herald-menu-popup .herald-in-popup a{width:100%;padding:0;margin:0}.herald-menu-popup-search{position:relative;-ms-user-select:none;user-select:none}.herald-menu-popup-search .fa{float:left;height:40px;padding:13px 0;width:28px;text-align:center;animation:hover-fade .2s linear 0s forwards;-moz-animation:hover-fade .2s linear 0s forwards;-ms-animation:hover-fade .2s linear 0s forwards;-o-animation:hover-fade .2s linear 0s forwards;-webkit-animation:hover-fade .2s linear 0s forwards;-ms-user-select:none;user-select:none}.herald-menu-popup-search:hover{color:#FFF}.herald-menu-popup-search .herald-in-popup{-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.1);box-shadow:0 2px 2px 0 rgba(0,0,0,.1);float:left;position:absolute;top:100%;left:0;z-index:99999;padding:0;text-align:left;display:none;min-width:200px;animation:hover-fade .2s linear 0s forwards;-moz-animation:hover-fade .2s linear 0s forwards;-ms-animation:hover-fade .2s linear 0s forwards;-o-animation:hover-fade .2s linear 0s forwards;-webkit-animation:hover-fade .2s linear 0s forwards}.herald-menu-popup-search .herald-in-popup a{width:100%;padding:0;margin:0}.herald-menu-popup-search .herald-in-popup li{float:left}.herald-menu-popup-search.herald-search-active .herald-in-popup{left:0;display:block}.herald-login .herald-in-popup{width:250px;max-width:250px;padding:10px 15px 15px;cursor:auto;line-height:1.6!important}.herald-login .herald-in-popup .herald-avatar-logout{float:left;margin-right:18px;padding-top:5px}.herald-login .herald-in-popup p.herald-username{margin-top:3px}.herald-login .herald-in-popup .btn-logout{display:inline-block;height:33px;line-height:33px;padding:0 15px;width:auto;margin-top:5px;text-transform:uppercase;font-size:12px;border-radius:2px}.herald-login p{line-height:2.6rem}.herald-login .herald-lost-password-link,.herald-login .herald-registration-link{text-transform:uppercase;position:relative;top:6px;font-size:12px}.herald-login .herald-registration-link{margin-right:16px}.herald-login .herald-registration-link:after{content:'';display:inline-block;width:1px;height:14px;margin-left:7px;margin-right:4px;position:relative;top:2px}.herald-login #loginform p{margin:0}.header-top .herald-login .herald-in-popup #loginform p,.herald-login #loginform .login-remember{margin-bottom:8px}.herald-login #loginform input,.herald-login #loginform label{font-size:14px}.herald-login #loginform input[type=submit]{height:35px;line-height:35px;padding:0 15px}.herald-login #loginform input[type=checkbox]{position:relative;top:2px}.herald-reverse-form{left:auto!important;right:0!important}.header-top .herald-login p{line-height:1.5rem}.header-top .herald-login .herald-lost-password-link,.header-top .herald-login .herald-registration-link{top:2px}.header-top .herald-login .herald-in-popup p.herald-username{margin-top:7px}.header-top .herald-login .herald-in-popup .btn-logout{height:30px;line-height:30px;font-size:11px;position:relative;top:9px;border-radius:2px}.header-top .herald-login .herald-in-popup #loginform .login-remember{margin-top:-3px}.header-top .herald-login .herald-in-popup #loginform input{margin-top:5px}.header-top .herald-login .herald-in-popup #loginform input[type=submit]{font-size:12px}.hel-c>*,.hel-l>*,.hel-r>*{margin:0 10px}.hel-c.herald-go-ver>*,.hel-l.herald-go-ver>*,.hel-r.herald-go-ver>*{margin:0 0 10px}.hel-c .herald-menu-popup-search,.hel-c .soc-nav,.hel-c.herald-go-ver>:last-child,.hel-l .herald-menu-popup-search,.hel-l .soc-nav,.hel-l.herald-go-ver>:last-child,.hel-r .herald-menu-popup-search,.hel-r .soc-nav,.hel-r.herald-go-ver>:last-child{margin:0}.hel-l>:first-child{margin-left:0}.hel-r>:first-child{margin-right:0}.herald-calendar .fa{margin-right:8px}.herald-mobile-nav ul{padding:0}.herald-mobile-nav ul .sub-menu{display:none}.herald-mobile-nav ul.herald-soc-nav{border-bottom:1px solid rgba(255,255,255,.15);padding-left:10px}.herald-mobile-nav ul.herald-soc-nav li{display:inline-block;width:auto;float:none;border:none}.herald-mobile-nav ul.herald-soc-nav li a{border-bottom:0;display:block;font-size:1.4rem;height:28px;width:28px;padding:4px 2px;margin:10px 0}.herald-mobile-nav nav ul li a{padding:16px 50px 15px 20px}.herald-mobile-nav li{display:block;float:none;margin-bottom:0;position:relative;width:100%;clear:both}.herald-mobile-nav .herald-mega-menu.herald-mega-menu-classic>.sub-menu>li>a,.herald-mobile-nav li a{line-height:2.1rem;font-size:1.6rem;text-transform:uppercase;padding:16px 50px 15px 20px;width:100%;display:block;clear:both;margin:0}.herald-mobile-nav li .sub-menu a{padding-left:30px}.herald-mobile-nav li a{width:100%;display:block;min-height:50px}.herald-mobile-nav .herald-soc-nav li a{min-height:0}.herald-mobile-nav .herald-mega-menu.herald-mega-menu-classic>.sub-menu>li{width:100%;display:block;padding:0;margin:0}.herald-menu-toggler{display:inline-block;padding:3px 25px;height:50px;font-size:1.8rem;line-height:4.6rem;position:absolute;right:0;top:0;border-radius:0;-webkit-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease}.herald-current-mobile-item>.herald-menu-toggler{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.mfp-zoom-out-cur .herald-header-sticky{z-index:500}.header-bottom .hel-l,.header-bottom .hel-r{top:0!important}.header-mobile-ad{margin:70px auto -28px!important}.herald-mobile-nav nav ul>.menu-item-has-children>a:after{content:''}.site-title.h1{font-size:4rem;line-height:5rem}.herald-menu ul>li>a{float:left;padding:10px 15px;-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-ms-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear}.herald-menu ul>li>ul a{transition:color .15s linear 0s,padding-left .15s linear 0s;-moz-transition:color .15s linear 0s,padding-left .15s linear 0s;-ms-transition:color .15s linear 0s,padding-left .15s linear 0s;-o-transition:color .15s linear 0s,padding-left .15s linear 0s;-webkit-transition:color .15s linear 0s,padding-left .15s linear 0s}.herald-menu ul>li>ul li:hover>a{padding-left:20px}.herald-menu li{float:left;position:relative;list-style:none}.herald-menu li:last-child{margin-right:0}.herald-menu .herald-mega-menu>a:after,.herald-menu ul>.menu-item-has-children>a:after{font-family:FontAwesome;content:"\f0d7";margin-left:7px;font-size:10px;float:right}.header-middle .herald-menu li,.header-top .herald-menu>ul>li{margin:0}.herald-menu ul ul{-webkit-box-shadow:0 1px 0 1px rgba(0,0,0,.1);box-shadow:0 1px 0 1px rgba(0,0,0,.1);float:left;position:absolute;top:100%;left:-999em;z-index:99999;padding:10px 0;text-align:left;opacity:0;-webkit-transition:opacity .3s cubic-bezier(0,.795,0,1);-moz-transition:opacity .3s cubic-bezier(0,.795,0,1);-ms-transition:opacity .3s cubic-bezier(0,.795,0,1);-o-transition:opacity .3s cubic-bezier(0,.795,0,1);transition:opacity .3s cubic-bezier(0,.795,0,1)}.herald-menu .sub-menu{width:280px}.herald-menu .sub-menu .sub-menu{padding:10px}.herald-menu .sub-menu li{display:block;margin:0;width:100%}.herald-menu .sub-menu li a{float:left;width:100%}.herald-menu .sub-menu>li.menu-item-has-children>a:after{content:"\f0da"}.herald-menu ul li:focus>ul,.herald-menu ul li:hover>ul{left:0;opacity:1}.herald-menu ul ul ul{left:-999em;top:-10px;-webkit-box-shadow:0 1px 0 1px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.1);box-shadow:0 1px 0 1px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.1)}.herald-menu ul ul li.focus>ul,.herald-menu ul ul li:hover>ul{left:100%}.herald-menu .sub-menu .sub-menu.herald-rev{left:initial;right:100%}.header-bottom .herald-menu li a{float:left}.herald-menu-popup{position:relative}.herald-menu-popup .herald-in-popup{-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.1);box-shadow:0 2px 2px 0 rgba(0,0,0,.1);float:left;position:absolute;top:100%;left:0;z-index:99999;padding:0;text-align:left;display:none;min-width:200px;animation:hover-fade .2s linear 0s forwards;-moz-animation:hover-fade .2s linear 0s forwards;-ms-animation:hover-fade .2s linear 0s forwards;-o-animation:hover-fade .2s linear 0s forwards;-webkit-animation:hover-fade .2s linear 0s forwards}.herald-menu-popup .herald-in-popup li{float:left}.hel-r .herald-menu-popup-search.herald-search-active .herald-in-popup,.hel-r .herald-menu-popup:focus .herald-in-popup,.hel-r .herald-menu-popup:hover .herald-in-popup{right:0;left:auto;display:block}.hel-c .herald-menu-popup:focus .herald-in-popup,.hel-c .herald-menu-popup:hover .herald-in-popup,.hel-l .herald-menu-popup:focus .herald-in-popup,.hel-l .herald-menu-popup:hover .herald-in-popup{left:0;display:block}.herald-site-header .herald-menu-popup .herald-search-form .herald-search-submit{display:none}.herald-header-sticky .herald-search-form,.herald-site-header .herald-search-form{position:relative;max-width:200px}.herald-header-sticky .herald-search-input,.herald-site-header .herald-search-input{font-size:1.3rem;width:100%;padding:0 30px 0 10px}.herald-lay-a .meta-category a,.herald-lay-b .meta-category a,.herald-lay-c .meta-category a,.herald-site-content .herald-related .herald-lay-c .meta-category a{font-size:1.4rem}.herald-header-sticky .herald-search-submit,.herald-site-header .herald-search-submit{background:0 0;position:absolute;right:3px;top:-2px;border:none;height:100%}.herald-header-sticky .herald-search-submit:after,.herald-site-header .herald-search-submit:after{font-family:FontAwesome;content:"\f002"}.herald-header-sticky .herald-soc-nav li,.herald-site-header .herald-soc-nav li{margin-bottom:0}.header-top .herald-menu>ul>li>a{padding:11px 10px}.header-top .herald-menu .sub-menu li a{padding:6px 12px}.header-top .herald-menu .sub-menu{width:150px;padding:0 0 4px}.header-top .hel-l .herald-menu>ul>li:first-child>a{padding:11px 10px 11px 0}.header-top .hel-r .herald-menu>ul>li:last-child>a{padding:11px 0 11px 10px}.herald-in-popup .herald-search-submit{right:15px;top:0}.header-middle .herald-menu ul>li>a{border-radius:2px}.header-middle .herald-menu ul>li.menu-item-has-children>a{border-radius:2px 2px 0 0}.header-middle .herald-menu .sub-menu{border-radius:0 2px 2px}.header-middle .herald-menu .sub-menu .sub-menu,.header-middle .herald-menu ul>li.current-menu-ancestor>a{border-radius:2px}.header-middle .herald-menu ul ul{padding:7px 0}.header-middle .herald-menu ul li>ul .sub-menu{top:-7px}.header-middle .herald-menu ul>li.current-menu-ancestor:hover>a{border-radius:2px 2px 0 0}.herald-menu li.herald-mega-menu{position:static}.herald-menu li.herald-mega-menu .sub-menu a{float:none;width:auto;padding:0}.herald-menu li.herald-mega-menu .sub-menu .entry-title a{background-color:transparent}.herald-menu li.herald-mega-menu .herald-ovrld .meta-category a{padding:4px 8px;color:#FFF}.header-middle .herald-menu ul li.herald-mega-menu.current-menu-parent a{border-radius:2px}.header-middle .herald-menu ul li.herald-mega-menu a,.header-middle .herald-menu ul li.herald-mega-menu:hover a{border-radius:2px 2px 0 0}.header-middle .hel-c .herald-menu ul li.herald-mega-menu:hover .sub-menu{left:-5px;top:90%}.herald-menu li.herald-mega-menu:hover>.sub-menu{left:-40px}.herald-boxed .herald-menu li.herald-mega-menu:hover>.sub-menu{left:0}.hel-r .herald-menu ul li.herald-mega-menu:hover .sub-menu{left:auto;right:-40px}.herald-boxed .hel-r .herald-menu ul li.herald-mega-menu:hover .sub-menu{left:auto;right:0}.herald-boxed .herald-header-sticky .hel-c .herald-menu li.herald-mega-menu:hover>.sub-menu{left:-5px}.herald-menu li.herald-mega-menu>.sub-menu{position:absolute;width:1400px;padding:0}.herald-menu li.herald-mega-menu>.sub-menu .col-lg-12{height:auto}.herald-menu li.herald-mega-menu>.sub-menu .herald-no-sid .herald-module{-webkit-box-shadow:none;box-shadow:none}.herald-menu li.herald-mega-menu .sub-menu ul{left:0;width:100%;height:100%;opacity:1;padding:0;-webkit-box-shadow:none;box-shadow:none;position:relative}.herald-menu li.herald-mega-menu .herald-module{padding-top:40px;-webkit-box-shadow:-1px 0 0 0 rgba(0,0,0,.1);box-shadow:-1px 0 0 0 rgba(0,0,0,.1);padding-left:40px;width:77%}.herald-menu li.herald-mega-menu .col-lg-3{padding-top:40px;width:23%;padding-right:40px}.herald-menu li.herald-mega-menu .col-lg-3 a{padding:10px 0;float:left;width:100%;text-transform:uppercase}.herald-menu li.herald-mega-menu .col-lg-3 a:hover{padding-left:5px}.herald-menu li.herald-mega-menu .col-lg-3 li{border-bottom:1px solid rgba(0,0,0,.1)}.herald-menu li.herald-mega-menu .col-lg-3 li:last-child{border:none}.herald-menu li.herald-mega-menu .herald-no-sid .herald-module{width:100%;padding:40px 20px 0}.herald-boxed .herald-mega-menu .container,.herald-mega-menu .sub-menu .container,.herald-site-header .herald-mega-menu .container{width:100%;padding:0 10px 0 40px;float:left}.herald-menu li.herald-mega-menu-classic .sub-menu .entry-title a{text-align:left}.herald-menu li.herald-mega-menu .sub-menu .herald-ovrld .entry-title a{text-align:center}.herald-menu li.herald-mega-menu.herald-mega-menu.herald-mega-menu-classic>.sub-menu,.herald-site-header .herald-mega-menu.menu-item-has-children>.sub-menu{display:table;table-layout:fixed;padding:0 30px}.herald-mega-menu.herald-mega-menu-classic>.sub-menu>li{display:table-cell;text-align:left;vertical-align:top}.herald-mega-menu .herald-ovrld .entry-header{margin-top:0}.herald-mega-menu.menu-item-has-children>.sub-menu>li{padding:10px}.herald-site-header .herald-mega-menu.menu-item-has-children .sub-menu ul{display:block;position:relative;width:auto;padding:0;left:0;top:0;min-height:initial;-webkit-box-shadow:none;box-shadow:none;opacity:1!important;visibility:visible!important;clear:both}.herald-mega-menu-classic>.sub-menu>li{display:table-cell;padding:20px;text-align:left;border-left:1px solid rgba(0,0,0,.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:none}.herald-mega-menu>.sub-menu>li:first-child{border-left:none}.herald-mega-menu>.sub-menu a{width:100%}.herald-mega-menu>.sub-menu li:hover>a{background:0 0!important}.herald-mega-menu-classic .sub-menu>li.menu-item-has-children>a:after{display:none;text-align:left}.herald-site-header .herald-mega-menu.herald-mega-menu-classic>.sub-menu,.herald-site-header .herald-mega-menu>.sub-menu{padding:0 40px}.herald-mega-menu.herald-mega-menu-classic>.sub-menu>li{padding:30px}.herald-mega-menu.herald-mega-menu-classic>.sub-menu>li:first-child{padding-left:0}.herald-mega-menu.herald-mega-menu-classic>.sub-menu>li:last-child{padding-right:0}.herald-mega-menu-classic .sub-menu li:last-child{border-bottom:none}.herald-mega-menu.herald-mega-menu-classic .sub-menu .sub-menu>li:hover>a{padding-left:5px}.herald-mega-menu.herald-mega-menu-classic>.sub-menu>li a{padding:8px 0;float:left;width:100%}.herald-mega-menu.herald-mega-menu-classic>.sub-menu>li>a{border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:8px}.herald-menu .herald-mega-menu.herald-mega-menu-classic .sub-menu ul,.herald-menu .herald-mega-menu.herald-mega-menu-classic>.sub-menu>li{width:auto}.herald-menu .herald-mega-menu .herald-no-sid{padding:0 40px}.herald-hor-col,.herald-section article{padding-left:20px;padding-right:20px;float:left}.herald-mega-menu .herald-module .herald-ovrld{min-height:auto}@keyframes hover-fade{0%{opacity:0}100%{opacity:1}}@-moz-keyframes hover-fade{0%{opacity:0}100%{opacity:1}}@-ms-keyframes hover-fade{0%{opacity:0}100%{opacity:1}}@-o-keyframes hover-fade{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes hover-fade{0%{opacity:0}100%{opacity:1}}.herald-section article{position:relative;min-height:1px;display:block;vertical-align:top}.herald-module.col-lg-12,.herald-txt-module{clear:both}.row-eq-height{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;clear:both}:root .row-eq-height,_::-moz-svg-foreign-content{display:block}.herald-lay-k .entry-header .meta-item:after,.herald-lay-l .entry-header .meta-item:after,.herald-site-content .herald-related .herald-lay-k .entry-header .meta-item:after,.herald-site-content .herald-related .herald-lay-l .entry-header .meta-item:after,div.row-eq-height:after,div.row-eq-height:before{display:none}.herald-md-col{float:left;width:48.4%}.herald-lay-a{width:100%;margin-bottom:40px;max-width:1020px}.herald-lay-a .herald-lay-over{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:50%;width:740px;margin-left:-370px;z-index:10;padding:35px 30px}.herald-lay-a .herald-lay-over .entry-content p{margin-bottom:0}.herald-lay-a .herald-lay-over .herald-read-more{margin-top:16px}.herald-lay-a .col-mod{float:none;margin:30px auto 0;width:740px}.herald-lay-a .entry-meta{margin-top:10px}.herald-lay-a .entry-header{margin-bottom:20px}.herald-lay-a .entry-title{margin-bottom:0}.herald-lay-a .herald-read-more{margin-top:0}.herald-no-sid .herald-lay-a .col-mod{margin-top:30px}.herald-lay-a .herald-ovrld .entry-header{position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;margin:0;width:600px;left:50%}.herald-lay-a .herald-ovrld .meta-category a{padding:6px 12px;font-size:1.4rem}.herald-lay-a3 .herald-lay-over,.herald-no-sid .herald-lay-a.herald-lay-a3 .herald-lay-over{padding-bottom:0;padding-top:30px}.herald-lay-a .herald-ovrld .meta-category{margin-bottom:13px}.herald-lay-a .herald-ovrld .entry-meta{margin-top:15px}.herald-lay-a3 .herald-lay-over{-webkit-transform:none;-ms-transform:none;transform:none;bottom:-10px;top:initial}.herald-lay-a3 .entry-header{margin-bottom:0;text-align:left}.herald-lay-a3 .col-mod{width:680px}.herald-lay-a3 .herald-read-more{margin-top:0}.herald-lay-b{width:100%;margin-bottom:40px;max-width:1020px}.herald-lay-b .entry-header,.herald-lay-b .herald-post-thumbnail,.herald-lay-b p{margin-bottom:0}.herald-no-sid .herald-lay-a,.herald-no-sid .herald-lay-b{max-width:1360px}.herald-lay-b .meta-category{line-height:1.4rem}.herald-lay-b .entry-meta{margin-top:7px}.herald-lay-b .entry-content{margin-top:15px}.herald-lay-c,.herald-site-content .herald-related .herald-lay-c{width:100%;width:510px;margin-bottom:40px}.herald-lay-c .herald-post-thumbnail,.herald-site-content .herald-related .herald-lay-c .herald-post-thumbnail{margin-bottom:21px}.herald-lay-c .entry-content p,.herald-lay-c .entry-header,.herald-site-content .herald-related .herald-lay-c .entry-content p,.herald-site-content .herald-related .herald-lay-c .entry-header{margin-bottom:0}.herald-lay-c .meta-category,.herald-site-content .herald-related .herald-lay-c .meta-category{line-height:1.4rem}.herald-lay-c .entry-meta,.herald-site-content .herald-related .herald-lay-c .entry-meta{margin-top:7px}.herald-lay-c .entry-content,.herald-site-content .herald-related .herald-lay-c .entry-content{margin-top:10px}.herald-lay-c .herald-ovrld .entry-header,.herald-single .herald-lay-c .herald-ovrld .entry-header{position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;width:370px;left:50%}.herald-lay-c .herald-ovrld .meta-category,.herald-single .herald-lay-c .herald-ovrld .meta-category{margin-bottom:7px}.herald-lay-c .herald-ovrld .entry-meta,.herald-single .herald-lay-c .herald-ovrld .entry-meta{margin-top:9px}.herald-lay-c .herald-ovrld .herald-post-thumbnail,.herald-single .herald-lay-c .herald-ovrld .herald-post-thumbnail{margin-bottom:0}.herald-lay-d,.herald-site-content .herald-related .herald-lay-d{width:100%;width:510px;margin-bottom:17px}.herald-lay-d .entry-header,.herald-lay-d .meta-category,.herald-site-content .herald-related .herald-lay-d .entry-header,.herald-site-content .herald-related .herald-lay-d .meta-category{margin-bottom:0}.herald-lay-d .entry-meta,.herald-site-content .herald-related .herald-lay-d .entry-meta{margin-top:3px}.herald-lay-e,.herald-site-content .herald-related .herald-lay-e{width:100%;width:510px;margin-bottom:15px}.herald-lay-e .herald-post-thumbnail,.herald-site-content .herald-related .herald-lay-e .herald-post-thumbnail{margin-bottom:21px}.herald-lay-e .entry-content p,.herald-lay-e .entry-header,.herald-site-content .herald-related .herald-lay-e .entry-content p,.herald-site-content .herald-related .herald-lay-e .entry-header{margin-bottom:0}.herald-lay-e .meta-category,.herald-site-content .herald-related .herald-lay-e .meta-category{line-height:1.4rem}.herald-lay-e .entry-content,.herald-site-content .herald-related .herald-lay-e .entry-content{margin-top:10px}.herald-lay-e .entry-meta,.herald-lay-f .entry-meta,.herald-site-content .herald-related .herald-lay-e .entry-meta,.herald-site-content .herald-related .herald-lay-f .entry-meta{margin-top:3px}.herald-lay-e .meta-category a,.herald-site-content .herald-related .herald-lay-e .meta-category a{font-size:1.3rem}.herald-lay-f,.herald-site-content .herald-related .herald-lay-f{width:100%;width:340px;margin-bottom:25px}.herald-lay-f .entry-header,.herald-site-content .herald-related .herald-lay-f .entry-header{margin-top:12px;margin-bottom:0}.herald-lay-f .entry-content,.herald-site-content .herald-related .herald-lay-f .entry-content{margin-top:10px}.herald-lay-f .herald-ovrld .entry-header,.herald-single .herald-lay-f .herald-ovrld .entry-header{position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%;text-align:center;width:240px;margin-top:0;z-index:9999}.herald-lay-f .herald-ovrld .meta-category,.herald-single .herald-lay-f .herald-ovrld .meta-category{margin-bottom:9px}.herald-lay-f .herald-ovrld .meta-category a,.herald-single .herald-lay-f .herald-ovrld .meta-category a{font-size:1.2rem;line-height:1.4rem;padding:4px 8px}.herald-lay-f .herald-ovrld .entry-meta .meta-item,.herald-lay-f .herald-ovrld .entry-meta a,.herald-lay-f .herald-ovrld .entry-meta span,.herald-single .herald-lay-f .herald-ovrld .entry-meta .meta-item,.herald-single .herald-lay-f .herald-ovrld .entry-meta a,.herald-single .herald-lay-f .herald-ovrld .entry-meta span{font-size:1.3rem}.herald-lay-f1{margin-bottom:25px}.herald-lay-g,.herald-site-content .herald-related .herald-lay-g{width:100%;width:340px;margin-bottom:25px}.herald-lay-g .entry-header,.herald-lay-g .herald-post-thumbnail,.herald-lay-g .meta-category,.herald-site-content .herald-related .herald-lay-g .entry-header,.herald-site-content .herald-related .herald-lay-g .herald-post-thumbnail,.herald-site-content .herald-related .herald-lay-g .meta-category{margin-bottom:0}.herald-lay-g .entry-meta,.herald-site-content .herald-related .herald-lay-g .entry-meta{margin-top:4px}.herald-lay-h,.herald-site-content .herald-related .herald-lay-h{width:100%;width:340px;margin-bottom:15px}.herald-lay-h .entry-header,.herald-site-content .herald-related .herald-lay-h .entry-header{margin-top:0;margin-bottom:0}.herald-lay-h .entry-content p,.herald-site-content .herald-related .herald-lay-h .entry-content p{margin-bottom:0}.herald-lay-h .entry-meta,.herald-site-content .herald-related .herald-lay-h .entry-meta{margin-top:2px}.herald-lay-h:last-child .entry-header{border-bottom:none;padding-bottom:0}.herald-lay-i,.herald-site-content .herald-related .herald-lay-i{width:100%;width:255px;margin-bottom:20px}.herald-lay-i .entry-header,.herald-site-content .herald-related .herald-lay-i .entry-header{margin-bottom:0;margin-top:12px}.herald-lay-i .meta-category,.herald-site-content .herald-related .herald-lay-i .meta-category{margin-bottom:0}.herald-lay-i .entry-meta,.herald-site-content .herald-related .herald-lay-i .entry-meta{margin-top:3px}.herald-lay-i .herald-ovrld .entry-header,.herald-single .herald-lay-i .herald-ovrld .entry-header{position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;width:180px;left:50%;z-index:1000;margin-top:0}.herald-lay-i .herald-ovrld .meta-category,.herald-single .herald-lay-i .herald-ovrld .meta-category{margin-bottom:5px}.herald-lay-i .herald-ovrld .meta-category a,.herald-single .herald-lay-i .herald-ovrld .meta-category a{font-size:1.2rem;line-height:1.4rem;padding:4px 8px}.herald-lay-i .herald-ovrld .entry-meta,.herald-single .herald-lay-i .herald-ovrld .entry-meta{margin-top:9px}.herald-lay-i .herald-ovrld .entry-meta-margin,.herald-lay-j .entry-meta,.herald-single .herald-lay-i .herald-ovrld .entry-meta-margin,.herald-site-content .herald-related .herald-lay-j .entry-meta{margin-top:3px}.herald-lay-i .herald-ovrld .herald-post-thumbnail,.herald-single .herald-lay-i .herald-ovrld .herald-post-thumbnail{margin-bottom:0}.herald-lay-j,.herald-site-content .herald-related .herald-lay-j{width:100%;width:255px;margin-bottom:15px}.herald-lay-j .entry-header,.herald-lay-j .meta-category,.herald-site-content .herald-related .herald-lay-j .entry-header,.herald-site-content .herald-related .herald-lay-j .meta-category{margin-bottom:0}.herald-lay-k,.herald-site-content .herald-related .herald-lay-k{width:100%;width:170px;margin-bottom:20px}.herald-lay-k .entry-header,.herald-site-content .herald-related .herald-lay-k .entry-header{margin-bottom:0;margin-top:10px}.herald-lay-k .meta-category,.herald-site-content .herald-related .herald-lay-k .meta-category{margin-bottom:0}.herald-lay-k .entry-meta,.herald-site-content .herald-related .herald-lay-k .entry-meta{margin-top:3px}.herald-lay-l,.herald-site-content .herald-related .herald-lay-l{margin-bottom:15px;width:100%;width:170px}.herald-lay-l .entry-header,.herald-lay-l .meta-category,.herald-site-content .herald-related .herald-lay-l .entry-header,.herald-site-content .herald-related .herald-lay-l .meta-category{margin-bottom:0}.herald-lay-l .entry-meta,.herald-site-content .herald-related .herald-lay-l .entry-meta{margin-top:5px}.herald-no-sid .herald-lay-a .herald-lay-over{margin-left:-380px;padding:30px 40px}.herald-no-sid .herald-lay-c,.herald-no-sid .herald-lay-d,.herald-no-sid .herald-lay-e{width:680px}.herald-no-sid .herald-lay-f,.herald-no-sid .herald-lay-g,.herald-no-sid .herald-lay-h{width:453px}.herald-no-sid .herald-lay-i,.herald-no-sid .herald-lay-j{width:340px}.herald-no-sid .herald-lay-k,.herald-no-sid .herald-lay-l{width:225.9px}.owl-carousel .herald-lay-a,.owl-carousel .herald-lay-b,.owl-carousel .herald-lay-c,.owl-carousel .herald-lay-d,.owl-carousel .herald-lay-e,.owl-carousel .herald-lay-f,.owl-carousel .herald-lay-g,.owl-carousel .herald-lay-h,.owl-carousel .herald-lay-i,.owl-carousel .herald-lay-j,.owl-carousel .herald-lay-k,.owl-carousel .herald-lay-l{width:100%;padding:0;max-width:100%}.herald-slider.owl-carousel,.owl-carousel .owl-stage-outer{margin:0}.herald-ovrld .entry-header a{color:#FFF}.herald-ovrld .entry-header a:hover{text-decoration:none;color:#FFF}.herald-ovrld .entry-meta .meta-item,.herald-ovrld .entry-meta a,.herald-ovrld .entry-meta span{color:#FFF}.herald-ovrld .meta-category{margin-bottom:3px;-webkit-filter:blur(0)}.herald-ovrld .meta-category a{-webkit-filter:blur(0);-webkit-backface-visibility:visible;-webkit-transform:scale(1) translateY(3px);-ms-transform:scale(1) translateY(3px);transform:scale(1) translateY(3px);padding:7px 8px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;margin-bottom:2px;display:inline-block;vertical-align:top;text-align:center;border-radius:2px;border-bottom:none}.herald-ovrld .meta-category a:hover{color:#FFF}.herald-ovrld .herald-post-thumbnail a:before,.herald-ovrld .herald-post-thumbnail span:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:#000;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;z-index:1;-webkit-backface-visibility:hidden;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-filter:blur(0)}.herald-ovrld .entry-title{-webkit-filter:blur(0);filter:blur(0);-webkit-backface-visibility:visible;clear:both}.herald-ovrld .entry-title a:hover{color:#FFF}.herald-ovrld .entry-header{-webkit-filter:blur(.2px);filter:blur(0);position:relative;z-index:1000;-webkit-backface-visibility:hidden}:root .herald-ovrld .entry-header,_::-webkit-full-page-media,_:future{-webkit-filter:blur(0);filter:blur(0)}.stickit{margin-left:660px;position:fixed;top:0}.stickit-end{bottom:40px;position:absolute;right:0}.herald-ovrld,.herald-site-footer.open{position:relative}.herald-ovrld{min-height:150px;background:rgba(0,0,0,.1)}.widget .herald-ovrld .entry-meta .meta-item:hover,.widget .herald-ovrld .entry-meta a:hover,.widget .herald-ovrld .entry-meta span:hover{color:#FFF}.herald-sidebar .herald-lay-f,.herald-sidebar .herald-lay-g{max-width:100%}.col-mod-single .herald-ovrld,.herald-sin-lay-6 .herald-ovrld,.herald-sin-lay-9 .herald-ovrld{margin-bottom:30px}.herald-lay-i1 .herald-ovrld{min-height:160px}.herald-site-footer{float:left;width:100%}.herald-site-footer .herald-lay-g,.herald-site-footer .herald-site-content .herald-related .herald-lay-g{margin-bottom:15px;max-width:100%}.footer-widgets .widget:first-child{margin-top:40px}.herald-site-footer .widget-title span{padding:0 0 10px;font-size:1.7rem}.footer-bottom .hel-l{position:absolute;left:20px;top:0;z-index:1001}.footer-bottom .hel-r{position:absolute;right:20px;top:0;z-index:1001}.footer-bottom .hel-c{margin:0 auto;width:100%;text-align:center}.herald-site-footer .footer-bottom .herald-menu ul li,.herald_posts_widget>.row{margin:0}.footer-bottom .herald-menu li>.sub-menu{top:initial;bottom:100%}.footer-bottom .herald-menu .sub-menu .sub-menu{top:0;bottom:initial}.footer-bottom .herald-menu ul>.menu-item-has-children>a:after{content:"\f0d8 "}.footer-bottom{background:rgba(0,0,0,.5);padding:6px 0;float:left;width:100%;height:50px}.herald-site-footer .herald-slider-controls .owl-next,.herald-site-footer .herald-slider-controls .owl-prev,.herald-site-footer .herald-soc-nav li a:hover,.herald-site-footer .widget .herald-ovrld .entry-header a{color:#FFF}.herald-site-footer .footer-bottom{font-size:1.4rem;line-height:3.8rem}.herald-site-footer .footer-bottom .herald-menu{display:inline-block;vertical-align:middle;margin:0;padding:0}.herald-site-footer .footer-bottom .herald-menu ul ul{-webkit-box-shadow:0 -1px 0 1px rgba(0,0,0,.1);box-shadow:0 -1px 0 1px rgba(0,0,0,.1)}.herald-site-footer .footer-bottom .herald-menu ul{padding:0}.herald-site-footer .footer-bottom .herald-menu ul a{padding:10px;border-radius:2px}.herald-site-footer .footer-bottom .herald-menu ul .menu-item-has-children a{border-radius:0 0 2px 2px}.herald-site-footer .footer-bottom .herald-menu .sub-menu>li.menu-item-has-children>a:after{content:"\f0da"}.herald-site-footer .footer-bottom .herald-soc-nav a{font-size:1.4rem;line-height:28px;height:28px;width:28px;padding:0 8px;margin:6px 0}.herald-site-footer .footer-bottom .herald-soc-nav li{margin-bottom:0}.herald-site-footer .hel-c>div{display:inline-block;text-align:center}.herald-goto-top{position:fixed;right:20px;bottom:14px;z-index:1041;width:38px;height:38px;display:none;background:0 0;text-indent:0;-webkit-transition-duration:0s;-moz-transition-duration:0s;-o-transition-duration:0s;font-size:2.8rem;line-height:2.6rem;padding:5px 8px;text-align:center;border-radius:2px}.herald-single .entry-header{max-width:810px}.herald-section .herald-single{padding:0;float:none}.herald-single .entry-content{margin-bottom:40px}.herald-no-sid .col-mod-single{margin:0 auto;position:relative;min-height:1px;float:none;clear:both}.avatar{border-radius:50%;margin-bottom:20px;clear:both;display:block}.herald-single .entry-header .entry-meta{margin-top:10px}.entry-meta-wrapper{text-align:center}.entry-meta-wrapper .entry-meta-author{margin-bottom:30px}.entry-meta-wrapper .avatar{width:80px;margin:0 auto 10px}.entry-meta-wrapper .herald-author-name,.entry-meta-wrapper .herald-author-twitter{font-size:1.45432rem;line-height:1.85432rem;display:block;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.entry-meta-wrapper .herald-author-twitter:before{content:"\f099";font-family:FontAwesome;color:#00aced;margin-right:2px}.entry-meta-wrapper .herald-author-facebook:before{content:"\f09a";color:#3b5998}.entry-meta-wrapper .herald-author-instagram:before{content:"\f16d";color:#c32aa3}.entry-meta-wrapper .herald-author-twitter{font-size:1.2rem}.entry-meta-wrapper .entry-meta{margin-bottom:30px}.entry-meta-wrapper .entry-meta .meta-item{display:block;text-align:center;margin-right:0;padding:0;margin-bottom:30px}.entry-meta-wrapper .entry-meta .meta-item a{border:none;display:block}.entry-meta-wrapper .entry-meta .herald-author a:before,.entry-meta-wrapper .entry-meta .herald-comments a:before,.entry-meta-wrapper .entry-meta .herald-date span:before,.entry-meta-wrapper .entry-meta .herald-rtime:before,.entry-meta-wrapper .entry-meta .herald-time span:before,.entry-meta-wrapper .entry-meta .herald-views:before,.entry-meta-wrapper .entry-meta .review-type-percentage .review-total-box:before,.entry-meta-wrapper .entry-meta .review-type-point .review-total-box:before,.entry-meta-wrapper .entry-meta .wp-review-total-percentage:before,.entry-meta-wrapper .entry-meta .wp-review-total-point:before{font-family:FontAwesome;padding:0;margin:0 0 15px;display:block;font-size:3rem}.entry-meta-wrapper .entry-meta .wp-review-total-percentage:before,.entry-meta-wrapper .entry-meta .wp-review-total-point:before{float:none;text-align:center}.entry-meta-wrapper .entry-meta .herald-date span:before,.entry-meta-wrapper .entry-meta .herald-time span:before{content:"\f017"}.entry-meta-wrapper .entry-meta .herald-comments a:before{content:"\f0e6"}.entry-meta-wrapper .entry-meta .herald-author a:before{content:"\f007"}.entry-meta-wrapper .entry-meta .herald-rtime:before{content:"\f02d"}.entry-meta-wrapper .entry-meta .herald-views:before{content:"\f06e"}.entry-meta-wrapper .entry-meta .meta-item,.entry-meta-wrapper .entry-meta a,.entry-meta-wrapper .entry-meta span{line-height:2rem}.entry-meta-wrapper .entry-meta .review-type-percentage .review-total-box:before,.entry-meta-wrapper .entry-meta .review-type-point .review-total-box:before{float:none;text-align:center}.herald-sticky-share .herald-share-meta{display:none}.herald-share-meta{font-size:1.4rem;line-height:2rem;margin-bottom:15px;padding-bottom:15px;display:block;position:relative}.herald-share-meta i{font-size:3rem;margin:0 0 15px;display:block;text-align:center}.herald-share-meta:after{content:"";height:1px;width:0;position:absolute;left:50%;bottom:-1px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:.2s all cubic-bezier(.77,0,.175,1);-moz-transition:.2s all cubic-bezier(.77,0,.175,1);-o-transition:.2s all cubic-bezier(.77,0,.175,1);transition:.2s all cubic-bezier(.77,0,.175,1)}.herald-share:hover .herald-share-meta:after{width:100%}.herald-post-thumbnail-single{margin-bottom:30px}.entry-meta-wrapper .herald-share>span,.entry-meta-wrapper .meta-item a,.entry-meta-wrapper .meta-item a:before{-webkit-transition:all .1s ease;-moz-transition:all .1s ease;-ms-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease}.entry-meta-wrapper .herald-share{margin:0;padding:0;clear:both}.entry-meta-wrapper .herald-share li{list-style:none;margin-bottom:2px;text-align:center;padding:0}.entry-meta-wrapper .herald-share .meta-share-wrapper{display:none}.entry-meta-wrapper .herald-share span{font-size:1.4rem}.entry-meta-wrapper .herald-share a{text-align:center;display:block;width:100%}.entry-meta-wrapper .herald-share a i{font-size:1.2rem;width:20px}.entry-meta-wrapper .herald-share .twitter a{color:#00aced}.entry-meta-wrapper .herald-share .facebook a{color:#355a92}.entry-meta-wrapper .herald-share .gplus a{color:#c64d3d}.entry-meta-wrapper .herald-share .linkedin a{color:#007bb6}.entry-meta-wrapper .herald-share .pinterest a{color:#C92228}.entry-meta-wrapper .herald-share .reddit a{color:#369}.entry-meta-wrapper .herald-share .email a{color:#95a5a6}.entry-meta-wrapper .herald-share .stumbleupon a{color:#ff2618}.entry-meta-wrapper .herald-share .whatsapp a{color:#25d366}.entry-meta-wrapper .herald-share .vkontakte a{color:#45668e}.entry-meta-wrapper .meta-item.herald-reviews{float:left;width:100%;clear:both}.entry-meta-wrapper .meta-item.herald-reviews>div{display:inline-block}.herald-sticky-share .herald-share{margin:0;padding:0}.herald-sticky-share .herald-share li{list-style:none;margin-bottom:2px}.herald-sticky-share .herald-share a{display:block;width:100%;color:#FFF;text-align:center;padding:10px;border-radius:2px}.meta-tags span,div.entry-content .meta-tags a{font-size:1.4rem;line-height:1.5rem;padding:7px 10px 8px;border-radius:2px}.herald-sticky-share .herald-share span{display:none}.herald-sticky-share .herald-share .twitter a{background:#00aced}.herald-sticky-share .herald-share .facebook a{background:#355a92}.herald-sticky-share .herald-share .gplus a{background:#c64d3d}.herald-sticky-share .herald-share .linkedin a{background:#007bb6}.herald-sticky-share .herald-share .pinterest a{background:#C92228}.herald-sticky-share .herald-share .reddit a{background:#369}.herald-sticky-share .herald-share .email a{background:#95a5a6}.herald-sticky-share .herald-share .stumbleupon a{background:#ff2618}.herald-sticky-share .herald-share .whatsapp a{background:#25d366}.herald-sticky-share .herald-share .vkontakte a{background:#45668e}.herald-data-content .author-title{margin-bottom:10px;margin-top:5px}.herald-mod-desc .avatar{margin-bottom:0;margin-right:20px;float:left}div.entry-content .meta-tags a{display:inline-block;border-bottom:none;margin-bottom:3px}div.entry-content .meta-tags a:hover{border-bottom:none}.meta-tags span{display:inline-block;margin-right:5px}#author.herald-author,#related article:last-child,#related.herald-related{margin-bottom:60px}#related .entry-content{margin-bottom:0}.herald-single .herald-ovrld{position:relative;margin-bottom:30px}.herald-single .herald-ovrld .entry-header{position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;margin:0;left:50%;width:100%;z-index:10}.herald-single .herald-ovrld .entry-header .entry-title{color:#FFF}.herald-single .herald-lay-over{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:50%;width:690px;margin-left:-345px;background:#FFF;z-index:10;padding:35px 30px 20px}.herald-lay-over-wrapper{position:relative}.herald-sin-lay-5 .entry-header{text-align:center;margin:0 auto 25px}.herald-sin-lay-7 .entry-header{max-width:61.7%}.herald-section .herald-single .herald-ovrld .entry-header{margin-top:0}.herald-single-sticky{position:fixed;border-top:1px solid;background:#FFF;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0);bottom:0;left:0;height:70px;max-height:100px;z-index:9999;width:100%;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);-o-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transition-property:all;-o-transition-property:all;transition-property:all;padding:21px 0;text-align:center}.herald-single-sticky .herald-share li{display:inline-block;vertical-align:top;width:28px}.herald-sticky-next a,.herald-sticky-prev a{-o-text-overflow:ellipsis;text-overflow:ellipsis;word-wrap:normal;width:100%;overflow:hidden;white-space:nowrap;font-weight:400}.herald-single-sticky .herald-share li a{border-radius:2px;height:28px;font-size:1.2rem;line-height:2.5rem;padding:2px 0}.herald-sticky-single-visible .herald-single-sticky{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.herald-sticky-prev{float:left;max-width:40%}.herald-sticky-prev a{transition:all .3s ease-in-out;float:left}.herald-sticky-prev a:before{content:"\f053";margin-right:10px}.herald-sticky-next{float:right;max-width:40%}.herald-sticky-next a{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;float:right}.herald-sticky-next a:before{content:"\f054";margin-left:10px;float:right}.herald-entry-content .herald-link-pages a,.herald-sticky-next a:before,.herald-sticky-prev a:before{border-radius:2px;width:26px;height:26px;padding:2px 8px 5px;vertical-align:2px;font-size:1rem;line-height:2.6rem;color:#fff;font-family:FontAwesome;display:inline-block;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.herald-sticky-share{width:400px;margin:0 auto;text-align:center}.herald-link-pages,.herald-page-thumbnail{margin-bottom:30px}.herald-sticky-share .herald-comment-action,.herald-sticky-share .herald-share{display:inline-block}.herald-comment-action{border-radius:2px;height:28px;padding:2px 15px;vertical-align:top;font-size:1.2rem;line-height:2.5rem;color:#fff;text-transform:uppercase;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.herald-link-pages{border-bottom:1px solid;width:100%;float:left;padding-bottom:15px}.herald-link-pages .alignleft{margin-right:10px}.herald-entry-content .herald-link-pages a{padding:0;text-align:center}.herald-entry-content .herald-link-pages a:first-child i:before{margin-left:-2px}.herald-entry-content .herald-link-pages a:last-child i:before{margin-right:-2px}.herald-entry-content .herald-link-pages a:hover{border-bottom:none}.herald-fake-button{border-radius:2px}.herald-sticky-single-visible .herald-single-mobile-sticky{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.herald-section .herald-page{padding:0}.herald-section article.herald-page{float:none}.herald-page .col-mod-single .herald-ovrld{position:relative}.herald-page .col-mod-single .herald-ovrld .entry-header{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:center;margin:0;width:100%;z-index:10}.herald-page .col-mod-single .herald-ovrld .entry-header .entry-title{color:#FFF}.herald-lay-over-wrapper,.herald-page-thumbnail{position:relative}.dot,.herald-ovrld .herald-page-thumbnail span:before{position:absolute;content:""}.herald-ovrld .herald-page-thumbnail span:before{top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.5)}#wp-calendar tbody .pad,.widget div.mejs-container.wp-audio-shortcode .mejs-controls{background:0 0}.herald-pag-lay-5 .entry-header{text-align:center}.show-sticky .is_stuck{top:120px!important}.herald-sidebar .widget article{padding-left:0;padding-right:0}.herald-sticky{-webkit-transition:top .2s ease;-moz-transition:top .2s ease;-ms-transition:top .2s ease;-o-transition:top .2s ease;transition:top .2s ease}.dot,.list-special li:before{margin-right:0;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;display:inline-block}.dot{width:5px;height:5px;top:10px;left:8px;border-radius:50%;transition:all .2s ease}.widget-title{position:relative;width:100%;margin-bottom:20px}.widget-title span{padding:4px 14px 5px;border-radius:2px 2px 0 0;display:inline-block}.widget-title:after{position:absolute;content:"";height:2px;width:100%;bottom:-2px;left:0}.list-special li:before,.widget_recent_entries li:before{content:"";top:10px;left:8px}.list-special li{position:relative;display:inline-block;padding-left:25px}.list-special li:before{width:5px;height:5px;position:absolute;border-radius:50%;transition:all .2s ease}.widget li,.widget_categories .postform{width:100%}.list-special a,.widget_recent_entries li:before{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease}.list-special li:last-child{margin-bottom:0;padding-bottom:0}.list-special a{transition:all .2s ease}.widget{line-height:1.47;margin-bottom:40px}.widget li,.widget ul{list-style:none}.widget ul{padding:0;margin:0}.widget li{margin-bottom:15px;display:inline-block}.widget li:last-child{margin-bottom:0}.widget_categories li{margin-bottom:10px}.widget_categories li a{display:block}.widget_categories li a:hover .category-text{padding-left:5px}.widget_categories .category-text{display:inline-block;margin:0;transition:padding-left .15s linear 0s;-moz-transition:padding-left .15s linear 0s;-ms-transition:padding-left .15s linear 0s;-o-transition:padding-left .15s linear 0s;-webkit-transition:padding-left .15s linear 0s}.widget_categories .count{float:left;height:24px;min-width:24px;margin-right:10px;border-radius:2px;text-align:center;padding:3px;font-size:1.2rem;line-height:2rem}.widget_archive li:last-child,.widget_meta li:last-child,.widget_nav_menu li:last-child,.widget_pages li:last-child,.widget_recent_comments li:last-child,.widget_recent_entries li:last-child,.widget_rss li:last-child{padding-bottom:0;margin-bottom:0}.rss-date,.widget_recent_entries .post-date{font-size:1.3rem}.widget_categories .children{margin-top:11px;margin-left:8px}.widget_categories .children li:last-child{margin-bottom:0}.widget_categories label{display:none}.widget_recent_entries li{position:relative;display:inline-block;padding-left:25px}.widget_recent_entries li:before{display:inline-block;width:5px;height:5px;margin-right:0;position:absolute;border-radius:50%;transition:all .2s ease}.widget_recent_entries a{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.widget_archive li,.widget_meta li,.widget_nav_menu li,.widget_pages li,.widget_recent_comments li,.widget_rss li{position:relative;display:inline-block;padding-left:25px}.widget_archive li:before,.widget_meta li:before,.widget_nav_menu li:before,.widget_pages li:before,.widget_recent_comments li:before,.widget_rss li:before{content:"";display:inline-block;width:5px;height:5px;margin-right:0;position:absolute;top:10px;left:8px;border-radius:50%;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.widget_archive a,.widget_meta a,.widget_nav_menu a,.widget_pages a,.widget_recent_comments a,.widget_rss a{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.widget_nav_menu .sub-menu{margin-top:9px}.widget_nav_menu .sub-menu li:last-child{margin-bottom:0}.widget_recent_comments .comment-author-link{display:inline-block}.rss-date{display:block}.widget .rsswidget{display:inline-block;margin-right:10px}.widget_search .herald-search-form{position:relative;max-width:100%}.widget_search .herald-search-input{height:40px;font-size:1.4rem;width:100%;padding:0 30px 0 10px}.widget_search .herald-search-submit{background:0 0;position:absolute;right:3px;top:-2px;border:none;height:100%}.widget_search .herald-search-submit:after{font-family:FontAwesome;content:"\f002"}#calendar_wrap{padding:0}#wp-calendar{width:100%;border:none}#wp-calendar caption{font-size:14px;margin-top:0;padding:0 20px 10px;text-align:center}#wp-calendar thead{font-size:10px}#wp-calendar thead th{border-bottom:1px solid;padding-top:4px;padding-bottom:5px;text-align:center;color:#AAA}.herald-post-big li .herald-posts-wrap .entry-meta .meta-item,.herald-post-big li .herald-posts-wrap .entry-meta a,.herald-post-big li .herald-posts-wrap .entry-meta span,.herald-post-big li .herald-posts-wrap a,.herald-post-slider li .herald-posts-wrap .entry-meta .meta-item,.herald-post-slider li .herald-posts-wrap .entry-meta a,.herald-post-slider li .herald-posts-wrap .entry-meta span,.herald-post-slider li .herald-posts-wrap a,.widget .herald-ovrld .entry-title a,.widget .herald-ovrld .entry-title a:hover{color:#FFF}#wp-calendar tbody td{border-bottom:1px solid;border-left:1px solid;text-align:center;padding:8px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border-right:none}#wp-calendar tbody td:last-child{border-right:1px solid}#wp-calendar tbody td a{border-radius:2px;padding:2px 3px;text-decoration:none;min-width:21px;display:block}#wp-calendar tbody td:hover{-webkit-box-shadow:-1px -1px 1px rgba(0,0,0,.1);box-shadow:-1px -1px 1px rgba(0,0,0,.1)}#wp-calendar tfoot #next{font-size:14px;text-transform:uppercase;text-align:right}#wp-calendar tfoot #prev{font-size:14px;text-transform:uppercase;padding:10px 20px}#wp-calendar tfoot,#wp-calendar tfoot #next,#wp-calendar tfoot #prev,td.pad{border:none}.tagcloud a{display:inline-block;font-size:1.4rem!important;line-height:1.5rem;padding:7px 10px 8px;border-bottom:none;margin-bottom:4px;border-radius:2px}.mks_adswidget_ul li,.mks_adswidget_ul.small,.site-footer .mks_adswidget_ul.small{text-align:center}.sidebar .mks_ads_widget .small li,.sidebar .mks_ads_widget ul.custom li,.sidebar .mks_adswidget_ul.custom li,.sidebar .mks_adswidget_ul.small li,.site-footer .mks_ads_widget .small li,.site-footer .mks_ads_widget ul.custom li,.site-footer .mks_adswidget_ul.custom li,.site-footer .mks_adswidget_ul.small li{display:inline-block;margin-right:7px;margin-bottom:10px;width:auto}div.mks_ads_widget .small li{width:auto;display:inline-block;margin-right:10px;margin-bottom:12px}.herald-sidebar .mks_author_widget img,.herald-site-footer .mks_author_widget img{border-radius:50%;margin:0 13px 10px 0}div.mks_author_widget .mks_autor_link_wrap{padding-top:5px}.mks_author_widget .mks_autor_link_wrap a,.mks_read_more a{font-size:1.2rem;text-transform:uppercase;border-radius:2px;border:1px solid;padding:5px 15px;display:inline-block;vertical-align:top;width:100%;text-align:center}.mks_author_widget h3{font-size:1.6rem;line-height:2rem;padding-top:0;margin-bottom:10px}.widget.mks_flickr_widget ul.flickr li{margin:0 10px 10px 0}.widget.mks_flickr_widget ul.flickr li:nth-child(3n){margin:0 0 10px}.mks_themeforest_widget_ul{text-align:center}.herald-post-big li,.herald-post-slider li{margin-bottom:10px;position:relative}.herald-post-big li .herald-fa-sid,.herald-post-slider li .herald-fa-sid{position:relative;float:left}.herald-post-big li .herald-post-thumbnail,.herald-post-slider li .herald-post-thumbnail{position:initial}.herald-post-big li .herald-post-thumbnail:before,.herald-post-slider li .herald-post-thumbnail:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:#000;opacity:.5;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;z-index:1}.herald-post-big li .herald-posts-wrap,.herald-post-slider li .herald-posts-wrap{position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%;text-align:center;width:240px;margin-top:0;z-index:100}.herald-post-big li:hover .herald-post-thumbnail:before,.herald-post-slider li:hover .herald-post-thumbnail:before{opacity:.7}.herald-post-slider.owl-carousel .owl-stage-outer{margin:0}.herald-post-slider .owl-next,.herald-post-slider .owl-prev{display:inline-block;vertical-align:top;height:26px;text-transform:uppercase;border-radius:2px;border:1px solid;width:26px;text-align:center;padding:0;font-size:1.6rem;line-height:2.4rem;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:5px}.herald-post-list .herald-post-thumbnail{float:left;max-width:130px;margin-right:15px}.herald-post-list .herald-fa-sid{float:left}.herald-post-list a{font-size:1.4rem;line-height:1.9rem}.herald-post-list li{display:inline-block;clear:both;width:100%;margin-bottom:30px}.herald-post-list li:last-child{margin-bottom:0}ul.mks_social_widget_ul{text-align:left}ul.mks_social_widget_ul li{width:auto}ul.mks_social_widget_ul li a{margin:0 5px 8px 0}.mks_themeforest_widget ul.mks_themeforest_widget_ul li{margin:0 7px 12px 0}.jetpack_subscription_widget input[type=email]{min-height:38px}.widget div.mejs-container .mejs-controls,body .widget .mejs-container.wp-audio-shortcode{height:25px!important}.widget div.mejs-container .mejs-controls .mejs-time,body .widget .mejs-container .mejs-controls .mejs-button{margin:0;padding:8px 0 0}.widget div.mejs-controls div.mejs-time-rail{padding-top:5px}body .widget .mejs-controls a.mejs-horizontal-volume-slider{margin:0}body .widget .mejs-container.wp-audio-shortcode{border:1px solid rgba(0,0,0,.1)}.widget div.mejs-container .mejs-controls{background:rgba(255,255,255,.8)}.widget .mejs-overlay-button,body .widget .mejs-container .mejs-controls .mejs-button button:before{font-size:14px;line-height:27px}.widget .mejs-overlay-button{-webkit-transform:scale(.6);-moz-transform:scale(.6);-ms-transform:scale(.6);-o-transform:scale(.6);transform:scale(.6)}body .widget .mejs-container .mejs-controls .mejs-button button{height:25px}.widget .mejs-container .mejs-controls div{font-size:10px}.widget .mejs-controls .mejs-time-rail .mejs-time-current,.widget .mejs-controls .mejs-time-rail span,.widget .mejs-controls .mejs-time-rail>a{height:8px}.widget .mejs-controls .mejs-time-rail .mejs-time-float{height:17px}.widget_media_image .wp-caption{margin-bottom:0}.widget .mejs-container *,.widget .mejs-controls .mejs-button button{color:rgba(0,0,0,.88)}.widget .mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(0,0,0,.18)}.widget .gallery-icon a:after{-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}.widget .meks-instagram-follow-link a{font-size:1.2rem;text-transform:uppercase;border-radius:2px;border:1px solid;padding:5px 15px;display:inline-block;vertical-align:top;width:100%;text-align:center}#respond{display:none}.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url]{height:50px;width:100%}.comment-form-author,.comment-form-email,.comment-form-url{margin-bottom:15px}.comment-form-url,.form-submit{padding:0;margin:0}.comment-form-comment{clear:both;margin-bottom:20px}textarea#comment{width:100%;clear:both;height:200px;resize:vertical}.comment-form,.comments-main{float:left;width:100%;clear:both}.comment-form{padding:40px}.comment-form-author,.comment-form-email,.comment-form-url{float:left;width:33.33%;padding:0 15px 0 0}.comment-form-url{padding:0}.comment-notes{font-style:italic;font-size:14px}.form-submit{margin-bottom:0;clear:both}.comment-list{list-style:none;padding:0;margin:40px 0 0;float:left;width:100%}.comment{list-style:none;float:left;width:100%;margin:0}.comment .avatar{border-radius:50%;float:left;margin:0 23px 0 0}.comment-metadata a,.fn,.fn a,.says{font-size:1.454321rem}.bypostauthor .comment-body .fn:before{content:"\f007";font-family:FontAwesome;margin-right:8px}ul.comment-list>li.comment,ul.comment-list>li.pingback{padding:0;margin-bottom:0;position:relative}ul.comment-list>li.comment:last-child,ul.comment-list>li.pingback:last-child{margin-bottom:0}ul.comment-list .pingback{float:left;width:100%}.pingback .comment-reply-link{margin:0}li.comment .comment-body{margin-bottom:20px;padding:0 0 20px;position:relative;width:100%}li.comment .comment-body:after{content:"";width:91.3%;height:1px;margin-left:83px;display:block;margin-top:20px}ul.comment-list>li.comment:last-child>ul.children>.comment-body:after{background-color:transparent}li.comment #respond{display:block}ul.comment-list .fn,ul.comment-list .fn a,ul.comment-list .says{font-size:1.854321rem;line-height:2.654321rem;display:inline-block;margin:0}.comment-body .edit-link a,.comment-reply-link{line-height:2.2321rem;font-size:1.4321rem;text-transform:uppercase}.comment .children{padding:0 0 0 80px}.comment-list .comment-edit-link:hover{text-decoration:underline}.comment-list .comment-content{display:block;clear:both;margin:0 0 11px 83px;position:relative}.comment-list .pingback .comment-content{margin:0 0 20px}.comment-body .edit-link{position:absolute;top:0;right:0}.comment-body .edit-link a{text-decoration:none;float:right}.comment-respond{z-index:1000;position:relative;clear:both}.comment-content a:hover{text-decoration:underline}#cancel-comment-reply-link:hover,.comment-reply-link{text-decoration:none}.comment-content p{margin-bottom:15px}.comment-list .comment-content p:last-child{margin-bottom:0}.comment-reply-link{margin:0 0 0 83px;-webkit-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.comment-form-author label,.comment-form-comment label,.comment-form-email label,.comment-form-url label{width:100%;float:left;margin:0 0 2px}input[type=range]{width:100%}#comment{padding:10px;height:150px;resize:vertical}ul.comment-list .says{display:none}.comment-subscription-form{margin-bottom:0;margin-top:10px}.comment .comment-respond{margin-bottom:40px;float:left;width:100%}#cancel-comment-reply-link{padding:0 0 5px;float:right;font-weight:400;font-size:1.45432rem;line-height:2rem;text-transform:uppercase;position:absolute;right:30px;top:20px}.herald-gray-area{width:100%;float:left;padding:40px}.herald-fake-button{background-color:#fff;border:1px solid;height:50px;width:100%;float:left;font-style:italic;color:#aaa;font-size:1.6rem;padding:11px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-submit input[type=submit]{min-width:200px;max-width:initial;width:auto;padding:5px 15px}.herald-comments-open .col-mod-single{height:auto!important}.comment-form-cookies-consent{display:block;width:100%;float:left}.comment-form-cookies-consent label{margin-left:8px}.herald-fa-1,.herald-fa-2{position:relative;z-index:900;clear:both}.herald-fa-1 .herald-fa-list,.herald-fa-2 .herald-fa-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:420px;overflow:hidden}.herald-fa-1 .herald-fa-item,.herald-fa-2 .herald-fa-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1 0 10em;-ms-flex:1 0 10em;flex:1 0 10em;padding:1em;z-index:3000;position:relative;-webkit-transition:-webkit-flex-basis .3s ease-in-out;-o-transition:flex-basis .3s ease-in-out;transition:flex-basis .3s ease-in-out;transition:flex-basis .3s ease-in-out,-webkit-flex-basis .3s ease-in-out,-ms-flex-preferred-size .3s ease-in-out}.herald-fa-1 .herald-fa-item:hover,.herald-fa-2 .herald-fa-item:hover{-webkit-flex-basis:20em;-ms-flex-preferred-size:20em;flex-basis:20em}@media (min-width:768px){.herald-fa-1 .herald-fa-list,.herald-fa-2 .herald-fa-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.herald-fa-1 .herald-fa-item,.herald-fa-2 .herald-fa-item{-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}}.herald-fa-1 .fa-post-thumbnail,.herald-fa-2 .fa-post-thumbnail{position:absolute;height:100%;width:550px;left:0;top:0;z-index:10;-webkit-box-shadow:0 0 20px rgba(0,0,0,.8);box-shadow:0 0 20px rgba(0,0,0,.8)}.herald-fa-1 .fa-post-thumbnail:before,.herald-fa-2 .fa-post-thumbnail:before{content:"";position:absolute;left:0;top:0;height:100%;width:100%;background:#000;-webkit-transition:opacity .2s ease-in-out;-moz-transition:opacity .2s ease-in-out;-ms-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.herald-fa-1 .fa-post-thumbnail img,.herald-fa-2 .fa-post-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.herald-fa-wrapper.herald-fa-1 .entry-content,.herald-fa-wrapper.herald-fa-1 .entry-header{width:260px}.herald-fa-3,.herald-fa-4{position:relative;z-index:900;clear:both}.herald-fa-3 .herald-fa-grid,.herald-fa-4 .herald-fa-grid{padding:0;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:flex-start;-ms-flex-line-pack:justify;align-content:flex-start;-webkit-box-pack:justify;-webkit-justify-content:flex-start;-ms-flex-pack:justify;justify-content:flex-start;height:420px;width:100%;overflow:hidden}.herald-fa-3 .herald-fa-item:nth-of-type(1),.herald-fa-4 .herald-fa-item:nth-of-type(1){-ms-flex-order:3;order:3;width:460px;height:100%;-webkit-box-ordinal-group:2;border-right:1px solid #FFF}.herald-fa-3 .herald-fa-item:nth-of-type(2),.herald-fa-4 .herald-fa-item:nth-of-type(2){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;border-right:1px solid #FFF;border-bottom:1px solid #FFF}.herald-fa-3 .herald-fa-item:nth-of-type(3),.herald-fa-4 .herald-fa-item:nth-of-type(3){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;border-right:1px solid #FFF}.herald-fa-3 .herald-fa-item:nth-of-type(4),.herald-fa-4 .herald-fa-item:nth-of-type(4){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;border-bottom:1px solid #FFF}.herald-fa-3 .herald-fa-item:nth-of-type(5),.herald-fa-4 .herald-fa-item:nth-of-type(5){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.herald-fa-3 .herald-fa-item,.herald-fa-4 .herald-fa-item{width:260px;height:210px;overflow:hidden;padding:1em;z-index:3000;position:relative;-webkit-transition:-webkit-flex-basis .3s ease-in-out;-o-transition:flex-basis .3s ease-in-out;transition:flex-basis .3s ease-in-out;transition:flex-basis .3s ease-in-out,-webkit-flex-basis .3s ease-in-out,-ms-flex-preferred-size .3s ease-in-out}.herald-fa-3 .fa-post-thumbnail,.herald-fa-4 .fa-post-thumbnail{position:absolute;height:100%;width:100%;left:0;top:0;z-index:10}.herald-fa-3 .fa-post-thumbnail:before,.herald-fa-4 .fa-post-thumbnail:before{content:"";position:absolute;left:0;top:0;height:100%;width:100%;background:#000;-webkit-transition:opacity .2s ease-in-out;-moz-transition:opacity .2s ease-in-out;-ms-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.herald-fa-3 .fa-post-thumbnail img,.herald-fa-4 .fa-post-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}:root .herald-fa-3 .herald-fa-grid,_::-moz-svg-foreign-content{display:block}:root .herald-fa-4 .herald-fa-grid,_::-moz-svg-foreign-content{display:block}.herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1) .entry-content,.herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1) .entry-header,.herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-content,.herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-header{width:290px}.herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1) .h6,.herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .h6{font-size:1.9rem;line-height:2.7rem}.herald-fa-4 .herald-fa-item:nth-of-type(1){-ms-flex-order:1;order:1;width:460px;height:100%;-webkit-box-ordinal-group:2;border-right:1px solid #FFF}.herald-fa-4 .herald-fa-item:nth-of-type(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;border-right:1px solid #FFF;border-bottom:1px solid #FFF}.herald-fa-4 .herald-fa-item:nth-of-type(3){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;border-right:1px solid #FFF}.herald-fa-4 .herald-fa-item:nth-of-type(4){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;border-bottom:1px solid #FFF}.herald-fa-4 .herald-fa-item:nth-of-type(5){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.herald-fa-wrapper.herald-fa-5{height:420px;overflow:hidden;float:left;width:100%}.herald-fa-wrapper.herald-fa-5 .fa-items-container{position:relative}.herald-fa-wrapper.herald-fa-5 .entry-header{top:40px;left:40px;width:400px;bottom:initial}.herald-fa-wrapper.herald-fa-5 .herald-fa-item{width:100%;height:520px;overflow:hidden;padding:1em;z-index:3000;position:relative;-webkit-transition:-webkit-flex-basis .3s ease-in-out;-o-transition:flex-basis .3s ease-in-out;transition:flex-basis .3s ease-in-out;transition:flex-basis .3s ease-in-out,-webkit-flex-basis .3s ease-in-out,-ms-flex-preferred-size .3s ease-in-out}.herald-fa-wrapper.herald-fa-5 .fa-post-thumbnail{position:absolute;height:100%;left:0;top:0;z-index:10}.herald-fa-wrapper.herald-fa-5 .fa-post-thumbnail:before{content:"";position:absolute;left:0;top:0;height:100%;width:100%;background:#000;-webkit-transition:opacity .2s ease-in-out;-moz-transition:opacity .2s ease-in-out;-ms-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.herald-fa-wrapper.herald-fa-5 .fa-post-thumbnail img{width:100%;-o-object-fit:cover;object-fit:cover}.herald-fa-wrapper.herald-fa-5 .fa-sub-items-wrapper{background:rgba(0,0,0,.5);padding:0;position:absolute;right:0;top:0;width:440px;min-height:420px;max-height:520px;height:100%;z-index:4000}.herald-fa-wrapper.herald-fa-5 .herald-sub-item{padding:30px 30px 20px;width:100%;height:33.33%;border-bottom:1px solid rgba(255,255,255,.3);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.herald-fa-wrapper .meta-category a,.herald-fa-wrapper.herald-fa-5 .fa-sub-items-wrapper .meta-category a{padding:4px 8px;font-size:1.2rem;line-height:1.4rem}.herald-fa-wrapper.herald-fa-5 .herald-sub-item:last-child{border-bottom:none;margin-bottom:0}.herald-fa-wrapper.herald-fa-5 .herald-sub-item:hover{background:rgba(0,0,0,.5)}.herald-fa-wrapper.herald-fa-5 .herald-sub-item .entry-title{color:#FFF}.herald-fa-wrapper.herald-fa-5 .fa-sub-items-wrapper .entry-header{position:relative;width:100%;top:initial;bottom:initial;left:initial}.herald-fa-wrapper.herald-fa-5 .herald-item-link{position:absolute;height:100%;width:100%;top:0;left:0}.herald-fa-wrapper .entry-header{position:absolute;z-index:100;bottom:30px;left:30px;width:190px;margin-bottom:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.herald-fa-wrapper .meta-category{margin-bottom:3px}.herald-fa-wrapper .meta-category a{display:inline-block;vertical-align:top;text-align:center;border-radius:2px;border-bottom:none;color:#FFF;margin-right:5px;margin-bottom:2px}.herald-fa-wrapper .meta-category span{display:none}.herald-fa-wrapper .entry-meta{margin-top:5px}.herald-fa-wrapper .entry-meta .meta-item,.herald-fa-wrapper .entry-meta a,.herald-fa-wrapper .entry-meta span{color:#FFF;font-size:1.3rem}.herald-fa-wrapper .entry-meta .meta-item:hover,.herald-fa-wrapper .entry-meta a:hover,.herald-fa-wrapper .entry-meta span:hover{color:#FFF}.herald-fa-wrapper .entry-content{opacity:0;color:#FFF;width:190px;position:absolute;margin-top:10px;z-index:100;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;font-size:1.4rem;line-height:2.4rem}.herald-fa-wrapper .herald-fa-item:hover .entry-content{opacity:1}.herald-fa-wrapper .entry-title a,.herald-fa-wrapper .entry-title a:hover{color:#FFF}.herald-fa-wrapper.herald-fa-colored .meta-category a{background-color:#FFF;color:#333}.herald-no-sid .herald-fa-wrapper .entry-content,.herald-no-sid .herald-fa-wrapper .entry-header{width:270px}.herald-no-sid .herald-fa-wrapper.herald-fa-1 .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item{width:380px}.herald-no-sid .herald-fa-wrapper .meta-category a{padding:5px 8px;font-size:1.3rem;line-height:1.8rem}.herald-no-sid .herald-fa-wrapper.herald-fa-1 .h5,.herald-no-sid .herald-fa-wrapper.herald-fa-2 .h5,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-title{font-size:2.3rem;line-height:3.2rem}.herald-no-sid .herald-fa-1 .herald-fa-list,.herald-no-sid .herald-fa-2 .herald-fa-list{height:520px}.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1) .entry-title,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-title{font-size:2.3rem;line-height:3.2rem;width:380px}.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1),.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1){height:100%}.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-grid,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-grid,.herald-no-sid .herald-fa-wrapper.herald-fa-5,.herald-no-sid .herald-fa-wrapper.herald-fa-5 .herald-fa-item{height:520px}.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item{height:260px}.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1){width:560px}.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item{width:380px}.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1){width:560px}.herald-no-sid .herald-fa-wrapper.herald-fa-4 .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .entry-header{width:320px}.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-header{width:380px}.herald-no-sid .herald-fa-wrapper.herald-fa-5 .herald-fa-item .entry-header{width:450px;bottom:initial}.herald-no-sid .herald-fa-wrapper .h6,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .h6,.herald-no-sid .herald-fa-wrapper.herald-fa-2 .h6{font-size:1.9rem;line-height:2.7rem}.herald-no-sid .herald-fa-wrapper.herald-fa-5 .herald-sub-item{padding:30px 40px;width:100%}.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1) .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1) .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-header{width:380px}.herald-no-sid .herald-fa-wrapper.herald-fa-5 .fa-sub-items-wrapper{height:520px}.herald-fa-1 .herald-format-icon,.herald-fa-2 .herald-format-icon,.herald-fa-3 .herald-format-icon,.herald-fa-4 .herald-format-icon,.herald-fa-5 .herald-format-icon{font-size:1.6rem;-webkit-backface-visibility:hidden}.wp-block-separator{clear:both}.wp-block-preformatted{white-space:nowrap;overflow:auto}.wp-block-quote{margin-bottom:3.6rem}.herald-entry-content .wp-block-quote p{text-align:inherit;margin:20px 0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0;padding:2rem 3.6rem}.herald-entry-content .wp-block-pullquote p{text-align:inherit;margin-bottom:20px;margin-top:0}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-gallery.aligncenter,.wp-block-gallery.alignnone{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image h2{position:relative;z-index:2}.wp-block-cover-image.aligncenter{margin:0 0 1.5em;display:-webkit-box;display:-ms-flexbox;display:flex}.entry-content .wp-block-gallery{margin:0 -8px 24px;padding:0}.wp-block-pullquote.aligncenter:before{left:50%;margin-left:-14px}.wp-block-pullquote.alignright:before{left:auto;right:6px}.wp-block-pullquote cite{font-size:80%}.wp-block-video video{max-width:100%}.entry-content .wp-block-button .wp-block-button__link{padding:11px 24px}.entry-content .wp-block-categories ul,.entry-content .wp-block-latest-posts,.entry-content .wp-block-latest-posts.is-grid{padding:0;list-style:outside;margin-left:20px}.emoji{width:24px}.entry-content ol ol,.entry-content ul ul{margin-top:15px;margin-bottom:12px}.wp-block-quote{text-align:center}.herald-entry-content .wp-block-pullquote blockquote p{color:inherit}.wp-block-pullquote{padding:0}.wp-block-pullquote blockquote{padding:50px 100px;margin:0;border-bottom:2px solid;border-top:2px solid}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:initial;margin-right:initial;max-width:100%;text-align:center;border:none}.wp-block-pullquote p,.wp-block-pullquote.is-style-solid-color blockquote p{font-size:22px;line-height:30px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:18px;line-height:30px}.wp-block-pullquote.alignleft blockquote,.wp-block-pullquote.alignright blockquote{padding:40px;text-align:left;margin:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{padding:0;margin-top:8px;max-width:400px}.wp-block-pullquote.is-style-solid-color.alignleft,.wp-block-pullquote.is-style-solid-color.alignright{border:none}.wp-block-audio.aligncenter,.wp-block-pullquote.aligncenter{text-align:center}.wp-block-pullquote.aligncenter{padding:0}.wp-block-pullquote.alignleft{text-align:left;margin-right:3rem;margin-bottom:10px}.wp-block-pullquote.alignright{text-align:left;margin-left:3rem;margin-bottom:10px}.wp-block-pullquote cite,.wp-block-quote cite{font-size:80%}.wp-block-image figcaption{font-size:80%;line-height:1.6rem;color:#FFF;position:absolute;bottom:20px;left:0;background-color:rgba(0,0,0,.4);color:rgba(255,255,255,.8);z-index:600;max-width:30%;text-align:left;min-width:140px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;padding:10px}.wp-block-image:hover a+figcaption{background:rgba(0,0,0,.7);color:#FFF}p.has-drop-cap:not(:focus)::first-letter{font-size:7rem;margin:10px 20px 0 0}.wp-block-button__link{font-size:1.4rem;text-transform:uppercase;min-width:40px;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-appearance:none;font-weight:400;border-radius:2px}.is-style-outline .wp-block-button__link{background:0 0;border:1px solid currentcolor}.wp-block-button .wp-block-button__link:hover{-webkit-box-shadow:inset 0 0 230px rgba(0,0,0,.1);box-shadow:inset 0 0 230px rgba(0,0,0,.1)}.is-style-outline .wp-block-button__link:hover{opacity:.7;-webkit-box-shadow:none;box-shadow:none;border-bottom:1px solid}.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2,.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2{font-size:2.8rem}.wp-block-table.is-style-stripes{border-bottom:none;border-left:0;border-top:0}.wp-block-table{width:100%}td{word-break:break-all}.wp-block-image,.wp-block-image .alignleft,.wp-block-image .alignright{position:relative}.wp-block-image .alignleft{margin-right:3rem}.wp-block-image .alignright{margin-left:3rem}body .wp-block-latest-comments{margin:0;padding:0}body .herald-section .wp-block-latest-comments article{margin-bottom:20px;padding:0}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:0}.wp-block-latest-comments__comment-excerpt p:only-of-type{margin-bottom:0}.wp-block-latest-comments__comment-date{margin-top:6px}.entry-content .wp-block-quote,.wp-block-column,.wp-block-embed,.wp-block-image,.wp-block-media-text,.wp-block-pullquote,.wp-block-pullquote.is-style-solid-color blockquote p,.wp-block-separator,.wp-block-table{margin-bottom:3rem}.entry-content .wp-block-gallery{margin-bottom:8px}@media (min-width:600px){.wp-block-column:not(:last-child),.wp-block-column:nth-child(odd){margin-right:15px}.wp-block-column:not(:first-child),.wp-block-column:nth-child(even){margin-left:15px}}.wp-block-column p:only-of-type{margin-bottom:0}@media (max-width:782px){.wp-block-columns{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (max-width:660px){.wp-block-columns{-ms-flex-wrap:wrap;flex-wrap:wrap}.wp-block-columns .wp-block-column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-left:0!important;margin-right:0!important}.entry-content .wp-block-quote,.wp-block-column,.wp-block-embed,.wp-block-image,.wp-block-media-text,.wp-block-pullquote,.wp-block-pullquote.is-style-solid-color blockquote p,.wp-block-separator,.wp-block-table{margin-bottom:10px}.entry-content .wp-block-gallery{margin-bottom:4px}}@media (max-width:1480px) and (min-width:1440px){.herald-site-content{width:1380px;padding:30px 0 1px}.herald-boxed .herald-header-sticky .container,.herald-boxed .herald-single-sticky .container,.herald-boxed .herald-site-footer .container,.herald-boxed .herald-site-header .container{width:1410px}.herald-site-header .header-middle .hel-c{max-width:1380px}.herald-boxed .herald-site-header .herald-mega-menu .container,.herald-menu .herald-mega-menu .herald-no-sid{padding:0 30px}.herald-boxed .herald-mega-menu .container,.herald-site-header .herald-mega-menu .container{width:100%;padding:0 10px 0 30px}.herald-menu li.herald-mega-menu:hover>.sub-menu{left:-30px}.herald-boxed .herald-menu li.herald-mega-menu:hover>.sub-menu{left:0}.hel-r .herald-menu ul li.herald-mega-menu:hover .sub-menu{left:auto;right:-30px}.herald-boxed .hel-r .herald-menu ul li.herald-mega-menu:hover .sub-menu{left:auto;right:0}.herald-breadcrumbs{margin:-30px 30px 30px}.herald-boxed .herald-breadcrumbs{margin:-30px 0 30px}}@media (max-width:1439px) and (min-width:1360px){.herald-site-content{width:100%;padding:30px 0 0;max-width:1300px}.herald-header-sticky .container,.herald-single-sticky .container,.herald-site-footer .container,.herald-site-header .container{padding:0;width:100%;max-width:1300px}.herald-site-header .header-middle .hel-c{max-width:1300px}.herald-boxed .herald-site-content>.container{padding-left:30px;padding-right:30px}.container{width:100%;padding-left:0;padding-right:0}.hel-l{left:15px}.hel-r{right:15px}.hel-c{max-width:1300px}.herald-page>.row>.col-lg-9,.herald-section>.row>.herald-main-content,.herald-single>.row>.col-lg-9{width:74%}.herald-page>.row>.herald-sidebar,.herald-section>.row>.herald-sidebar,.herald-single>.row>.herald-sidebar{width:26%}.herald-mega-menu>.sub-menu .herald-section,.herald-site-header .herald-mega-menu .container{padding:0 30px}.herald-breadcrumbs{margin:-30px 20px 20px}.herald-boxed .herald-breadcrumbs{margin:-30px 0 20px}}@media (max-width:1439px) and (min-width:1250px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.herald-hor-col,.herald-section article{padding-right:15px;padding-left:15px}.row{margin-left:-15px;margin-right:-15px}}@media (max-width:1439px) and (min-width:768px){.herald-module .row>.herald-lay-c,.herald-module .row>.herald-lay-d,.herald-module .row>.herald-lay-e,.herald-module .row>.herald-site-content .herald-related .herald-lay-c,.herald-site-content .herald-related .herald-lay-c,.herald-site-content .herald-related .herald-lay-d,.herald-site-content .herald-related .herald-lay-e{width:50%;max-width:50%;margin-bottom:30px}.herald-module .row>.herald-lay-f,.herald-module .row>.herald-lay-g,.herald-module .row>.herald-lay-h,.herald-site-content .herald-related .herald-lay-f,.herald-site-content .herald-related .herald-lay-g,.herald-site-content .herald-related .herald-lay-h,.herald_posts_widget .row>.herald-lay-f{width:33.33%;margin-bottom:30px}.herald-module .row>.herald-lay-i,.herald-module .row>.herald-lay-j,.herald-site-content .herald-related .herald-lay-i,.herald-site-content .herald-related .herald-lay-j{width:25%;margin-bottom:30px}.herald-module .row>.herald-lay-k,.herald-module .row>.herald-lay-l,.herald-site-content .herald-related .herald-lay-k,.herald-site-content .herald-related .herald-lay-l{width:16.6%;margin-bottom:20px}.herald-module.col-lg-3 .herald-posts article,.herald-module.col-lg-4 .herald-posts article,.herald-module.col-lg-6 .herald-posts article{width:100%;max-width:100%}.herald-lay-f img,.herald-lay-i img{width:100%}.herald-lay-i1 .herald-ovrld{min-height:auto}.herald-fa-wrapper.herald-fa-5 .entry-header{left:30px;top:30px;width:320px}.herald-fa-wrapper.herald-fa-5 .herald-sub-item{width:100%}.herald-fa-wrapper.herald-fa-5 .fa-post-thumbnail img{width:100%;-o-object-fit:cover;object-fit:cover;height:100%}.herald-fa-3 .herald-fa-item:nth-of-type(1),.herald-fa-4 .herald-fa-item:nth-of-type(1),.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1),.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1){width:44%}.herald-fa-3 .herald-fa-item,.herald-fa-4 .herald-fa-item,.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item{width:28%}.herald-no-sid .herald-fa-wrapper .entry-content,.herald-no-sid .herald-fa-wrapper .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .entry-header{width:290px}.herald-lay-c .herald-ovrld .entry-header,.herald-lay-f .herald-ovrld .entry-header,.herald-lay-i .herald-ovrld .entry-header,.herald-single .herald-lay-c .herald-ovrld .entry-header,.herald-single .herald-lay-f .herald-ovrld .entry-header,.herald-single .herald-lay-i .herald-ovrld .entry-header{width:90%}.herald_posts_widget .row>.herald-lay-f,.herald_posts_widget .row>.herald-lay-g{width:100%;max-width:100%}.herald-fa-wrapper .entry-header{left:20px;bottom:20px}.herald-menu .herald-mega-menu .herald-no-sid{padding:0 30px}.herald-boxed .herald-menu li.herald-mega-menu:hover>.sub-menu,.herald-menu li.herald-mega-menu:hover>.sub-menu{left:0}.hel-r .herald-menu ul li.herald-mega-menu:hover .sub-menu,.herald-boxed .hel-r .herald-menu ul li.herald-mega-menu:hover .sub-menu{left:auto;right:0}.herald-sticky-single-visible .herald-goto-top{bottom:75px}.herald-boxed .herald-breadcrumbs,.herald-breadcrumbs{margin:-30px 0 20px}}@media (max-width:1359px) and (min-width:1250px){.herald-site-content{width:100%;padding:30px 0 0;max-width:100%}.container{width:100%;max-width:1233px}.herald-page>.row>.col-lg-9,.herald-section>.row>.herald-main-content,.herald-single>.row>.col-lg-9{width:73%}.herald-page>.row>.herald-sidebar,.herald-section>.row>.herald-sidebar,.herald-single>.row>.herald-sidebar{width:27%}.herald-boxed li.herald-mega-menu>.sub-menu,.herald-menu li.herald-mega-menu>.sub-menu{width:1194px!important}.herald-boxed .herald-menu li.herald-mega-menu .herald-module{width:77%;padding-right:15px}.herald-boxed .herald-menu li.herald-mega-menu .herald-no-sid .herald-module{width:100%;padding-left:15px}.herald-boxed .herald-mega-menu .container,.herald-site-header .herald-mega-menu .container{max-width:100%;padding:0 30px}.herald-boxed .herald-menu li.herald-mega-menu:hover>.sub-menu,.herald-menu li.herald-mega-menu:hover>.sub-menu{left:0}.hel-r .herald-menu ul li.herald-mega-menu:hover .sub-menu,.herald-boxed .hel-r .herald-menu ul li.herald-mega-menu:hover .sub-menu{left:auto;right:0}.herald-boxed .herald-mega-menu .container,.herald-mega-menu .sub-menu .container,.herald-site-header .herald-mega-menu .container{padding:0 30px}.hel-l{left:15px}.hel-r{right:15px}.herald-breadcrumbs{margin:-30px 20px 20px}.header-trending .h6{padding-left:8px}}@media (max-width:1249px) and (min-width:768px){.container,.herald-header-sticky .container,.herald-page>.row>.col-lg-9,.herald-section>.row>.herald-main-content,.herald-single-sticky .container,.herald-single>.row>.col-lg-9,.herald-site-content,.herald-site-footer .container,.herald-site-header .container{width:100%}.hidden-md{display:block!important}.hidden-sm{display:none!important}.herald-site-content{padding:30px;max-width:1024px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.herald-hor-col,.herald-section article{padding-right:15px;padding-left:15px}.row{margin-left:-15px;margin-right:-15px}.herald-boxed .footer-bottom .container,.herald-boxed .herald-header-sticky .container,.herald-boxed .herald-single-sticky .container,.herald-boxed .herald-site-footer>.container,.herald-boxed .herald-site-header .container{width:100%;float:none;margin:0 auto;padding:0 30px;max-width:1024px}.herald-boxed .herald-header-sticky .container,.herald-boxed .herald-site-header .container{padding:0}.herald-boxed .footer-bottom .container{padding:0 30px}.herald-fa-wrapper .entry-header{bottom:20px;left:20px}.herald-site-content{margin-top:0!important}.header-trending img{height:auto;width:auto}.herald-boxed .container,.herald-section.container{padding:0}.herald-module .row>.herald-lay-c,.herald-module .row>.herald-lay-d,.herald-module .row>.herald-lay-e,.herald-module .row>.herald-site-content .herald-related .herald-lay-c,.herald-site-content .herald-related .herald-lay-c,.herald-site-content .herald-related .herald-lay-d,.herald-site-content .herald-related .herald-lay-e{width:50%;margin-bottom:30px}.herald-module .row>.herald-lay-f,.herald-module .row>.herald-lay-g,.herald-module .row>.herald-lay-h,.herald-site-content .herald-related .herald-lay-f,.herald-site-content .herald-related .herald-lay-g,.herald-site-content .herald-related .herald-lay-h{max-width:33.33%;width:33.33%;margin-bottom:30px}.herald-module .row>.herald-lay-i,.herald-module .row>.herald-lay-j,.herald-site-content .herald-related .herald-lay-i,.herald-site-content .herald-related .herald-lay-j{max-width:25%;width:25%;margin-bottom:30px}.herald-module .row>.herald-lay-k,.herald-module .row>.herald-lay-l,.herald-site-content .herald-related .herald-lay-k,.herald-site-content .herald-related .herald-lay-l{max-width:16.6%;width:16.6%;margin-bottom:20px}.herald_posts_widget .row>.herald-lay-f,.herald_posts_widget .row>.herald-lay-g{width:100%;padding:0}.owl-carousel .owl-stage-outer{margin:0}.herald-fa-wrapper.herald-fa-5 .entry-header{left:30px;top:30px}.herald-fa-wrapper.herald-fa-5 .herald-sub-item{width:100%}.herald-fa-wrapper.herald-fa-5 .fa-post-thumbnail img{width:100%;-o-object-fit:cover;object-fit:cover;height:100%}.herald-fa-3 .herald-fa-item:nth-of-type(1),.herald-fa-4 .herald-fa-item:nth-of-type(1),.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1),.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1){width:46.6%}.herald-fa-3 .herald-fa-item,.herald-fa-4 .herald-fa-item,.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item{width:27%}.herald-fa-wrapper.herald-fa-1 .entry-content,.herald-fa-wrapper.herald-fa-1 .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .entry-header{width:80%}.herald-lay-c .herald-ovrld .entry-header,.herald-lay-f .herald-ovrld .entry-header,.herald-lay-i .herald-ovrld .entry-header,.herald-single .herald-lay-c .herald-ovrld .entry-header,.herald-single .herald-lay-f .herald-ovrld .entry-header,.herald-single .herald-lay-i .herald-ovrld .entry-header{width:90%}.herald-sidebar{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;clear:both;width:947px;margin:0 15px 30px;float:none;padding:30px 138px;border-top:1px solid #eee;border-bottom:1px solid #eee}.herald-sidebar .herald-sticky,.herald-sidebar .widget{width:330px;float:none;display:inline-block;padding:0 15px}.herald-sticky .widget{width:100%;padding:0}.herald-lay-a .col-mod{margin:15px auto 0;max-width:100%}.herald-lay-a .entry-header,.herald-lay-b .entry-header,.herald-lay-b .herald-post-thumbnail{margin-bottom:15px}.herald-lay-a{margin-bottom:30px}.herald-lay-a .herald-ovrld .entry-meta{margin-top:7px}.herald-lay-b{margin-bottom:20px}.herald-lay-b p{margin-bottom:0}.herald-lay-b img{width:100%}.herald-lay-e,.herald-lay-g,.herald-lay-h,.herald-no-sid .herald-lay-j,.herald-site-content .herald-related .herald-lay-e,.herald-site-content .herald-related .herald-lay-g,.herald-site-content .herald-related .herald-lay-h{max-width:100%;margin-bottom:20px}.herald-lay-i,.herald-lay-j,.herald-lay-k,.herald-lay-l,.herald-site-content .herald-related .herald-lay-i,.herald-site-content .herald-related .herald-lay-j,.herald-site-content .herald-related .herald-lay-k,.herald-site-content .herald-related .herald-lay-l{max-width:50%}.herald-lay-f img,.herald-lay-k img{width:100%}.col-mod-single{margin-bottom:20px}.herald-module.col-lg-3 .herald-posts article,.herald-module.col-lg-4 .herald-posts article,.herald-module.col-lg-6 .herald-posts article{width:100%;max-width:100%}.herald-module.col-lg-3 .herald-posts .herald-lay-i,.herald-module.col-lg-4 .herald-posts .herald-lay-i,.herald-module.col-lg-6 .herald-posts .herald-lay-i{width:50%;max-width:50%}.owl-carousel .herald-lay-i{max-width:100%}.herald-slider.owl-carousel{margin:0}.herald-fa-wrapper,.herald-txt-module,.herald-vertical-padding{margin-bottom:30px}.herald-no-sid .herald-fa-wrapper .entry-content,.herald-no-sid .herald-fa-wrapper .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .entry-header{width:200px!important}.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1) .entry-title,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-title{width:320px;clear:both}.herald-fa-3 .fa-post-thumbnail img,.herald-fa-4 .fa-post-thumbnail img{-o-object-fit:cover;object-fit:cover}.herald-fa-wrapper.herald-fa-5 .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-5 .herald-fa-item .entry-header{width:280px!important}.herald-fa-wrapper.herald-fa-2 .entry-title{font-size:1.9rem;line-height:2.7rem}.herald-fa-wrapper.herald-fa-2 .entry-header,.herald-no-sid .herald-fa-wrapper .entry-content,.herald-no-sid .herald-fa-wrapper .entry-header{width:200px!important}.herald-fa-wrapper.herald-fa-1 .entry-content,.herald-fa-wrapper.herald-fa-1 .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .entry-header{width:290px!important}.herald-fa-wrapper.herald-fa-5 .fa-sub-items-wrapper .entry-header{width:100%!important}.herald-mega-menu .sub-menu{display:none}.site-title img{max-height:50px}.herald-single-mobile-sticky{display:block;padding:12px 10px 0;height:50px}.herald-single-mobile-sticky .herald-sticky-next a:before,.herald-single-mobile-sticky .herald-sticky-prev a:before{font-size:10px;line-height:23px}.herald-single-mobile-sticky .herald-comment-action{font-size:0;padding:2px 9px}.herald-single-mobile-sticky .herald-comment-action:before{content:"\f0e6";font-family:FontAwesome;font-size:10px;line-height:2.6rem}.herald-single-mobile-sticky .herald-sticky-share{width:190px}.herald-single-mobile-sticky .herald-comment-action,.herald-single-mobile-sticky .herald-share li a{height:27px}.herald-single-mobile-sticky .herald-sticky-next,.herald-single-mobile-sticky .herald-sticky-prev{max-width:30%}.footer-widgets .col-md-3{width:50%}.herald-sticky-single-visible .herald-goto-top{bottom:54px}.herald-menu li.herald-mega-menu .col-lg-3{margin-left:30px;padding-right:30px;width:17%}.herald-menu li.herald-mega-menu .col-lg-3,.herald-menu li.herald-mega-menu .herald-module{display:inline-block;vertical-align:top}}@media (max-width:1249px) and (min-width:1070px){.herald-boxed li.herald-mega-menu>.sub-menu,.herald-menu li.herald-mega-menu>.sub-menu{width:1024px!important}}@media (max-width:1070px) and (min-width:1024px){.herald-boxed .herald-header-sticky .container,.herald-boxed .herald-site-header .container{padding:0 30px}.herald-menu li.herald-mega-menu .col-lg-3{margin-left:30px;padding-right:30px;width:17%}.herald-boxed .herald-site-header .herald-mega-menu .herald-section{padding:0}.herald-menu li.herald-mega-menu .col-lg-3,.herald-menu li.herald-mega-menu .herald-module{display:inline-block;vertical-align:top}}@media (max-width:1023px) and (min-width:768px){html{font-size:58%}.herald-site-content{width:100%;padding:30px;max-width:768px}.herald-sidebar{width:697px;padding:30px 8px}.herald-no-sid .herald-fa-1 .herald-fa-list,.herald-no-sid .herald-fa-2 .herald-fa-list{height:420px}.herald-fa-wrapper .entry-header{bottom:12px;left:12px}.herald-fa-wrapper.herald-fa-1 .h5,.herald-fa-wrapper.herald-fa-1 .h6,.herald-fa-wrapper.herald-fa-2 .h5,.herald-fa-wrapper.herald-fa-2 .h6,.herald-no-sid .herald-fa-wrapper .h6,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .h5,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .h6,.herald-no-sid .herald-fa-wrapper.herald-fa-2 .h5,.herald-no-sid .herald-fa-wrapper.herald-fa-2 .h6,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-title{font-size:1.6rem;line-height:2.3rem;clear:both}.herald-fa-wrapper .entry-header,.herald-fa-wrapper.herald-fa-1 .entry-content,.herald-fa-wrapper.herald-fa-1 .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1) .entry-title,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-title{width:90%}.herald-no-sid .herald-fa-wrapper .meta-category a,.herald-no-sid .herald-fa-wrapper.herald-fa-5 .fa-sub-items-wrapper .meta-category a{padding:4px 8px;font-size:1.2rem;line-height:1.4rem}.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item{height:190px}.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-grid,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-grid,.herald-no-sid .herald-fa-wrapper.herald-fa-5,.herald-no-sid .herald-fa-wrapper.herald-fa-5 .herald-fa-item{height:380px}.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1) .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1) .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-header{width:100%!important}.herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1) .h6,.herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .h6,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-title{font-size:2.3rem;line-height:3.2rem}.herald-fa-wrapper.herald-fa-5 .fa-sub-items-wrapper{width:330px}.herald-no-sid .herald-fa-wrapper.herald-fa-5 .fa-sub-items-wrapper{height:380px;min-height:380px}.herald-fa-wrapper.herald-fa-5 .herald-sub-item,.herald-no-sid .herald-fa-wrapper.herald-fa-5 .herald-sub-item{padding:23px}.herald-lay-a .herald-lay-over,.herald-no-sid .herald-lay-a .herald-lay-over{width:80%;margin-left:-40%;padding:25px}.herald-lay-a3 .entry-header{margin-bottom:0}.herald-lay-a3 .herald-lay-over,.herald-no-sid .herald-lay-a.herald-lay-a3 .herald-lay-over{padding-bottom:0;padding-top:30px}.herald-lay-a3 .herald-lay-over{bottom:0}.herald-lay-a3 .col-mod{width:73%}.herald-fa-wrapper.herald-fa-2 .entry-header,.herald-no-sid .herald-fa-wrapper .entry-content,.herald-no-sid .herald-fa-wrapper .entry-header{width:160px!important}.herald-fa-wrapper.herald-fa-1 .entry-content,.herald-fa-wrapper.herald-fa-1 .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .entry-header{width:200px!important}.herald-fa-wrapper.herald-fa-5 .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-5 .herald-fa-item .entry-header{width:280px!important}.herald-mega-menu .sub-menu{display:none}.herald-single-mobile-sticky{display:block;padding:12px 10px 0;height:50px}.herald-single-mobile-sticky .herald-sticky-next a:before,.herald-single-mobile-sticky .herald-sticky-prev a:before{font-size:10px;line-height:23px}.herald-single-mobile-sticky .herald-sticky-next,.herald-single-mobile-sticky .herald-sticky-prev{max-width:30%}.herald-single-mobile-sticky .herald-comment-action{font-size:0;padding:2px 9px}.herald-single-mobile-sticky .herald-comment-action:before{content:"\f0e6";font-family:FontAwesome;font-size:10px}.herald-single-mobile-sticky .herald-sticky-share{width:190px}.herald-single-mobile-sticky .herald-comment-action,.herald-single-mobile-sticky .herald-share li a{height:27px}.herald-goto-top{right:10px}.herald-sticky-single-visible .herald-goto-top{right:10px;bottom:54px}.herald-ovrld{min-height:145px}}@media (max-width:767px){html{font-size:56%}html body{font-size:15px;line-height:1.55}.herald-entry-content p{margin-bottom:2rem}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.herald-hor-col,.herald-section article{padding-right:10px;padding-left:10px}.row{margin-left:-10px;margin-right:-10px}.herald-mega-menu.herald-mega-menu-classic>.sub-menu>li a{padding:15px 0 15px 20px}.container,.herald-boxed .container,.herald-boxed .herald-site-content,.herald-boxed .herald-site-footer .container,.herald-lay-a .col-mod,.herald-site-content{max-width:375px;width:100%;clear:both;padding:10px}.herald-boxed .herald-header-sticky .container,.herald-boxed .herald-single-sticky .container,.herald-boxed .herald-site-header .container,.herald-responsive-header .container{width:100%;max-width:100%;padding:0}.herald-boxed .herald-site-footer .container{padding:10px 20px}.herald-lay-a .herald-ovrld .entry-header{width:250px}.herald-lay-a .col-mod{margin:15px auto 0;padding:0}.herald-lay-a .entry-header,.herald-lay-b .entry-header,.herald-lay-b .herald-post-thumbnail{margin-bottom:15px}.herald-lay-a,.herald-lay-b{margin-bottom:20px}.herald-lay-a .herald-ovrld .entry-title,.herald-lay-c .herald-ovrld .entry-title,.herald-lay-f .herald-ovrld .entry-title,.herald-single .herald-ovrld .entry-title{font-size:1.9rem;line-height:2.5rem}.herald-lay-a .herald-ovrld .entry-meta{margin-top:7px}.herald-lay-b p{margin-bottom:0}.herald-lay-b img,.herald-lay-i img{width:100%}.herald-lay-i1 .herald-ovrld,.herald-page .herald-ovrld{min-height:auto}.herald-ovrld .entry-header{max-width:90%}.herald-lay-c,.herald-lay-e,.herald-lay-f,.herald-lay-g,.herald-lay-h,.herald-site-content .herald-related .herald-lay-c,.herald-site-content .herald-related .herald-lay-e,.herald-site-content .herald-related .herald-lay-f,.herald-site-content .herald-related .herald-lay-g,.herald-site-content .herald-related .herald-lay-h{max-width:100%;width:100%;margin-bottom:20px}.herald-lay-c .herald-ovrld .entry-header,.herald-single .herald-lay-c .herald-ovrld .entry-header{width:250px}.herald-lay-i,.herald-lay-j,.herald-lay-k,.herald-lay-l,.herald-no-sid .herald-lay-i,.herald-no-sid .herald-lay-j,.herald-site-content .herald-related .herald-lay-i,.herald-site-content .herald-related .herald-lay-j,.herald-site-content .herald-related .herald-lay-k,.herald-site-content .herald-related .herald-lay-l{max-width:50%;width:50%}.herald-lay-c img,.herald-lay-d,.herald-lay-f img,.herald-lay-k img,.herald-site-content .herald-related .herald-lay-d{width:100%}.herald-format-icon-big .herald-format-icon,.herald-format-icon-middle .herald-format-icon{width:60px;height:60px;padding:19px 18px;font-size:18px;line-height:18px;margin-top:-30px;margin-left:-30px;border:2px solid #FFF}.herald-format-icon-small .herald-format-icon{padding:10px}.herald-sidebar{max-width:100%;float:none;margin:0 auto}.entry-meta-wrapper .entry-meta-author{margin-bottom:20px}.comment-form,.herald-gray-area{padding:20px;margin-bottom:20px}.herald-fake-button{padding:13px;font-size:1.3rem}.herald-site-footer .footer-bottom{height:auto}.comment-form-author,.comment-form-email,.comment-form-url{width:100%;padding:0;margin-bottom:15px}.herald-pagination,.herald-single .entry-content,.widget{margin-bottom:20px}.wpcf7-submit,input[type=submit]{max-width:100%;width:100%}.herald-single .herald-ovrld .entry-header .entry-title{padding:0 20px}.herald-pf .herald-format-icon,.herald-pf-invert .herald-format-icon{height:21px;width:21px;padding:6px 0;font-size:1rem}.herald-pagination{padding-top:20px}.herald-pagination .next,.herald-pagination .prev{padding:8px 10px;width:120px}.herald-pagination .page-numbers{padding:8px}.herald-load-more a{padding:8px;width:100%}.footer-bottom .hel-c,.footer-bottom .hel-l,.footer-bottom .hel-r{position:relative;width:100%;clear:both;text-align:center;left:initial;right:initial}.single .row .herald-ad{margin:20px auto;padding:15px 0}.gallery-columns-1 .owl-nav,.gallery-icon a:after{margin-top:-19px}.gallery-columns-1 .owl-nav>div,.gallery-icon a:after{width:38px;height:38px;padding:4px 0}.herald-sidebar .widget article:last-child{margin-bottom:0}.herald-fa-1 .herald-fa-list,.herald-fa-2 .herald-fa-list,.herald-no-sid .herald-fa-1 .herald-fa-list,.herald-no-sid .herald-fa-2 .herald-fa-list{height:auto}.gallery-icon a:after,.herald-image-format .herald-format-ico{font-size:14px;line-height:29px}.herald-entry-content .herald-link-pages a{padding:2px}.entry-content .herald-search-form,.herald-mod-desc .herald-search-form{padding:20px}.herald-fa-3 .fa-post-thumbnail,.herald-fa-4 .fa-post-thumbnail,article.herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1),article.herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1),div.herald-fa-wrapper.herald-fa-3 .herald-fa-item,div.herald-fa-wrapper.herald-fa-4 .herald-fa-item{width:100%}.herald-sidebar{margin-bottom:20px}.herald-no-pad{padding:0 10px 0 0!important}.herald-slider-controls .owl-next,.herald-slider-controls .owl-prev{line-height:2.6rem}.mks_ads_widget>ul{margin:0 -20px}.mks_adswidget_ul.custom li{margin-right:0!important}.herald-sidebar,.widget-title{clear:both}.herald-fa-wrapper .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1) .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1) .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-header{width:90%}.herald-fa-wrapper.herald-fa-1 .h6,.herald-fa-wrapper.herald-fa-2 .h6,.herald-fa-wrapper.herald-fa-3 .h6,.herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1) .entry-title,.herald-fa-wrapper.herald-fa-4 .h6,.herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-title,.herald-fa-wrapper.herald-fa-5 .herald-sub-item .entry-title,.herald-no-sid .herald-fa-wrapper .h6,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .h5,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .h6,.herald-no-sid .herald-fa-wrapper.herald-fa-2 .h5,.herald-no-sid .herald-fa-wrapper.herald-fa-2 .h6,.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1) .entry-title,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-title{font-size:1.9rem;line-height:2.7rem;clear:both}.herald-no-sid .herald-fa-wrapper.herald-fa-1 .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-2 .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-2 .entry-header{width:80%}.herald-fa-1 .herald-fa-item,.herald-fa-1 .herald-fa-item:hover,.herald-fa-2 .herald-fa-item,.herald-fa-2 .herald-fa-item:hover{-webkit-box-flex:1;-ms-flex:1 0 15.7em;flex:1 0 15.7em}.herald-fa-wrapper.herald-fa-1 .entry-content,.herald-fa-wrapper.herald-fa-1 .entry-header,.herald-fa-wrapper.herald-fa-2 .entry-content,.herald-fa-wrapper.herald-fa-2 .entry-header,.herald-fa-wrapper.herald-fa-3 .entry-content,.herald-fa-wrapper.herald-fa-3 .entry-header,.herald-fa-wrapper.herald-fa-4 .entry-content,.herald-fa-wrapper.herald-fa-4 .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-1 .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-2 .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-2 .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-3 .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-3 .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .entry-content,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .entry-header{-webkit-transform:translate(0,0)!important;-ms-transform:translate(0,0)!important;transform:translate(0,0)!important}.herald-fa-wrapper.herald-fa-1 .entry-content,.herald-fa-wrapper.herald-fa-2 .entry-content,.herald-fa-wrapper.herald-fa-3 .entry-content,.herald-fa-wrapper.herald-fa-4 .entry-content,.herald-no-sid .herald-fa-wrapper .entry-content{display:none}.herald-fa-wrapper.herald-fa-3 .herald-fa-grid,.herald-fa-wrapper.herald-fa-4 .herald-fa-grid,.herald-fa-wrapper.herald-fa-5{height:auto!important;display:block}.herald-fa-1 .fa-post-thumbnail,.herald-fa-2 .fa-post-thumbnail,.herald-fa-3 .fa-post-thumbnail,.herald-fa-4 .fa-post-thumbnail,.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1),.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1),article.herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1),article.herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1),div.herald-fa-wrapper.herald-fa-3 .herald-fa-item,div.herald-fa-wrapper.herald-fa-4 .herald-fa-item{width:100%}.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1),.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1),div.herald-fa-wrapper.herald-fa-3 .herald-fa-item,div.herald-fa-wrapper.herald-fa-4 .herald-fa-item{height:260px}.herald-fa-wrapper.herald-fa-1 .entry-header,.herald-fa-wrapper.herald-fa-1 .entry-title,.herald-fa-wrapper.herald-fa-2 .entry-header,.herald-fa-wrapper.herald-fa-2 .entry-title,.herald-fa-wrapper.herald-fa-3 .entry-title,.herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1) .entry-title,.herald-fa-wrapper.herald-fa-4 .entry-content,.herald-fa-wrapper.herald-fa-4 .entry-header,.herald-fa-wrapper.herald-fa-4 .entry-title,.herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) .entry-title{width:90%!important}.herald-fa-wrapper.herald-fa-3 .herald-fa-item,.herald-fa-wrapper.herald-fa-4 .herald-fa-item{border-bottom:1px solid #FFF;border-right:none;border-left:none;border-top:none}.herald-fa-wrapper.herald-fa-5 .herald-fa-item{height:300px!important;display:block}.herald-fa-3 .fa-post-thumbnail img,.herald-fa-4 .fa-post-thumbnail img{-o-object-fit:cover;object-fit:cover}.herald-fa-wrapper.herald-fa-5 .fa-sub-items-wrapper{position:relative;height:auto;width:100%;z-index:1;clear:both;float:left}.herald-fa-wrapper.herald-fa-5 .fa-post-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.herald-fa-wrapper.herald-fa-5 .herald-sub-item{float:left;width:100%;clear:both}.herald-fa-wrapper .entry-header{bottom:20px;left:20px}.herald-fa-wrapper.herald-fa-5 .entry-header,.herald-no-sid .herald-fa-wrapper.herald-fa-5 .herald-fa-item .entry-header{width:80%;top:30px;left:30px}.herald-fa-item .h3{font-size:2.3rem;line-height:3.2rem}.herald-no-sid .herald-fa-wrapper .meta-category a,.herald-no-sid .herald-fa-wrapper.herald-fa-5 .fa-sub-items-wrapper .meta-category a{padding:4px 8px;font-size:1.2rem;line-height:1.4rem}.herald-no-sid .herald-fa-wrapper.herald-fa-5 .herald-sub-item{padding:20px}.herald-no-sid .herald-fa-wrapper.herald-fa-5 .fa-sub-items-wrapper{height:420px}.herald-all-link,.herald-slider-controls{margin-top:-2px}.comment .children{padding:0}li.comment .comment-body{max-width:100%}li.comment .comment-body:after{max-width:100%;width:100%;margin-left:0}.comment-list .comment-content{margin:20px 0 0}.comment-reply-link{margin:10px 0 0}#cancel-comment-reply-link{right:10px;top:-20px}.herald-lay-a .herald-lay-over{position:relative;left:0;top:0;margin:0;padding:20px 0 0!important;width:100%;-webkit-transform:none;-ms-transform:none;transform:none}.herald-mod-wrap .herald-mod-title{position:relative}.herald-mod-wrap .herald-mod-title i.herald-sub-cat-icon{display:inline-block;margin-left:7px;font-size:15px;position:relative}.herald-mod-wrap .herald-mod-subnav,.herald-mod-wrap .herald-mod-title .herald-mobile-hidden{display:none}.herald-mod-wrap .herald-subcat-dropdown{cursor:pointer}.herald-mod-wrap .herald-mod-subnav-mobile{position:absolute;background:inherit;z-index:100;top:30px;left:0;width:335px;margin:0}.herald-mod-wrap .herald-mod-subnav-mobile a{display:block;padding:7px 15px;margin:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.herald-mod-wrap .herald-mod-subnav-mobile a:hover{color:#FFF;padding-left:21px}.footer-widgets .widget:first-child{margin-top:20px}.herald-copyright{line-height:2.4rem}.herald-mega-menu .sub-menu{display:none}.site-title img{max-height:50px}.site-title{font-size:2.4rem;line-height:53px}.h1.site-title{font-size:2.4rem;line-height:2.45}.footer-widgets.container{padding:10px 20px}.herald-lay-a3 .herald-lay-over,.herald-no-sid .herald-lay-a .herald-lay-over,.herald-no-sid .herald-lay-a.herald-lay-a3 .herald-lay-over{margin-left:0;padding:0}.herald-single-mobile-sticky{display:block;padding:12px 10px 0;height:50px}.herald-single-mobile-sticky .herald-sticky-next a:before,.herald-single-mobile-sticky .herald-sticky-prev a:before{font-size:10px;line-height:23px}.herald-single-mobile-sticky .herald-comment-action,.herald-single-mobile-sticky .herald-sticky-next,.herald-single-mobile-sticky .herald-sticky-prev{font-size:0}.herald-single-mobile-sticky .herald-comment-action:before{content:"\f0e6";font-family:FontAwesome;font-size:10px;line-height:2.6rem}.herald-single-mobile-sticky .herald-comment-action{padding:2px 9px}.herald-single-mobile-sticky .herald-comment-action,.herald-single-mobile-sticky .herald-share li a{height:27px}.herald-single-mobile-sticky .container{padding-top:0}.owl-carousel .herald-lay-i,.owl-carousel .herald-lay-j{max-width:100%;width:100%}.herald-no-sid .herald-lay-c,.herald-no-sid .herald-lay-d,.herald-no-sid .herald-lay-e{width:100%}.herald-goto-top{display:none!important}.herald-breadcrumbs{margin:0 10px 20px!important}.herald-boxed .herald-breadcrumbs{margin:-10px -10px 20px!important}.herald-single .herald-ovrld{min-height:100px}.mks_pullquote{margin:0 0 2rem;width:100%!important}.mks_tabs.vertical .mks_tabs_nav{width:100%}.mks_tabs.vertical .mks_tab_nav_item.active{border-right:1px solid;border-bottom:1px solid #FFF}.mks_tabs.vertical .mks_tab_nav_item{width:auto;border-bottom:1px solid;margin:0 8px -1px 0;min-height:39px}.mks_tabs.vertical{padding:38px 0 0}body .format-video .meta-media div.mejs-container .mejs-controls{bottom:0;left:0;right:0;width:100%}body .mejs-container .mejs-controls .mejs-button.mejs-playpause-button{margin:10px 5px}div.mejs-container .mejs-controls .mejs-time{padding-top:19px;padding-left:0;padding-right:0}body .mejs-container.wp-audio-shortcode,div.mejs-container .mejs-controls{height:45px!important}div.mejs-controls div.mejs-time-rail{padding-top:14px}body .mejs-container .mejs-controls .mejs-button{margin:9px 5px 0 0!important}body .mejs-controls a.mejs-horizontal-volume-slider{margin:9px 10px 0 5px;width:20px}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{width:100%!important}.herald-pagination .herald-next a,.herald-pagination .herald-prev a{width:100%}.herald-single-mobile-sticky .herald-sticky-share{width:auto}}@media (max-width:400px){.herald-lay-e,.herald-lay-g,.herald-lay-h,.herald-no-sid .herald-lay-j,.herald-site-content .herald-related .herald-lay-e,.herald-site-content .herald-related .herald-lay-g,.herald-site-content .herald-related .herald-lay-h{max-width:100%}.herald-fa-wrapper.herald-fa-5 .herald-sub-item{padding:20px}.herald-fa-1 .herald-fa-item,.herald-fa-2 .herald-fa-item{display:block;width:100%;height:200px}.herald-fa-1 .herald-fa-item img,.herald-fa-2 .herald-fa-item img{height:auto}.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item,.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1),.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1),div.herald-fa-wrapper.herald-fa-3 .herald-fa-item,div.herald-fa-wrapper.herald-fa-4 .herald-fa-item{height:200px}.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item img,.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1) img,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item img,.herald-no-sid .herald-fa-wrapper.herald-fa-4 .herald-fa-item:nth-of-type(1) img,div.herald-fa-wrapper.herald-fa-3 .herald-fa-item img,div.herald-fa-wrapper.herald-fa-4 .herald-fa-item img{height:auto}.hrd-no-sid .hrd-fa-wrapper.hrd-fa-5 .hrd-fa-item{height:200px}.herald-mod-wrap a.herald-all-link{display:none}.site-title img{max-width:200px}}@media (min-width:768px){.herald-ad{margin:20px auto;display:block;clear:both;width:728px;position:relative;text-align:center}}@media (min-width:1024px){.herald-ad.herald-above-footer,.herald-ad.herald-below-header{width:970px}}@media (max-width:767px){.herald-ad{margin:20px auto;display:block;clear:both;width:375px;position:relative}}@media (max-width:400px){.herald-ad{margin:20px auto;display:block;clear:both;width:300px;position:relative}}@media (max-width:300px){.herald-ad{max-width:100%}}@media only screen and (max-width:1249px){body,html{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden}body.herald-menu-open{overflow:hidden}body.safari.iphone.herald-menu-open{position:fixed;z-index:0;top:0}.herald-nav-toggle{display:block;left:10px}.herald-responsive-header{height:50px;z-index:2;background:#000;width:100%;position:fixed;top:0;left:0;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.herald-site-content{margin-top:50px!important}.herald-below-header{margin-top:70px;margin-bottom:-30px}.herald-responsive-header .container{text-align:center;height:50px}.herald-mobile-nav{position:fixed;top:0;left:-270px;width:270px;height:100%;overflow-x:none;overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.herald-breadcrumbs{margin:0 0 20px}.herald-boxed .herald-breadcrumbs{margin:-30px -30px 20px}.herald-responsive-header .herald-menu-popup-search{position:absolute;right:0;top:0;height:100%;padding:5px 10px 0 0;cursor:pointer;z-index:9999}.herald-responsive-header .herald-menu-popup-search .herald-in-popup{left:auto;right:0;padding:15px 20px;margin:0;max-width:initial;width:300px;opacity:0;display:none}.herald-responsive-header .herald-menu-popup-search.herald-search-active .herald-in-popup{display:block;left:auto;opacity:1}.herald-responsive-header .herald-menu-popup-search .herald-search-submit{background:0 0;position:absolute;right:3px;top:-2px;border:none;height:100%;padding:0 12px;z-index:9999}.herald-responsive-header .herald-menu-popup-search .herald-search-submit:after{font-family:FontAwesome;content:"\f002"}.herald-responsive-header .herald-search-form{position:relative}.herald-responsive-header .herald-menu-popup-search .fa{width:32px;cursor:pointer}.repaint,.safari.iphone .herald-mobile-nav{-webkit-animation:repaint .1s;-moz-animation:repaint .1s;-ms-animation:repaint .1s;animation:repaint .1s}.herald-mobile-nav.open{left:0}.safari.iphone .herald-mobile-nav.open,.safari.iphone .herald-responsive-header.open{top:0}.herald-mobile-nav.close{left:-270px}.herald-site-content{z-index:1}.herald-ad.open,.herald-header-sticky.open,.herald-responsive-header.open,.herald-site-content.open,.herald-site-footer.open{left:270px}.herald-ad.close,.herald-header-sticky.close,.herald-responsive-header.close,.herald-site-content.close,.herald-site-footer.close{left:0}.herald-header-sticky{text-align:center}.herald-header-sticky .site-title{position:relative!important;display:inline-block}.herald-menu-toggler:hover,.herald-nav-toggle:hover{cursor:pointer}.herald-read-more{width:100%}.herald-ovrld .meta-category a{padding:4px 8px;font-size:1.2rem;line-height:1.4rem}.header-trending .h6{padding-left:8px}}.admin-bar .herald-mobile-nav,.admin-bar .herald-responsive-header{top:32px}@media screen and (max-width:782px){.admin-bar .herald-mobile-nav,.admin-bar .herald-responsive-header{top:46px}}@media screen and (max-width:600px){.admin-bar.herald-sticky-header-visible .herald-mobile-nav,.admin-bar.herald-sticky-header-visible .herald-responsive-header{top:0}}@keyframes repaint{0%{width:99.9%}100%{width:100%}}@-webkit-keyframes repaint{0%{width:99.9%}100%{width:100%}}.herald-responsive-header .herald-menu-popup-search,.herald-responsive-header input[type=text],.herald-responsive-header input[type=text]:focus{font-size:16px}@media screen and (max-width:768px){td{padding:5px;width:20%!important}table{width:100%!important}}body.herald-menu-open.android-device{position:fixed}@media screen and (max-width:1024px){html body{font-size:16px}body .h1,body .herald-no-sid .herald-posts .h2,body h1{font-size:4rem;line-height:1.25}body .h2,body .herald-no-sid .herald-posts .h3,body h2{font-size:3.3rem;line-height:1.27}body .h3,body .herald-no-sid .herald-posts .h4,body h3{font-size:2.8rem;line-height:1.29}body .h4,body .herald-no-sid .herald-posts .h5,body h4{font-size:2.3rem;line-height:1.4}body .h5,body .herald-no-sid .herald-posts .h6,body h5{font-size:1.9rem;line-height:1.42}body .h6,body .herald-no-sid .herald-posts .h7,body h6{font-size:1.6rem;line-height:1.44}body .h7{font-size:1.4rem;line-height:1.36}body .entry-meta a,body .entry-meta span,body .entry-meta-single .meta-item.herald-rtime,body.entry-meta .meta-item{font-size:1.4rem;line-height:2}body .herald-entry-content,body .herald-sidebar{font-size:1.6rem}}@media print{#footer,#header,#herald-responsive-header,#nav,#related,#single-sticky,#sticky-header,.herald-ad,.herald-comments .herald-mod-wrap .herald-mod-h,.herald-goto-top,.herald-gray-area,.herald-mobile-nav,.herald-mod-actions,.herald-mod-subnav,.herald-sidebar{display:none!important}.col-lg-9,.container,.herald-boxed .container,.herald-boxed .herald-site-content,.herald-boxed .herald-site-footer .container,.herald-lay-a .col-mod,.herald-site-content{max-width:100%!important;width:100%!important}}
h1,.h1,.herald-no-sid .herald-posts .h2{font-size:4rem}h2,.h2,.herald-no-sid .herald-posts .h3{font-size:3.3rem}h3,.h3,.herald-no-sid .herald-posts .h4{font-size:2.8rem}h4,.h4,.herald-no-sid .herald-posts .h5{font-size:2.3rem}h5,.h5,.herald-no-sid .herald-posts .h6{font-size:1.9rem}h6,.h6,.herald-no-sid .herald-posts .h7{font-size:1.6rem}.h7{font-size:1.4rem}.herald-entry-content,.herald-sidebar{font-size:1.6rem}.entry-content .entry-headline{font-size:1.9rem}body{font-size:1.6rem}.widget{font-size:1.5rem}.herald-menu{font-size:1.4rem}.herald-mod-title .herald-mod-h,.herald-sidebar .widget-title{font-size:1.6rem}.entry-meta .meta-item,.entry-meta a,.entry-meta span{font-size:1.4rem}.entry-meta.meta-small .meta-item,.entry-meta.meta-small a,.entry-meta.meta-small span{font-size:1.3rem}.herald-site-header .header-top,.header-top .herald-in-popup,.header-top .herald-menu ul{background:#111;color:#fff}.header-top a{color:#fff}.header-top a:hover,.header-top .herald-menu li:hover>a{color:#fff}.header-top .herald-menu-popup:hover>span,.header-top .herald-menu-popup-search span:hover,.header-top .herald-menu-popup-search.herald-search-active{color:#fff}#wp-calendar tbody td a{background:#0192ff;color:#fff}.header-top .herald-login #loginform label,.header-top .herald-login p,.header-top a.btn-logout{color:#fff}.header-top .herald-login #loginform input{color:#111}.header-top .herald-login .herald-registration-link:after{background:rgba(255,255,255,.25)}.header-top .herald-login #loginform input[type=submit],.header-top .herald-in-popup .btn-logout{background-color:#fff;color:#111}.header-top a.btn-logout:hover{color:#111}.header-middle{background-color:transparent;color:#fff}.header-middle a{color:#fff}.header-middle.herald-header-wraper,.header-middle .col-lg-12{height:120px}.header-middle .site-title img{max-height:120px}.header-middle .sub-menu{background-color:#fff}.header-middle .sub-menu a,.header-middle .herald-search-submit:hover,.header-middle li.herald-mega-menu .col-lg-3 a:hover,.header-middle li.herald-mega-menu .col-lg-3 a:hover:after{color:#111}.header-middle .herald-menu li:hover>a,.header-middle .herald-menu-popup-search:hover>span,.header-middle .herald-cart-icon:hover>a{color:#111;background-color:#fff}.header-middle .current-menu-parent a,.header-middle .current-menu-ancestor a,.header-middle .current_page_item>a,.header-middle .current-menu-item>a{background-color:rgba(255,255,255,.2)}.header-middle .sub-menu>li>a,.header-middle .herald-search-submit,.header-middle li.herald-mega-menu .col-lg-3 a{color:rgba(17,17,17,.7)}.header-middle .sub-menu>li:hover>a{color:#111}.header-middle .herald-in-popup{background-color:#fff}.header-middle .herald-menu-popup a{color:#111}.header-middle .herald-in-popup{background-color:#fff}.header-middle .herald-search-input{color:#111}.header-middle .herald-menu-popup a{color:#111}.header-middle .herald-menu-popup>span,.header-middle .herald-search-active>span{color:#fff}.header-middle .herald-menu-popup:hover>span,.header-middle .herald-search-active>span{background-color:#fff;color:#111}.header-middle .herald-login #loginform label,.header-middle .herald-login #loginform input,.header-middle .herald-login p,.header-middle a.btn-logout,.header-middle .herald-login .herald-registration-link:hover,.header-middle .herald-login .herald-lost-password-link:hover{color:#111}.header-middle .herald-login .herald-registration-link:after{background:rgba(17,17,17,.15)}.header-middle .herald-login a,.header-middle .herald-username a{color:#111}.header-middle .herald-login a:hover,.header-middle .herald-login .herald-registration-link,.header-middle .herald-login .herald-lost-password-link{color:transparent}.header-middle .herald-login #loginform input[type=submit],.header-middle .herald-in-popup .btn-logout{background-color:transparent;color:#fff}.header-middle a.btn-logout:hover{color:#fff}.header-bottom{background:0 0;color:#fff}.header-bottom a,.header-bottom .herald-site-header .herald-search-submit{color:#fff}.header-bottom a:hover{color:#424242}.header-bottom a:hover,.header-bottom .herald-menu li:hover>a,.header-bottom li.herald-mega-menu .col-lg-3 a:hover:after{color:#424242}.header-bottom .herald-menu li:hover>a,.header-bottom .herald-menu-popup-search:hover>span,.header-bottom .herald-cart-icon:hover>a{color:#424242;background-color:#fff}.header-bottom .current-menu-parent a,.header-bottom .current-menu-ancestor a,.header-bottom .current_page_item>a,.header-bottom .current-menu-item>a{background-color:rgba(255,255,255,.2)}.header-bottom .sub-menu{background-color:#fff}.header-bottom .herald-menu li.herald-mega-menu .col-lg-3 a,.header-bottom .sub-menu>li>a,.header-bottom .herald-search-submit{color:rgba(66,66,66,.7)}.header-bottom .herald-menu li.herald-mega-menu .col-lg-3 a:hover,.header-bottom .sub-menu>li:hover>a{color:#424242}.header-bottom .sub-menu>li>a,.header-bottom .herald-search-submit{color:rgba(66,66,66,.7)}.header-bottom .sub-menu>li:hover>a{color:#424242}.header-bottom .herald-in-popup{background-color:#fff}.header-bottom .herald-menu-popup a{color:#424242}.header-bottom .herald-in-popup,.header-bottom .herald-search-input{background-color:#fff}.header-bottom .herald-menu-popup a,.header-bottom .herald-search-input{color:#424242}.header-bottom .herald-menu-popup>span,.header-bottom .herald-search-active>span{color:#fff}.header-bottom .herald-menu-popup:hover>span,.header-bottom .herald-search-active>span{background-color:#fff;color:#424242}.header-bottom .herald-login #loginform label,.header-bottom .herald-login #loginform input,.header-bottom .herald-login p,.header-bottom a.btn-logout,.header-bottom .herald-login .herald-registration-link:hover,.header-bottom .herald-login .herald-lost-password-link:hover{color:#424242}.header-bottom .herald-login .herald-registration-link:after{background:rgba(66,66,66,.15)}.header-bottom .herald-login a{color:#424242}.header-bottom .herald-login a:hover,.header-bottom .herald-login .herald-registration-link,.header-bottom .herald-login .herald-lost-password-link{color:transparent}.header-bottom .herald-login #loginform input[type=submit],.header-bottom .herald-in-popup .btn-logout{background-color:transparent;color:#fff}.header-bottom a.btn-logout:hover{color:#fff}.herald-header-sticky{background:#000;color:#fff}.herald-header-sticky a{color:#fff}.herald-header-sticky .herald-menu li:hover>a{color:#444;background-color:#fff}.herald-header-sticky .sub-menu{background-color:#fff}.herald-header-sticky .sub-menu a{color:#444}.herald-header-sticky .sub-menu>li:hover>a{color:#000}.herald-header-sticky .herald-in-popup,.herald-header-sticky .herald-search-input{background-color:#fff}.herald-header-sticky .herald-menu-popup a{color:#444}.herald-header-sticky .herald-menu-popup>span,.herald-header-sticky .herald-search-active>span{color:#fff}.herald-header-sticky .herald-menu-popup:hover>span,.herald-header-sticky .herald-search-active>span{background-color:#fff;color:#444}.herald-header-sticky .herald-search-input,.herald-header-sticky .herald-search-submit{color:#444}.herald-header-sticky .herald-menu li:hover>a,.herald-header-sticky .herald-menu-popup-search:hover>span,.herald-header-sticky .herald-cart-icon:hover a{color:#444;background-color:#fff}.herald-header-sticky .herald-login #loginform label,.herald-header-sticky .herald-login #loginform input,.herald-header-sticky .herald-login p,.herald-header-sticky a.btn-logout,.herald-header-sticky .herald-login .herald-registration-link:hover,.herald-header-sticky .herald-login .herald-lost-password-link:hover{color:#444}.herald-header-sticky .herald-login .herald-registration-link:after{background:rgba(68,68,68,.15)}.herald-header-sticky .herald-login a{color:#444}.herald-header-sticky .herald-login a:hover,.herald-header-sticky .herald-login .herald-registration-link,.herald-header-sticky .herald-login .herald-lost-password-link{color:#000}.herald-header-sticky .herald-login #loginform input[type=submit],.herald-header-sticky .herald-in-popup .btn-logout{background-color:#000;color:#fff}.herald-header-sticky a.btn-logout:hover{color:#fff}.header-trending{background:#eee;color:#666}.header-trending a{color:#666}.header-trending a:hover{color:#111}.header-bottom{border-top:1px solid rgba(255,255,255,.15)}.herald-site-content{margin-top:1px}body{background-color:transparent;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-position:center center;background-image:url('https://media.axe.rs/2019/04/axe-bg-redesign.jpg');color:#444;font-family:'Roboto';font-weight:400}.herald-site-content{background-color:#fff;box-shadow:0 0 0 1px rgba(68,68,68,.1)}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.h7,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2,.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2{font-family:'Roboto';font-weight:700}.header-middle .herald-menu,.header-bottom .herald-menu,.herald-header-sticky .herald-menu,.herald-mobile-nav{font-family:'Roboto';font-weight:700}.herald-menu li.herald-mega-menu .herald-ovrld .meta-category a{font-family:'Roboto';font-weight:400}.herald-entry-content blockquote p{color:#0192ff}pre{background:rgba(68,68,68,.06);border:1px solid rgba(68,68,68,.2)}thead{background:rgba(68,68,68,.06)}a,.entry-title a:hover,.herald-menu .sub-menu li .meta-category a{color:#0192ff}.entry-meta-wrapper .entry-meta span:before,.entry-meta-wrapper .entry-meta a:before,.entry-meta-wrapper .entry-meta .meta-item:before,.entry-meta-wrapper .entry-meta div,li.herald-mega-menu .sub-menu .entry-title a,.entry-meta-wrapper .herald-author-twitter{color:#444}.herald-mod-title h1,.herald-mod-title h2,.herald-mod-title h4{color:#fff}.herald-mod-head:after,.herald-mod-title .herald-color,.widget-title:after,.widget-title span{color:#fff;background-color:#333}.herald-mod-title .herald-color a{color:#fff}.herald-ovrld .meta-category a,.herald-fa-wrapper .meta-category a{background-color:#0192ff}.meta-tags a,.widget_tag_cloud a,.herald-share-meta:after{background:rgba(51,51,51,.1)}h1,h2,h3,h4,h5,h6,.entry-title a{color:#333}.herald-pagination .page-numbers,.herald-mod-subnav a,.herald-mod-actions a,.herald-slider-controls div,.meta-tags a,.widget.widget_tag_cloud a,.herald-sidebar .mks_autor_link_wrap a,.herald-sidebar .meks-instagram-follow-link a,.mks_themeforest_widget .mks_read_more a,.herald-read-more{color:#444}.widget.widget_tag_cloud a:hover,.entry-content .meta-tags a:hover{background-color:#0192ff;color:#fff}.herald-pagination .prev.page-numbers,.herald-pagination .next.page-numbers,.herald-pagination .prev.page-numbers:hover,.herald-pagination .next.page-numbers:hover,.herald-pagination .page-numbers.current,.herald-pagination .page-numbers.current:hover,.herald-next a,.herald-pagination .herald-next a:hover,.herald-prev a,.herald-pagination .herald-prev a:hover,.herald-load-more a,.herald-load-more a:hover,.entry-content .herald-search-submit,.herald-mod-desc .herald-search-submit,.wpcf7-submit{background-color:#0192ff;color:#fff}.herald-pagination .page-numbers:hover{background-color:rgba(68,68,68,.1)}.widget a,.recentcomments a,.widget a:hover,.herald-sticky-next a:hover,.herald-sticky-prev a:hover,.herald-mod-subnav a:hover,.herald-mod-actions a:hover,.herald-slider-controls div:hover,.meta-tags a:hover,.widget_tag_cloud a:hover,.mks_autor_link_wrap a:hover,.meks-instagram-follow-link a:hover,.mks_themeforest_widget .mks_read_more a:hover,.herald-read-more:hover,.widget .entry-title a:hover,li.herald-mega-menu .sub-menu .entry-title a:hover,.entry-meta-wrapper .meta-item:hover a,.entry-meta-wrapper .meta-item:hover a:before,.entry-meta-wrapper .herald-share:hover>span,.entry-meta-wrapper .herald-author-name:hover,.entry-meta-wrapper .herald-author-twitter:hover,.entry-meta-wrapper .herald-author-twitter:hover:before{color:#0192ff}.widget ul li a,.widget .entry-title a,.herald-author-name,.entry-meta-wrapper .meta-item,.entry-meta-wrapper .meta-item span,.entry-meta-wrapper .meta-item a,.herald-mod-actions a{color:#444}.widget li:before{background:rgba(68,68,68,.3)}.widget_categories .count{background:#0192ff;color:#fff}input[type=submit],.spinner>div{background-color:#0192ff}.herald-mod-actions a:hover,.comment-body .edit-link a,.herald-breadcrumbs a:hover{color:#0192ff}.herald-header-wraper .herald-soc-nav a:hover,.meta-tags span,li.herald-mega-menu .herald-ovrld .entry-title a,li.herald-mega-menu .herald-ovrld .entry-title a:hover,.herald-ovrld .entry-meta .herald-reviews i:before{color:#fff}.entry-meta .meta-item,.entry-meta span,.entry-meta a,.meta-category span,.post-date,.recentcomments,.rss-date,.comment-metadata a,.entry-meta a:hover,.herald-menu li.herald-mega-menu .col-lg-3 a:after,.herald-breadcrumbs,.herald-breadcrumbs a,.entry-meta .herald-reviews i:before{color:#999}.herald-lay-a .herald-lay-over{background:#fff}.herald-pagination a:hover,input[type=submit]:hover,.entry-content .herald-search-submit:hover,.wpcf7-submit:hover,.herald-fa-wrapper .meta-category a:hover,.herald-ovrld .meta-category a:hover,.herald-mod-desc .herald-search-submit:hover,.herald-single-sticky .herald-share li a:hover{cursor:pointer;text-decoration:none;background-image:-moz-linear-gradient(left,rgba(0,0,0,.1) 0%,rgba(0,0,0,.1) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(0,0,0,.1)),color-stop(100%,rgba(0,0,0,.1)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.1) 0%,rgba(0,0,0,.1) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.1) 0%,rgba(0,0,0,.1) 100%);background-image:-ms-linear-gradient(left,rgba(0,0,0,.1) 0%,rgba(0,0,0,.1) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.1) 0%,rgba(0,0,0,.1) 100%)}.herald-sticky-next a,.herald-sticky-prev a{color:#444}.herald-sticky-prev a:before,.herald-sticky-next a:before,.herald-comment-action,.meta-tags span,.herald-entry-content .herald-link-pages a{background:#444}.herald-sticky-prev a:hover:before,.herald-sticky-next a:hover:before,.herald-comment-action:hover,div.mejs-controls .mejs-time-rail .mejs-time-current,.herald-entry-content .herald-link-pages a:hover{background:#0192ff}.herald-site-footer{background:0 0;color:#fff}.herald-site-footer .widget-title span{color:#fff;background:0 0}.herald-site-footer .widget-title:before{background:#fff}.herald-site-footer .widget-title:after,.herald-site-footer .widget_tag_cloud a{background:rgba(255,255,255,.1)}.herald-site-footer .widget li:before{background:rgba(255,255,255,.3)}.herald-site-footer a,.herald-site-footer .widget a:hover,.herald-site-footer .widget .meta-category a,.herald-site-footer .herald-slider-controls .owl-prev:hover,.herald-site-footer .herald-slider-controls .owl-next:hover,.herald-site-footer .herald-slider-controls .herald-mod-actions:hover{color:#fff}.herald-site-footer .widget a,.herald-site-footer .mks_author_widget h3{color:#fff}.herald-site-footer .entry-meta .meta-item,.herald-site-footer .entry-meta span,.herald-site-footer .entry-meta a,.herald-site-footer .meta-category span,.herald-site-footer .post-date,.herald-site-footer .recentcomments,.herald-site-footer .rss-date,.herald-site-footer .comment-metadata a{color:transparent}.herald-site-footer .mks_author_widget .mks_autor_link_wrap a,.herald-site-footer.mks_read_more a,.herald-site-footer .herald-read-more,.herald-site-footer .herald-slider-controls .owl-prev,.herald-site-footer .herald-slider-controls .owl-next,.herald-site-footer .herald-mod-wrap .herald-mod-actions a{border-color:rgba(255,255,255,.2)}.herald-site-footer .mks_author_widget .mks_autor_link_wrap a:hover,.herald-site-footer.mks_read_more a:hover,.herald-site-footer .herald-read-more:hover,.herald-site-footer .herald-slider-controls .owl-prev:hover,.herald-site-footer .herald-slider-controls .owl-next:hover,.herald-site-footer .herald-mod-wrap .herald-mod-actions a:hover{border-color:rgba(255,255,255,.5)}.herald-site-footer .widget_search .herald-search-input{color:transparent}.herald-site-footer .widget_tag_cloud a:hover{background:#fff;color:#fff}.footer-bottom a{color:#fff}.footer-bottom a:hover,.footer-bottom .herald-copyright a{color:#fff}.footer-bottom .herald-menu li:hover>a{color:#fff}.footer-bottom .sub-menu{background-color:rgba(0,0,0,.5)}.herald-pagination{border-top:1px solid rgba(51,51,51,.1)}.entry-content a:hover,.comment-respond a:hover,.comment-reply-link:hover{border-bottom:2px solid #0192ff}.footer-bottom .herald-copyright a:hover{border-bottom:2px solid #fff}.herald-slider-controls .owl-prev,.herald-slider-controls .owl-next,.herald-mod-wrap .herald-mod-actions a{border:1px solid rgba(68,68,68,.2)}.herald-slider-controls .owl-prev:hover,.herald-slider-controls .owl-next:hover,.herald-mod-wrap .herald-mod-actions a:hover,.herald-author .herald-socials-actions .herald-mod-actions a:hover{border-color:rgba(1,146,255,.5)}.herald-pagination,.herald-link-pages,#wp-calendar thead th,#wp-calendar tbody td,#wp-calendar tbody td:last-child{border-color:rgba(68,68,68,.1)}.herald-lay-h:after,.herald-site-content .herald-related .herald-lay-h:after,.herald-lay-e:after,.herald-site-content .herald-related .herald-lay-e:after,.herald-lay-j:after,.herald-site-content .herald-related .herald-lay-j:after,.herald-lay-l:after,.herald-site-content .herald-related .herald-lay-l:after{background-color:rgba(68,68,68,.1)}.wp-block-button__link{background:#0192ff}input[type=text],input[type=email],input[type=url],input[type=tel],input[type=number],input[type=date],input[type=password],select,textarea,.herald-single-sticky,td,th,table,.mks_author_widget .mks_autor_link_wrap a,.widget .meks-instagram-follow-link a,.mks_read_more a,.herald-read-more{border-color:rgba(68,68,68,.2)}.entry-content .herald-search-input,.herald-fake-button,input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=date]:focus,input[type=password]:focus,textarea:focus{border-color:rgba(68,68,68,.3)}.mks_author_widget .mks_autor_link_wrap a:hover,.widget .meks-instagram-follow-link a:hover,.mks_read_more a:hover,.herald-read-more:hover{border-color:rgba(1,146,255,.5)}.comment-form,.herald-gray-area,.entry-content .herald-search-form,.herald-mod-desc .herald-search-form{background-color:rgba(68,68,68,.06);border:1px solid rgba(68,68,68,.15)}.herald-boxed .herald-breadcrumbs{background-color:rgba(68,68,68,.06)}.herald-breadcrumbs{border-color:rgba(68,68,68,.15)}.single .herald-entry-content .herald-ad,.archive .herald-posts .herald-ad{border-top:1px solid rgba(68,68,68,.15)}.archive .herald-posts .herald-ad{border-bottom:1px solid rgba(68,68,68,.15)}li.comment .comment-body:after{background-color:rgba(68,68,68,.06)}.herald-pf-invert .entry-title a:hover .herald-format-icon{background:#0192ff}.herald-responsive-header,.herald-mobile-nav,.herald-responsive-header .herald-menu-popup-search .fa{color:#fff;background:0 0}.herald-responsive-header a{color:#fff}.herald-mobile-nav li a{color:#fff}.herald-mobile-nav li a,.herald-mobile-nav .herald-mega-menu.herald-mega-menu-classic>.sub-menu>li>a{border-bottom:1px solid rgba(255,255,255,.15)}.herald-mobile-nav{border-right:1px solid rgba(255,255,255,.15)}.herald-mobile-nav li a:hover{color:#fff;background-color:#424242}.herald-menu-toggler{color:#fff;border-color:rgba(255,255,255,.15)}.herald-goto-top{color:#fff;background-color:#333}.herald-goto-top:hover{background-color:#0192ff}.herald-responsive-header .herald-menu-popup>span,.herald-responsive-header .herald-search-active>span{color:#fff}.herald-responsive-header .herald-menu-popup-search .herald-in-popup{background:#fff}.herald-responsive-header .herald-search-input,.herald-responsive-header .herald-menu-popup-search .herald-search-submit{color:#444}a.herald-cat-21,.widget a.herald-cat-21{color:#1fb8bc}.herald-mod-head.herald-cat-21:after{background:#1fb8bc}.herald-mod-head.herald-cat-21 .herald-color{background:#1fb8bc}.herald-ovrld .meta-category a.herald-cat-21{background-color:#1fb8bc;color:#fff}.widget_categories .cat-item-21 .count{background-color:#1fb8bc}.herald-fa-colored .herald-cat-21 .fa-post-thumbnail:before{background-color:#1fb8bc}.herald-fa-wrapper .meta-category .herald-cat-21{background-color:#1fb8bc}.widget_categories .cat-item-21 a:hover{color:#1fb8bc}.herald-site-footer .widget a.herald-cat-21{color:#1fb8bc}li.herald-mega-menu .sub-menu a.herald-cat-21{color:#1fb8bc}a.herald-cat-6,.widget a.herald-cat-6{color:#17439b}.herald-mod-head.herald-cat-6:after{background:#17439b}.herald-mod-head.herald-cat-6 .herald-color{background:#17439b}.herald-ovrld .meta-category a.herald-cat-6{background-color:#17439b;color:#fff}.widget_categories .cat-item-6 .count{background-color:#17439b}.herald-fa-colored .herald-cat-6 .fa-post-thumbnail:before{background-color:#17439b}.herald-fa-wrapper .meta-category .herald-cat-6{background-color:#17439b}.widget_categories .cat-item-6 a:hover{color:#17439b}.herald-site-footer .widget a.herald-cat-6{color:#17439b}li.herald-mega-menu .sub-menu a.herald-cat-6{color:#17439b}a.herald-cat-5,.widget a.herald-cat-5{color:#00bab3}.herald-mod-head.herald-cat-5:after{background:#00bab3}.herald-mod-head.herald-cat-5 .herald-color{background:#00bab3}.herald-ovrld .meta-category a.herald-cat-5{background-color:#00bab3;color:#fff}.widget_categories .cat-item-5 .count{background-color:#00bab3}.herald-fa-colored .herald-cat-5 .fa-post-thumbnail:before{background-color:#00bab3}.herald-fa-wrapper .meta-category .herald-cat-5{background-color:#00bab3}.widget_categories .cat-item-5 a:hover{color:#00bab3}.herald-site-footer .widget a.herald-cat-5{color:#00bab3}li.herald-mega-menu .sub-menu a.herald-cat-5{color:#00bab3}a.herald-cat-4,.widget a.herald-cat-4{color:#ba0000}.herald-mod-head.herald-cat-4:after{background:#ba0000}.herald-mod-head.herald-cat-4 .herald-color{background:#ba0000}.herald-ovrld .meta-category a.herald-cat-4{background-color:#ba0000;color:#fff}.widget_categories .cat-item-4 .count{background-color:#ba0000}.herald-fa-colored .herald-cat-4 .fa-post-thumbnail:before{background-color:#ba0000}.herald-fa-wrapper .meta-category .herald-cat-4{background-color:#ba0000}.widget_categories .cat-item-4 a:hover{color:#ba0000}.herald-site-footer .widget a.herald-cat-4{color:#ba0000}li.herald-mega-menu .sub-menu a.herald-cat-4{color:#ba0000}a.herald-cat-8,.widget a.herald-cat-8{color:#328e01}.herald-mod-head.herald-cat-8:after{background:#328e01}.herald-mod-head.herald-cat-8 .herald-color{background:#328e01}.herald-ovrld .meta-category a.herald-cat-8{background-color:#328e01;color:#fff}.widget_categories .cat-item-8 .count{background-color:#328e01}.herald-fa-colored .herald-cat-8 .fa-post-thumbnail:before{background-color:#328e01}.herald-fa-wrapper .meta-category .herald-cat-8{background-color:#328e01}.widget_categories .cat-item-8 a:hover{color:#328e01}.herald-site-footer .widget a.herald-cat-8{color:#328e01}li.herald-mega-menu .sub-menu a.herald-cat-8{color:#328e01}a.herald-cat-7,.widget a.herald-cat-7{color:#d93}.herald-mod-head.herald-cat-7:after{background:#d93}.herald-mod-head.herald-cat-7 .herald-color{background:#d93}.herald-ovrld .meta-category a.herald-cat-7{background-color:#d93;color:#fff}.widget_categories .cat-item-7 .count{background-color:#d93}.herald-fa-colored .herald-cat-7 .fa-post-thumbnail:before{background-color:#d93}.herald-fa-wrapper .meta-category .herald-cat-7{background-color:#d93}.widget_categories .cat-item-7 a:hover{color:#d93}.herald-site-footer .widget a.herald-cat-7{color:#d93}li.herald-mega-menu .sub-menu a.herald-cat-7{color:#d93}a.herald-cat-14265,.widget a.herald-cat-14265{color:#01cde6}.herald-mod-head.herald-cat-14265:after{background:#01cde6}.herald-mod-head.herald-cat-14265 .herald-color{background:#01cde6}.herald-ovrld .meta-category a.herald-cat-14265{background-color:#01cde6;color:#fff}.widget_categories .cat-item-14265 .count{background-color:#01cde6}.herald-fa-colored .herald-cat-14265 .fa-post-thumbnail:before{background-color:#01cde6}.herald-fa-wrapper .meta-category .herald-cat-14265{background-color:#01cde6}.widget_categories .cat-item-14265 a:hover{color:#01cde6}.herald-site-footer .widget a.herald-cat-14265{color:#01cde6}li.herald-mega-menu .sub-menu a.herald-cat-14265{color:#01cde6}a.herald-cat-1268,.widget a.herald-cat-1268{color:#01cde6}.herald-mod-head.herald-cat-1268:after{background:#01cde6}.herald-mod-head.herald-cat-1268 .herald-color{background:#01cde6}.herald-ovrld .meta-category a.herald-cat-1268{background-color:#01cde6;color:#fff}.widget_categories .cat-item-1268 .count{background-color:#01cde6}.herald-fa-colored .herald-cat-1268 .fa-post-thumbnail:before{background-color:#01cde6}.herald-fa-wrapper .meta-category .herald-cat-1268{background-color:#01cde6}.widget_categories .cat-item-1268 a:hover{color:#01cde6}.herald-site-footer .widget a.herald-cat-1268{color:#01cde6}li.herald-mega-menu .sub-menu a.herald-cat-1268{color:#01cde6}a.herald-cat-14268,.widget a.herald-cat-14268{color:#01cde6}.herald-mod-head.herald-cat-14268:after{background:#01cde6}.herald-mod-head.herald-cat-14268 .herald-color{background:#01cde6}.herald-ovrld .meta-category a.herald-cat-14268{background-color:#01cde6;color:#fff}.widget_categories .cat-item-14268 .count{background-color:#01cde6}.herald-fa-colored .herald-cat-14268 .fa-post-thumbnail:before{background-color:#01cde6}.herald-fa-wrapper .meta-category .herald-cat-14268{background-color:#01cde6}.widget_categories .cat-item-14268 a:hover{color:#01cde6}.herald-site-footer .widget a.herald-cat-14268{color:#01cde6}li.herald-mega-menu .sub-menu a.herald-cat-14268{color:#01cde6}a.herald-cat-14266,.widget a.herald-cat-14266{color:#01cde6}.herald-mod-head.herald-cat-14266:after{background:#01cde6}.herald-mod-head.herald-cat-14266 .herald-color{background:#01cde6}.herald-ovrld .meta-category a.herald-cat-14266{background-color:#01cde6;color:#fff}.widget_categories .cat-item-14266 .count{background-color:#01cde6}.herald-fa-colored .herald-cat-14266 .fa-post-thumbnail:before{background-color:#01cde6}.herald-fa-wrapper .meta-category .herald-cat-14266{background-color:#01cde6}.widget_categories .cat-item-14266 a:hover{color:#01cde6}.herald-site-footer .widget a.herald-cat-14266{color:#01cde6}li.herald-mega-menu .sub-menu a.herald-cat-14266{color:#01cde6}a.herald-cat-14532,.widget a.herald-cat-14532{color:#0192ff}.herald-mod-head.herald-cat-14532:after{background:#0192ff}.herald-mod-head.herald-cat-14532 .herald-color{background:#0192ff}.herald-ovrld .meta-category a.herald-cat-14532{background-color:#0192ff;color:#fff}.widget_categories .cat-item-14532 .count{background-color:#0192ff}.herald-fa-colored .herald-cat-14532 .fa-post-thumbnail:before{background-color:#0192ff}.herald-fa-wrapper .meta-category .herald-cat-14532{background-color:#0192ff}.widget_categories .cat-item-14532 a:hover{color:#0192ff}.herald-site-footer .widget a.herald-cat-14532{color:#0192ff}li.herald-mega-menu .sub-menu a.herald-cat-14532{color:#0192ff}.site-title a{text-transform:none}.site-description{text-transform:none}.main-navigation{text-transform:uppercase}.entry-title{text-transform:none}.meta-category a{text-transform:uppercase}.herald-mod-title{text-transform:none}.herald-sidebar .widget-title{text-transform:none}.herald-site-footer .widget-title{text-transform:none}.fa-post-thumbnail:before,.herald-ovrld .herald-post-thumbnail span:before,.herald-ovrld .herald-post-thumbnail a:before{opacity:.5}.herald-fa-item:hover .fa-post-thumbnail:before,.herald-ovrld:hover .herald-post-thumbnail a:before,.herald-ovrld:hover .herald-post-thumbnail span:before{opacity:.8}@media only screen and (min-width:1249px){.herald-site-header .header-top,.header-middle,.header-bottom,.herald-header-sticky,.header-trending{display:block !important}.herald-responsive-header,.herald-mobile-nav{display:none !important}.herald-site-content{margin-top:0 !important}.herald-mega-menu .sub-menu{display:block}.header-mobile-ad{display:none}}
#axe-header-top{background:rgba(0,0,0,.3);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.3)),color-stop(100%,rgba(124,125,125,.3)));background:-webkit-linear-gradient(top,rgba(0,0,0,.3) 0,rgba(124,125,125,.3) 100%);background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.3)),to(rgba(124,125,125,.3)));background:linear-gradient(to bottom,rgba(0,0,0,.3) 0,rgba(124,125,125,.3) 100%)}.header-middle .herald-ad{margin:29px auto!important}#axe-header{border-top:none}@media (min-width:1201px){#axe-header{background:rgba(0,33,81,.54);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,33,81,.54)),color-stop(100%,rgba(28,142,224,.9)));background:-webkit-linear-gradient(top,rgba(0,33,81,.54) 0,rgba(28,142,224,.9) 100%);background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,33,81,.54)),to(rgba(28,142,224,.9)));background:linear-gradient(to bottom,rgba(0,33,81,.54) 0,rgba(28,142,224,.9) 100%);position:static!important;width:1400px;margin:0 auto}#axe-header .hel-l{left:20px}#axe-header .hel-r{right:20px}}.home .herald-site-content{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.home .axe-featured-area .herald-fa-wrapper{border-top:1px solid #fff;border-bottom:1px solid #fff}@media (min-width:1201px){.home .axe-featured-area .herald-fa-wrapper{margin-bottom:0}}@media (min-width:991px) and (max-width:1200px){.home .axe-featured-area .herald-fa-wrapper{margin-bottom:0}}.home .herald-mod-head:after{background-color:#1083db!important}.home .herald-mod-head .owl-next,.home .herald-mod-head .owl-prev{color:#fff!important}.home .herald-mod-head .herald-mod-title .herald-color{background-color:#1083db!important}.home .herald-posts .post h1 a,.home .herald-posts .post h2 a,.home .herald-posts .post h3 a,.home .herald-posts .post h4 a,.home .herald-posts .post h5 a{color:#fff!important}.home .herald-posts .herald-date>*{color:#fff!important}.home .yesp .yesp-playlist .yesp-playlist-video{border-bottom:1px solid #fff}.home .cff-wrapper{border:1px solid #fff;border-bottom:none}.home .cff-wrapper #cff .cff-posts-wrap .cff-item{background-color:rgba(38,65,92,.7)!important;border-bottom:1px solid #fff}.home .cff-wrapper #cff .cff-posts-wrap .cff-item:first-child{margin-top:0}.home .cff-wrapper #cff .cff-posts-wrap .cff-item .cff-text-link .cff-link-caption,.home .cff-wrapper #cff .cff-posts-wrap .cff-item .cff-text-link .cff-post-desc{color:#f0f0f0}.home .cff-wrapper #cff .cff-posts-wrap .cff-item .cff-comment-text-wrapper a,.home .cff-wrapper #cff .cff-posts-wrap .cff-item .cff-comment-text-wrapper p{font-size:14px}.home #sb_instagram .sb_instagram_header .sbi_header_text{color:#fff}.home #sb_instagram .sb_instagram_header .sbi_header_text h3{color:#fff}body{background-size:100%!important;background-attachment:fixed}.axe-ad{margin-bottom:15px}.category-hardver .herald-mod-wrap .herald-mod-head{height:50px}.category-hardver .herald-mod-wrap .herald-mod-head .herald-mod-title .herald-mod-h{padding:14px 14px 13px}.sgi-gallery .gallery-item{margin-bottom:3rem;padding:0}#axe-page-select{padding:0}#axe-footer-center{text-align:center}.footer-bottom{background-color:transparent!important;margin-bottom:80px}
.herald-header-sticky{background:rgba(0,0,0,.7) !important}.herald-all-link{border:1px solid #0192ff !important;color:#fff !important;background:rgba(0,0,0,.2);transition:all .5s ease 0s}#menu-main-menu>li:last-child{background-color:#af4500 !important}.herald-all-link:hover{background:rgba(0,0,0,.5)}.cff-view-comments{background:0 !important}.owl-prev{background:rgba(0,0,0,.2) !important}.owl-next{background:rgba(0,0,0,.2) !important}.entry-content p{text-align:justify}.mks_author_link{color:#fff !important;border-color:#fff !important}@media screen and (max-width:1520px){body{background:url('https://media.axe.rs/2019/04/mobile-background.jpg') #000 no-repeat;background-attachment:fixed;background-size:cover !important}}@media screen and (max-width:1248px){.herald-responsive-header,.herald-mobile-nav,.herald-responsive-header{background:rgba(0,0,0,.8);padding-bottom:58px}.meks-instagram-widget{max-width:335px !important}}.entry-meta-wrapper .entry-meta .herald-comments a:before{content:"";width:30px;height:23px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAXCAYAAAAcP/9qAAAFUUlEQVRIx52Wa2wUVRTHbyEUCdoWDR/4oIlKQP1gIhrRGEJ59SEoj4DQVloKRTSigIRACUh8gDElUhBaQAvb2pLS3Xns7G73MTu726UUrYWUtkIKZZXSWLUFtaQNRJi/507ZuqW7pXGTf7K5mZnf/Z97zrmHSZLEYinoEtnBMiuLy9JYfI6WmLja+yzpVVI6KZO0nrSD9FVCrvfYw6tUeXyOWjMu23MhYbW3g9ankVg0seHAdqvEvA6RpexwJsZlaF3x2RrYch/YW/e0PAA2vxpsngyWZgVboIAtsoMtpbUVLiSt1X75P+DRZkGafTFoKXh/n/0qe9MPcoFpm92YvsWN5HwnUrcr2FZxUS90dehH1Hb9ZN2vutrUrZ9u/VOfuikI9rqCCWu1wpGCZ5GOiZJ0ze8UQXAkrfGCg7cdtOG83wK+fsolwKeUI9QYQLTfj1f+0lmqjPhMN3//5ZGAb5MgiBKaAxZkf+kAm1ODKRvcqPMIoNDDZpVglSUoVhkmkwlWqxV9fX1D4PlVl3U2w4KEPK3zQeApHEpu4asWwf8ncrfz/dhZbEMjueUb4uthcWhpaSksFgt6enqGwJ/ZGNRZmsxDXjwceFXYbRO5XVNAbufW4LmP3DhNbu2KOAgaCS8rK0NlZSW6uroGgZuv3dT5WcdnuHjIZ8QCF/MPqRROymg8tlalBAng48PR3d4PLy8vNzbQ2dk5CL5TaAuHvCsW+FzY7fp9VBYpNXjqQ4+RTNUx3EZKlmWUlJSgra3t/ojrUzYGjZKjkBfdD55Auuu2i+Ca9K6HHgxg671MHs5tWGaz2TjraInW1H5TH001PvZtNwicGglOC7vdtJ/cptbgifUeaJRkTtuD3XJVVFRAVVXE+n1uDelsrsTBv0WCP/HY++t2Yp6KuIV+7P5GwTmfAMsI3HLx0mpoaIgJXnW0RWfpVg4uigSfOeUWsL+UWt9SH+KW+bDPpBhh5psZKTgUCkWFNoT+JqiCh3LUOwQeP9AeSb385XqvgIw91GvTajDpHRXVFOYAJdeDzpifbVVVVdRa5smVXnDWCPOEPG1vZHLFkZJFUbrFw11L7XDyBx6jY6XschqueacaDnzixAl4PJ6obs9f7dH5BTI226MTNNEAU80yOsPwBp63CFLvWU1AcTkPud/o0Xu+VYz2OVzIeZjr6+ujgpceaASbLXK3RwbquOykTNefGHnWU6llXuQNI3cvda4FfkyktsnrmO7nISHntSsIAoqKitDa2joEeuX3Xp0tdiA+yyijSQPgGdtcxoVPjX8ATh9/L0jh5h1s4rr+7jWTrsFGn8W4IMJnyjvV8ePHjTJyOBxRzzf7cLPOZhluywf16pc2uxl1pgGw2A8/femUxbgYRq3QMC6HLorFfmw/7EC98zuUlZqMRNI0DS0tzbje3R01xB3Xb+lsiQNjMg23jw8Cv7bVZYAVAssyH3eEna0ELTRZMW6lhjFZGu2WwHwDyx2ora0F+jros3eiZm9Yt/+5q6881KSzOXSf52mWIdfiK1tcLHTGzCh5kr5XheJKs4ycL+hsMzRDHEoP9g8D6TYsO9iq+y/d0qvqb+gHXO36LvNlfYPpArIPNWFhwVkkf/oDXsyvw+QNQYyiGykhV+XvPz0ETI6Tdx9VpHWUSMn5LiTmEmCJH2NW/gcNixo8ZbqTMt1mjDUshWateRL4pGHMXHztDdvA3EWDXy+5PRZ19Nm43z6dzQ8UsiU+hS3zBQj4E7lrT1rt/YMeuEHqJvEJ4mdSC02TdTRNVj+Sq1bQDPY1rX1G2kTKJS0izSS9QHqS9GisYe9f7hnzaK06DdoAAAAASUVORK5CYII=);display:block;text-align:center;margin:0 auto 5px}
.herald-ad hidden-xs{display:auto}