/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesomeSSBS';
  src: url(//m.w5838.com/wp-content/plugins/social-share-buttons-by-supsystic/src/SocialSharing/Projects/assets/fonts/fa-ssbs-webfont.eot?v=4.7.0);
  src: url(//m.w5838.com/wp-content/plugins/social-share-buttons-by-supsystic/src/SocialSharing/Projects/assets/fonts/fa-ssbs-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//m.w5838.com/wp-content/plugins/social-share-buttons-by-supsystic/src/SocialSharing/Projects/assets/fonts/fa-ssbs-webfont.woff2?v=4.7.0) format('woff2'), url(//m.w5838.com/wp-content/plugins/social-share-buttons-by-supsystic/src/SocialSharing/Projects/assets/fonts/fa-ssbs-webfont.woff?v=4.7.0) format('woff'), url(//m.w5838.com/wp-content/plugins/social-share-buttons-by-supsystic/src/SocialSharing/Projects/assets/fonts/fa-ssbs-webfont.ttf?v=4.7.0) format('truetype'), url(//m.w5838.com/wp-content/plugins/social-share-buttons-by-supsystic/src/SocialSharing/Projects/assets/fonts/fa-ssbs-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa-ssbs {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesomeSSBS;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-ssbs-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-ssbs-2x {
  font-size: 2em;
}
.fa-ssbs-3x {
  font-size: 3em;
}
.fa-ssbs-4x {
  font-size: 4em;
}
.fa-ssbs-5x {
  font-size: 5em;
}
.fa-ssbs-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ssbs-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ssbs-ul > li {
  position: relative;
}
.fa-ssbs-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-ssbs-li.fa-ssbs-lg {
  left: -1.85714286em;
}
.fa-ssbs-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-ssbs-pull-left {
  float: left;
}
.fa-ssbs-pull-right {
  float: right;
}
.fa-ssbs.fa-ssbs-pull-left {
  margin-right: .3em;
}
.fa-ssbs.fa-ssbs-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa-ssbs.pull-left {
  margin-right: .3em;
}
.fa-ssbs.pull-right {
  margin-left: .3em;
}
.fa-ssbs-spin {
  -webkit-animation: fa-ssbs-spin 2s infinite linear;
  animation: fa-ssbs-spin 2s infinite linear;
}
.fa-ssbs-pulse {
  -webkit-animation: fa-ssbs-spin 1s infinite steps(8);
  animation: fa-ssbs-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-ssbs-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-ssbs-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-ssbs-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-ssbs-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-ssbs-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-ssbs-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-ssbs-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-ssbs-rotate-90,
:root .fa-ssbs-rotate-180,
:root .fa-ssbs-rotate-270,
:root .fa-ssbs-flip-horizontal,
:root .fa-ssbs-flip-vertical {
  filter: none;
}
.fa-ssbs-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-ssbs-stack-1x,
.fa-ssbs-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-ssbs-stack-1x {
  line-height: inherit;
}
.fa-ssbs-stack-2x {
  font-size: 2em;
}
.fa-ssbs-inverse {
  color: #ffffff;
}
.fa-ssbs-facebook-f:before,
.fa-ssbs-facebook:before {
  content: "\f09a";
}
.fa-ssbs-facebook-official:before {
  content: "\f230";
}
.fa-ssbs-facebook-square:before {
  content: "\f082";
}
.fa-ssbs-twitter:before {
  content: "\f099";
}
.fa-ssbs-twitter-square:before {
  content: "\f081";
}
.fa-ssbs-google-plus-square:before {
  content: "\f0d4";
}
.fa-ssbs-google-plus:before {
  content: "\f0d5";
}
.fa-ssbs-google-plus-circle:before,
.fa-ssbs-google-plus-official:before {
  content: "\f2b3";
}
.fa-ssbs-vk:before {
  content: "\f189";
}
.fa-ssbs-heart:before {
  content: "\f004";
}
.fa-ssbs-heart-o:before {
  content: "\f08a";
}
.fa-ssbs-reddit:before {
  content: "\f1a1";
}
.fa-ssbs-pinterest-p:before {
  content: "\f231";
}
.fa-ssbs-pinterest:before {
  content: "\f0d2";
}
.fa-ssbs-whatsapp:before {
  content: "\f232";
}
.fa-ssbs-digg:before {
  content: "\f1a6";
}
.fa-ssbs-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-ssbs-stumbleupon:before {
  content: "\f1a4";
}
.fa-ssbs-delicious:before {
  content: "\f1a5";
}
.fa-ssbs-pencil:before {
  content: "\f040";
}
.fa-ssbs-odnoklassniki:before {
  content: "\f263";
}
.fa-ssbs-linkedin:before {
  content: "\f0e1";
}
.fa-ssbs-print:before {
  content: "\f02f";
}
.fa-ssbs-plus:before {
  content: "\f067";
}
.fa-ssbs-envelope-o:before {
  content: "\f003";
}
.fa-ssbs-whatsapp:before {
  content: "\f232";
}
.fa-ssbs-tumblr:before {
  content: "\f173";
}
.fa-ssbs-share-alt:before {
  content: "\f1e0";
}/* Base styles for buttons container */

/* @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css); */
@import url(//cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.6/animate.min.css);
/*/* Flat style */

.supsystic-social-sharing .sharer-flat.grad.twitter {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.26, rgb(60, 0, 255)),
            color-stop(1, rgb(131, 194, 243))
    );
    background-image: -o-linear-gradient(bottom, rgb(60, 0, 255) 26%, rgb(131, 194, 243) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(60, 0, 255) 26%, rgb(131, 194, 243) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(60, 0, 255) 26%, rgb(131, 194, 243) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(60, 0, 255) 26%, rgb(131, 194, 243) 100%);
    background-image: linear-gradient(to bottom, rgb(60, 0, 255) 26%, rgb(131, 194, 243) 100%);
}
.supsystic-social-sharing .sharer-flat.grad.livejournal {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.26, rgb(44, 87, 128)),
            color-stop(1, rgb(131, 242, 159))
    );
    background-image: -o-linear-gradient(bottom, rgb(44, 87, 128) 26%, rgb(131, 242, 159) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44, 87, 128) 26%, rgb(131, 242, 159) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44, 87, 128) 26%, rgb(131, 242, 159) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44, 87, 128) 26%, rgb(131, 242, 159) 100%);
    background-image: linear-gradient(to bottom, rgb(44, 87, 128) 26%, rgb(131, 242, 159) 100%);
}
.supsystic-social-sharing .sharer-flat.grad.linkedin {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.26, rgb(44, 87, 128)),
            color-stop(1, rgb(242, 131, 131))
    );
    background-image: -o-linear-gradient(bottom, rgb(44, 87, 128) 26%, rgb(242, 131, 131) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44, 87, 128) 26%, rgb(242, 131, 131) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44, 87, 128) 26%, rgb(242, 131, 131) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44, 87, 128) 26%, rgb(242, 131, 131) 100%);
    background-image: linear-gradient(to bottom, rgb(44, 87, 128) 26%, rgb(242, 131, 131) 100%);
}
.supsystic-social-sharing .sharer-flat.grad.facebook {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.55, rgb(46, 53, 128)),
            color-stop(1, rgb(17, 45, 222))
    );
    background-image: -o-linear-gradient(bottom, rgb(46, 53, 128) 55%, rgb(17, 45, 222) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(46, 53, 128) 55%, rgb(17, 45, 222) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(46, 53, 128) 55%, rgb(17, 45, 222) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(46, 53, 128) 55%, rgb(17, 45, 222) 100%);
    background-image: linear-gradient(to bottom, rgb(46, 53, 128) 55%, rgb(17, 45, 222) 100%);
}
.supsystic-social-sharing .sharer-flat.grad.googleplus {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.56, rgb(143, 61, 52)),
            color-stop(1, rgb(228, 116, 101))
    );
    background-image: -o-linear-gradient(bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
    background-image: linear-gradient(to bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
}
.supsystic-social-sharing .sharer-flat.grad.vk {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.56, rgb(69, 209, 255)),
            color-stop(0.99, rgb(12, 116, 235))
    );
    background-image: -o-linear-gradient(bottom, rgb(69, 209, 255) 56%, rgb(12, 116, 235) 99%);
    background-image: -moz-linear-gradient(bottom, rgb(69, 209, 255) 56%, rgb(12, 116, 235) 99%);
    background-image: -webkit-linear-gradient(bottom, rgb(69, 209, 255) 56%, rgb(12, 116, 235) 99%);
    background-image: -ms-linear-gradient(bottom, rgb(69, 209, 255) 56%, rgb(12, 116, 235) 99%);
    background-image: linear-gradient(to bottom, rgb(69, 209, 255) 56%, rgb(12, 116, 235) 99%);
}
.supsystic-social-sharing .sharer-flat.grad.reddit {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.38, rgb(144, 153, 156)),
            color-stop(0.99, rgb(95, 153, 207))
    );
    background-image: -o-linear-gradient(bottom, rgb(144, 153, 156) 38%, rgb(95, 153, 207) 99%);
    background-image: -moz-linear-gradient(bottom, rgb(144, 153, 156) 38%, rgb(95, 153, 207) 99%);
    background-image: -webkit-linear-gradient(bottom, rgb(144, 153, 156) 38%, rgb(95, 153, 207) 99%);
    background-image: -ms-linear-gradient(bottom, rgb(144, 153, 156) 38%, rgb(95, 153, 207) 99%);
    background-image: linear-gradient(to bottom, rgb(144, 153, 156) 38%, rgb(95, 153, 207) 99%);
}
.supsystic-social-sharing .sharer-flat.grad.pinterest {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.38, rgb(255, 0, 0)),
            color-stop(0.99, rgb(38, 38, 38))
    );
    background-image: -o-linear-gradient(bottom, rgb(255, 0, 0) 38%, rgb(38, 38, 38) 99%);
    background-image: -moz-linear-gradient(bottom, rgb(255, 0, 0) 38%, rgb(38, 38, 38) 99%);
    background-image: -webkit-linear-gradient(bottom, rgb(255, 0, 0) 38%, rgb(38, 38, 38) 99%);
    background-image: -ms-linear-gradient(bottom, rgb(255, 0, 0) 38%, rgb(38, 38, 38) 99%);
    background-image: linear-gradient(to bottom, rgb(255, 0, 0) 38%, rgb(38, 38, 38) 99%);
}
.supsystic-social-sharing .sharer-flat.grad.digg {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.54, rgb(92, 92, 92)),
            color-stop(0.99, rgb(0, 0, 0))
    );
    background-image: -o-linear-gradient(bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
    background-image: -moz-linear-gradient(bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
    background-image: -webkit-linear-gradient(bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
    background-image: -ms-linear-gradient(bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
    background-image: linear-gradient(to bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
}
.supsystic-social-sharing .sharer-flat.grad.stumbleupon {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.54, rgb(239, 112, 83)),
            color-stop(0.99, rgb(247, 221, 215))
    );
    background-image: -o-linear-gradient(bottom, rgb(239, 112, 83) 54%, rgb(247, 221, 215) 99%);
    background-image: -moz-linear-gradient(bottom, rgb(239, 112, 83) 54%, rgb(247, 221, 215) 99%);
    background-image: -webkit-linear-gradient(bottom, rgb(239, 112, 83) 54%, rgb(247, 221, 215) 99%);
    background-image: -ms-linear-gradient(bottom, rgb(239, 112, 83) 54%, rgb(247, 221, 215) 99%);
    background-image: linear-gradient(to bottom, rgb(239, 112, 83) 54%, rgb(247, 221, 215) 99%);
}
.supsystic-social-sharing .sharer-flat.grad.delicious {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.54, rgb(0, 255, 230)),
            color-stop(0.99, rgb(102, 179, 255))
    );
    background-image: -o-linear-gradient(bottom, rgb(0, 255, 230) 54%, rgb(102, 179, 255) 99%);
    background-image: -moz-linear-gradient(bottom, rgb(0, 255, 230) 54%, rgb(102, 179, 255) 99%);
    background-image: -webkit-linear-gradient(bottom, rgb(0, 255, 230) 54%, rgb(102, 179, 255) 99%);
    background-image: -ms-linear-gradient(bottom, rgb(0, 255, 230) 54%, rgb(102, 179, 255) 99%);
    background-image: linear-gradient(to bottom, rgb(0, 255, 230) 54%, rgb(102, 179, 255) 99%);
}
.supsystic-social-sharing .sharer-flat.grad.print {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.54, rgb(18, 36, 53)),
            color-stop(0.99, rgb(81, 99, 117))
    );
    background-image: -o-linear-gradient(bottom, rgb(18, 36, 53) 54%, rgb(81, 99, 117) 99%);
    background-image: -moz-linear-gradient(bottom, rgb(18, 36, 53) 54%, rgb(81, 99, 117) 99%);
    background-image: -webkit-linear-gradient(bottom, rgb(18, 36, 53) 54%, rgb(81, 99, 117) 99%);
    background-image: -ms-linear-gradient(bottom, rgb(18, 36, 53) 54%, rgb(81, 99, 117) 99%);
    background-image: linear-gradient(to bottom, rgb(18, 36, 53) 54%, rgb(81, 99, 117) 99%);
}
.supsystic-social-sharing .sharer-flat.grad.bookmark {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.54, rgb(235, 235, 164)),
            color-stop(0.99, rgb(255, 162, 0))
    );
    background-image: -o-linear-gradient(bottom, rgb(235, 235, 164) 54%, rgb(255, 162, 0) 99%);
    background-image: -moz-linear-gradient(bottom, rgb(235, 235, 164) 54%, rgb(255, 162, 0) 99%);
    background-image: -webkit-linear-gradient(bottom, rgb(235, 235, 164) 54%, rgb(255, 162, 0) 99%);
    background-image: -ms-linear-gradient(bottom, rgb(235, 235, 164) 54%, rgb(255, 162, 0) 99%);
    background-image: linear-gradient(to bottom, rgb(235, 235, 164) 54%, rgb(255, 162, 0) 99%);
}
.supsystic-social-sharing .sharer-flat.grad.mail {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.56, rgb(143, 61, 52)),
            color-stop(1, rgb(228, 116, 101))
    );
    background-image: -o-linear-gradient(bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
    background-image: linear-gradient(to bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
}
.supsystic-social-sharing .sharer-flat.grad.odnoklassniki {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.56, rgb(143, 61, 52)),
            color-stop(1, rgb(228, 116, 101))
    );
    background-image: -o-linear-gradient(bottom, rgb(237, 129, 43) 56%, rgb(162, 86, 26) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(237, 129, 43) 56%, rgb(162, 86, 26) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(237, 129, 43) 56%, rgb(162, 86, 26) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(237, 129, 43) 56%, rgb(162, 86, 26) 100%);
    background-image: linear-gradient(to bottom, rgb(237, 129, 43) 56%, rgb(162, 86, 26) 100%);
}
.supsystic-social-sharing .sharer-flat.grad.evernote {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.56, rgb(143, 61, 52)),
            color-stop(1, rgb(228, 116, 101))
    );
    background-image: -o-linear-gradient(bottom, rgb(107, 169, 47) 56%, rgb(19, 35, 3) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(107, 169, 47) 56%, rgb(19, 35, 3) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(107, 169, 47) 56%, rgb(19, 35, 3) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(107, 169, 47) 56%, rgb(19, 35, 3) 100%);
    background-image: linear-gradient(to bottom, rgb(107, 169, 47) 56%, rgb(19, 35, 3) 100%);
}
.supsystic-social-sharing .sharer-flat.grad.like {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.56, rgb(143, 61, 52)),
            color-stop(1, rgb(228, 116, 101))
    );
    background-image: -o-linear-gradient(bottom, rgb(155, 89, 182) 56%, rgb(58, 11, 76) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(155, 89, 182) 56%, rgb(58, 11, 76) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(155, 89, 182) 56%, rgb(58, 11, 76) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(155, 89, 182) 56%, rgb(58, 11, 76) 100%);
    background-image: linear-gradient(to bottom, rgb(155, 89, 182) 56%, rgb(58, 11, 76) 100%);
}
.supsystic-social-sharing .sharer-flat.grad.tumblr {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.54, rgb(92, 92, 92)),
            color-stop(0.99, rgb(0, 0, 0))
    );
    background-image: -o-linear-gradient(bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
    background-image: -moz-linear-gradient(bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
    background-image: -webkit-linear-gradient(bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
    background-image: -ms-linear-gradient(bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
    background-image: linear-gradient(to bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
}
.supsystic-social-sharing .sharer-flat.counter-white-arrowed {
  margin-right: 51px;
}
.supsystic-social-sharing .sharer-flat.counter-white-arrowed .counter-wrap {
  background-color: #ffffff;
  border: 1px solid #bdc3c7;
  color: #333333;
  font-size: 18px;
  height: 1.334em;
  left: 110%;
  line-height: 1em;
  margin-top: -0.655em;
  max-width: 36px;
  min-width: 28px;
  padding: 0 5px 2px 5px;
  text-align: center;
  top: 50%;
}
.supsystic-social-sharing .sharer-flat.counter-white-arrowed .counter-wrap:before,
.supsystic-social-sharing .sharer-flat.counter-white-arrowed .counter-wrap:after {
  position: absolute;
  left: -5px;
  top: 6px;
  content: ' ';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #bdc3c7;
}
.supsystic-social-sharing .sharer-flat.counter-white-arrowed .counter-wrap:before {
  left: -3px;
  border-right: 4px solid #ffffff;
}
.supsystic-social-sharing .sharer-flat.counter-white-arrowed .counter-wrap .counter {
  font-size: .6em;
}


.supsystic-social-sharing .sharer-flat {
    background-color: #333333;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-family: sans-serif;
    font-size: 1em;
    height: 3em;
    margin: 1em 0;
    outline: none;
    position: relative;
    text-decoration: none;
    text-align: center;
    width: 3em;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.supsystic-social-sharing.supsystic-social-sharing-left .sharer-flat,
.supsystic-social-sharing.supsystic-social-sharing-right .sharer-flat {
    display: block;
    margin: 0;
}
.supsystic-social-sharing.supsystic-social-sharing-left .sharer-flat-3,
.supsystic-social-sharing.supsystic-social-sharing-right .sharer-flat-3 {
    margin-top: 20px;
}
.supsystic-social-sharing.supsystic-social-sharing-left .sharer-flat-3.without-counter,
.supsystic-social-sharing.supsystic-social-sharing-right .sharer-flat-3.without-counter {
    margin-top: 0;
}
.supsystic-social-sharing.supsystic-social-sharing-right .sharer-flat {
    margin-right: 10px;
}
.supsystic-social-sharing.supsystic-social-sharing-right .sharer-flat.without-counter {
    margin-right: 0;
}
.supsystic-social-sharing .sharer-flat.sharer-flat-1 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.supsystic-social-sharing .sharer-flat.sharer-flat-2 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.supsystic-social-sharing .sharer-flat.sharer-flat-3 {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.supsystic-social-sharing .sharer-flat.sharer-flat-4:hover:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 93%;
    height: 92%;
    left: 3.5%;
    top: 3.5%;
}
.supsystic-social-sharing .sharer-flat.sharer-flat-5 {
    -webkit-border-top-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-bottomright: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    /*overflow: hidden;*/
}
.supsystic-social-sharing .sharer-flat.sharer-flat-3 .counter-wrap.standard {
    left: 0;
    right: 0;
    text-align: center;
    top: 75%;
}
.supsystic-social-sharing .sharer-flat .fa-fw {
    position: relative;
    top: 0.75em;
    /*top: 1em;*/
    z-index: 1001;
    width: 100%;
}
.supsystic-social-sharing .sharer-flat-6 .fa-fw,
.supsystic-social-sharing .sharer-flat-7 .fa-fw,
.supsystic-social-sharing .sharer-flat-8 .fa-fw,
.supsystic-social-sharing .sharer-flat-9 .fa-fw {
    top: 1em;
}
.supsystic-social-sharing .sharer-flat-6,
.supsystic-social-sharing .sharer-flat-8 {
    width: 6em !important;
    text-align: left !important;
    padding-left: 0.5%;
    border-radius: 10px;
}

.supsystic-social-sharing .sharer-flat-7,
.supsystic-social-sharing .sharer-flat-9 {
    width: 6em !important;
    text-align: left !important;
    padding-left: 0.5%;
}

.supsystic-social-sharing .sharer-flat-6,
.supsystic-social-sharing .sharer-flat-7,
.supsystic-social-sharing .sharer-flat-8,
.supsystic-social-sharing .sharer-flat-9 {
    margin-left: 4px;
}
.supsystic-social-sharing .sharer-flat-6 i.fa:before,
.supsystic-social-sharing .sharer-flat-7 i.fa:before,
.supsystic-social-sharing .sharer-flat-8 i.fa:before,
.supsystic-social-sharing .sharer-flat-9 i.fa:before {
    margin-right: 4px;
}
.supsystic-social-sharing .sharer-flat-6 i,
.supsystic-social-sharing .sharer-flat-7 i,
.supsystic-social-sharing .sharer-flat-8 i,
.supsystic-social-sharing .sharer-flat-9 i {
    font-size: 13px !important;
}
.supsystic-social-sharing .sharer-flat-8 i.fa > span,
.supsystic-social-sharing .sharer-flat-9 i.fa > span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*.supsystic-social-sharing[data-buttons-size="1"] .sharer-flat.sharer-flat-5 .fa-fw:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -80px;
    left: -29%;
    right: -80px;
    background: rgba(0,0,0,.1);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -o-transition: background .8s linear;
    -moz-transition: background .8s linear;
    -webkit-transition: background .8s linear;
    transition: background .8s linear;
}*/
.supsystic-social-sharing .sharer-flat .counter-wrap {
    position: absolute;
    z-index: 1000;
}
.supsystic-social-sharing .sharer-flat .counter-wrap.standard {
    right: -0.5em;
    top: -0.5em;
}
.supsystic-social-sharing .sharer-flat .counter-wrap.standard .counter {
    background-color: #c0392b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    font-size: .5em;
    font-weight: bold;
    padding: 4px 8px;
    text-shadow: 1px 1px 0 #d14233;
}
.supsystic-social-sharing.supsystic-social-sharing-right .sharer-flat .counter-wrap.arrowed {
    right: 3.4em;
    top: 0.5em;
}
.supsystic-social-sharing.supsystic-social-sharing-right .sharer-flat-6 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-right .sharer-flat-7 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-right .sharer-flat-8 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-right .sharer-flat-9 .counter-wrap.arrowed {
    right: 6.4em;
    top: 0.5em;
}
.supsystic-social-sharing.supsystic-social-sharing-left .sharer-flat .counter-wrap.arrowed {
    left: 3.4em;
    top: 0.5em;
}
.supsystic-social-sharing.supsystic-social-sharing-left .sharer-flat-6 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-left .sharer-flat-7 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-left .sharer-flat-8 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-left .sharer-flat-9 .counter-wrap.arrowed {
    left: 6.4em;
    top: 0.5em;
}
.supsystic-social-sharing.supsystic-social-sharing-top .sharer-flat .counter-wrap.arrowed {
    top: 3.0em;
    left: 0.8em;
}
.supsystic-social-sharing.supsystic-social-sharing-bottom .sharer-flat .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-content .sharer-flat .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-preview .sharer-flat .counter-wrap.arrowed {
    bottom: 3.5em;
    width: 100%;
    text-align: center;
}

.supsystic-social-sharing .sharer-flat .counter-wrap.arrowed .counter {
    position: relative;
    background-color: rgba(116, 116, 116, 0.46);
    color: #ffffff;
    font-size: .5em;
    font-weight: bold;
    padding: 4px 8px;
}
.supsystic-social-sharing .sharer-flat .counter-wrap.arrowed .counter:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 5px solid transparent;
    margin-left: .4em;
}
.supsystic-social-sharing.supsystic-social-sharing-right .sharer-flat .counter-wrap.arrowed .counter:after {
    left: 95%;
    top: 25%;
    border-left-color: rgba(116, 116, 116, 0.46);
}
.supsystic-social-sharing.supsystic-social-sharing-left .sharer-flat .counter-wrap.arrowed .counter:after {
    right: 100%;
    top: 25%;
    border-right-color: rgba(116, 116, 116, 0.46);
}
.supsystic-social-sharing.supsystic-social-sharing-top .sharer-flat .counter-wrap.arrowed .counter:after {
    left: 25%;
    bottom: 100%;
    border-bottom-color: rgba(116, 116, 116, 0.46);
}
.supsystic-social-sharing.supsystic-social-sharing-bottom .sharer-flat .counter-wrap.arrowed .counter:after,
.supsystic-social-sharing.supsystic-social-sharing-content .sharer-flat .counter-wrap.arrowed .counter:after,
.supsystic-social-sharing.supsystic-social-sharing-preview .sharer-flat .counter-wrap.arrowed .counter:after {
    left: 25%;
    top: 100%;
    border-top-color: rgba(116, 116, 116, 0.46);
}
.supsystic-social-sharing .sharer-flat.without-counter .counter-wrap {
    display: none;
}
.networks-list-container .counter-wrap {
    display: none;
}
.supsystic-social-sharing .sharer-flat.twitter {
    background-color: #83c3f3;
}
.supsystic-social-sharing .sharer-flat.twitter:hover {
    background-color: #55acee;
}
.supsystic-social-sharing[data-overlay="on"] .sharer-flat.twitter:hover {
    background-color: #153f54;
}
.supsystic-social-sharing .sharer-flat-4.twitter:hover {
    color: #55acee;
}
.supsystic-social-sharing .sharer-flat.livejournal {
    background-color: rgb(43, 87, 128);
}
.supsystic-social-sharing .sharer-flat.livejournal:hover {
    background-color: rgb(38, 78, 114);
}
.supsystic-social-sharing[data-overlay="on"] .sharer-flat.livejournal:hover {
    background-color: rgb(18, 36, 53);
}
.supsystic-social-sharing .sharer-flat-4.livejournal:hover {
    color: #55acee;
}
.supsystic-social-sharing .sharer-flat.odnoklassniki {
    background-color: rgb(255, 163, 0);
}
.supsystic-social-sharing .sharer-flat.odnoklassniki:hover {
    background-color: rgb(206, 130, 0);
}
.supsystic-social-sharing[data-overlay="on"] .sharer-flat.odnoklassniki:hover {
    background-color: rgb(116, 71, 0);
}
.supsystic-social-sharing .sharer-flat-4.odnoklassniki:hover {
    color: rgb(206, 130, 0);
}
.supsystic-social-sharing .sharer-flat .fa-ok:before {
    content: "OK";
    font-size: 10px;
    font-weight: normal !important;
}
.supsystic-social-sharing[data-buttons-size="0.5"] .sharer-flat .fa-ok:before {
    font-size: 7px !important;
}
.supsystic-social-sharing .sharer-flat.linkedin {
    background-color: rgb(18, 123, 182);
}
.supsystic-social-sharing .sharer-flat.linkedin:hover {
    background-color: rgb(17, 111, 165);
}
.supsystic-social-sharing[data-overlay="on"] .sharer-flat.linkedin:hover {
    background-color: rgb(17, 111, 165);
}
.supsystic-social-sharing .sharer-flat-4.linkedin:hover {
    color: #55acee;
}
.supsystic-social-sharing .sharer-flat.facebook {
    background-color: #4c70ba;
}
.supsystic-social-sharing[data-overlay="on"] .sharer-flat.facebook:hover {
    background-color: #13192f;
}
.supsystic-social-sharing .sharer-flat.facebook:hover {
    background-color: #3b5998;
}
.supsystic-social-sharing .sharer-flat-4.facebook:hover {
    color: #3b5998;
}
.supsystic-social-sharing .sharer-flat.googleplus {
    background-color: #e47365;
}
.supsystic-social-sharing .sharer-flat.googleplus:hover {
    background-color: #dd4b39;
}
.supsystic-social-sharing[data-overlay="on"] .sharer-flat.googleplus:hover {
    background-color: #7a2b1e;
}
.supsystic-social-sharing .sharer-flat-4.googleplus:hover {
    color: #dd4b39;
}
.supsystic-social-sharing .sharer-flat.vk {
    background-color: #587fae;
}
.supsystic-social-sharing .sharer-flat.vk:hover {
    background-color: #45668e;
}
.supsystic-social-sharing .sharer-flat-4.vk:hover {
    color: #45668e;
}
.supsystic-social-sharing .sharer-flat.like {
    background-color: #9b59b6;
}
.supsystic-social-sharing .sharer-flat.like:hover {
    background-color: #8e44ad;
}
.supsystic-social-sharing[data-overlay="on"] .sharer-flat.like:hover {
    background-color: #442557;
}
.supsystic-social-sharing .sharer-flat-4.like:hover {
    color: #8e44ad;
}
.supsystic-social-sharing .sharer-flat.reddit {
    background-color: #5f99cf;
}
.supsystic-social-sharing .sharer-flat.reddit:hover {
    background-color: #cee3f8;
}
.supsystic-social-sharing[data-overlay="on"] .sharer-flat.reddit:hover {
    background-color: #4a505b;
}
.supsystic-social-sharing .sharer-flat-4.reddit:hover {
    color: #cee3f8;
}
.supsystic-social-sharing .sharer-flat.pinterest {
    background-color: #e04046;
}
.supsystic-social-sharing .sharer-flat.pinterest:hover {
    background-color: #cc2127;
}
.supsystic-social-sharing[data-overlay="on"] .sharer-flat.pinterest:hover {
    background-color: #7c1519;
}
.supsystic-social-sharing .sharer-flat-4.pinterest:hover {
    color: #cc2127;
}
.supsystic-social-sharing .sharer-flat.digg {
    background-color: #1a1a1a;
}
.supsystic-social-sharing .sharer-flat.digg:hover {
    background-color: #000000;
}
.supsystic-social-sharing .sharer-flat-4.digg:hover {
    color: #000000;
}
.supsystic-social-sharing .sharer-flat.stumbleupon {
    background-color: #ef7053;
}
.supsystic-social-sharing .sharer-flat.stumbleupon:hover {
    background-color: #eb4924;
}
.supsystic-social-sharing[data-overlay="on"] .sharer-flat.stumbleupon:hover {
    background-color: #7a2615;
}
.supsystic-social-sharing .sharer-flat-4.stumbleupon:hover {
    color: #eb4924;
}
.supsystic-social-sharing .sharer-flat.delicious {
    background-color: #66b2ff;
}
.supsystic-social-sharing .sharer-flat.delicious:hover {
    background-color: #3399ff;
}
.supsystic-social-sharing[data-overlay="on"] .sharer-flat.delicious:hover {
    background-color: #0f2643;
}
.supsystic-social-sharing .sharer-flat-4.delicious:hover {
    color: #3399ff;
}
.supsystic-social-sharing .sharer-flat.print {
    background-color: rgb(18, 36, 53);
}
.supsystic-social-sharing .sharer-flat.print:hover {
    background-color: rgb(15, 20, 34);
}
.supsystic-social-sharing[data-overlay="on"] .sharer-flat.print:hover {
    background-color: rgb(0, 0, 0);
}
.supsystic-social-sharing .sharer-flat-4.print:hover {
    color: rgb(15, 20, 34);
}
.supsystic-social-sharing .sharer-flat.bookmark {
    background-color: #ef7053;
}
.supsystic-social-sharing .sharer-flat.bookmark:hover {
    background-color: #af5841;
}
.supsystic-social-sharing[data-overlay="on"] .sharer-flat.bookmark:hover {
    background-color: #371b17;
}
.supsystic-social-sharing .sharer-flat-4.bookmark:hover {
    color: #af5841;
}
.supsystic-social-sharing .sharer-flat.mail {
    background-color: #ed4926;
}
.supsystic-social-sharing .sharer-flat.mail:hover {
    background-color: #ae351e;
}
.supsystic-social-sharing[data-overlay="on"] .sharer-flat.mail:hover {
    background-color: #47140e;
}
.supsystic-social-sharing .sharer-flat-4.mail:hover {
    color: #ae351e;
}
.supsystic-social-sharing .sharer-flat.evernote {
    background-color: #15ba00;
}
.supsystic-social-sharing[data-overlay="on"] .sharer-flat.evernote:hover {
    background-color: #116d00;
}
.supsystic-social-sharing .sharer-flat-4.evernote:hover {
    background-color: #15a100;
}
.supsystic-social-sharing .sharer-flat-6.evernote i,
.supsystic-social-sharing .sharer-flat-7.evernote i,
.supsystic-social-sharing .sharer-flat-8.evernote i,
.supsystic-social-sharing .sharer-flat-9.evernote i {
    text-align: left;
    margin-left: 10%;
}
*/

/* Standard counter */
.supsystic-social-sharing a.social-sharing-button.counter-standard .counter-wrap.standard {
  right: -0.5em;
  top: -0.5em;
}
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-standard .counter-wrap.standard {
  right: 2.05em;
}
.supsystic-social-sharing a.social-sharing-button.counter-standard .counter-wrap.standard > .counter {
  -moz-border-radius: 1.25em;
  -webkit-border-radius: 1.25em;
  background-color: #c0392b;
  border-radius: 1.25em;
  color: #ffffff;
  font-family: "Inconsolata", "Fira Mono", "Source Code Pro", Monaco, Consolas, "Lucida Console", monospace;
  font-size: 0.5em;
  font-weight: bold;
  padding: 0.5em 0.875em;
  right: -0.5em;
  text-shadow: 1px 1px 0 #d65548;
}

/* Arrowed counter */
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-arrowed {
  margin-right: 0;
}
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-arrowed.sharer-flat-6 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-arrowed.sharer-flat-7 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-arrowed.sharer-flat-8 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-arrowed.sharer-flat-9 .counter-wrap.arrowed {
  left: auto;
  right: 7.3125em;
}
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-arrowed.sharer-mono-5 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-arrowed.sharer-mono-6 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-arrowed.sharer-mono-7 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-arrowed.sharer-mono-8 .counter-wrap.arrowed {
  left: auto;
  right: 6.1125em;
}
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-arrowed.sharer-bordered.sharer-bordered-1 .counter-wrap.arrowed {
  left: -2.25em;
  right: initial;
  top: 0.438em;
}
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-arrowed.sharer-livejournal.sharer-livejournal-1 .counter-wrap.arrowed {
  left: initial;
  right: 108%;
}
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-arrowed .counter-wrap.arrowed {
  left: auto;
  right: 3.1125em;
}
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-arrowed .counter-wrap.arrowed:before,
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-arrowed .counter-wrap.arrowed:after {
  border-right: 0.3125em solid transparent;
  border-left: 0.3125em solid transparent;
  left: auto;
  right: -0.3125em;
}
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-arrowed .counter-wrap.arrowed:after {
  border-right-color: transparent;
  border-left-color: #bdc3c7;
  left: auto;
  right: -0.61em;
}
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-arrowed {
  margin-right: 0;
  margin-left: 0;
}
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-arrowed.sharer-flat-6 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-arrowed.sharer-flat-7 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-arrowed.sharer-flat-8 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-arrowed.sharer-flat-9 .counter-wrap.arrowed {
  left: 0;
}
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-arrowed.sharer-mono-5 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-arrowed.sharer-mono-6 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-arrowed.sharer-mono-7 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-arrowed.sharer-mono-8 .counter-wrap.arrowed {
  left: 0;
}
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-arrowed.sharer-bordered.sharer-bordered-1 .counter-wrap.arrowed {
  left: 0;
  right: 0;
  top: 120%;
}
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-arrowed.sharer-livejournal.sharer-livejournal-1 .counter-wrap.arrowed {
  left: 0;
  right: 0;
  top: 120%;
}
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-arrowed .counter-wrap.arrowed {
  left: 0;
  right: 0;
  top: 3.2725em;
}
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-arrowed .counter-wrap.arrowed:before,
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-arrowed .counter-wrap.arrowed:after {
  display: none;
}
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-arrowed .counter-wrap.arrowed:after {
  display: block;
  border-left: 0.3125em solid transparent;
  border-right: 0.3125em solid transparent;
  border-bottom: 0.3125em solid #bdc3c7;
  left: 0;
  right: 0;
  top: -1.6em;
}
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-arrowed {
  margin-right: 0;
  margin-left: 0;
}
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-arrowed.sharer-flat-6 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-arrowed.sharer-flat-7 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-arrowed.sharer-flat-8 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-arrowed.sharer-flat-9 .counter-wrap.arrowed {
  left: 0;
}
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-arrowed.sharer-mono-5 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-arrowed.sharer-mono-6 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-arrowed.sharer-mono-7 .counter-wrap.arrowed,
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-arrowed.sharer-mono-8 .counter-wrap.arrowed {
  left: 0;
}
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-arrowed.sharer-bordered.sharer-bordered-1 .counter-wrap.arrowed {
  left: 0;
  right: 0;
  bottom: 0;
  top: -75%;
}
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-arrowed.sharer-livejournal.sharer-livejournal-1 .counter-wrap.arrowed {
  left: 0;
  right: 0;
  bottom: 0;
  top: -75%;
}
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-arrowed .counter-wrap.arrowed {
  left: 0;
  right: 0;
  top: -1.3275em;
}
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-arrowed .counter-wrap.arrowed:before,
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-arrowed .counter-wrap.arrowed:after {
  display: none;
}
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-arrowed .counter-wrap.arrowed:after {
  display: block;
  border-left: 0.3125em solid transparent;
  border-right: 0.3125em solid transparent;
  border-top: 0.3125em solid #bdc3c7;
  left: 0;
  right: 0;
  bottom: -1.6em;
}
.supsystic-social-sharing a.social-sharing-button.counter-arrowed,
.supsystic-social-sharing.supsystic-social-sharing-spacing a.social-sharing-button.counter-arrowed  {
  margin-right: 3.125em;
}
.supsystic-social-sharing.supsystic-social-sharing-content-align-left a.social-sharing-button.counter-arrowed.without-counter {
  margin-right: 0;
}
.supsystic-social-sharing a.social-sharing-button.counter-arrowed.sharer-flat-6 .counter-wrap.arrowed,
.supsystic-social-sharing a.social-sharing-button.counter-arrowed.sharer-flat-7 .counter-wrap.arrowed,
.supsystic-social-sharing a.social-sharing-button.counter-arrowed.sharer-flat-8 .counter-wrap.arrowed,
.supsystic-social-sharing a.social-sharing-button.counter-arrowed.sharer-flat-9 .counter-wrap.arrowed {
  left: 7.3125em;
}
.supsystic-social-sharing a.social-sharing-button.counter-arrowed.sharer-mono-5 .counter-wrap.arrowed,
.supsystic-social-sharing a.social-sharing-button.counter-arrowed.sharer-mono-6 .counter-wrap.arrowed,
.supsystic-social-sharing a.social-sharing-button.counter-arrowed.sharer-mono-7 .counter-wrap.arrowed,
.supsystic-social-sharing a.social-sharing-button.counter-arrowed.sharer-mono-8 .counter-wrap.arrowed {
  left: 6.1125em;
}
.supsystic-social-sharing a.social-sharing-button.counter-arrowed.sharer-bordered.sharer-bordered-1 .counter-wrap.arrowed {
  left: initial;
  right: -2.25em;
  top: 0.438em;
}
.supsystic-social-sharing a.social-sharing-button.counter-arrowed.sharer-livejournal.sharer-livejournal-1 .counter-wrap.arrowed {
  left: 106%;
  top: 0.575em;
}
.supsystic-social-sharing a.social-sharing-button.counter-arrowed .counter-wrap.arrowed {
  background: #bdc3c7;
  border: 1px solid transparent;
  color: #ffffff;
  left: 3.1125em;
  text-align: center;
  top: 0.875em;
  height: 1em;
  z-index: 99;
}
.supsystic-social-sharing a.social-sharing-button.counter-arrowed .counter-wrap.arrowed:before,
.supsystic-social-sharing a.social-sharing-button.counter-arrowed .counter-wrap.arrowed:after {
  border-bottom: 0.3125em solid transparent;
  border-right: 0.3125em solid transparent;
  border-top: 0.3125em solid transparent;
  bottom: 0;
  content: ' ';
  height: 0;
  left: -0.3125em;
  margin: auto;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.supsystic-social-sharing a.social-sharing-button.counter-arrowed .counter-wrap.arrowed:after {
  border-right-color: #bdc3c7;
  left: -0.21875em;
}
.supsystic-social-sharing a.social-sharing-button.counter-arrowed .counter-wrap.arrowed > .counter {
  display: block;
  font-size: 0.5em;
  font-weight: 700;
  line-height: 2;
  padding: 0 0.625em;
  text-shadow: 1px 1px 0 #bdc3c7;
}

/* Right arrowed counter */
.wp-admin .supsystic-social-sharing a.social-sharing-button.counter-white-arrowed {
  margin-right: 2.91666667em;
}
.wp-admin .supsystic-social-sharing a.social-sharing-button.counter-white-arrowed.without-counter {
  margin-right: 0;
}
.supsystic-social-sharing a.social-sharing-button.counter-white-arrowed.sharer-flat-6 .counter-wrap.white-arrowed,
.supsystic-social-sharing a.social-sharing-button.counter-white-arrowed.sharer-flat-7 .counter-wrap.white-arrowed,
.supsystic-social-sharing a.social-sharing-button.counter-white-arrowed.sharer-flat-8 .counter-wrap.white-arrowed,
.supsystic-social-sharing a.social-sharing-button.counter-white-arrowed.sharer-flat-9 .counter-wrap.white-arrowed {
  left: 7.3125em;
}
.supsystic-social-sharing a.social-sharing-button.counter-white-arrowed.sharer-mono-5 .counter-wrap.white-arrowed,
.supsystic-social-sharing a.social-sharing-button.counter-white-arrowed.sharer-mono-6 .counter-wrap.white-arrowed,
.supsystic-social-sharing a.social-sharing-button.counter-white-arrowed.sharer-mono-7 .counter-wrap.white-arrowed,
.supsystic-social-sharing a.social-sharing-button.counter-white-arrowed.sharer-mono-8 .counter-wrap.white-arrowed {
  left: 6.1125em;
}
.supsystic-social-sharing a.social-sharing-button.counter-white-arrowed.sharer-bordered.sharer-bordered-1 .counter-wrap.white-arrowed {
  bottom: initial;
  left: initial;
  right: -2.5em;
  top: 0.500em;
}
.supsystic-social-sharing a.social-sharing-button.counter-white-arrowed.sharer-livejournal.sharer-livejournal-1 .counter-wrap.white-arrowed {
  bottom: initial;
  left: 108%;
  top: 0.500em;
}
.supsystic-social-sharing a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed {
  background: #ffffff;
  border: 1px solid #bdc3c7;
  bottom: 0.83em;
  color: #333333;
  left: 3.1125em;
  line-height: 0.8;
  text-align: center;
  top: 0.83em;
}
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed {
    left: -1.3em;
}
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed {
    top: -1.6em;
    left: 0.95em;
    bottom: 3.2em;
}
.supsystic-social-sharing.supsystic-social-sharing-content a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed {
    top: -1.6em;
    left: 0.95em;
    bottom: 3.2em;
}
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed {
    left: 0.9em;
    top: 3.00em;
    bottom: -1.4em;
}
.supsystic-social-sharing a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed:before,
.supsystic-social-sharing a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed:after {
  border-bottom: 0.3125em solid transparent;
  border-right: 0.3125em solid #bdc3c7;
  border-top: 0.3125em solid transparent;
  bottom: 0;
  content: ' ';
  height: 0;
  left: -0.3125em;
  margin: auto;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed:before,
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed:after {
    border-bottom: 0.3125em solid transparent;
    border-left: 0.3125em solid #bdc3c7;
    border-top: 0.3125em solid transparent;
    bottom: 0;
    content: ' ';
    height: 0;
    left: 0.9em;
    margin: auto;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 0;
    border-right: none;
}
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed:before,
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed:after,
.supsystic-social-sharing.supsystic-social-sharing-content a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed:before,
.supsystic-social-sharing.supsystic-social-sharing-content a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed:after{
    border-right: none;
    display: block;
    border-left: 0.3125em solid transparent;
    border-right: 0.3125em solid transparent;
    border-top: 0.3125em solid #bdc3c7;
    left: 0;
    right: 0;
    bottom: -1.6em;
}
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed:before,
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed:after {
    border-right: none;
    border-left: 0.3125em solid transparent;
    border-right: 0.3125em solid transparent;
    border-bottom: 0.3125em solid #bdc3c7;
    left: 0.16em;
    top: -1.5em;
}
.supsystic-social-sharing a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed:after {
  border-right-color: #ffffff;
  left: -0.21875em;
}
.supsystic-social-sharing.supsystic-social-sharing-right a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed:after {
    border-left-color: #ffffff;
    left: 0.8em;
    border-right: none;
}
.supsystic-social-sharing.supsystic-social-sharing-bottom a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed:after,
.supsystic-social-sharing.supsystic-social-sharing-content a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed:after{
    display: block;
    border-left: 0.3125em solid transparent;
    border-right: 0.3125em solid transparent;
    border-top: 0.3125em solid #fff;
    left: 0;
    right: 0;
    bottom: -1.4em;
}
.supsystic-social-sharing.supsystic-social-sharing-top a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed:after {
    border-right: none;
    border-left: 0.3125em solid transparent;
    border-right: 0.3125em solid transparent;
    border-bottom: 0.3125em solid #fff;
    left: 0.16em;
    top: -1.28em;
}
.supsystic-social-sharing a.social-sharing-button.counter-white-arrowed .counter-wrap.white-arrowed > .counter {
  font-size: 0.6em;
  padding: 0 0.41666667em;
}


/* Standard button, required for all other sets */
/* @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css); */
html body .supsystic-social-sharing{/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;font-size:16px!important;line-height:1;display:none}html body .supsystic-social-sharing html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html body .supsystic-social-sharing body{margin:0}html body .supsystic-social-sharing article,html body .supsystic-social-sharing aside,html body .supsystic-social-sharing details,html body .supsystic-social-sharing figcaption,html body .supsystic-social-sharing figure,html body .supsystic-social-sharing footer,html body .supsystic-social-sharing header,html body .supsystic-social-sharing hgroup,html body .supsystic-social-sharing main,html body .supsystic-social-sharing menu,html body .supsystic-social-sharing nav,html body .supsystic-social-sharing section,html body .supsystic-social-sharing summary{display:block}html body .supsystic-social-sharing audio,html body .supsystic-social-sharing canvas,html body .supsystic-social-sharing progress,html body .supsystic-social-sharing video{display:inline-block;vertical-align:baseline}html body .supsystic-social-sharing audio:not([controls]){display:none;height:0}html body .supsystic-social-sharing [hidden],html body .supsystic-social-sharing template{display:none}html body .supsystic-social-sharing a{background-color:transparent}html body .supsystic-social-sharing a:active,html body .supsystic-social-sharing a:hover{outline:0}html body .supsystic-social-sharing abbr[title]{border-bottom:1px dotted}html body .supsystic-social-sharing b,html body .supsystic-social-sharing strong{font-weight:700}html body .supsystic-social-sharing dfn{font-style:italic}html body .supsystic-social-sharing h1{font-size:2em;margin:.67em 0}html body .supsystic-social-sharing mark{background:#ff0;color:#000}html body .supsystic-social-sharing small{font-size:80%}html body .supsystic-social-sharing sub,html body .supsystic-social-sharing sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}html body .supsystic-social-sharing sup{top:-.5em}html body .supsystic-social-sharing sub{bottom:-.25em}html body .supsystic-social-sharing img{border:0}html body .supsystic-social-sharing svg:not(:root){overflow:hidden}html body .supsystic-social-sharing figure{margin:1em 40px}html body .supsystic-social-sharing hr{box-sizing:content-box;height:0}html body .supsystic-social-sharing pre{overflow:auto}html body .supsystic-social-sharing code,html body .supsystic-social-sharing kbd,html body .supsystic-social-sharing pre,html body .supsystic-social-sharing samp{font-family:monospace,monospace;font-size:1em}html body .supsystic-social-sharing button,html body .supsystic-social-sharing input,html body .supsystic-social-sharing optgroup,html body .supsystic-social-sharing select,html body .supsystic-social-sharing textarea{color:inherit;font:inherit;margin:0}html body .supsystic-social-sharing a.social-sharing-button .counter-wrap>.counter,html body .supsystic-social-sharing a.social-sharing-button i span{font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif}html body .supsystic-social-sharing button{overflow:visible}html body .supsystic-social-sharing button,html body .supsystic-social-sharing select{text-transform:none}html body .supsystic-social-sharing button,html body .supsystic-social-sharing html input[type=button],html body .supsystic-social-sharing input[type=reset],html body .supsystic-social-sharing input[type=submit]{-webkit-appearance:button;cursor:pointer}html body .supsystic-social-sharing button[disabled],html body .supsystic-social-sharing html input[disabled]{cursor:default}html body .supsystic-social-sharing button::-moz-focus-inner,html body .supsystic-social-sharing input::-moz-focus-inner{border:0;padding:0}html body .supsystic-social-sharing input{line-height:normal}html body .supsystic-social-sharing input[type=checkbox],html body .supsystic-social-sharing input[type=radio]{box-sizing:border-box;padding:0}html body .supsystic-social-sharing input[type=number]::-webkit-inner-spin-button,html body .supsystic-social-sharing input[type=number]::-webkit-outer-spin-button{height:auto}html body .supsystic-social-sharing input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}html body .supsystic-social-sharing input[type=search]::-webkit-search-cancel-button,html body .supsystic-social-sharing input[type=search]::-webkit-search-decoration{-webkit-appearance:none}html body .supsystic-social-sharing fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}html body .supsystic-social-sharing legend{border:0;padding:0}html body .supsystic-social-sharing textarea{overflow:auto}html body .supsystic-social-sharing optgroup{font-weight:700}html body .supsystic-social-sharing table{border-collapse:collapse;border-spacing:0}html body .supsystic-social-sharing td,html body .supsystic-social-sharing th{padding:0}html body .supsystic-social-sharing:after{clear:both;content:'.';display:block;height:0;visibility:hidden}html body .supsystic-social-sharing.supsystic-social-sharing-fixed{position:fixed;text-align:center;z-index:999}html body .supsystic-social-sharing.supsystic-social-sharing-fixed a.social-sharing-button{display:block;margin:0}html body .supsystic-social-sharing.supsystic-social-sharing-fixed.supsystic-social-sharing-left.supsystic-social-sharing-spacing a.social-sharing-button,html body .supsystic-social-sharing.supsystic-social-sharing-fixed.supsystic-social-sharing-right.supsystic-social-sharing-spacing a.social-sharing-button{margin-bottom:5px;margin-right:0}html body .supsystic-social-sharing.supsystic-social-sharing-fixed.supsystic-social-sharing-left{left:0}html body .supsystic-social-sharing.supsystic-social-sharing-fixed.supsystic-social-sharing-right{right:0}html body .supsystic-social-sharing.supsystic-social-sharing-fixed.supsystic-social-sharing-top{display:block;margin:0 auto;text-align:center;top:0;width:100%}html body .supsystic-social-sharing.supsystic-social-sharing-fixed.supsystic-social-sharing-top a.social-sharing-button{display:inline-block;margin:0 10px}html body .supsystic-social-sharing.supsystic-social-sharing-fixed.supsystic-social-sharing-top.supsystic-social-sharing-adminbar{top:35px}html body .supsystic-social-sharing.supsystic-social-sharing-fixed.supsystic-social-sharing-bottom{bottom:0;display:block;margin:0 auto;text-align:center;width:100%}html body .supsystic-social-sharing.supsystic-social-sharing-fixed.supsystic-social-sharing-bottom a.social-sharing-button{display:inline-block;margin:0 10px 10px}html body .supsystic-social-sharing.supsystic-social-sharing-spacing a.social-sharing-button{margin-right:1.25em}html body .supsystic-social-sharing a.social-sharing-button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background-color:#000;border:none;box-sizing:border-box;color:#fff;display:inline-block;font-size:1em;margin-bottom:5px;margin-top:5px;outline:0;padding:.83em .75em;position:relative;text-decoration:none}html body .supsystic-social-sharing a.social-sharing-button.without-counter .counter-wrap{display:none}html body .supsystic-social-sharing a.social-sharing-button.button-icon-image{background-size:cover}html body .supsystic-social-sharing a.social-sharing-button.button-icon-image .fa:before{content:''}html body .supsystic-social-sharing a.social-sharing-button i span{font-size:.75em}html body .supsystic-social-sharing a.social-sharing-button .counter-wrap{position:absolute;z-index:1}.supsystic-social-sharing .social-sharing-button .fa{font:normal normal normal 14px/1 FontAwesome}

/* Button theme: Flat */
.supsystic-social-sharing .sharer-flat.grad.twitter {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.26, rgb(60, 0, 255)),
            color-stop(1, rgb(131, 194, 243))
    );
    background-image: -o-linear-gradient(bottom, rgb(60, 0, 255) 26%, rgb(131, 194, 243) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(60, 0, 255) 26%, rgb(131, 194, 243) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(60, 0, 255) 26%, rgb(131, 194, 243) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(60, 0, 255) 26%, rgb(131, 194, 243) 100%);
    background-image: linear-gradient(to bottom, rgb(60, 0, 255) 26%, rgb(131, 194, 243) 100%);
}
.supsystic-social-sharing .sharer-flat.grad.livejournal {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.26, rgb(44, 87, 128)),
            color-stop(1, rgb(131, 242, 159))
    );
    background-image: -o-linear-gradient(bottom, rgb(44, 87, 128) 26%, rgb(131, 242, 159) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44, 87, 128) 26%, rgb(131, 242, 159) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44, 87, 128) 26%, rgb(131, 242, 159) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44, 87, 128) 26%, rgb(131, 242, 159) 100%);
    background-image: linear-gradient(to bottom, rgb(44, 87, 128) 26%, rgb(131, 242, 159) 100%);
}
.supsystic-social-sharing .sharer-flat.grad.linkedin {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.26, rgb(44, 87, 128)),
            color-stop(1, rgb(242, 131, 131))
    );
    background-image: -o-linear-gradient(bottom, rgb(44, 87, 128) 26%, rgb(242, 131, 131) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44, 87, 128) 26%, rgb(242, 131, 131) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44, 87, 128) 26%, rgb(242, 131, 131) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44, 87, 128) 26%, rgb(242, 131, 131) 100%);
    background-image: linear-gradient(to bottom, rgb(44, 87, 128) 26%, rgb(242, 131, 131) 100%);
}
.supsystic-social-sharing .sharer-flat.grad.facebook {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.55, rgb(46, 53, 128)),
            color-stop(1, rgb(17, 45, 222))
    );
    background-image: -o-linear-gradient(bottom, rgb(46, 53, 128) 55%, rgb(17, 45, 222) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(46, 53, 128) 55%, rgb(17, 45, 222) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(46, 53, 128) 55%, rgb(17, 45, 222) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(46, 53, 128) 55%, rgb(17, 45, 222) 100%);
    background-image: linear-gradient(to bottom, rgb(46, 53, 128) 55%, rgb(17, 45, 222) 100%);
}
.supsystic-social-sharing .sharer-flat.grad.googleplus {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.56, rgb(143, 61, 52)),
            color-stop(1, rgb(228, 116, 101))
    );
    background-image: -o-linear-gradient(bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
    background-image: linear-gradient(to bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
}
.supsystic-social-sharing .sharer-flat.grad.vk {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.56, rgb(69, 209, 255)),
            color-stop(0.99, rgb(12, 116, 235))
    );
    background-image: -o-linear-gradient(bottom, rgb(69, 209, 255) 56%, rgb(12, 116, 235) 99%);
    background-image: -moz-linear-gradient(bottom, rgb(69, 209, 255) 56%, rgb(12, 116, 235) 99%);
    background-image: -webkit-linear-gradient(bottom, rgb(69, 209, 255) 56%, rgb(12, 116, 235) 99%);
    background-image: -ms-linear-gradient(bottom, rgb(69, 209, 255) 56%, rgb(12, 116, 235) 99%);
    background-image: linear-gradient(to bottom, rgb(69, 209, 255) 56%, rgb(12, 116, 235) 99%);
}
.supsystic-social-sharing .sharer-flat.grad.reddit {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.38, rgb(144, 153, 156)),
            color-stop(0.99, rgb(95, 153, 207))
    );
    background-image: -o-linear-gradient(bottom, rgb(144, 153, 156) 38%, rgb(95, 153, 207) 99%);
    background-image: -moz-linear-gradient(bottom, rgb(144, 153, 156) 38%, rgb(95, 153, 207) 99%);
    background-image: -webkit-linear-gradient(bottom, rgb(144, 153, 156) 38%, rgb(95, 153, 207) 99%);
    background-image: -ms-linear-gradient(bottom, rgb(144, 153, 156) 38%, rgb(95, 153, 207) 99%);
    background-image: linear-gradient(to bottom, rgb(144, 153, 156) 38%, rgb(95, 153, 207) 99%);
}
.supsystic-social-sharing .sharer-flat.grad.pinterest {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.38, rgb(255, 0, 0)),
            color-stop(0.99, rgb(38, 38, 38))
    );
    background-image: -o-linear-gradient(bottom, rgb(255, 0, 0) 38%, rgb(38, 38, 38) 99%);
    background-image: -moz-linear-gradient(bottom, rgb(255, 0, 0) 38%, rgb(38, 38, 38) 99%);
    background-image: -webkit-linear-gradient(bottom, rgb(255, 0, 0) 38%, rgb(38, 38, 38) 99%);
    background-image: -ms-linear-gradient(bottom, rgb(255, 0, 0) 38%, rgb(38, 38, 38) 99%);
    background-image: linear-gradient(to bottom, rgb(255, 0, 0) 38%, rgb(38, 38, 38) 99%);
}
.supsystic-social-sharing .sharer-flat.grad.digg {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.54, rgb(92, 92, 92)),
            color-stop(0.99, rgb(0, 0, 0))
    );
    background-image: -o-linear-gradient(bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
    background-image: -moz-linear-gradient(bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
    background-image: -webkit-linear-gradient(bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
    background-image: -ms-linear-gradient(bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
    background-image: linear-gradient(to bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
}
.supsystic-social-sharing .sharer-flat.grad.stumbleupon {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.54, rgb(239, 112, 83)),
            color-stop(0.99, rgb(247, 221, 215))
    );
    background-image: -o-linear-gradient(bottom, rgb(239, 112, 83) 54%, rgb(247, 221, 215) 99%);
    background-image: -moz-linear-gradient(bottom, rgb(239, 112, 83) 54%, rgb(247, 221, 215) 99%);
    background-image: -webkit-linear-gradient(bottom, rgb(239, 112, 83) 54%, rgb(247, 221, 215) 99%);
    background-image: -ms-linear-gradient(bottom, rgb(239, 112, 83) 54%, rgb(247, 221, 215) 99%);
    background-image: linear-gradient(to bottom, rgb(239, 112, 83) 54%, rgb(247, 221, 215) 99%);
}
.supsystic-social-sharing .sharer-flat.grad.delicious {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.54, rgb(0, 255, 230)),
            color-stop(0.99, rgb(102, 179, 255))
    );
    background-image: -o-linear-gradient(bottom, rgb(0, 255, 230) 54%, rgb(102, 179, 255) 99%);
    background-image: -moz-linear-gradient(bottom, rgb(0, 255, 230) 54%, rgb(102, 179, 255) 99%);
    background-image: -webkit-linear-gradient(bottom, rgb(0, 255, 230) 54%, rgb(102, 179, 255) 99%);
    background-image: -ms-linear-gradient(bottom, rgb(0, 255, 230) 54%, rgb(102, 179, 255) 99%);
    background-image: linear-gradient(to bottom, rgb(0, 255, 230) 54%, rgb(102, 179, 255) 99%);
}
.supsystic-social-sharing .sharer-flat.grad.print {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.54, rgb(18, 36, 53)),
            color-stop(0.99, rgb(81, 99, 117))
    );
    background-image: -o-linear-gradient(bottom, rgb(18, 36, 53) 54%, rgb(81, 99, 117) 99%);
    background-image: -moz-linear-gradient(bottom, rgb(18, 36, 53) 54%, rgb(81, 99, 117) 99%);
    background-image: -webkit-linear-gradient(bottom, rgb(18, 36, 53) 54%, rgb(81, 99, 117) 99%);
    background-image: -ms-linear-gradient(bottom, rgb(18, 36, 53) 54%, rgb(81, 99, 117) 99%);
    background-image: linear-gradient(to bottom, rgb(18, 36, 53) 54%, rgb(81, 99, 117) 99%);
}
.supsystic-social-sharing .sharer-flat.grad.bookmark {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.54, rgb(235, 235, 164)),
            color-stop(0.99, rgb(255, 162, 0))
    );
    background-image: -o-linear-gradient(bottom, rgb(235, 235, 164) 54%, rgb(255, 162, 0) 99%);
    background-image: -moz-linear-gradient(bottom, rgb(235, 235, 164) 54%, rgb(255, 162, 0) 99%);
    background-image: -webkit-linear-gradient(bottom, rgb(235, 235, 164) 54%, rgb(255, 162, 0) 99%);
    background-image: -ms-linear-gradient(bottom, rgb(235, 235, 164) 54%, rgb(255, 162, 0) 99%);
    background-image: linear-gradient(to bottom, rgb(235, 235, 164) 54%, rgb(255, 162, 0) 99%);
}
.supsystic-social-sharing .sharer-flat.grad.mail {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.56, rgb(143, 61, 52)),
            color-stop(1, rgb(228, 116, 101))
    );
    background-image: -o-linear-gradient(bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
    background-image: linear-gradient(to bottom, rgb(143, 61, 52) 56%, rgb(228, 116, 101) 100%);
}
.supsystic-social-sharing .sharer-flat.grad.odnoklassniki {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.56, rgb(143, 61, 52)),
            color-stop(1, rgb(228, 116, 101))
    );
    background-image: -o-linear-gradient(bottom, rgb(237, 129, 43) 56%, rgb(162, 86, 26) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(237, 129, 43) 56%, rgb(162, 86, 26) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(237, 129, 43) 56%, rgb(162, 86, 26) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(237, 129, 43) 56%, rgb(162, 86, 26) 100%);
    background-image: linear-gradient(to bottom, rgb(237, 129, 43) 56%, rgb(162, 86, 26) 100%);
}
.supsystic-social-sharing .sharer-flat.grad.evernote {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.56, rgb(143, 61, 52)),
            color-stop(1, rgb(228, 116, 101))
    );
    background-image: -o-linear-gradient(bottom, rgb(107, 169, 47) 56%, rgb(19, 35, 3) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(107, 169, 47) 56%, rgb(19, 35, 3) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(107, 169, 47) 56%, rgb(19, 35, 3) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(107, 169, 47) 56%, rgb(19, 35, 3) 100%);
    background-image: linear-gradient(to bottom, rgb(107, 169, 47) 56%, rgb(19, 35, 3) 100%);
}
.supsystic-social-sharing .sharer-flat.grad.like {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.56, rgb(143, 61, 52)),
            color-stop(1, rgb(228, 116, 101))
    );
    background-image: -o-linear-gradient(bottom, rgb(155, 89, 182) 56%, rgb(58, 11, 76) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(155, 89, 182) 56%, rgb(58, 11, 76) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(155, 89, 182) 56%, rgb(58, 11, 76) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(155, 89, 182) 56%, rgb(58, 11, 76) 100%);
    background-image: linear-gradient(to bottom, rgb(155, 89, 182) 56%, rgb(58, 11, 76) 100%);
}
.supsystic-social-sharing .sharer-flat.grad.tumblr {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.54, rgb(92, 92, 92)),
            color-stop(0.99, rgb(0, 0, 0))
    );
    background-image: -o-linear-gradient(bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
    background-image: -moz-linear-gradient(bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
    background-image: -webkit-linear-gradient(bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
    background-image: -ms-linear-gradient(bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
    background-image: linear-gradient(to bottom, rgb(92, 92, 92) 54%, rgb(0, 0, 0) 99%);
}
.supsystic-social-sharing.supsystic-social-sharing-fixed .social-sharing-button {
	width: intrinsic;
	width: fit-content;
	width: -moz-max-content;
	width: -webkit-max-content;
}
.supsystic-social-sharing .sharer-flat {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.supsystic-social-sharing a{
	display: inline-block;
}
.supsystic-social-sharing .sharer-flat.pricon {
  margin-top: 35px;
}
.supsystic-social-sharing .sharer-flat.sharer-flat-1 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.supsystic-social-sharing .sharer-flat.sharer-flat-2 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.supsystic-social-sharing .sharer-flat.sharer-flat-3 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.supsystic-social-sharing .sharer-flat.sharer-flat-4 {
  border: 2px solid #000;
}
.supsystic-social-sharing .sharer-flat.sharer-flat-4:hover {
  background: #fff;
  color: #000;
}
.supsystic-social-sharing .sharer-flat.sharer-flat-5 {
  -webkit-border-top-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-bottomright: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.supsystic-social-sharing .sharer-flat.sharer-flat-6,
.supsystic-social-sharing .sharer-flat.sharer-flat-7,
.supsystic-social-sharing .sharer-flat.sharer-flat-8,
.supsystic-social-sharing .sharer-flat.sharer-flat-9 {
  width: 7em;
  text-align: center;
  margin-bottom: 5px;
}
.supsystic-social-sharing .sharer-flat.sharer-flat-7,
.supsystic-social-sharing .sharer-flat.sharer-flat-9 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.supsystic-social-sharing .sharer-flat.sharer-flat-8 i,
.supsystic-social-sharing .sharer-flat.sharer-flat-9 i {
  width: 100%;
}
.supsystic-social-sharing .sharer-flat.sharer-flat-8 i span,
.supsystic-social-sharing .sharer-flat.sharer-flat-9 i span {
  margin-left: 5px;
  white-space: nowrap;
}
.supsystic-social-sharing .sharer-flat.twitter {
  background-color: #83c3f3;
}
.supsystic-social-sharing .sharer-flat.twitter:hover {
  background-color: #55acee !important;
}
.supsystic-social-sharing .sharer-flat.twitter.sharer-flat-4 {
  border-color: #83c3f3;
}
.supsystic-social-sharing a.sharer-flat.twitter.sharer-flat-4:hover {
  background-color: #fff !important;
  color: #55acee;
}
.supsystic-social-sharing .sharer-flat.livejournal {
  background-color: #2b5780;
}
.supsystic-social-sharing .sharer-flat.livejournal:hover {
  background-color: #1e3d5a;
}
.supsystic-social-sharing .sharer-flat.livejournal.sharer-flat-4 {
  border-color: #2b5780;
}
.supsystic-social-sharing a.sharer-flat.livejournal.sharer-flat-4:hover {
  color: #2b5780;
  background-color: #fff !important;
}
.supsystic-social-sharing .sharer-flat.facebook {
  background-color: #3b5998;
}
.supsystic-social-sharing a.social-sharing-button.sharer-flat.facebook:hover {
  background-color: #2d4373 !important;
}
.supsystic-social-sharing .sharer-flat.facebook.sharer-flat-4 {
  border-color: #3b5998;
}
.supsystic-social-sharing a.sharer-flat.facebook.sharer-flat-4:hover {
  color: #3b5998;
  background-color: #fff !important;
}
.supsystic-social-sharing .sharer-flat.googleplus {
  background-color: #dd4b39;
}
.supsystic-social-sharing a.social-sharing-button.sharer-flat.googleplus:hover {
  background-color: #c23321 !important;
}
.supsystic-social-sharing .sharer-flat.googleplus.sharer-flat-4 {
  border-color: #dd4b39;
}
.supsystic-social-sharing a.sharer-flat.googleplus.sharer-flat-4:hover {
  color: #dd4b39;
  background-color: #fff !important;
}
.supsystic-social-sharing .sharer-flat.vk {
  background-color: #45668e;
}
.supsystic-social-sharing a.social-sharing-button.sharer-flat.vk:hover {
  background-color: #344d6c !important;
}
.supsystic-social-sharing .sharer-flat.vk.sharer-flat-4 {
  border-color: #45668e;
}
.supsystic-social-sharing a.sharer-flat.vk.sharer-flat-4:hover {
  color: #45668e;
  background-color: #fff !important;
}
.supsystic-social-sharing .sharer-flat.like {
  background-color: #9b59b6;
}
.supsystic-social-sharing a.social-sharing-button.sharer-flat.like:hover {
  background-color: #804399 !important;
}
.supsystic-social-sharing .sharer-flat.like.sharer-flat-4 {
  border-color: #9b59b6;
}
.supsystic-social-sharing a.sharer-flat.like.sharer-flat-4:hover {
  color: #9b59b6;
  background-color: #fff !important;
}
.supsystic-social-sharing .sharer-flat.reddit {
  background-color: #cee3f8;
}
.supsystic-social-sharing a.social-sharing-button.sharer-flat.reddit:hover {
  background-color: #a1c9f2 !important;
}
.supsystic-social-sharing .sharer-flat.reddit.sharer-flat-4 {
  border-color: #cee3f8;
}
.supsystic-social-sharing a.sharer-flat.reddit.sharer-flat-4:hover {
  color: #cee3f8;
  background-color: #fff !important;
}
.supsystic-social-sharing .sharer-flat.pinterest {
  background-color: #cc2127;
}
.supsystic-social-sharing a.social-sharing-button.sharer-flat.pinterest:hover {
  background-color: #a01a1f !important;
}
.supsystic-social-sharing .sharer-flat.pinterest.sharer-flat-4 {
  border-color: #cc2127;
}
.supsystic-social-sharing a.sharer-flat.pinterest.sharer-flat-4:hover {
  color: #cc2127;
  background-color: #fff !important;
}
.supsystic-social-sharing .sharer-flat.digg {
  background-color: #000000;
}
.supsystic-social-sharing a.social-sharing-button.sharer-flat.digg:hover {
  background-color: #1a1a1a !important;
}
.supsystic-social-sharing .sharer-flat.digg.sharer-flat-4 {
  border-color: #000000;
}
.supsystic-social-sharing a.sharer-flat.digg.sharer-flat-4:hover {
  color: #000000;
  background-color: #fff !important;
}
.supsystic-social-sharing .sharer-flat.stumbleupon {
  background-color: #eb4924;
}
.supsystic-social-sharing a.social-sharing-button.sharer-flat.stumbleupon:hover {
  background-color: #ca3412 !important;
}
.supsystic-social-sharing .sharer-flat.stumbleupon.sharer-flat-4 {
  border-color: #eb4924;
}
.supsystic-social-sharing a.sharer-flat.stumbleupon.sharer-flat-4:hover {
  color: #eb4924;
  background-color: #fff !important;
}
.supsystic-social-sharing .sharer-flat.delicious {
  background-color: #3399ff;
}
.supsystic-social-sharing a.social-sharing-button.sharer-flat.delicious:hover {
  background-color: #007fff !important;
}
.supsystic-social-sharing .sharer-flat.delicious.sharer-flat-4 {
  border-color: #3399ff;
}
.supsystic-social-sharing a.sharer-flat.delicious.sharer-flat-4:hover {
  color: #3399ff;
  background-color: #fff !important;
}
.supsystic-social-sharing .sharer-flat.odnoklassniki {
  background-color: #ed812b;
}
.supsystic-social-sharing a.social-sharing-button.sharer-flat.odnoklassniki:hover {
  background-color: #d36812 !important;
}
.supsystic-social-sharing .sharer-flat.odnoklassniki.sharer-flat-4 {
  border-color: #ed812b;
}
.supsystic-social-sharing a.sharer-flat.odnoklassniki.sharer-flat-4:hover {
  color: #ed812b;
  background-color: #fff !important;
}
.supsystic-social-sharing .sharer-flat.linkedin {
  background-color: #0077b5;
}
.supsystic-social-sharing a.social-sharing-button.sharer-flat.linkedin:hover {
  background-color: #005582 !important;
}
.supsystic-social-sharing .sharer-flat.linkedin.sharer-flat-4 {
  border-color: #0077b5;
}
.supsystic-social-sharing a.sharer-flat.linkedin.sharer-flat-4:hover {
  color: #0077b5;
  background-color: #fff !important;
}
.supsystic-social-sharing .sharer-flat.print {
  background-color: #122435;
}
.supsystic-social-sharing a.social-sharing-button.sharer-flat.print:hover {
  background-color: #050a0f !important;
}
.supsystic-social-sharing .sharer-flat.print.sharer-flat-4 {
  border-color: #122435;
}
.supsystic-social-sharing a.sharer-flat.print.sharer-flat-4:hover {
  color: #122435;
  background-color: #fff !important;
}
.supsystic-social-sharing .sharer-flat.bookmark {
  background-color: #ef7053;
}
.supsystic-social-sharing a.social-sharing-button.sharer-flat.bookmark:hover {
  background-color: #eb4924 !important;
}
.supsystic-social-sharing .sharer-flat.bookmark.sharer-flat-4 {
  border-color: #ef7053;
}
.supsystic-social-sharing a.sharer-flat.bookmark.sharer-flat-4:hover {
  color: #ef7053;
  background-color: #fff !important;
}
.supsystic-social-sharing .sharer-flat.mail {
  background-color: #ed4926;
}
.supsystic-social-sharing a.social-sharing-button.sharer-flat.mail:hover {
  background-color: #cf3311 !important;
}
.supsystic-social-sharing .sharer-flat.mail.sharer-flat-4 {
  border-color: #ed4926;
}
.supsystic-social-sharing a.sharer-flat.mail.sharer-flat-4:hover {
  color: #ed4926;
  background-color: #fff !important;
}
.supsystic-social-sharing .sharer-flat.evernote {
  background-color: #6ba92f;
}
.supsystic-social-sharing a.social-sharing-button.sharer-flat.evernote:hover {
  background-color: #528124 !important;
}
.supsystic-social-sharing .sharer-flat.evernote.sharer-flat-4 {
  border-color: #6ba92f;
}
.supsystic-social-sharing a.sharer-flat.evernote.sharer-flat-4:hover {
  color: #6ba92f;
  background-color: #fff !important;
}
.supsystic-social-sharing .sharer-flat.whatsapp {
  background-color: #43C353;
}
.supsystic-social-sharing a.social-sharing-button.sharer-flat.whatsapp:hover {
  background-color: #3CAD4A !important;
}
.supsystic-social-sharing .sharer-flat.whatsapp.sharer-flat-4 {
  border-color: #43C353;
}
.supsystic-social-sharing a.sharer-flat.whatsapp.sharer-flat-4:hover {
  color: #43C353;
  background-color: #fff !important;
}
.supsystic-social-sharing .sharer-flat.tumblr {
    background-color: #000000;
}
.supsystic-social-sharing a.social-sharing-button.sharer-flat.tumblr:hover {
    background-color: #1a1a1a !important;
}
.supsystic-social-sharing .sharer-flat.tumblr.sharer-flat-4 {
    border-color: #000000;
}
.supsystic-social-sharing a.sharer-flat.tumblr.sharer-flat-4:hover {
    color: #000000;
    background-color: #fff !important;
}
.supsystic-social-sharing[data-change-size="on"] .sharer-flat-6:hover,
.supsystic-social-sharing[data-change-size="on"] .sharer-flat-7:hover,
.supsystic-social-sharing[data-change-size="on"] .sharer-flat-8:hover,
.supsystic-social-sharing[data-change-size="on"] .sharer-flat-9:hover {
  width: 6em;
}
.supsystic-social-sharing[data-overlay="on"] .twitter {
  background-color: #83c3f3;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.twitter:hover {
  background-color: #147bc9 !important;
}
.supsystic-social-sharing[data-overlay="on"] .twitter.sharer-flat-4 {
  border-color: #83c3f3;
}
.supsystic-social-sharing[data-overlay="on"] .twitter.sharer-flat-4:hover {
  color: #83c3f3;
  background-color: #fff;
}
.supsystic-social-sharing[data-overlay="on"] .livejournal {
  background-color: #2b5780;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.livejournal:hover {
  background-color: #05090d !important;
}
.supsystic-social-sharing[data-overlay="on"] .livejournal.sharer-flat-4 {
  border-color: #2b5780;
}
.supsystic-social-sharing[data-overlay="on"] .livejournal.sharer-flat-4:hover {
  color: #2b5780;
  background-color: #fff;
}
.supsystic-social-sharing[data-overlay="on"] .facebook {
  background-color: #3b5998;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.facebook:hover {
  background-color: #10182a !important;
}
.supsystic-social-sharing[data-overlay="on"] .facebook.sharer-flat-4 {
  border-color: #3b5998;
}
.supsystic-social-sharing[data-overlay="on"] .facebook.sharer-flat-4:hover {
  color: #3b5998;
  background-color: #fff;
}
.supsystic-social-sharing[data-overlay="on"] .googleplus {
  background-color: #dd4b39;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.googleplus:hover {
  background-color: #6b1c12 !important;
}
.supsystic-social-sharing[data-overlay="on"] .googleplus.sharer-flat-4 {
  border-color: #dd4b39;
}
.supsystic-social-sharing[data-overlay="on"] .googleplus.sharer-flat-4:hover {
  color: #dd4b39;
  background-color: #fff;
}
.supsystic-social-sharing[data-overlay="on"] .vk {
  background-color: #45668e;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.vk:hover {
  background-color: #131c27 !important;
}
.supsystic-social-sharing[data-overlay="on"] .vk.sharer-flat-4 {
  border-color: #45668e;
}
.supsystic-social-sharing[data-overlay="on"] .vk.sharer-flat-4:hover {
  color: #45668e;
  background-color: #fff;
}
.supsystic-social-sharing[data-overlay="on"] .like {
  background-color: #9b59b6;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.like:hover {
  background-color: #452452 !important;
}
.supsystic-social-sharing[data-overlay="on"] .like.sharer-flat-4 {
  border-color: #9b59b6;
}
.supsystic-social-sharing[data-overlay="on"] .like.sharer-flat-4:hover {
  color: #9b59b6;
  background-color: #fff;
}
.supsystic-social-sharing[data-overlay="on"] .reddit {
  background-color: #cee3f8;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.reddit:hover {
  background-color: #4896e5 !important;
}
.supsystic-social-sharing[data-overlay="on"] .reddit.sharer-flat-4 {
  border-color: #cee3f8;
}
.supsystic-social-sharing[data-overlay="on"] .reddit.sharer-flat-4:hover {
  color: #cee3f8;
  background-color: #fff;
}
.supsystic-social-sharing[data-overlay="on"] .pinterest {
  background-color: #cc2127;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.pinterest:hover {
  background-color: #480c0e !important;
}
.supsystic-social-sharing[data-overlay="on"] .pinterest.sharer-flat-4 {
  border-color: #cc2127;
}
.supsystic-social-sharing[data-overlay="on"] .pinterest.sharer-flat-4:hover {
  color: #cc2127;
  background-color: #fff;
}
.supsystic-social-sharing[data-overlay="on"] .digg {
  background-color: #000000;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.digg:hover {
  background-color: #4d4d4d !important;
}
.supsystic-social-sharing[data-overlay="on"] .digg.sharer-flat-4 {
  border-color: #000000;
}
.supsystic-social-sharing[data-overlay="on"] .digg.sharer-flat-4:hover {
  color: #000000;
  background-color: #fff;
}
.supsystic-social-sharing[data-overlay="on"] .stumbleupon {
  background-color: #eb4924;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.stumbleupon:hover {
  background-color: #6c1c0a !important;
}
.supsystic-social-sharing[data-overlay="on"] .stumbleupon.sharer-flat-4 {
  border-color: #eb4924;
}
.supsystic-social-sharing[data-overlay="on"] .stumbleupon.sharer-flat-4:hover {
  color: #eb4924;
  background-color: #fff;
}
.supsystic-social-sharing[data-overlay="on"] .delicious {
  background-color: #3399ff;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.delicious:hover {
  background-color: #004c99 !important;
}
.supsystic-social-sharing[data-overlay="on"] .delicious.sharer-flat-4 {
  border-color: #3399ff;
}
.supsystic-social-sharing[data-overlay="on"] .delicious.sharer-flat-4:hover {
  color: #3399ff;
  background-color: #fff;
}
.supsystic-social-sharing[data-overlay="on"] .odnoklassniki {
  background-color: #ed812b;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.odnoklassniki:hover {
  background-color: #75390a !important;
}
.supsystic-social-sharing[data-overlay="on"] .odnoklassniki.sharer-flat-4 {
  border-color: #ed812b;
}
.supsystic-social-sharing[data-overlay="on"] .odnoklassniki.sharer-flat-4:hover {
  color: #ed812b;
  background-color: #fff;
}
.supsystic-social-sharing[data-overlay="on"] .linkedin {
  background-color: #0077b5;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.linkedin:hover {
  background-color: #00121c !important;
}
.supsystic-social-sharing[data-overlay="on"] .linkedin.sharer-flat-4 {
  border-color: #0077b5;
}
.supsystic-social-sharing[data-overlay="on"] .linkedin.sharer-flat-4:hover {
  color: #0077b5;
  background-color: #fff;
}
.supsystic-social-sharing[data-overlay="on"] .print {
  background-color: #122435;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.print:hover {
  background-color: #000000 !important;
}
.supsystic-social-sharing[data-overlay="on"] .print.sharer-flat-4 {
  border-color: #122435;
}
.supsystic-social-sharing[data-overlay="on"] .print.sharer-flat-4:hover {
  color: #122435;
  background-color: #fff;
}
.supsystic-social-sharing[data-overlay="on"] .bookmark {
  background-color: #ef7053;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.bookmark:hover {
  background-color: #9b280e !important;
}
.supsystic-social-sharing[data-overlay="on"] .bookmark.sharer-flat-4 {
  border-color: #ef7053;
}
.supsystic-social-sharing[data-overlay="on"] .bookmark.sharer-flat-4:hover {
  color: #ef7053;
  background-color: #fff;
}
.supsystic-social-sharing[data-overlay="on"] .mail {
  background-color: #ed4926;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.mail:hover {
  background-color: #711c09 !important;
}
.supsystic-social-sharing[data-overlay="on"] .mail.sharer-flat-4 {
  border-color: #ed4926;
}
.supsystic-social-sharing[data-overlay="on"] .mail.sharer-flat-4:hover {
  color: #ed4926;
  background-color: #fff;
}
.supsystic-social-sharing[data-overlay="on"] .evernote {
  background-color: #6ba92f;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.evernote:hover {
  background-color: #1f310e !important;
}
.supsystic-social-sharing[data-overlay="on"] .evernote.sharer-flat-4 {
  border-color: #6ba92f;
}
.supsystic-social-sharing[data-overlay="on"] .evernote.sharer-flat-4:hover {
  color: #43C353;
  background-color: #fff;
}
.supsystic-social-sharing[data-overlay="on"] .whatsapp {
  background-color: #43C353;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.whatsapp:hover {
  background-color: #286E31 !important;
}
.supsystic-social-sharing[data-overlay="on"] .whatsapp.sharer-flat-4 {
  border-color: #43C353;
}
.supsystic-social-sharing[data-overlay="on"] .whatsapp.sharer-flat-4:hover {
  color: #43C353;
  background-color: #fff;
}
.supsystic-social-sharing[data-overlay="on"] .tumblr {
    background-color: #000000;
}
.supsystic-social-sharing[data-overlay="on"] a.sharer-flat.tumblr:hover {
    background-color: #4d4d4d !important;
}
.supsystic-social-sharing[data-overlay="on"] .tumblr.sharer-flat-4 {
    border-color: #000000;
}
.supsystic-social-sharing[data-overlay="on"] .tumblr.sharer-flat-4:hover {
    color: #000000;
    background-color: #fff;
}



/*.supsystic-social-sharing.supsystic-social-sharing-spacing > a {*/
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
/*}*/
/*.supsystic-social-sharing.supsystic-social-sharing-click {*/
    /*display: none;*/
/*}*/
/*.supsystic-social-sharing.supsystic-social-sharing-fixed {*/
    /*position: fixed;*/
    /*text-align: center;*/
/*}*/
/*.supsystic-social-sharing.supsystic-social-sharing-fixed.supsystic-social-sharing-left {*/
    /*left: 0;*/
    /*top: 50%;*/
    /*z-index: 999;*/
/*}*/
/*.supsystic-social-sharing.supsystic-social-sharing-fixed.supsystic-social-sharing-right {*/
    /*right: 0;*/
    /*top: 50%;*/
    /*z-index: 999;*/
/*}*/
/*.supsystic-social-sharing.supsystic-social-sharing-fixed.supsystic-social-sharing-top {*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*z-index: 999;*/
/*}*/
/*.supsystic-social-sharing.supsystic-social-sharing-fixed.supsystic-social-sharing-bottom {*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*z-index: 999;*/
/*}*/
/*.supsystic-social-sharing.supsystic-social-sharing-fixed.supsystic-social-sharing-top.supsystic-social-sharing-adminbar {*/
    /*top: 35px;*/
/*}*/
/*.supsystic-social-sharing.supsystic-social-sharing-left.supsystic-social-sharing-spacing a,*/
/*.supsystic-social-sharing.supsystic-social-sharing-right.supsystic-social-sharing-spacing a {*/
    /*margin-bottom: 5px;*/
/*}*/

/*.supsystic-container .sharer-flat.animated.difuz:hover,*/
/*.supsystic-social-sharing .sharer-flat.animated.difuz:hover{*/
    /*width: 30px;*/
    /*transition: 800ms;*/
/*}*/

/*.supsystic-social-sharing .nav-button {*/
    /*font-size: 16px !important;*/
    /*line-height: 22px !important;*/
    /*background: rgba(0, 0, 0, 0.3);*/
    /*height: 24px;*/
    /*width: 24px;*/
    /*display: block;*/
    /*cursor: pointer;*/
    /*margin: 8px 0 0 8px !important;*/
    /*border-radius: 12px;*/
    /*color: #ffffff;*/
    /*opacity: 0.0;*/
    /*transition: 1s;*/
/*}*/

/*.supsystic-social-sharing .nav-button.show {*/
    /*opacity: 1.0 !important;*/
/*}*/

/*.supsystic-social-sharing:hover .nav-button {*/
    /*opacity: 1.0;*/
/*}*/

/*.supsystic-social-sharing:hover .nav-button:hover {*/
    /*background: #000000;*/
/*}*/

/*.supsystic-social-sharing .nav-button:before {*/
    /*content: ">";*/
/*}*/

/*.supsystic-social-sharing .nav-button.show.left*/
/*.supsystic-social-sharing .nav-button.hide.right {*/
    /*-webkit-transform: rotate(0deg);*/
    /*-moz-transform: rotate(0deg);*/
    /*-o-transform: rotate(0deg);*/
    /*-ms-transform: rotate(0deg);*/
    /*transform: rotate(0deg);*/
/*}*/

/*.supsystic-social-sharing .nav-button.show.right,*/
/*.supsystic-social-sharing .nav-button.hide.left {*/
    /*-webkit-transform: rotate(180deg);*/
    /*-moz-transform: rotate(180deg);*/
    /*-o-transform: rotate(180deg);*/
    /*-ms-transform: rotate(180deg);*/
    /*transform: rotate(180deg);*/
/*}*/

/*.supsystic-social-sharing .nav-button.show.top,*/
/*.supsystic-social-sharing .nav-button.hide.bottom {*/
    /*-webkit-transform: rotate(90deg);*/
    /*-moz-transform: rotate(90deg);*/
    /*-o-transform: rotate(90deg);*/
    /*-ms-transform: rotate(90deg);*/
    /*transform: rotate(90deg);*/
/*}*/

/*.supsystic-social-sharing .nav-button.show.bottom,*/
/*.supsystic-social-sharing .nav-button.hide.top {*/
    /*-webkit-transform: rotate(270deg);*/
    /*-moz-transform: rotate(270deg);*/
    /*-o-transform: rotate(270deg);*/
    /*-ms-transform: rotate(270deg);*/
    /*transform: rotate(270deg);*/
/*}*/

/*.supsystic-social-sharing.networks-list-container {*/
    /*border: 1px solid rgba(0, 0, 0, 0.09);*/
    /*background-color: #fff;*/
    /*border-radius: 10px 10px 10px 10px;*/
    /*box-shadow: 0 0 25px 5px #999;*/
    /*width: 100%;*/
    /*text-align: center;*/
/*}*/

/*.supsystic-social-sharing.networks-list-container.hidden {*/
    /*display: none !important;*/
/*}*/

/*.supsystic-social-sharing.networks-list-container a {*/
    /*margin-right: 5px;*/
    /*margin-left: 5px;*/
/*}*/

/*.supsystic-social-sharing .list-button {*/
    /*cursor: pointer;*/
/*}*/

/*.supsystic-social-sharing .list-button:before {*/
    /*content: "...";*/
/*}*/

/*.supsystic-container .networks-tooltip {*/
    /*float: right;*/
    /*width: 130px;*/
    /*height: 24px;*/
/*}*/

/*.supsystic-container .pro-buttons {*/
    /*padding: 10px;*/
    /*border: 1px solid #c8c8c8;*/
    /*border-radius: 10px;*/
    /*display: inline-block;*/
/*}*/

/*.supsystic-social-sharing.chage-size {*/
    /*width: auto;*/
/*}*/

/*.supsystic-social-sharing.chage-size .sharer-flat-2:hover,*/
/*.supsystic-social-sharing.chage-size .sharer-flat-4:hover {*/
    /*width: calc(100% - 25%);*/
/*}*/

.data-sssl {
    width: 100%;
    height: 240px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    display: none !important;
}

.data-sssl.show {
    display: block !important;
}

.data-sssl i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.supsystic-social-sharing.supsystic-social-sharing-content-align-center{
    text-align: center;
}
.supsystic-social-sharing.supsystic-social-sharing-content-align-left{
    text-align: left;
}
.supsystic-social-sharing.supsystic-social-sharing-content-align-right{
    text-align: right;
}

.supsystic-social-sharing-total-counter {
    display: inline;
    font-size: 1em;
    font-weight: 700;
    line-height: 2;
    text-shadow: 1px 1px 0 #bdc3c7;
    background-color: #bdc3c7;
    color:#fff;
    padding: 2px 5px;
}
.bg-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.75);
    display:none;
    overflow: scroll;
}
#pinterest-images-select-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    margin: 5% auto;
}
#pinterest-images-select-wrapper .pinterest-image-to-select {
    /*width:23%;*/
    margin: 1rem;
    opacity: 0.8;
}
#pinterest-images-select-wrapper .pinterest-image-to-select:hover {
    opacity: 1;
    cursor: crosshair;
}
/* media queries for pinterest select images */

/* Extra Small Devices, Phones */
@media only screen and (min-width : 240px) {
    #pinterest-images-select-wrapper .pinterest-image-to-select {
        width:95%
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #pinterest-images-select-wrapper .pinterest-image-to-select {
        width:45%
    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #pinterest-images-select-wrapper .pinterest-image-to-select {
        width:30%
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    #pinterest-images-select-wrapper .pinterest-image-to-select {
        width:23%
    }
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
}
/* #818 */
.tooltipster-default.toplevel_page_supsystic-social-sharing {
	background: #4c4c4c;
	color: #fff;
}
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
/* icons - v0.3.2 - 2015-05-14
* https://github.com/amazingSurge/brand-icons
* Copyright (c) 2015 amazingSurge; Licensed MIT */
@font-face {
  font-family: 'Brand Icons';
  src: url(//m.w5838.com/wp-content/plugins/social-share-buttons-by-supsystic/src/SocialSharing/Projects/assets/css/buttons/fonts/brand-icons.eot?v=0.3.2);
  src: url(//m.w5838.com/wp-content/plugins/social-share-buttons-by-supsystic/src/SocialSharing/Projects/assets/css/buttons/fonts/brand-icons.eot?#iefix&v=0.3.2) format('embedded-opentype'), url(//m.w5838.com/wp-content/plugins/social-share-buttons-by-supsystic/src/SocialSharing/Projects/assets/css/buttons/fonts/brand-icons.woff2?v=0.3.2) format('woff2'), url(//m.w5838.com/wp-content/plugins/social-share-buttons-by-supsystic/src/SocialSharing/Projects/assets/css/fonts/brand-icons.woff?v=0.3.2) format('woff'), url(//m.w5838.com/wp-content/plugins/social-share-buttons-by-supsystic/src/SocialSharing/Projects/assets/css/fonts/brand-icons.ttf?v=0.3.2) format('truetype'), url(//m.w5838.com/wp-content/plugins/social-share-buttons-by-supsystic/src/SocialSharing/Projects/assets/css/buttons/fonts/brand-icons.svg?v=0.3.2#brand-icons) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="bd-"],
[class*=" bd-"] {
  display: inline-block;
  font: normal normal normal 14px/1 'Brand Icons';
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: inherit;
}
.bd-behance:before {
  content: "\f101";
}
.bd-blogger:before {
  content: "\f102";
}
.bd-delicious:before {
  content: "\f103";
}
.bd-deviantart:before {
  content: "\f104";
}
.bd-dribbble:before {
  content: "\f105";
}
.bd-facebook:before {
  content: "\f106";
}
.bd-flickr:before {
  content: "\f107";
}
.bd-foursquare:before {
  content: "\f108";
}
.bd-github:before {
  content: "\f109";
}
.bd-google-plus:before {
  content: "\f10a";
}
.bd-instagram:before {
  content: "\f10b";
}
.bd-lastfm:before {
  content: "\f10c";
}
.bd-linkedin:before {
  content: "\f10d";
}
.bd-pinterest:before {
  content: "\f10e";
}
.bd-quora:before {
  content: "\f10f";
}
.bd-stackoverflow:before {
  content: "\f110";
}
.bd-rdio:before {
  content: "\f111";
}
.bd-reddit:before {
  content: "\f112";
}
.bd-soundcloud:before {
  content: "\f113";
}
.bd-spotify:before {
  content: "\f114";
}
.bd-stumbleupon:before {
  content: "\f115";
}
.bd-tumblr:before {
  content: "\f116";
}
.bd-twitter:before {
  content: "\f117";
}
.bd-viadeo:before {
  content: "\f118";
}
.bd-vimeo:before {
  content: "\f119";
}
.bd-vine:before {
  content: "\f11a";
}
.bd-yelp:before {
  content: "\f11b";
}
.bd-openid:before {
  content: "\f11c";
}
.bd-vk:before {
  content: "\f11d";
}
.bd-yahoo:before {
  content: "\f11e";
}
.bd-xing:before {
  content: "\f11f";
}
.bd-youtube:before {
  content: "\f120";
}
.bd-android:before {
  content: "\f121";
}
.bd-apple:before {
  content: "\f122";
}
.bd-windows:before {
  content: "\f123";
}
.bd-linux:before {
  content: "\f124";
}
.bd-wordpress:before {
  content: "\f125";
}
.bd-drupal:before {
  content: "\f126";
}
.bd-joomla:before {
  content: "\f127";
}
.bd-squarespace:before {
  content: "\f128";
}
.bd-medium:before {
  content: "\f129";
}
.bd-dropbox:before {
  content: "\f12a";
}
.bd-codepen:before {
  content: "\f12b";
}
.bd-jsfiddle:before {
  content: "\f12c";
}
.bd-evernote:before {
  content: "\f12d";
}
.bd-envato:before {
  content: "\f12e";
}
.bd-skype:before {
  content: "\f12f";
}
.bd-paypal:before {
  content: "\f130";
}
.bd-feed:before {
  content: "\f131";
}
.bd-html5:before {
  content: "\f132";
}
.bd-css3:before {
  content: "\f133";
}
.bd-angular:before {
  content: "\f134";
}
.bd-webchat:before {
  content: "\f135";
}
.bd-qq:before {
  content: "\f136";
}
.bd-zhihu:before {
  content: "\f137";
}
.bd-weibo:before {
  content: "\f138";
}
.bd-douban:before {
  content: "\f139";
}
.bd-baidu:before {
  content: "\f13a";
}
.tooltipster-shadow {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	color: #2c2c2c;
}
.tooltipster-shadow .tooltipster-content {
	font-family: 'Arial', sans-serif;
	font-size: 10px;
    line-height: 16px;
	padding: 8px 4px;
}/* ==========================================================================
   Theme - standard form styling
   ========================================================================== */

.wpforms-clear:before {
	content: " ";
	display: table;
}

.wpforms-clear:after {
	clear: both;
	content: " ";
	display: table;
}


/* Resets
----------------------------------------------------------------------------- */

div.wpforms-container-full,
div.wpforms-container-full .wpforms-form * {
	background:none;
	border:0 none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	float:none;
	font-size:100%;
	height:auto;
	letter-spacing:normal;
	list-style:none;
	outline:none;
	position:static;
	text-decoration:none;
	text-indent:0;
	text-shadow:none;
	text-transform:none;
	width:auto;
	visibility:visible;
	overflow:visible;
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}

div.wpforms-container-full .wpforms-form input,
div.wpforms-container-full .wpforms-form label,
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form button,
div.wpforms-container-full .wpforms-form textarea {
	margin:0;
	border:0;
	padding:0;
	display: inline-block;
	vertical-align: middle;
	background: none;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.wpforms-container-full .wpforms-form textarea {
	width: 100%;
}

div.wpforms-container-full .wpforms-form ul,
div.wpforms-container-full .wpforms-form ul li {
	background: none !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

div.wpforms-container-full .wpforms-form ul li {
	margin-bottom: 5px !important;
}

div.wpforms-container-full .wpforms-form ul li:last-of-type {
	margin-bottom: 0 !important;
}

div.wpforms-container-full .wpforms-form hr {
	border-top: 1px solid #ccc;
	margin: 0.5em auto;
}

/* Basic Field properties
----------------------------------------------------------------------------- */

/* Field sizes - medium */
div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: 60%;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
	height: 120px;
}

/* Field sizes - small */
div.wpforms-container-full .wpforms-form input.wpforms-field-small,
div.wpforms-container-full .wpforms-form select.wpforms-field-small,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-small {
	max-width: 25%;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
	height: 70px;
}

/* Field sizes - large */
div.wpforms-container-full .wpforms-form input.wpforms-field-large,
div.wpforms-container-full .wpforms-form select.wpforms-field-large,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
	max-width: 100%;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
	height: 220px;
}

/* Field container */
div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 10px 0;
	clear: both;
}

/* Field Description */
div.wpforms-container-full .wpforms-form .wpforms-field-description {
	font-size: 13px;
	line-height: 1.3;
	margin: 8px 0 0 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #444;
	padding: 15px 15px 0;
	margin-top: 15px;
	height: 125px;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 12px
}

div.wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description p {
	color: #444;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-description-before,
div.wpforms-container-full .wpforms-form .wpforms-field-description.before {
	margin: 0 0 8px 0;
}

/* Labels and sub-labels */
div.wpforms-container-full .wpforms-form .wpforms-field-label {
	display: block;
	font-weight: 700;
	font-size: 16px;
	float: none;
	line-height: 1.3;
	margin: 0 0 4px 0;
	padding: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
	display: block;
	font-size: 13px;
	float: none;
	font-weight: 400;
	line-height: 1.3;
	margin: 4px 0 0;
	padding: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.before {
	margin: 0 0 4px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
	display: inline;
	vertical-align: baseline;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label.wpforms-label-hide,
div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.wpforms-sublabel-hide {
	position: absolute;
	left: -99999px;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
	color: #ff0000;
	font-weight: 400;
}


/* Rows (multi-line fields: address, credit card, etc)
----------------------------------------------------------------------------- */

div.wpforms-container-full .wpforms-form .wpforms-field-row {
	margin-bottom: 8px;
	position: relative;
}

div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row:last-of-type {
	margin-bottom: 0;
}

/* Clear each row */
div.wpforms-container-full .wpforms-form .wpforms-field-row:before {
	content: " ";
	display: table;
}

div.wpforms-container-full .wpforms-form .wpforms-field-row:after {
	clear: both;
	content: " ";
	display: table;
}


/* Columns
----------------------------------------------------------------------------- */

/* User column classes  */
div.wpforms-container-full .wpforms-form .wpforms-five-sixths,
div.wpforms-container-full .wpforms-form .wpforms-four-sixths,
div.wpforms-container-full .wpforms-form .wpforms-four-fifths,
div.wpforms-container-full .wpforms-form .wpforms-one-fifth,
div.wpforms-container-full .wpforms-form .wpforms-one-fourth,
div.wpforms-container-full .wpforms-form .wpforms-one-half,
div.wpforms-container-full .wpforms-form .wpforms-one-sixth,
div.wpforms-container-full .wpforms-form .wpforms-one-third,
div.wpforms-container-full .wpforms-form .wpforms-three-fourths,
div.wpforms-container-full .wpforms-form .wpforms-three-fifths,
div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-fourths,
div.wpforms-container-full .wpforms-form .wpforms-two-fifths,
div.wpforms-container-full .wpforms-form .wpforms-two-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
	float: left;
	margin-left: 4%;
	clear: none;
}

div.wpforms-container-full .wpforms-form .wpforms-one-half,
div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
	width: 48%;
}

div.wpforms-container-full .wpforms-form .wpforms-one-third,
div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
	width: 30.6666666667%;
}

div.wpforms-container-full .wpforms-form .wpforms-four-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
	width: 65.3333333333%;
}

div.wpforms-container-full .wpforms-form .wpforms-one-fourth {
	width: 22%;
}

div.wpforms-container-full .wpforms-form .wpforms-three-fourths {
	width: 74%;
}

div.wpforms-container-full .wpforms-form .wpforms-one-fifth {
	width: 16.8%;
}

div.wpforms-container-full .wpforms-form .wpforms-two-fifths {
	width: 37.6%;
}

div.wpforms-container-full .wpforms-form .wpforms-three-fifths {
	width: 58.4%;
}

div.wpforms-container-full .wpforms-form .wpforms-four-fifths {
	width: 79.2%;
}

div.wpforms-container-full .wpforms-form .wpforms-one-sixth {
	width: 13.3333333333%;
}

div.wpforms-container-full .wpforms-form .wpforms-five-sixths {
	width: 82.6666666667%;
}

div.wpforms-container-full .wpforms-form .wpforms-first {
	clear: both !important;
	margin-left: 0 !important;
}

/* User list column classes  */
div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li {
	width: 50%;
	display: block;
	padding-right: 26px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
	width: 33.3333%;
	display: block;
	padding-right: 26px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px !important;
}

/* Legacy, for BC */
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-first-half {
	float: left;
	width: 48%;
	clear: both;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-last-half {
	float: right;
	width: 48%;
	clear: none;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-first-third {
	float: left;
	width: 30.666666667%;
	clear: both;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-middle-third  {
	float: left;
	width: 30.666666667%;
	margin-left: 4%;
	clear: none;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-last-third {
	float: right;
	width: 30.666666667%;
	clear: none;
}
div.wpforms-container-full .wpforms-form div.wpforms-last {
	float: right !important;
	margin-right: 0 !important;
	clear: none;
}


/* Preset Layouts
----------------------------------------------------------------------------- */

/* Single line */
div.wpforms-container-full.inline-fields {
	overflow: hidden;
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-container  {
	display: table;
	width: calc(100% - 160px);
	float: left;
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field  {
	display: table-cell;
	padding-right: 2%;
	vertical-align: top;
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit-container {
	float: right;
	width: 160px;
	clear: none;
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit {
	display: block;
	width: 100%;
}

div.wpforms-container-full.inline-fields .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full.inline-fields .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: 100%;
}


/* Set Styles
----------------------------------------------------------------------------- */

div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 2px;
	color: #333;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	display: block;
	float: none;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 6px 10px;
	height: 38px;
	width: 100%;
	line-height: 1.3;
}

div.wpforms-container-full .wpforms-form input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio] {
	border: 1px solid #ccc;
	background-color: #fff;
	width: 14px;
	height: 14px;
	margin: 0 10px 0 3px;
	display: inline-block;
	vertical-align: baseline;
}

div.wpforms-container-full .wpforms-form input[type=radio] {
	border-radius: 50%;
}

div.wpforms-container-full .wpforms-form select {
	max-width: 100%;
	text-transform: none;
	white-space: nowrap;
}

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #333;
	font-size: 1em;
	padding: 10px 15px;
}

div.wpforms-container-full .wpforms-form .wpforms-page-button {
	font-size: 0.9em;
	font-weight: 400;
	margin: 0 5px;
	min-width: 90px;
	text-align: center;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:active,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
	background-color: #ddd;
	border: 1px solid #ccc;
	cursor: pointer;
}

div.wpforms-container-full .wpforms-form input:focus,
div.wpforms-container-full .wpforms-form textarea:focus,
div.wpforms-container-full .wpforms-form select:focus {
	border: 1px solid #999;
}

div.wpforms-container-full .wpforms-form input:disabled,
div.wpforms-container-full .wpforms-form textarea:disabled,
div.wpforms-container-full .wpforms-form select:disabled {
	background-color: #f9f9f9;
	border-color: #ddd;
	color: #999;
	cursor: not-allowed;
}


/* Errors, Warnings, etc
----------------------------------------------------------------------------- */

div.wpforms-container-full .wpforms-form .wpforms-error-container {
	color: #990000;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
	display: block;
	color: #990000;
	font-size: 12px;
	float: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error   {
	border: 1px solid #cc0000;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration label.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code label.wpforms-error {
	display: none !important;
}

div.wpforms-container-full .wpforms-form .wpforms-error-alert {
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	padding: 10px 15px;
	font-size: 13px;
	margin: 0 0 10px 0;
}


/* Confirmation
----------------------------------------------------------------------------- */

.wpforms-confirmation-container-full {
	color: #333;
	margin: 0 0 24px 0;
	background: #e0ffc7;
	border: 1px solid #b4d39b;
	padding: 15px 15px;
}

.wpforms-confirmation-container-full p:last-of-type {
	margin: 0;
}


/* reCAPTCHA Area
----------------------------------------------------------------------------- */

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
	padding: 10px 0 20px 0;
	clear: both;
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container iframe {
	width: 100%;
}


/* Form Header area
----------------------------------------------------------------------------- */

div.wpforms-container-full .wpforms-form .wpforms-title {
	font-size: 26px;
	margin: 0 0 10px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-description {
	margin: 0 0 10px 0;
}


/* Form Footer area
----------------------------------------------------------------------------- */

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	padding: 10px 0 0 0;
	clear: both;
	position: relative;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-center {
	text-align: center;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left {
	text-align: left;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button {
	margin: 0 10px 0 0;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-right {
	text-align: right;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-right .wpforms-page-button {
	margin: 0 0 0 10px;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-split .wpforms-page-prev {
	float: left;
	margin: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-split .wpforms-page-next {
	float: right;
	margin: 0;
}


/* Credit Card field
----------------------------------------------------------------------------- */

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-number {
	margin-right: 100px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code {
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-name {
	margin-right: 170px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration {
	position: absolute;
	right: 0;
	top: 0;
	width: 160px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration select {
	width: 45%;
	float: left;
	display: block;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration span {
	float: left;
	width: 10%;
	text-align: center;
	line-height: 38px;
}


/* HTML field
----------------------------------------------------------------------------- */

div.wpforms-container-full .wpforms-form .wpforms-field-html ul,
div.wpforms-container-full .wpforms-form .wpforms-field-html ol {
	margin: 0 0 20px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul li,
div.wpforms-container-full .wpforms-form .wpforms-field-html ol li {
	margin: 0 0 5px 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul li {
	list-style: disc !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ol li {
	list-style: decimal !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html li > ul,
div.wpforms-container-full .wpforms-form .wpforms-field-html li > ol {
	margin: 6px 0 0 20px !important;
}


/* Date/time field
----------------------------------------------------------------------------- */

div.wpforms-container-full .wpforms-field-date-time-date-sep {
	display:inline-block;
	padding:0 5px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-date-time-date-year,
div.wpforms-container-full .wpforms-form .wpforms-field-date-time-date-day,
div.wpforms-container-full .wpforms-form .wpforms-field-date-time-date-month {
	display:inline-block;
	width:auto;
}


/* Custom Captcha field
----------------------------------------------------------------------------- */

div.wpforms-container-full .wpforms-form .wpforms-captcha-math input {
	display: inline-block;
	width: 70px;
	vertical-align: inherit;
	margin: 0 0 0 5px;
}

div.wpforms-container-full .wpforms-form .wpforms-captcha-equation {
	font-size: 16px;
}

div.wpforms-container-full .wpforms-form .wpforms-captcha-question {
	margin: 0 0 4px 0;
}

/* Rating field
----------------------------------------------------------------------------- */

div.wpforms-container-full .wpforms-form .wpforms-field-rating-item {
	padding-right: 6px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-rating svg {
	cursor: pointer;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	opacity: 0.60;
}

div.wpforms-container-full .wpforms-form .wpforms-field-rating-item.selected svg,
div.wpforms-container-full .wpforms-form .wpforms-field-rating-item.hover svg,
div.wpforms-container-full .wpforms-form .wpforms-field-rating-item input:focus + svg {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 1;
}


/* Image choices
----------------------------------------------------------------------------- */

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices label {
	cursor: pointer;
}

/* Modern style */
div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-image-choices-modern li {
	margin: 5px 5px 5px 5px !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern img {
	display: inline;
	margin: 0 auto;
	max-width: 100%;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label {
	background-color: #fff;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 20px 20px 18px 20px;
	transition: all 0.5s;
	text-align: center;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:hover {
	border:1px solid #ddd;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected label {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image:after {
	content: "\2714";
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	background: green;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	transition: all 0.5s;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-image:after {
	opacity: 1;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image {
	display: block;
	position: relative;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-label {
	font-weight: 700;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-label {
	display: block;
	margin-top: 12px;
}

/* Classic */
div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-image-choices-classic li {
	margin: 0 10px 10px 0 !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic img {
	display: inline;
	margin: 0 auto;
	max-width: 100%;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label {
	background-color: #fff;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	border: 2px solid #fff;
	padding: 10px;
	text-align: center;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label:hover {
	border-color: #ddd;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-image {
	display: block;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-selected label {
	border-color: #666;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-label {
	display: block;
	margin-top: 8px;
}


/* Page Indicator themes
----------------------------------------------------------------------------- */

div.wpforms-container-full .wpforms-form .wpforms-page-indicator {
	margin: 0 0 20px 0;
	overflow: hidden;
}

/** Circles theme **/
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 15px 10px;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
	float: left;
	margin: 0 20px 0 0;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page:last-of-type {
	margin: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 10px 0 0;
	line-height: 40px;
	text-align: center;
	background-color: #ddd;
	color: #666;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .active .wpforms-page-indicator-page-number {
	color: #fff;
}

/* Connector theme */
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page {
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-number {
	display: block;
	text-indent: -9999px;
	height: 6px;
	background-color: #ddd;
	margin: 0 0 16px 0;
	position: relative;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-triangle {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: transparent transparent transparent transparent;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-title {
	display: inline-block;
	padding: 0 15px;
	font-size: 16px;
}

/* Progress theme */
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress {
	font-size: 18px;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
	display: block;
	width: 100%;
	background-color: #ddd;
	height: 18px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin: 5px 0 0;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
}

/* Notices
----------------------------------------------------------------------------- */

div.wpforms-container-full .wpforms-notice {
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 12px;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
	padding: 20px 36px 20px 26px;
	position: relative;
}

div.wpforms-container-full .wpforms-notice .wpforms-delete {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: rgba(10, 10, 10, 0.2);
	border: none;
	border-radius: 290486px;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0;
	padding: 0;
	outline: none;
	vertical-align: top;
	width: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
}

div.wpforms-container-full .wpforms-notice .wpforms-delete:before,
div.wpforms-container-full .wpforms-notice .wpforms-delete:after {
	background-color: #fff;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

div.wpforms-container-full .wpforms-notice .wpforms-delete:before {
	height: 2px;
	width: 50%;
}

div.wpforms-container-full .wpforms-notice .wpforms-delete:after {
	height: 50%;
	width: 2px;
}

div.wpforms-container-full .wpforms-notice .wpforms-delete:hover,
div.wpforms-container-full .wpforms-notice .wpforms-delete:focus  {
	background-color: rgba(10, 10, 10, 0.3);
}

div.wpforms-container-full .wpforms-notice a {
	text-decoration: underline;
}

div.wpforms-container-full .wpforms-notice p {
	margin: 0 0 20px 0;
}

div.wpforms-container-full .wpforms-notice p:last-of-type {
	margin-bottom: 0;
}

div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action,
div.wpforms-container-full .wpforms-notice.wpforms-info {
	border-color: #3273dc
}

div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action,
div.wpforms-container-full .wpforms-notice.wpforms-success {
	border-color: #23d160
}

div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action,
div.wpforms-container-full .wpforms-notice.wpforms-warning {
	border-color: #ffdd57
}

div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action,
div.wpforms-container-full .wpforms-notice.wpforms-error {
	border-color: #ff3860
}

div.wpforms-container-full .wpforms-notice .wpforms-notice-actions {
	margin-top: 20px;
}

div.wpforms-container-full .wpforms-notice .wpforms-notice-action {
	border: 2px solid;
	margin-right: 20px;
	padding: 5px;
	text-decoration: none;
}
div.wpforms-container-full .wpforms-notice .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice .wpforms-notice-action:active {
	color: #fff;
}

div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:active {
	background-color: #3273dc;
}

div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:active {
	background-color: #23d160;
}

div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:active {
	background-color: #ffdd57;
	color: inherit;
}

div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:active {
	background-color: #ff3860;
}


/* Misc
----------------------------------------------------------------------------- */

div.wpforms-container-full {
	margin-bottom: 24px;
}

div.wpforms-container-full .wpforms-form h3 {
	font-size: 24px;
}

/* Honeypot Area */
div.wpforms-container-full .wpforms-form .wpforms-field-hp {
	display: none !important;
	position: absolute !important;
	left: -9000px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-hidden {
	display: none;
}

div.wpforms-container-full .wpforms-form .wpforms-screen-reader-element {
	position: absolute !important;
	clip: rect(0, 0, 0, 0) !important;
	height: 1px !important;
	width: 1px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	word-wrap: normal !important;
}


/* Media Queries
----------------------------------------------------------------------------- */

/* Small devices */
@media only screen and (max-width: 600px) {

	/* Mobile width override */
	div.wpforms-container-full .wpforms-form .wpforms-mobile-full {
		width: 100%;
		margin-left: 0;
		float: none;
	}

	/* Full width for all sizes */
	div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
	div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
	div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
	div.wpforms-container-full .wpforms-form input.wpforms-field-small,
	div.wpforms-container-full .wpforms-form select.wpforms-field-small,
	div.wpforms-container-full .wpforms-form.wpforms-field-row.wpforms-field-small,
	div.wpforms-container-full .wpforms-form input.wpforms-field-large,
	div.wpforms-container-full .wpforms-form select.wpforms-field-large,
	div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
		max-width: 100%;
	}

	/* User list column classes  */
	div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li,
	div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li,
	div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li,
	div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul li,
	div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul li,
	div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
		float: none;
		width: 100%
	}

	/* Page indicator */
	div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
		float: none;
		display: block;
		margin: 0 0 10px 0;
	}
	div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page {
		width: 100% !important;
		padding: 5px 10px;
	}
	div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page.active {
		font-weight: 700;
	}
	div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-number {
		display: none;
	}

	/* Date-Time field */
	div.wpforms-container-full .wpforms-form .wpforms-field-date-time .wpforms-one-half {
		width: 100%;
		margin-left: 0;
		float: none;
	}
	div.wpforms-container-full .wpforms-form .wpforms-field-date-time .wpforms-one-half:first-of-type {
		margin-bottom: 8px;
	}

	/* Preset layout - single line */
	div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-container,
	div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field {
		display: block;
		width: 100%;
	}
	div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit-container {
		width: 100%;
	}
}

/* Gutenberg Block
----------------------------------------------------------------------------- */

.edit-post-visual-editor .wpforms-gutenberg-form-selector-wrap h3 {
	width: 100%;
	margin: 10px 0 5px;
	font-weight: 700;
	font-size: 20px;
}

.edit-post-visual-editor .wpforms-gutenberg-form-selector-wrap img {
	margin-right: 25px;
	width: initial;
}

.edit-post-visual-editor .wpforms-gutenberg-form-selector-wrap .components-base-control {
	width: 100%;
}

div.wpforms-gutenberg-form-selector .wpforms-form input:disabled,
div.wpforms-gutenberg-form-selector .wpforms-form textarea:disabled,
div.wpforms-gutenberg-form-selector .wpforms-form select:disabled {
	background-color: #fff;
	border-color: #ccc;
	color: #333;
	cursor: not-allowed;
}

div.wpforms-gutenberg-form-selector .wpforms-form button[type=submit]:disabled {
	cursor: not-allowed;
}
