@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=greek-ext');

/*-------MAIN-------*/


body {
    background-color: #4F77AE;
    padding: 0;
    margin: 0;
    overflow: hidden;


    font-family: 'Roboto', sans-serif;


}
#master{
width:100%;
}


#main {
    height: 100%;
    color: white;
    width: 100%;
    margin: 0px auto;
    display: flex;
    height: calc(100vh - 63px);
}

#enter-button {
    width: 100px;
    background: #272727;
    color: white;
    padding: 10px;
    text-align: center;
    top: 50%;
    position: fixed;
    left: 45%;
    cursor: pointer;
    z-index:200;
}

.proceed{display:none;}
.left-block {
    width: 25%;
    float:left;
    z-index: 20;
    height: 100vh;
    overflow-y: hidden;
    background-color: rgb(48, 48, 48);
    position: relative;
}
.right-block {
    width: 75%;
    float:left;
    background-color: #505050;
    height: 100vh;
    overflow-y: scroll;
}

.dropdown {
    position: relative;
    display: inline-block;
    top: 0px;
    right: 0px;
    z-index: 20;
    color: #FFF;
    padding: 0px 6px;
    border: 1px solid #626262;
    background-color: rgb(48, 48, 48);
    margin-top: 5px;
    margin-right: 25px;
    cursor: pointer;
    float: right;
    font-size: 15px;
}

.dropdown:hover {
    background-color:#212121;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: rgb(48, 48, 48);
    border: 1px solid #626262;
    min-width: 57px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 7px 6px;
    z-index: 1;
    right: 8px;

}

.dropdown:hover .dropdown-content {
    display: block;
}
#header-text.proceed-open {
    color: white;
    font-size: 30px;
    display: block;
    background-color: #272727;
    border: 1px solid #000;
    padding: 0px 4px 0px 4px;
    position: fixed;
    width: 100%;
    height:50%;
    top:0px;
    left:0px;
    z-index: 5;
}
#header-text {
    color: white;
    font-size: 25px;
    display: block;
    border: 0px solid #000;
    padding: 0px 0px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 5;
    max-width: 100%;
    margin: auto;
    width: 100%;
    background-color: #415C81;
}

#header-text a {
    color: white;

    text-decoration: none;
    margin-left: 10px;
    font-size: 20px;
    line-height: 40px;
}



.uploader-header {
    font-size: 20px;
    margin-top: 50px;

}
#uploader {
    text-align: center;
}
.player-tools {
    float:left;
    width: 100%;
    overflow: hidden;
}
#uploader-area {
    width: 100%;
    display: none;
    float: left;
    margin: 50px 0px 40px;
}

.input-text {
    padding: 5px 10px;
    border-radius: 2px;
    background: white;
    color: #3b3b3b;
    font-weight: 400;
    margin: 3px 1px;
    border: 1px;
    font-size: 13px;
    border: 3px #415C81 solid;
}
.input-text.video-input {
    width: 63%;
}
.input-text.password-input {
    width: 11%;
}

.selectize-input {
    border: 3px #415C81 solid !important;
}

#tag_option {
    margin-left: 8px;
    border-radius: 2px;
    padding: 1px 2px;
    background: #3A539B;
    color: white;
}

.form-button {
    padding: 5px 18px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fbfbfb;
    background-color: #415C81;
    border: none;
    border-radius: 6px;
    box-shadow: 0 3px #999;
}

.form-button:hover {background-color: #374E6F}

.form-button:active {
    background-color: #415C81;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}


#success {
    display: inline;
}

#success-text {
    font-size: 30px;
    font-weight: 600;
}
/*-------UPLOADER-------*/

/*---------TAGS----------*/
#tags {
    background-color: rgb(48, 48, 48);
    color: white;
    border-radius: 14px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 15%;
    display: inline;
    float: left;
}

.tags-header {
    display: inline-block;
    padding: 0px 10px 7px 2px;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid gray;
}
.tags-container {
    padding: 30px 50px 0px 25px;
    float: left;
}
#tags-filter-button {
    display: inline-block;
    float: right;
    font-size: 14px;
    border: 1px solid #636363;
    background-color: #0F0F0F;
    border-radius: 17px;
    padding: 7px;
    cursor: pointer;
}
.tags-header .search_filter_button {
    margin-left: 10px;
}
.filter {
    display: inline-block;
    background-color: #3E3E3E;
    border-radius: 2px;
    border: 1px solid rgb(99, 99, 99);
    padding: 2px 8px;
    margin: 3px 0px;
    font-size: 12px;
}

.filter:hover {
    background-color: #000;
    cursor: pointer;
    color: #4F97AE;
}

.filter.down {
    background-color: #000;
    color: #4F97AE;
}

/*---------VIDEOS---------*/
#Container {
    text-align: center;
    padding: 10px 30px;
    margin: 47px 0px;
}

#Container .mix {

}

/*OUT OF THE WHILE*/

#feed {
    border-radius: 15px;
    width: 100%;
    float: right;
    position: relative;
}
#feed-videos {
    display: block;
    padding: 7px;
    margin: 10px;
    overflow: hidden;
    padding: 30px 0px;
}
.feeders{
    position: absolute;
    display: none;
}
.feeder-buttons {
    width: 150px;
    background: rgb(48, 48, 48);
    padding: 4px 5px;
    float: left;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin: 0px 5px 0px 0px;
    border: 1px solid #4e4e4e;
    cursor: pointer;
}
.feeder-buttons:hover {
    background: black;
}
/*IN THE WHILE
.videos {
    display: inline-block;
    border: 1px solid #000;
    background-color: #959595;
    margin: 10px;
    box-shadow: 5px 3px 23px black;}

*/

/*--------VIDEOS PERFORMANCE AND CENTERING-------*/
.video-container {
    display: block;
    margin: auto;
    width: calc(20% - 4px);
    position: relative;
    cursor: pointer;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    height: auto;
    max-height: 158px;
    -webkit-transition: max-height 1s,  width 1s, height 1s, -webkit-transform 1s;
    transition:max-height 1s, width 1s, height 1s, transform 1s;
    padding: 2px;
}


.videos {
    display: inline-block;
    margin: auto;
    max-width: 300px;
    padding: 3px 3px;
}



.bandcamp-player{display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    cursor: pointer;
    border-radius: 10px;
    height: 150px;
    width: 300px;
    max-height: 150px;
    max-width: 300px;}

#artarea{height: 150px !important;}

.soundcloud-player{display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    cursor: pointer;
    border-radius: 10px;
    height: 150px;
    max-height: 150px;
    max-width: 300px;}


youtube-player {

}

img.youtube-thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    width: 100%;
    right: 0;
    top: 0;
    height: 150px;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    transition: width 1s, height 1s, transform 1s;

}


.video-container:hover .play-button  {

    opacity: 0.7;

}

.sdr.video-remove-button {
    color: red;
    font-size: 16px;
    cursor: pointer;
}
#youtube-iframe {
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    transition: width 1s, height 1s, transform 1s;
}
.create-playlist {
    position: relative;
    right: 21px;
    bottom: -4px;
    border: 1px solid #6f6f6f;
    padding: 2px 5px;
    font-size: 13px;
    text-align: right;
    float: right;
    margin-bottom: 10px;
}
.playlist-block {
    height: auto;
    width: 100%;
    padding: 4px 0px 4px 0px;
    position: relative;
    float: left;
}
.playlist-block img{
    padding: 0px 0px 0px 15px;
}
.sdr {
    line-height: 24px;
    text-align: left;
    padding: 0px 10px;
}
.playlist-block img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    cursor: pointer;
    0px 0px 0px 10px;
    float: left;
    height: 40px;
}
#top-bar {
    width: 75%;
    position: fixed;
    background: #415C81;
    z-index: 10;
    box-shadow: 0px 3px 10px #1a1a1a;
    height: 40px;
}
#playing-now-box {
    float: left;
    padding: 0px 14px;
    width: auto;
    font-size: 14px;
    line-height: 40px;
}
#playlist-box {
    float: left;
    padding: 0px 14px;
    width: auto;
    font-size: 14px;
    line-height: 40px;
}
.master-play {
    height: auto;
    width: 100%;
    padding: 4px 0px 4px 0px;
    position: relative;
    float: left;
    background: #444343;
    margin-top: 10px;
}
.master-play img {
    padding: 0px 0px 0px 15px;
    height: 40px;
}
.master-play .play-button,.master-play .pause-button {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    cursor: pointer;
    float:left;
}
.master-play .play-button {
    display:none;
}
.master-play.paused .play-button{
    display:block
}
.master-play.paused .pause-button{
    display:none;
}
.playing-now {
    background: #3E70B4;
    box-shadow: 0px 0px 7px #3E70B4;
}


.feed-videos {
    list-style: none;
    padding-left: 0;
}
.feed-videos > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    max-width: 220px;
}

#load_more_button {
    padding: 7px;
    text-align: center;
    border: solid #383838 1px;
    border-radius: 0px;
    background-color: #3c3c3c;
    text-decoration: none;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    background-color: #415C81;
}
.load-more-videos {
    margin: 15px 0px 30px;
    height: 25px;
    position: relative;
    width: 100%;
    float: left;
}

#load_more_button:hover {
    color: darkred;
    background-color: #242323;
    cursor: pointer;
}

/*--------FOOTER-------*/
#feed-footer.proceed-open {
    display: block;
    background-color: rgb(39, 39, 39);
    border: 1px solid #000;
    padding: 0px 4px 0px 4px;
    color: white;
    min-height: 27px;
    height:50%;
    bottom: 0;
    position: fixed;
    width: 100%;
    left: 0px;
}
#feed-footer  {
    display: block;
    background-color: rgb(39, 39, 39);
    padding: 3px 0px;
    color: white;
    min-height: 27px;
    bottom: 0;
    left: 0px;
    float: left;
    margin: auto;
    width: 100%;
    position: absolute;
    font-size: 12px;
}

#source {
    float: left;
    margin-left: 5px;
    position: absolute;
    bottom: 6px;
}

#source a{
    text-decoration: none;
    color: #4F77AE;
}
.uploader-popup {
    position: absolute;
    right: 90px;
    top: 9px;
    font-size: 14px;
}
.uploader-popup::after {
    height: 16px;
    width: 1px;
    background: #e7e6e6;
    content: "";
    display: block;
    position: absolute;
    right: -13px;
    top: 0;
}
.feed-footer-text {
    float: right;
    margin-right: 2%;
    position: absolute;
    bottom: 6px;
    right: 0;
}

.feed-footer-text a {
    color: #4F77AE;
    text-decoration: none;
}

#form-main {
    float: left;
    display: inline-block;
    width: 100%;
    color: white;
    border-bottom-left-radius: 15px;
    height: 250px;
}

#form-div {
    padding: 10px;
    margin: auto;
    width: 70%;
}

#email, #name, #comment {
    width: 85%;
}

/* ------ START OF HOME VIEW ------ */

.home .video-container {
    display: inline-block;
}

.home .feed-videos {
}
.search_filter_button {
    display: inline-block;
    background-color: #3E3E3E;
    border-radius: 2px;
    border: 1px solid rgb(99, 99, 99);
    margin: 3px 0px;
    font-size: 12px;
    cursor:pointer;
    padding: 5px;
    width: auto;
    background-color: #415C81;
}
.search_filter_button:hover {
    background-color: #000;
    color: #4F97AE;
}
/* ------ END OF HOME VIEW ------ */
.container-animation-image {
    margin: auto;
    margin-top: auto;
    left: 0;
    right: 0;
    display: none;
    margin-top: 60px;
    position: absolute;
    z-index: 100;
    top:50%;
}
.container-animation-image img {
    width: 100px;
}

.video-container .player {
    padding: 2px 2px;
    border-radius: 5px;
    overflow: hidden;
}
.player.youtube-player.selected::before {
    background: green;
    width: 10px;
    height: 10px;
    display: block;
    content: "";
    position: absolute;
    bottom: 4px;
}

.left-block::after {
    width: 3px;
    height: 100%;
    content: "";
    background: #415C81;
    position: absolute;
    top: 0;
    right: 0;
}

.left-block-show-button {
    position: relative;
    z-index: 200;
    height: 0;
    border-style: solid;
    border-width: 30px 70px 0 70px;
    border-color: #415C81 transparent transparent transparent;
    display: none;
    cursor: pointer;
    width: auto;
}

.left-block-show-button.mobile-active {
      /*left:0px;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-style: solid;*/
    /*border-width: 70px 0 70px 30px;*/
    /*border-color: transparent transparent transparent #415C81;*/
}
.left-block-show-button.mobile-active::after {
    content: "MENU";
    top: -26px;
    font-size: 18px;
    left: -3px;
}



.left-block-show-button::after {
    content: "BITATOS.COM";
    position: absolute;
    top: -25px;
    left: -3px;
    right: 0;
    margin: auto;
    text-align: center;
}

.left-block.mobile-active {
    display: block;
    position: absolute;
    z-index: 160;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 30px);
}
.left-block.mobile-active #header-text {
    display:none;
}
.right-block.mobile-active {
    transform: translatex(-50%);
    margin-left: 50%;
}

.tags-toggle{
    background: #415C81;
    height: 30px;
    width: calc(100% - 2px);
    display: none;
    float: left;
    text-align: center;
    border-top: 1px solid gray;
    margin-top: 5px;
    line-height: 25px;
    cursor:pointer;

}
.uploader-toggle{
    background: #415C81;
    height: 30px;
    width: calc(100% - 2px);
    display: none;
    float: left;
    text-align: center;
    border-top: 1px solid gray;
    margin-top: 5px;
    line-height: 25px;
    cursor:pointer;


}



/* ----------- START OF PLAYER UI ------------*/

.player-ui {
    position: absolute;
    top: -30px;
    width: calc(100% - 4px);
    height: 25px;
    background: #fff;
    border-radius: 0px !important;
    -webkit-transition: opacity 0.5s, top 1s;
    transition: opacity 0.5s, top 1s;
    margin: auto;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 6px #424242;
    opacity: 0.3;
}
.video-container:hover .player-ui {
    top: 0px;
    -webkit-transition: opacity 1s, top 1s;
    transition: opacity 1s, top 1s;
    opacity: 0.9;
}

.fullscreen .player img {
    height: 460px;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    transition: width 1s, height 1s, transform 1s;

}
.fullscreen .player iframe {
    height: 458px !important;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    transition: width 1s, height 1s, transform 1s;
}
.add-to-playlist {
    position: relative;
    z-index: 1;
    float: left;
    top: 4px;
     width: 19px;
    height: 18px;
    opacity: 0.5;
    margin-left: 5px;
    background-image: url("../media/add.png");
    background-size: 100% 100%;
}
.expand-player {
    position: relative;
    z-index: 1;
    float: left;
    top: 4px;
     width: 19px;
    height: 18px;
    opacity: 0.5;
    margin-left: 5px;
    background-image: url("../media/expand.png");
    background-size: 100% 100%;
    display: none;
}
.fullscreen-player {
    position: relative;
    z-index: 1;
    float: right;
    top: 4px;
    width: 19px;
    height: 18px;
    opacity: 0.5;
    margin-right: 5px;
    background-image: url("../media/fullscreen.png");
    background-size: 100% 100%;

}


.video-container.fullscreen {
    width: calc(60% - 6px);
    max-height: 460px;
    -webkit-transition: max-height 1s,  width 1s, height 1s, -webkit-transform 1s;
    transition:max-height 1s, width 1s, height 1s, transform 1s;
}


/* ----------- END OF PLAYER UI ------------*/









/* ----------- START OF POP UP PLAYER BLOCK ------------*/
#pop-up-block {
    display: block;
    width: auto;
    height: auto;
    background: #7a7a7a;
    position: absolute;
    left: 50px;
    bottom: 35px;
    opacity: 0.9;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 364px;
    max-height: 200px;
    margin: auto;
}

#pop-up-block .video-container {
    width: 350px;
    position: relative !important;
    top:unset !important;
    left:unset !important;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    transition: width 1s, height 1s, transform 1s;
}
#pop-up-block .video-container iframe {
    width: 350px;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    transition: width 1s, height 1s, transform 1s;

}
#pop-up-block .video-container .player img {
    width: 350px;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    transition: width 1s, height 1s, transform 1s;
}
/* ----------- END OF POP UP PLAYER BLOCK------------*/


/* ----------- START OF SELECTIZE INPUT ------------*/

input[type=checkbox]:checked~#hoverdiv{
    height:25px;
}

input[type=checkbox]:checked~#hover #imgdiv {
    top: 5px;
}

input[type=checkbox]:checked~#label .opacity{
    left: -100px;
    visibility:hidden
    transition: opacity 2s linear;
    opacity: 0;
}

input[type=checkbox]:checked~#label .thanks{
    visibility: visible;
    left: 48px;
    transition: opacity 2s linear;
    opacity: 1;
}

.selectize-control.single {
    text-align: left;
    color: white;
    width: 250px;
    margin: auto;
    padding: 5px 15px;
    font-size: 15px;
    line-height: 15px;
    cursor: pointer;
}
/* ----------- END OF SELECTIZE INPUT ------------*/


/* ----------- START OF LOGIN FORM ------------*/

/* Full-width input fields */
.login-system  input[type=text], .login-system  input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.login-system  button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

/* Set a style for all buttons */
.login-system > button {
    background-color: #415C81;
    color: white;
    padding: 2px 10px;
    margin: 4px 5px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
}

.login-system  button:hover {
    opacity: 0.8;
}


.login-system {
    font-size: 16px;
    font-family: 'Comic-Sans', sans-serif;
    font-weight: 400;
    position: relative;
    float: right;
    width: 80px;
}
/* Extra styles for the cancel button */
.login-system  .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.login-system  .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

.login-system  img.avatar {
    width: 40%;
    border-radius: 50%;
}

.login-system  .container {
    padding: 16px;
}

.login-system  span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.login-system  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.login-system  .modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    max-width: 600px; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.login-system  .close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}
.login-system .textt a {
    font-weight: 400;
    font-size: 16px;
    color: unset !important;
}

.login-system  .close:hover,
.login-system  .close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.login-system  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    .login-system  span.psw {
        display: block;
        float: none;
    }
    .login-system  .cancelbtn {
        width: 100%;
    }
}


/* ----------- END OF LOGIN FORM ------------*/
