body.popuped .mfp-bg {
  background: #fff;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
body.popuped .mfp-content {
  margin: 100px auto 100px;
  max-width: 70%;
}
@media screen and (max-width: 600px) {
  body.popuped .mfp-content {
    max-width: 100%;
  }
}
body.popuped .mfp-close {
  position: absolute;
  top: -50px;
}
.youtube-adds .youtube.adtype2 .yap,
.yap-fr .youtube.adtype2 .yap {
  z-index: 101;
  position: absolute;
  width: 60%;
  bottom: 40px;
  left: 20%;
}
.youtube-adds .youtube.adtype2 .yap:after,
.yap-fr .youtube.adtype2 .yap:after {
  content: "";
  display: block;
  clear: both;
}
.youtube-adds .youtube.adtype2 .yap a,
.yap-fr .youtube.adtype2 .yap a {
  text-decoration: none;
  display: block;
}
.youtube-adds .youtube.adtype2 .yap a:after,
.yap-fr .youtube.adtype2 .yap a:after {
  content: "";
  display: block;
  clear: both;
}
.youtube-adds .youtube.adtype2 .yap a:hover,
.yap-fr .youtube.adtype2 .yap a:hover {
  text-decoration: none;
}
.youtube-adds .youtube.adtype2 .yap a:hover .yap-text .yap-title,
.yap-fr .youtube.adtype2 .yap a:hover .yap-text .yap-title {
  text-decoration: none;
}
.youtube-adds .youtube.adtype2 .yap a:hover .yap-text .yap-title .dashicons,
.yap-fr .youtube.adtype2 .yap a:hover .yap-text .yap-title .dashicons {
  text-decoration: none;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds .youtube.adtype2 .yap a img,
.yap-fr .youtube.adtype2 .yap a img {
  width: 100%;
  vertical-align: bottom;
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype2 .yap a img:hover,
.yap-fr .youtube.adtype2 .yap a img:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype2 .yap a .yap-text,
.yap-fr .youtube.adtype2 .yap a .yap-text {
  padding: 3%;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype2 .yap a .yap-text:hover,
.yap-fr .youtube.adtype2 .yap a .yap-text:hover {
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.youtube-adds .youtube.adtype2 .yap a .yap-text .yap-title,
.yap-fr .youtube.adtype2 .yap a .yap-text .yap-title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 1%;
  text-decoration: underline;
}
.youtube-adds .youtube.adtype2 .yap a .yap-text .yap-title .dashicons,
.yap-fr .youtube.adtype2 .yap a .yap-text .yap-title .dashicons {
  text-decoration: none;
  font-size: 100%;
  width: auto;
  height: auto;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.youtube-adds .youtube.adtype2 .yap a .yap-text .yap-desc,
.yap-fr .youtube.adtype2 .yap a .yap-text .yap-desc {
  font-size: 80%;
}
.youtube-adds .youtube.adtype2 .yap .yap-btn,
.yap-fr .youtube.adtype2 .yap .yap-btn {
  z-index: 101;
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 12px;
  height: 15px;
  line-height: 15px;
  width: 15px;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.youtube-adds .youtube.adtype2 .yap .yap-btn:hover,
.yap-fr .youtube.adtype2 .yap .yap-btn:hover {
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.youtube-adds .youtube.adtype2 .yap .yap-btn:before,
.yap-fr .youtube.adtype2 .yap .yap-btn:before {
  content: "\f335";
  font-family: dashicons;
}
.youtube-adds .youtube.adtype2 .open,
.yap-fr .youtube.adtype2 .open {
  z-index: 101;
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 12px;
  height: 15px;
  line-height: 15px;
  width: 15px;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  top: auto;
  bottom: 40px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype2 .open:hover,
.yap-fr .youtube.adtype2 .open:hover {
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.youtube-adds .youtube.adtype2 .open:before,
.yap-fr .youtube.adtype2 .open:before {
  content: "\f335";
  font-family: dashicons;
}
.youtube-adds .youtube.adtype2 .open:before,
.yap-fr .youtube.adtype2 .open:before {
  content: "\f343";
}
.youtube-adds .youtube.adtype3 .yap,
.yap-fr .youtube.adtype3 .yap {
  z-index: 101;
  position: absolute;
  width: 50%;
  padding-bottom: 8%;
  overflow: hidden;
  top: 5px;
  left: 5px;
}
.youtube-adds .youtube.adtype3 .yap:after,
.yap-fr .youtube.adtype3 .yap:after {
  content: "";
  display: block;
  clear: both;
}
.youtube-adds .youtube.adtype3 .yap a,
.yap-fr .youtube.adtype3 .yap a {
  text-decoration: none;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.youtube-adds .youtube.adtype3 .yap a:after,
.yap-fr .youtube.adtype3 .yap a:after {
  content: "";
  display: block;
  clear: both;
}
.youtube-adds .youtube.adtype3 .yap a:hover,
.yap-fr .youtube.adtype3 .yap a:hover {
  text-decoration: none;
}
.youtube-adds .youtube.adtype3 .yap a:hover .yap-text .yap-title,
.yap-fr .youtube.adtype3 .yap a:hover .yap-text .yap-title {
  text-decoration: none;
}
.youtube-adds .youtube.adtype3 .yap a img,
.yap-fr .youtube.adtype3 .yap a img {
  width: 16%;
  height: 100%;
  float: left;
  z-index: 102;
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype3 .yap a img:hover,
.yap-fr .youtube.adtype3 .yap a img:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype3 .yap a img.only,
.yap-fr .youtube.adtype3 .yap a img.only {
  width: 100%;
}
.youtube-adds .youtube.adtype3 .yap a .yap-text,
.yap-fr .youtube.adtype3 .yap a .yap-text {
  padding: 3%;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  float: left;
  width: 84%;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype3 .yap a .yap-text:hover,
.yap-fr .youtube.adtype3 .yap a .yap-text:hover {
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.youtube-adds .youtube.adtype3 .yap a .yap-text .yap-title,
.yap-fr .youtube.adtype3 .yap a .yap-text .yap-title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 2%;
  text-decoration: underline;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 50%;
}
.youtube-adds .youtube.adtype3 .yap a .yap-text .yap-title .dashicons,
.yap-fr .youtube.adtype3 .yap a .yap-text .yap-title .dashicons {
  text-decoration: none;
  font-size: 100%;
  width: auto;
  height: auto;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.youtube-adds .youtube.adtype3 .yap a .yap-text .yap-desc,
.yap-fr .youtube.adtype3 .yap a .yap-text .yap-desc {
  font-size: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 50%;
}
.youtube-adds .youtube.adtype3 .yap a .yap-text.only,
.yap-fr .youtube.adtype3 .yap a .yap-text.only {
  width: 100%;
}
.youtube-adds .youtube.adtype3 .yap .yap-btn,
.yap-fr .youtube.adtype3 .yap .yap-btn {
  z-index: 101;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -8px;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype3 .yap .yap-btn:hover,
.yap-fr .youtube.adtype3 .yap .yap-btn:hover {
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.youtube-adds .youtube.adtype3 .yap .yap-btn:before,
.yap-fr .youtube.adtype3 .yap .yap-btn:before {
  content: "\f335";
  font-family: dashicons;
}
.youtube-adds .youtube.adtype3 .open,
.yap-fr .youtube.adtype3 .open {
  z-index: 101;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -8px;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  top: 5px;
  left: 5px;
  margin: 0;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.youtube-adds .youtube.adtype3 .open:hover,
.yap-fr .youtube.adtype3 .open:hover {
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.youtube-adds .youtube.adtype3 .open:before,
.yap-fr .youtube.adtype3 .open:before {
  content: "\f335";
  font-family: dashicons;
}
.youtube-adds .youtube.adtype3 .open:before,
.yap-fr .youtube.adtype3 .open:before {
  content: "\f345";
}
.youtube-adds .youtube.adtype4 .yap,
.yap-fr .youtube.adtype4 .yap {
  z-index: 101;
  position: absolute;
  width: 50%;
  padding-bottom: 8%;
  overflow: hidden;
  bottom: 40px;
  left: 5px;
}
.youtube-adds .youtube.adtype4 .yap:after,
.yap-fr .youtube.adtype4 .yap:after {
  content: "";
  display: block;
  clear: both;
}
.youtube-adds .youtube.adtype4 .yap a,
.yap-fr .youtube.adtype4 .yap a {
  text-decoration: none;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.youtube-adds .youtube.adtype4 .yap a:after,
.yap-fr .youtube.adtype4 .yap a:after {
  content: "";
  display: block;
  clear: both;
}
.youtube-adds .youtube.adtype4 .yap a:hover,
.yap-fr .youtube.adtype4 .yap a:hover {
  text-decoration: none;
}
.youtube-adds .youtube.adtype4 .yap a:hover .yap-text .yap-title,
.yap-fr .youtube.adtype4 .yap a:hover .yap-text .yap-title {
  text-decoration: none;
}
.youtube-adds .youtube.adtype4 .yap a img,
.yap-fr .youtube.adtype4 .yap a img {
  width: 16%;
  height: 100%;
  float: left;
  z-index: 102;
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype4 .yap a img:hover,
.yap-fr .youtube.adtype4 .yap a img:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype4 .yap a img.only,
.yap-fr .youtube.adtype4 .yap a img.only {
  width: 100%;
}
.youtube-adds .youtube.adtype4 .yap a .yap-text,
.yap-fr .youtube.adtype4 .yap a .yap-text {
  padding: 3%;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  float: left;
  width: 84%;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype4 .yap a .yap-text:hover,
.yap-fr .youtube.adtype4 .yap a .yap-text:hover {
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.youtube-adds .youtube.adtype4 .yap a .yap-text .yap-title,
.yap-fr .youtube.adtype4 .yap a .yap-text .yap-title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 2%;
  text-decoration: underline;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 50%;
}
.youtube-adds .youtube.adtype4 .yap a .yap-text .yap-title .dashicons,
.yap-fr .youtube.adtype4 .yap a .yap-text .yap-title .dashicons {
  text-decoration: none;
  font-size: 100%;
  width: auto;
  height: auto;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.youtube-adds .youtube.adtype4 .yap a .yap-text .yap-desc,
.yap-fr .youtube.adtype4 .yap a .yap-text .yap-desc {
  font-size: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 50%;
}
.youtube-adds .youtube.adtype4 .yap a .yap-text.only,
.yap-fr .youtube.adtype4 .yap a .yap-text.only {
  width: 100%;
}
.youtube-adds .youtube.adtype4 .yap .yap-btn,
.yap-fr .youtube.adtype4 .yap .yap-btn {
  z-index: 101;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -8px;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype4 .yap .yap-btn:hover,
.yap-fr .youtube.adtype4 .yap .yap-btn:hover {
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.youtube-adds .youtube.adtype4 .yap .yap-btn:before,
.yap-fr .youtube.adtype4 .yap .yap-btn:before {
  content: "\f335";
  font-family: dashicons;
}
.youtube-adds .youtube.adtype4 .open,
.yap-fr .youtube.adtype4 .open {
  z-index: 101;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -8px;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  top: auto;
  bottom: 40px;
  left: 5px;
  margin: 0;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.youtube-adds .youtube.adtype4 .open:hover,
.yap-fr .youtube.adtype4 .open:hover {
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.youtube-adds .youtube.adtype4 .open:before,
.yap-fr .youtube.adtype4 .open:before {
  content: "\f335";
  font-family: dashicons;
}
.youtube-adds .youtube.adtype4 .open:before,
.yap-fr .youtube.adtype4 .open:before {
  content: "\f345";
}
.youtube-adds .youtube.adtype5 .yap,
.yap-fr .youtube.adtype5 .yap {
  z-index: 101;
  position: absolute;
  width: 50%;
  padding-bottom: 8%;
  overflow: hidden;
  top: 5px;
  right: 5px;
}
.youtube-adds .youtube.adtype5 .yap:after,
.yap-fr .youtube.adtype5 .yap:after {
  content: "";
  display: block;
  clear: both;
}
.youtube-adds .youtube.adtype5 .yap a,
.yap-fr .youtube.adtype5 .yap a {
  text-decoration: none;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.youtube-adds .youtube.adtype5 .yap a:after,
.yap-fr .youtube.adtype5 .yap a:after {
  content: "";
  display: block;
  clear: both;
}
.youtube-adds .youtube.adtype5 .yap a:hover,
.yap-fr .youtube.adtype5 .yap a:hover {
  text-decoration: none;
}
.youtube-adds .youtube.adtype5 .yap a:hover .yap-text .yap-title,
.yap-fr .youtube.adtype5 .yap a:hover .yap-text .yap-title {
  text-decoration: none;
}
.youtube-adds .youtube.adtype5 .yap a img,
.yap-fr .youtube.adtype5 .yap a img {
  width: 16%;
  height: 100%;
  float: left;
  z-index: 102;
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype5 .yap a img:hover,
.yap-fr .youtube.adtype5 .yap a img:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype5 .yap a img.only,
.yap-fr .youtube.adtype5 .yap a img.only {
  width: 100%;
}
.youtube-adds .youtube.adtype5 .yap a .yap-text,
.yap-fr .youtube.adtype5 .yap a .yap-text {
  padding: 3%;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  float: left;
  width: 84%;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype5 .yap a .yap-text:hover,
.yap-fr .youtube.adtype5 .yap a .yap-text:hover {
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.youtube-adds .youtube.adtype5 .yap a .yap-text .yap-title,
.yap-fr .youtube.adtype5 .yap a .yap-text .yap-title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 2%;
  text-decoration: underline;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 50%;
}
.youtube-adds .youtube.adtype5 .yap a .yap-text .yap-title .dashicons,
.yap-fr .youtube.adtype5 .yap a .yap-text .yap-title .dashicons {
  text-decoration: none;
  font-size: 100%;
  width: auto;
  height: auto;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.youtube-adds .youtube.adtype5 .yap a .yap-text .yap-desc,
.yap-fr .youtube.adtype5 .yap a .yap-text .yap-desc {
  font-size: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 50%;
}
.youtube-adds .youtube.adtype5 .yap a .yap-text.only,
.yap-fr .youtube.adtype5 .yap a .yap-text.only {
  width: 100%;
}
.youtube-adds .youtube.adtype5 .yap .yap-btn,
.yap-fr .youtube.adtype5 .yap .yap-btn {
  z-index: 101;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -8px;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype5 .yap .yap-btn:hover,
.yap-fr .youtube.adtype5 .yap .yap-btn:hover {
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.youtube-adds .youtube.adtype5 .yap .yap-btn:before,
.yap-fr .youtube.adtype5 .yap .yap-btn:before {
  content: "\f335";
  font-family: dashicons;
}
.youtube-adds .youtube.adtype5 .open,
.yap-fr .youtube.adtype5 .open {
  z-index: 101;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  top: 5px;
  right: 5px;
  margin: 0;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.youtube-adds .youtube.adtype5 .open:hover,
.yap-fr .youtube.adtype5 .open:hover {
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.youtube-adds .youtube.adtype5 .open:before,
.yap-fr .youtube.adtype5 .open:before {
  content: "\f335";
  font-family: dashicons;
}
.youtube-adds .youtube.adtype5 .open:before,
.yap-fr .youtube.adtype5 .open:before {
  content: "\f345";
}
.youtube-adds .youtube.adtype6 .yap,
.yap-fr .youtube.adtype6 .yap {
  z-index: 101;
  position: absolute;
  width: 50%;
  padding-bottom: 8%;
  overflow: hidden;
  bottom: 40px;
  right: 5px;
}
.youtube-adds .youtube.adtype6 .yap:after,
.yap-fr .youtube.adtype6 .yap:after {
  content: "";
  display: block;
  clear: both;
}
.youtube-adds .youtube.adtype6 .yap a,
.yap-fr .youtube.adtype6 .yap a {
  text-decoration: none;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.youtube-adds .youtube.adtype6 .yap a:after,
.yap-fr .youtube.adtype6 .yap a:after {
  content: "";
  display: block;
  clear: both;
}
.youtube-adds .youtube.adtype6 .yap a:hover,
.yap-fr .youtube.adtype6 .yap a:hover {
  text-decoration: none;
}
.youtube-adds .youtube.adtype6 .yap a:hover .yap-text .yap-title,
.yap-fr .youtube.adtype6 .yap a:hover .yap-text .yap-title {
  text-decoration: none;
}
.youtube-adds .youtube.adtype6 .yap a img,
.yap-fr .youtube.adtype6 .yap a img {
  width: 16%;
  height: 100%;
  float: left;
  z-index: 102;
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype6 .yap a img:hover,
.yap-fr .youtube.adtype6 .yap a img:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype6 .yap a img.only,
.yap-fr .youtube.adtype6 .yap a img.only {
  width: 100%;
}
.youtube-adds .youtube.adtype6 .yap a .yap-text,
.yap-fr .youtube.adtype6 .yap a .yap-text {
  padding: 3%;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  float: left;
  width: 84%;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype6 .yap a .yap-text:hover,
.yap-fr .youtube.adtype6 .yap a .yap-text:hover {
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.youtube-adds .youtube.adtype6 .yap a .yap-text .yap-title,
.yap-fr .youtube.adtype6 .yap a .yap-text .yap-title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 2%;
  text-decoration: underline;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 50%;
}
.youtube-adds .youtube.adtype6 .yap a .yap-text .yap-title .dashicons,
.yap-fr .youtube.adtype6 .yap a .yap-text .yap-title .dashicons {
  text-decoration: none;
  font-size: 100%;
  width: auto;
  height: auto;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.youtube-adds .youtube.adtype6 .yap a .yap-text .yap-desc,
.yap-fr .youtube.adtype6 .yap a .yap-text .yap-desc {
  font-size: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 50%;
}
.youtube-adds .youtube.adtype6 .yap a .yap-text.only,
.yap-fr .youtube.adtype6 .yap a .yap-text.only {
  width: 100%;
}
.youtube-adds .youtube.adtype6 .yap .yap-btn,
.yap-fr .youtube.adtype6 .yap .yap-btn {
  z-index: 101;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -8px;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.youtube-adds .youtube.adtype6 .yap .yap-btn:hover,
.yap-fr .youtube.adtype6 .yap .yap-btn:hover {
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.youtube-adds .youtube.adtype6 .yap .yap-btn:before,
.yap-fr .youtube.adtype6 .yap .yap-btn:before {
  content: "\f335";
  font-family: dashicons;
}
.youtube-adds .youtube.adtype6 .open,
.yap-fr .youtube.adtype6 .open {
  z-index: 101;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  top: auto;
  bottom: 40px;
  right: 5px;
  margin: 0;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.youtube-adds .youtube.adtype6 .open:hover,
.yap-fr .youtube.adtype6 .open:hover {
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.youtube-adds .youtube.adtype6 .open:before,
.yap-fr .youtube.adtype6 .open:before {
  content: "\f335";
  font-family: dashicons;
}
.youtube-adds .youtube.adtype6 .open:before,
.yap-fr .youtube.adtype6 .open:before {
  content: "\f345";
}
.youtube-adds.fr_sh-1,
.yap-fr.fr_sh-1 {
  background: #000;
  -webkit-box-shadow: 0 4px 3px -3px #000000;
  -moz-box-shadow: 0 4px 3px -3px #000000;
  box-shadow: 0 4px 3px -3px #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.youtube-adds.fr_sh-1:hover,
.yap-fr.fr_sh-1:hover {
  -webkit-box-shadow: 0 7px 6px -3px #000000;
  -moz-box-shadow: 0 7px 6px -3px #000000;
  box-shadow: 0 7px 6px -3px #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.youtube-adds.fr_sh-2,
.yap-fr.fr_sh-2 {
  background: #000;
}
.youtube-adds.fr_sh-2:before,
.yap-fr.fr_sh-2:before {
  z-index: 99;
  position: absolute;
  bottom: 5%;
  right: 5%;
  content: "";
  width: 30%;
  height: 0px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 10px 20px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 10px 20px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px 20px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-animation: zoomIn 1s linear 0s 1;
  -moz-animation: zoomIn 1s linear 0s 1;
  -o-animation: zoomIn 1s linear 0s 1;
  animation: zoomIn 1s linear 0s 1;
}
.youtube-adds.fr_sh-2:after,
.yap-fr.fr_sh-2:after {
  z-index: 99;
  position: absolute;
  bottom: 5%;
  left: 5%;
  content: "";
  width: 30%;
  height: 0px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 10px 20px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 10px 20px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px 20px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-animation: zoomIn 1s linear 0s 1;
  -moz-animation: zoomIn 1s linear 0s 1;
  -o-animation: zoomIn 1s linear 0s 1;
  animation: zoomIn 1s linear 0s 1;
}
.youtube-adds.fr_sh-3,
.yap-fr.fr_sh-3 {
  background: #000;
  -webkit-box-shadow: 0 40px 40px -40px #000000;
  -moz-box-shadow: 0 40px 40px -40px #000000;
  box-shadow: 0 40px 40px -40px #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.youtube-adds.fr_sh-3 .youtube,
.yap-fr.fr_sh-3 .youtube {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.youtube-adds.fr_sh-3:hover,
.yap-fr.fr_sh-3:hover {
  -webkit-box-shadow: 0 60px 40px -40px #000000;
  -moz-box-shadow: 0 60px 40px -40px #000000;
  box-shadow: 0 60px 40px -40px #000000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.youtube-adds.fr_sh-3:hover .youtube,
.yap-fr.fr_sh-3:hover .youtube {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.youtube-adds.fr_sh-4,
.yap-fr.fr_sh-4 {
  -webkit-box-shadow: 0 2px 5px -2px #000000;
  -moz-box-shadow: 0 2px 5px -2px #000000;
  box-shadow: 0 2px 5px -2px #000000;
  background: #000;
}
.youtube-adds.fr_sh-4:before,
.yap-fr.fr_sh-4:before {
  z-index: 99;
  position: absolute;
  bottom: 10px;
  left: 10%;
  content: "";
  width: 80%;
  height: 10%;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 10px 20px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px 20px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.youtube-adds.fr_sh-4:hover:before,
.yap-fr.fr_sh-4:hover:before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.youtube-adds.fr_me-gray,
.yap-fr.fr_me-gray {
  padding: 12px;
  background: #f0f0f0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-gray:before,
.yap-fr.fr_me-gray:before {
  content: "";
  position: absolute;
  margin: 4px;
  background: #bdbdbd;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-gray:after,
.yap-fr.fr_me-gray:after {
  content: "";
  position: absolute;
  margin: 8px;
  background: #8a8a8a;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-gray:hover,
.yap-fr.fr_me-gray:hover {
  background: #8a8a8a;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-gray:hover:after,
.yap-fr.fr_me-gray:hover:after {
  background: #f0f0f0;
}
.youtube-adds.fr_me-red,
.yap-fr.fr_me-red {
  padding: 12px;
  background: #f0dfdd;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-red:before,
.yap-fr.fr_me-red:before {
  content: "";
  position: absolute;
  margin: 4px;
  background: #d19c96;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-red:after,
.yap-fr.fr_me-red:after {
  content: "";
  position: absolute;
  margin: 8px;
  background: #b3584e;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-red:hover,
.yap-fr.fr_me-red:hover {
  background: #b3584e;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-red:hover:after,
.yap-fr.fr_me-red:hover:after {
  background: #f0dfdd;
}
.youtube-adds.fr_me-yellow,
.yap-fr.fr_me-yellow {
  padding: 12px;
  background: #f0efdd;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-yellow:before,
.yap-fr.fr_me-yellow:before {
  content: "";
  position: absolute;
  margin: 4px;
  background: #d1cd96;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-yellow:after,
.yap-fr.fr_me-yellow:after {
  content: "";
  position: absolute;
  margin: 8px;
  background: #b3ac4e;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-yellow:hover,
.yap-fr.fr_me-yellow:hover {
  background: #b3ac4e;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-yellow:hover:after,
.yap-fr.fr_me-yellow:hover:after {
  background: #f0efdd;
}
.youtube-adds.fr_me-green,
.yap-fr.fr_me-green {
  padding: 12px;
  background: #e1f0dd;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-green:before,
.yap-fr.fr_me-green:before {
  content: "";
  position: absolute;
  margin: 4px;
  background: #a4d196;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-green:after,
.yap-fr.fr_me-green:after {
  content: "";
  position: absolute;
  margin: 8px;
  background: #66b34e;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-green:hover,
.yap-fr.fr_me-green:hover {
  background: #66b34e;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-green:hover:after,
.yap-fr.fr_me-green:hover:after {
  background: #e1f0dd;
}
.youtube-adds.fr_me-blue,
.yap-fr.fr_me-blue {
  padding: 12px;
  background: #dde8f0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-blue:before,
.yap-fr.fr_me-blue:before {
  content: "";
  position: absolute;
  margin: 4px;
  background: #96b7d1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-blue:after,
.yap-fr.fr_me-blue:after {
  content: "";
  position: absolute;
  margin: 8px;
  background: #4e87b3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-blue:hover,
.yap-fr.fr_me-blue:hover {
  background: #4e87b3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_me-blue:hover:after,
.yap-fr.fr_me-blue:hover:after {
  background: #dde8f0;
}
.youtube-adds.fr_da-gray,
.yap-fr.fr_da-gray {
  padding: 12px;
  background: #333333;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_da-gray:before,
.yap-fr.fr_da-gray:before {
  content: "";
  position: absolute;
  margin: 4px;
  border: 1px #808080 dashed;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_da-gray:hover,
.yap-fr.fr_da-gray:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #1a1a1a;
}
.youtube-adds.fr_da-gray:hover:before,
.yap-fr.fr_da-gray:hover:before {
  margin: 13px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_da-red,
.yap-fr.fr_da-red {
  padding: 12px;
  background: #550000;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_da-red:before,
.yap-fr.fr_da-red:before {
  content: "";
  position: absolute;
  margin: 4px;
  border: 1px #ee0000 dashed;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_da-red:hover,
.yap-fr.fr_da-red:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #220000;
}
.youtube-adds.fr_da-red:hover:before,
.yap-fr.fr_da-red:hover:before {
  margin: 13px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_da-yellow,
.yap-fr.fr_da-yellow {
  padding: 12px;
  background: #554700;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_da-yellow:before,
.yap-fr.fr_da-yellow:before {
  content: "";
  position: absolute;
  margin: 4px;
  border: 1px #eec600 dashed;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_da-yellow:hover,
.yap-fr.fr_da-yellow:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #221c00;
}
.youtube-adds.fr_da-yellow:hover:before,
.yap-fr.fr_da-yellow:hover:before {
  margin: 13px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_da-green,
.yap-fr.fr_da-green {
  padding: 12px;
  background: #1c5500;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_da-green:before,
.yap-fr.fr_da-green:before {
  content: "";
  position: absolute;
  margin: 4px;
  border: 1px #4fee00 dashed;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_da-green:hover,
.yap-fr.fr_da-green:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #0b2200;
}
.youtube-adds.fr_da-green:hover:before,
.yap-fr.fr_da-green:hover:before {
  margin: 13px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_da-blue,
.yap-fr.fr_da-blue {
  padding: 12px;
  background: #003955;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_da-blue:before,
.yap-fr.fr_da-blue:before {
  content: "";
  position: absolute;
  margin: 4px;
  border: 1px #009fee dashed;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_da-blue:hover,
.yap-fr.fr_da-blue:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #001722;
}
.youtube-adds.fr_da-blue:hover:before,
.yap-fr.fr_da-blue:hover:before {
  margin: 13px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_tr-gray,
.yap-fr.fr_tr-gray {
  padding: 5px;
  border: 1px #eeeeee solid;
}
.youtube-adds.fr_tr-gray:before,
.yap-fr.fr_tr-gray:before {
  content: "";
  position: absolute;
  margin: 1px;
  border: 1px #c8c8c8 solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.youtube-adds.fr_tr-gray:after,
.yap-fr.fr_tr-gray:after {
  content: "";
  position: absolute;
  margin: 3px;
  border: 1px #a2a2a2 solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.youtube-adds.fr_tr-gray:hover,
.yap-fr.fr_tr-gray:hover {
  background: #eeeeee;
}
.youtube-adds.fr_tr-gray:hover:before,
.yap-fr.fr_tr-gray:hover:before {
  background: #c8c8c8;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.youtube-adds.fr_tr-gray:hover:after,
.yap-fr.fr_tr-gray:hover:after {
  background: #a2a2a2;
  -webkit-transform: rotate(720deg);
  -moz-transform: rotate(720deg);
  -o-transform: rotate(720deg);
  -ms-transform: rotate(720deg);
  transform: rotate(720deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_tr-red,
.yap-fr.fr_tr-red {
  padding: 5px;
  border: 1px #f0dfdd solid;
}
.youtube-adds.fr_tr-red:before,
.yap-fr.fr_tr-red:before {
  content: "";
  position: absolute;
  margin: 1px;
  border: 1px #d9aca7 solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.youtube-adds.fr_tr-red:after,
.yap-fr.fr_tr-red:after {
  content: "";
  position: absolute;
  margin: 3px;
  border: 1px #c27a72 solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.youtube-adds.fr_tr-red:hover,
.yap-fr.fr_tr-red:hover {
  background: #f0dfdd;
}
.youtube-adds.fr_tr-red:hover:before,
.yap-fr.fr_tr-red:hover:before {
  background: #d9aca7;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.youtube-adds.fr_tr-red:hover:after,
.yap-fr.fr_tr-red:hover:after {
  background: #c27a72;
  -webkit-transform: rotate(720deg);
  -moz-transform: rotate(720deg);
  -o-transform: rotate(720deg);
  -ms-transform: rotate(720deg);
  transform: rotate(720deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_tr-yellow,
.yap-fr.fr_tr-yellow {
  padding: 5px;
  border: 1px #f0efdd solid;
}
.youtube-adds.fr_tr-yellow:before,
.yap-fr.fr_tr-yellow:before {
  content: "";
  position: absolute;
  margin: 1px;
  border: 1px #d9d6a7 solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.youtube-adds.fr_tr-yellow:after,
.yap-fr.fr_tr-yellow:after {
  content: "";
  position: absolute;
  margin: 3px;
  border: 1px #c2bd72 solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.youtube-adds.fr_tr-yellow:hover,
.yap-fr.fr_tr-yellow:hover {
  background: #f0efdd;
}
.youtube-adds.fr_tr-yellow:hover:before,
.yap-fr.fr_tr-yellow:hover:before {
  background: #d9d6a7;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.youtube-adds.fr_tr-yellow:hover:after,
.yap-fr.fr_tr-yellow:hover:after {
  background: #c2bd72;
  -webkit-transform: rotate(720deg);
  -moz-transform: rotate(720deg);
  -o-transform: rotate(720deg);
  -ms-transform: rotate(720deg);
  transform: rotate(720deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_tr-green,
.yap-fr.fr_tr-green {
  padding: 5px;
  border: 1px #e1f0dd solid;
}
.youtube-adds.fr_tr-green:before,
.yap-fr.fr_tr-green:before {
  content: "";
  position: absolute;
  margin: 1px;
  border: 1px #b3d9a7 solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.youtube-adds.fr_tr-green:after,
.yap-fr.fr_tr-green:after {
  content: "";
  position: absolute;
  margin: 3px;
  border: 1px #85c272 solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.youtube-adds.fr_tr-green:hover,
.yap-fr.fr_tr-green:hover {
  background: #e1f0dd;
}
.youtube-adds.fr_tr-green:hover:before,
.yap-fr.fr_tr-green:hover:before {
  background: #b3d9a7;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.youtube-adds.fr_tr-green:hover:after,
.yap-fr.fr_tr-green:hover:after {
  background: #85c272;
  -webkit-transform: rotate(720deg);
  -moz-transform: rotate(720deg);
  -o-transform: rotate(720deg);
  -ms-transform: rotate(720deg);
  transform: rotate(720deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_tr-blue,
.yap-fr.fr_tr-blue {
  padding: 5px;
  border: 1px #dde8f0 solid;
}
.youtube-adds.fr_tr-blue:before,
.yap-fr.fr_tr-blue:before {
  content: "";
  position: absolute;
  margin: 1px;
  border: 1px #a7c4d9 solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.youtube-adds.fr_tr-blue:after,
.yap-fr.fr_tr-blue:after {
  content: "";
  position: absolute;
  margin: 3px;
  border: 1px #729fc2 solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.youtube-adds.fr_tr-blue:hover,
.yap-fr.fr_tr-blue:hover {
  background: #dde8f0;
}
.youtube-adds.fr_tr-blue:hover:before,
.yap-fr.fr_tr-blue:hover:before {
  background: #a7c4d9;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.youtube-adds.fr_tr-blue:hover:after,
.yap-fr.fr_tr-blue:hover:after {
  background: #729fc2;
  -webkit-transform: rotate(720deg);
  -moz-transform: rotate(720deg);
  -o-transform: rotate(720deg);
  -ms-transform: rotate(720deg);
  transform: rotate(720deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-gray,
.yap-fr.fr_gr-gray {
  padding: 2%;
}
.youtube-adds.fr_gr-gray:before,
.yap-fr.fr_gr-gray:before {
  content: "";
  position: absolute;
  margin: 1px;
  border-right: 2px #aaaaaa solid;
  border-left: 2px #aaaaaa solid;
  top: 30%;
  right: 0px;
  bottom: 30%;
  left: 0px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-gray:after,
.yap-fr.fr_gr-gray:after {
  content: "";
  position: absolute;
  margin: 1px;
  border-top: 2px #aaaaaa solid;
  border-bottom: 2px #aaaaaa solid;
  top: 0px;
  right: 30%;
  bottom: 0px;
  left: 30%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-gray:hover:before,
.yap-fr.fr_gr-gray:hover:before {
  top: -15px;
  bottom: -15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-gray:hover:after,
.yap-fr.fr_gr-gray:hover:after {
  right: -15px;
  left: -15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-red,
.yap-fr.fr_gr-red {
  padding: 2%;
}
.youtube-adds.fr_gr-red:before,
.yap-fr.fr_gr-red:before {
  content: "";
  position: absolute;
  margin: 1px;
  border-right: 2px #aa0000 solid;
  border-left: 2px #aa0000 solid;
  top: 30%;
  right: 0px;
  bottom: 30%;
  left: 0px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-red:after,
.yap-fr.fr_gr-red:after {
  content: "";
  position: absolute;
  margin: 1px;
  border-top: 2px #aa0000 solid;
  border-bottom: 2px #aa0000 solid;
  top: 0px;
  right: 30%;
  bottom: 0px;
  left: 30%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-red:hover:before,
.yap-fr.fr_gr-red:hover:before {
  top: -15px;
  bottom: -15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-red:hover:after,
.yap-fr.fr_gr-red:hover:after {
  right: -15px;
  left: -15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-yellow,
.yap-fr.fr_gr-yellow {
  padding: 2%;
}
.youtube-adds.fr_gr-yellow:before,
.yap-fr.fr_gr-yellow:before {
  content: "";
  position: absolute;
  margin: 1px;
  border-right: 2px #aa8e00 solid;
  border-left: 2px #aa8e00 solid;
  top: 30%;
  right: 0px;
  bottom: 30%;
  left: 0px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-yellow:after,
.yap-fr.fr_gr-yellow:after {
  content: "";
  position: absolute;
  margin: 1px;
  border-top: 2px #aa8e00 solid;
  border-bottom: 2px #aa8e00 solid;
  top: 0px;
  right: 30%;
  bottom: 0px;
  left: 30%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-yellow:hover:before,
.yap-fr.fr_gr-yellow:hover:before {
  top: -15px;
  bottom: -15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-yellow:hover:after,
.yap-fr.fr_gr-yellow:hover:after {
  right: -15px;
  left: -15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-green,
.yap-fr.fr_gr-green {
  padding: 2%;
}
.youtube-adds.fr_gr-green:before,
.yap-fr.fr_gr-green:before {
  content: "";
  position: absolute;
  margin: 1px;
  border-right: 2px #39aa00 solid;
  border-left: 2px #39aa00 solid;
  top: 30%;
  right: 0px;
  bottom: 30%;
  left: 0px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-green:after,
.yap-fr.fr_gr-green:after {
  content: "";
  position: absolute;
  margin: 1px;
  border-top: 2px #39aa00 solid;
  border-bottom: 2px #39aa00 solid;
  top: 0px;
  right: 30%;
  bottom: 0px;
  left: 30%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-green:hover:before,
.yap-fr.fr_gr-green:hover:before {
  top: -15px;
  bottom: -15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-green:hover:after,
.yap-fr.fr_gr-green:hover:after {
  right: -15px;
  left: -15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-blue,
.yap-fr.fr_gr-blue {
  padding: 2%;
}
.youtube-adds.fr_gr-blue:before,
.yap-fr.fr_gr-blue:before {
  content: "";
  position: absolute;
  margin: 1px;
  border-right: 2px #0071aa solid;
  border-left: 2px #0071aa solid;
  top: 30%;
  right: 0px;
  bottom: 30%;
  left: 0px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-blue:after,
.yap-fr.fr_gr-blue:after {
  content: "";
  position: absolute;
  margin: 1px;
  border-top: 2px #0071aa solid;
  border-bottom: 2px #0071aa solid;
  top: 0px;
  right: 30%;
  bottom: 0px;
  left: 30%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-blue:hover:before,
.yap-fr.fr_gr-blue:hover:before {
  top: -15px;
  bottom: -15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_gr-blue:hover:after,
.yap-fr.fr_gr-blue:hover:after {
  right: -15px;
  left: -15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-gray,
.yap-fr.fr_co-gray {
  padding: 2%;
}
.youtube-adds.fr_co-gray:before,
.yap-fr.fr_co-gray:before {
  content: "";
  position: absolute;
  margin: 1px;
  border-right: 1px #aaaaaa solid;
  border-bottom: 1px #aaaaaa solid;
  top: 94%;
  right: 0;
  bottom: 0;
  left: 97%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-gray:after,
.yap-fr.fr_co-gray:after {
  content: "";
  position: absolute;
  margin: 1px;
  border-top: 1px #aaaaaa solid;
  border-left: 1px #aaaaaa solid;
  top: 0;
  right: 97%;
  bottom: 94%;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-gray:hover,
.yap-fr.fr_co-gray:hover {
  background: #aaaaaa;
  -webkit-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}
.youtube-adds.fr_co-gray:hover:before,
.yap-fr.fr_co-gray:hover:before {
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-gray:hover:after,
.yap-fr.fr_co-gray:hover:after {
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-red,
.yap-fr.fr_co-red {
  padding: 2%;
}
.youtube-adds.fr_co-red:before,
.yap-fr.fr_co-red:before {
  content: "";
  position: absolute;
  margin: 1px;
  border-right: 1px #aa0000 solid;
  border-bottom: 1px #aa0000 solid;
  top: 94%;
  right: 0;
  bottom: 0;
  left: 97%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-red:after,
.yap-fr.fr_co-red:after {
  content: "";
  position: absolute;
  margin: 1px;
  border-top: 1px #aa0000 solid;
  border-left: 1px #aa0000 solid;
  top: 0;
  right: 97%;
  bottom: 94%;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-red:hover,
.yap-fr.fr_co-red:hover {
  background: #aa0000;
  -webkit-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}
.youtube-adds.fr_co-red:hover:before,
.yap-fr.fr_co-red:hover:before {
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-red:hover:after,
.yap-fr.fr_co-red:hover:after {
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-yellow,
.yap-fr.fr_co-yellow {
  padding: 2%;
}
.youtube-adds.fr_co-yellow:before,
.yap-fr.fr_co-yellow:before {
  content: "";
  position: absolute;
  margin: 1px;
  border-right: 1px #aa8e00 solid;
  border-bottom: 1px #aa8e00 solid;
  top: 94%;
  right: 0;
  bottom: 0;
  left: 97%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-yellow:after,
.yap-fr.fr_co-yellow:after {
  content: "";
  position: absolute;
  margin: 1px;
  border-top: 1px #aa8e00 solid;
  border-left: 1px #aa8e00 solid;
  top: 0;
  right: 97%;
  bottom: 94%;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-yellow:hover,
.yap-fr.fr_co-yellow:hover {
  background: #aa8e00;
  -webkit-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}
.youtube-adds.fr_co-yellow:hover:before,
.yap-fr.fr_co-yellow:hover:before {
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-yellow:hover:after,
.yap-fr.fr_co-yellow:hover:after {
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-green,
.yap-fr.fr_co-green {
  padding: 2%;
}
.youtube-adds.fr_co-green:before,
.yap-fr.fr_co-green:before {
  content: "";
  position: absolute;
  margin: 1px;
  border-right: 1px #39aa00 solid;
  border-bottom: 1px #39aa00 solid;
  top: 94%;
  right: 0;
  bottom: 0;
  left: 97%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-green:after,
.yap-fr.fr_co-green:after {
  content: "";
  position: absolute;
  margin: 1px;
  border-top: 1px #39aa00 solid;
  border-left: 1px #39aa00 solid;
  top: 0;
  right: 97%;
  bottom: 94%;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-green:hover,
.yap-fr.fr_co-green:hover {
  background: #39aa00;
  -webkit-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}
.youtube-adds.fr_co-green:hover:before,
.yap-fr.fr_co-green:hover:before {
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-green:hover:after,
.yap-fr.fr_co-green:hover:after {
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-blue,
.yap-fr.fr_co-blue {
  padding: 2%;
}
.youtube-adds.fr_co-blue:before,
.yap-fr.fr_co-blue:before {
  content: "";
  position: absolute;
  margin: 1px;
  border-right: 1px #0071aa solid;
  border-bottom: 1px #0071aa solid;
  top: 94%;
  right: 0;
  bottom: 0;
  left: 97%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-blue:after,
.yap-fr.fr_co-blue:after {
  content: "";
  position: absolute;
  margin: 1px;
  border-top: 1px #0071aa solid;
  border-left: 1px #0071aa solid;
  top: 0;
  right: 97%;
  bottom: 94%;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-blue:hover,
.yap-fr.fr_co-blue:hover {
  background: #0071aa;
  -webkit-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}
.youtube-adds.fr_co-blue:hover:before,
.yap-fr.fr_co-blue:hover:before {
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_co-blue:hover:after,
.yap-fr.fr_co-blue:hover:after {
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.youtube-adds.fr_he-white,
.yap-fr.fr_he-white,
.youtube-adds.fr_white,
.yap-fr.fr_white {
  padding: 3%;
  border: 1px solid #e0e0e0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #e0e0e0 0%, #f9f9f9 100%);
  background-image: -moz-linear-gradient(top, #e0e0e0 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #e0e0e0 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #e0e0e0 0%, #f9f9f9 100%);
  -webkit-filter: drop-shadow(0px 10px 14px -7px 0.6px);
  -moz-filter: drop-shadow(0px 10px 14px -7px 0.6px);
  -ms-filter: drop-shadow(0px 10px 14px -7px 0.6px);
  filter: drop-shadow(0px 10px 14px -7px 0.6px);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.youtube-adds.fr_he-blue,
.yap-fr.fr_he-blue,
.youtube-adds.fr_blue,
.yap-fr.fr_blue {
  padding: 3%;
  border: 1px solid #0f314b;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwZjMxNGIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4NGQ3NSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #0f314b 0%, #184d75 100%);
  background-image: -moz-linear-gradient(top, #0f314b 0%, #184d75 100%);
  background-image: -o-linear-gradient(top, #0f314b 0%, #184d75 100%);
  background-image: linear-gradient(to bottom, #0f314b 0%, #184d75 100%);
  -webkit-filter: drop-shadow(0px 10px 14px -7px 0.6px);
  -moz-filter: drop-shadow(0px 10px 14px -7px 0.6px);
  -ms-filter: drop-shadow(0px 10px 14px -7px 0.6px);
  filter: drop-shadow(0px 10px 14px -7px 0.6px);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.youtube-adds.fr_he-green,
.yap-fr.fr_he-green,
.youtube-adds.fr_green,
.yap-fr.fr_green {
  padding: 3%;
  border: 1px solid #0f4b27;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwZjRiMjciIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4NzUzZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #0f4b27 0%, #18753d 100%);
  background-image: -moz-linear-gradient(top, #0f4b27 0%, #18753d 100%);
  background-image: -o-linear-gradient(top, #0f4b27 0%, #18753d 100%);
  background-image: linear-gradient(to bottom, #0f4b27 0%, #18753d 100%);
  -webkit-filter: drop-shadow(0px 10px 14px -7px 0.6px);
  -moz-filter: drop-shadow(0px 10px 14px -7px 0.6px);
  -ms-filter: drop-shadow(0px 10px 14px -7px 0.6px);
  filter: drop-shadow(0px 10px 14px -7px 0.6px);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.youtube-adds.fr_he-red,
.yap-fr.fr_he-red,
.youtube-adds.fr_red,
.yap-fr.fr_red {
  padding: 3%;
  border: 1px solid #4b0f0f;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0YjBmMGYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc1MTgxOCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #4b0f0f 0%, #751818 100%);
  background-image: -moz-linear-gradient(top, #4b0f0f 0%, #751818 100%);
  background-image: -o-linear-gradient(top, #4b0f0f 0%, #751818 100%);
  background-image: linear-gradient(to bottom, #4b0f0f 0%, #751818 100%);
  -webkit-filter: drop-shadow(0px 10px 14px -7px 0.6px);
  -moz-filter: drop-shadow(0px 10px 14px -7px 0.6px);
  -ms-filter: drop-shadow(0px 10px 14px -7px 0.6px);
  filter: drop-shadow(0px 10px 14px -7px 0.6px);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.youtube-adds.fr_he-black,
.yap-fr.fr_he-black,
.youtube-adds.fr_black,
.yap-fr.fr_black {
  padding: 3%;
  border: 1px solid #1a1a1a;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxYTFhMWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #1a1a1a 0%, #333333 100%);
  background-image: -moz-linear-gradient(top, #1a1a1a 0%, #333333 100%);
  background-image: -o-linear-gradient(top, #1a1a1a 0%, #333333 100%);
  background-image: linear-gradient(to bottom, #1a1a1a 0%, #333333 100%);
  -webkit-filter: drop-shadow(0px 10px 14px -7px 0.6px);
  -moz-filter: drop-shadow(0px 10px 14px -7px 0.6px);
  -ms-filter: drop-shadow(0px 10px 14px -7px 0.6px);
  filter: drop-shadow(0px 10px 14px -7px 0.6px);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.youtube-adds.fr_he-rainbow,
.yap-fr.fr_he-rainbow {
  padding: 3%;
  border: 1px solid #9c1c2d;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5YzFjMmQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M3MjQzYSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #9c1c2d 0%, #c7243a 100%);
  background-image: -moz-linear-gradient(top, #9c1c2d 0%, #c7243a 100%);
  background-image: -o-linear-gradient(top, #9c1c2d 0%, #c7243a 100%);
  background-image: linear-gradient(to bottom, #9c1c2d 0%, #c7243a 100%);
  -webkit-filter: drop-shadow(0px 10px 14px -7px 0.6px);
  -moz-filter: drop-shadow(0px 10px 14px -7px 0.6px);
  -ms-filter: drop-shadow(0px 10px 14px -7px 0.6px);
  filter: drop-shadow(0px 10px 14px -7px 0.6px);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: #C7243A;
  -webkit-animation: simple-hue 20s linear 0s infinite;
  -moz-animation: simple-hue 20s linear 0s infinite;
  -o-animation: simple-hue 20s linear 0s infinite;
  animation: simple-hue 20s linear 0s infinite;
}
@-webkit-keyframes simple-hue {
  0% {
    background: #450d14;
    border-color: #1a0508;
    color: #ffffff;
  }
  25% {
    background: #31450d;
    border-color: #121a05;
    color: #ffffff;
  }
  50% {
    background: #0d453e;
    border-color: #051a17;
    color: #ffffff;
  }
  75% {
    background: #210d45;
    border-color: #0d051a;
    color: #ffffff;
  }
  100% {
    background: #450d14;
    border-color: #1a0508;
    color: #ffffff;
  }
}
@keyframes simple-hue {
  0% {
    background: #450d14;
    border-color: #1a0508;
    color: #ffffff;
  }
  25% {
    background: #31450d;
    border-color: #121a05;
    color: #ffffff;
  }
  50% {
    background: #0d453e;
    border-color: #051a17;
    color: #ffffff;
  }
  75% {
    background: #210d45;
    border-color: #0d051a;
    color: #ffffff;
  }
  100% {
    background: #450d14;
    border-color: #1a0508;
    color: #ffffff;
  }
}
.youtube-adds.fr_li-white,
.yap-fr.fr_li-white {
  padding: 1%;
  background: #f9f9f9;
  border: 1px solid #ececec;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.youtube-adds.fr_li-white:hover,
.yap-fr.fr_li-white:hover {
  border: 1px solid #c6c6c6;
  background: #c6c6c6;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.youtube-adds.fr_li-blue,
.yap-fr.fr_li-blue {
  padding: 1%;
  background: #cadaeb;
  border: 1px solid #b7cde4;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.youtube-adds.fr_li-blue:hover,
.yap-fr.fr_li-blue:hover {
  border: 1px solid #80a6cf;
  background: #80a6cf;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.youtube-adds.fr_li-green,
.yap-fr.fr_li-green {
  padding: 1%;
  background: #caebcf;
  border: 1px solid #b7e4be;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.youtube-adds.fr_li-green:hover,
.yap-fr.fr_li-green:hover {
  border: 1px solid #80cf8c;
  background: #80cf8c;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.youtube-adds.fr_li-red,
.yap-fr.fr_li-red {
  padding: 1%;
  background: #ebcaca;
  border: 1px solid #e4b7b7;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.youtube-adds.fr_li-red:hover,
.yap-fr.fr_li-red:hover {
  border: 1px solid #cf8080;
  background: #cf8080;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.youtube-adds.fr_li-black,
.yap-fr.fr_li-black {
  padding: 1%;
  background: #555555;
  border: 1px solid #484848;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.youtube-adds.fr_li-black:hover,
.yap-fr.fr_li-black:hover {
  border: 1px solid #222222;
  background: #222222;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.youtube-adds.fr_li-rainbow,
.yap-fr.fr_li-rainbow {
  padding: 1%;
  background: #f4c3ca;
  border: 1px solid #f0adb6;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-animation: original-hue 5s linear 0s infinite;
  -moz-animation: original-hue 5s linear 0s infinite;
  -o-animation: original-hue 5s linear 0s infinite;
  animation: original-hue 5s linear 0s infinite;
}
@-webkit-keyframes original-hue {
  0% {
    background: #f4c3ca;
    border-color: #ec98a3;
    color: #ffffff;
  }
  25% {
    background: #e2f4c3;
    border-color: #cdec98;
    color: #ffffff;
  }
  50% {
    background: #c3f4ed;
    border-color: #98ece1;
    color: #ffffff;
  }
  75% {
    background: #d5c3f4;
    border-color: #b798ec;
    color: #ffffff;
  }
  100% {
    background: #f4c3ca;
    border-color: #ec98a3;
    color: #ffffff;
  }
}
@keyframes original-hue {
  0% {
    background: #f4c3ca;
    border-color: #ec98a3;
    color: #ffffff;
  }
  25% {
    background: #e2f4c3;
    border-color: #cdec98;
    color: #ffffff;
  }
  50% {
    background: #c3f4ed;
    border-color: #98ece1;
    color: #ffffff;
  }
  75% {
    background: #d5c3f4;
    border-color: #b798ec;
    color: #ffffff;
  }
  100% {
    background: #f4c3ca;
    border-color: #ec98a3;
    color: #ffffff;
  }
}
.youtube-adds.fr_li-rainbow:hover,
.yap-fr.fr_li-rainbow:hover {
  border: 1px solid #e46d7d;
  background: #e46d7d;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.youtube-adds.fr_bu-white,
.yap-fr.fr_bu-white {
  background: #f9f9f9;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 0 #c6c6c6, 0 10px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #ffffff inset;
  -moz-box-shadow: 0 5px 0 #c6c6c6, 0 10px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #ffffff inset;
  box-shadow: 0 5px 0 #c6c6c6, 0 10px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #ffffff inset;
  padding: 2% 0;
}
.youtube-adds.fr_bu-white:hover,
.yap-fr.fr_bu-white:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 2px;
  -webkit-box-shadow: 0 3px 0 #c6c6c6, 0 7px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #ffffff inset;
  -moz-box-shadow: 0 3px 0 #c6c6c6, 0 7px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #ffffff inset;
  box-shadow: 0 3px 0 #c6c6c6, 0 7px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #ffffff inset;
}
.youtube-adds.fr_bu-white:active,
.yap-fr.fr_bu-white:active {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 4px;
  -webkit-box-shadow: 0 1px 0 #c6c6c6, 0 5px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #ffffff inset;
  -moz-box-shadow: 0 1px 0 #c6c6c6, 0 5px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #ffffff inset;
  box-shadow: 0 1px 0 #c6c6c6, 0 5px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #ffffff inset;
}
.youtube-adds.fr_bu-black,
.yap-fr.fr_bu-black {
  background: #333333;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 0 #000000, 0 10px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #404040 inset;
  -moz-box-shadow: 0 5px 0 #000000, 0 10px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #404040 inset;
  box-shadow: 0 5px 0 #000000, 0 10px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #404040 inset;
  padding: 2% 0;
}
.youtube-adds.fr_bu-black:hover,
.yap-fr.fr_bu-black:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 2px;
  -webkit-box-shadow: 0 3px 0 #000000, 0 7px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #404040 inset;
  -moz-box-shadow: 0 3px 0 #000000, 0 7px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #404040 inset;
  box-shadow: 0 3px 0 #000000, 0 7px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #404040 inset;
}
.youtube-adds.fr_bu-black:active,
.yap-fr.fr_bu-black:active {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 4px;
  -webkit-box-shadow: 0 1px 0 #000000, 0 5px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #404040 inset;
  -moz-box-shadow: 0 1px 0 #000000, 0 5px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #404040 inset;
  box-shadow: 0 1px 0 #000000, 0 5px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #404040 inset;
}
.youtube-adds.fr_bu-red,
.yap-fr.fr_bu-red {
  background: #dc4b39;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 0 #95281a, 0 10px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #e05f4f inset;
  -moz-box-shadow: 0 5px 0 #95281a, 0 10px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #e05f4f inset;
  box-shadow: 0 5px 0 #95281a, 0 10px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #e05f4f inset;
  padding: 2% 0;
}
.youtube-adds.fr_bu-red:hover,
.yap-fr.fr_bu-red:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 2px;
  -webkit-box-shadow: 0 3px 0 #95281a, 0 7px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #e05f4f inset;
  -moz-box-shadow: 0 3px 0 #95281a, 0 7px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #e05f4f inset;
  box-shadow: 0 3px 0 #95281a, 0 7px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #e05f4f inset;
}
.youtube-adds.fr_bu-red:active,
.yap-fr.fr_bu-red:active {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 4px;
  -webkit-box-shadow: 0 1px 0 #95281a, 0 5px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #e05f4f inset;
  -moz-box-shadow: 0 1px 0 #95281a, 0 5px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #e05f4f inset;
  box-shadow: 0 1px 0 #95281a, 0 5px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #e05f4f inset;
}
.youtube-adds.fr_bu-yellow,
.yap-fr.fr_bu-yellow {
  background: #dcc039;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 0 #95801a, 0 10px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #e0c74f inset;
  -moz-box-shadow: 0 5px 0 #95801a, 0 10px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #e0c74f inset;
  box-shadow: 0 5px 0 #95801a, 0 10px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #e0c74f inset;
  padding: 2% 0;
}
.youtube-adds.fr_bu-yellow:hover,
.yap-fr.fr_bu-yellow:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 2px;
  -webkit-box-shadow: 0 3px 0 #95801a, 0 7px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #e0c74f inset;
  -moz-box-shadow: 0 3px 0 #95801a, 0 7px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #e0c74f inset;
  box-shadow: 0 3px 0 #95801a, 0 7px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #e0c74f inset;
}
.youtube-adds.fr_bu-yellow:active,
.yap-fr.fr_bu-yellow:active {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 4px;
  -webkit-box-shadow: 0 1px 0 #95801a, 0 5px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #e0c74f inset;
  -moz-box-shadow: 0 1px 0 #95801a, 0 5px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #e0c74f inset;
  box-shadow: 0 1px 0 #95801a, 0 5px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #e0c74f inset;
}
.youtube-adds.fr_bu-green,
.yap-fr.fr_bu-green {
  background: #39dc62;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 0 #1a9539, 0 10px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #4fe073 inset;
  -moz-box-shadow: 0 5px 0 #1a9539, 0 10px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #4fe073 inset;
  box-shadow: 0 5px 0 #1a9539, 0 10px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #4fe073 inset;
  padding: 2% 0;
}
.youtube-adds.fr_bu-green:hover,
.yap-fr.fr_bu-green:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 2px;
  -webkit-box-shadow: 0 3px 0 #1a9539, 0 7px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #4fe073 inset;
  -moz-box-shadow: 0 3px 0 #1a9539, 0 7px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #4fe073 inset;
  box-shadow: 0 3px 0 #1a9539, 0 7px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #4fe073 inset;
}
.youtube-adds.fr_bu-green:active,
.yap-fr.fr_bu-green:active {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 4px;
  -webkit-box-shadow: 0 1px 0 #1a9539, 0 5px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #4fe073 inset;
  -moz-box-shadow: 0 1px 0 #1a9539, 0 5px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #4fe073 inset;
  box-shadow: 0 1px 0 #1a9539, 0 5px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #4fe073 inset;
}
.youtube-adds.fr_bu-blue,
.yap-fr.fr_bu-blue {
  background: #3995dc;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 0 #1a5f95, 0 10px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #4fa1e0 inset;
  -moz-box-shadow: 0 5px 0 #1a5f95, 0 10px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #4fa1e0 inset;
  box-shadow: 0 5px 0 #1a5f95, 0 10px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #4fa1e0 inset;
  padding: 2% 0;
}
.youtube-adds.fr_bu-blue:hover,
.yap-fr.fr_bu-blue:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 2px;
  -webkit-box-shadow: 0 3px 0 #1a5f95, 0 7px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #4fa1e0 inset;
  -moz-box-shadow: 0 3px 0 #1a5f95, 0 7px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #4fa1e0 inset;
  box-shadow: 0 3px 0 #1a5f95, 0 7px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #4fa1e0 inset;
}
.youtube-adds.fr_bu-blue:active,
.yap-fr.fr_bu-blue:active {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 4px;
  -webkit-box-shadow: 0 1px 0 #1a5f95, 0 5px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #4fa1e0 inset;
  -moz-box-shadow: 0 1px 0 #1a5f95, 0 5px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #4fa1e0 inset;
  box-shadow: 0 1px 0 #1a5f95, 0 5px 5px -5px rgba(0, 0, 0, 0.8), 0 -1px 0 #4fa1e0 inset;
}
.youtube-adds.fr_br-white,
.yap-fr.fr_br-white {
  padding: 0;
  background: none;
  overflow: hidden;
  -webkit-animation: br-white 2s linear 0s infinite;
  -moz-animation: br-white 2s linear 0s infinite;
  -o-animation: br-white 2s linear 0s infinite;
  animation: br-white 2s linear 0s infinite;
}
@-webkit-keyframes "flash" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes "flash" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
.youtube-adds.fr_br-white:hover,
.yap-fr.fr_br-white:hover {
  -webkit-animation: flash 0.4s linear 0s;
  -moz-animation: flash 0.4s linear 0s;
  -o-animation: flash 0.4s linear 0s;
  animation: flash 0.4s linear 0s;
}
@-webkit-keyframes "br-white" {
  0% {
    -webkit-box-shadow: 0 0 20px 0px #cccccc;
    -moz-box-shadow: 0 0 20px 0px #cccccc;
    box-shadow: 0 0 20px 0px #cccccc;
  }
  50% {
    -webkit-box-shadow: 0 0 20px 10px #cccccc;
    -moz-box-shadow: 0 0 20px 10px #cccccc;
    box-shadow: 0 0 20px 10px #cccccc;
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px #cccccc;
    -moz-box-shadow: 0 0 20px 0px #cccccc;
    box-shadow: 0 0 20px 0px #cccccc;
  }
}
@keyframes "br-white" {
  0% {
    -webkit-box-shadow: 0 0 20px 0px #cccccc;
    -moz-box-shadow: 0 0 20px 0px #cccccc;
    box-shadow: 0 0 20px 0px #cccccc;
  }
  50% {
    -webkit-box-shadow: 0 0 20px 10px #cccccc;
    -moz-box-shadow: 0 0 20px 10px #cccccc;
    box-shadow: 0 0 20px 10px #cccccc;
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px #cccccc;
    -moz-box-shadow: 0 0 20px 0px #cccccc;
    box-shadow: 0 0 20px 0px #cccccc;
  }
}
.youtube-adds.fr_br-black,
.yap-fr.fr_br-black {
  padding: 0;
  background: none;
  overflow: hidden;
  -webkit-animation: br-black 2s linear 0s infinite;
  -moz-animation: br-black 2s linear 0s infinite;
  -o-animation: br-black 2s linear 0s infinite;
  animation: br-black 2s linear 0s infinite;
}
@-webkit-keyframes "flash" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes "flash" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
.youtube-adds.fr_br-black:hover,
.yap-fr.fr_br-black:hover {
  -webkit-animation: flash 0.4s linear 0s;
  -moz-animation: flash 0.4s linear 0s;
  -o-animation: flash 0.4s linear 0s;
  animation: flash 0.4s linear 0s;
}
@-webkit-keyframes "br-black" {
  0% {
    -webkit-box-shadow: 0 0 20px 0px #333333;
    -moz-box-shadow: 0 0 20px 0px #333333;
    box-shadow: 0 0 20px 0px #333333;
  }
  50% {
    -webkit-box-shadow: 0 0 20px 10px #333333;
    -moz-box-shadow: 0 0 20px 10px #333333;
    box-shadow: 0 0 20px 10px #333333;
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px #333333;
    -moz-box-shadow: 0 0 20px 0px #333333;
    box-shadow: 0 0 20px 0px #333333;
  }
}
@keyframes "br-black" {
  0% {
    -webkit-box-shadow: 0 0 20px 0px #333333;
    -moz-box-shadow: 0 0 20px 0px #333333;
    box-shadow: 0 0 20px 0px #333333;
  }
  50% {
    -webkit-box-shadow: 0 0 20px 10px #333333;
    -moz-box-shadow: 0 0 20px 10px #333333;
    box-shadow: 0 0 20px 10px #333333;
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px #333333;
    -moz-box-shadow: 0 0 20px 0px #333333;
    box-shadow: 0 0 20px 0px #333333;
  }
}
.youtube-adds.fr_br-red,
.yap-fr.fr_br-red {
  padding: 0;
  background: none;
  overflow: hidden;
  -webkit-animation: br-red 2s linear 0s infinite;
  -moz-animation: br-red 2s linear 0s infinite;
  -o-animation: br-red 2s linear 0s infinite;
  animation: br-red 2s linear 0s infinite;
}
@-webkit-keyframes "flash" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes "flash" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
.youtube-adds.fr_br-red:hover,
.yap-fr.fr_br-red:hover {
  -webkit-animation: flash 0.4s linear 0s;
  -moz-animation: flash 0.4s linear 0s;
  -o-animation: flash 0.4s linear 0s;
  animation: flash 0.4s linear 0s;
}
@-webkit-keyframes "br-red" {
  0% {
    -webkit-box-shadow: 0 0 20px 0px #ff5454;
    -moz-box-shadow: 0 0 20px 0px #ff5454;
    box-shadow: 0 0 20px 0px #ff5454;
  }
  50% {
    -webkit-box-shadow: 0 0 20px 10px #ff5454;
    -moz-box-shadow: 0 0 20px 10px #ff5454;
    box-shadow: 0 0 20px 10px #ff5454;
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px #ff5454;
    -moz-box-shadow: 0 0 20px 0px #ff5454;
    box-shadow: 0 0 20px 0px #ff5454;
  }
}
@keyframes "br-red" {
  0% {
    -webkit-box-shadow: 0 0 20px 0px #ff5454;
    -moz-box-shadow: 0 0 20px 0px #ff5454;
    box-shadow: 0 0 20px 0px #ff5454;
  }
  50% {
    -webkit-box-shadow: 0 0 20px 10px #ff5454;
    -moz-box-shadow: 0 0 20px 10px #ff5454;
    box-shadow: 0 0 20px 10px #ff5454;
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px #ff5454;
    -moz-box-shadow: 0 0 20px 0px #ff5454;
    box-shadow: 0 0 20px 0px #ff5454;
  }
}
.youtube-adds.fr_br-yellow,
.yap-fr.fr_br-yellow {
  padding: 0;
  background: none;
  overflow: hidden;
  -webkit-animation: br-yellow 2s linear 0s infinite;
  -moz-animation: br-yellow 2s linear 0s infinite;
  -o-animation: br-yellow 2s linear 0s infinite;
  animation: br-yellow 2s linear 0s infinite;
}
@-webkit-keyframes "flash" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes "flash" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
.youtube-adds.fr_br-yellow:hover,
.yap-fr.fr_br-yellow:hover {
  -webkit-animation: flash 0.4s linear 0s;
  -moz-animation: flash 0.4s linear 0s;
  -o-animation: flash 0.4s linear 0s;
  animation: flash 0.4s linear 0s;
}
@-webkit-keyframes "br-yellow" {
  0% {
    -webkit-box-shadow: 0 0 20px 0px #fff655;
    -moz-box-shadow: 0 0 20px 0px #fff655;
    box-shadow: 0 0 20px 0px #fff655;
  }
  50% {
    -webkit-box-shadow: 0 0 20px 10px #fff655;
    -moz-box-shadow: 0 0 20px 10px #fff655;
    box-shadow: 0 0 20px 10px #fff655;
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px #fff655;
    -moz-box-shadow: 0 0 20px 0px #fff655;
    box-shadow: 0 0 20px 0px #fff655;
  }
}
@keyframes "br-yellow" {
  0% {
    -webkit-box-shadow: 0 0 20px 0px #fff655;
    -moz-box-shadow: 0 0 20px 0px #fff655;
    box-shadow: 0 0 20px 0px #fff655;
  }
  50% {
    -webkit-box-shadow: 0 0 20px 10px #fff655;
    -moz-box-shadow: 0 0 20px 10px #fff655;
    box-shadow: 0 0 20px 10px #fff655;
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px #fff655;
    -moz-box-shadow: 0 0 20px 0px #fff655;
    box-shadow: 0 0 20px 0px #fff655;
  }
}
.youtube-adds.fr_br-green,
.yap-fr.fr_br-green {
  padding: 0;
  background: none;
  overflow: hidden;
  -webkit-animation: br-green 2s linear 0s infinite;
  -moz-animation: br-green 2s linear 0s infinite;
  -o-animation: br-green 2s linear 0s infinite;
  animation: br-green 2s linear 0s infinite;
}
@-webkit-keyframes "flash" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes "flash" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
.youtube-adds.fr_br-green:hover,
.yap-fr.fr_br-green:hover {
  -webkit-animation: flash 0.4s linear 0s;
  -moz-animation: flash 0.4s linear 0s;
  -o-animation: flash 0.4s linear 0s;
  animation: flash 0.4s linear 0s;
}
@-webkit-keyframes "br-green" {
  0% {
    -webkit-box-shadow: 0 0 20px 0px #6eff55;
    -moz-box-shadow: 0 0 20px 0px #6eff55;
    box-shadow: 0 0 20px 0px #6eff55;
  }
  50% {
    -webkit-box-shadow: 0 0 20px 10px #6eff55;
    -moz-box-shadow: 0 0 20px 10px #6eff55;
    box-shadow: 0 0 20px 10px #6eff55;
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px #6eff55;
    -moz-box-shadow: 0 0 20px 0px #6eff55;
    box-shadow: 0 0 20px 0px #6eff55;
  }
}
@keyframes "br-green" {
  0% {
    -webkit-box-shadow: 0 0 20px 0px #6eff55;
    -moz-box-shadow: 0 0 20px 0px #6eff55;
    box-shadow: 0 0 20px 0px #6eff55;
  }
  50% {
    -webkit-box-shadow: 0 0 20px 10px #6eff55;
    -moz-box-shadow: 0 0 20px 10px #6eff55;
    box-shadow: 0 0 20px 10px #6eff55;
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px #6eff55;
    -moz-box-shadow: 0 0 20px 0px #6eff55;
    box-shadow: 0 0 20px 0px #6eff55;
  }
}
.youtube-adds.fr_br-blue,
.yap-fr.fr_br-blue {
  padding: 0;
  background: none;
  overflow: hidden;
  -webkit-animation: br-blue 2s linear 0s infinite;
  -moz-animation: br-blue 2s linear 0s infinite;
  -o-animation: br-blue 2s linear 0s infinite;
  animation: br-blue 2s linear 0s infinite;
}
@-webkit-keyframes "flash" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes "flash" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
.youtube-adds.fr_br-blue:hover,
.yap-fr.fr_br-blue:hover {
  -webkit-animation: flash 0.4s linear 0s;
  -moz-animation: flash 0.4s linear 0s;
  -o-animation: flash 0.4s linear 0s;
  animation: flash 0.4s linear 0s;
}
@-webkit-keyframes "br-blue" {
  0% {
    -webkit-box-shadow: 0 0 20px 0px #5585ff;
    -moz-box-shadow: 0 0 20px 0px #5585ff;
    box-shadow: 0 0 20px 0px #5585ff;
  }
  50% {
    -webkit-box-shadow: 0 0 20px 10px #5585ff;
    -moz-box-shadow: 0 0 20px 10px #5585ff;
    box-shadow: 0 0 20px 10px #5585ff;
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px #5585ff;
    -moz-box-shadow: 0 0 20px 0px #5585ff;
    box-shadow: 0 0 20px 0px #5585ff;
  }
}
@keyframes "br-blue" {
  0% {
    -webkit-box-shadow: 0 0 20px 0px #5585ff;
    -moz-box-shadow: 0 0 20px 0px #5585ff;
    box-shadow: 0 0 20px 0px #5585ff;
  }
  50% {
    -webkit-box-shadow: 0 0 20px 10px #5585ff;
    -moz-box-shadow: 0 0 20px 10px #5585ff;
    box-shadow: 0 0 20px 10px #5585ff;
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px #5585ff;
    -moz-box-shadow: 0 0 20px 0px #5585ff;
    box-shadow: 0 0 20px 0px #5585ff;
  }
}
.youtube-adds.fr_av-white,
.yap-fr.fr_av-white {
  padding: 2%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@-webkit-keyframes "flash2" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
}
@keyframes "flash2" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
}
@-webkit-keyframes "flash3" {
  0% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  1000% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}
@keyframes "flash3" {
  0% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  1000% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}
.youtube-adds.fr_av-white:before,
.yap-fr.fr_av-white:before {
  position: absolute;
  content: "";
  background: #cccccc;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: flash3 2s linear 0s infinite;
  -moz-animation: flash3 2s linear 0s infinite;
  -o-animation: flash3 2s linear 0s infinite;
  animation: flash3 2s linear 0s infinite;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 4% 0 0 4%;
}
.youtube-adds.fr_av-white:after,
.yap-fr.fr_av-white:after {
  position: absolute;
  content: "";
  background: #cccccc;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: flash2 2s linear 0s infinite;
  -moz-animation: flash2 2s linear 0s infinite;
  -o-animation: flash2 2s linear 0s infinite;
  animation: flash2 2s linear 0s infinite;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 4% 4% 0;
}
.youtube-adds.fr_av-white:hover:before,
.yap-fr.fr_av-white:hover:before,
.youtube-adds.fr_av-white:hover:after,
.yap-fr.fr_av-white:hover:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 2%;
}
.youtube-adds.fr_av-black,
.yap-fr.fr_av-black {
  padding: 2%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@-webkit-keyframes "flash2" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
}
@keyframes "flash2" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
}
@-webkit-keyframes "flash3" {
  0% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  1000% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}
@keyframes "flash3" {
  0% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  1000% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}
.youtube-adds.fr_av-black:before,
.yap-fr.fr_av-black:before {
  position: absolute;
  content: "";
  background: #333333;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: flash3 2s linear 0s infinite;
  -moz-animation: flash3 2s linear 0s infinite;
  -o-animation: flash3 2s linear 0s infinite;
  animation: flash3 2s linear 0s infinite;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 4% 0 0 4%;
}
.youtube-adds.fr_av-black:after,
.yap-fr.fr_av-black:after {
  position: absolute;
  content: "";
  background: #333333;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: flash2 2s linear 0s infinite;
  -moz-animation: flash2 2s linear 0s infinite;
  -o-animation: flash2 2s linear 0s infinite;
  animation: flash2 2s linear 0s infinite;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 4% 4% 0;
}
.youtube-adds.fr_av-black:hover:before,
.yap-fr.fr_av-black:hover:before,
.youtube-adds.fr_av-black:hover:after,
.yap-fr.fr_av-black:hover:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 2%;
}
.youtube-adds.fr_av-red,
.yap-fr.fr_av-red {
  padding: 2%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@-webkit-keyframes "flash2" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
}
@keyframes "flash2" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
}
@-webkit-keyframes "flash3" {
  0% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  1000% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}
@keyframes "flash3" {
  0% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  1000% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}
.youtube-adds.fr_av-red:before,
.yap-fr.fr_av-red:before {
  position: absolute;
  content: "";
  background: #9e0000;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: flash3 2s linear 0s infinite;
  -moz-animation: flash3 2s linear 0s infinite;
  -o-animation: flash3 2s linear 0s infinite;
  animation: flash3 2s linear 0s infinite;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 4% 0 0 4%;
}
.youtube-adds.fr_av-red:after,
.yap-fr.fr_av-red:after {
  position: absolute;
  content: "";
  background: #9e0000;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: flash2 2s linear 0s infinite;
  -moz-animation: flash2 2s linear 0s infinite;
  -o-animation: flash2 2s linear 0s infinite;
  animation: flash2 2s linear 0s infinite;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 4% 4% 0;
}
.youtube-adds.fr_av-red:hover:before,
.yap-fr.fr_av-red:hover:before,
.youtube-adds.fr_av-red:hover:after,
.yap-fr.fr_av-red:hover:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 2%;
}
.youtube-adds.fr_av-yellow,
.yap-fr.fr_av-yellow {
  padding: 2%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@-webkit-keyframes "flash2" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
}
@keyframes "flash2" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
}
@-webkit-keyframes "flash3" {
  0% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  1000% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}
@keyframes "flash3" {
  0% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  1000% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}
.youtube-adds.fr_av-yellow:before,
.yap-fr.fr_av-yellow:before {
  position: absolute;
  content: "";
  background: #fff655;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: flash3 2s linear 0s infinite;
  -moz-animation: flash3 2s linear 0s infinite;
  -o-animation: flash3 2s linear 0s infinite;
  animation: flash3 2s linear 0s infinite;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 4% 0 0 4%;
}
.youtube-adds.fr_av-yellow:after,
.yap-fr.fr_av-yellow:after {
  position: absolute;
  content: "";
  background: #fff655;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: flash2 2s linear 0s infinite;
  -moz-animation: flash2 2s linear 0s infinite;
  -o-animation: flash2 2s linear 0s infinite;
  animation: flash2 2s linear 0s infinite;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 4% 4% 0;
}
.youtube-adds.fr_av-yellow:hover:before,
.yap-fr.fr_av-yellow:hover:before,
.youtube-adds.fr_av-yellow:hover:after,
.yap-fr.fr_av-yellow:hover:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 2%;
}
.youtube-adds.fr_av-green,
.yap-fr.fr_av-green {
  padding: 2%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@-webkit-keyframes "flash2" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
}
@keyframes "flash2" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
}
@-webkit-keyframes "flash3" {
  0% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  1000% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}
@keyframes "flash3" {
  0% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  1000% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}
.youtube-adds.fr_av-green:before,
.yap-fr.fr_av-green:before {
  position: absolute;
  content: "";
  background: #069e00;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: flash3 2s linear 0s infinite;
  -moz-animation: flash3 2s linear 0s infinite;
  -o-animation: flash3 2s linear 0s infinite;
  animation: flash3 2s linear 0s infinite;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 4% 0 0 4%;
}
.youtube-adds.fr_av-green:after,
.yap-fr.fr_av-green:after {
  position: absolute;
  content: "";
  background: #069e00;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: flash2 2s linear 0s infinite;
  -moz-animation: flash2 2s linear 0s infinite;
  -o-animation: flash2 2s linear 0s infinite;
  animation: flash2 2s linear 0s infinite;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 4% 4% 0;
}
.youtube-adds.fr_av-green:hover:before,
.yap-fr.fr_av-green:hover:before,
.youtube-adds.fr_av-green:hover:after,
.yap-fr.fr_av-green:hover:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 2%;
}
.youtube-adds.fr_av-blue,
.yap-fr.fr_av-blue {
  padding: 2%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@-webkit-keyframes "flash2" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
}
@keyframes "flash2" {
  0% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
}
@-webkit-keyframes "flash3" {
  0% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  1000% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}
@keyframes "flash3" {
  0% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  50% {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  1000% {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}
.youtube-adds.fr_av-blue:before,
.yap-fr.fr_av-blue:before {
  position: absolute;
  content: "";
  background: #005a9e;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: flash3 2s linear 0s infinite;
  -moz-animation: flash3 2s linear 0s infinite;
  -o-animation: flash3 2s linear 0s infinite;
  animation: flash3 2s linear 0s infinite;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 4% 0 0 4%;
}
.youtube-adds.fr_av-blue:after,
.yap-fr.fr_av-blue:after {
  position: absolute;
  content: "";
  background: #005a9e;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: flash2 2s linear 0s infinite;
  -moz-animation: flash2 2s linear 0s infinite;
  -o-animation: flash2 2s linear 0s infinite;
  animation: flash2 2s linear 0s infinite;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 4% 4% 0;
}
.youtube-adds.fr_av-blue:hover:before,
.yap-fr.fr_av-blue:hover:before,
.youtube-adds.fr_av-blue:hover:after,
.yap-fr.fr_av-blue:hover:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 2%;
}
.youtube-adds lesshat-selector,
.yap-fr lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes bgmoveL240{0%{background-position:left top;}100%{background-position: 240px top;}}
@-moz-keyframes bgmoveL240{0%{background-position:left top;}100%{background-position: 240px top;}}
@-o-keyframes bgmoveL240{0%{background-position:left top;}100%{background-position: 240px top;}}
@keyframes bgmoveL240{0%{background-position:left top;}100%{background-position: 240px top;}}
lesshat-selector { -lh-property: 0;
}
.youtube-adds lesshat-selector,
.yap-fr lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes bgmoveT90{0%{background-position:left top;}100%{background-position: left 90px;}}
@-moz-keyframes bgmoveT90{0%{background-position:left top;}100%{background-position: left 90px;}}
@-o-keyframes bgmoveT90{0%{background-position:left top;}100%{background-position: left 90px;}}
@keyframes bgmoveT90{0%{background-position:left top;}100%{background-position: left 90px;}}
lesshat-selector { -lh-property: 0;
}
.youtube-adds lesshat-selector,
.yap-fr lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes bgmoveT100{0%{background-position:left top;}100%{background-position: left 100px;}}
@-moz-keyframes bgmoveT100{0%{background-position:left top;}100%{background-position: left 100px;}}
@-o-keyframes bgmoveT100{0%{background-position:left top;}100%{background-position: left 100px;}}
@keyframes bgmoveT100{0%{background-position:left top;}100%{background-position: left 100px;}}
lesshat-selector { -lh-property: 0;
}
.youtube-adds lesshat-selector,
.yap-fr lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes bgmoveT200{0%{background-position:left top;}100%{background-position: left 200px;}}
@-moz-keyframes bgmoveT200{0%{background-position:left top;}100%{background-position: left 200px;}}
@-o-keyframes bgmoveT200{0%{background-position:left top;}100%{background-position: left 200px;}}
@keyframes bgmoveT200{0%{background-position:left top;}100%{background-position: left 200px;}}
lesshat-selector { -lh-property: 0;
}
.youtube-adds lesshat-selector,
.yap-fr lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes bgmoveT250{0%{background-position:left top;}100%{background-position: left 250px;}}
@-moz-keyframes bgmoveT250{0%{background-position:left top;}100%{background-position: left 250px;}}
@-o-keyframes bgmoveT250{0%{background-position:left top;}100%{background-position: left 250px;}}
@keyframes bgmoveT250{0%{background-position:left top;}100%{background-position: left 250px;}}
lesshat-selector { -lh-property: 0;
}
.youtube-adds lesshat-selector,
.yap-fr lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes bgmoveT300{0%{background-position:left top;}100%{background-position: left 300px;}}
@-moz-keyframes bgmoveT300{0%{background-position:left top;}100%{background-position: left 300px;}}
@-o-keyframes bgmoveT300{0%{background-position:left top;}100%{background-position: left 300px;}}
@keyframes bgmoveT300{0%{background-position:left top;}100%{background-position: left 300px;}}
lesshat-selector { -lh-property: 0;
}
.youtube-adds lesshat-selector,
.yap-fr lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes bgmoveT20{0%{background-position:left top;}100%{background-position: left 20px;}}
@-moz-keyframes bgmoveT20{0%{background-position:left top;}100%{background-position: left 20px;}}
@-o-keyframes bgmoveT20{0%{background-position:left top;}100%{background-position: left 20px;}}
@keyframes bgmoveT20{0%{background-position:left top;}100%{background-position: left 20px;}}
lesshat-selector { -lh-property: 0;
}
.youtube-adds.fr_mi-concrete,
.yap-fr.fr_mi-concrete {
  padding: 4% 4%;
  background: url('img/concrete.png');
  background-size: auto !important;
  background-position: left top;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.8) inset;
  -moz-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.8) inset;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  border: 3px solid #ddd;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation: bgmoveT250 20s linear 0s infinite;
  -moz-animation: bgmoveT250 20s linear 0s infinite;
  -o-animation: bgmoveT250 20s linear 0s infinite;
  animation: bgmoveT250 20s linear 0s infinite;
}
.youtube-adds.fr_mi-concrete .youtube,
.yap-fr.fr_mi-concrete .youtube {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7), 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7), 0 0 0 0 rgba(0, 0, 0, 0);
}
.youtube-adds.fr_mi-concrete:hover,
.yap-fr.fr_mi-concrete:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5) inset;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.youtube-adds.fr_mi-concrete:hover .youtube,
.yap-fr.fr_mi-concrete:hover .youtube {
  -webkit-box-shadow: 0 0 120px 120px rgba(0, 0, 0, 0), 0 5px 5px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 120px 120px rgba(0, 0, 0, 0), 0 5px 5px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 120px 120px rgba(0, 0, 0, 0), 0 5px 5px 0 rgba(0, 0, 0, 0.7);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.youtube-adds.fr_mi-hemp,
.yap-fr.fr_mi-hemp {
  padding: 4% 4%;
  background: url('img/hemp.png');
  background-size: auto !important;
  background-position: left top;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.8) inset;
  -moz-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.8) inset;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  border: 3px solid #ddd;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation: bgmoveT300 20s linear 0s infinite;
  -moz-animation: bgmoveT300 20s linear 0s infinite;
  -o-animation: bgmoveT300 20s linear 0s infinite;
  animation: bgmoveT300 20s linear 0s infinite;
}
.youtube-adds.fr_mi-hemp .youtube,
.yap-fr.fr_mi-hemp .youtube {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7), 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7), 0 0 0 0 rgba(0, 0, 0, 0);
}
.youtube-adds.fr_mi-hemp:hover,
.yap-fr.fr_mi-hemp:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5) inset;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.youtube-adds.fr_mi-hemp:hover .youtube,
.yap-fr.fr_mi-hemp:hover .youtube {
  -webkit-box-shadow: 0 0 120px 120px rgba(0, 0, 0, 0), 0 5px 5px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 120px 120px rgba(0, 0, 0, 0), 0 5px 5px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 120px 120px rgba(0, 0, 0, 0), 0 5px 5px 0 rgba(0, 0, 0, 0.7);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.youtube-adds.fr_mi-tvnoise,
.yap-fr.fr_mi-tvnoise {
  padding: 5% 0;
  background: url('img/noise.png') repeat;
  background-size: auto !important;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5) inset;
  border: 2px solid #ccc;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-animation: bgmoveL240 0.2s linear 0s infinite;
  -moz-animation: bgmoveL240 0.2s linear 0s infinite;
  -o-animation: bgmoveL240 0.2s linear 0s infinite;
  animation: bgmoveL240 0.2s linear 0s infinite;
}
.youtube-adds.fr_mi-tvnoise .youtube,
.yap-fr.fr_mi-tvnoise .youtube {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.youtube-adds.fr_mi-tvnoise:hover,
.yap-fr.fr_mi-tvnoise:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.youtube-adds.fr_mi-tvnoise:hover .youtube,
.yap-fr.fr_mi-tvnoise:hover .youtube {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.youtube-adds.fr_mi-camo,
.yap-fr.fr_mi-camo {
  padding: 3%;
  background: url('img/camouflage.png') repeat;
  background-size: auto !important;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5) inset;
  border: 2px solid #ccc;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation: bgmoveT300 30s linear 0s infinite;
  -moz-animation: bgmoveT300 30s linear 0s infinite;
  -o-animation: bgmoveT300 30s linear 0s infinite;
  animation: bgmoveT300 30s linear 0s infinite;
}
.youtube-adds.fr_mi-camo .youtube,
.yap-fr.fr_mi-camo .youtube {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.youtube-adds.fr_mi-camo:hover,
.yap-fr.fr_mi-camo:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.youtube-adds.fr_mi-camo:hover .youtube,
.yap-fr.fr_mi-camo:hover .youtube {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.youtube-adds.fr_mi-metal1,
.yap-fr.fr_mi-metal1 {
  padding: 4% 4%;
  background: url('img/metal1.png');
  background-size: auto !important;
  background-position: left top;
  -webkit-box-shadow: 0 0 8px 5px #000000 inset;
  -moz-box-shadow: 0 0 8px 5px #000000 inset;
  box-shadow: 0 0 8px 5px #000000 inset;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  border: 3px solid #ddd;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation: bgmoveT20 3s linear 0s infinite;
  -moz-animation: bgmoveT20 3s linear 0s infinite;
  -o-animation: bgmoveT20 3s linear 0s infinite;
  animation: bgmoveT20 3s linear 0s infinite;
}
.youtube-adds.fr_mi-metal1 .youtube,
.yap-fr.fr_mi-metal1 .youtube {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.youtube-adds.fr_mi-metal1:hover,
.yap-fr.fr_mi-metal1:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.youtube-adds.fr_mi-metal1:hover .youtube,
.yap-fr.fr_mi-metal1:hover .youtube {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.youtube-adds.fr_mi-metal2,
.yap-fr.fr_mi-metal2 {
  padding: 4% 4%;
  background: url('img/metal2.png');
  background-size: auto !important;
  background-position: left top;
  -webkit-box-shadow: 0 0 8px 5px #000000 inset;
  -moz-box-shadow: 0 0 8px 5px #000000 inset;
  box-shadow: 0 0 8px 5px #000000 inset;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  border: 3px solid #ddd;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation: bgmoveT20 2s linear 0s infinite;
  -moz-animation: bgmoveT20 2s linear 0s infinite;
  -o-animation: bgmoveT20 2s linear 0s infinite;
  animation: bgmoveT20 2s linear 0s infinite;
}
.youtube-adds.fr_mi-metal2 .youtube,
.yap-fr.fr_mi-metal2 .youtube {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.youtube-adds.fr_mi-metal2:hover,
.yap-fr.fr_mi-metal2:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.youtube-adds.fr_mi-metal2:hover .youtube,
.yap-fr.fr_mi-metal2:hover .youtube {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.youtube-adds.fr_mi-metal3,
.yap-fr.fr_mi-metal3 {
  padding: 4% 4%;
  background: url('img/metal3.png');
  background-size: auto !important;
  background-position: left top;
  -webkit-box-shadow: 0 0 8px 5px #000000 inset;
  -moz-box-shadow: 0 0 8px 5px #000000 inset;
  box-shadow: 0 0 8px 5px #000000 inset;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  border: 3px solid #ddd;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation: bgmoveT20 2s linear 0s infinite;
  -moz-animation: bgmoveT20 2s linear 0s infinite;
  -o-animation: bgmoveT20 2s linear 0s infinite;
  animation: bgmoveT20 2s linear 0s infinite;
}
.youtube-adds.fr_mi-metal3 .youtube,
.yap-fr.fr_mi-metal3 .youtube {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.youtube-adds.fr_mi-metal3:hover,
.yap-fr.fr_mi-metal3:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.youtube-adds.fr_mi-metal3:hover .youtube,
.yap-fr.fr_mi-metal3:hover .youtube {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.youtube-adds.fr_mi-rcloud,
.yap-fr.fr_mi-rcloud {
  padding: 4% 4%;
  background: url('img/color1.png');
  background-size: auto !important;
  background-position: left top;
  -webkit-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.6) inset;
  -moz-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.6) inset;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  border: 3px solid #ddd;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation: bgmoveT300 20s linear 0s infinite;
  -moz-animation: bgmoveT300 20s linear 0s infinite;
  -o-animation: bgmoveT300 20s linear 0s infinite;
  animation: bgmoveT300 20s linear 0s infinite;
}
.youtube-adds.fr_mi-rcloud .youtube,
.yap-fr.fr_mi-rcloud .youtube {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.youtube-adds.fr_mi-rcloud:hover,
.yap-fr.fr_mi-rcloud:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.youtube-adds.fr_mi-rcloud:hover .youtube,
.yap-fr.fr_mi-rcloud:hover .youtube {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.youtube-adds.fr_mi-zebra,
.yap-fr.fr_mi-zebra {
  padding: 4% 0;
  background: url('img/zebra.png');
  background-size: auto !important;
  background-position: left top;
  -webkit-box-shadow: 0 40px 40px -40px #000000;
  -moz-box-shadow: 0 40px 40px -40px #000000;
  box-shadow: 0 40px 40px -40px #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: bgmoveT100 10s linear 0s infinite;
  -moz-animation: bgmoveT100 10s linear 0s infinite;
  -o-animation: bgmoveT100 10s linear 0s infinite;
  animation: bgmoveT100 10s linear 0s infinite;
}
.youtube-adds.fr_mi-zebra .youtube,
.yap-fr.fr_mi-zebra .youtube {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.youtube-adds.fr_mi-zebra:hover,
.yap-fr.fr_mi-zebra:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 60px 40px -40px #000000;
  -moz-box-shadow: 0 60px 40px -40px #000000;
  box-shadow: 0 60px 40px -40px #000000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.youtube-adds.fr_mi-zebra:hover .youtube,
.yap-fr.fr_mi-zebra:hover .youtube {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.youtube-adds.fr_mi-vine,
.yap-fr.fr_mi-vine {
  padding: 3%;
  background: url('img/vine.png');
  background-size: auto !important;
  background-position: left top;
  -webkit-box-shadow: 0 40px 40px -40px #000000;
  -moz-box-shadow: 0 40px 40px -40px #000000;
  box-shadow: 0 40px 40px -40px #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: bgmoveT200 20s linear 0s infinite;
  -moz-animation: bgmoveT200 20s linear 0s infinite;
  -o-animation: bgmoveT200 20s linear 0s infinite;
  animation: bgmoveT200 20s linear 0s infinite;
}
.youtube-adds.fr_mi-vine .youtube,
.yap-fr.fr_mi-vine .youtube {
  -webkit-box-shadow: 0 0 0 0 rgba(144, 118, 65, 0.8), 0 0 0 0 rgba(144, 118, 65, 0.6), 0 0 0 0 rgba(144, 118, 65, 0.4), 0 0 0 0 rgba(144, 118, 65, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(144, 118, 65, 0.8), 0 0 0 0 rgba(144, 118, 65, 0.6), 0 0 0 0 rgba(144, 118, 65, 0.4), 0 0 0 0 rgba(144, 118, 65, 0.2);
  box-shadow: 0 0 0 0 rgba(144, 118, 65, 0.8), 0 0 0 0 rgba(144, 118, 65, 0.6), 0 0 0 0 rgba(144, 118, 65, 0.4), 0 0 0 0 rgba(144, 118, 65, 0.2);
}
.youtube-adds.fr_mi-vine:hover,
.yap-fr.fr_mi-vine:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 60px 40px -40px #000000;
  -moz-box-shadow: 0 60px 40px -40px #000000;
  box-shadow: 0 60px 40px -40px #000000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.youtube-adds.fr_mi-vine:hover .youtube,
.yap-fr.fr_mi-vine:hover .youtube {
  -webkit-box-shadow: 0 0 0 30px rgba(144, 118, 65, 0), 0 0 0 60px rgba(144, 118, 65, 0), 0 0 0 90px rgba(144, 118, 65, 0), 0 0 0 120px rgba(144, 118, 65, 0);
  -moz-box-shadow: 0 0 0 30px rgba(144, 118, 65, 0), 0 0 0 60px rgba(144, 118, 65, 0), 0 0 0 90px rgba(144, 118, 65, 0), 0 0 0 120px rgba(144, 118, 65, 0);
  box-shadow: 0 0 0 30px rgba(144, 118, 65, 0), 0 0 0 60px rgba(144, 118, 65, 0), 0 0 0 90px rgba(144, 118, 65, 0), 0 0 0 120px rgba(144, 118, 65, 0);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.youtube-adds.fr_mi-flower,
.yap-fr.fr_mi-flower {
  padding: 3% 0;
  background: url('img/flower.png');
  background-size: auto !important;
  background-position: left top;
  -webkit-box-shadow: 0 40px 40px -40px #000000;
  -moz-box-shadow: 0 40px 40px -40px #000000;
  box-shadow: 0 40px 40px -40px #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: bgmoveT200 20s linear 0s infinite;
  -moz-animation: bgmoveT200 20s linear 0s infinite;
  -o-animation: bgmoveT200 20s linear 0s infinite;
  animation: bgmoveT200 20s linear 0s infinite;
}
.youtube-adds.fr_mi-flower .youtube,
.yap-fr.fr_mi-flower .youtube {
  -webkit-box-shadow: 0 0 0 0 rgba(191, 125, 170, 0.8), 0 0 0 0 rgba(191, 125, 170, 0.6), 0 0 0 0 rgba(191, 125, 170, 0.4), 0 0 0 0 rgba(191, 125, 170, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(191, 125, 170, 0.8), 0 0 0 0 rgba(191, 125, 170, 0.6), 0 0 0 0 rgba(191, 125, 170, 0.4), 0 0 0 0 rgba(191, 125, 170, 0.2);
  box-shadow: 0 0 0 0 rgba(191, 125, 170, 0.8), 0 0 0 0 rgba(191, 125, 170, 0.6), 0 0 0 0 rgba(191, 125, 170, 0.4), 0 0 0 0 rgba(191, 125, 170, 0.2);
}
.youtube-adds.fr_mi-flower:hover,
.yap-fr.fr_mi-flower:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 60px 40px -40px #000000;
  -moz-box-shadow: 0 60px 40px -40px #000000;
  box-shadow: 0 60px 40px -40px #000000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.youtube-adds.fr_mi-flower:hover .youtube,
.yap-fr.fr_mi-flower:hover .youtube {
  -webkit-box-shadow: 0 0 0 30px rgba(191, 125, 170, 0), 0 0 0 60px rgba(191, 125, 170, 0), 0 0 0 90px rgba(191, 125, 170, 0), 0 0 0 120px rgba(191, 125, 170, 0);
  -moz-box-shadow: 0 0 0 30px rgba(191, 125, 170, 0), 0 0 0 60px rgba(191, 125, 170, 0), 0 0 0 90px rgba(191, 125, 170, 0), 0 0 0 120px rgba(191, 125, 170, 0);
  box-shadow: 0 0 0 30px rgba(191, 125, 170, 0), 0 0 0 60px rgba(191, 125, 170, 0), 0 0 0 90px rgba(191, 125, 170, 0), 0 0 0 120px rgba(191, 125, 170, 0);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.youtube-adds.fr_mi-leaf,
.yap-fr.fr_mi-leaf {
  padding: 3%;
  background: url('img/leaf.png');
  background-size: auto !important;
  background-position: left top;
  -webkit-box-shadow: 0 40px 40px -40px #000000;
  -moz-box-shadow: 0 40px 40px -40px #000000;
  box-shadow: 0 40px 40px -40px #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: bgmoveT200 20s linear 0s infinite;
  -moz-animation: bgmoveT200 20s linear 0s infinite;
  -o-animation: bgmoveT200 20s linear 0s infinite;
  animation: bgmoveT200 20s linear 0s infinite;
}
.youtube-adds.fr_mi-leaf .youtube,
.yap-fr.fr_mi-leaf .youtube {
  -webkit-box-shadow: 0 0 0 0 rgba(126, 169, 135, 0.8), 0 0 0 0 rgba(126, 169, 135, 0.6), 0 0 0 0 rgba(126, 169, 135, 0.4), 0 0 0 0 rgba(126, 169, 135, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(126, 169, 135, 0.8), 0 0 0 0 rgba(126, 169, 135, 0.6), 0 0 0 0 rgba(126, 169, 135, 0.4), 0 0 0 0 rgba(126, 169, 135, 0.2);
  box-shadow: 0 0 0 0 rgba(126, 169, 135, 0.8), 0 0 0 0 rgba(126, 169, 135, 0.6), 0 0 0 0 rgba(126, 169, 135, 0.4), 0 0 0 0 rgba(126, 169, 135, 0.2);
}
.youtube-adds.fr_mi-leaf:hover,
.yap-fr.fr_mi-leaf:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 60px 40px -40px #000000;
  -moz-box-shadow: 0 60px 40px -40px #000000;
  box-shadow: 0 60px 40px -40px #000000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.youtube-adds.fr_mi-leaf:hover .youtube,
.yap-fr.fr_mi-leaf:hover .youtube {
  -webkit-box-shadow: 0 0 0 30px rgba(126, 169, 135, 0), 0 0 0 60px rgba(126, 169, 135, 0), 0 0 0 90px rgba(126, 169, 135, 0), 0 0 0 120px rgba(126, 169, 135, 0);
  -moz-box-shadow: 0 0 0 30px rgba(126, 169, 135, 0), 0 0 0 60px rgba(126, 169, 135, 0), 0 0 0 90px rgba(126, 169, 135, 0), 0 0 0 120px rgba(126, 169, 135, 0);
  box-shadow: 0 0 0 30px rgba(126, 169, 135, 0), 0 0 0 60px rgba(126, 169, 135, 0), 0 0 0 90px rgba(126, 169, 135, 0), 0 0 0 120px rgba(126, 169, 135, 0);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.youtube-adds.fr_mi-line,
.yap-fr.fr_mi-line {
  padding: 3% 0;
  background: url('img/line.png');
  background-size: auto !important;
  background-position: left top;
  -webkit-box-shadow: 0 40px 40px -40px #000000;
  -moz-box-shadow: 0 40px 40px -40px #000000;
  box-shadow: 0 40px 40px -40px #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: bgmoveT90 10s linear 0s infinite;
  -moz-animation: bgmoveT90 10s linear 0s infinite;
  -o-animation: bgmoveT90 10s linear 0s infinite;
  animation: bgmoveT90 10s linear 0s infinite;
}
.youtube-adds.fr_mi-line .youtube,
.yap-fr.fr_mi-line .youtube {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.youtube-adds.fr_mi-line:hover,
.yap-fr.fr_mi-line:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 60px 40px -40px #000000;
  -moz-box-shadow: 0 60px 40px -40px #000000;
  box-shadow: 0 60px 40px -40px #000000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.youtube-adds.fr_mi-line:hover .youtube,
.yap-fr.fr_mi-line:hover .youtube {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.youtube-adds.fr_mi-wood1,
.yap-fr.fr_mi-wood1 {
  padding: 3%;
  background: url('img/wood1.png') repeat;
  background-size: auto !important;
  -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.9) inset;
  -moz-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.9) inset;
  box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.9) inset;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation: bgmoveT300 20s linear 0s infinite;
  -moz-animation: bgmoveT300 20s linear 0s infinite;
  -o-animation: bgmoveT300 20s linear 0s infinite;
  animation: bgmoveT300 20s linear 0s infinite;
}
.youtube-adds.fr_mi-wood1 .youtube,
.yap-fr.fr_mi-wood1 .youtube {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.youtube-adds.fr_mi-wood1:hover,
.yap-fr.fr_mi-wood1:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.youtube-adds.fr_mi-wood1:hover .youtube,
.yap-fr.fr_mi-wood1:hover .youtube {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.youtube-adds.fr_mi-wood2,
.yap-fr.fr_mi-wood2 {
  padding: 3%;
  background: url('img/wood2.png') repeat;
  background-size: auto !important;
  -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.9) inset;
  -moz-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.9) inset;
  box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.9) inset;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation: bgmoveT300 20s linear 0s infinite;
  -moz-animation: bgmoveT300 20s linear 0s infinite;
  -o-animation: bgmoveT300 20s linear 0s infinite;
  animation: bgmoveT300 20s linear 0s infinite;
}
.youtube-adds.fr_mi-wood2 .youtube,
.yap-fr.fr_mi-wood2 .youtube {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.youtube-adds.fr_mi-wood2:hover,
.yap-fr.fr_mi-wood2:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.youtube-adds.fr_mi-wood2:hover .youtube,
.yap-fr.fr_mi-wood2:hover .youtube {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 60px rgba(0, 0, 0, 0), 0 0 0 90px rgba(0, 0, 0, 0), 0 0 0 120px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.youtube-adds.fr_de-notepc,
.yap-fr.fr_de-notepc,
.youtube-adds.fr_notepc,
.yap-fr.fr_notepc {
  background: url('img/notepc.png') no-repeat;
  background-size: contain;
  padding: 4.2% 17.6% 11% 17.8%;
}
.youtube-adds.fr_de-desktop,
.yap-fr.fr_de-desktop,
.youtube-adds.fr_desktop,
.yap-fr.fr_desktop {
  background: url('img/desktop.png') no-repeat;
  background-size: contain;
  padding: 6% 4% 35% 4%;
}
.youtube-adds.fr_de-fmobile,
.yap-fr.fr_de-fmobile {
  background: url('img/flat-mobile.png') no-repeat;
  background-size: contain;
  padding: 2.75% 12.5% 2.75% 12.5%;
}
.youtube-adds.fr_de-fmobile-blue,
.yap-fr.fr_de-fmobile-blue {
  background: url('img/flat-mobile-blue.png') no-repeat;
  background-size: contain;
  padding: 2.75% 12.5% 2.75% 12.5%;
}
.youtube-adds.fr_de-fmobile-green,
.yap-fr.fr_de-fmobile-green {
  background: url('img/flat-mobile-green.png') no-repeat;
  background-size: contain;
  padding: 2.75% 12.5% 2.75% 12.5%;
}
.youtube-adds.fr_de-fmobile-parple,
.yap-fr.fr_de-fmobile-parple {
  background: url('img/flat-mobile-parple.png') no-repeat;
  background-size: contain;
  padding: 2.75% 12.5% 2.75% 12.5%;
}
.youtube-adds.fr_de-fmobile-yellow,
.yap-fr.fr_de-fmobile-yellow {
  background: url('img/flat-mobile-yellow.png') no-repeat;
  background-size: contain;
  padding: 2.75% 12.5% 2.75% 12.5%;
}
.youtube-adds.fr_de-fmobile2,
.yap-fr.fr_de-fmobile2 {
  background: url('img/flat-mobile2.png') no-repeat;
  background-size: contain;
  padding: 2.75% 12.5% 2.75% 12.5%;
}
.youtube-adds.fr_de-fmobile2-blue,
.yap-fr.fr_de-fmobile2-blue {
  background: url('img/flat-mobile2-blue.png') no-repeat;
  background-size: contain;
  padding: 2.75% 12.5% 2.75% 12.5%;
}
.youtube-adds.fr_de-fmobile2-green,
.yap-fr.fr_de-fmobile2-green {
  background: url('img/flat-mobile2-green.png') no-repeat;
  background-size: contain;
  padding: 2.75% 12.5% 2.75% 12.5%;
}
.youtube-adds.fr_de-fmobile2-parple,
.yap-fr.fr_de-fmobile2-parple {
  background: url('img/flat-mobile2-parple.png') no-repeat;
  background-size: contain;
  padding: 2.75% 12.5% 2.75% 12.5%;
}
.youtube-adds.fr_de-fmobile2-yellow,
.yap-fr.fr_de-fmobile2-yellow {
  background: url('img/flat-mobile2-yellow.png') no-repeat;
  background-size: contain;
  padding: 2.75% 12.5% 2.75% 12.5%;
}
.youtube-adds.fr_de-fnotepc,
.yap-fr.fr_de-fnotepc {
  background: url('img/flat-notepc.png') no-repeat;
  background-size: contain;
  padding: 5% 12% 10%;
}
.youtube-adds.fr_de-fpc,
.yap-fr.fr_de-fpc {
  background: url('img/flat-pc.png') no-repeat;
  background-size: contain;
  padding: 5% 3% 25%;
}
.youtube-adds.fr_de-fpc-blue,
.yap-fr.fr_de-fpc-blue {
  background: url('img/flat-pc-blue.png') no-repeat;
  background-size: contain;
  padding: 5% 3% 25%;
}
.youtube-adds.fr_de-fpc-green,
.yap-fr.fr_de-fpc-green {
  background: url('img/flat-pc-green.png') no-repeat;
  background-size: contain;
  padding: 5% 3% 25%;
}
.youtube-adds.fr_de-fpc-parple,
.yap-fr.fr_de-fpc-parple {
  background: url('img/flat-pc-parple.png') no-repeat;
  background-size: contain;
  padding: 5% 3% 25%;
}
.youtube-adds.fr_de-fpc-yellow,
.yap-fr.fr_de-fpc-yellow {
  background: url('img/flat-pc-yellow.png') no-repeat;
  background-size: contain;
  padding: 5% 3% 25%;
}
.youtube-adds.fr_gi-heart1,
.yap-fr.fr_gi-heart1 {
  padding: 6.9% 0;
  background-image: url('img/heart1.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.youtube-adds.fr_gi-heart1 .youtube,
.yap-fr.fr_gi-heart1 .youtube {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.youtube-adds.fr_gi-king1,
.yap-fr.fr_gi-king1 {
  padding: 6.9% 0;
  background-image: url('img/king1.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.youtube-adds.fr_gi-king1 .youtube,
.yap-fr.fr_gi-king1 .youtube {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.youtube-adds.fr_gi-lace1,
.yap-fr.fr_gi-lace1 {
  padding: 6.9% 0;
  background-image: url('img/lace1.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.youtube-adds.fr_gi-lace1 .youtube,
.yap-fr.fr_gi-lace1 .youtube {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.youtube-adds.fr_gi-lace2,
.yap-fr.fr_gi-lace2 {
  padding: 6.9% 0;
  background-image: url('img/lace2.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.youtube-adds.fr_gi-lace2 .youtube,
.yap-fr.fr_gi-lace2 .youtube {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.youtube-adds.fr_gi-plant1,
.yap-fr.fr_gi-plant1 {
  padding: 6.9% 0;
  background-image: url('img/plant1.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.youtube-adds.fr_gi-plant1 .youtube,
.yap-fr.fr_gi-plant1 .youtube {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.youtube-adds.fr_gi-plant2,
.yap-fr.fr_gi-plant2 {
  padding: 6.9% 0;
  background-image: url('img/plant2.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.youtube-adds.fr_gi-plant2 .youtube,
.yap-fr.fr_gi-plant2 .youtube {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.youtube-adds.fr_gi-plant3,
.yap-fr.fr_gi-plant3 {
  padding: 6.9% 0;
  background-image: url('img/plant3.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.youtube-adds.fr_gi-plant3 .youtube,
.yap-fr.fr_gi-plant3 .youtube {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
