
@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');
:root {
  --height-ios-prompt:60px;
  --height-button-install:50px;
}

@media (max-width: 1024px) {
    :root {
        --height-ios-prompt:60px;
    }   
}

@media (max-width: 768px) {
    :root {
        --height-ios-prompt:70px;
    }   
}

html {
    background: #eee;
    overscroll-behavior: none;
}

body {
    font-family: "Lato", "Open Sans", Tahoma, Sans-Serif;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
}

p {
    font-family: "Lato", "Open Sans", Tahoma, Sans-Serif;
    text-align:justify;
}

h1, h2, h3, h4 {
    font-family: "Concert One", "Lato", Tahoma, Sans-Serif;
}

h1{
    margin:20px 0;
}

h2, h3, h4{
    margin:10px 0;
}

.no-margin{
    margin:0;
}

.row.flex-end {
    justify-content:flex-end;
}

.row.center {
    justify-content:center;
}

.hide {
    display:none;
}

.visible {
    display:block;
}

.lowercase{
    text-transform:lowercase;
}

.white{
    color:white;
}

.small {
    font-size:11px;
}
.button-help{
    color:white;
    background:#f13d3a;
    border:0;
}
.button-help:hover{
    color:#f13d3a;
    background:white;    
}
.enjoyhint_close_btn{
    border:2px solid #f13d3a!important;
}
#button-install {
    background-color: #344557;
    border: none;
    color: white;
    height: var(--height-button-install);
    line-height: var(--height-button-install);
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

#button-install:not([style*='display: none;']) ~ header i.menu-responsive{
    top:calc(5px + var(--height-button-install));
}

#button-install:not([style*='display: none;']) ~ .view {
    height:calc(100% - 120px - var(--height-button-install));
}
      
.ios-prompt {
    background-color: #fcfcfc;
    text-decoration: none;
    font-size: 14px;
    color: #555;
    height: var(--height-ios-prompt);
    line-height: var(--height-ios-prompt);
}

.ios-prompt span{
    color: rgb(187, 187, 187); 
    float: right; 
    font-size:24px; 
    margin-right: 4px;
}

.ios-prompt img{
    float: left; 
    height: var(--height-ios-prompt);
}

.ios-prompt p img {
    float:none;
    height:25px;
}

.ios-prompt:not([style*='display: none;']) ~ header i.menu-responsive{
    top:calc(5px + var(--height-ios-prompt));
}

.ios-prompt:not([style*='display: none;']) ~ .view {
    height:calc(100% - 120px - var(--height-ios-prompt));
}

.app {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgb(52,53,56);
    background: radial-gradient(circle, rgba(52,53,56,1) 0%, rgba(52,73,96,1) 100%);
    flex-direction: column;
    flex-wrap: nowrap;
    align-items:center;
}

.height-100{
    height:100%!important;
}

.height-auto{
    height:auto!important;
}

.framework7-root>.view {
    //height:100%!important;
    //height:calc(100% - 120px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    -webkit-appearance: none;
}


.framework7-root>.view::-webkit-scrollbar { /* WebKit */
    -webkit-appearance: none;
    width: 0;
    height: 0;
}

.page-content {
    overflow:initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height:100%;
    //height:calc(100% - 75px);
    //margin-top:30px;
}

.page-content.flex-start{
    align-items: flex-start;
}

@media (max-width: 1024px) {
    .framework7-root>.view {
        height:calc(100% - 90px);
    }

    #button-install:not([style*='display: none;']) ~ .view {
        height:calc(100% - 90px - var(--height-button-install));
    }

    .ios-prompt:not([style*='display: none;']) ~ .view {
        height:calc(100% - 90px - var(--height-ios-prompt));
    }  
}

@media (max-width: 768px) {
    .framework7-root>.view {
        height:calc(100% - 70px);
    }

    #button-install:not([style*='display: none;']) ~ .view {
        height:calc(100% - 70px - var(--height-button-install));
    }

    .ios-prompt {
        font-size: 13px;
        line-height: 20px;
    }

    .ios-prompt p img {
        float:none;
        height:20px;
    }

    .ios-prompt:not([style*='display: none;']) ~ .view {
        height:calc(100% - 70px - var(--height-ios-prompt));
    }
}

header {
    height:80px;
    min-height:80px;
    margin-bottom:0px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.65) !important;
    align-self:flex-start;
}

header .logo {
    color:#f13d3a;
    height:100%;
    cursor:pointer;
    display:flex;
}

header .logo img{
    width:70px;
    height:70px;
    margin-left:50px;
    margin-right:15px;
    margin-top:5px;
}

header .logo h1{
    margin:0;
    font-size:32px;
    line-height:80px;
}

/*header .top #connect-pro, header .top #connect-base, header .top #no-connect{
    float:right;
}*/

header .top #no-connect {
    text-align:right;
    color:white;
}

header .top #connect-pro, header .top #connect-base{
    text-align:left;
    display:none;
}

header .top #no-connect div{
    padding: 0px 12px;
    display:inline-block;
    cursor:pointer;
    line-height:80px;
}

header .top #connect-pro div, header .top #connect-base div{
    padding: 12px 0px;
    display: inline-block;
    cursor: pointer;
    font-size: 12.5px;
    color: white;
    margin-right: 15px;
    text-align:center;
    text-transform:uppercase;
}

@media (min-width: 1024px) {
    header .top #connect-pro div.users {
        display:none;
    }

    header .top #connect-pro div#infos-menu{
        position:relative;
    }

    header .top #connect-pro div#infos-menu .head-submenu{
        padding:0;
    }

    header .top #connect-pro div.submenu {
        display:none;
        position:absolute;
        top:80px;
        left:-8px;
        z-index:10000;
        background:rgba(52, 61, 72,0.9);
    }

    header .top #connect-pro div.submenu div{
        display:block;
        padding:0 8px;
        height:30px;
        line-height:30px;
    }

    header .top #connect-pro div#infos-menu:hover, header .top #connect-pro div.submenu div:hover, 
    header .top #connect-pro div.submenu:hover, header .top #connect-pro div#infos-menu .head-submenu:hover{
        border:none!important;
    }

    header .top #connect-pro div.submenu div i, header .top #connect-pro div.submenu div br {
        display:none;
    }
}

header .top #connect-base div:not(.inactive):hover, header .top #connect-pro div:not(.inactive):hover {
    border-bottom: 2px solid white;
}

header .top #connect-base div .f7-icons, header .top #connect-pro div .f7-icons {
    font-size:24px;
    line-height:24px;
    margin-bottom:6px;
}

header .top #connect-base div:not(.inactive):hover, header .top #connect-pro div:not(.inactive):hover, header .top #no-connect div:not(.inactive):hover{
    color:#f13d3a   
}

header i.menu-responsive{
    display:none;
    position:absolute;
    top:20px;
    right:20px;
    color:#f13d3a;
    font-size:40px;
    cursor:pointer;
}

header i.menu-close {
    display:none;
    position:absolute;
    top:5px;
    right:5px;
    color:white;
    cursor:pointer;   
}

@media (max-width: 1480px) {
    header .logo img{
        margin-left:40px;
    }
    header .top #connect-pro div, header .top #connect-base div{
        font-size: 12px;
        margin-right: 10px;
    }
}

@media (max-width: 1380px) {
    header .logo img{
        margin-left:20px;
        margin-right: 10px;
    }
    header .logo h1{
        font-size:2.2em;
    }
    header .top #connect-pro div, header .top #connect-base div{
        font-size: 11.5px;
        margin-right: 8px;
    }
}

@media (max-width: 1280px) {
    header .logo img{
        margin-left:10px;
        margin-right: 5px;
    }
    header .logo h1{
        font-size:2.1em;
    }
    header .top #connect-pro div, header .top #connect-base div{
        font-size: 11px;
        margin-right: 6px;
    }
}

@media (max-width: 1180px) {
    header .logo img{
        margin-left:0px;
        margin-right: 0px;
    }
    header .logo h1{
        font-size:2em;
    }
    header .top #connect-pro div, header .top #connect-base div{
        font-size: 10.5px;
        margin-right: 5px;
    }
}

@media (max-width: 1023px) {
    header {
        height:60px;
        min-height:60px;
    }

    header .logo img{
        width:50px;
        height:50px;
        margin-top:5px;
    }

    header .logo h1{
        font-size:1.8em;
        line-height:60px;
    }

    header i.menu-responsive, header i.menu-close{
        display:block;
    }

    header i.menu-responsive{
        top:12px;
        font-size:35px;
    }

    #button-install:not([style*='display: none;']) ~ header i.menu-responsive{
        top:calc(12px + var(--height-button-install)) ;
    }   

    .ios-prompt:not([style*='display: none;']) ~ header i.menu-responsive{
        top:calc(12px + var(--height-ios-prompt)) ;
    } 

    header .top{
        display:none;
        height:100%;
        padding-top:40px;
        position:absolute;
        left:0;
        top:0;
        z-index:100000;
        background:rgb(52,53,56);
    }

    header .top #connect-pro div, header .top #connect-base div{
        display:block;
        padding:5px 10px;
        text-align:left;
        font-size: 13px;
        margin-right: 0px;
    }

    header .top #connect-base div:not(.inactive):hover, header .top #connect-pro div:not(.inactive):hover {
        border-bottom: 0;
    }

    header .top #connect-pro div i, header .top #connect-base div i{
        margin-right:10px;
    }

    header .top #connect-pro div br, header .top #connect-base div br {
        display: none;
    }

    header .top #connect-pro div#infos-menu .head-submenu{
        display:none;
    }

    header .top #connect-pro div#infos-menu, header .top #connect-pro div.submenu{
        padding:0;
    }

    header .top #connect-pro div.submenu div{
        padding:5px 10px;
    }

    header .top #no-connect {
        text-align:left;
    }
}

@media (max-width: 768px) {
    header {
        height:45px;
        min-height:45px;
    }

    header .logo img{
        width:35px;
        height:35px;
    }

    header .logo h1{
        font-size:1.5em;
        line-height:44px;
    }

    header i.menu-responsive{
        top:5px;
    }

    #button-install:not([style*='display: none;']) ~ header i.menu-responsive{
        top:calc(5px + var(--height-button-install)) ;
    }   

    .ios-prompt:not([style*='display: none;']) ~ header i.menu-responsive{
        top:calc(5px + var(--height-ios-prompt)) ;
    } 
}

footer {
    position:relative;
    height:40px;
    min-height:40px;
    padding:0 10px;
    box-shadow: 0 0px 12px 0 rgba(0,0,0,.65) !important;
    align-self:flex-end;
}

footer p {
    margin:0;
    padding:0;
    line-height:40px;
    color:white;
    font-size:16px;
}

footer i.menu-footer-responsive{
    display: none;
}

p.right{
    text-align:right;
}

p.right a {
    padding-right:20px;
    color:white;
}

p.center{
    text-align:center;
}

p.left{
    text-align:left;
}

@media (max-width: 1280px) {
    footer p {
        font-size:14px;
    }
}

@media (max-width: 1024px) {
    footer {
        height:30px;
        min-height:30px;
    }

    footer p {
        font-size:12px;
        line-height:30px;
    }

    p.right a {
        padding-right:10px;
    }

    footer p.left{
        padding-left:10px;
        text-align:left;
    }
}

@media (max-width: 768px) {
    footer {
        height:25px;
        min-height:25px;
    }

    footer p {
        font-size:11px;
        line-height:25px;
    }

    footer i.menu-footer-responsive{
        font-size:21px;
        line-height:25px;
        color:white;
        cursor:pointer;
        display:block;
        float:right;
        text-align:right;
    }

    footer p.right {
        display:none;
        line-height:30px;
        font-size:13px;
        position:absolute;
        right:0;
        top:-150px;
        text-align:left;
        padding:0 20px;
        background:rgba(52,73,96,0.8);
        z-index:10000;
    }

    p.right a {
        padding-right:10px;
        display:block;
    }
}

.page {
    position:relative!important;
    background: transparent!important;
    //height:auto!important;
}

.body-zone{
    width:100%;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    align-items: stretch;
    padding:20px 0px;
}

.body-zone .column{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-radius: 0.625rem;
    padding: 0 1.875em 1.875em;
    position: relative;
    //margin-top:30px;
}

.body-zone .column.left{
    margin-right: 1.5em;
    background: rgba(255,255,255,0.2);
    color: white;
}

.body-zone .column.right{
    background: rgba(255,255,255,1);
    color: #000000;
}

.page.home ul img{
    width:200px;
    float:right;
}

.begin-live, .create-account{
    height:100%;
}

.page.live .body-zone.inlive{
    margin:auto;
    height: calc(100% - 40px);
}

.page.live .body-zone .column.left {
    margin:auto;
    background:transparent;
    padding:0;
    border-radius:0;
    height: 100%;
}

.page.live .body-zone .column.left .form, .contact-us .form{
    margin:auto;
    background:white;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
    padding: 1em 1em 1.875em 1.875em;
    border-radius:0.625rem;
}

.page.live .body-zone .column.right {
    display:none;
}

.page.live .body-zone.inlive .column.right {
    display:block;
    height:100%;
    margin-top:0;
    padding: 0 10px 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}

.page.live .body-zone.inlive .column.left video{
    height:100%;
    background-color:black;
    width:100%;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}

#videos-container video{
    width:100%;
}

#videos-container{
    display:flex;
    text-align:center;
    justify-content: space-around;
    margin-top:0px;
    height: 100%;
}

.body-video::before{
content: "";
position: absolute;
z-index: 1001;
pointer-events: none;
width: 100%;
height: 100%;
/*background-image: url("../img/screen-bg.png");*/
background-size: 100%;
background-repeat: no-repeat;
}

.controlBar[fullscreen-unavailable] .fullscreenButton {
    display: block;
}

video#stuck{
    position: fixed;
    top: 10px;
    left: 10px;
    height: 105px;
    z-index: 10000000;
    border: 2px solid white;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.65) !important;
    cursor:pointer;
}

video#stuck.started {
    border-color: green;
}
video#stuck.paused {
    border-color: orange;
}
video#stuck.inactive, video#stuck.disconnected {
    border-color: red;
}
#list-connected{
    width:100%;
    height:100%;
    //display:flex;
    display: grid;   
    grid-template-columns: 1fr; 
    grid-template-rows: repeat(1, 100%);
    grid-gap: 5px;
}

#list-connected .participant{
    position:relative;
    margin:auto;
    height:100%;
}

#list-connected .participant.ask-talk div.stick.name{
    animation:blink 1s;
    -moz-animation:blink 1s infinite; 
    -webkit-animation:blink 1s infinite; 
}

@keyframes blink
{
    0%   {background:rgba(0,0,0,0.75);}
    40%  {background:red;}
    70%  {background:red;}
    100%   {background:rgba(0,0,0,0.75);}
}

@-moz-keyframes blink
{
    0%   {background:rgba(0,0,0,0.75);}
    40%  {background:red;}
    70%  {background:red;}
    100%   {background:rgba(0,0,0,0.75);}
}

@-webkit-keyframes blink
{
    0%   {background:rgba(0,0,0,0.75);}
    40%  {background:red;}
    70%  {background:red;}
    100%   {background:rgba(0,0,0,0.75);}
}

/*#list-connected .participant.height-1{
    height:100%;
}
#list-connected .participant.height-2{
    height:50%;
}
#list-connected .participant.height-3{
    height:33%;
}
#list-connected .participant.height-4{
    height:25%;
}
#list-connected .participant.height-5{
    height:20%;
}
#list-connected .participant.height-6{
    height:16%;
}
#list-connected .participant.height-7{
    height:14%;
}*/

#list-connected.col2{  
    grid-template-columns: 1fr 1fr;
}

#list-connected.col3{
    grid-template-columns: 1fr 1fr 1fr;
}

#list-connected.col4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#list-connected.col5{ 
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#list-connected.col6{  
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#list-connected.col7{ 
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#list-connected.col8{ 
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#list-connected.col9{ 
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#list-connected.col10{ 
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#list-connected.line2{ 
    grid-template-rows: repeat(2, calc((100% - 5px) / 2));
}

#list-connected.line3{ 
    grid-template-rows: repeat(3, calc((100% - 10px) / 3));
}

#list-connected.line4{ 
    grid-template-rows: repeat(4, calc((100% - 15px) / 4));
}

#list-connected.line5{ 
    grid-template-rows: repeat(5, calc((100% - 20px) / 5));
}

#list-connected.line6{ 
    grid-template-rows: repeat(6, calc((100% - 25px) / 6));
}

#list-connected.line7{ 
    grid-template-rows: repeat(7, calc((100% - 30px) / 7));
}

#list-connected.line8{ 
    grid-template-rows: repeat(8, calc((100% - 35px) / 8));
}

#list-connected.line9{ 
    grid-template-rows: repeat(9, calc((100% - 40px) / 9));
}

#list-connected.line10{ 
    grid-template-rows: repeat(10, calc((100% - 45px) / 10));
}

#list-connected .participant video{
    height:100%;
    background:transparent;
    box-shadow:none;
}

#videos-container .body-video i.reduce{
    position:absolute;
    top:18px;
    right:10px;
    font-size: 22px;
}

/*#list-connected.video1 .participant {
    width:100%;
    height:100%;
}

#list-connected.video2 .participant {
    width:50%;
}

#list-connected.video3 .participant, #list-connected.videoMore .participant {
    width:33%;
}*/

/*.page.live .body-zone.inlive .column.left #videos-container {
    margin-top:30px;
    padding-bottom:10px;
}*/

.page.video.live .body-zone.inlive .column.left #videos-container {
    margin-top:0px;
    padding-bottom:0px;
}

#videos-container.hide {
    display:none;
}

.advanced-settings-popup{
    height: auto;
    background: rgba(255,255,255,0.85);
}

.advanced-settings-popup .select select, .advanced-settings-popup .select__arrow{
    color:black;
    border-color:black transparent transparent transparent;
}

.advanced-settings-popup .input-box{
    border-color:black;
    margin-top:20px;
}

.advanced-settings-popup .input-box span {
    font-size:1em!important;
    font-weight:bold;
    color:black!important;
}

.devices .select{
    width:inherit;
}

.page:not(.video) #videos-container .head-video, .page.video #videos-container .infos-video {
    position:relative;
    margin-bottom:20px;
    line-height:1.65;
    text-align:center;
    background:#2b3c46 ;
    color:white;
    font-size:1em;
    border-radius:0.25rem;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}

.page:not(.video) #videos-container .head-video p.desc{
    display:none;
}

.page:not(.video) #videos-container .head-video i.infos{
    cursor:pointer;
}

.page.video #videos-container .infos-video{
    padding:10px;
    height:100px;
}

.page.video #videos-container .infos-video.mCustomScrollbar {
    width:100%;
}

.page.video #videos-container .infos-video span {
    color:white;
}

.page.video #videos-container .infos-video h4, .page.video #videos-container .infos-video p {
    margin:0;
}

.page.video #videos-container .infos-video h4{
    text-align:left;
    margin-bottom:6px;
    line-height:20px;
    font-size:16px;
    font-weight:normal;
}

.page.video #videos-container .infos-video p{
    font-size:14px;
    line-height:18px;
}

.page.video #videos-container .infos-video i.infos{
    display:none;
}

#videos-container .head-video #icons {
    position:absolute;
    display:inline-block;
    right:2px;
    bottom:0px;
}

#videos-container .head-video #icons i{
    font-size:22px;
    margin-left: 5px;
}

#videos-container .head-video i, #videos-container .body-video i {
    cursor:pointer;
}

#videos-container .head-video i.audio_channel {
    font-size:18px;
}

#videos-container .head-video i.right{
    position:absolute;
    right:0;
}

#videos-container .head-video i.right2{
    position:absolute;
    right:30px;
}

#videos-container .head-video button.ask_to_talk{
    margin-top:6px;
    margin-bottom:5px;
}

#videos-container .body-video{
    position:relative;
    height:calc(100% - 150px);
}

.page.video #videos-container .body-video{
    position:relative;
    margin-bottom:15px;
    height:calc(100% - 115px);
}

#videos-container .body-video span.stick, #videos-container .body-video div.stick{
    position: absolute;
    bottom: 0px;
    right: 0px;
    top:auto;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
}

#videos-container .body-video span.stick.multi {
    bottom:-10px;
}

#videos-container .body-video span.stick.play {
    background:green;
}

#videos-container .body-video span.stick.not-begin {
    background:red;
}

#videos-container .body-video span.stick.pause {
    background:orange;
}

#videos-container .body-video div.stick.name {
    display: flex;
    justify-content: flex-end;
    right:0px;
    top:0px;
    bottom:auto;
    left:auto;
    padding: 2px 4px;
    border-radius:5px;
    background:rgba(0,0,0,0.75);
    z-index:10000;
    width:calc(100% - 8px);
}

#videos-container .body-video #oneCam div.stick.name {
    top:20px;
    right:45px;
    bottom:auto;
    padding: 0 7px;
    background:white;
    color:black;
    width:auto;
}

#videos-container .body-video div.stick.name p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    max-width:calc(100% - 40px);
    line-height: 18px;
    display:inline-block;
    margin: 0;
}

#videos-container .body-video #oneCam div.stick.name p{
    max-width:100%;
}

#videos-container .body-video div.stick.name i{
    font-size:15px;
    margin-left:5px;
    line-height: 18px;
}

.page.live .followers-groups {
    display:none;
}

.page.video .body-zone .column.left {
    padding:0;
}

.page.video .chat {
    height:100%;
}

p.text span.date-expired, p.desc span.date-expired, .dialog-text span.date-expired{
    font-size:13px;
    font-style:italic;
}

@media (max-width: 1024px) {
    .page.home ul img{
        width:160px;
        float:right;
    }

    .page.live .body-zone.inlive{
        height: calc(100% - 40px);
        margin-top:0px;
    }

    .page.live .body-zone.inlive .column.left video{
        min-height:auto;
    }

    .page.video .chat {
        margin-top:10px;
        height:calc(100% - 10px);
    }

    .page.video #videos-container .body-video{
        margin-bottom:10px;
        height:calc(100% - 50px);
    }

    .page.video #videos-container .infos-video {
        padding:5px;
        height:30px;
        margin-bottom:0;
    }

    .page.video #videos-container .infos-video i.infos, page:not(.video) #videos-container .head-video i.infos{
        display:inline-block;
        font-size:20px;
        cursor:pointer;
    }

    .page.video #videos-container .infos-video p.desc{
        display:none;
    }

    .page.video #videos-container .infos-video h4{
        font-size:13px;
        line-height:20px;
    }

    .page.video #videos-container .infos-video h4 span{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .video-desc-popup {
        width:250px;
        top: calc(100% - 300px);
        height: 250px;
        left: calc((100% - 250px) / 2);
        background: rgba(255,255,255,0.8);
    }
    .video-desc-popup .mCSB_container {
        margin-right:5px!important;
    }
    video#stuck{
        height:85px;
    }
    #videos-container .body-video div.stick.name 
    {
        padding: 1px 2px;
        width: calc(100% - 4px)
    }
    #videos-container .body-video div.stick.name p{
        max-width:calc(100% - 26px);
        line-height: 16px;
        font-size:11px;
    }
    #videos-container .head-video #icons i{
        font-size:20px;
        margin-left:3px;
    }

    #videos-container .body-video div.stick.name i{
        font-size:14px;
        margin-left:4px;
        line-height: 16px;
    }
}

@media (max-width: 768px) {
    .page.home ul img{
        width:130px;
        float:right;
    }
    .body-zone{
        margin:auto;
    }
    .body-zone .column.left{
        margin-right:0;
        margin-bottom:30px;
    }
    .page.live .body-zone.inlive .column.left{
        height: 70%;
        margin-bottom:10px;
    }
    .page.live .body-zone.inlive .column.right{
        height: calc(30% - 10px);
        padding: 0 10px 10px;
    }
    .page.live .chat {
        margin-top:5px;
        margin-bottom:5px;
        height: calc(100% - 60px);
    }
    .page.video #videos-container .infos-video h4{
        font-size:12.5px;
    }
    .emoji-wysiwyg-editor{
        height:40px!important;
        font-size:13px;
        line-height:20px;
    }
    .emoji-picker-icon {
        top: 10px;
        font-size: 20px;
    }
    .page.live .fill_message {
        height:40px;
    }
    .page:not(.video) #videos-container .head-video {
        font-size:13px;
    }
    #videos-container .head-video #icons i{
        font-size:18px;
        margin-left:2px;
    }
    #videos-container .head-video i.right, #videos-container .head-video i.right2{
        font-size:20px;
    }
}

@media (max-height: 450px) {
    .page.live .body-zone.inlive{
        height:auto;
    }

    .page.live .body-zone.inlive .column.left {
        min-height:350px;
    }

    .page.live .body-zone.inlive .column.right{
        height:350px;
    }

    .page.video #videos-container .infos-video h4{
        font-size:11px;
    }

    .page:not(.video) #videos-container .head-video {
        font-size:12px;
    }
    video#stuck{
        height:75px;
    }
    #videos-container .head-video i.right, #videos-container .head-video i.right2{
        font-size:18px;
    }
}

ul {
    list-style: none;
    padding:0;
    margin:0;
}

ul.plan li {
    position: relative;
    width: 95%;
    font-size: 1em;
    line-height: 1.5;
    padding-left: 1.2em;
    font-weight:400;
}

ul.plan li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.625em;
    width: 0.625em;
    height: 0.625em;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../img/check.svg');
}

.form{
    padding-top:20px;
    padding-bottom:20px;
}

.line {
    border-top: 1px solid #babcbf;
    padding:20px;
}

.line input, .line select {
    width:100%;
    background:transparent;
    color:black;
    border:0;
    height:30px;
    line-height:30px;
}

.first {color:black;border:0;}

.home .button {
    flex-grow:1;
    align-self:flex-end;
}

#url-live{color:black;}

.button {
    display: block;
    position: relative;
    height: 50px;
    line-height:50px;
    border: none;
    background: #f13d3a;
    color: #fff;
    outline: none;
    cursor: pointer;
    margin: 20px 0px 0px;
    border-radius: 50px!important;
    transition: .5s;
    font-size: 16px;
    letter-spacing: 1px;
}

.button.invert {
    background: #fff;
    color: #f13d3a;  
}

.button.white {
    color:white;
}

.button.bg-green {
    background-color:#00BB00;
}

.button:hover{
    background: #df3835;
    border: 1px solid rgba(255,255,255,0.8);
    color:white;
}

.button.bg-green:hover{
    background: #00BB00;
}

.button-small{
    height:40px;
    line-height:normal;
    font-size:14px;
    width:auto;
    margin:auto;
}

.button-small i {
    font-size:22px!important;
}

.button-small i, .button-small span{
    vertical-align: middle;
}

.link {
    cursor:pointer;
}

span.channel_link{
    background: #f13d3a;
    border-radius: 7px;
    padding: 1px 5px;
    color:white;
}

@media (max-width: 1280px) {
    .button{
        font-size:14px;
    }
    .button-small{
        font-size:13px;
    }
    .button-small i {
        font-size:20px!important;
    }
}

@media (max-width: 768px) {
    .button{
        font-size:13px;
        height:40px;
        line-height:40px;
    }
    .button-small{
        height:34px;
        line-height:34px;
        font-size:12px;
    }
}


.only-text .page-content {
    max-width:850px;
    text-align:justify;
    color:white;
    margin:auto;
}

.only-text .body-zone {
    margin:auto;
}

@media (max-width: 1280px) {
    .only-text .page-content {
        font-size:0.9em;
    }
}

@media (max-width: 1024px) {
    .only-text .page-content {
        font-size:0.8em;
    }
}

@media (max-width: 768px) {
    .only-text .page-content {
        font-size:0.7em;
    }
}

ul.transparent{
    background:transparent;
    color:white;
}

ul .image-list {
    height:80px;
}

.media-list li {
    cursor:pointer;
}

.list ul:before,.list ul:after{
    background:transparent;
}

.media-list li:hover {
    background:rgba(241,61,58,0.3);
}

.media-list .item-subtitle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
}

/***** SELECT STYLE ******/
.select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 12px 1px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}