
 
.fngrblur {
  background-size:cover;
  z-index: 1;
}

#sh_linkedin{
  background-image: url('images/ic_linkedin.png');
}
#sh_reddit{
  background-image: url('images/ic_reddit.png');
}
#sh_facebook{
  background-image: url('images/ic_facebook.png');
}
#sh_twitter{
  background-image: url('images/ic_twitter.png');
}
#sh_gplus{
  background-image: url('images/ic_gplus.png');
}
#sh_mailto{
  background-image: url('images/ic_mailto.png');
}
#sh_whatsapp{
  background-image: url('images/ic_whatsapp.png');
}
#sh_messenger{
  background-image: url('images/ic_messenger.png');
}
#sh_fngrapp{
  background-image: url('images/ic_fngrapp.png');
}
#sh_pinterest{
  background-image: url('images/ic_pinterest.png');
}

#fngr_intro_img{
  width: 100%;
  height: 260px;
  background-size: contain;  
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-image: url('images/intro.png');
}

.webshopicon-item.portrait{
  width: 12%;
}
.webshopicon-item.landscape{
  width: 6%;
  max-width: 90px;
}
.webshopicon-item {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 9999999;
  display: block;
  cursor: pointer;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-image: url('images/icon_webshop.png');
}
.webshopicon-item:after{
  content: "";
  padding-bottom: 100%;
  display: block;
}
.webshopicon-item-cart.portrait{
  width: 12%;
}
.webshopicon-item-cart.landscape{
  width: 6%;
  max-width: 90px;
}
.webshopicon-item-cart {
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 9999999;
  display: block;
  cursor: pointer;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-image: url('images/icon_webshop_addtocart.png');
}
.webshopicon-item-cart:after{
  content: "";
  padding-bottom: 100%;
  display: block;
}

.webshopicon-item-partial.portrait{
  width: 12%;
}
.webshopicon-item-partial.landscape{
  width: 6%;
  max-width: 90px;
}
.webshopicon-item-partial {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 9999999;
  display: block;
  cursor: pointer;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-image: url('images/icon_partialpayments.png');
}
.webshopicon-item-partial:after{
  content: "";
  padding-top: 100%;
  display: block;
}

.webshopicon-small{
  position: fixed;
  width: 20%;
  max-width: 80px;
  right: 2%;
  top: 20px;
  z-index: 9999995;
  cursor: pointer;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:50% 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url('images/icon_webshop.png');
}
.returningconsumer{
  background-image: url('images/ic_returningconsumer.png');
}
.sharepage{
  background-image: url('images/ic_fngrapp_rounded.png');
}
.sharepage.returningconsumer{
  background-image: url('images/ic_fngrapp_rounded.png');
}
.webshopicon-small:after{
  content: "";
  display: block;
  padding-bottom: 100%;
}
.socialCircle-item.portrait{
  width: 12%;
}
.socialCircle-item.landscape{
  width: 7%;
  max-width: 90px;
}
.socialCircle-item:after{
  content: "";
  display: block;
  padding-bottom: 100%
}
.socialCircle-item {
  position: absolute;
  z-index: 9999999;
  cursor: pointer;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:50% 50%;
  border-radius: 6px;  
}
.openinganim{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.socialCircle-container {  
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 999997;
  visibility: hidden;
  display: block;

}
.socialCircle-center {
  width: 0%;
  height: 0%;
  position: fixed;
  text-align: center;
  opacity: 1.0;
  font-size: 60px;
  cursor: pointer;
}
/* Start by setting display:none to make this hidden.
Then we position it in relation to the viewport window
with position:fixed. Width, height, top and left speak
for themselves. Background we set to 80% white with
our animation centered, and no-repeating */
.fngrmodal {
  display:    none;
  position:   fixed;
  z-index:    1000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 255, 255, 255, .8 )
            url('images/loading.gif')
            50% 50%
            no-repeat;
  background-size: 80px 80px;
}
/* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
body.fngrloading {
  overflow: hidden;
}
/* Anytime the body has the loading class, our
modal element will be visible */
body.fngrloading .fngrmodal {
  display: block;
}
.payapiProductIcon{
  position: inherit;
  float:right;
  width: 24px;
  height: 24px;
  top: 8%;
  right: 10%;
  z-index: 99999995;
  cursor: pointer;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-image: url('images/icon_webshop.png');
}
.payapiProductShareIcon{
  background-image: url('images/ic_fngrapp_rounded.png');
}
/*.payapiProductIcon:after{
  content: "";
  display: block;
  padding-bottom: 100%
}*/

.fngrsharesdk-share{
  position: absolute;
  float:right;
  width: 24px;
  height: 24px;
  top: 8%;
  right: 10%;
  z-index: 9999995;
  cursor: pointer;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-image: url('images/ic_fngrapp_rounded.png');
}

.fngrsharesdk-share:after{
  content: "";
  display: block;
  padding-bottom: 100%
}

.fngrsharesdk-product {
  display: block;
  min-height: 26px;
  float: left;
  width:100%;
  overflow: hidden;
}
body { -webkit-touch-callout: none !important;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a { 
  -webkit-user-select: none !important; 
  -moz-user-select: none !important;
  data-role:none;
  data-enhance:false;
}
#fngrholder{
  width : 100px;
  height : 100px;
  z-index: 9999999;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display:none;
  position:fixed;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  cursor:none;
  overflow:hidden;
  background-color: white;
}
#targetName{
  position: fixed;
  color: white;
  z-index: 9999999;  
  font-size: 1.5em;
  text-align: center;
  width: 100%;  
  top: 46%;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  cursor:none;

}

#targetNameWebshop{
  position: fixed;
  color: white;
  z-index: 9999999;  
  font-size: 1.5em; 
  right:80px;
  margin-right:96px;
  top:56px;
  visibility: hidden;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  cursor:none;
}
#fngrarrow{
  position: fixed;
  background-image: url('images/arrow.png');
  z-index: 9999999;
  top:56px;  
  margin-right: 60px;
  right: 80px;
  width: 30px;
  height: 30px;

  background-size: contain;  
  background-repeat:no-repeat;
  background-position:50% 50%;
}

.non-selectable{
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.rounded{
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  z-index:9999999;
}
.centered{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

/* Inner */
.fngrpopup-inner {
  max-width:400px;
  width:60%;
  padding: 10px;
  top: 145px;
  right: 2%;
  box-shadow:0px 2px 6px rgba(0,0,0,1);
  border-radius:3px;  
  background:rgba(0,0,0,0.85);
  color:#fff;
  display: none;
  float: right;
  position: fixed;
  z-index: 999999;

}

/* Close Button */
.fngrpopup-close {
  width:23px;
  height:23px;
  padding-top:2px;
  display:inline-block;  
  cursor: pointer;
  position:absolute;
  top:0px;
  left:0px;
  transition:ease 0.25s all;
  -webkit-transform:translate(50%, -50%);
  transform:translate(50%, -50%);
  border-radius:1000px;
  background:rgba(0,0,0,0.8);
  font-size:20px;
  text-align:center;
  line-height:100%;
  color:#fff;
  z-index: 999998;
}

.fngrpopup-close:hover {
  -webkit-transform:translate(50%, -50%) rotate(180deg);
  transform:translate(50%, -50%) rotate(180deg);
  background:rgba(0,0,0,1);
  text-decoration:none;
}

.fullpageImage{
  display: block;  
  background-size: cover;
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-image: url("images/fullpage.png");
  width:60px; 
  height:60px;
}

/*Animations*/
.fngrCircleAnimation{
    width: 100%;
    height: 100%;
    animation-name: fngrRotate; 
    animation-duration: 2s; 
    animation-timing-function: ease-out;
}

#fngrBackground{  
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  position: fixed;  
  background: rgba(0, 0, 0, 0.8 );
  z-index: 999997;
  visibility: hidden;

}

@keyframes fngrRotate {
    from {transform: rotate(20deg);}
    to {transform: rotate(0deg);}
}


@media (max-width:640px) {
  
  .fngrpopup-inner{
    top: 105px;
  }

  #targetNameWebshop{
  position: fixed;
  color: white;
  z-index: 9999999;  
  font-size: 1.5em; 
  right:30%;
  align-items: center;
  margin-right:26px;
  top:10px;  
  margin-top:22px;
}
#fngrarrow{
  position: fixed;
  content: url('images/arrow.png');
  z-index: 9999999;
  top: 16px;
  right: 30%;
  margin-right:-20px;
  width: 20px;  
  height: 20px;
  margin-top:22px;
}

#fngr_intro_img{
  height: 200px;
}

}