﻿/* created by Vizergy */




/*** share menu ***/
#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-color: transparent;
}

#swipebox-share {
  display: none;
  position: absolute;
  top: 2px;
  right: 60px;
  z-index: 9999;
  text-align: right;
}

.shareYes #swipebox-share {
  display: block;
}

#swipebox-shareControl {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
}

  #swipebox-shareControl:after {
    content: '\f064';
    font-size: 1.2rem !important;
    font-weight: 600;
  }

#swipebox-shareMenu {
  position: absolute;
  top: 50px;
  right: 0;
  width: 140px;
  background: #fff;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#swipebox-shareControl.showShare + #swipebox-shareMenu {
  opacity: 1;
  visibility: visible;
}

#swipebox-shareMenu a {
  color: #000;
  display: block;
  font-size: 0.8rem;
  padding: 8px 12px;
  text-align: left;
}

  #swipebox-shareMenu a:focus,
  #swipebox-shareMenu a:hover {
    text-decoration: none;
  }

  #swipebox-shareMenu a.shareFacebook:focus,
  #swipebox-shareMenu a.shareFacebook:hover {
    background: #3e5c9a;
    color: #fff;
  }

  #swipebox-shareMenu a.shareTwitter:focus,
  #swipebox-shareMenu a.shareTwitter:hover {
    background: #55acee;
    color: #fff;
  }

  #swipebox-shareMenu a.sharePinterest:focus,
  #swipebox-shareMenu a.sharePinterest:hover {
    background: #ccc;
    color: #ce272d;
  }

  #swipebox-shareMenu a.shareDownload:focus,
  #swipebox-shareMenu a.shareDownload:hover {
    background: #ddd;
  }
