@font-face {
    font-family: 'Diplomat';
    src: url('fonts/Diplomat.eot');
    src: local('☺'), 
        url('../fonts/Diplomat.woff') format('woff'), 
        url('../fonts/Diplomat.ttf') format('truetype'), 
        url('../fonts/Diplomat.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
BODY {
    font-family:'Diplomat', sans-serif;
    font-size: 16px;
}
IMG {
    width: 100%;
}
A {
    color: #BCA229;
}
A:hover {
    color: #904126;
    text-decoration: none;
}
UL {
    list-style-type: none;
}
.no_margin {
    margin: 0px;
}
.no_padding {
    padding: 0px;
}
.italic {
    font-style: italic;
}
#loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #AAA08E;
    z-index: 1031;
}
#loader IMG {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 30%;
    margin: auto;
}
.loader_prog {
    background: #904126;
    height: 3px;
    width: 0%;
    box-shadow: 0px 0px 3px #999999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navbar-default {
    background: rgba(77, 75, 68, 0.9);
    border-bottom: #CCCCCC solid 1px;
    margin: 0px;
}
.navbar-default .navbar-brand {
    height: auto;
    font-size: 21px;
    color: #FFFFFF;
    padding: 10px;
    /* -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; */
}
.navbar-default .navbar-brand:hover {
    color: #FFFFFF;
}
.navbar-default .navbar-brand IMG {
    display: inline;
    width: 60px;
    -webkit-filter: brightness(10);
    filter: brightness(10);
}
.navbar-default .navbar-brand SPAN {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navbar-default .navbar-brand.up SPAN {
    opacity: 1;
}
.overlay_title {
    position: absolute;
    background: url(../images/hexagon.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 350px;
    top: 30vh;
    right: 0px;
    left: 0px;
    margin: auto;
    font-size: 45px;
    color: #FFFFFF;
    padding: 100px 20px 100px 20px;
    font-weight: 700;
    text-shadow: 0px 0px 3px #734835;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.overlay_title.up {
    top: 4vh;
    font-size: 21px;
    line-height: 20px;
    padding: 0px;
}
/* .overlay_title SPAN {
    position: absolute;
    background: #FFFFFF;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.overlay_title SPAN:nth-child(1) {
    width: 100%;
    height: 2px;
    top: 0px;
    left: 0px;
}
.overlay_title.up SPAN:nth-child(1) {
    width: 0%;
}
.overlay_title SPAN:nth-child(2) {
    width: 2px;
    height: 100%;
    top: 0px;
    right: 0px;
}
.overlay_title.up SPAN:nth-child(2) {
    height: 0%;
}
.overlay_title SPAN:nth-child(3) {
    width: 100%;
    height: 2px;
    bottom: 0px;
    right: 0px;
}
.overlay_title.up SPAN:nth-child(3) {
    width: 0%;
}
.overlay_title SPAN:nth-child(4) {
    width: 2px;
    height: 100%;
    bottom: 0px;
    left: 0px;
}
.overlay_title.up SPAN:nth-child(4) {
    height: 0%;
} */
#menu {
    /* position: absolute;
    right: 0px;
    bottom: 0px; */
    margin: 0px !important;
    border-left: #FFFFFF solid 1px;
}
#menu LI A {
    background: none;
    line-height: 80px;
    padding: 0px 7px 0px 7px;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#menu LI.active A,
#menu LI.active A:focus,
#menu LI.active A:hover,
#menu LI A:hover {
    background: #904126;
}
#menu LI UL {
    background: #904126;
}
#menu LI UL LI A, #menu LI.active UL LI A {
    background: none;
    color: #FFFFFF;
    line-height: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#menu LI.active UL LI.active A,
#menu LI UL LI.active A,
#menu LI UL LI.active A:focus,
#menu LI UL LI.active A:hover,
#menu LI UL LI A:hover,
#menu LI.active UL LI A:hover {
    background: #FFFFFF;
    color: #000000;
}
.solomos_menu {
    float: left;
    width: 100%;
    background: #DDCCA7;
    margin: 0px;
    padding: 0px;
}
.solomos_menu LI {
    float: left;
    padding: 5px 15px 5px 15px;
}
.solomos_menu LI A {
    color: #4D4B44;
}
.solomos_menu LI A:hover {
    color: #904126;
}
.solomos_menu LI.active A {
    color: #904126;
}
#gallery {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
}
#gallery A {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}
#gallery A IMG {
    border: none;
    width: 100%;
    /*    position: absolute;*/
    height: auto;
}
#gallery A.show {
    z-index: 1;
}
#gallery .caption {
    z-index: 600;
    width: 60%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#gallery .caption .content {
    /*margin: 5px;*/
}
#gallery .caption .content H3 {
    margin: 0;
    padding: 20px;
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: 5px;
    border: #FFFFFF solid 3px;
}
.main {
    background: #AAA08E;
    margin-top: 80px;
}
.page_left_panel {
    background: #FFFFFF;
    padding: 0px 60px 0px 8.33333%;
}
.pageAssets_left_panel {
    padding: 30px 60px 30px 8.33333%;
}
.pageAssets_left_panel LI {
    padding: 15px;
}
.btn-warning {
    background: #BCA229;
    border: #BCA229 solid 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-warning:hover {
    background: #734835;
    border: #734835 solid 1px;
}
#map {
    width: 100%;
    height: 600px;
}
.frontpage_msg {
    margin: 0px;
    letter-spacing: 10px;
    padding: 40px;
    height: 110px;
}
.xartis A {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #C30B35;
    border-radius: 50%;
}
.mouseio_map {
    list-style-type: none;
}
.mouseio_map LI {
    margin: 10px 0px 10px 0px;
}
.mouseio_map DIV {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #000000;
    color: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 15px 0px 0px;
}
.politirio {
    float: left;
    width: 100%;
    padding: 15px 0px 15px 0px;
    border-bottom: #CCCCCC solid 1px;
    margin-bottom: 15px;
}
.side_panel {
    background: #AAA08E;
    padding: 0px
}
.side_panel UL {
    margin: 50px 0px 50px 0px;
}
.side_panel UL LI {
    margin: 10px 0px 10px 0px;
}
.side_panel A {
    color: #FFFFFF;
}
.side_panel A:hover {
    color: #904126;
}
.side_panel LI.active A {
    color: #904126;
}
.side_panel UL.gallery {
    list-style-type: none;
    padding: 30px;
    margin: 0px;
}
.side_panel UL.gallery LI {
    padding: 15px;
    margin: 0px;
}
.museum_light::before {
    background-image: url(../images/mouseio_outdoors.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-filter: sepia(1) brightness(0.8) saturate(50%);
    filter: sepia(1) brightness(0.8) saturate(50%);
}
.museum_light {
    height: 100vh;
    display: block;
    margin-top: -110px;
    overflow: hidden;
    z-index: 1;
}
.museum_light A {
    background: #FFFFFF;
    height: 110px;
    line-height: 110px;
    font-size: 36px;
    display: block;
    color: #BCA229;
}
.museum_light A:hover {
    color: #734835;
}
.retali_white {
    position: relative;
    float: left;
    width: 30px;
}
.retali_white DIV:nth-child(1) {
    background: #FFFFFF;
    height: 50px;
}
.retali_white DIV:nth-child(2) {
    width: 0px;
    height: 0px;
    border-top: #FFFFFF solid 30px;
    border-right: transparent solid 30px;
    border-bottom: #FFFFFF solid 30px;
}
.retali_white DIV:nth-child(3) {
    background: #FFFFFF;
    height: 1500px;
}
.epifaneis_row {
    background: #E0DDD7;
}
.retali_dark {
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #E0DDD7;
}
.ores {
    font-size: 19px;
    padding: 60px;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.frontpage_title {
    background: #FFFFFF;
    padding: 130px 0px 130px 0px;
}
.frontpage_text .frontpage_title {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: #000000 solid 1px;
}
.frontpage_text {
    line-height: 28px;
    background: rgba(255, 255, 255, 0.5);
    padding: 60px 30px 60px 60px;
    font-size: 19px;
    height: 86vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.frontpage_text SPAN {
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
    display: block;
}
.frontpage_nea {
    padding: 60px;
}
.frontpage_epifaneis DIV {
    overflow: hidden;
}
.frontpage_epifaneis A {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(221, 204, 167, 0.3);
    opacity: 0;
    color: #FFFFFF;
    font-size: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.frontpage_epifaneis A:hover {
    opacity: 1;
}
.ekp_panel {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.time_right {
    background-image: url(../images/time_right.jpg);
}
.istoria_right {
    background-image: url(../images/istoria_right.jpg);
}
.ekp_right {
    background-image: url(../images/ekp_right.jpg);
}
.art_right {
    background-image: url(../images/art_right.jpg);
}
.ekp_panel.time_right .retali_white  {
    float: right;
}
.ekp_panel.time_right .retali_white DIV:nth-child(2)  {
    border-left: transparent solid 30px;
    border-right: none;
}
.ekp_panel.ekp_right .retali_white  {
    float: right;
}
.ekp_panel.ekp_right .retali_white DIV:nth-child(2) {
    border-left: transparent solid 30px;
    border-right: none;
}
.time_left IMG {
    width: 50px;
}
.istoria_left IMG {
    width: 50px;
}
.ekp_left IMG {
    width: 50px;
}
.art_left IMG {
    width: 50px;
}
DECO {
    display: block;
    margin-top: -10px;
}
DECO SPAN {
    width: 30px;
    height: 2px;
    background: #000000;
    display: inline-block;
}
DECO SPAN:nth-child(2) {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.vis-timeline {
    background: #AAA08E;
}
.timeline_img {
    float: left;
    width: 100%;
    color: #FFFFFF;
}
.timeline_img:hover {
    color: #BCA229;
}
.timeline_title {
    margin-top: 0px;
}
.timeline_img IMG {
    float: left;
    width: auto;
    height: 70px;
    margin-right: 15px;
}
.vis-item {
    background: #734835;
    border-color: #734835;
    box-shadow: 2px 2px 3px;
    border: solid 1px #BAAE99;
    z-index: 100;
}
.vis-item.vis-range:hover {
    
    z-index: 1000;
}
.vis-item-content {
    width: 100%;
    overflow: hidden;
}
.vis-item.vis-line {
    border-left-width: 3px;
}
.vis-item.vis-dot {
    border-width: 5px;
    border-radius: 5px;
}
.vis-time-axis .vis-text {
    color: #FFFFFF;
}
.vis-labelset .vis-label {
    color: #FFFFFF;
}
.arrow_bottom {
    position: absolute;
    width: 0px;
    height: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -15px;
    border-top: #734835 solid 15px;
    border-right: transparent solid 15px;
    border-left: transparent solid 15px;
}
.pageNav {
    margin-bottom: 30px;
}
.pageNav SPAN A {
    background: #F9F1DE;
    border: #BCA229 solid 1px;
    padding: 5px 15px 5px 15px;
    margin: 5px;
}
.pswp__caption__center {
    font-size: 16px;
    max-width: 1000px;
}
FOOTER {
    background: #DDCCA7;
    line-height: 60px;
}
FOOTER P {
    margin: 0px;
}
@media screen and (max-width:868px) {
    #menu {
        position: relative;
    }
    .navbar-default .navbar-brand {
        font-size: 16px;
    }
    .col-sm-1, .col-md-1, .col-lg-1, .col-sm-2, .col-md-2, .col-lg-2, .col-sm-3, .col-md-3, .col-lg-3, .col-sm-4, .col-md-4, .col-lg-4, .col-sm-5, .col-md-5, .col-lg-5, .col-sm-6, .col-md-6, .col-lg-6, .col-sm-7, .col-md-7, .col-lg-7, .col-sm-8, .col-md-8, .col-lg-8, .col-sm-9, .col-md-9, .col-lg-9, .col-sm-10, .col-md-10, .col-lg-10, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 {
        float: left;
        width: 100%;
    }
    .frontpage_title {
        font-size: 32px;
    }
    .frontpage_msg {
        font-size: 24px;
    }
    .museum_light {
        height: auto;
        margin-top: 0px;
    }
    .frontpage_text {
        height: auto;
        display: block;
    }
    .museum_light::before {
        background-position: left top;
        background-size: auto;
    }
}