.fb_social_open .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.fb_social_open .fancybox-outer, .fb_social_open .fancybox-inner {
    z-index: 5;
}

.fb_social_open .fancybox-inner {
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

#fb-social-popup-close {
    cursor: pointer;
    z-index: 9950;
    display: none;
    background: none !important;
    width: 24px !important;
    height: 24px !important;
    top: 20px !important;
    right: 28px !important;
    position: fixed !important;
}

.fb-social-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fb-social-container {
    text-align: center;
    position: relative;
    max-width: 830px;
    height: auto;
    margin: 0 auto;
    clear: both;
}

.fb-social-container-ctx {
    float: left;
    width: 100%;
    margin-left: .5em;
    padding-bottom: 2em;
}

.fb-social-widget, .fb-social-loader, .fb-social-more {
    cursor: pointer;
    width: 150px;
    height: 150px;
    float: left;
    overflow: hidden;
    margin: 0 1em 1em 0;
    position: relative;
}

body.rtl .fb-social-widget, body.rtl .fb-social-loader, body.rtl .fb-social-more {
    float: right
}

.fb-social-widget {
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    position: relative;
    top: 0;
    left: 0;
}

.fb-social-widget:hover div.fb-social-image > img {
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
}

.fb-social-hidden {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: -99999px;
    left: -99999px;
}

.fb-social-loader {
    display: none;
    height: 50px;
    width: 814px !important;
    background: #f6f6f6 !important;
    background: var(--gray-1) !important;
}

.fb-social-more {
    text-transform: capitalize;
    font-style: italic;
    position: relative;
    z-index: 1;
    line-height: 50px !important;
    height: 100%;
    float: left;
    width: 100%;
    font-family: Georgia, Arial, sans-serif !important;
    font-size: 16px !important;
    color: #333 !important;
    color: var(--gray-9) !important;
}

.fb-social-image {
    background: #000;
    background: var(--black);
    float: left;
    clear: both;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.fb-social-info {
    display: none;
}

#fb-social-popup {
    background-color: #FFF;
    background-color: var(--white);
    max-width: 975px;
    float: left;
    opacity: 0;
    filter: alpha(opacity=0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#fb-social-popup .fb-social-info {
    display: block;
    float: right;
    max-width: 375px;
    width: 375px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}

.fb-social-author {
    font-weight: bold;
    line-height: 40px;
    float: left;
    height: 40px;
    width: 100%;
}

.fb-social-author-picture {
    float: left;
}

body.rtl .fb-social-author-picture {
    float: right
}

.fb-social-author-name {
    padding-left: 10px;
}

body.rtl .fb-social-author-name {
    padding-left: 0;
    padding-right: 10px;
}

.fb-social-date {
    clear: both;
    width: 100%;
    text-align: left;
    float: left;
    font-size: 12px;
    color: #808080;
    padding: 10px 0;
}

body.rtl .fb-social-date {
    text-align: right;
}

.fb-social-text {
    border-top: 1px solid #d4d4d4;
    padding-top: 1em;
    color: #666;
    color: var(--gray-7);
    float: left;
    clear: both;
    width: 100%;
    line-height: 24px;
}

.fb-social-images {
    z-index: 5;
    position: relative;
    height: 600px;
    float: left;
    max-width: 600px;
    clear: none;
    width: 600px;
    overflow: hidden;
}

.fb-social-images.landscape {
    height: 200px;
}

.fb-social-images.portrait {
    width: 450px;
}

.fb-social-images * {
    width: 100%;
}

.fb-social-images.portrait img {
    height: 100%;
    width: auto;
}

.fb-social-image img {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fb-social-author-picture img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

#fb-social-popup-next, #fb-social-popup-prev {
    z-index: 9950;
    display: none;
    cursor: pointer;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 150px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    margin-top: -20px;
}

#fb-social-popup-prev {
    left: 20px;
}

#fb-social-popup-next {
    right: 20px;
}

body.rtl #fb-social-popup-prev {
    left: auto;
    right: 20px;
}

body.rtl #fb-social-popup-next {
    right: auto;
    left: 20px;
}

.fbsocial-svg {
    float: left;
    width: 40px;
    height: 40px;
}

#fb-social-popup-close .fbsocial-svg {
    width: 24px;
    height: 24px;
}

.fbsocial-svg path {
    fill: #ddd;
    fill: rgba(255, 255, 255, .5);
    fill: rgba(var(--rgba-white), .5);
}

.fbsocial-svg:hover path {
    fill: #eee;
    fill: rgba(255, 255, 255, .75);
    fill: rgba(var(--rgba-white), .75);
}

.fb-social-info > a.fb-social-logo {
    position: absolute;
    right: 0;
    bottom: 0;
    float: left;
    height: 50px;
    width: 50px;
    overflow: hidden;
    line-height: 150px;
    background: transparent url(../images/localmeasure/icon-twitter.png) no-repeat left top;
}

.fb-social-info > a.fb-social-instagram-logo {
    background: transparent url(../images/localmeasure/icon-instagram.png) no-repeat left top;
}

.fb-social-info > a.fb-social-facebook-logo {
    background: transparent url(../images/localmeasure/icon-facebook.png) no-repeat left top;
}

.fb-social-video {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: transparent url(../images/localmeasure/icon-play-25.png) no-repeat center center;
}

.fb-social-fancybox {
    width: 975px !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    /*background: #f9f9f9;*/
    color: #444;
    color: var(--gray-8);
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-inner {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 25px rgba(var(--rgba-black), 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(var(--rgba-black) 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(var(--rgba-black), 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
    background-color: #fff;
    background-color: var(--body-bg);
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    color: var(--gray-8);
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/fancybox/blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(var(--rgba-black), 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    /*background: url(../images/fancybox/fancybox_overlay.png);*/
    background: rgba(0, 0, 0, .8);
    background: rgba(var(--rgba-black), .8);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    background: rgba(var(--rgba-black), 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    color: var(--white);
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
    color: var(--white);
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    color: var(--white);
    padding: 10px;
    background: #000;
    background: var(--black);
    background: rgba(0, 0, 0, .8);
    background: rgba(var(--rgba-black), .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(../images/fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url(../images/fancybox/fancybox_loading@2x.gif);
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}