﻿
.notifyoptions {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap:wrap;
}

img {
    max-width: 100%;
    height: auto;
}

.fullProgramRow {
    background-color: #3253A1;
}

.p_wrapper.session.fullProgramRow {
    color: white;
}

.stageicons {
    float: right;
}
.wag {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-width:60px;
}
.wag>span {
    cursor: pointer;
    color: #E4015D;
    text-decoration:none;
}
.wag span {
    font-size: 1rem;
}
.wag, .langs, .version_select {
    width: 45px;
    float: right;
    text-align: right;
    /*padding-top: 17px;*/
}

.top_social_lm {
    /*float: right;*/
    /*margin: 42px 0px 0px 0px;*/
    /*border: 1px solid #868686;
    padding: 5px;*/
    display: inline-block;
    margin-left: 3px;
}

    .top_social_lm img {
        margin-left: 0px;
    }

.version_select {
    width: 85px;
}

.tools_group {
    /*margin-bottom: 30px;*/
    /*float: right;*/
    margin-top: 10px;
}
/*.top_search_box {
    width: 385px !important;
}*/


.top_search_wrapper_lm {
    display: inline-block;
    margin-left: 16px;
}

    .top_search_wrapper_lm a {
        color: #cccccc;
        border-left: 1px solid #cccccc;
        padding: 12px;
        /* float: right; */
        /* margin-left: 5px; */
        font-size: 12px;
    }

.muibtncss {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 8px 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: "Open Sans", Helvetica, Arial, "sans-serif";
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 16px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 118, 210);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

.muibtncss :hover {
    text-decoration: none;
}

.muibtncss:hover {
    text-decoration: none;
    background-color: rgb(21, 101, 192);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}


.muibtncss, .muibtncss a, .muibtncss a:hover, .muibtncss a:visited {
    color: white;
    /*text-transform: uppercase;*/
}

.top_social_lm::after {
    font-family: 'livemedia';
    content: '\e003';
}

.top_social_lm a.about:link, a.about:visited {
    /*margin-top: 42px;*/
    margin-left: 3px;
    text-align: right;
    /*float: right;*/
    background-color: #ffffff;
    /*height: 14px;
    padding: 5px 6px;*/
    height: 15px;
    padding: 12px 3px 12px 12px;
    display: inline-block;
    border-radius: 4px;
    font-size: 1.2em;
    color: #000000;
}





/*.login-div {
    background-color: #2a8bc9;
    height: 25px;
    float: right;
    padding-top: 5px;
    padding-left: 6px;
    padding-right: 6px;
}

    .login-div, .login-div a, .login-div a:hover, .login-div a:visited {
        color: white;
    }*/
.fc-day-grid-event > .fc-content {
    overflow: auto;
    white-space: normal;
}

a.fc-day-grid-event {
    color: #eaeaea;
}

.social_login_button {
    width: 212px;
    height: 32px;
    color: white;
    font-size: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 12px;
}

.facebook_button {
    background-color: #3b5998;
    border-color: #3b5998;
}

.gplus_button {
    background-color: #df4a32;
    border-color: #df4a32;
}

.like_area {
    float: left;
    margin-right: 10px;
}

.sf-menu a {
    font-size: 11px;
    font-weight: bold;
    margin: 4px 0;
}

a.noclick {
    opacity: 0.5;
}

.top_right_lm {
    float: right;
}


.top_menu_lm {
    margin-top: 83px;
    margin-left: 10px;
    text-align: left;
    float: left;
    border-bottom: 1px solid #cccccc;
}


    .top_menu_lm.webtv {
        margin-top: 0;
        margin-bottom: 6px;
        text-align: left;
    }

    .top_menu_lm li {
        list-style: none;
        display: inline-block;
        margin: 8px;
    }

    .top_menu_lm a {
        font-size: 16px;
        margin: 0;
        padding: 6px 8px;
        color: #a2a2a2;
        min-width: 85px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        background-color: transparent !important;
    }

        .top_menu_lm a.active {
            color: #4D69AA;
        }


        .top_menu_lm a:hover {
            color: #E4015D;
        }

    .top_menu_lm.secondarymenu {
        margin-top: initial;
    }

/*
.top_menu_lm {
    margin-top: 83px;
    margin-left: 10px;
    text-align: left;
    float: left;
}

    .top_menu_lm.webtv {
        margin-top: 0;
        margin-bottom: 6px;
        text-align: left;
    }

    .top_menu_lm li {
        list-style: none;
        display: inline;
        border-top-style: solid;
        border-color: #f5f5f5;
        text-decoration: none;
        text-transform: uppercase;
        margin: 0 2px;
        padding-top: 10px;
    }

    .top_menu_lm a.topmenu_cat_events {
        background-color: #05B86E;
    }

    .top_menu_lm a.topmenu_cat_news {
        background-color: #4385ab;
    }

    .top_menu_lm a.topmenu_cat_webtv {
        background-color: #A500C7;
    }

    .top_menu_lm a.topmenu_cat_interviews {
        background-color: #ad8c27;
    }

    .top_menu_lm a.topmenu_cat_must_see {
        background-color: #f15822;
    }

    .top_menu_lm a.topmenu_cat_congresses {
        background-color: red;
    }

    .top_menu_lm a.topmenu_cat_culture {
        background-color: #A500C7;
    }

    .top_menu_lm a.topmenu_cat_courses {
        background-color: #3879d9;
    }

    .top_menu_lm a.topmenu_cat_travel {
        background-color: rgb(24, 168, 35);
    }

    .top_menu_lm a.topmenu_cat_moments {
        background-color: #da48e4;
    }

    .top_menu_lm a {
        font-size: 13px;
        display: inline-block;
        margin: 0;
        padding: 6px 8px;
        background-color: #000;
        color: #fff;
        position: relative;
        min-width: 85px;
        text-align: center;
    }

        .top_menu_lm a:hover {
            text-decoration: none;
        }

    .top_menu_lm li:hover {
        border-top-width: 3px;
        border-top-style: solid;
        border-color: #CCC;
    }


    .top_menu_lm a:hover:after, .top_menu_lm a.active:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136,183,213,0);
        border-top-color: #000;
        border-width: 10px;
        margin-left: -10px;
    }

    .top_menu_lm a.topmenu_cat_news::after {
        border-top-color: #4385ab;
    }


    .top_menu_lm a.topmenu_cat_events::after {
        border-top-color: #05B86E;
    }

    .top_menu_lm a.topmenu_cat_webtv::after {
        border-top-color: #A500C7; 
    }

    .top_menu_lm a.topmenu_cat_interviews::after {
        border-top-color: #ad8c27;
    }

    .top_menu_lm a.topmenu_cat_must_see::after {
        border-top-color: #f15822;
    }

    .top_menu_lm a.topmenu_cat_congresses::after {
        border-top-color: red;
    }

    .top_menu_lm a.topmenu_cat_culture::after {
        border-top-color: #A500C7;
    }

    .top_menu_lm a.topmenu_cat_courses::after {
        border-top-color: #3879d9;
    }

    .top_menu_lm a.topmenu_cat_travel::after {
        border-top-color: rgb(24, 168, 35);
    }

    .top_menu_lm a.topmenu_cat_moments::after {
        border-top-color: #da48e4;
    }


	
	
*/


/*.top_menu_lm a:last-child{
margin: 0px 4px 0px 0px;
}*/

.eventlist_title .top_period {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
}

    .eventlist_title .top_period .active {
        font-weight: bold;
    }

    .eventlist_title .top_period span:hover {
        text-decoration: underline;
    }

.gplus_container {
    float: left;
    margin: 1px; /*fix 3px;*/
    padding: 0;
    position: relative;
    overflow: hidden;
}

    .gplus_container a {
        display: block;
    }

input.textbox, select.textbox {
    margin: 2px;
    padding: 2px;
    border: solid 1px #CCCCCC;
}

    input.textbox:focus, select.textbox:focus {
        background-color: #EEEEEE;
        border: solid 1px #AAAAAA;
    }

.social_bar {
    color: #F6F6F6;
    font-size: 12px;
    margin-top: 10px;
    padding: 10px;
    vertical-align: middle;
    text-align: right;
}

    .social_bar a {
        color: #F15822;
    }

    .social_bar .fb {
        float: left;
    }

    .social_bar span.views {
    }

.navigator {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

    .navigator.archive {
        font-weight: normal;
        font-size: 12px;
    }

    .navigator .old {
        text-align: left;
    }

    .navigator .recent {
        text-align: right;
    }

h1 span.tag {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
}

.eventlist_title h1 {
    text-transform: uppercase;
}

#slideshow {
    width: 980px;
    /*height: 440px;*/
    height: 551px;
}

article .eventlist_title {
    position: relative;
}

    article .eventlist_title h2 {
        cursor: pointer;
    }

        article .eventlist_title h2 span {
            background: url("../tmp_images/share_down_16.png") no-repeat scroll left 12px transparent;
            cursor: pointer;
            display: inline-block;
            margin-left: 4px;
            width: 16px;
        }

article .article_share {
    display: none;
    margin-bottom: 20px;
    border-bottom: solid 1px #CCCCCC;
    padding-bottom: 3px;
    text-align: right;
    font-size: 12px;
}

    article .article_share .fb {
        float: right;
    }

    article .article_share input {
        font-size: 12px;
        height: 26px;
        position: relative;
        top: -6px;
    }

    article .article_share img {
        vertical-align: top;
    }



    article .eventlist_title .views.live_users {
        margin-right: 12px;
    }

article .article_share textarea {
    font-size: 12px;
    font-family: Courier New;
    width: 350px;
    height: 55px;
    margin: 5px 0;
    border: solid 1px #CCCCCC;
    resize: none;
}

.fakelink {
    cursor: pointer;
}

.sort_options, .section_options {
    display: inline-block;
}

    .section_options select {
        font-size: 12px;
        width: 150px;
        margin: 2px;
        padding: 2px;
        border: solid 1px #CCC;
    }

.sort_options {
    font-size: 12px;
    margin-right: 10px;
}

    .sort_options .sort {
        display: inline-block;
        height: 16px;
        padding: 0 20px 0 0;
    }

        .sort_options .sort:hover {
            text-decoration: underline;
        }

        .sort_options .sort.selected {
            font-weight: bold;
        }

        .sort_options .sort.asc {
            background: url('/designs/livemedia2012.gr/tmp_images/sort_bg.png') scroll no-repeat 28px 0 transparent;
        }

        .sort_options .sort.desc {
            background: url('/designs/livemedia2012.gr/tmp_images/sort_bg.png') scroll no-repeat 28px -16px transparent;
        }

        .sort_options .sort.asc.selected {
            background-position: 30px 0;
        }

        .sort_options .sort.desc.selected {
            background-position: 30px -16px;
        }

        .sort_options .sort.views.asc {
            background-position: 34px 0;
        }

        .sort_options .sort.views.desc {
            background-position: 34px -16px;
        }

        .sort_options .sort.views.asc.selected {
            background-position: 36px 0;
        }

        .sort_options .sort.views.desc.selected {
            background-position: 36px -16px;
        }

#listed_videos .listed_video {
    -moz-transition: opacity 0.5s ease-in-out 0s;
}

    #listed_videos .listed_video.hidden {
        opacity: 0;
        display: none;
    }

.search.videos .event_photo img {
    width: 420px;
}

.search.photos .event_photo img {
    width: 420px;
}

.form input, .form textarea, .form select {
    font-size: 12px;
}

.form .form_row {
    margin: 2px;
    padding: 2px;
}

    .form .form_row .label {
        display: inline-block;
        width: 140px;
        text-align: right;
    }

        .form .form_row .label.checkbox {
            width: auto;
            margin: 4px;
        }

            .form .form_row .label.checkbox input {
                margin-right: 4px;
            }

        .form .form_row .label .star {
            display: inline;
            color: #ff0000;
            margin-right: 3px;
        }

    .form .form_row .FormCheckboxes input {
        margin: 4px;
        padding: 4px;
    }

        .form .form_row .label.rbl {
            display: inline;
        }

            .form .form_row .label.rbl label {
                margin-right: 10px;
                margin: 6px;
            }

    .form .form_row .textbox, .form .form_row .dropdown {
        margin: 4px;
        padding: 4px;
        border: solid 1px #CCC;
        background-color: #FFF;
        width: 200px;
        transition: border-color 0.3s ease 0s;
    }

        .form .form_row .textbox:focus {
            border: solid 1px #AAA;
        }

    .form .form_row input, .form .form_row select {
        border-radius: 4px;
    }

        .form .form_row input[type=image] {
            position: relative;
            top: 6px;
        }

.form .rbl input {
    margin: 2px;
    padding: 2px;
}

.form.horizontal .form_row {
}

    .form.horizontal .form_row .label {
        text-align: left;
        display: block;
        width: 100%;
    }

    .form.horizontal .form_row .textbox, .form.horizontal .form_row .dropdown, .form.horizontal .form_row .btn {
        margin-left: 0;
    }

span.video_bottom {
    margin: 10px 4px 0 0;
    display: inline-block;
    height: 20px;
    padding: 4px 10px 0 22px;
    background: url("/images/file.png") no-repeat scroll 6px center #222222;
}

    span.video_bottom a {
        color: #FFFFFF;
        text-transform: uppercase;
    }

        span.video_bottom a:hover {
            color: #F15822;
            text-decoration: none;
        }

    span.video_bottom.pdf {
        background-image: url("/images/pdf.png");
    }

    span.video_bottom.ppt, span.video_bottom.pptx {
        background-image: url("/images/ppt.png");
    }

    span.video_bottom.doc, span.video_bottom.docx {
        background-image: url("/images/doc.png");
    }

.list_to_thumbs_switcher a.on {
    display: none;
}

.list_to_thumbs_switcher a.mo {
    display: none;
}

aside .event_listed {
    height: 70px;
}

.lv_title a:link, .lv_title a:visited {
    margin-right: 6px;
}

.lv_title span {
    padding: 0px;
    display: inline-block;
}

    .lv_title span img {
        padding-right: 2px;
    }

.views img {
    position: relative;
    top: -1px;
}

.article_share a:hover {
    text-decoration: none;
}

.block_wrapper.ads {
    z-index: 100;
    position: relative;
    overflow: auto;
}


.btn {
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 -1px #6f6f6f;
    display: inline-block;
    line-height: 14px;
    border-radius: 2px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    padding: 6px 8px;
    margin: 4px;
}

    .btn.small {
        padding: 6px 14px;
    }

    .btn.medium {
        padding: 7px 15px;
    }

    .btn.large {
        padding: 8px 18px;
    }

    .btn:hover {
        opacity: 0.95;
    }


    .btn.btn-gold {
        border: 1px solid #c4853e;
        box-shadow: 0 1px 2px 0 #ddb65b inset;
        -webkit-box-shadow: 0 1px 2px 0 #ddb65b inset;
        -moz-box-shadow: 0 1px 2px 0 #ddb65b inset;
        background: #d5a44c;
        background: -moz-linear-gradient(top, #d5a44c 0%, #c07833 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5a44c), color-stop(100%,#c07833));
        background: -webkit-linear-gradient(top, #d5a44c 0%,#c07833 100%);
        background: -o-linear-gradient(top, #d5a44c 0%,#c07833 100%);
        background: -ms-linear-gradient(top, #d5a44c 0%,#c07833 100%);
        background: linear-gradient(top, #d5a44c 0%,#c07833 100%);
    }

.btn-gold:active {
    background: #ca8e40;
    box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
}

.btn-lightblue {
    border: 1px solid #5897c3;
    box-shadow: 0 1px 2px 0 #84c4dd inset;
    -webkit-box-shadow: 0 1px 2px 0 #84c4dd inset;
    -moz-box-shadow: 0 1px 2px 0 #84c4dd inset;
    background: #6db5d5;
    background: -moz-linear-gradient(top, #6db5d5 0%, #4a91c0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db5d5), color-stop(100%,#4a91c0));
    background: -webkit-linear-gradient(top, #6db5d5 0%,#4a91c0 100%);
    background: -o-linear-gradient(top, #6db5d5 0%,#4a91c0 100%);
    background: -ms-linear-gradient(top, #6db5d5 0%,#4a91c0 100%);
    background: linear-gradient(top, #6db5d5 0%,#4a91c0 100%);
}

    .btn-lightblue:active {
        background: #559cc7;
        box-shadow: 0 0 2px #808080 inset, 0 1px 0 #fff;
        -webkit-box-shadow: 0 0 2px #808080 inset, 0 1px 0 #fff;
        -moz-box-shadow: 0 0 2px #808080 inset, 0 1px 0 #fff;
    }

.btn-green {
    border: 1px solid #68a341;
    box-shadow: 0 1px 2px 0 #a4ca6c inset;
    -webkit-box-shadow: 0 1px 2px 0 #a4ca6c inset;
    -moz-box-shadow: 0 1px 2px 0 #a4ca6c inset;
    background: #96c161;
    background: -moz-linear-gradient(top, #96c161 0%, #609c3d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96c161), color-stop(100%,#609c3d));
    background: -webkit-linear-gradient(top, #96c161 0%,#609c3d 100%);
    background: -o-linear-gradient(top, #96c161 0%,#609c3d 100%);
    background: -ms-linear-gradient(top, #96c161 0%,#609c3d 100%);
    background: linear-gradient(top, #96c161 0%,#609c3d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c161', endColorstr='#609c3d',GradientType=0 );
}

    .btn-green:active {
        background: #74aa49;
        box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
        -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
        -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    }

.btn-red {
    border: 1px solid #e3005b;
    background: #e3005b;
    text-shadow: none;
}

    .btn-red:hover {
        color: #e3005b;
        text-shadow: none;
        border: 1px solid #e3005b;
        background-color: white;
    }

    .btn-red:active {
        background: #e3005b;
        box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
        -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
        -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    }

.btn-blue {
    border: 1px solid #3e76af;
    box-shadow: 0 1px 2px 0 #66b2d2 inset;
    -webkit-box-shadow: 0 1px 2px 0 #66b2d2 inset;
    -moz-box-shadow: 0 1px 2px 0 #66b2d2 inset;
    background: #5ba5cb;
    background: -moz-linear-gradient(top, #5ba5cb 0%, #3a70ab 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba5cb), color-stop(100%,#3a70ab));
    background: -webkit-linear-gradient(top, #5ba5cb 0%,#3a70ab 100%);
    background: -o-linear-gradient(top, #5ba5cb 0%,#3a70ab 100%);
    background: -ms-linear-gradient(top, #5ba5cb 0%,#3a70ab 100%);
    background: linear-gradient(top, #5ba5cb 0%,#3a70ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ba5cb', endColorstr='#3a70ab',GradientType=0 );
}

    .btn-blue:hover {
        opacity: 0.95;
        filter: alpha(opacity=95);
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }

    .btn-blue:active {
        background: #4786b8;
        box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
        -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
        -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    }

.btn-greyish {
    border: 1px solid #5e6779;
    box-shadow: 0 1px 2px 0 #9ca6b3 inset;
    -webkit-box-shadow: 0 1px 2px 0 #9ca6b3 inset;
    -moz-box-shadow: 0 1px 2px 0 #9ca6b3 inset;
    background: #8c97a6;
    background: -moz-linear-gradient(top, #8c97a6 0%, #596171 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c97a6), color-stop(100%,#596171));
    background: -webkit-linear-gradient(top, #8c97a6 0%,#596171 100%);
    background: -o-linear-gradient(top, #8c97a6 0%,#596171 100%);
    background: -ms-linear-gradient(top, #8c97a6 0%,#596171 100%);
    background: linear-gradient(top, #8c97a6 0%,#596171 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c97a6', endColorstr='#596171',GradientType=0 );
}

    .btn-greyish:active {
        background: #6d7787;
        box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
        -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
        -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    }

.btn-black {
    border: 1px solid #4e4e4e;
    box-shadow: 0 1px 2px 0 #959595 inset;
    -webkit-box-shadow: 0 1px 2px 0 #959595 inset;
    -moz-box-shadow: 0 1px 2px 0 #959595 inset;
    background: #838383;
    background: -moz-linear-gradient(top, #838383 0%, #444444 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#838383), color-stop(100%,#444444));
    background: -webkit-linear-gradient(top, #838383 0%,#444444 100%);
    background: -o-linear-gradient(top, #838383 0%,#444444 100%);
    background: -ms-linear-gradient(top, #838383 0%,#444444 100%);
    background: linear-gradient(top, #838383 0%,#444444 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838383', endColorstr='#444444',GradientType=0 );
}

    .btn-black:active {
        background: #5d5d5d;
        box-shadow: 0 0 2px #505050 inset, 0 1px 0 #fff;
        -webkit-box-shadow: 0 0 2px #505050 inset, 0 1px 0 #fff;
        -moz-box-shadow: 0 0 2px #505050 inset, 0 1px 0 #fff;
    }

.footer_nav_box {
    height: auto;
    min-height: 234px;
}

.footer_nav_text {
    padding: 0 10px 5px;
}

.article_text img {
    max-width: 100%;
}

.article_text.main_text.compact {
    height: 60px;
    overflow: hidden;
}

span.more {
    font-size: 12px;
    display: inline-block;
    padding: 2px 0 2px 14px;
    width: 30px;
    background: url('/designs/livemedia2012.gr/tmp_images/arrow_down_10.png') scroll no-repeat left center transparent;
    cursor: pointer;
    opacity: 0.7;
}

    span.more:hover {
        opacity: 1;
    }

    span.more.full {
        background-image: url('/designs/livemedia2012.gr/tmp_images/arrow_top_10.png');
    }

span.video_bottom.share {
    background-image: url("../tmp_images/share.png");
    cursor: pointer;
}

span.video_bottom.expand {
    background-image: url("../tmp_images/expand.png");
    cursor: pointer;
}

span.video_bottom.collapse {
    background-image: url("../tmp_images/collapse.png");
    cursor: pointer;
}

span.video_bottom.views {
    background-image: none;
    cursor: pointer;
    color: #fff;
    padding-left: 8px;
    float: right;
    margin-right: 0;
}

.event_desc {
    height: 30px;
    overflow: hidden;
}

.event_listed .event_photo {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

div.share_moment {
    display: none;
    margin-top: 10px;
}

    div.share_moment input.url {
        margin: 4px;
        padding: 4px;
        font-size: 12px;
        width: 300px;
        font-family: 'Open Sans';
        background-color: #ffffff;
    }

.poll_wrapper {
    /*margin: 10px 2px;*/
}

    .poll_wrapper .poll {
        display: inline-block;
        width: 100%;
        text-align: left;
        vertical-align: top;
        margin: 0px 7px 0px 0px;
        padding: 0px 4px;
        -webkit-border-radius: 10px 10px 0px 0px;
        -moz-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;
        line-height: 30px;
    }

    .poll_wrapper .allanswers {
        border: solid 1px #CCC;
        margin: 5px;
        -webkit-border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
    }

    .poll_wrapper .actions {
        border: solid 1px #CCC;
        margin: 5px;
        -webkit-border-radius: 10px 10px 0px 0px;
        -moz-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;
        padding: 5px;
    }

.chatfullscreen, .pollfullscreen {
    float: right;
    cursor: pointer;
    ;
    position: relative;
}

.chatfullscreen, .pollfullscreen {
    color: #909090;
    z-index: 100;
}

.poll_wrapper h2 {
    float: left;
}

.poll_wrapper .poll h2 {
    float: none;
    background-color: #444444;
    color: #fff;
    margin: 5px;
    font-size: 16px;
    line-height: 24px;
    padding: 5px;
    border-radius: 0px 0px 10px 10px;
}

.poll_wrapper .poll li:nth-child(even) {
    background: #E8E8E8;
}

.poll_wrapper .poll li {
    min-height: 60px;
    list-style: none;
    font-size: 14px !important;
    margin: 0 28px 5px 0;
    padding: 0 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .poll_wrapper .poll li:hover {
        background: #6F6F6F;
        color: #FFF;
    }

    .poll_wrapper .poll li input {
        margin: 4px;
    }

    .poll_wrapper .poll li span.answer {
        display: block;
    }

    .poll_wrapper .poll li span.bar {
        display: inline-block;
        margin-right: 2px;
        background-color: #BFD6FF;
    }

        .poll_wrapper .poll li span.bar.result1 {
            background-color: #609AFF;
        }

        .poll_wrapper .poll li span.bar.result2 {
            background-color: #93BBFF;
        }

        .poll_wrapper .poll li span.bar.result3 {
            background-color: #BFD6FF;
        }

        .poll_wrapper .poll li span.bar.result4 {
            background-color: #B8C5DB;
        }

        .poll_wrapper .poll li span.bar.result5 {
            background-color: #98A5BC;
        }

span.video_bottom.live.not {
    background-image: url("../tmp_images/live_now_not.png");
    opacity: 0.6;
}

span.video_bottom.live {
    background-image: url("../tmp_images/live_now.png");
    cursor: pointer;
    opacity: 0.6;
}

    span.video_bottom.live.selected, span.video_bottom.live:hover {
        opacity: 1;
    }

    span.video_bottom.live.selected {
        font-weight: bold;
    }

.all_lives span.tag {
    font-weight: bold;
    color: #F15822;
    margin-right: 4px;
    vertical-align: middle;
    font-size: 14px;
}

span.video_bottom.live.not:hover {
    opacity: 0.6;
    cursor: auto;
}

    span.video_bottom.live.not:hover a {
        color: #FFF;
        cursor: auto;
    }

aside .a_tab {
    height: auto;
    min-height: 307px;
}

aside .tab-container {
    margin-bottom: 10px;
}

.iphone_link .lv_photo {
    width: 646px;
    height: 363px;
}

.iphone_link .lv_play {
    left: 315px;
    top: 174px;
}

body .fancybox-outer {
    background: none repeat scroll 0 0 #000000;
    border-radius: 0;
}

.live_now {
    display: block;
    position: relative;
    overflow: hidden;
}

    .live_now .wrapper {
        background-position: 0 6px;
        height: 36px;
    }

    .live_now .close {
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        margin: 0;
        padding: 0;
        opacity: 0.6;
        text-shadow: 0 1px 0 #FFFFFF;
        position: absolute;
        right: 15px;
        text-shadow: 0 1px 0 #FFFFFF;
        top: 5px;
        transition: opacity 0.5s ease-in-out 0s;
        -moz-transition: opacity 0.5s ease-in-out 0s;
        -webkit-transition: opacity 0.5s ease-in-out 0s;
    }

        .live_now .close:hover {
            opacity: 1;
        }

.stage aside {
    z-index: 1;
}

.search_options {
    margin-bottom: 20px;
}

    .search_options label {
        margin-right: 5px;
    }

.event_details h3 {
    max-height: 30px;
    overflow: hidden;
}

.event_big_photo.photo {
    height: auto;
}

.people td {
    text-align: left;
    vertical-align: top;
}

.csstransitions .people img {
    transition: border-radius ease 1s 0s;
    -webkit-transition: border-radius ease 1s 0s;
}

.csstransitions .people tr:hover img {
    border-radius: 0;
}

#agree_area {
    background-color: #F6F6F6;
    font-size: 14px;
    height: 323px;
    padding: 20px;
    position: relative;
    width: 606px;
    height: unset;
    position: absolute;
    width: unset;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

    #agree_area h1 {
        margin: 0 0 20px 0;
    }

    #agree_area p {
        margin: 0 0 10px 0;
    }

    #agree_area a.agree {
        font-size: 16px;
    }

    #agree_area a.cancel {
        font-size: 12px;
    }

p.fb_text {
}

.register_wrapper h1 {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 20px;
    padding: 0 0 16px;
}

/*span.playicon.playicon_big {
    left: 32%;
    position: absolute;
    top: 16%;
}*/
span.playicon.playicon_big {
    left: 42%;
    position: absolute;
    top: 37%;
}

    span.playicon.playicon_big.main img {
        height: 90px;
        width: 90px !important; /*Aris Kats added !important*/
    }

    span.playicon.playicon_big.webtv {
        left: 35%;
        position: absolute;
        top: 25%;
    }

        span.playicon.playicon_big.webtv img {
            height: 60px;
            width: 60px !important; /*Aris Kats added */
        }

aside span.playicon.playicon_big {
    left: 37%;
    position: absolute;
    top: 30%;
}

    aside span.playicon.playicon_big img {
        height: 30px;
        width: 30px;
    }

.view_more h3 a {
    display: inline-block;
    background-color: #444444;
    border: medium none;
    color: #FFFFFF;
    font-size: 14px;
    padding: 6px 14px;
    transition: background-color 0.4s ease 0s;
}

    .view_more h3 a:hover {
        background-color: #F15822;
        text-decoration: none;
    }

.sort_by {
    right: 0;
    top: 0;
}

    .sort_by .sort_options {
        top: 10px;
    }

.updating {
    opacity: 0.3;
}

.a_tab {
    /*animation: 1s ease-out 0s 1 slideInFromLeft;*/
    display: none;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
    /*transition-timing-function: ease-in;*/
    /* transition-timing-function: cubic-bezier(0,2,1,0.5);*/
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  
   
  }
    100% {
        transform: translateX(0);

        display: block;
    }
}*/


::selection {
    background: #E4542F; /* Safari */
}

::-moz-selection {
    background: #E4542F; /* Firefox */
}

.follow {
    font-size: 12px;
    float: right;
}

.countdown {
    font-weight: bold;
}

.follow .clock {
    margin-right: 6px;
}

.follow .calendar {
    margin-left: 6px;
}

.follow select {
    border: solid 1px #ccc;
    margin: 2px;
    padding: 2px;
    /*width: 190px;*/
    cursor: pointer;
}

.lifted {
    position: relative;
    width: 95%;
    padding: 1em;
    margin: 2em 1px 4em;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .lifted:before,
    .lifted:after {
        content: "";
        position: absolute;
        z-index: -2;
        bottom: 15px;
        left: 10px;
        width: 100%;
        height: 20%;
        max-width: 300px;
        box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .lifted:after {
        right: 10px;
        left: auto;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        transform: rotate(3deg);
    }

.event_icon {
    font-size: 14px;
    color: #333333;
    position: relative;
    top: 1px;
}

.gplus_container.hidden {
    display: none;
}

.gplus_container.paging_hidden {
    display: none;
}

.listed_video.paging_hidden {
    display: none;
}

div.selector {
    background-color: #ff5688;
    color: #FFFFFF;
    font-size: 12px;
}

    div.selector span {
        color: #FFFFFF;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
    }

    div.selector select {
        background-color: #ccc;
    }

/* .tab.photos {
    top: 1px;
} */

.livemedia-views {
    /*color: #1F74C2;*/
    margin-right: 4px;
    font-size: 18px;
    vertical-align: middle;
}

.sharebar i {
    font-size: 32px;
    color: #333;
}

.homepage_item {
    text-align: left;
    padding: 20px 0;
}

    .homepage_item .view_more {
        padding: 10px 0 0;
    }

    .homepage_item h1 {
        font-size: 48px;
        margin: 10px 0 0 0;
        padding: 28px 0 10px 0;
        height: 32px;
        position: relative;
        color: #444;
        border-bottom: solid 1px #E5E5E5;
    }

        .homepage_item h1 span {
            display: block;
        }

        .homepage_item h1 i {
            position: absolute;
            top: -16px;
            left: -50px;
        }

    .homepage_item .item .wrapper.clearfix {
        padding-bottom: 10px;
    }

    .homepage_item .item.featured_album .wrapper.clearfix {
        border-bottom-width: 0;
    }

    .homepage_item .item {
        padding: 10px 0 0 0;
        border-bottom: solid 1px #E5E5E5;
        transition: background-color 0.2s ease 0s;
    }

        .homepage_item .item.featured_album {
            padding: 30px 0;
            border-bottom: 1px solid #E5E5E5;
            background-color: #1D1D1E;
            background-image: url("../tmp_images/stage_background.jpg");
        }

    .homepage_item .text p {
        margin: 10px 0;
        font-size: 13px;
        line-height: 1.5em;
    }

    .homepage_item .featured_album .text p {
        margin: 10px 0 20px 0;
    }

    .homepage_item .item_wrapper .item:hover {
        background-color: #FBFBFB;
    }

    .homepage_item .item_wrapper .photo {
        display: inline-block;
        width: 200px;
        vertical-align: top;
        margin-right: 10px;
    }

    .homepage_item .item_wrapper .text {
        display: inline-block;
        width: 760px;
        vertical-align: top;
    }

    .homepage_item .item .text p.info, .homepage_item .item .text p.info a, .homepage_item .livemedia-views {
    }

    .homepage_item .item:not(.featured_album) .text p.info, .homepage_item .item:not(.featured_album) .text p.info a {
        color: #888888;
    }

        .homepage_item .item:not(.featured_album) .text p.info, .homepage_item .item:not(.featured_album) .text p.info i:not(.livemedia-views) {
            color: #333;
        }

    .homepage_item .item .livemedia-views {
        color: #1F74C2;
    }

    .homepage_item .item.featured_album .livemedia-views {
        margin-right: 0;
    }

    .homepage_item .photo {
        position: relative;
    }

.featured_album .photo {
    width: 646px;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}

.featured_album .text {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    height: 360px;
    overflow: hidden;
    color: #fff;
}

.featured_album h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
}

body .ui-corner-all, body .ui-corner-bottom, body .ui-corner-right, body .ui-corner-br {
    border-radius: 0;
    border-top-width: 0;
    border-color: #DDDDDD;
}

body .ui-widget-content.ui-menu .ui-menu-item a {
    border-radius: 0;
    margin: 0;
    border-width: 0;
    text-align: left;
    padding: 6px 0.4em;
    font-size: 14px;
    vertical-align: middle;
}

    body .ui-widget-content.ui-menu .ui-menu-item a i {
        margin: 0 4px 4px 0;
        font-size: 20px;
    }

body .ui-widget-content a.ui-state-focus {
    background-image: none;
    background-color: #EFEFEF;
    cursor: pointer;
    border-color: #EFEFEF;
}

a.search_result {
    color: #333;
}

/*.poll_wrapper h2
{
margin: 10px;
line-height:22px;
}*/

.user-nav {
    margin-top: 10px;
}

    .user-nav li {
        margin: 4px 0;
    }

table.table {
    width: 100%;
}

    table.table td, table.table th {
        padding: 4px;
    }

.form_row.checkbox.livemedia_user span label {
    display: inline-block;
    width: 470px;
    vertical-align: top;
}

.form_row.checkbox.livemedia_user input {
    margin-right: 10px;
}

footer .langs {
    color: #fff;
    font-size: 11px;
    position: inherit;
}

.jGrowl-message h2 {
    margin: 0 0 12px;
    font-size: 20px;
}

.jGrowl-message p {
    margin: 0 0 12px;
    font-size: 13px;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    width: 350px;
}

.isotope_news .isotope_news_container .date_cat {
    background-color: #000;
}

.isotope_news ul.isotope_news_filters li a.filter_cat_events {
    background-color: #05B86E;
}

.isotope_news .isotope_news_container .cat_events .date_cat {
    background-color: #05B86E;
}

.isotope_news ul.isotope_news_filters li.filter_cat_events, .isotope_news ul.isotope_news_filters li a.filter_cat_events:hover:after, .isotope_news ul.isotope_news_filters li a.filter_cat_events.active:after {
    border-top-color: #05B86E;
}

body .timelineLight {
    margin-bottom: 0;
}

body .timeline_items_holder .photo img {
    max-width: 200px;
    max-height: 112px;
}
/*
.timeline_items_holder .cats a {display:inline-block; border-left:solid 2px #666666; padding:0 4px;}
.timeline_items_holder .cats a:first-child {border-left-width:0; padding-left:0;}
*/
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: inline;
    text-indent: -9999px;
    background: url('/designs/livemedia2012.gr/tmp_images/icon_top.png') no-repeat;
}

div.jGrowl.center.livemedia-center {
    left: 35%;
    top: 150px;
    width: auto;
}

    div.jGrowl.center.livemedia-center div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
        width: 500px;
    }

    div.jGrowl.center.livemedia-center .jGrowl-message p {
        font-size: 16px;
        line-height: 24px;
    }

    div.jGrowl.center.livemedia-center .jGrowl-message h2 {
        font-size: 26px;
        line-height: 40px;
    }

body .isotope_news ul.isotope_news_filters li a {
    font-size: 13px;
    margin: 0;
    padding: 6px 8px;
}

.timelineLight .item .cats {
    height: 25px;
}

    .timelineLight .item .cats img {
        width: 20px;
        margin: 5px 5px 0 0;
    }

.timelineLight .item h6 {
    height: 28px;
    overflow: hidden;
}

.langs .selected {
    font-weight: bold;
    text-decoration: underline;
}

.sports_menu_toggler {
    font-size: 12px;
    text-align: right;
}

    .sports_menu_toggler a.selected {
        font-weight: bold;
        text-decoration: underline;
    }

.t_controles.new .t_left {
    left: 10px;
}

.t_controles.new .t_right {
    right: 10px;
}

#slider_wrapper .flexslider {
    background-color: transparent;
}

.flex-control-nav {
    z-index: 10;
}

.flex-caption {
    line-height: 10px;
}

.timeline-views {
    font-weight: normal;
    position: relative;
    top: 8px;
    float: right;
}

.lmtool {
    margin-bottom: 6px;
    font-size: 14px;
}

/*#audience_root {
    margin-bottom: 12px;
}
*/
@media only screen and (min-width: 600px) {
    .top_social {
        position: absolute;
        right: 0;
        top: 75px;
    }
}

.top_social a:hover {
    text-decoration: none;
}

header .webtv nav {
    margin-top: 20px;
}

.pager_wrapper a, .pager_wrapper span {
    padding: 0.20em 0.5em;
}

.eventlist_content.main .event_icons {
    padding: 0px;
}

.eventlist_content.main .event_listed .event_photo {
    width: 420px;
    height: 236px;
}

.eventlist_content.main .event_listed {
    height: 255px;
    margin-bottom: 30px; /*ARIS-KATS added*/
}

.eventlist_content.webtv .event_listed {
    height: 112px;
    margin-bottom: 30px; /*ARIS-KATS added 2*/
}

.eventlist_content.webtv .event_photo img {
    width: 200px; /*ARIS-KATS added 2*/
}

.eventlist_content.main .event_photo img {
    width: 420px;
}

.eventlist_content.main .event_details h3 a:link, .eventlist_content.main .event_details h3 a:visited {
    font-size: 14px;
}

.eventlist_content.main .event_date {
    margin-top: 5px;
}

.eventlist_content.main .event_desc {
    height: 90px; /*ARIS KATS changed from 60px*/
    font-size: 14px;
    line-height: 22px; /*ARIS KATS changed from 20px*/
}

.eventlist_content.main .event_details h3 { /*ARIS KATS added ALL*/
    max-height: 85px;
    line-height: 22px;
}

span.playicon.playicon_big.main { /*Aris Kats added !important ALL*/
    left: 40% !important;
    top: 31% !important;
}

    span.playicon.playicon_big.main.external_link { /*Aris Kats added !important ALL*/
        left: 44% !important;
        top: 38% !important;
    }

.float_panel {
    text-align: left;
    position: absolute;
    display: none;
    float: right;
    z-index: 1000;
    background: #fff;
    border: 1px solid #636;
    border-color: rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
}

.popup_search_panel {
    width: 300px;
    height: 28px;
    top: 110px;
    right: 0px;
}

    .popup_search_panel input[type=text] {
        width: 268px;
        height: 24px;
        line-height: 30px;
        display: inline-block;
        font-size: 10px;
        border: 1px solid #e5e5e5;
        margin-right: -4px;
        vertical-align: bottom;
    }

    .popup_search_panel input[type=image] {
        vertical-align: bottom;
    }

.search_options {
    width: 120px;
    height: 50px;
    top: 65px;
    right: 485px;
}


/*.searcharrow {
    cursor: pointer;
    height: 4px;
    width: 7px;
    background: url(https://ssl.gstatic.com/ui/v1/disclosure/light-grey-disclosure-arrow-down.png);
    z-index: 100;
    position: relative;
    float: right;
    top: 12px;
    right: 55px;
}*/

.ui-widget-overlay {
    background: #000;
    opacity: 0.6;
}

.hidethis {
    display: none;
}

.top_logout_link {
    font-size: 9px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 10px;
    padding: 2px 6px;
    position: relative;
    margin-left:1rem;
}

    .top_logout_link:hover {
        text-decoration: none;
    }

.top_login_next, .ResetPass {
    float: right;
}

a.top_login_next, a.top_login_next:hover, a.top_login_next:visited {
    color: #00266a;
}
/* .top_login a::before{
    font-family: livemedia;
    font-weight: 200;
    content: "\e013";
    float: right;
    margin-left: 5px;
    
} */

.top_login_prev {
    float: left;
}

/*a.top_login_prev, a.top_login_prev:hover, a.top_login_prev:visited {
    color: #05B86E;
}*/

#top-login-dialog input {
    font-size: 16px;
    width: 315px;
    border-radius: 2px;
}


.top_social_login_button {
    width: 100%;
    height: 50px;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px !important;
}

.user_profile_link {
    width: 140px;
    height: 120px;
    top: 110px;
    right: 106px;
}

.top-user-nav {
    list-style: none;
    font-size: 12px;
    line-height: 24px;
}

.jw-icon.jw-icon-prev, .jw-icon.jw-icon-playlist, .jw-icon.jw-icon-next {
    display: none;
}

.social-embeded-container {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 0px;
    height: 0;
    overflow: hidden;*/
}

    .social-embeded-container iframe,
    .social-embeded-container object,
    .social-embeded-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.jw-nextup-container.jw-reset.jw-nextup-sticky.jw-nextup-container-visible {
    display: none;
}

.eventimage_registration {
    max-width: 100% !important;
}

.stage #main_logout_btn{
    display:none;
}

/*.jwplayer.jw-stretch-uniform .jw-media video {
    object-fit: inherit !important;
}
*/