.jssocials-shares {
    margin: 0.2em 0; }
  
  .jssocials-shares * {
    box-sizing: border-box; }
  
  .jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0.3em 0.6em 0.3em 0; }
  
  .jssocials-share:last-child {
    margin-right: 0; }
  
  .jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 1.5em; }
  
  img.jssocials-share-logo {
    width: auto;
    height: 1em; }
  
  .jssocials-share-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1; }
    .jssocials-share-link.jssocials-share-link-count {
      padding-top: .2em; }
      .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
        display: block;
        font-size: .6em;
        margin: 0 -.5em -.8em -.5em; }
    .jssocials-share-link.jssocials-share-no-count {
      padding-top: .5em; }
      .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
        height: 1em; }
  
  .jssocials-share-label {
    padding-left: 0.3em;
    vertical-align: middle; }
  
  .jssocials-share-count-box {
    display: inline-block;
    height: 1.5em;
    padding: 0 0.3em;
    line-height: 1;
    vertical-align: middle;
    cursor: default; }
    .jssocials-share-count-box.jssocials-share-no-count {
      display: none; }
  
  .jssocials-share-count {
    line-height: 1.5em;
    vertical-align: middle; }
  
    .jssocials-share-twitter .jssocials-share-link {
    background: #00aced; }
    .jssocials-share-twitter .jssocials-share-link:hover {
      background: #0087ba; }
  
  .jssocials-share-facebook .jssocials-share-link {
    background: #3b5998; }
    .jssocials-share-facebook .jssocials-share-link:hover {
      background: #2d4373; }
  
  .jssocials-share-googleplus .jssocials-share-link {
    background: #dd4b39; }
    .jssocials-share-googleplus .jssocials-share-link:hover {
      background: #c23321; }
  
  .jssocials-share-linkedin .jssocials-share-link {
    background: #007bb6; }
    .jssocials-share-linkedin .jssocials-share-link:hover {
      background: #005983; }
  
  .jssocials-share-pinterest .jssocials-share-link {
    background: #cb2027; }
    .jssocials-share-pinterest .jssocials-share-link:hover {
      background: #9f191f; }
  
  .jssocials-share-email .jssocials-share-link {
    background: #3490F3; }
    .jssocials-share-email .jssocials-share-link:hover {
      background: #0e76e6; }
  
  .jssocials-share-stumbleupon .jssocials-share-link {
    background: #eb4823; }
    .jssocials-share-stumbleupon .jssocials-share-link:hover {
      background: #c93412; }
  
  .jssocials-share-whatsapp .jssocials-share-link {
    background: #29a628; }
    .jssocials-share-whatsapp .jssocials-share-link:hover {
      background: #1f7d1e; }
  
  .jssocials-share-telegram .jssocials-share-link {
    background: #2ca5e0; }
    .jssocials-share-telegram .jssocials-share-link:hover {
      background: #1c88bd; }
  
  .jssocials-share-line .jssocials-share-link {
    background: #25af00; }
    .jssocials-share-line .jssocials-share-link:hover {
      background: #1a7c00; }
  
  .jssocials-share-viber .jssocials-share-link {
    background: #7b519d; }
    .jssocials-share-viber .jssocials-share-link:hover {
      background: #61407b; }
  
  .jssocials-share-pocket .jssocials-share-link {
    background: #ef4056; }
    .jssocials-share-pocket .jssocials-share-link:hover {
      background: #e9132e; }
  
  .jssocials-share-messenger .jssocials-share-link {
    background: #0084ff; }
    .jssocials-share-messenger .jssocials-share-link:hover {
      background: #006acc; }
  
  .jssocials-share-vkontakte .jssocials-share-link {
    background: #45668e; }
    .jssocials-share-vkontakte .jssocials-share-link:hover {
      background: #344d6c; }
  
  .jssocials-share-link {
    padding: .5em .6em;
    color: #fff;
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
    .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
      color: #fff; }
  
  .jssocials-share-count-box {
    position: relative;
    height: 2.5em;
    padding: 0 .3em;
    margin-left: 0.3em;
    background: #f5f5f5;
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
    .jssocials-share-count-box:hover {
      background: gainsboro; }
      .jssocials-share-count-box:hover:after {
        border-color: transparent gainsboro transparent transparent; }
    .jssocials-share-count-box:after {
      content: "";
      display: block;
      position: absolute;
      top: 0.85em;
      left: -0.3em;
      width: 0;
      height: 0;
      border-width: 0.4em 0.4em 0.4em 0;
      border-style: solid;
      border-color: transparent #f5f5f5 transparent transparent;
      -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
              transform: rotate(360deg);
      -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
              transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
    .jssocials-share-count-box .jssocials-share-count {
      line-height: 2.5em;
      color: #444; }

      
.youtube-footer {
     color: white;
     background-color: #272727;
     padding: 6px;
     margin-top: -5px;
     z-index: 100;
     position: relative;
     margin-bottom: 10px;
     min-height: 16px;
     height:auto;
}
 .video-wrap {
     display: block;
     position: relative;
}
 .youtube-iframe {
     transition: width .2s ease-in-out, height .2s ease-in-out, transform .38s ease-in-out;
	 height:276px;
	 -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}

 .youtube-iframe.is-sticky {
     position: fixed;
     bottom: 13px;
     left: 335px;
     max-width: 280px;
     max-height: 158px;
     width: 280px;
     height: 158px;
     z-index: 9999999999999999;
}
 @media screen and (min-width: 1120px) {
     .youtube-iframe.is-sticky {
         transform: translateX(-80%);
    }
}
 @media screen and (min-width: 1300px) {
     .youtube-iframe.is-sticky {
         transform: translateX(-115%);
    }
}

.show_close_btn {
	display:block !important;
}
 .close_youtube {
     position: fixed;
     left: 11px;
     bottom: 174px;
     width: 32px;
     height: 32px;
     display:none;
     opacity: 0.3;
}
 .close_youtube:hover {
     opacity: 1;
}
 .close_youtube:before, .close_youtube:after {
     position: absolute;
     left: 15px;
     content: ' ';
     height: 33px;
     width: 3px;
     background-color: #cc0000;
}
 .close_youtube:before {
     transform: rotate(45deg);
}
 .close_youtube:after {
     transform: rotate(-45deg);
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255,0,0, 0.2);
  border-right: 1.1em solid rgba(255,0,0, 0.2);
  border-bottom: 1.1em solid rgba(255,0,0, 0.2);
  border-left: 1.1em solid #ff0000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
   margin-top: 0px;
    position: relative;
    top: 40%;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


div.jssocials {
float:left  !important;
}

.jssocials-share-link {
	font-size: 11.5px  !important;
	height: 28px; !important;
}

.jssocials-share {
    margin-top: -9px !important;
	margin: 0px !important;
}

.jssocials-shares {
    margin-left: -6px !important;
    position: relative;
    top: -9px;
    display: flex;
    float: left;
}