@charset "UTF-8";

 .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25) scaleY(0.75);transform:scaleX(1.25) scaleY(0.75)}40%{-webkit-transform:scaleX(0.75) scaleY(1.25);transform:scaleX(0.75) scaleY(1.25)}60%{-webkit-transform:scaleX(1.15) scaleY(0.85);transform:scaleX(1.15) scaleY(0.85)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes rubberBand{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25) scaleY(0.75);-ms-transform:scaleX(1.25) scaleY(0.75);transform:scaleX(1.25) scaleY(0.75)}40%{-webkit-transform:scaleX(0.75) scaleY(1.25);-ms-transform:scaleX(0.75) scaleY(1.25);transform:scaleX(0.75) scaleY(1.25)}60%{-webkit-transform:scaleX(1.15) scaleY(0.85);-ms-transform:scaleX(1.15) scaleY(0.85);transform:scaleX(1.15) scaleY(0.85)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);-ms-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(-48px);transform:scale(.475) translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);-ms-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(-48px);-ms-transform:scale(.475) translateX(-48px);transform:scale(.475) translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);-ms-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);-ms-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-transform-origin:center bottom;transform-origin:center bottom}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);-ms-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);-ms-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(.475) translateX(42px);transform:scale(.475) translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(.475) translateX(42px);-ms-transform:scale(.475) translateX(42px);transform:scale(.475) translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(.475) translateX(-42px);transform:scale(.475) translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(.475) translateX(-42px);-ms-transform:scale(.475) translateX(-42px);transform:scale(.475) translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);-ms-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-transform-origin:center top;transform-origin:center top}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #cccccc; }
.mfp-preloader a:hover {
color: white; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #cccccc;
font-size: 12px;
line-height: 18px; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid white;
margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3f3f3f; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid white;
margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
border-left: 27px solid #3f3f3f; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444444; }
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }.youtube-adds,
.yap-fr {
position: relative;
width: 100%;
padding: 0;
box-sizing: border-box;
clear: both; font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
font-weight: normal;
text-shadow: none;
text-align: left;
line-height: 1.3;
letter-spacing: normal;
-webkit-font-smoothing: antialiased;
}
.youtube-adds:after,
.yap-fr:after {
content: "";
display: block;
clear: both;
}
.youtube-adds .youtube,
.yap-fr .youtube {
position: relative;
padding-bottom: 56.2%;
padding-top: 0px;
height: 0;
font-size: 12px;
overflow: hidden;
margin: 0;
width: 100%;
z-index: 100;
}
.youtube-adds .youtube:after,
.yap-fr .youtube:after {
content: "";
display: block;
clear: both;
}
.youtube-adds .youtube .demo,
.yap-fr .youtube .demo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
background-size: 100% auto;
background-position: center center;
}
.youtube-adds .youtube .demo:hover,
.yap-fr .youtube .demo:hover {
cursor: pointer;
}
.youtube-adds .youtube .demo:hover:before,
.yap-fr .youtube .demo:hover:before {
background: #900;
zoom: 1;
filter: alpha(opacity=90);
-webkit-opacity: 0.9;
-moz-opacity: 0.9;
opacity: 0.9;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.youtube-adds .youtube .demo:before,
.yap-fr .youtube .demo:before {
content: "\f522";
font-family: dashicons;
height: auto;
width: auto;
line-height: 1;
position: relative;
display: block;
width: 70px;
height: 50px;
margin: auto;
top: 50%;
font-size: 33.333333333333336px;
line-height: 50px;
margin-top: -25px;
text-align: center;
color: #fff;
background: #000;
-webkit-border-radius: 10px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px;
-moz-background-clip: padding;
border-radius: 10px;
background-clip: padding-box;
zoom: 1;
filter: alpha(opacity=60);
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
opacity: 0.6;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.youtube-adds .youtube .youtube-iframe,
.yap-fr .youtube .youtube-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width: 100%;
z-index: 100;
border: none;
}
.youtube-adds .youtube .expand,
.yap-fr .youtube .expand {
position: absolute;
bottom: 0;
right: 0;
width: 50px;
height: 37px;
z-index: 101;
}
.youtube-adds .youtube .expand:hover,
.yap-fr .youtube .expand:hover {
cursor: pointer;
}
.youtube-adds .youtube.adtype1 .yap,
.yap-fr .youtube.adtype1 .yap {
z-index: 101;
position: absolute;
width: 60%;
top: 5px;
left: 20%;
}
.youtube-adds .youtube.adtype1 .yap:after,
.yap-fr .youtube.adtype1 .yap:after {
content: "";
display: block;
clear: both;
}
.youtube-adds .youtube.adtype1 .yap a,
.yap-fr .youtube.adtype1 .yap a {
text-decoration: none;
display: block;
}
.youtube-adds .youtube.adtype1 .yap a:after,
.yap-fr .youtube.adtype1 .yap a:after {
content: "";
display: block;
clear: both;
}
.youtube-adds .youtube.adtype1 .yap a:hover,
.yap-fr .youtube.adtype1 .yap a:hover {
text-decoration: none;
}
.youtube-adds .youtube.adtype1 .yap a:hover .yap-text .yap-title,
.yap-fr .youtube.adtype1 .yap a:hover .yap-text .yap-title {
text-decoration: none;
}
.youtube-adds .youtube.adtype1 .yap a:hover .yap-text .yap-title .dashicons,
.yap-fr .youtube.adtype1 .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.adtype1 .yap a img,
.yap-fr .youtube.adtype1 .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.adtype1 .yap a img:hover,
.yap-fr .youtube.adtype1 .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.adtype1 .yap a .yap-text,
.yap-fr .youtube.adtype1 .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.adtype1 .yap a .yap-text:hover,
.yap-fr .youtube.adtype1 .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.adtype1 .yap a .yap-text .yap-title,
.yap-fr .youtube.adtype1 .yap a .yap-text .yap-title {
font-size: 120%;
font-weight: bold;
margin-bottom: 1%;
text-decoration: underline;
}
.youtube-adds .youtube.adtype1 .yap a .yap-text .yap-title .dashicons,
.yap-fr .youtube.adtype1 .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.adtype1 .yap a .yap-text .yap-desc,
.yap-fr .youtube.adtype1 .yap a .yap-text .yap-desc {
font-size: 80%;
}
.youtube-adds .youtube.adtype1 .yap .yap-btn,
.yap-fr .youtube.adtype1 .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.adtype1 .yap .yap-btn:hover,
.yap-fr .youtube.adtype1 .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.adtype1 .yap .yap-btn:before,
.yap-fr .youtube.adtype1 .yap .yap-btn:before {
content: "\f335";
font-family: dashicons;
}
.youtube-adds .youtube.adtype1 .open,
.yap-fr .youtube.adtype1 .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: 5px;
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.adtype1 .open:hover,
.yap-fr .youtube.adtype1 .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.adtype1 .open:before,
.yap-fr .youtube.adtype1 .open:before {
content: "\f335";
font-family: dashicons;
}
.youtube-adds .youtube.adtype1 .open:before,
.yap-fr .youtube.adtype1 .open:before {
content: "\f347";
}
.youtube-adds p,
.yap-fr p {
display: none;
}
.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_de-fnotepc,
.yap-fr.fr_de-fnotepc {
background: url(//miraihayarou.jp/wp-content/plugins/youtube-adds/_assets/css/img/flat-notepc.png) no-repeat;
background-size: contain;
padding: 5% 12% 10%;
}
.youtube-adds.fr_de-fmobile,
.yap-fr.fr_de-fmobile {
background: url(//miraihayarou.jp/wp-content/plugins/youtube-adds/_assets/css/img/flat-mobile.png) no-repeat;
background-size: contain;
padding: 2.75% 12.5% 2.75% 12.5%;
}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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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(//miraihayarou.jp/wp-content/plugins/youtube-adds/assets/css/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;
}