html.tve-o-hidden.tve-hide-overflow.tve-l-open,
body.tve-o-hidden.tve-hide-overflow.tve-l-open {
    overflow: hidden;
    height: auto !important
}
.tve_p_lb_overlay {
    opacity: 0
}
.tve_p_lb_background {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000001;
    padding: 10px
}
.tve-l-open.tve-o-hidden .tve_p_lb_background {
    overflow-x: hidden;
    overflow-y: hidden
}
.tve-l-open.tve-o-hidden .tve_p_lb_background.tve-scroll {
    overflow-y: auto
}
.tve_p_lb_background .tve_p_lb_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #000000;
    filter: alpha(opacity=80) \9;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    min-height: 100%
}
.tve_p_lb_background.tve_lb_closing .tve_p_lb_overlay {
    opacity: 0 !important;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}
.tve_p_lb_background.tve_lb_closing .tve_p_lb_content {
    opacity: 0
}
.tve_p_lb_background.tve_lb_opening .tve_p_lb_overlay,
.tve_post_lightbox .tve_p_lb_background .tve_p_lb_overlay,
.tve_p_lb_background.tve_lb_open .tve_p_lb_overlay {
    opacity: .8;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}
.tve_p_lb_background .tve_p_lb_content {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -moz-box-shadow: 0px 0px 6px -2px #000;
    -webkit-box-shadow: 0px 0px 6px -2px #000;
    box-shadow: 0px 0px 6px -2px #000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    background-color: #ffffff;
    padding: 15px;
    width: 100%;
    max-width: 650px;
    margin: auto;
    text-align: left
}
#tve_current_event_settings .tve_p_lb_background .tve_p_lb_content {
    -moz-box-shadow: 0px 0px 6px -2px #000;
    -webkit-box-shadow: 0px 0px 6px -2px #000;
    box-shadow: 0px 0px 6px -2px #000;
    background-color: #fff
}
.tve_p_lb_background .tve_p_lb_content .tve_p_lb_inner {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 1px;
	height:590px;
   /* max-height: none !important*/
}
.tve_p_lb_background .tve_p_lb_content .tve_p_lb_close {
    position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #ffffff;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px
}
.tve_p_lb_background .tve_p_lb_content .tve_p_lb_close:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.tve_p_lb_background .tve_p_lb_content .scon .btn {
    display: block;
    width: auto
}
.tve_p_lb_background .tve_p_lb_content .out {
    margin-left: 0;
    margin-right: 0
}
.tve_p_lb_background.tve_lb_anim_instant .tve_p_lb_overlay {
    opacity: .8
}
.tve_p_lb_background.tve_lb_anim_instant.tve_lb_closing {
    display: none !important
}
.tve_p_lb_background.tve_lb_anim_zoom_in .tve_p_lb_content {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}
.tve_p_lb_background.tve_lb_anim_zoom_in.tve_lb_opening .tve_p_lb_content,
.tve_p_lb_background.tve_lb_anim_zoom_in.tve_lb_open .tve_p_lb_content {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}
.tve_p_lb_background.tve_lb_anim_zoom_in.tve_lb_closing .tve_p_lb_content {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}
.tve_p_lb_background.tve_lb_anim_zoom_out .tve_p_lb_content {
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
}
.tve_p_lb_background.tve_lb_anim_zoom_out.tve_lb_opening .tve_p_lb_content,
.tve_p_lb_background.tve_lb_anim_zoom_out.tve_lb_open .tve_p_lb_content {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}
.tve_p_lb_background.tve_lb_anim_zoom_out.tve_lb_closing .tve_p_lb_content {
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}
.tve_p_lb_background.tve_lb_anim_rotate .tve_p_lb_overlay {
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}
.tve_p_lb_background.tve_lb_anim_rotate .tve_p_lb_content {
    -moz-transform: scale(0) rotate(500deg);
    -ms-transform: scale(0) rotate(500deg);
    -webkit-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg)
}
.tve_p_lb_background.tve_lb_anim_rotate.tve_lb_opening .tve_p_lb_content,
.tve_p_lb_background.tve_lb_anim_rotate.tve_lb_open .tve_p_lb_content {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out
}
.tve_p_lb_background.tve_lb_anim_rotate.tve_lb_closing .tve_p_lb_content {
    -moz-transform: scale(0) rotate(500deg);
    -ms-transform: scale(0) rotate(500deg);
    -webkit-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out
}
.tve_p_lb_background.tve_lb_anim_slide_top .tve_p_lb_content {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}
.tve_p_lb_background.tve_lb_anim_slide_top.tve_lb_opening .tve_p_lb_content,
.tve_p_lb_background.tve_lb_anim_slide_top.tve_lb_open .tve_p_lb_content {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}
.tve_p_lb_background.tve_lb_anim_slide_top.tve_lb_closing .tve_p_lb_content {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}
.tve_p_lb_background.tve_lb_anim_slide_bottom .tve_p_lb_content {
    opacity: 0;
    -moz-transform: translateY(1400px);
    -ms-transform: translateY(1400px);
    -webkit-transform: translateY(1400px);
    transform: translateY(1400px)
}
.tve_p_lb_background.tve_lb_anim_slide_bottom.tve_lb_opening .tve_p_lb_content,
.tve_p_lb_background.tve_lb_anim_slide_bottom.tve_lb_open .tve_p_lb_content {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}
.tve_p_lb_background.tve_lb_anim_slide_bottom.tve_lb_closing .tve_p_lb_content {
    -moz-transform: translateY(-1400px);
    -ms-transform: translateY(-1400px);
    -webkit-transform: translateY(-1400px);
    transform: translateY(-1400px);
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out
}
.tve_p_lb_background.tve_lb_anim_lateral .tve_p_lb_content {
    opacity: 0;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}
.tve_p_lb_background.tve_lb_anim_lateral.tve_lb_opening .tve_p_lb_content,
.tve_p_lb_background.tve_lb_anim_lateral.tve_lb_open .tve_p_lb_content {
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}
.tve_p_lb_background.tve_lb_anim_lateral.tve_lb_closing .tve_p_lb_content {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}
.tve_et_click {
    cursor: pointer
}
a.tve_ea_thrive_animation {
    display: inline-block
}
.tve_ea_thrive_animation {
    opacity: 0
}
body.tve_editor_page #tve_editor .tve_ea_thrive_animation {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}
.tve_ea_thrive_animation.tve_anim_start {
    opacity: 1;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}
.tve_ea_thrive_animation.tve_anim_slide_top {
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px)
}
.tve_ea_thrive_animation.tve_anim_slide_top.tve_anim_start {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}
.tve_ea_thrive_animation.tve_anim_slide_bottom {
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transform: translateY(200px)
}
.tve_ea_thrive_animation.tve_anim_slide_bottom.tve_anim_start {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}
.tve_ea_thrive_animation.tve_anim_slide_left {
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px)
}
.tve_ea_thrive_animation.tve_anim_slide_left.tve_anim_start {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}
.tve_ea_thrive_animation.tve_anim_slide_right {
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    transform: translateX(200px)
}
.tve_ea_thrive_animation.tve_anim_slide_right.tve_anim_start {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}
.tve_ea_thrive_animation.tve_anim_appear {
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1)
}
.tve_ea_thrive_animation.tve_anim_appear.tve_anim_start {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}
.tve_ea_thrive_animation.tve_anim_rotate {
    -moz-transform: scale(0.1) rotate(400deg);
    -ms-transform: scale(0.1) rotate(400deg);
    -webkit-transform: scale(0.1) rotate(400deg);
    transform: scale(0.1) rotate(400deg)
}
.tve_ea_thrive_animation.tve_anim_rotate.tve_anim_start {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out
}
.tve_ea_thrive_animation.tve_anim_zoom_out {
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -webkit-transform: scale(3.5);
    transform: scale(3.5)
}
.tve_ea_thrive_animation.tve_anim_zoom_out.tve_anim_start {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}
.tve_ea_thrive_animation.tve_anim_roll_in {
    -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
.tve_ea_thrive_animation.tve_anim_roll_in.tve_anim_start {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}
.tve_ea_thrive_animation.tve_anim_roll_out {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}
.tve_ea_thrive_animation.tve_anim_roll_out.tve_anim_start {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}