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

.social {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'socialicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-email:before {
  content: "\e900";
}
.social-facebook:before {
  content: "\e901";
}
.social-messenger:before {
  content: "\e902";
}
.social-skype:before {
  content: "\e903";
}
.social-viber:before {
  content: "\e904";
}
.social-whatsapp:before {
  content: "\e905";
}
.social-copy:before {
  content: "\e906";
}
.social-share:before {
  content: "\e907";
}

/** CODE FOR FLYING MOVING ON SCREEN **/
.socialShare-fly {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: inline-block;
	z-index: 999;
}

.socialShare *, .socialShare:after, socialShare:before{
	webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.socialShare {
  text-align: center;
  line-height: 12px;
}

.socialShare a,
.socialShare > .socialBox {
  position: relative;
  float: none;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 5px 0;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.socialShare .socialGallery a { 
  padding: 5px; 
}
.socialShare  a {
  background-color: rgba(0, 0, 0, 0.8);
}

.socialShare > * > span {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15);
  display: block;
  font-size: 16px;
  padding: 8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.socialShare > * > span:hover,
.socialShare > .open > span {
  -webkit-transform: scale(1.10);
  -moz-transform: scale(1.10);
  transform: scale(1.10);
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.socialGallery {
  left: 50%;
  margin: 0 auto 0;
  position: absolute;
  top: 60px;
  transform: translate(-50%, 0);
  visibility: hidden;
  width: 400px;
  z-index: 5;
}

.socialGallery a {
  visibility: hidden;
  opacity: 0;
  margin: 5px 2px;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  top: 10px;
  text-decoration: none;
}

.socialGallery a > span {
  position: relative;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.socialToolBox {
  cursor: default;
}

 .pointer {
  cursor: pointer
} 

.a_facebook:hover {
  background: #3b5998 !important;
  transform: scale(1.1);
}

.a_messenger:hover {
  background: #3b5998 !important;
  transform: scale(1.1);
}

.a_email:hover {
  background: #C71610 !important;
  transform: scale(1.1);
}

.a_whatsapp:hover {
  background: #25D366 !important;
  transform: scale(1.1);
}

.a_viber:hover {
  background: #8f5db7 !important;
  transform: scale(1.1);
} 
.a_skype:hover {
	background: #00aff0 !important;
	transform: scale(1.1);
}
.a_clipboard{
	cursor:pointer;
}
.a_clipboard:hover{
	background: #929292 !important;
	transform: scale(1.1);
}
.socialShare.sc-stay .socialGallery a{
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}
	.socialShare.sc-stay .socialBox{
		padding: 0px;
	}

@media only screen and (max-width: 480px) {
   .socialGallery {
    width: 120px;
  } 
  
}

@media only screen and (min-width: 768px) {
	.socialShare.bottom, .socialShare.sc-stay{
		text-align: right;
	}
	.socialShare.sc-stay .socialGallery a{
		width: 15px;
		height: 15px;
		line-height: 15px;
		font-size: 15px;
	}
	.socialShare.sc-stay .socialBox{
		padding: 0px;
	}
	#mdpop .modal-dialog{
		max-width: 400px;
	}
}
#mdpop.modal {
position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  
  transition: all 0.35s ease-in;
  
  
}
#mdpop.modal.is-visible {
  visibility: visible;
  opacity: 1;
}

#mdpop .modal-dialog{
  position: relative;
  width: 60vw;
  max-height: 80vh;
  border-radius: 5px;
  background: #fff;
  overflow: auto;
  cursor: default;
}


#mdpop .modal-body {
	padding: 10px;
	background: #fff;
}

.social-share.pulse{
box-shadow: 0 0 0 rgba(0,0,0, 0.5);	
animation: pulsar 2s infinite;
-webkit-animation: pulsar 2s infinite;  
}

.social-share.pulse:hover {
  animation: none;
  -webkit-animation: none;
  
}

@-webkit-keyframes pulsar {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulsar {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}