/*!
 * Social Locker - v1.7.9, 2015-04-10 
 * for jQuery: http://onepress-media.com/plugin/social-locker-for-jquery/get 
 * for Wordpress: http://onepress-media.com/plugin/social-locker-for-wordpress/get 
 * 
 * Copyright 2014, OnePress, http://byonepress.com 
 * Help Desk: http://support.onepress-media.com/ 
*/


/**
* Basic styles
*/

/* locker text */
.onp-sociallocker .onp-sociallocker-strong,
.onp-sociallocker .onp-sociallocker-message, 
.onp-sociallocker .onp-sociallocker-timer,
.onp-sociallocker .onp-sociallocker-error-title,
.onp-sociallocker-error-text {
    font: normal normal 400 13px/23px "Arial", "Helvetica", sans-serif;;
    color: #111;
}

.onp-sociallocker iframe {
   margin: 0px !important;
}

/* locker containers */
.onp-sociallocker, 
.onp-sociallocker .onp-sociallocker-outer-wrap, 
.onp-sociallocker .onp-sociallocker-inner-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.onp-sociallocker {
    position: relative !important;
    background-color: #f9f9f9;
    padding: 25px;
    margin: 20px auto;
    max-width: 650px;
}
.onp-sociallocker p {
    margin: 0px;
}
.onp-sociallocker-inner-wrap.credential {
    padding-bottom:28px;
}

/**
* Locker Messages
*/

.onp-sociallocker .onp-sociallocker-text {
    text-align: center;
}
.onp-sociallocker-text .onp-sociallocker-strong {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

/**
* Locker Credential
*/
.onp-sociallocker .onp-sl-credential-link {
    position: absolute;
    width:300px;
    text-align:center;
    text-decoration: none;
    font-size:12px;
    bottom:5px; right:50% !important;
    margin-right:-150px;
    line-height: 2.5;
    border:0;
    border-top:1px solid #dddddd;
    color:#A7A7A7;
}
.onp-sociallocker .onp-sl-credential-link:hover {
    text-decoration: underline;
    color:#9E9E9E;
}

/**
* Locker Errors
*/

/* Error that is rised when the locker is setup incorrect. */
.onp-sociallocker-error {
    display: block !important;
    padding: 20px !important;
    font: normal normal 400 12px/18px "PT Sans", sans-serif !important;
    background-color: #ffebe8 !important;
    border: 1px solid #dd3c10 !important;
    text-align: left !important;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    text-shadow: none !important;
    margin: 20px 0 !important;
    color: #000 !important;
}

.onp-sociallocker-state-error .onp-social-button {
    display: none;
}
.onp-sociallocker .onp-sociallocker-error-body {
    text-align: center;
}
.onp-sociallocker .onp-sociallocker-error-title,
.onp-sociallocker .onp-sociallocker-error-text {
    text-shadow: none;
}
.onp-sociallocker .onp-sociallocker-error-title {
    text-align: center !important;
    display: inline-block !important;
    background-color: #cc0000 !important;
    font-size: 14px !important;
    line-height: 100% !important;
    padding: 4px 10px !important;
    color: #fff !important;
    vertical-align: top !important;
}
.onp-sociallocker .onp-sociallocker-error-title:hover {
    background-color: #ee0000 !important;
}
.onp-sociallocker .onp-sociallocker-error-text {
    background: #c00 !important;
    color: #fff !important;
    padding: 10px !important;
    margin-top: 15px !important;
}
.onp-sociallocker .onp-sociallocker-error-body .onp-sociallocker-error-text {
    display: none;
}
.onp-sl-prompt {
    display:none;
    text-align:center;
    background: #F0F0F0;
    color: #170000;
    padding: 15px 20px 20px;
    margin-top: 15px;
}
.onp-sl-prompt-button-yes, .onp-sl-prompt-button-no {
    line-height: 18px;
    padding: 9px 12px 6px 12px;
    margin: 10px 10px 0 0;
    border-radius: 3px;
    font-size:13px;
    font-weight: lighter;
    text-transform: none;
    border:0;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor:pointer;

}
.onp-sl-prompt-button-yes {
    background: #ffe16c;
    border-bottom: 3px solid #f0cc41;
    color: #382f0e;
}
.onp-sl-prompt-button-no {
    background: #e5e5e5;
    border-bottom: 3px solid #c6c6c6;
    color: #382f0e;
}
.onp-sl-prompt-button-yes:hover {
    background: #ffdb4d;
}
.onp-sl-prompt-button-no:hover {
    background: #dbd9d9;
}
/**
* Locker Buttons
*/

.onp-sociallocker-buttons {
    text-align: center;
}
.onp-sociallocker-text + .onp-sociallocker-buttons {
    margin-top: 5px;
}
.onp-sociallocker-button-inner-wrap {
    height: 40px;
    min-width: 120px;
    padding: 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.onp-sociallocker-state-loading .onp-sociallocker-button-inner-wrap {
    background: url("../img/button-loader-f2f2f2.gif") 50% 50% no-repeat;
}

.onp-social-button {
    min-width: 104px;
}
/* facebook buttons, google buttons and tweet button always has the fixed size */
.onp-facebook-button,
.onp-google-button,
.onp-twitter-tweet {
    width: 104px;
}
.onp-sociallocker-button-overlay {
    width: 100%;
    border-bottom: none;
}


.onp-sociallocker-button-inner-wrap {
    position: relative;
}
.onp-sociallocker-button {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
}
.onp-sociallocker.onp-sociallocker-no-counters .onp-sociallocker-button {
    text-align: center;
}
.onp-sociallocker-button-overlay {
    position: absolute;
    top: 0px; left: 0px;
}
.onp-sociallocker-button {
    margin: 10px 5px 0 5px;
    background-color: #f2f2f2;
}
.onp-social-button {
    overflow: hidden;
    padding: 1px;
    position: relative;
    top: -1px;
}

.onp-sociallocker-opera .fb-like {
    position: relative;
    top: -2px;
}
.onp-sociallocker-button-facebook-like .fb-like span {
    vertical-align: top !important;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.onp-social-button .onp-button-error {
    line-height: normal !important;
    color:red !important;
    font-family: arial, sans-serif !important;
    font-size:14px !important;
}

/* facebook share button */
.onp-facebook-share-button {
    line-height: 1%;
}
.onp-sociallocker-vertical .onp-facebook-share-button span {
    top: 1px;
}
.onp-facebook-share-button-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0);
    cursor: pointer;
    z-index: 20;
}
.onp-facebook-share-button-overlay:hover {
    background-color: rgba(255,255,255,0.1);
}

/* Youtube button */
.onp-sociallocker-button-google-youtube .onp-sociallocker-button-inner-wrap {
    padding:8px 7px;
}
.onp-youtube-subscribe-button {
    text-align:center;
    line-height: 0;
}
.onp-youtube-subscribe-button div {
    box-sizing: content-box;
}
.onp-pseudo-youtube-subscribe-button {
    display: inline-block;
    color: #fefefe;
    height: 22px;
    padding: 0 8px 0 5.5px;
    border: solid 1px transparent;
    outline: 0;
    font: 12px arial,sans-serif;
    font-weight: lighter;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
    line-height: 1.8;
    text-align: left;
    text-shadow: none;
    vertical-align: top;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    background-image: -moz-linear-gradient(bottom,#c7231a 0,#e62c22 100%);
    background-image: -ms-linear-gradient(bottom,#c7231a 0,#e62c22 100%);
    background-image: -o-linear-gradient(bottom,#c7231a 0,#e62c22 100%);
    background-image: -webkit-linear-gradient(bottom,#c7231a 0,#e62c22 100%);
    background-image: linear-gradient(to top,#c7231a 0,#e62c22 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e62c22,EndColorStr=#c7231a);

}
.onp-pseudo-youtube-subscribe-button:hover {
    box-shadow:0 1px 0 rgba(0,0,0,.20);
    background-image:linear-gradient(to top,#dc2f2c 0,#fa362a 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fa362a,EndColorStr=#dc2f2c);
}
.onp-pseudo-youtube-subscribe-button:active {
    box-shadow:inset 0 1px 0 rgba(0,0,0,.30);
    background-image:linear-gradient(to top,#b01d13 0,#c6282c 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#c6282c,EndColorStr=#b01d13);
}
.onp-youtube-btn-icon {
    float:left;
    margin:5px;
    background: no-repeat url(//s.ytimg.com/yts/imgbin/www-hitchhiker-vflSir8ao.webp) 0 -2129px;
    background-size: auto;
    width: 16px;
    height: 12px;
    margin-left:0;
}
.onp-youtube-subscribe-counter {
    display:none;
    position: relative;
    white-space: nowrap;
    padding: 0 6px;
    height: 22px;
    border: 1px solid #ccc;
    background:#fff;
    color: #777;
    font-size: 11px;
    text-align: center;
    line-height: 22px;
    margin-left:10px;
}
.onp-youtube-subscribe-counter:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -6px;
    border-width: 6px 6px 6px 0;
    border-style: solid;
    margin-top: 2px;
    border-color: transparent #ccc;
}
.onp-youtube-subscribe-counter:after {
    content: '';
    position: absolute;
    top: 4px;
    left: -5px;
    border-width: 5px 5px 5px 0;
    border-style: solid;
    border-color: transparent #fafafa;
    margin-top: 2px;
}

/* remove the popup comment box */
.onp-sociallocker-button .fb-like span,
.onp-sociallocker-button .fb-like iframe {
    height: 22px;
}
.onp-sociallocker-button .fb-like span {
    overflow: hidden;
    padding: 0 1px;
}
.onp-sociallocker-button-unsupported {
    font-size: 10px;
    text-align: center;
    line-height: 13px;
}

.onp-vk-button-inner.counter-off {
    width:47px;
    margin:0 auto;
    overflow:hidden;
}
/* vk like button */
.onp-vk-like-alert {
    position:absolute;
    width:150px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color:#ff6e6e;
    font-family: tahoma, verdana, arial, sans-serif, Lucida Sans;
    font-size: 11px;
    line-height: 140%;
    color:#fff;
    padding:8px 10px;
    text-align:center;
    border-radius:5px;
    z-index:99999;
}
.onp-vk-like-alert:before {
    position:absolute;
    content: '';
    top:-25px; right:5px;
    width:32px; height:30px;
    background: url(../img/vklike-tt-alert-arrow.png) no-repeat;
}
/* vk share button */
.onp-sociallocker-button .onp-vk-share-auth-block {
    display:none;
    position: absolute;
    top:0; left:0; bottom:0; right:0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAAAAAA6I3INAAAACXBIWXMAAAsSAAALEgHS3X78AAAALHRFWHRDcmVhdGlvbiBUaW1lAFR1ZSAxNCBBdWcgMjAxMiAxMDoyODoyNCAtMDYwMF/LW6kAAAA5SURBVAiZY2AAA2kIpQShJCGUAoQSh1CyEEoERYMIigZxFEoSRQkDNu2oRqNai+okWRSeAgqFqgQALLsC+Y1LS9gAAAAASUVORK5CYII=) repeat;
    border-radius:3px;
    font-family: tahoma,arial,verdana,sans-serif,Lucida Sans;
    text-shadow: none !important;
    font-size: 11px;
    text-align:center;
    cursor:pointer;
    line-height:19px;
    color:#fff;
    z-index:9999;
    opacity:0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* vk subscribe button */
.onp-sociallocker-button .onp-vk-subscribe-button {
    height:22px;
}

.onp-sociallocker-button .onp-vk-subscribe-button-wrap, .onp-sociallocker-button .onp-vk-share-button-wrap {
    position:relative;
    display: inline-block;
    width:auto;
    height:20px;
    overflow:hidden;
}

.onp-sociallocker-button .onp-vk-subscribe-button.load {
    background: url(http://vk.com/images/upload.gif) center center no-repeat;
}

div[id^="vk_subscribe_"] {
    position:absolute;
    top:0; left:0;
}

div[id^="vk_subscribe_"] iframe {
    position:absolute;
    top:-190px; left:-30px;
    z-index:9;
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.onp-pseudo-subscribe-button, .onp-pseudo-share-button {
    min-width:10px; height:20px;
    padding:0 10px 0 0;
    margin-right: 1px;
    line-height:1.8;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    text-shadow: none !important;
    font-size:11px;
    color:#fff;
    background:#5F83AA;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index:1;
    cursor:pointer;
    text-align: left;
    white-space: nowrap;
}
.onp-pseudo-subscribe-button.onp-repeat-to-subscribe {
    padding: 0px;
}

.onp-pseudo-subscribe-button span,
.onp-pseudo-share-button span {
    display:inline-block;
    padding:0px;
}
.onp-pseudo-subscribe-button.onp-repeat-to-subscribe span {
    padding:0px 10px;
}

.onp-pseudo-subscribe-button .onp-vk-like-left, .onp-pseudo-share-button .onp-vk-like-left {
    display:inline-block;
    width: 15px;
    height: 14px;
    float: left;
    border-right: 1px solid #87a2bf;
    border-right-color: rgba(255,255,255, 0.24);
    padding-left: 5px;
    padding-right: 1px;
    margin:3px 8px 0 0;
    text-align:center;
    vertical-align: top;
    box-sizing: content-box;
}

.onp-pseudo-subscribe-button .onp-vk-like-logo, .onp-pseudo-share-button .onp-vk-like-logo {
    display:block;
    background-image: url('../img/like_widget.png');
    background-position: 0px 0px;
    height: 8px;
    width:7px;
    margin: 3px 0 0 3px;
}

.onp-sociallocker-button .onp-vk-subscribe-button:hover .onp-pseudo-subscribe-button, .onp-sociallocker-button .onp-vk-share-button:hover .onp-pseudo-share-button {
    box-shadow: inset 0 0 50px rgba(255,255,255, 0.1);
    -webkit-box-shadow: inset 0 0 50px rgba(255,255,255, 0.1);
    -moz-box-shadow: inset 0 0 50px rgba(255,255,255, 0.1);
}

.onp-pseudo-subscribe-counter, .onp-pseudo-share-counter {
    position:relative;
    display: none;
    vertical-align:top;
    min-width:15px;
    border: 1px solid #bbbfc4;
    color: #666c73;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    padding: 3px 5px 3px;
    margin-left:8px;
    font-family: tahoma, verdana, arial, sans-serif, Lucida Sans;
    font-weight: bold;
    font-size:9px;
    text-align: center;
    line-height: 13px;
    background: #ffffff;
}

.onp-pseudo-subscribe-counter.show, .onp-pseudo-share-counter.show {
    display: inline-block;
}

.onp-pseudo-subscribe-counter:before, .onp-pseudo-share-counter:before {
    content: '';
    position: absolute;
    top:50%; left:-5px;
    width: 5px;
    height: 9px;
    font-weight:lighter;
    overflow: hidden;
    margin-top: -4.5px;
    background: url('../img/like_widget.png') 0px -27px no-repeat;
    box-sizing: content-box;
}

/* ok klass button */
.onp-ok-klass-button.counter-off {
    text-align:center;
}
.onp-ok-klass-button.counter-off > div {
    display:inline-block;
}
.onp-ok-button-inner {
    width:85px;
    overflow:hidden;
}
/**
* Overlay for buttons
*/

.onp-sociallocker-button-overlay * {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}
.onp-sociallocker-overlay-front,
.onp-sociallocker-overlay-back {
    height: 100%;
    top: 0px;
    left: 0px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/**
* Helper tools (timer, close icon)
*/

.onp-sociallocker .onp-sociallocker-cross {
    background: url("../img/close.png") 50% 50% no-repeat;
    width: 16px;
    height: 16px;
    opacity: 0.1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 2;
}
.onp-sociallocker:hover .onp-sociallocker-cross {
    opacity: 0.2;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}
.onp-sociallocker .onp-sociallocker-cross:hover {
    opacity: 0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.onp-sociallocker .onp-sociallocker-timer {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 10;
}
.onp-sociallocker .onp-sociallocker-timer,
.onp-sociallocker .onp-sociallocker-timer * {
    font: normal normal 400 12px/12px sans-serif;
    text-transform: lowercase;
}
.onp-sociallocker .onp-sociallocker-timer {
    color: #000;
    margin-left: 5px;
}
.onp-sociallocker .onp-sociallocker-timer-counter {
    font-weight: bold;
}
.onp-google-button {
    position: relative;
}

/**
* Base styles of the flip effect
*/
.onp-sociallocker-flip .onp-sociallocker-button-inner-wrap
{
    perspective: 500px;
    perspective-origin: 50% 0;
    -webkit-perspective: 500px;
    -webkit-perspective-origin: 50% 0;
    -moz-perspective: 500px;
    -moz-perspective-origin: 50% 0;
}
.onp-sociallocker-flip .onp-sociallocker-button-overlay {
    display: block;

    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: transform .3s ease;
    transform: translate(0);

    -webkit-transform-origin: bottom;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .3s ease;
    -webkit-transform: translateY(0) rotateX(0);

    -moz-transform-origin: bottom;
    -moz-transform-style: preserve-3d;
    -moz-transition: -moz-transform .3s ease;
    -moz-transform: translate(0);

    text-decoration: none !important;
}
.onp-sociallocker-flip .onp-sociallocker-overlay-back
{
    transform: rotateX(-180deg) translateZ(4px);
    -webkit-transform: rotateX(-180deg) translateZ(4px);
    -moz-transform: rotateX(-180deg) translateZ(4px);
}
.onp-sociallocker-flip .onp-sociallocker-overlay-header {
    height: 4px;

    transform-origin: top;
    transform: rotateX(-90deg);
    -webkit-transform-origin: top;
    -webkit-transform: rotateX(-90deg);
    -moz-transform-origin: top;
    -moz-transform: rotateX(-90deg);
}
.onp-sociallocker-touch .onp-sociallocker-button-overlay {
    cursor: pointer;
}

/* button in the error state */
.onp-sociallocker .onp-sociallocker-state-error.onp-sociallocker-button .onp-sociallocker-overlay-text {
    text-decoration: line-through;
    color: #fff;
    text-shadow: none;
}
.onp-sociallocker .onp-sociallocker-state-error.onp-sociallocker-button .onp-sociallocker-overlay-front,
.onp-sociallocker .onp-sociallocker-state-error.onp-sociallocker-button .onp-sociallocker-overlay-header,
.onp-sociallocker .onp-sociallocker-state-error.onp-sociallocker-button .onp-sociallocker-overlay-back {
    background: #c00!important;
}

.onp-sociallocker-no-touch .onp-sociallocker-flip:hover .onp-sociallocker-button-overlay,
.onp-sociallocker-flip-hover .onp-sociallocker-button-overlay
{
    display: block !important;
    transform: translateY(4px) rotateX(-105deg);
    -webkit-transform: translateY(4px) rotateX(-105deg);
    -moz-transform: translateY(4px) rotateX(-105deg);
}
.onp-sociallocker-no-touch .onp-sociallocker-flip.onp-sl-step-completed:hover .onp-sociallocker-button-overlay,
.onp-sociallocker-flip-hover.onp-sl-step-completed .onp-sociallocker-button-overlay {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}
.onp-sociallocker-flip:hover .onp-sociallocker-overlay-back {
    border-top: 2px solid #eee;
}

.onp-sociallocker-flip.onp-sl-step-completed .onp-sociallocker-overlay-front {
    background: #777 !important;
    color: #fff;
}
.onp-sociallocker-flip.onp-sl-step-completed .onp-sociallocker-overlay-text {
    text-decoration: line-through;
}

/**
* Overlap Styles
*/

.onp-sociallocker-overlap-box,
.onp-sociallocker-overlap-background {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.onp-sociallocker-overlap-background {
    background-color: #fefefe;
    z-index: 25;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: .8;
}
.onp-sociallocker-blurring-mode .onp-sociallocker-overlap-background {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: .2;
}
.onp-sociallocker-overlap-locker-box {
    position: absolute;
    top: 50%;
    z-index: 40;
    left: 0px;
    right: 0px;
}
.onp-sociallocker-overlap-locker-box.onp-sociallocker-position-top,
.onp-sociallocker-overlap-locker-box.onp-sociallocker-position-scroll {
    top: 0px;
}
.onp-sociallocker-overlap-box .onp-sociallocker {
    margin: 0px auto !important;
}

/**
* Secrets style
*
* Credits:
* http://dribbble.com/shots/457259-Twitter-Button-Concept
* http://dribbble.com/shots/363710-Fb-Btn-Concept
* http://dribbble.com/shots/363401-Facebook-button-concept
* http://dribbble.com/shots/777465-Social-Sharing-Buttons
* http://dribbble.com/shots/684822-Free-Social-Button-PSD
*/

.onp-sociallocker-secrets .onp-social-button {
    min-width:130px;
}
.onp-sociallocker-secrets .fb-like span,
.onp-sociallocker-secrets .fb-like iframe {
    width: 118px !important;
}
.onp-sociallocker-secrets {
    padding: 20px;
    margin: 10px auto 15px auto;
    border: 0px;

    background-color: transparent;
}
.onp-sociallocker-secrets .onp-sociallocker-inner-wrap {
    border: 3px solid #fefefe;
    background-color: #f7f7f7;
    padding: 30px;
}
.onp-sociallocker-secrets .onp-sociallocker-inner-wrap.credential {
    padding-bottom: 50px;
}
.onp-sociallocker-secrets .onp-sociallocker-outer-wrap {
    border: 1px solid #e6e6e6;

    -moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 40px rgba(0,0,0,0.08);
}
.onp-sociallocker-secrets .onp-sociallocker-text,
.onp-sociallocker-secrets  .onp-sociallocker-timer,
.onp-sociallocker-secrets .onp-sociallocker-timer * {
    -webkit-text-shadow: 1px 1px 2px #fff;
    -moz-text-shadow: 1px 1px 2px #fff;
    text-shadow: 1px 1px 2px #fff;
}
.onp-sociallocker-secrets .onp-sociallocker-text .onp-sociallocker-strong:before,
.onp-sociallocker-secrets .onp-sociallocker-text .onp-sociallocker-strong:after
{
    content: " ";
    display: inline-block;
    width: 11px;
    height: 14px;
    margin: 0 9px;
    background: url("../img/lock-icon.png") 0px 2px no-repeat;
}
@media screen and (max-width: 500px)
{
    .onp-sociallocker-secrets .onp-sociallocker-text .onp-sociallocker-strong:before,
    .onp-sociallocker-secrets .onp-sociallocker-text .onp-sociallocker-strong:after
    {
        display: none;
    }
}
.onp-sociallocker-secrets .onp-sociallocker-text .onp-sociallocker-strong:after {
    margin-left: 10px;
}
.onp-sociallocker-secrets .onp-sociallocker-button {
    padding: 4px;
    background: rgba(0, 0, 0, 0.05);
}
.onp-sociallocker-secrets .onp-sociallocker-button-inner-wrap,
.onp-sociallocker-secrets .onp-sociallocker-button-overlay {
    height: 34px;
    min-width: 150px;
}
.onp-sociallocker-secrets .onp-sociallocker-button-inner-wrap{
    padding: 7px;
    -moz-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.25);
}

.onp-sociallocker-secrets .onp-sociallocker-button .onp-sociallocker-overlay-front {

    box-shadow: inset 0 2px 0 rgba(255,255,255,.25);
    -moz-box-shadow: inset 0 2px 0 rgba(255,255,255,.25);
    -webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,.25);
    position: relative;

    background: rgb(247,247,247); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYmZlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGExZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='f7f7f7', endColorstr='eeeeee',GradientType=0 ); /* IE6-8 */
}

.onp-sociallocker-secrets .onp-sociallocker-button .onp-sociallocker-overlay-icon {
    height: 34px;
    width: 44px;
    background: url("../img/social-icons.png") -1000px 50% no-repeat;
    position: absolute;
}
.onp-sociallocker-secrets .onp-sociallocker-button .onp-sociallocker-overlay-line {
    position: absolute;
    left: 41px;
    top: 7px;
    height: 21px;
    width: 0px;
    border-left: 1px solid rgba(0,0,0,0.11);
    border-right: 1px solid rgba(255,255,255,0.16);
}
.onp-sociallocker-secrets .onp-sociallocker-button .onp-sociallocker-overlay-text {
    font-size: 14px;
    font-family: "Arial", "Helvetica", sans-serif;
    line-height: 34px;
    color: #fff;
    text-align: center;
    position: static;
    padding-left: 42px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.15);
}
.onp-sociallocker-secrets .onp-sociallocker-button .onp-sociallocker-overlay-back {
    background: #eaeaea;
}
.onp-sociallocker-secrets .onp-sociallocker-button .onp-sociallocker-overlay-header {
    background: #eaeaea;
}

.onp-sociallocker-secrets .onp-sociallocker-button-twitter .onp-sociallocker-overlay-front {
    background: rgb(0,191,238); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYmZlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGExZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,191,238,1) 0%, rgba(0,161,227,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,191,238,1)), color-stop(100%,rgba(0,161,227,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,191,238,1) 0%,rgba(0,161,227,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,191,238,1) 0%,rgba(0,161,227,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,191,238,1) 0%,rgba(0,161,227,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,191,238,1) 0%,rgba(0,161,227,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfee', endColorstr='#00a1e3',GradientType=0 ); /* IE6-8 */
}
.onp-sociallocker-secrets .onp-sociallocker-button-twitter .onp-sociallocker-overlay-icon {
    background-position: -132px 8px;
}
.onp-sociallocker-secrets .onp-sociallocker-button-twitter .onp-sociallocker-overlay-back {
    background: #24b1e5;
}
.onp-sociallocker-secrets .onp-sociallocker-button-twitter .onp-sociallocker-overlay-header {
    background: #368acd;
}

.onp-sociallocker-secrets .onp-sociallocker-button-facebook .onp-sociallocker-overlay-front {
    background: rgb(85,129,188); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1ODFiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzI1NWI5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(85,129,188,1) 0%, rgba(37,91,157,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,129,188,1)), color-stop(99%,rgba(37,91,157,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(85,129,188,1) 0%,rgba(37,91,157,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(85,129,188,1) 0%,rgba(37,91,157,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(85,129,188,1) 0%,rgba(37,91,157,1) 99%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(85,129,188,1) 0%,rgba(37,91,157,1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5581bc', endColorstr='#255b9d',GradientType=0 ); /* IE6-8 */
}
.onp-sociallocker-secrets .onp-sociallocker-button-facebook .onp-sociallocker-overlay-icon {
    background-position: 15px 9px;
}
.onp-sociallocker-secrets .onp-sociallocker-button-facebook .onp-sociallocker-overlay-back {
    background: #46629e;
}
.onp-sociallocker-secrets .onp-sociallocker-button-facebook .onp-sociallocker-overlay-header {
    background-color: #314775;
}

.onp-sociallocker-secrets .onp-sociallocker-button-google .onp-sociallocker-overlay-front {
    background: #5c5c5c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjNWM1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTA5MGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #5c5c5c 0%, #15090d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c5c5c), color-stop(100%,#15090d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5c5c5c 0%,#15090d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5c5c5c 0%,#15090d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5c5c5c 0%,#15090d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5c5c5c 0%,#15090d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5c', endColorstr='#15090d',GradientType=0 ); /* IE6-8 */

}
.onp-sociallocker-secrets .onp-sociallocker-button-google .onp-sociallocker-overlay-icon {
    background-position: -18px 9px;
}
.onp-sociallocker-secrets .onp-sociallocker-button-google .onp-sociallocker-overlay-back {
    background: #494647;
}
.onp-sociallocker-secrets .onp-sociallocker-button-google .onp-sociallocker-overlay-header {
    background-color: #111111;
}

.onp-sociallocker-secrets .onp-sociallocker-button-linkedin .onp-sociallocker-overlay-front {
    background: #0076a3; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzZhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDU1NzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #0076a3 0%, #005575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0076a3), color-stop(100%,#005575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0076a3 0%,#005575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0076a3 0%,#005575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0076a3 0%,#005575 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0076a3 0%,#005575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076a3', endColorstr='#005575',GradientType=0 ); /* IE6-8 */

}
.onp-sociallocker-secrets .onp-sociallocker-button-linkedin .onp-sociallocker-overlay-icon {
    background-position: -58px 8px;
}
.onp-sociallocker-secrets .onp-sociallocker-button-linkedin .onp-sociallocker-overlay-back {
    background: #286b8d;
}
.onp-sociallocker-secrets .onp-sociallocker-button-linkedin .onp-sociallocker-overlay-header {
    background-color: #19465d;
}
.onp-sociallocker-secrets .onp-sociallocker-button-vk .onp-sociallocker-overlay-front {
    background: #64a0bc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0YTBiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTdhOWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #64a0bc 0%, #597a9f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64a0bc), color-stop(100%,#597a9f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #64a0bc 0%,#597a9f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #64a0bc 0%,#597a9f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #64a0bc 0%,#597a9f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #64a0bc 0%,#597a9f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64a0bc', endColorstr='#597a9f',GradientType=0 ); /* IE6-8 */
}
.onp-sociallocker-secrets .onp-sociallocker-button-vk .onp-sociallocker-overlay-icon {
    background-position: -171px 9px;
}
.onp-sociallocker-secrets .onp-sociallocker-button-vk .onp-sociallocker-overlay-back {
    background: #64a0bc;
}
.onp-sociallocker-secrets .onp-sociallocker-button-vk .onp-sociallocker-overlay-header {
    background-color: #4a6887;
}

.onp-sociallocker-secrets .onp-sociallocker-button-ok .onp-sociallocker-overlay-front {
    background: #fe8c19; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlOGMxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNjc0MDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fe8c19 0%, #e67401 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe8c19), color-stop(100%,#e67401)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fe8c19 0%,#e67401 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fe8c19 0%,#e67401 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fe8c19 0%,#e67401 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fe8c19 0%,#e67401 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8c19', endColorstr='#e67401',GradientType=0 ); /* IE6-8 */

}
.onp-sociallocker-secrets .onp-sociallocker-button-ok .onp-sociallocker-overlay-icon {
    background-position: -95px 7px;
}
.onp-sociallocker-secrets .onp-sociallocker-button-ok .onp-sociallocker-overlay-back {
    background: #ea7e12;
}
.onp-sociallocker-secrets .onp-sociallocker-button-ok .onp-sociallocker-overlay-header {
    background-color: #d37210;
}

/* Youtube button */
.onp-sociallocker-secrets .onp-sociallocker-button-google-youtube .onp-sociallocker-button-inner-wrap {
    padding: 5px 7px;
}
.onp-sociallocker-secrets .onp-sociallocker-button-google-youtube .onp-sociallocker-overlay-front {
    background: rgb(232,88,88); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4NTg1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjODIzMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(232,88,88,1) 0%, rgba(200,35,26,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,88,88,1)), color-stop(100%,rgba(200,35,26,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(232,88,88,1) 0%,rgba(200,35,26,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(232,88,88,1) 0%,rgba(200,35,26,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(232,88,88,1) 0%,rgba(200,35,26,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(232,88,88,1) 0%,rgba(200,35,26,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85858', endColorstr='#c8231a',GradientType=0 ); /* IE6-8 */
}
.onp-sociallocker-secrets .onp-sociallocker-button-google-youtube .onp-sociallocker-overlay-icon {
    background-position: -207px 8px;
}
.onp-sociallocker-secrets .onp-sociallocker-button-google-youtube .onp-sociallocker-overlay-back {
    background: #E85858;
}
.onp-sociallocker-secrets .onp-sociallocker-button-google-youtube .onp-sociallocker-overlay-header {
    background-color: #C8231A;
}

/* vk subscribe button */
.onp-sociallocker-secrets .onp-vk-subscribe-button {
    min-width:130px;
}

.onp-sociallocker-secrets .onp-sociallocker-cross {
    top: 28px;
    right: 28px;
}
.onp-sociallocker-secrets .onp-sociallocker-timer {
    right: 30px;
    bottom: 28px;
    color: #777;
}
.onp-sociallocker-secrets .onp-sociallocker-state-loading .onp-sociallocker-button-inner-wrap {
    background-image: url("../img/button-loader-eaeaea.gif");
}
.onp-sociallocker-secrets .onp-sl-credential-link {
    bottom:28px;
}

/**
* Dandyish style
*/

.onp-sociallocker-dandyish {
    padding: 7px;
    background: url("../img/dandysh-border.png");
    border-radius: 12px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.onp-sociallocker-dandyish .onp-sociallocker-outer-wrap {
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
}
.onp-sociallocker-dandyish .onp-sociallocker-inner-wrap {
    padding: 10px;
    border-radius: 10px;
    background-color: f8f8f8;
    background: linear-gradient(top, #f9f9f9, #F5F5F5);
    background: -o-linear-gradient(top, #f9f9f9, #F5F5F5);
    background: -moz-linear-gradient(top, #f9f9f9, #F5F5F5);
    background: -webkit-linear-gradient(top, #f9f9f9, #F5F5F5);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#F5F5F5',GradientType=0 );
    background: -ms-linear-gradient(top, #FFFFFF, #F5F5F5);   
    -moz-box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.20);
}
.onp-sociallocker-dandyish .onp-sociallocker-inner-wrap.credential {
    padding-bottom:50px;
}
.onp-sociallocker-dandyish .onp-sociallocker-text {
    padding: 10px 10px 0 10px;
}
.onp-sociallocker-dandyish .onp-sociallocker-text,
.onp-sociallocker-dandyish  .onp-sociallocker-timer, 
.onp-sociallocker-dandyish .onp-sociallocker-timer * {
    -webkit-text-shadow: 1px 1px 2px #fff;
    -moz-text-shadow: 1px 1px 2px #fff;
    text-shadow: 1px 1px 2px #fff;
}
.onp-sociallocker-dandyish .onp-sociallocker-text .onp-sociallocker-strong:before,
.onp-sociallocker-dandyish .onp-sociallocker-text .onp-sociallocker-strong:after {
    content: " ";
    display: inline-block;
    width: 11px;
    height: 14px;
    margin: 0 9px;
    background: url("../img/lock-icon.png") 0px 2px no-repeat;
}
@media screen and (max-width: 500px) 
{
    .onp-sociallocker-dandyish .onp-sociallocker-text .onp-sociallocker-strong:before,
    .onp-sociallocker-dandyish .onp-sociallocker-text .onp-sociallocker-strong:after 
    {
        display: none;
    }
}
.onp-sociallocker-dandyish .onp-sociallocker-text .onp-sociallocker-strong:after {
    margin-left: 10px;
}
.onp-sociallocker-dandyish .onp-sociallocker-buttons {
    margin: 0px;
    padding: 5px;
}
.onp-sociallocker-dandyish .onp-sociallocker-button {
    border-radius: 7px;
    background-color: rgba(255,255,255, 1);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
.onp-sociallocker-dandyish .onp-sociallocker-button .fb-like span,
.onp-sociallocker-dandyish .onp-sociallocker-button .fb-like iframe {
    height: 61px;
}
.onp-sociallocker-dandyish .onp-sociallocker-button {
    margin: 14px 7px 0 7px;
    min-width: 85px;
    max-width: 125px;
}
.onp-sociallocker.onp-sociallocker-dandyish .onp-social-button {  
    position: static;
    min-width: 0px;
    width: auto;
}

.onp-sociallocker-dandyish .onp-linkedin-button {
    position: relative;
}
.onp-sociallocker-dandyish .onp-google-button {
    position: relative;
    top: 2px;
}
.onp-sociallocker-dandyish .onp-facebook-button, 
.onp-sociallocker-dandyish .onp-google-button, 
.onp-sociallocker-dandyish .onp-twitter-tweet {
    width: auto;
}
.onp-sociallocker-dandyish .fb-like {
    position: top;
    top: 1px;
}

.onp-sociallocker-dandyish .onp-youtube-button { 
    margin-top:35px;
}
.onp-sociallocker-dandyish .onp-youtube-subscribe-counter { 
    display:inline-block;
    position:absolute;
    width:70px;  
    top:10px;
    left:0;    
    padding:2px 6px;
    font-size: 13px;
    text-align: center;
    margin-bottom:30px;     
}

/* Youtube button */
.onp-sociallocker-dandyish .onp-youtube-subscribe-counter:before,
.onp-sociallocker-dandyish .onp-youtube-subscribe-counter:after {
    top: 92%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.onp-sociallocker-dandyish .onp-youtube-subscribe-counter:before {
    border-top-color: #ccc;
    border-width: 6px;
    margin-left: -6px;
}
.onp-sociallocker-dandyish .onp-youtube-subscribe-counter:after {    
    border-top-color: #fafafa;
    border-width: 5px;
    margin-left: -5px;     
}

.onp-sociallocker.onp-sociallocker-dandyish .onp-vk-like-button {
    width:40px;
    margin:12px auto;    
}

.onp-sociallocker-dandyish .onp-vk-subscribe-button, .onp-sociallocker-dandyish .onp-vk-share-button {   
    height:84px;
    padding:0;
}

.onp-sociallocker-dandyish .onp-vk-subscribe-button-wrap, .onp-sociallocker-dandyish .onp-vk-share-button-wrap {
    position:relative;
    margin:40px auto;
}

.onp-sociallocker-dandyish .onp-vk-share-button-wrap {
    position:static;
}

.onp-sociallocker-dandyish .onp-pseudo-subscribe-button, .onp-sociallocker-dandyish .onp-pseudo-share-button {
    position:relative;      
}
.onp-sociallocker-dandyish .onp-pseudo-subscribe-counter, .onp-sociallocker-dandyish .onp-pseudo-share-counter { 
    position:relative;
    float:none;
    display: block; 
    width:auto; height:20px;    
    margin:-103px auto;
    font-size:13px;
    font-weight: lighter;
    line-height:1.5;
}

.onp-sociallocker-dandyish .onp-pseudo-subscribe-counter.show, .onp-sociallocker-dandyish .onp-pseudo-share-counter.show {
    display: block;
}

.onp-sociallocker-dandyish .onp-pseudo-subscribe-counter:before, .onp-sociallocker-dandyish .onp-pseudo-share-counter:before {
    content: '';
    position: absolute;
    top:auto;
    bottom:-6px; left:50%;
    width: 8px;
    height: 6px;   
    overflow: hidden;    
    margin-left: -4px;
    background: url('../img/like_widget.png') -6px -27px no-repeat; 
}
.onp-sociallocker-dandyish .onp-sociallocker-button-vk-subscribe, .onp-sociallocker-dandyish .onp-sociallocker-button-vk-share {    
    width:auto;    
}
/* vk share button */
.onp-sociallocker-dandyish .onp-vk-share-auth-block {
    line-height:8;
}
.onp-sociallocker-dandyish .onp-sociallocker-button-inner-wrap {    
    min-width: 85px;
    height: 84px;
    padding: 10px;
    text-align: center;
}
.onp-sociallocker-dandyish .onp-sociallocker-cross {
    top: 20px;
    right: 20px;
}
.onp-sociallocker-dandyish .onp-sociallocker-timer {
    right: 20px;
    bottom: 20px;
}
.onp-sociallocker-dandyish .onp-sociallocker-state-loading .onp-sociallocker-button-inner-wrap { 
    background-image: url("../img/button-loader-ffffff.gif");
}
.onp-sociallocker-dandyish .onp-sl-credential-link {
    bottom:18px;
}

/**
* Glass style
*/
.onp-sociallocker-glass {
    padding: 15px;
    border: 0px;
    
    -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7), inset 0px 1px 1px rgba(0, 0, 0, 0.1);    
    -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7), inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7), inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    
    text-shadow: 0px 1px 1px #fff;
    
    background: rgba(0,0,0,0.03);
}
.onp-sociallocker-glass .onp-sociallocker-outer-wrap {

    padding: 30px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    
    -webkit-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25), inset 0px 1px 1px rgba(255, 255, 255, 0.7);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25), inset 0px 1px 1px rgba(255, 255, 255, 0.7);   
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25), inset 0px 1px 1px rgba(255, 255, 255, 0.7);
    
    background: rgb(247,247,247);

    background: -moz-linear-gradient(top,  rgba(255,255,255,0.6) 0%, rgba(240,240,240,0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(240,240,240,0.6)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(240,240,240,0.6) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(240,240,240,0.6) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(240,240,240,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.6) 0%,rgba(240,240,240,0.6) 100%);
}
.onp-sociallocker-glass .onp-sociallocker-outer-wrap.credential {
    padding-bottom:26px;
}
.onp-sociallocker-glass .onp-sociallocker-text .onp-sociallocker-strong:before,
.onp-sociallocker-glass .onp-sociallocker-text .onp-sociallocker-strong:after {
    content: " ";
    display: inline-block;
    width: 11px;
    height: 14px;
    margin: 0 9px;
    background: url("../img/lock-icon.png") 0px 2px no-repeat;
}
@media screen and (max-width: 500px) 
{
    .onp-sociallocker-glass .onp-sociallocker-text .onp-sociallocker-strong:before,
    .onp-sociallocker-glass .onp-sociallocker-text .onp-sociallocker-strong:after 
    {
        display: none;
    }
}
.onp-sociallocker-glass .onp-sociallocker-button {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(0,0,0,0.03);
    
    -webkit-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.12), 0px 1px 1px rgba(255, 255, 255, 0.7);
    -moz-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.12), 0px 1px 1px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px 0px 4px rgba(0,0,0,0.12), 0px 1px 1px rgba(255, 255, 255, 0.7);
}
.onp-sociallocker-glass .onp-sociallocker-cross {
    top: 20px;
    right: 20px;
}
.onp-sociallocker-glass .onp-sociallocker-timer {
    right: 23px;
    bottom: 21px;
}
.onp-sociallocker-glass .onp-sl-credential-link {
    bottom:20px;
}


/**
* Flat style
*/
.onp-sociallocker-flat .onp-social-button {
    min-width:130px;
}
.onp-sociallocker-flat .fb-like span,
.onp-sociallocker-flat .fb-like iframe {
    width: 118px !important;
}
.onp-sociallocker-flat {
    padding: 0px;
    background-color: transparent;
}
.onp-sociallocker-flat .onp-sociallocker-inner-wrap {
    background-color: #f9f9f9;
    padding: 30px;
}
.onp-sociallocker-flat .onp-sociallocker-inner-wrap.credential {
    padding-bottom:55px;
}
.onp-sociallocker-flat .onp-sociallocker-outer-wrap {
    border-bottom: 4px solid #f1f1f1;
}
.onp-sociallocker-flat .onp-sociallocker-inner-wrap,
.onp-sociallocker-flat .onp-sociallocker-outer-wrap {
    border-radius: 5px;
}
.onp-sociallocker-flat .onp-sociallocker-text .onp-sociallocker-strong:before,
.onp-sociallocker-flat .onp-sociallocker-text .onp-sociallocker-strong:after 
{
    content: " ";
    display: inline-block;
    width: 11px;
    height: 14px;
    margin: 0 9px;
    background: url("../img/lock-icon.png") 0px 2px no-repeat;
}
@media screen and (max-width: 500px) 
{
    .onp-sociallocker-flat .onp-sociallocker-text .onp-sociallocker-strong:before,
    .onp-sociallocker-flat .onp-sociallocker-text .onp-sociallocker-strong:after 
    {
        display: none;
    }
}
.onp-sociallocker-flat .onp-sociallocker-text .onp-sociallocker-strong:after {
    margin-left: 10px;
}
.onp-sociallocker-flat .onp-sociallocker-button {
    background: rgba(0, 0, 0, 0.03);
}
.onp-sociallocker-flat .onp-sociallocker-button-inner-wrap {
    padding: 7px 10px 10px 10px;
}

.onp-sociallocker-flat .onp-sociallocker-button-inner-wrap, 
.onp-sociallocker-flat .onp-sociallocker-button-overlay {
    height: 34px;
    min-width: 150px;
    
}
.onp-sociallocker-flat .onp-sociallocker-button .onp-sociallocker-overlay-front {
    background: #eaeaea;
    border-bottom: 3px solid #dadada;
}
.onp-sociallocker-flat .onp-sociallocker-button .onp-sociallocker-overlay-front,
.onp-sociallocker-flat .onp-sociallocker-button .onp-sociallocker-overlay-back {
    border-radius: 3px;
}

.onp-sociallocker-flat .onp-sociallocker-state-error.onp-sociallocker-button .onp-sociallocker-overlay-front {
    border-bottom-color: #900 !important;
}

.onp-sociallocker-flat .onp-sociallocker-button .onp-sociallocker-overlay-icon {
    height: 34px;
    width: 44px;
    background-image: url("../img/social-icons.png");
    background-repeat: no-repeat;
    background-position-y: 50%;
    position: absolute;
}
.onp-sociallocker-flat .onp-sociallocker-button .onp-sociallocker-overlay-text {
    font-size: 14px;
    font-family: "Arial", "Helvetica", sans-serif;
    line-height: 34px;
    color: #fff;
    text-align: center;
    position: static;
    padding-left: 42px;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.15);
}

.onp-sociallocker-flat .onp-sociallocker-button-twitter .onp-sociallocker-overlay-front {
    background: #4086cc;
    border-bottom-color: #13579e;
}
.onp-sociallocker-flat .onp-sociallocker-button-twitter .onp-sociallocker-overlay-icon {
    background-position: -132px 8px;
}
.onp-sociallocker-flat .onp-sociallocker-button-twitter .onp-sociallocker-overlay-back {
    background: #4086cc;
}
.onp-sociallocker-flat .onp-sociallocker-button-twitter .onp-sociallocker-overlay-header {
    background: #13579e;
}

.onp-sociallocker-flat .onp-sociallocker-button-facebook .onp-sociallocker-overlay-front {
    background: #3c5a9a;
    border-bottom-color: #082b6f;
}
.onp-sociallocker-flat .onp-sociallocker-button-facebook .onp-sociallocker-overlay-icon {
    background-position: 15px 9px;
}
.onp-sociallocker-flat .onp-sociallocker-button-facebook .onp-sociallocker-overlay-back {
    background: #3c5a9a;
}
.onp-sociallocker-flat .onp-sociallocker-button-facebook .onp-sociallocker-overlay-header {
    background: #082b6f;
}

.onp-sociallocker-flat .onp-sociallocker-button-google .onp-sociallocker-overlay-front {
    background: #ca4639;
    border-bottom-color: #a52316;
}
.onp-sociallocker-flat .onp-sociallocker-button-google .onp-sociallocker-overlay-icon {
    background-position: -18px 9px;
}
.onp-sociallocker-flat .onp-sociallocker-button-google .onp-sociallocker-overlay-back {
    background: #ca4639;
}
.onp-sociallocker-flat .onp-sociallocker-button-google .onp-sociallocker-overlay-header {
    background: #a52316;
}

.onp-sociallocker-flat .onp-sociallocker-button-linkedin .onp-sociallocker-overlay-front {
    background-color: #286b8d;
    border-bottom-color: #19465d;
}
.onp-sociallocker-flat .onp-sociallocker-button-linkedin .onp-sociallocker-overlay-icon {
    background-position: -58px 7px;
}
.onp-sociallocker-flat .onp-sociallocker-button-linkedin .onp-sociallocker-overlay-back {
    background: #286b8d; 
}
.onp-sociallocker-flat .onp-sociallocker-button-linkedin .onp-sociallocker-overlay-header {
    background-color: #19465d;
}

.onp-sociallocker-flat .onp-sociallocker-button-google-youtube .onp-sociallocker-button-inner-wrap {
    padding: 5px 7px;
}

/* Youtube button */
.onp-sociallocker-flat .onp-sociallocker-button-google-youtube .onp-sociallocker-overlay-front {    
    background: #d8322e;
    border-bottom-color: #D60808;    
}
.onp-sociallocker-flat .onp-sociallocker-button-google-youtube .onp-sociallocker-overlay-icon {
    background-position: -200px 8px;
}
.onp-sociallocker-flat .onp-sociallocker-button-google-youtube .onp-sociallocker-overlay-back {
    background: #E85858; 
}
.onp-sociallocker-flat .onp-sociallocker-button-google-youtube .onp-sociallocker-overlay-header {
    background-color: #C8231A;
}

.onp-sociallocker-flat .onp-sociallocker-button-vk .onp-sociallocker-overlay-front {
    background-color: #64a0bc;
    border-bottom-color: #4a6887;
}
.onp-sociallocker-flat .onp-sociallocker-button-vk .onp-sociallocker-overlay-icon {
    background-position: -170px 9px;
}
.onp-sociallocker-flat .onp-sociallocker-button-vk .onp-sociallocker-overlay-back {
    background: #64a0bc; 
}
.onp-sociallocker-flat .onp-sociallocker-button-vk .onp-sociallocker-overlay-header {
    background-color: #4a6887;
}

.onp-sociallocker-flat .onp-sociallocker-button-ok .onp-sociallocker-overlay-front {
    background-color: #fe8c19;
    border-bottom-color: #d37210;
}
.onp-sociallocker-flat .onp-sociallocker-button-ok .onp-sociallocker-overlay-icon {
    background-position: -95px 7px;
}
.onp-sociallocker-flat .onp-sociallocker-button-ok .onp-sociallocker-overlay-back {
    background: #fe8c19; 
}
.onp-sociallocker-flat .onp-sociallocker-button-ok .onp-sociallocker-overlay-header {
    background-color: #d37210;
}

/* vk subscribe button */
.onp-sociallocker-flat .onp-vk-subscribe-button { 
    min-width:82px;   
}
.onp-sociallocker-flat .onp-sociallocker-cross {
    top: 8px;
    right: 8px;
}
.onp-sociallocker-flat .onp-sociallocker-timer {
    right: 10px;
    bottom: 8px;
    color: #777;
}

.onp-sociallocker-flat .onp-sociallocker-flip.onp-sl-step-completed .onp-sociallocker-overlay-front {
    border-bottom-color: #555;
}
.onp-sociallocker-flat .onp-sl-credential-link {
    bottom:8px;
}

/**
* Like Button Widget styles
*/

.onp-sociallocker-horizontal.onp-sociallocker-has-counters .onp-facebook-like-es_ES,
.onp-sociallocker-horizontal.onp-sociallocker-has-counters .onp-facebook-share-es_ES {
    width: 114px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-has-counters .onp-facebook-like-ru_RU,
.onp-sociallocker-horizontal.onp-sociallocker-has-counters .onp-facebook-share-ru_RU {
    width: 124px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-has-counters .onp-facebook-like-pl_PL,
.onp-sociallocker-horizontal.onp-sociallocker-has-counters .onp-facebook-share-pl_PL {
    width: 120px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-has-counters .onp-facebook-like-de_DE,
.onp-sociallocker-horizontal.onp-sociallocker-has-counters .onp-facebook-share-de_DE {
    width: 120px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-has-counters .onp-facebook-share-pt_BR {
    width: 130px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-has-counters .onp-facebook-like-cs_CZ,
.onp-sociallocker-horizontal.onp-sociallocker-has-counters .onp-facebook-like-cs_CZ .fb-like span,
.onp-sociallocker-horizontal.onp-sociallocker-has-counters .onp-facebook-like-cs_CZ .fb-like iframe {
    width: 125px !important;
}

/* See #SLJQ-14 */
.onp-sociallocker .onp-facebook-like-count-none .fb_iframe_widget {
    display: inline-block !important;
}
.onp-sociallocker .onp-facebook-like-count-none .fb-like {
    overflow: hidden;
    width: 50px !important;
}

.onp-sociallocker-horizontal.onp-sociallocker-no-counters .fb-share-button {
    overflow: hidden;
    width: 60px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-no-counters .onp-facebook-like-es_ES .fb-like {
    width: 78px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-no-counters .onp-facebook-share-es_ES .fb-share-button {
    width: 81px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-no-counters .onp-facebook-like-pt_PT .fb-like {
    width: 59px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-no-counters .onp-facebook-share-pt_PT .fb-share-button {
    width: 71px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-no-counters .onp-facebook-like-fr_FR .fb-like {
    width: 63px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-no-counters .onp-facebook-share-fr_FR .fb-share-button {
    width: 73px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-no-counters .onp-facebook-like-ru_RU .fb-like {
    width: 81px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-no-counters .onp-facebook-share-ru_RU .fb-share-button {
    width: 91px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-no-counters .onp-facebook-like-fi_FI .fb-like {
    width: 68px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-no-counters .onp-facebook-share-fi_FI .fb-share-button {
    width: 43px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-no-counters .onp-facebook-like-pl_PL .fb-like {
    width: 77px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-no-counters .onp-facebook-share-pl_PL .fb-share-button {
    width: 87px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-no-counters .onp-facebook-like-de_DE .fb-like {
    width: 85px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-no-counters .onp-facebook-like-pt_BR .fb-like {
    width: 59px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-no-counters .onp-facebook-share-pt_BR .fb-share-button {
    width: 98px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-no-counters .onp-facebook-like-cs_CZ .fb-like {
    width: 93px !important;
}
.onp-sociallocker-horizontal.onp-sociallocker-no-counters .onp-facebook-share-cs_CZ .fb-share-button {
    width: 55px !important;
}