#flashbg {
    position: fixed;
    z-index: -1000;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

html,
body {
    cursor: url(//e-diodos.gr/css/contrast-red/Normal.cur), default;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
}

#webtitle {
    text-align: center;
    width: 60%;
    font-family: 'Bookman Old Style';
    color: #fff;
    font-size: 50px;
    text-shadow: 1px 1px white, -1px -1px #444;
    margin: 0 auto;
}

#search {
    max-width: 700px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
}


/***********search code*****************/

#___gcse_0 {
    max-width: 700px !important;
}

.gsc-control-cse-FIX {
    background-color: Transparent;
    border: none;
}


/*************************************/

#mail {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

#radio {
    padding: 5px;
    position: fixed;
    top: 10px;
    left: 5px;
    right: 0;
    width: 250px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    height: 100px;
}

html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

a {
    font-weight: bold;
    font-size: 110%;
}

a:link {
    color: #ffffff;
    text-decoration: none;
}

a:visited {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #660066;
    text-decoration: underline;
}

a:active {
    color: #660066;
    text-decoration: none;
}

#musesParsedmetadata {
    width: 180px;
    position: fixed;
    left: 10px;
    background-color: rgba(0, 5, 50, 0.4);
    background: rgba(0, 5, 50, 0.4);
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 0pt;
    word-spacing: 1pt;
    font-size: 11px;
    text-align: left;
    font-family: palatino linotype, palatino, serif;
    line-height: 1;
}

#wrap {
    width: 1280px;
    height: 720px;
    padding: 0;
    overflow: hidden;
    position: fixed;
    top: 800px;
    left: 50%;
    margin: -640px 0 0 -360px;
    z-index: -1;
}

#frame {
    width: 1280px;
    height: 720px;
    border: 0px solid black;
}

#frame {
    -ms-zoom: 0.50;
    -moz-transform: scale(0.50);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.50);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.50);
    -webkit-transform-origin: 0 0;
    z-index: -1;
}

#artist,
#song {
    margin: 0 auto;
}

#artist {
    font-weight: bold;
}

#mymeta {
    margin-top: -20px;
    text-align: center;
    color: #000;
    font-family: 'Play', sans-serif;
    width: 250px;
    border-radius: 10px;
    background: rgba(250, 250, 250, 0.45);
    opacity: 0.8;
    padding: 10px;
    font-size: 16px;
}


/*********************************NEWS*******************************************/

#news_col {
    display: none;
    font-family: 'Ubuntu', sans-serif;
    top: 110px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 250px;
    overflow-y: scroll;
    background-color: rgba(255, 255, 255, .9);
}

#nc_name {
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    ;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    top: 80px;
    position: absolute;
    right: 0;
    width: 250px;
    background-color: rgba(0, 0, 0, .75);
}

#news_items {
    margin-left: 20px;
    margin-right: 10px;
    position: relative;
    border-bottom: 1px solid #ff5c26;
}

.news_favicon {
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    top: -56px;
    left: -14px;
}

.news_title {
    position: relative;
    top: -30px;
}

.news_time {
    text-align: right;
    position: relative;
    top: -30px;
    font-size: 12px;
    font-style: italic;
}

.news_favicon img {
    vertical-align: middle;
}

.news_img {
    width: 100%;
    height: 100px;
    margin-bottom: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #f1f3f7;
}

.fullhtml {
    display: none;
}

#left_col {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 600px;
}


/******************************************* MODAL *************************************/

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    padding-top: 80px;
    /* Location of the box */
    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 */
}


/* Modal Content */

.modal-content {
    font-family: 'Ubuntu', sans-serif !important;
    font-size: 16px !important;
    border-radius: 20px;
    background-color: #fefefe;
    margin: auto;
    margin-bottom: 120px !important;
    padding: 20px;
    border: 1px solid #888;
    width: 800px;
}

.modal-content img {
    max-width: 720px;
}

.modal-content iframe {
    width: 700px;
    height: 400px;
}

#news_content {
    margin: auto;
}

.html_content {
    margin: auto;
    text-align: center;
}

.html_content p {
    margin: auto;
    text-align: left;
}

.html_content img {
    margin: 15px auto;
    clear: both;
    display: block;
}

.html_content li {
    text-align: left;
}

.modal-content-title {
    font-size: 28px !important;
    font-weight: bold;
}

.modal-postnote {
    color: #4e5f6e;
    border: 1px solid #d1d7e4;
    padding: 5px 10px;
    width: 97%;
    display: inline-block;
    margin-top: -30px;
    margin-bottom: 20px;
}

.modal-postnote a:link,
.modal-postnote a:hover,
.modal-postnote a:active,
.modal-postnote a:visited {
    font-size: 10px;
    text-decoration: none;
    color: grey;
    font-weight: 600;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

blockquote {
    text-align: center;
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}


/***************************************************************************************/

#gads {
    position: absolute;
    width: 728px;
    height: 90px;
    bottom: 0;
    left: 0;
    z-index: 99;
}


/****************************************Mobile******************************************/

@media only screen and (max-width: 768px) {
    #webtitle {
        text-align: center;
        width: 90%;
        font-family: 'Bookman Old Style';
        color: #fff;
        font-size: 32px;
        text-shadow: 1px 1px white, -1px -1px #444;
        margin: 0 auto;
        line-height: 40px;
    }
    #radio {
        display: none;
    }
    #gads {
        position: absolute;
        width: 320px;
        height: 50px;
        bottom: 0;
        left: 0;
        z-index: 99;
    }
    #wrap,
    #mail,
    #left_col {
        display: none;
    }
    .modal-content {
        font-family: 'Ubuntu', sans-serif !important;
        font-size: 16px !important;
        border-radius: 20px;
        background-color: #fefefe;
        margin: auto;
        margin-bottom: 120px !important;
        padding: 5px;
        border: 1px solid #888;
        width: 95%;
    }
    #news_col,
    #nc_name {
        margin: auto;
        position: relative;
    }
    #nc_name {
        top: 10px;
    }
    #news_col {
        top: 10px;
    }
    .modal-content img {
        max-width: 90%;
    }
    .modal-content iframe {
        width: 340px;
        height: 180px;
    }
    .modal-postnote {
        color: #4e5f6e;
        border: 1px solid #d1d7e4;
        padding: 5px 10px;
        width: 93%;
        display: inline-block;
        margin: auto;
        margin-top: -30px;
        margin-bottom: 10px;
    }
}