/* Video */

.mejs-logo-button, .mejs-logo-button span {
	color: white;
}

/* Logo */
.mejs-container .mejs-layers .mejs-logo-button {
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    width: auto !important;
    height: auto !important;
}
.mejs-container.nologo .mejs-layers .mejs-logo-button {
    display: none;
}

.mejs-container {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    height: auto;
}

.mejs-vidprofits embed, .mejs-vidprofits video  {
	max-width: none !important;
}

.mejs-container .mejs-layers a.logo-link {
    /*display: inline-block;*/
    border-bottom: none;
    text-decoration: none;
}

.vidprofits-video-logo {
    /*display: inline-block;*/
    /*width: 100%;
    height: auto;*/
    display: block;
}


/* Amazon Ads */

.vp_am_ads {
    width: 240px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
.vp_am {
    display: inline-block;
    max-width: 90%;
    background-color: white;
    padding: 8px 5px;
    width: 240px;
    text-align: center;
    border-top: 2px solid #f90;
}

.vp_am .vp_am_i {
    max-width: 90%;
    max-height: 100px;
    width: auto;
    /*width: 90%;*/
    display: inline-block;
    height: auto;
    margin: 0 auto;
    margin-bottom: 5px;
}

.vp_am_il {
    display: block;
    width: 110px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 4px;
}

.vp_am .vp_am_t {
    color: black;
}

.vp_am .vp_am_p {
    color: black;
}

.vp_am .vp_am_t .vp_am_lt {
    text-decoration: none !important;
    color: blue;
    display: block;
    border-bottom: none;
    line-height: normal;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: Arial, Helvetica;
}

.vp_am .vp_am_l {
    text-decoration: none;
    border-bottom: none;
    background: #f3d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7dfa5', endColorstr='#f0c14b', GradientType=0);
    border-radius: 2px;
    color: #111;
    font-size: 14px;
    padding: 5px;
    font-family: Arial, Helvetica;
}

.vp_am_close {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 10000;
    border: none !important;
    text-decoration: none !important;
    color: red;
    font-size: 12px;
}

/* Click to Tweet */

.vp_ctt {
    display: block;
    background-color: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #dddddd;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 30px;
    /*margin: 15px 0px;*/
    zoom: 1;
    max-width: 90%;
    margin: 0 auto;
    font-family: "Open Sans", Arial, Helvetica;
    font-size: 16;
    line-height: normal;
}

.vp_ctt a {
    text-decoration: none !important;
    border: none !important;
}

.vp_ctt .vp_ctt_t {
    position: relative;
}

.vp_ctt .vp_ctt_tip {
    margin: 0;
    padding: 0;
    display: block;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
    color: #999999;
    /*float: right;*/
    padding-right: 24px;
    text-decoration: none;
    text-align: right;
}


/* Below Video */
.vprofits_extra {
    display: block;
    margin: 15px auto;
    width: 100%;
    padding: 5px;
}

/* Slick */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* theme */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -32px;
}
[dir='rtl'] .slick-prev
{
    right: -32px;
    left: auto;
}
/*.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}
*/
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
/*.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}*/

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -15px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    /*font-family: 'slick';*/
    font-size: 16px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.slick-prev:before, .slick-next:before { font-family: FontAwesome; font-size: 34px; line-height: 1; color: #ccc; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }   

.slick-prev:before { content: "\f053"; }
[dir="rtl"] .slick-prev:before { content: "\f054"; }

[dir="rtl"] .slick-next { left: -14px; top: 70px; right: auto; }
.slick-next:before { content: "\f054"; }
[dir="rtl"] .slick-next:before { content: "\f053"; }


/* Animations */

.mep_content > div {
    /*animation-duration: 2s;
    animation-delay: 0.2s;*/
    /*animation-iteration-count: infinite;*/
}


/* Aquí empezaba el extra */
.mejs-layer-extra {
    overflow: hidden;
}


.mep_lightbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: none;
}

.mep_lightbox {
  background-color: #333;
  opacity: 0.7;
  pointer-events:all; 

}


.mejs-layer-extra-inner {
    position: relative;
    height: 100%;
    width: 100%;
  pointer-events:none; 
  display: inline-block;
}
.mejs-layer-extra {
  display: none;
  pointer-events:none; 
  /*display: block;*/
  /*position: relative;*/
/*  top: 0;
  left: 0;*/
}

.mep_lightbox,
.mep_content {
  /*display: block;*/
  /*position: absolute;
  top: 0;
  left: 0;
  text-align: center;*/
  display: none;
}

.mep_lightbox {
  background-color: #cccccc;
  opacity: 0.6;
}


/*******************************
 Actions 
 ******************************/

/* 1. Share Buttons */

/* 2. Optin Form */



.vk-optin-form {
  width: auto;
  margin-top: 3% !important;
}

.vk-optin-fields {
  text-align: left;
}

.vk-optin-field {
  width: 100%;
  box-sizing: border-box;
  height: auto;
}

/* Style 1 */

.vk-optin-form.vk-style1 {
  background: #393939 url(../img/fe/optin1_dark.png) repeat-x top;
  border: 3px solid #111;
  color: #fff;
  padding: 20px 15px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
}


.vk-optin-form.vk-style1 .vk-optin-field {
  border: 1px solid #111;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 2px 2px #111;
  -moz-box-shadow: 0 2px 2px #111;
  -webkit-box-shadow: 0 2px 2px #111;
  color: black !important;
  height: auto;
}

.vk-optin-form.vk-style1 .vk-optin-label {
  display: none;
}

.vk-optin-form.vk-style1 a.vk-submit-button {
  background: #960e17 url(../img/fe/optin1_red.png) repeat-x top;
  border: 1px solid #111;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
  text-shadow: -1px -1px #3a060a;
  width: 100%;
  display: block;
  border-bottom: 1px solid #111;
  text-decoration: none;

  box-shadow: none !important;
}

.vk-optin-form.vk-style1 .vk-submit-button:hover {
  color: #ffa5a5
}

.vk-optin-form.vk-style1 .vk-email {
  background: #fff url(../img/fe/optin10_email.png) no-repeat 10px center; padding-left: 35px;
}

.vk-optin-form.vk-style1 .vk-name {
  background: #fff url(../img/fe/optin10_name.png) no-repeat 10px center; padding-left: 35px;
}


/* Style 2 */
.vk-optin-form.vk-style2 {
    background: rgba(0, 0, 0, 0) url("../img/fe/optin8_bg.png") no-repeat scroll 0 0;
    font-family: "Trebuchet MS","Arial Rounded MT Bold","Segoe UI",Helvetica;
    height: 208px;
    margin: 15px auto;
    width: 400px;
}

.vk-optin-form.vk-style2 .vk-optin-fields {
    margin: 0 auto;
    padding: 5px;
    width: 300px;
}

.vk-optin-form.vk-style2 .vk-optin-txt {
    color: #fff;
     font-size: 20px;
     font-weight: bold;
     letter-spacing: 1px;
     margin: 0 auto;
     padding-top: 15px;
     text-decoration: underline;
     text-align: center;
}



.vk-optin-form.vk-style2 .vk-optin-label {
    clear: left;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 10px 0 0;
    padding: 1px 0;
    width: 25%;
}

.vk-optin-form.vk-style2 .vk-optin-field {
    border: 1px solid #c7c6d3;
    float: left;
    margin: 5px auto !important;
    padding: 5px !important;
    width: 200px;
    height: auto !important;
    font-size: 14px;
}


.vk-optin-form.vk-style2 .vk-submit-button {
    background-color: #74ad5a;
    border: 1px solid #3b6e22;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px auto;
    padding: 3px 24px;
    text-decoration: none;
    text-shadow: 0 1px 0 #92b879;
  box-shadow: none !important;
}

.vk-optin-form.vk-style2 .vk-submit-button:hover {
/*background: #95F307; color: #000;*/
}

.vk-optin-form.vk-style2 .vk-optin-bottom {
  text-align: center;
}


/* Style 3 */
.vk-optin-form.vk-style3 {
  max-width: 350px;
  width: auto;
  margin: 0 auto;
  text-align: center;
  background: #fff none repeat scroll 0 0;
  border: 2px solid #567fbc;
}

.vk-optin-form.vk-style3 .vk-optin-fields {
  /*width: 190px;*/
  margin: 0 auto;
  padding: 5px;
  text-align: center;
}

.vk-optin-form.vk-style3 .vk-optin-txt {
    background: #80a5dc none repeat scroll 0 0;
    border-bottom: 2px solid #567fbc;
    color: #fff;
    font-family: Trebuchet MS;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 11px;
    padding: 6px 0 6px 10px;
    text-align: left;
}



.vk-optin-form.vk-style3 .vk-optin-label {
    color: #414141;
    display: block;
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
}

.vk-optin-form.vk-style3 .vk-optin-field {
    border: 1px solid #a5a5a5;
    margin: 0 auto;
    padding: 4px;
    width: 250px;
}

.vk-optin-form.vk-style3 .vk-submit-button {
    font-size: 22px;
    margin: 8px auto;
    font-weight: bold;
    background-color: #FFAE00;
    padding: 2px 5px !important;
    color: white;
    display: inline-block;
    border: none !important;
}

.vk-optin-form.vk-style3 .vk-optin-bottom {
  text-align: center;
}


/* Style 4 */
.vk-optin-form.vk-style4 {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center bottom , rgb(60, 60, 60) 0%, rgb(43, 43, 43) 74%, rgb(60, 60, 60) 100%) repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    margin: 10px auto;
    width: 430px;
}

.vk-optin-form.vk-style4 .vk-optin-fields {
  /*width: 190px;*/
  margin: 0 auto;
  padding: 5px;
  text-align: center;
}

.vk-optin-form.vk-style4 .vk-optin-txt {
    border-bottom: 1px solid #181818;
    color: #fff;
    font-family: Lucida Grande,Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    text-align: center;
    text-shadow: 0 -1px 0 #000;
}



.vk-optin-form.vk-style4 .vk-optin-label {
    display: block;
}

.vk-optin-form.vk-style4 .vk-optin-field {
    background: url("../img/fe/optin4_inputSprite.png") no-repeat scroll 4px 5px, rgba(0, 0, 0, 0) -moz-linear-gradient(center bottom , rgb(225, 225, 225) 0%, rgb(215, 215, 215) 54%, rgb(173, 173, 173) 100%) repeat scroll 0 0;
    border: 1px solid #444;
    border-radius: 15px;
    color: #333;
    font-size: 14px;
    padding: 7px 8px 7px 30px;
    text-shadow: 0 1px 0 #fff;
    width: 90%;
}

.vk-optin-form.vk-style4 .vk-optin-field.vk-name {
    background-position: 4px -46px, 0 0;
}

.vk-optin-form.vk-style4 .vk-optin-field.vk-email {
    background-position: 4px 5px, 0 0;
}

.vk-optin-form.vk-style4 .vk-submit-button {
    background: #b8ed01 none repeat scroll 0 0;
     border: 1px solid rgba(0, 0, 0, 0.15);
     border-radius: 4px;
     box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(0, 0, 0, 0.2);
     display: inline-block;
     font-weight: bold;
     margin: 5px;
     padding: 5px 25px;
     text-decoration: none;
     text-shadow: 0 1px rgba(255, 255, 255, 0.7);
     transition: all 0.3s ease-out 0s;
}

.vk-optin-form.vk-style4 .vk-submit-button:hover {
background: #95F307; color: #000;
}

.vk-optin-form.vk-style4 .vk-optin-bottom {
  text-align: center;
}



/* Style 5 */
.vk-optin-form.vk-style5 {
    background-color: #efd2f9;
    margin: 15px auto;
    width: 333px;
}

.vk-optin-form.vk-style5 .vk-optin-fields {
    padding: 15px;
}

.vk-optin-form.vk-style5 .vk-optin-txt {
    background-color: #b97ad0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    /*height: 31px;*/
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 5px;
    text-align: center;
}

.vk-optin-form.vk-style5 .vk-optin-label {
    color: #4a4a4a;
    font-size: 13px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.vk-optin-form.vk-style5 .vk-optin-field {
    border: 2px solid #7d6a84;
    display: block;
    margin: 1px auto;
    padding: 8px;
    width: 260px;
    font-size: 15px;
}


.vk-optin-form.vk-style5 .vk-submit-button {
    background-color: #73CE3B;
    border: 2px solid #3b6e22;
    border-radius: 10px;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    padding: 0px 5px;
    display: inline-block;
    margin-bottom: 8px;
}

.vk-optin-form.vk-style5 .vk-submit-button:hover {
/*background: #95F307; color: #000;*/
}

.vk-optin-form.vk-style5 .vk-optin-bottom {
  text-align: center;
}


/* Style 6 */
.vk-optin-form.vk-style6 {
    background: rgba(0, 0, 0, 0) url("../img/fe/optin6_bg.png") no-repeat scroll 0 0;
     border: 2px dashed #3f3b63;
     font-family: Helvetica,Arial,sans-serif;
     height: 245px;
     margin: 15px auto;
     width: 350px;
}

.vk-optin-form.vk-style6 .vk-optin-fields {
    padding: 3px;
}

.vk-optin-form.vk-style6 .vk-optin-txt {
    color: #3f3b63;
    font-family: "Brush Script MT",cursive;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 4px;
    margin: 0 auto;
    padding-top: 8px;
    border-bottom: 2px dashed #3f3b63;
    text-align: center;
}

.vk-optin-form.vk-style6 .vk-optin-label {
    color: #363636;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    padding: 5px 0 0;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.vk-optin-form.vk-style6 .vk-optin-field {
    border: 2px solid #c7c6d3;
    display: block;
    margin: 0 auto;
    padding: 6px !important;
    width: 260px;
    font-size: 14px;
}


.vk-optin-form.vk-style6 .vk-submit-button {
    background: #7892c2 linear-gradient(to bottom, #7892c2 5%, #476e9e 100%) repeat scroll 0 0;
    border: 1px solid #4e6096;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #9fb4f2 inset;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    margin: 10px auto;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0 1px 0 #283966;
}

.vk-optin-form.vk-style6 .vk-submit-button:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
    background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
    background-color:#476e9e;
}
.vk-optin-form.vk-style6 .vk-submit-button:hover {
/*background: #95F307; color: #000;*/
}

.vk-optin-form.vk-style6 .vk-optin-bottom {
  text-align: center;
}


/* Style 7 */
.vk-optin-form.vk-style7 {
    width: 350px;
    margin: 15px auto;;
    padding: 0;
    background: url('../img/fe/optin7_lines.png');
    position: relative;
    border: 3px solid #abb5cb;
}

.vk-optin-form.vk-style7:before {
    content: "";
    width: 19px;
    height: 365px;
    position: absolute;
    left: -19px;
    top: 0;
    background: url('../img/fe/optin7_shadow.png');
}

.vk-optin-form.vk-style7 .vk-optin-fields {
    /*padding: 3px;*/
}

.vk-optin-form.vk-style7 .vk-optin-txt {
    font-size: 1.3em;
    text-align: center;
    letter-spacing: 5px;
    margin: 0 0 14px 0;
    padding: 10px 0 0 0;
}

.vk-optin-form.vk-style7 .vk-optin-label {
    clear: left;
     display: block;
     float: left;
     font-size: 14px;
     letter-spacing: 3px;
     margin: 0 10px 20px 0;
     text-align: right;
     width: 130px;
}

.vk-optin-form.vk-style7 .vk-optin-field {
    background: rgba(0, 0, 0, 0) url("../img/fe/optin7_dots.png") repeat scroll 0 0;
    border: medium none;
    color: #18326d;
    float: left;
    font-size: 16px;
    height: 40px;
    letter-spacing: 3px;
    margin: -19px 0 0;
    width: 180px;
/*
    width: 150px;
    height: 40px;
    float: left;
    margin: -19px 0 0 0;
    background: url('img/optin7_dots.png'); 
    font-size: 24px; color: #18326d;
    letter-spacing: 3px;
    border: none;*/
}


.vk-optin-form.vk-style7 .vk-submit-button {
    background: rgba(0, 0, 0, 0) url("../img/fe/optin7_post-mark.png") repeat scroll 0 0;
     color: #525c73;
     cursor: pointer;
     font: bold 25px Helvetica,sans-serif;
     height: 84px;
     margin: 0 auto 0 40px;
     padding: 0;
     text-transform: uppercase;
     width: 202px;
     display: inline-block;
     border: none !important;
     padding-top:20px;
}

.vk-optin-form.vk-style7 .vk-optin-bottom {
  text-align: center;
}


/* Style 8 */

.vk-optin-form.vk-style8 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.vk-optin-form.vk-style8 .vk-optin-fields{
    text-align: center;
}


.vk-optin-form.vk-style8 .vk-optin-txt {
    font-size: 1.3em;
    text-align: center;
    margin: 0 0 14px 0;
    padding: 10px 0 0 0;
}

.vk-optin-form.vk-style8 .vk-optin-field {
    display: inline-block;
    border: 2px solid #12a5b4;
    font-size: 20px;
    font-family: "Cardo";
    font-style: italic;
    border-radius: 5px;
    padding: 3px 10px;
    max-width: 280px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.vk-optin-form.vk-style8 .vk-optin-label {
    color: #12a5b4;
    font-size: 18px;
    font-family: Calibri, Verdana, GillSansMTStd-Bold;
    font-weight: bold;
    display: block;

}

.vk-optin-form.vk-style8 .vk-submit-button {
    background: #12a5b4;
    color: #fff;
    padding: 8px 10px;
    font-size: 20px;
    font-style: normal;
    box-shadow: none;
    font-family: Calibri, Verdana, GillSansMTStd-Bold;
    border-radius: 5px;
    border: 2px solid #12a5b4;
}


/* Style 9 */

.vk-optin-form.vk-style9 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border: 5px dotted black;
}

.vk-optin-form.vk-style9 .vk-optin-fields{
    text-align: center;
}


.vk-optin-form.vk-style9 .vk-optin-txt {
    font-size: 1.3em;
    text-align: center;
    margin: 0 0 8px 0;
    padding: 10px 0 0 0;
}

.vk-optin-form.vk-style9 .vk-optin-field {
    max-width: 70%;
    margin-bottom: 13px;
    border: 1px solid #d1c8c6;
    border-radius: 3px!important;
    margin-right: 20px;
}

.vk-optin-form.vk-style9 .vk-optin-label {
    color: black;
    font-size: 20px;
    font-family: Calibri, Verdana, GillSansMTStd-Bold;
    font-weight: bold;
    display: block;

}

.vk-optin-form.vk-style9 .vk-submit-button {
    border-radius: 3px!important;
    background-color: black;
    font-size: 1.375rem;
    font-family: Calibri, Verdana, Arial;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 15px;
    display: inline-block;
    border : none;
    box-shadow: none;
}

/* Style 10 */
.vk-optin-form.vk-style10 {
  background: #efefef;
  border: 1px solid #ccc;
  padding: 20px 15px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}


.vk-optin-form.vk-style10 .vk-optin-field {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 2px 2px #ddd;
  -moz-box-shadow: 0 2px 2px #ddd;
  -webkit-box-shadow: 0 2px 2px #ddd;
}

.vk-optin-form.vk-style10 .vk-optin-label {
  display: none;
}

.vk-optin-form.vk-style10 a.vk-submit-button {
  background: #217b30 url(../img/fe/optin10_green.png) repeat-x top;
  border: 1px solid #137725;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
  text-shadow: -1px -1px #1c5d28;
  width: 100%;
  display: block;
}

.vk-optin-form.vk-style10 .vk-submit-button:hover {
  color: #c6ffd1;
}

.vk-optin-form.vk-style10 .vk-email {
  background: #fff url(../img/fe/optin10_email.png) no-repeat 10px center; padding-left: 35px
}

.vk-optin-form.vk-style10 .vk-name {
  background: #fff url(../img/fe/optin10_name.png) no-repeat 10px center; padding-left: 35px
}

/* Custom HTML optin */

.vk-optin-form2 {
    text-align: center;
}

.vk-custom-optin {
    width: auto;
    margin: 0 auto;
    margin-top: 0.2%;
    display: inline-block;
}


/* 3. Social */
.vprofits_social_inn {
  display: inline-block;
  position: relative;
}

/* Definitivos */

a.vidprofits-skip-video {
    color: white;
    font-size: 20px;
    position: absolute;
    right: 25px;
    bottom: 50px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid white !important;
    border-radius: 5px;
    font-family: Arial;
    padding: 2px 8px;
    background-color: black;
    opacity: 0.82;
}

a.vidprofits-skip-video:hover {
    /*color: white;
    text-decoration: none;
    border: none;*/
    opacity: 1;
    color: white;
}

.vidprofits-clicktocall,
.vidprofits-cta,
.vidprofits-annotation,
.vidprofits-annotation-button,
.vidprofits-clickable,
.vidprofits-amads,
.vidprofits-cttweet,
.vidprofits-skip-video,
.vidprofits_banner,
.vidprofits-skip-html,
.clicktocall,
.surv-ans,
.vk-optin-form,
.vk-custom-optin
 {
    pointer-events:all;
    /*display: block;*/
}

/* 1. Social Buttons */

img.vidprofits-social-btn {
    width: 42px !important;
    height: auto !important;
    /*max-width: 25%;*/
}

a.vidprofits-social-btn-link {
    border: none !important;
}

.vidprofits-social-btn-link.disp-horizontal {
    display: inline-block;
    margin-right: 5px;
}

.vidprofits-social-btn-link.disp-vertical {
    display: block;
    margin-bottom: 8px;
}

.vk_social_label {
    display: block;
    color: white;
    margin-bottom: 8px;
    font-family: Arial;
    font-size: 20px;
    padding: 5px;
}

.vidprofits-skip-social {
    margin-top: 8px;
    position: absolute;
    top: -22px;
    right: -22px;
    color: white;
    border: none !important;
    text-decoration: none !important;
    font-size: 14px;
}

.vidprofits_share_btns.vidprofits-pos-3 .vidprofits-skip-social,
.vidprofits_share_btns.vidprofits-pos-6 .vidprofits-skip-social,
.vidprofits_share_btns.vidprofits-pos-9 .vidprofits-skip-social {
  right: auto;
  left: -22px;
}

.vidprofits_share_btns {
    position: relative;
}

/* 2. Autoresponder */

.vidprofits_optin_form {
    /*z-index: 10;*/
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 4px;
    right: 4px;
}

.vk-optin-thank-you {
    display: none;
    background-color: black;
    color: white;
    border: 1px solid white;
    padding: 15px;
    text-align: center;
    margin-top: 30px;
    border-radius: 10px;
}

.vidprofits-skip-ar,
.vidprofits-skip-html
 {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: white;
    border: none !important;
    text-decoration: none;
}

/* 3. CTA */

.cta_headline {
    color: white;
    display: block;
}

/* 4. Banner */

.vk-banner {
    /*margin-top: 260px;*/
    /*display: block;*/
    max-width: 90%;
    height: auto;
}

.vidprofits-banner-el {
    position: relative;
    display: inline-block;
}

.vidprofits_banner .vidprofits-skip-amazon,
.vidprofits_banner .vidprofits-skip-generic {
    position: absolute;
    top: -15px;
    right : -15px;
}
/* Annotation */

a.vidprofits-annotation-button,
.vidprofits-annotation-el {
    color: white;
    font-family: Arial;
    font-size: 16px;
    padding: 5px 10px;
    margin: 5px;
}

.vidprofits-annotation-el {
    position: relative;
}

.vidprofits-annotation-el .vidprofits-skip-ann {
    position: absolute;
    top: -15px;
    right: -15px;
}
/* 9. HTML */

.vidprofits-html-el {
    max-width: 99%;
    height: auto;
    pointer-events:all;
    color: white;
    text-align: center;
    /*position: relative;*/
}

.vidprofits-html-el-inner {
    display: inline-block;
    position: relative;
}

.vidprofits-html-el .vidprofits-skip-html {
    position: absolute;
    top: -10px;
    right: -10px;
}
/*
array('label' => 'Top Left', 'value' => 1),
array('label' => 'Top Center', 'value' => 2),
array('label' => 'Top Right', 'value' => 3),
array('label' => 'Center Left', 'value' => 4),
array('label' => 'Center Center', 'value' => 5),
array('label' => 'Center Right', 'value' => 6),
array('label' => 'Bottom Left', 'value' => 7),
array('label' => 'Bottom Center', 'value' => 8),
array('label' => 'Bottom Right', 'value' => 9)
*/


/* Top Left */
.vidprofits-pos-1,
.vidprofits-pos-topleft {
    top: 4%;
    left: 2%;
}

/* Top Left */
.vidprofits-pos-2,
.vidprofits-pos-topcenter {
    top: 4%;
    left: 2%;
    right: 25px;
    text-align: center;
}

/* Top Right */
.vidprofits-pos-3,
.vidprofits-pos-topright {
    top: 4%;
    right: 2%;
}

/* Center Left */
.vidprofits-pos-4,
.vidprofits-pos-centerleft {
    top: 30%;
    left: 2%;
}

/* Center Center */
.vidprofits-pos-5,
.vidprofits-pos-centercenter {
    top: 50%;
    left: 2%;
    right: 2%;
    text-align: center;
    margin-top:-5%;
    /*position: relative;*/
    vertical-align:middle;
/*    top: 50%;
      transform: translateY(-50%);*/
}

/* Center Right */
.vidprofits-pos-6,
.vidprofits-pos-centerright {
    top: 30%;
    right: 2%;
}


/* Bottom Left */
.vidprofits-pos-7,
.vidprofits-pos-bottomleft {
    bottom: 4%;
    left: 2%;
}

/* Bottom Left */
.vidprofits-pos-8,
.vidprofits-pos-bottomcenter {
    bottom: 4%;
    left: 2%;
    right: 2%;
    text-align: center;
}

/* Bottom Right */
.vidprofits-pos-9,
.vidprofits-pos-bottomright {
    bottom: 4%;
    right: 2%;
}
/*
.vidprofits-pos-8,
.vidprofits-pos-bottomright {
    right: 25px;
    bottom: 25px;
    position: absolute;
}

*/

.vidprofits-pos-1,
.vidprofits-pos-2,
.vidprofits-pos-3,
.vidprofits-pos-4,
.vidprofits-pos-5,
.vidprofits-pos-6,
.vidprofits-pos-7,
.vidprofits-pos-8,
.vidprofits-pos-9 {
    position: absolute;
}




/* Like Us Buttons */

.vk_likeus_buttons {
    /*width: 475px;*/
    width: 90%;
    overflow: hidden;
    margin: 70px auto 0;
    text-align: center;
}

.vk_likeus_buttons .button {
    /*float: left;*/
    display: inline-block;
    margin-right: 10px;
    width: 110px;
    background: #eaeaea;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 0 1px 0px #fdfdfd;
    padding: 15px 5px 5px;
    box-sizing: border-box;
}

.vk_likeus_buttons .button i {
    background: #c5c5c5;
    color: #eaeaea;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.vk_likeus_buttons .social-container {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #656565;
    line-height: 54px;
    font-family: Open Sans;
    background: #d8d8d8;
    width: 100%;
    height: 45px;
    box-shadow: inset 0 -2px 4px #c7c7c7;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.vk_likeus_buttons .slide, .vk_likeus_buttons .button i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.vk_likeus_buttons .slide {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 22px 22px;
    -o-border-radius: 0 0 22px 22px;
    -ms-border-radius: 0 0 22px 22px;
    -moz-border-radius: 0 0 22px 22px;
    -webkit-border-radius: 0 0 22px 22px;
 /* top fix */
    transition: all 0.2s ease-in-out;
    position: absolute;
    height: 45px;
    width: 100%;
    top: -35px;
}

.vk_likeus_buttons .slide::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    box-shadow: inset 0 1px 0px #fdfdfd, 0 3px 0px #cdcdcd;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #eaeaea;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
    bottom: 0;
}

.vk_likeus_buttons .button:hover .slide {
    top: 0;
    border-radius: 3px;
}

.vk_likeus_buttons .linkedin .IN-widget, .vk_likeus_buttons .button iframe {
    top: -2px;
    position: relative;
}

.vk_likeus_buttons .google #___plusone_0 {
    top: -13px;
    position: relative;
}

.vk_likeus_buttons .facebook iframe {
    top: 0;
}

.vk_likeus_buttons .twitter iframe {
    width: 79px !important;
}

.vk_likeus_buttons .google #___plusone_0 {
    width: 60px !important;
}

.vk_likeus_buttons .button.facebook:hover i, .vk_likeus_buttons .facebook .slide {
    background: #305c99;
    color: white;
}

.vk_likeus_buttons .button.twitter:hover i, .vk_likeus_buttons .twitter .slide {
    background: #00cdff;
    color: white;
}

.vk_likeus_buttons .button.google:hover i, .vk_likeus_buttons .google .slide {
    background: #d24228;
    color: white;
}

.vk_likeus_buttons .button.linkedin:hover i, .vk_likeus_buttons .linkedin .slide {
    background: #007bb6;
    color: white;
}

.vk_likeus_buttons .button.linkedin {
    margin-right: 0;
}

.vk_likeus_header {
    display: block;
    color: white;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 8px;
}

.vidprofits_likeus {
    z-index: 10;
}

.vidprofits-skip-likeus {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: white;
    border: none !important;
    text-decoration: none;
}

p.vp-error {
    padding: 2px;
    margin: 1px;
    color: red;
}

a.nounder {
    border: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.mejs-mediaelement {
    border: none;
}

.mel-video-top,
.mel-video-mid,
.mel-video-bottom {
    /*z-index: 1;*/
    pointer-events: none;
}

.wp-video.wpvid-hasframe {
    width: 100% !important;
    height: 100% !important;
}

.wp-video.wpvid-frame-1 {
    position: relative;
    padding: 3.2% 12%;
}

.wp-video.wpvid-frame-1 .mel-video-top {
    background-image: url(../assets/video/backgrounds/macbook-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10%;
}

.wp-video.wpvid-frame-1 .mel-video-mid {
    background-image: url(../assets/video/backgrounds/macbook-mid.png);
    background-repeat: repeat-y;
    background-size: contain;
    position: absolute;
    top: 8%;
    left: 0%;
    right: 0%;
    height: 86%;
}

.wp-video.wpvid-frame-1 .mel-video-bottom {
    background-image: url(../assets/video/backgrounds/macbook-bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 86%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    height: 20%;
}




.wp-video.wpvid-frame-2 {
    position: relative;
    padding: 4% 4%;
    margin-bottom: 24% !important;
}

.wp-video.wpvid-frame-2 .mel-video-top {
    background-image: url(../assets/video/backgrounds/imac-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10%;
}

.wp-video.wpvid-frame-2 .mel-video-mid {
    background-image: url(../assets/video/backgrounds/imac-mid.png);
    background-repeat: repeat-y;
    background-size: contain;
    position: absolute;
    top: 5%;
    left: 0%;
    right: 0%;
    height: 86%;
}

.wp-video.wpvid-frame-2 .mel-video-bottom {
    background-image: url(../assets/video/backgrounds/imac-bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 90%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    height: 45%;
}



.wp-video.wpvid-frame-3 {
    position: relative;
    padding: 3% 11%;
}

.wp-video.wpvid-frame-3 .mel-video-top {
    background-image: url(../assets/video/backgrounds/iphone-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20%;
}

.wp-video.wpvid-frame-3 .mel-video-mid {
    background-image: url(../assets/video/backgrounds/iphone-mid1.png),
    url(../assets/video/backgrounds/iphone-mid2.png)
    ;
    background-repeat: no-repeat, repeat-y;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 15%;
    left: 0%;
    right: 0%;
    height: 70%;
}

.wp-video.wpvid-frame-3 .mel-video-bottom {
    background-image: url(../assets/video/backgrounds/iphone-bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 82%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    height: 20%;
}

.wp-video.wpvid-frame-4 {
    position: relative;
    padding: 3% 8%;
}

.wp-video.wpvid-frame-4 .mel-video-top {
    background-image: url(../assets/video/backgrounds/ipad-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 14%;
}

.wp-video.wpvid-frame-4 .mel-video-mid {
    background-image: url(../assets/video/backgrounds/ipad-mid1.png),
    url(../assets/video/backgrounds/ipad-mid2.png)
    ;
    background-repeat: no-repeat, repeat-y;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 11%;
    left: 0%;
    right: 0%;
    height: 80%;
}

.wp-video.wpvid-frame-4 .mel-video-bottom {
    background-image: url(../assets/video/backgrounds/ipad-bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 88%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    height: 17%;
}

.wp-video.wpvid-frame-5 {
    position: relative;
    padding: 2.6% 2.6%;
    margin-bottom: 14% !important;
}

.wp-video.wpvid-frame-5 .mel-video-top {
    background-image: url(../assets/video/backgrounds/tv-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10%;
}

.wp-video.wpvid-frame-5 .mel-video-mid {
    background-image: url(../assets/video/backgrounds/tv-mid.png);
    background-repeat: repeat-y;
    background-size: contain;
    position: absolute;
    top: 5%;
    left: 0%;
    right: 0%;
    height: 90%;
}

.wp-video.wpvid-frame-5 .mel-video-bottom {
    background-image: url(../assets/video/backgrounds/tv-bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 94%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    height: 45%;
}

.wp-video.wpvid-frame-6 {
      border: 16px solid transparent;
      /*padding: 30px;*/
      -moz-border-image:url("../assets/video/backgrounds/frame.png") 16 repeat;
      -webkit-border-image:url("../assets/video/backgrounds/frame.png") 16 repeat;
      -o-border-image:url("../assets/video/backgrounds/frame.png") 16 repeat;
      border-image:url("../assets/video/backgrounds/frame.png") 16 repeat;

        box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, .5);
      -webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, .5);
}

.wp-video.wpvid-frame-7 {
  padding: 0px;
  border: 14px solid #000000;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #000000;
  box-shadow: 4px 4px 4px #777777;
}

.vidpr-closebtn {
    color: red;
    font-size: 15px !important;
}

/* Survey */

.vp_survey {
    width: 80%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.vp_survey .surv-title {
    font-size: 22px;
    font-family: Arial;
    color: blue;
    margin-top: 25px;
    display: block;
    font-weight: bold;
}

.vp_survey .surv-answers {
    margin-top: 15px;
}

.vp_survey .surv-answers .surv-ans {
    display: inline-block;
    background-color: blue;
    color: white;
    padding: 10px 15px;
    margin-right: 15px;
    border-radius: 8px;
}


.vp_survey .vp_survey_close {
    position: absolute;
    top: -5px;
    right: -15px;
}

/* Corner Scrolling Video */

.wp-video.doscroll {
    position: fixed;
    margin: 0 !important;
    width: 350px !important;
    height: 197px !important;
}

.wp-video.doscroll .mejs-container,
.wp-video.doscroll .mejs-container iframe
 {
    width: 100% !important;
    /*width: 350px !important;*/
    height: 197px !important;
}

.wp-video.doscroll .mejs-mediaelement {
    width: 350px;
    height: 197px;
}

.wp-video.doscroll.cornerpos1 {
    top: 0;
    left: 0;
}

.wp-video.doscroll.cornerpos2 {
    top: 0;
    right: 0;
}

.wp-video.doscroll.cornerpos3 {
    bottom: 0;
    left: 0;
}

.wp-video.doscroll.cornerpos4 {
    bottom: 0;
    right: 0;
}

.wp-video.doscroll .vidprofits-close-corner {
    position: absolute;
}

.wp-video.doscroll .mejs-layer-extra {
    overflow: visible;
}

.wp-video.doscroll.cornerpos1 .vidprofits-close-corner {
    bottom: -12px;
    right: -12px;
}

.wp-video.doscroll.cornerpos2 .vidprofits-close-corner {
    bottom: -12px;
    left: -12px;
}

.wp-video.doscroll.cornerpos3 .vidprofits-close-corner {
    top: -12px;
    right: -12px;
}

.wp-video.doscroll.cornerpos4 .vidprofits-close-corner {
    top: -12px;
    left: -12px;
}

/*.me-plugin {
    width: 640px;
    height: 360px;
}*/

.wp-video .mejs-vidprofits embed,
.wp-video .mejs-vidprofits iframe {
    max-width: 100%;
}

.wp-video .mejs-vidprofits .mejs-layer {
    max-width: 100%;
    /*height: auto;*/
}

.wp-video .vpr-ctl-h {
  visibility: hidden !important;
}


.me-plugin {
  left: 0;
}

body.rtl .me-plugin {
  right: 0;
  left: auto;
}