<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body { /*line 1084 bootstrap.css*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.container {
    border: solid 1px #222;
    background-color: #000;
}

 /**************************************************************************/
 /**************************************************************************/
 /************************MENUs**********************************************/
.navbar-inverse {
    background-color: #000; /*μαυρο*/
    border-color: #080808;
}


    /* start lines 4595 stop 4621 from bootstrap.css*/
    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    /******* Για να ρυθμιστει το μενου με το logo *******/

    .navbar-inverse .navbar-nav {
        padding-top: 2em;
        color: #9d9d9d;
        /*margin-left:-50px;*/
    }

@media(max-width: 1200px) {
    .navbar-inverse .navbar-nav {
        margin-left: -40px;
    }
}

@media(max-width: 990px) {
    .navbar-inverse .navbar-nav {
        margin-left: -50px;
    }
}

@media(max-width: 767px) {
    .navbar-inverse .navbar-nav {
        margin-left: -10px;
    }
}
/* end lines 4595 from bootstrap.css*/


/* from  4617 line*/
/*κυρίως menu*/
@media(max-width:1200px) {
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        color: #adadad;
        border: solid 1px #222; /*για να ταιριάζει με το hover*/
        font-size: 1.0em;
        letter-spacing: 0.05em;
        text-decoration: none;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(max-width:1000px) {
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        color: #adadad;
        border: solid 1px #222; /*για να ταιριάζει με το hover*/
        font-size: 0.84em;
        letter-spacing: 0.05em;
        text-decoration: none;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        color: red;
        font-size: 0.8em;
        letter-spacing: 0.05em;
        text-decoration: none;
    }
}

.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus {
    color: #fff;
    background-color: #252525; /*σκούρο γκρί*/
    border: solid 1px #337ab7;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav &gt; li &gt; a:hover,
    .navbar-inverse .navbar-nav &gt; li &gt; a:focus {
        color: red;
        background-color: #666; /*σκούρο γκρί*/
        border: solid 1px #666;
    }
}

.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
    color: #fff;
    background-color: #080808;
}
/*  lines 4595 from bootstrap.css*/
.navbar-inverse .navbar-nav &gt; .disabled &gt; a,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #333;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }

/*.collapase .navbar-collapse {
            border-top:solid 1px;

}

        .navbar-inverse .navbar-collapse,
        .navbar-inverse .navbar-form {
            border-color: red;
        }*/

/***** κρατάει το backgraund color όταν επιλέγουμε το στοιχείο ******/
/***** αφορά στο menu ****/
.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
    color: #fff;
    background-color: #333;
}

.navbar-inverse .navbar-nav .dropdown-menu &gt; .open &gt; a:focus {
    color: #fff;
    background-color: #333;
}
/***** κρατάει το backgraund color του submenu όταν επιλέγουμε  στοιχείο ******/
.navbar-inverse .navbar-nav .dropdown-menu &gt; .open &gt; a,
.navbar-inverse .navbar-nav .dropdown-menu &gt; .open &gt; a:hover,
.navbar-inverse .navbar-nav .dropdown-menu &gt; .open &gt; a:focus {
    color: #fff;
    background-color: #333;
}

.navbar-inverse .navbar-nav {
    height: auto;
}

/***submenu***/
/***** from line 3520 of bootstrap.css ****/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1em;
    text-align: left;
    list-style: none;
    background-color: #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid #666;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    /***** το sub-submenu σε σχέση με το submenu θα είναι 30% δεξιότερα ****/
    .dropdown-menu .dropdown-menu {
        left: 30%;
        height: auto;
    }

/*δεν ισχύει το ίδιο για τις μικρές οθόνες*/
@media (max-width: 767px) {
    .dropdown-menu .dropdown-menu {
        left: 0%;
    }
}

/*το submenu dropdownνα ανοίγει on hover */
ul.nav li.dropdown:hover &gt; ul.dropdown-menu {
    display: block;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
/***τα submenu items***/
.dropdown-menu &gt; li &gt; a {
    display: block;
    border-bottom: solid 1px #444;
    text-decoration: none;
    padding: 3px 20px;
    clear: both;
    font-size: 0.87em;
    font-weight: normal;
    line-height: 1.42857143;
    color: #999;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

ul.dropdown-menu &gt; li &gt; ul.dropdown-menu &gt; li &gt; a {
    display: block;
    background-color: transparent;
    border-bottom: solid 1px #444;
    font-size: 0.87em;
    text-decoration: none;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    letter-spacing: 0.04em;
    white-space: nowrap;
    background-color: #555;
}

    ul.dropdown-menu &gt; li &gt; ul.dropdown-menu &gt; li &gt; a:hover {
        background-color: #333;
    }

/****τα submenu items για μικρες οθόνες****/
@media (max-width: 767px) {
    .dropdown-menu &gt; li &gt; a {
        display: block;
        font-size: 0.8em;
        border-bottom: solid 1px #444;
        text-decoration: none;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #999;
        letter-spacing: 0.04em;
        white-space: nowrap;
    }
}
/**** τα sub-submenu items****/
ul.dropdown-menu &gt; li &gt; ul.dropdown-menu &gt; li &gt; a:hover {
    background-color: #333;
}

.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #333;
}

.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu &gt; .disabled &gt; a,
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
    color: #777;
}

    .dropdown-menu &gt; .disabled &gt; a:hover,
    .dropdown-menu &gt; .disabled &gt; a:focus {
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

.open &gt; .dropdown-menu {
    display: block;
}

.open &gt; a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right &gt; .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0px;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 767px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.navbar-right .dropdown-menu-left {
    right: auto;
    left: 0%;
}


/*a.navbar-brand &gt;img*/

@media(min-width:1200) {
    .navbar-inverse .navbar-header &gt; a.navbar-brand &gt; img {
        width: 320px;
        height: auto;
        border: none;
        text-decoration: none;
    }
}

@media(min-width:990px) and (max-width:1199.99px) {
    .navbar-inverse .navbar-header &gt; a.navbar-brand &gt; img {
        width: 250px;
        height: auto;
        border: none;
        text-decoration: none;
        margin-left: -20px;
        border: solid 1px red;
    }
}

@media(min-width:767px) and (max-width:989.99px) {
    .navbar-inverse .navbar-header &gt; a.navbar-brand &gt; img {
        width: 180px;
        height: auto;
        border: solid 1px green;
        margin-left: -10px;
        margin-top: 15px;
    }
}

@media(max-width:766.99px) {
    .navbar-inverse .navbar-header &gt; a.navbar-brand &gt; img {
        width: 150px;
        height: auto;
        border: solid 1px brown;
         margin-left: -20px;
    }
}

/********************construction**************************/

.row ul.navbar-nav li {
    display:block;
    width:25%;
    text-align:center;
    padding-left:0px; 
    padding-right:0px;
    text-decoration:none;
    border-right:solid 1px #555;
}

@media(max-width:766.99px) {
.row ul.navbar-nav li {
    display:block;
    width:100%;
    text-align:center;
    padding-left:0px; 
    padding-right:0px;
    text-decoration:none;
    border-right:solid 1px #555;
}
}

.row ul.navbar-nav li a {
    display:block;
    width:100%; 
    text-align:center;
    padding-top:30px; 
    padding-left:0px; 
    padding-right:0px;
    text-decoration:none;
    color:#bbb;
    padding-bottom:30px;
}

@media(max-width:766.99px) {
.row ul.navbar-nav li a {
display:block;
    width:100%; 
    text-align:center;
    padding-top:15px; 
    padding-left:0px; 
    padding-right:0px;
    padding-bottom:15px;
    text-decoration:none;
    color:#bbb;
    border-bottom:solid 1px #555;
}
}

.row ul.navbar-nav li a:hover {
display:block;
    width:100%; 
    text-align:center;
    padding-top:30px; 
    padding-left:0px; 
    padding-right:0px;
    padding-bottom:30px;
    background:#000;
    text-decoration:none;
    color:#fff;
}

@media(max-width:766.99px) {
.row ul.navbar-nav li a:hover {
display:block;
    width:100%; 
    text-align:center;
    padding-top:15px; 
    padding-left:0px; 
    padding-right:0px;
    padding-bottom:15px;
    background:#000;
    text-decoration:none;
    color:#fff;
}
}

.row ul.navbar-nav li a.subselected {
    display:block;
    text-align:center;
    padding-top:30px; 
    padding-left:0px; 
    padding-right:0px;
    padding-bottom:30px;
    text-decoration:none;
    color:#fff;
    width:100%; 
    background:#000;
}

@media(max-width:766.99px) {
.row ul.navbar-nav li a.subselected {
display:block;
    width:100%; 
    text-align:center;
    padding-top:15px; 
    padding-left:0px; 
    padding-right:0px;
    padding-bottom:15px;
    background:#000;
    text-decoration:none;
    color:#fff;
}
}

/* Fixed menu μονο σε mobile*/
/*@media(min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: relative;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}*/

 .main_wrapper .navbar-fixed-top,
 .main_wrapper .navbar-fixed-bottom {
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (max-device-width: 360px) {
 .navbar-fixed-top
        {
        position: fixed;
        right: 0;
        left: 0;
        border-width: 0 0 1px;
        z-index: 1030;
    }
}

 .main_wrapper .navbar-fixed-top,
 .main_wrapper .navbar-fixed-bottom {
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 361px) {
.navbar-fixed-top,
container .navbar-fixed-bottom {
    position:relative;
    border-radius: 0;
  }
}

#navbar-collapse::before {
    height:0px;
}

#paradoxo {
    height:0px;
    width:0px;
}

@media (max-width: 361px) {
    #paradoxo {
        height:40px;
        width:100%;
    }
}

@media (max-width: 361px) {
    .my-xs-361 {
        width:100%;
        padding-top:40px;
    }
}</pre></body></html>