@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

button, input, optgroup, select, textarea {
    font-family: Arial !important;
    font-size: 14px !important;
    line-height: inherit;
}

.slider video {
    object-fit: cover;
}

.owner {
    float: right;
}
img.circle-image {
    max-width: 100%;
    max-height: 100%;
    height: 36px;
    width: 36px;
    line-height: 37px;
    border-radius: 50%;
    background-size: cover;

}
img.image.pending {}
img.image.publish_request_bird {
    max-width: 100%;
    max-height: 100%;
    height: 30px;
    line-height: 37px;
    background-size: cover;

    float:left;
    margin:3px;
    position:relative;
}
img.image.publish_requested {
    left:95px; /* near the approver avatar image */
}
img.image.publish_non_requested {
    left:5px; /* near the likes count div */
}
.hidden {
    display: none;
}

div.publish_request_bird {
    height: 30px;
    width: 179px;
    line-height: 37px;
    background-size: cover;
    float: left;
}
div.publish_request_bird {
    height: 30px;
    width: 179px;
    line-height: 37px;
    background-size: cover;
}
div.publish_request_bird_owner {
    width: 215px;
}

.can_fade {
    transition: all 1s;
}

/* minimal css reset */
* { outline: 0; padding: 0; margin: 0; border: 0; }


/* micro-framework */
.w-limit {
    max-width: 1000px;
    margin: 0 auto;
}

.a-m {
    margin: 15px;
}

.a-mh {
    margin-left: 15px;
    margin-right: 15px;
}

.a-mv {
    margin-top: 15px;
    margin-bottom: 15px;
}

.a-mt {
    margin-top: 15px;
}

.a-ml {
    margin-left: 15px;
}

.a-mb {
    margin-bottom: 15px;
}


.a-mr {
    margin-right: 15px;
}



.a-float {
    display: table;
    width: 100%;
}

.a-fl {
    float: left;
}

.a-pr10 { width: 10%; float: left; }
.a-pr20 { width: 20%; float: left; }
.a-pr25 { width: 25%; float: left; }
.a-pr30 { width: 30%; float: left; }
.a-pr33 { width: 33.333%; float: left; }
.a-pr40 { width: 40%; float: left; }
.a-pr50 { width: 50%; float: left; }
.a-pr60 { width: 60%; float: left; }
.a-pr66 { width: 66.666%; float: left; }
.a-pr70 { width: 70%; float: left; }
.a-pr75 { width: 75%; float: left; }
.a-pr80 { width: 80%; float: left; }
.a-pr90 { width: 90%; float: left; }
.a-pr100 { width: 100%; float: left; }

.a-px25 { width: 25px; float: left; }
.a-px50 { width: 50px; float: left; }
.a-px75 { width: 75px; float: left; }
.a-px100 { width: 100px; float: left; }
.a-px150 { width: 150px; float: left; }
.a-px200 { width: 200px; float: left; }
.a-px250 { width: 250px; float: left; }
.a-px300 { width: 300px; float: left; }
.a-px350 { width: 350px; float: left; }
.a-px400 { width: 400px; float: left; }
.a-px450 { width: 450px; float: left; }
.a-px500 { width: 500px; float: left; }


.a-clear:before {
    content: "";
    display: table;
}

.a-clear:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

/* margin extensions */

.a-mb30 {
    margin-bottom: 30px;
}

.a-ml50 {
    margin-left: 50px;
}


/* end micro-framework */

/*
some project conventions
1) css classes placed in order they first occurs in html code
2) menu styles detached to menu.css
3) slide styles detached to slider.css
4) media-queries goes right by their original selectors
5) all margin-top/bottom placed as top in tag tree as possible
6) between margin-top / margin-bottom prefer bottom
*/

html {
    min-height: 100%;
    position: relative;
}

html body {
    font-family: Arial;
    font-size: 14px;
    margin-bottom: 80px; /* reserve place for footer */
    position: initial; /* for footer to be relative to html */
}

@media screen and ( max-width: 725px )  {
    html body {
        margin-bottom: 0; /* reserve place for footer */
    }
}

.w-limit {
    max-width: 755px;
    margin: 0 auto;
}

.top-menu {
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,.11);
    box-sizing: initial !important;
    height: 52px;
}

@media screen and ( max-width: 500px )  {
    .top-menu {
        display: none;
    }
}

.top-menu ul.menu-root {
    list-style: none;
}

.top-menu ul.menu-root li {
    display: inline-block;
    position: relative;
    text-align: left;
}

.top-menu ul.menu-root li.selected>a {
    background-color: rgba(255,255,255,.11);
}

.top-menu ul.menu-root a {
    display: inline-block;
    box-sizing: initial !important;
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
    color: rgba(255,255,255,.7);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
}

.top-menu ul.menu-root a:hover {
    background-color: rgba(255,255,255,.05);
}


.top-menu ul.menu-root li ul {
    display: none;
}

.top-menu img.home {
    width: 18px;
    height: auto;
    vertical-align: middle;
}

.top-menu span.home {
    font-size: 1px;
}

.top-menu ul.menu-root li.landing {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and ( max-width: 1000px )  {
    .top-menu ul.menu-root li.landing {
        position: initial;
    }    
}


.top-menu ul.menu-root li:hover>ul {
    display: block;
}


.top-menu ul.menu-root li ul {
    position: absolute;
    z-index: 2;
    top: 52px;
    left:0;
    background-color: rgba(0,0,0,1);
}


.top-menu ul.menu-root ul li {
    display: table-row;
}

.top-menu ul.menu-root ul a {
    height: 35px;
    line-height: 35px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #222;
}

.top-menu ul.menu-root a.with-dot:before {
    content: '\00B7';
    position: absolute;
    left: 3px;
    font-size: 35px;
    font-family: Times New Roman, serif;
    color: #fff;
}

.top-menu ul.menu-root ul li:last-of-type a {
    border-bottom: none;
}


.top-menu ul.menu-root a:hover {
    background-color: rgba(255,255,255,.1);
}


.top-menu ul.menu-root>li>a>span.count,
.top-menu ul.menu-root>li>a>supa.unwatched {
    background: rgba(255,255,255,.1);
}


.top-menu ul.menu-root>li.selected>a>span.count,
.top-menu ul.menu-root>li.selected>a>supa.unwatched,
.dailies-container div h1>span.count,
.dailies-container div h1>supa.unwatched
{
    background: transparent;
    border: 1px solid rgba(255,255,255,.1);
}

.top-menu ul.menu-root span.count,
.top-menu ul.menu-root supa.unwatched
{
    background-color: #333333;
    border: 1px solid rgba(255,255,255,.1);
    padding: 3px 5px;
    border-radius: 30%;
    margin-left: 3px;
    font-size: 12px;
    position: relative;
}

.dailies-container div h1 span.count,
.dailies-container div h1 supa.unwatched
{
    background-color: #333333;
    padding: 3px 5px;
    border-radius: 30%;
    margin-left: 3px;
    font-size: 22px;
    position: relative;
}

.top-menu ul.menu-root span.count,
.dailies-container div h1 span.count
{
    color: #fff;
}

.top-menu ul.menu-root supa.unwatched,
.dailies-container div h1 supa.unwatched {
    color: #8cd68c;   
    vertical-align: inherit;
}









.top-bar {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    height: 128px;
}

@media screen and ( max-width: 550px )  {
    .top-bar {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.top-bar .table {
    display: table;
    width: 100%;
}

@media screen and ( max-width: 550px )  {
    .top-bar .table {
        display: block;
    }    
}

.top-bar .row {
    display: table-row;
    height: 128px;
}

@media screen and ( max-width: 550px )  {
    .top-bar .row {
        display: block;
    }    
}

.top-bar div.logo {
    display: table-cell;
    width: 200px;
    vertical-align: middle;
}

@media screen and ( max-width: 550px )  {
    .top-bar div.logo {
        display: block;
        margin-bottom: 15px;
    }    
}


@media screen and ( max-width: 650px )  {
    .top-bar div.logo {
        width: 157px;
        height: 70px;
        position: relative;
    }
}

@media screen and ( max-width: 650px )  {
    .top-bar a.logo {
        line-height: 70px;
    }
}

.top-bar img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}


.top-bar .ml25 {
    margin-left: 25px;
}

@media screen and ( max-width: 650px )  {
    .top-bar .ml25 {
        margin-left: 13px;
    }    
}

@media screen and ( max-width: 550px )  {
    .top-bar .ml25 {
        margin-left: 0;
    }    
}


.top-bar .mr25 {
    margin-right: 25px;
    height: 100%;
}

@media screen and ( max-width: 650px )  {
    .top-bar .mr25 {
        margin-right: 13px;
    }    
}

@media screen and ( max-width: 550px )  {
    .top-bar .mr25 {
        margin-right: 0;
    }    
}


.top-bar .search {
    display: table-cell;
    vertical-align: middle;
}

@media screen and ( max-width: 550px )  {
    .top-bar .search {
        display: block;
        width: 100%;
    }
}

.top-bar .share {
    width: 120px;
    display: table-cell;
    vertical-align: middle;
}

@media screen and ( max-width: 650px )  {
    .top-bar .share {
        width: 90px;
    }
}

@media screen and ( max-width: 550px )  {
    .top-bar .share {
        position: absolute;
        top: 23px;
        right: 68px;
        text-align: right;
    }
}

.top-bar .share a {
    color: #fff;
    opacity: .6;
    text-decoration: none;
}

.top-bar .share a:hover {
    opacity: 1;
}


.top-bar .share img {
    width: 16px;
    vertical-align: middle;
}

.top-bar .share span {
    vertical-align: middle;
}


.top-bar div.input {
    position: relative;
}

.top-bar input.search {
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 7px;
    line-height: 33px;
    outline: none;
    width: 100%;
    padding-left: 30px;
    color: #fff;
    background-color: transparent;
    background-image: url(images/search.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 8px 9px;
    -webkit-appearance: none;
}


div.search .spin {
    display: none;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-image: url(images/spin.png);
    background-size: 15px 15px;
    -webkit-animation: rotation 750ms infinite linear;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}

@keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}


div.input.processing input.search {
    background-image: none;
}

div.input.processing .spin {
    display: block;
}


.top-bar input.search::-webkit-search-cancel-button{
    position:relative;
    right:10px;
    -webkit-filter: brightness(5)
}

.top-bar input.search:hover {
    border: 1px solid rgba(255,255,255,1);
}

.top-bar input.search:focus {
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255,255,255,1);
}


.top-bar input::-webkit-input-placeholder {color: rgba(255,255,255,.3); font-style: italic;}
.top-bar input::-moz-placeholder          {color: rgba(255,255,255,.3); font-style: italic;}
.top-bar input:-moz-placeholder           {color: rgba(255,255,255,.3); font-style: italic;}
.top-bar input:-ms-input-placeholder      {color: rgba(255,255,255,.3); font-style: italic;}


.top-bar .ava {
    width: 52px;
    display: table-cell;
    vertical-align: middle;
}

.top-bar .circle-container {
    width: 52px;
    height: 52px;
    position: relative;
}

@media screen and ( max-width: 550px )  {
    .top-bar .circle-container {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 36px;
        height: 36px;
    }
}


.top-bar .circle-image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
}

.top-bar .default-ava {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    background-image: url(images/no-ava-white.png);
    background-size: cover;
    opacity: .7;
}

.top-bar .circle-image:hover {
    opacity: 1;
}

.top-bar .circle-image[data-action=popup], .sorting_lable[data-action=sort_popup] {
    cursor: pointer;
}


.login-popup-container, .sort-popup-container {
    position: absolute;
    bottom:0;
    right:0;
}

.top-bar .login-popup, .sort-popup {
    display: none;
    background-color: rgba(0,0,0,.9);;
    position: absolute;
    right: -15px;
    top:12px;
    z-index: 5;
    padding: 5px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255,255,255,.1);
}

.top-bar .login-popup .triangle, .triangle .sort-popup {
    position: absolute;
    top:-10px;
    right: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #000000 transparent;
}


.top-bar .login-popup ul, .sort-popup ul {
    list-style: none;
}

.top-bar .login-popup li.br-bottom {
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.top-bar .login-popup li.br-top {
    border-top: 1px solid rgba(255,255,255,.2);
}

.top-bar .login-popup a, .sort-popup a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0 30px 0 20px;
    text-decoration: none;
    opacity: .7;
}

.top-bar .login-popup a:hover ,  .sort-popup a:hover {
    background-color: rgba(255,255,255,.1);
}



.bg {
    background-size: 100% 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    -webkit-filter: blur(15px);
    /*transform: scale(1.1);*/
    filter: blur(15px);
    opacity: .3;
}






.footer {
    /*font-size: 12px;*/
    color: rgba(255,255,255,.3);
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
}

@media screen and ( max-width: 725px )  {
    .footer {
        position: initial;
        bottom: initial;
    }
}

@media screen and ( max-width: 400px )  {
    .footer {
        line-height: 2em;
    }
}




.footer .hr {
    border-top: 2px solid rgba(255,255,255,.2);
    height: 1px;
}


.footer .inner {
    margin: 25px 0;
}

.footer-menu .left {
    float: left;
}
.section1.left > img {
    box-sizing: initial;
}
.footer-menu .section2, .footer-menu .section3 {
    padding-left: 220px;
}

.footer-menu .section1 img {
    padding: 30px;
}

.footer-lang-widget {
    /*float: right;
    vertical-align: top;
    display: inline;*/
    position: absolute;
    top: 0;
    right: 25%;
}

.footer-lang .choices {
    position: absolute;
    bottom: 35px;
    left: -12px;
    width: 13em;
    line-height: 2em;
    background-color: #fff;
    color: #555;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: 0 0 6px;
    display: none;
    z-index: 5;
}

@media screen and ( max-width: 830px )  {
    .footer-lang .choices {
        left: 45%;
    }
    .footer-menu .left {
        float: none;
    }
    .footer-menu .section2, .footer-menu .section3 {
        padding-left: 0;
    }
    .footer-menu .section1 img {
        padding: 0;
    }
    .footer-lang-widget {
        /*float: right;
        vertical-align: top;
        display: inline;*/
        /*position: absolute;
        top: 0;
        right: 25%;*/
        position: initial;
        padding-top: 10px;
        text-align: center;
    }

}

.footer-menu {
    /*z-index: 7;
    position: absolute;
    bottom: 20px;
    right: 10%;
    left: 70%;
    text-align: left;*/
}

.footer-menu-lang {
    /*z-index: 9;
    position: absolute;
    bottom: 20px;
    right: 10%;
    left: 70%;
    text-align: left;*/
}

/*.footer-bottom {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 15px;
}*/

.footer_the_very_bottom_line_html {
    position: relative;
}

.footer_the_very_bottom_line_proper {
    /*vertical-align: top;
    z-index: 6;*/
}

/*.spacer-below-footer_the_very_bottom_line_proper {
    height: 75px;
    width: 100%;
}*/

.footer-lang {
    /*z-index: 8;
    right: 20%;
    position: absolute;*/

    /*
    float:right;
    margin-left: 40px;
    margin-right: 13px;
    */
}

.footer-lang .arrow {
    bottom: -7px;
    background-color: #fff;
    height: 14px;
    width: 14px;
    position: absolute;
    transform: rotateZ(134deg);
    left: 9%;
    box-shadow: 1px -1px 0px #717171;
}


.footer-lang  .choices ul {
    list-style: none;
}

.footer-lang  .choices li{
    text-align: left;
}

.footer-lang  .choices li:hover {
    cursor: pointer;
}

.footer-lang  .choices li:hover {
    background-color: #aaa;
    color: #fff;
}

.footer-lang  .choices ul img {
    margin: 0 7px 0 12px;
    vertical-align: middle;
}


.footer-lang  button.current {
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    color: rgba(255,255,255,.3);
    cursor: pointer;
}

.footer-lang  button.current:hover {
    color: rgba(255,255,255,.6);
}

.footer-lang   button.current img {
    margin-right: 3px;
    vertical-align: middle;
}

.footer .vr {
    margin-right: 13px;
}


.footer-menu .left ul.menu {
    list-style: none;
    display: inline;
}

.footer-menu .left ul.menu li {
    display: inline;    
    margin-right: 13px;
}

.footer-menu .left a {
    text-decoration: none;
    color: rgba(255,255,255,.3);
}

.footer-menu .left a:hover {
    color: rgba(255,255,255,.6);
}


.footer .right {
    float: right;
    color: rgba(255,255,255,.1);
}

@media screen and ( max-width: 400px )  {
    .footer .right {
        float: none;
    }
}




/* custom dialogue boxes lib */

.cstm-dlgbx-blocker {
    background-color: rgba(255,255,255,.35);
    position: fixed;
    top: 0;
    left:0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


.cstm-dlgbx-window {
    background-color: rgba(0,0,0,.89);
    color: #fff;
    display: inline-block;
    overflow-x: hidden;
    border-radius: 10px;
}


.cstm-dlgbx-window {
    padding: 15px;
}


.cstm-dlgbx-window.cstm-dlgbx-with-header {
    padding: 0;
}

.cstm-dlgbx-header {
    padding: 15px 20px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(255,255,255,.15);
}

.cstm-dlgbx-message {
    padding: 15px 20px;
    opacity: .8;
}


.cstm-dlgbx-input {
    padding: 0 20px 15px 20px;
}


.cstm-dlgbx-input input {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 5px;
    color: #fff;
    font-family: sans-serif;
    padding: 10px 7px;
    min-width: 400px;
}

.cstm-dlgbx-input input:hover {
    border: 1px solid rgba(255,255,255,1);
}

.cstm-dlgbx-input input:focus {
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255,255,255,1);
}


.cstm-dlgbx-buttons {
    padding: 5px 20px 30px 20px;
    text-align: center;
}

.cstm-dlgbx-buttons button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-family: sans-serif;
    padding: 10px 15px;
    min-width: 100px;
    margin-right: 10px;
    opacity: .7;
}

.cstm-dlgbx-buttons button:hover {
    opacity: 1;
}

.cstm-dlgbx-buttons button:active {
    transform: scale(0.95);
}

/* end custom dialogue boxes lib */



.button {
  position: relative;
  margin: 1em;
  /*font-weight: 100;*/
  padding: 1em 1.25em;
  text-align: center;
  /*width: 200px;
  border-radius: 5px;*/
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
}
.button.raised {
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    /*background: 
    #0c84e4;
    box-shadow: 0px 1px 1px
        #085a9b;
    */
    /*background: rgba(255,255,255,.1);
    box-shadow: 1px 1px 1px rgba(255,255,255,.075);*/
    border:2px solid #373737;background:#0a0a0a;color:#a0a0a0;width:240px;/*height:38px;*/
}

.button.raised:active {
  /*background: #0c7dd8;box-shadow: 0px 1px 1px #063e6b;*/
  background:#1a1a1a;
}

span.w400 {
  font-weight: 400;
  /*color: #6ab8f7;*/
  color: #a0a0a0;

}

input[type="checkbox"].toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
}
input[type="checkbox"].toggle:focus {
  outline: 0;
}

.anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.anim:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%;
}
.anim:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}

.clickable .toggle:checked + .anim {
  -moz-animation: anim-in 0.75s;
  -webkit-animation: anim-in 0.75s;
  animation: anim-in 0.75s;
}
.clickable .toggle:checked + .anim:after {
  -moz-animation: anim-in-pseudo 0.75s;
  -webkit-animation: anim-in-pseudo 0.75s;
  animation: anim-in-pseudo 0.75s;
}
.clickable .toggle:not(:checked) + .anim {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
}
.clickable .toggle:not(:checked) + .anim:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}

.hoverable:hover > .anim {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
}
.hoverable:hover > .anim:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}

@-webkit-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes anim-in-pseudo {
  0% {
    background: #2a2a2a; /*rgba(0, 0, 0, 0.25);*/
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes anim-in-pseudo {
  0% {
    background: #2a2a2a; /*rgba(0, 0, 0, 0.25);*/
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes anim-in-pseudo {
  0% {
    background: #2a2a2a; /*rgba(0, 0, 0, 0.25);*/
  }
  100% {
    background: transparent;
  }
}
@keyframes anim-in-pseudo {
  0% {
    background: #2a2a2a; /*rgba(0, 0, 0, 0.25);*/
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes anim-out-pseudo {
  0% {
    background: #2a2a2a; /*rgba(0, 0, 0, 0.25);*/
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes anim-out-pseudo {
  0% {
    background: #2a2a2a; /*rgba(0, 0, 0, 0.25);*/
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes anim-out-pseudo {
  0% {
    background: #2a2a2a; /*rgba(0, 0, 0, 0.25);*/
  }
  100% {
    background: transparent;
  }
}
@keyframes anim-out-pseudo {
  0% {
    background: #2a2a2a; /*rgba(0, 0, 0, 0.25);*/
  }
  100% {
    background: transparent;
  }
}


/* spinner over the slide */

.spinner-container {
    width: 100%;
    height: 408px; /* 439px;*/
    display: none;
    position: absolute;
}


.spinner-centerer {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media screen and ( max-width: 800px )  {
    .spinner-container {
        height: 281px;
    }
}


@media screen and ( max-width: 700px )  {
    .spinner-container {
        height: 225px;
    }
}

@media screen and ( max-width: 450px )  {
    .spinner-container {
        height: 197px;
    }
}



body.loading-display .spinner-container {
    display: block;
}


.spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    z-index: 2;
    opacity: 0;
    position: absolute;
    transition: opacity ease-in-out 500ms;
}

body.loading-fade .spinner {
    opacity: 1;
}

.spinner .circle {
    stroke-dasharray: 1,150; 
    stroke-dashoffset: 0;
    stroke: rgba(255, 255, 255, 0.75);
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
}


@keyframes rotate {
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes rotate {
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,150;  
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90,150; 
        stroke-dashoffset: -35;   
    }
    100% {
        stroke-dasharray: 90,150; 
        stroke-dashoffset: -124;  
    }
}


/* end spinner */




.footer {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    margin-top: 90px;
}

.footer-title {
    margin: 0 0 1rem;
    font-weight: 700;
    margin-top: 2rem;
}

.footer-ul {
    list-style: none;
    margin: 0;
    padding: 0;

    line-height: 2rem;
}

.footer-bottom {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 37px;
}

.footer .hr {
    margin-top: 10px;
    margin-bottom: 37px;
}

.footer-icons {
    text-align: center;
    margin-bottom: 26px;
}


div.publish-approve-outer {
  width: 550px;
  height: 566px;
  padding: auto;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.89);
  position: absolute;
}

div.publish-approve-title {

  width: 229.6px;

  height: 28.6px;

  margin: 0 auto 0.4px auto;

  font-family: Roboto;

  font-size: 18px;

  font-weight: bold;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;

  text-align: center;

  color: white;

  display: block;
  
  border-radius: 0;

  position: relative;

  top: 45px;
  left: auto;
  right: auto;

  /*background-color: rgba(0, 0, 0, 0.89);*/
}

img.publish-approve-image {
  width: 352px;
  height: 263px;
  margin: 53.5px 128px 17px 105px;
  position: relative;
}

.publish-approve-msg-red {
  width: 425px;

  height: 57.8px;

  margin: 14px 0 53px;

  font-family: Roboto;

  font-size: 18px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;

  text-align: justify;

  color: rgba(255, 46, 0, 0.8);

  position: relative;
  /*top: 354px;*/
  left: 62px;

  padding: 0 0;
  opacity: 1;
}

.publish-approve-msg-yellow {
  width: 425px;

  height: 57.8px;

  margin: 14px 0 53px;

  font-family: Roboto;

  font-size: 18px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;

  text-align: justify;

  color: #ffd600;

  position: relative;
  /*top: 354px;*/
  left: 62px;

  padding: 0 0;
  opacity: 1;
}




.audio-effect {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  backface-visibility: hidden;
}

.animate-audio {
  z-index: 0;
}
.animate-audio-low:before {
  animation: audioWave 0.8s ease-in-out;
}
.animate-audio-low:after {
  animation: audioWave 0.6s ease-in-out;
}
.animate-audio-low:before, .animate-audio-low:after {
  position: absolute;
  width: 8rem;
  height: 8rem;
  border: 8px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  transform: scale(0.4);
  opacity: 0;
}
.animate-audio-med:before {
  animation: audioWave 0.8s ease-in-out;
}
.animate-audio-med:after {
  animation: audioWave 0.6s ease-in-out;
}
.animate-audio-med:before, .animate-audio-med:after {
  position: absolute;
  width: 10rem;
  height: 10rem;
  border: 8px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  transform: scale(0.4);
  opacity: 0;
}
.animate-audio-high:before {
  animation: audioWave 0.8s ease-in-out;
}
.animate-audio-high:after {
  animation: audioWave 0.6s ease-in-out;
}
.animate-audio-high:before, .animate-audio-high:after {
  position: absolute;
  width: 15rem;
  height: 15rem;
  border: 8px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  transform: scale(0.4);
  opacity: 0;
}

@keyframes audioWave {
  10% {
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/*body {
  background-color: #C82647;
  text-align: center;
  padding: 6em;
}*/

.icon-microphone {
  display: inline-block;
  width: 3.5em;
  height: 3.5em;
  stroke-width: 0;
  stroke: #676767;
  fill: #cccccc;
  color: rgba(255, 255, 255, 0.65);
  background-color: #676767;
  padding: 1rem;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}


/*month year picker my stats - begin*/
.month-picker {
    z-index: -1;
    opacity: 0;
    top: 81px;
}
.visible > .month-picker {
    z-index: 10;
    opacity: 1;
    top: 81px;
}

.visible > .month-picker > div.show {
    top: -60px;
}

.month-picker > .rmp-container .rmp-popup.dark {
    opacity: 1 !important;
    background: red;
}

.month-picker > .rmp-container {
    left: -100px !important;
}

@media screen and ( max-width: 767px )  {
    .month-picker > .rmp-container {
        left: 0px !important;
    }
}

.rmp-pad {
    border: solid 1px rgba(255,255,255,0.1);
    border-radius: 5px;
}
/*month year picker my stats - end*/

.footer .link {
    margin-bottom: 30px;
}

.footer .text { 
    color: rgba(255,255,255,.3);
}


.twitter-icon, .email-icon{
  fill: #aaa;
  transition: fill ease-in-out 200ms;
}

.contact-icon {
  background: rgba(255,255,255,.1);
  width: 48px;
  height: 48px;
  display: inline-block;
  border-radius: 50%;
  transition: background ease-in-out 200ms;
  position: relative;
}


.contact-icon svg {
    transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    position: absolute;
}


.contact-icon:first-of-type svg {
    top: 27%;
    left: 22%;
}


.contact-icon:last-of-type svg {
    top: 26%;
    left: 22%;
}


.icon-left{
  margin-right: 0.7em;
}

.contact-icon:hover{
  background: rgba(255,255,255,.9);
}

.contact-icon:hover .twitter-icon{
  fill: #4099ff;
}

.contact-icon:hover .email-icon{
  fill: #c4456f;
}

