@import "_external/animations.css";
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.5;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    font-variant-ligatures: common-ligatures;
    box-sizing: border-box!important;
    text-rendering: optimizeLegibility;
}
.no_blur {
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
}
.text_font {
    font-family: "Literata", Arial;
    font-kerning: normal;
    font-variant-ligatures: none!important;
}
.read_font {
    font-family: "Literata", Georgia;
    font-kerning: normal;
    font-variant-ligatures: none!important;
}
.display_font {
    font-family: "Fira Mono", Georgia;
}
.mono_font {
    font-family: "Fira Mono", "Courier New Greek"}
.thin {
    font-weight: 100;
    font-style: normal;
}
.light {
    font-weight: 200;
    font-style: normal;
}
.book {
    font-weight: 300;
    font-style: normal;
}
.normal {
    font-weight: 400;
    font-style: normal;
}
.medium {
    font-weight: 500;
    font-style: normal;
}
.semibold {
    font-weight: 600;
    font-style: normal;
}
.bold {
    font-weight: 700;
    font-style: normal;
}
.black {
    font-weight: 900;
    font-style: normal;
}
.italic {
    font-style: italic;
}
.underlined {
    text-decoration: underline;
}
.notUnderlined {
    text-decoration: none;
}
.centeredText {
    text-align: center;
}
.rightText {
    text-align: right;
}
.leftText {
    text-align: left;
}
.lowercase {
    text-transform: lowercase;
}
.capitalized {
    text-transform: uppercase;
}
.capitalizedSingle {
    text-transform: capitalize;
}
.regCapitalized {
    text-transform: none;
}
.noTextCols {
    background: transparent!important;
    -moz-column-count: 1!important;
    -webkit-column-count: 1!important;
    column-count: 1!important;
    -moz-column-gap: 0!important;
    -webkit-column-gap: 0!important;
    column-gap: 0!important;
}
.noTextCols .break {
    background: transparent!important;
    -webkit-column-break-before: avoid!important;
    column-break-before: avoid!important;
}
.clear {
    clear: both;
    float: none;
    display: block;
}
.left {
    float: left;
}
.right {
    float: right;
}
.centered {
    margin: 0 auto;
}
.leftSpace {
    margin: 0 0 0 5px;
}
.rightSpace {
    margin: 0 5px 0 0;
}
.topSpace {
    margin: 5px 0 0 0;
}
.bottomSpace {
    margin: 0 0 15px 0;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.fix {
    position: fixed;
}
.noBorder {
    border: 0;
}
.grid {
    display: grid;
    grid-gap: 0;
    grid-auto-flow: column;
}
.active {
    cursor: pointer!important;
}
.inactive {
    cursor: default!important;
}
.invisible {
    display: none;
}
.completelyHidden {
    display: none!important;
    visibility: hidden!important;
}
.blocked {
    display: none!important;
    visibility: hidden!important;
}
.timeoff {
    display: none!important;
    visibility: hidden!important;
}
.nonSelective {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    padding: 10px 20px;
    margin: 0 0 10px 0;
    border: solid 1px #4b4b4b;
    background: transparent;
    text-transform: uppercase;
    font-size: .875em;
    color: #4b4b4b;
    cursor: pointer!important;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.button:hover {
    background: #fff;
    color: #4b4b4b;
}
.button:active {
    background: #4b4b4b;
    color: #fff;
}
.button.disabled {
    cursor: default!important;
    background: #e94f35!important;
    color: #fff!important;
}
.button.disabled:hover {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.35);
}
.button.gray {
    background: transparent;
    color: #4b4b4b;
}
.button.gray:hover {
    background: #4b4b4b;
    color: #fff;
}
.button.gray:active {
    background: #777;
    -webkit-box-shadow: inset 0 5px 7px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 5px 7px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 5px 7px rgba(0, 0, 0, 0.35);
}
.button.small {
    padding: 5px 20px;
}
.button.selected {
    background: #ffe;
    color: #4b4b4b;
}
.button.selected:hover {
    background: #f00;
    color: #fff;
}
.col_1 {
    width: 8.333333333333332%;
    float: left;
    background: transparent;
    padding: 0;
}
.col_2 {
    width: 16.666666666666664%;
    float: left;
    background: transparent;
    padding: 0;
}
.col_3 {
    width: 25%;
    float: left;
    background: transparent;
    padding: 0;
}
.col_4 {
    width: 33.33333333333333%;
    float: left;
    background: transparent;
    padding: 0;
}
.col_5 {
    width: 41.66666666666667%;
    float: left;
    background: transparent;
    padding: 0;
}
.col_6 {
    width: 50%;
    float: left;
    background: transparent;
    padding: 0;
}
.col_7 {
    width: 58.333333333333336%;
    float: left;
    background: transparent;
    padding: 0;
}
.col_8 {
    width: 66.66666666666666%;
    float: left;
    background: transparent;
    padding: 0;
}
.col_9 {
    width: 75%;
    float: left;
    background: transparent;
    padding: 0;
}
.col_10 {
    width: 83.33333333333334%;
    float: left;
    background: transparent;
    padding: 0;
}
.col_11 {
    width: 91.66666666666666%;
    float: left;
    background: transparent;
    padding: 0;
}
.col_12 {
    width: 100%;
    float: left;
    background: transparent;
    padding: 0;
}
.col_set {
    position: relative;
}
.col_set:before, .col_set:after {
    content: "";
    display: block;
    clear: both;
}
*:focus {
    outline: 0;
}
html, body {
    width: 100%;
    font-family: "Literata", Arial;
    font-kerning: normal;
    font-variant-ligatures: none!important;
    font-size: 1em;
    line-height: 1.5;
    padding: 0!important;
    margin: 0!important;
    overflow-x: hidden;
}
body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
body.karamitsos {
    /* background: #999; */
    background: #a48661;
    background: -moz-linear-gradient(-90deg, #a48661 0, #d7b994 100%);
    background: -webkit-linear-gradient(-90deg, #a48661 0, #d7b994 100%);
    background: linear-gradient(to -90deg, #a48661 0, #d7b994 100%);
}
body.athens {
    background: #576;
    background: -moz-linear-gradient(-90deg, #576 0, #8a9 100%);
    background: -webkit-linear-gradient(-90deg, #576 0, #8a9 100%);
    background: linear-gradient(to -90deg, #576 0, #8a9 100%);
}
body.noScroll {
    overflow-y: hidden;
}
div, div * {
    color: #4b4b4b;
}
b {
    font-weight: 700;
    font-style: normal;
}
em, i {
    font-style: italic;
}
strong {
    font-weight: 700;
    font-style: normal;
}
del {
    color: #f00;
}
h1 {
    font-family: "Literata", Arial;
    font-kerning: normal;
    font-variant-ligatures: none!important;
    font-size: 2em;
    line-height: 1.25;
    color: #fff;
    text-align: center;
    padding: 0 0 25px;
    margin: 200px auto 50px;
}
h2 {
    font-family: "Literata", Arial;
    font-kerning: normal;
    font-variant-ligatures: none!important;
    font-size: 1.5em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    color: #053652;
    width: 70%}
h3 {
    font-family: "Literata", Arial;
    font-kerning: normal;
    font-variant-ligatures: none!important;
    font-size: 1.125em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    color: #4b4b4b;
    margin: 15px 0;
}
hr {
    clear: both;
    float: none;
    display: block;
    border: 0;
    border-top: dotted 1px #4b4b4b;
    margin: 25px auto 25px;
}
hr.full {
    width: 100%}
img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
img.full {
    width: 100%}
img.h_full {
    height: 100%}
img.in_text {
    margin: 50px 0;
}
a {
    cursor: pointer!important;
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.selected {
    text-decoration: underline;
}
a.small {
    font-size: .75em;
}
a.button {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    padding: 10px 25px;
    margin: 0;
}
select {
    cursor: pointer!important;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 10px;
    font-family: "Literata", Arial;
    font-kerning: normal;
    font-variant-ligatures: none!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
select:hover {
    background: #fff;
}
p+p {
    margin: 10px 0 0;
}
sup {
    vertical-align: super;
    font-size: .625em!important;
    color: inherit!important;
}
::selection {
    background: #4b4b4b;
    color: #fff;
}
::-moz-selection {
    background: #4b4b4b;
    color: #fff;
}
#dhtmltooltip {
    position: absolute;
    max-width: 350px;
    background: #000!important;
    padding: 5px 10px;
    visibility: hidden;
    z-index: 30000;
    font-family: "Literata", Arial;
    font-kerning: normal;
    font-variant-ligatures: none!important;
    font-size: .8125em;
    margin: 4px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
#dhtmltooltip, #dhtmltooltip * {
    color: #fff!important;
}
#ie_message {
    text-align: center;
    margin: 100px 0 0;
    font-family: "Literata", Arial;
    font-kerning: normal;
    font-variant-ligatures: none!important;
    letter-spacing: 0;
    color: #fff;
}
#ie_message * {
    color: #fff;
}
#forData {
    width: 100%;
    min-height: 300px;
    display: none!important;
    visibility: hidden!important;
}
#top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 750!important;
    cursor: pointer!important;
    padding: 8px 15px 6px;
    border: solid 0 #4b4b4b;
    background: #053652;
    color: #fff;
    font-family: "Fira Mono", Georgia;
    font-weight: 700;
    font-style: normal;
    font-size: .75em;
    letter-spacing: 2px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=100);
    pointer-events: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#top.opened {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto;
}
#top.opened:hover {
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=100);
}
#top.gr {
    background: #053652;
}
#top.en {
    background: #053652;
}
.fadeout {
    position: relative;
    bottom: 2em;
    left: 0;
    height: 2em;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
}
.fade {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.scrollable {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;    
}
.scrollable::-webkit-scrollbar-track {
    background-color: transparent;
    cursor: pointer!important;
}
.scrollable::-webkit-scrollbar {
    width: 5px;
    height: auto;
    background-color: transparent;
}
.scrollable::-webkit-scrollbar-thumb {
    background-color: #053652;
    border: 0;
}
.scrollable.horizontal {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap!important;
}
.scrollable.horizontal::-webkit-scrollbar {
    height: 5px;
}
#loader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#loader.karamitsos {
    background: #a48661;
    /* background: #999; */
}
#loader.athens {
    background: #576;
}
#wip {
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#wip #wip_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url('files/covers/cover_1.jpg');
    background-size: cover;
    background-position: center center;
}
#wip #wip_content {
    background: #fff;
    -moz-opacity: .95;
    -khtml-opacity: .95;
    opacity: .95;
    filter: alpha(opacity=100);
    flex-basis: 40%;
    padding: 50px 25px;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 10;
    pointer-events: none;
}
#wip #wip_content #wip_logo {
    text-align: center;
    margin: 0 auto;
}
#wip #wip_content #wip_logo svg {
    width: 25vw;
    min-width: 250px;
}
#wip #wip_content p {
    text-align: center;
    width: 100%;
    font-size: 2em;
    color: #053652;
}
header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px;
    pointer-events: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
header #logo {
    flex-basis: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
}
header #logo svg {
    cursor: pointer!important;
    height: 70px;
}
header #logo svg path {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    fill: #fff;
}
header #logo:hover svg path {
    fill: #fff;
}
header #main_actions {
    position: relative;
    top: 10px;
    left: -100px;
}
header #main_actions a {
    font-family: "Fira Mono", Georgia;
    text-transform: uppercase;
}
header #main_actions span {
    font-family: "Fira Mono", Georgia;
    text-transform: uppercase;
    color: #fff;
}
header #main_actions a:hover {
    text-decoration: none;
}
header.hidden {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=100);
    pointer-events: none;
}
#menu_opener {
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 1000;
    padding: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#menu_opener.hidden {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=100);
    pointer-events: none;
}
#mobile_menu {
    position: fixed;
    top: 0;
    right: -490px;
    z-index: 800;
    margin: 0;
    width: 480px;
    height: 100vh;
    background: #eae5dd;
    padding: 100px 75px 50px;
    list-style-type: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: -5px -5px 7px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -5px -5px 7px rgba(0, 0, 0, 0.35);
    box-shadow: -5px -5px 7px rgba(0, 0, 0, 0.35);
}
#mobile_menu li {
    cursor: pointer!important;
    margin: 5px 0 2px;
}
#mobile_menu li a {
    color: #053652;
    font-family: "Fira Mono", Georgia;
    text-decoration: none;
    font-size: 1.25em;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.novideo {
    color: #bbbbbb!important;
}
#mobile_menu li a.selected, #mobile_menu li a:hover {
    position: relative;
    top: 0;
    left: 5px;
}
#mobile_menu li.lang, #mobile_menu li.social {
    margin: 25px 0 25px 5px;
}
#mobile_menu li.lang *, #mobile_menu li.social * {
    color: #a48661;
}
#mobile_menu li.lang a:before, #mobile_menu li.social a:before {
    display: none!important;
    visibility: hidden!important;
}
#mobile_menu li.lang a.selected, #mobile_menu li.social a.selected, #mobile_menu li.lang a:hover, #mobile_menu li.social a:hover {
    position: relative!important;
    top: 0!important;
    left: 0!important;
}
#mobile_menu li.social {
    margin: 25px 0 0;
}
#mobile_menu li.social a span {
    display: none!important;
    visibility: hidden!important;
}
#mobile_menu li.social a svg {
    width: 35px;
    height: 35px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#mobile_menu li.social a svg path {
    fill: #a48661;
}
#mobile_menu li.social a:hover svg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#mobile_menu li.contact_info {
    cursor: default!important;
    position: absolute;
    bottom: 50px;
    left: 75px;
    color: #053652;
}
#mobile_menu li.contact_info a {
    font-family: "Literata", Arial;
    font-kerning: normal;
    font-variant-ligatures: none!important;
    font-size: 1em;
}
#mobile_menu li.contact_info a:hover {
    position: relative;
    top: 0;
    left: 0;
    text-decoration: underline;
}
#mobile_menu li:nth-child(2):after, #mobile_menu li:nth-child(5):after, #mobile_menu li:nth-child(7):after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    border-top: dashed 1px #a48661;
    margin: 20px auto;
}
#mobile_menu.opened {
    position: fixed;
    top: 0;
    right: 0;
}
.carousel {
    width: 100%;
    position: relative;
    margin: 50px auto;
    height: 580px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.carousel .carousel_photos_container {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.carousel .carousel_photos_container div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel .carousel_photos_container div.hidden {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=100);
}
.carousel .carousel_arrows_navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 500;
}
.carousel .carousel_arrows_navigation .carousel_left, .carousel .carousel_arrows_navigation .carousel_right {
    cursor: pointer!important;
    height: 100%;
    width: 100px;
}
.carousel .carousel_arrows_navigation .carousel_left svg, .carousel .carousel_arrows_navigation .carousel_right svg {
    height: 30px;
    width: auto;
    -moz-opacity: .75;
    -khtml-opacity: .75;
    opacity: .75;
    filter: alpha(opacity=100);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.carousel .carousel_arrows_navigation .carousel_left svg, .carousel .carousel_arrows_navigation .carousel_right svg, .carousel .carousel_arrows_navigation .carousel_left svg *, .carousel .carousel_arrows_navigation .carousel_right svg * {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.carousel .carousel_arrows_navigation .carousel_left {
    position: absolute;
    top: 0;
    left: 0;
}
.carousel .carousel_arrows_navigation .carousel_left:hover svg {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}
.carousel .carousel_arrows_navigation .carousel_left:hover svg polygon {
    fill: #fff;
}
.carousel .carousel_arrows_navigation .carousel_right {
    position: absolute;
    top: 0;
    left: calc(100% - 100px);
}
.carousel .carousel_arrows_navigation .carousel_right:hover svg {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
.carousel .carousel_arrows_navigation .carousel_right:hover svg polygon {
    fill: #fff;
}
.main_form {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
}
.main_form .form_human {
    display: none!important;
    visibility: hidden!important;
}
.main_form input:not([type='checkbox']), .main_form textarea {
    border: 0;
    flex-basis: 100%;
    background: white;
    margin: 0 0 20px 0;
    font-family: "Literata", Arial;
    font-kerning: normal;
    font-variant-ligatures: none!important;
    caret-color: #000;
    font-size: 1.125em;
    padding: 20px 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.main_form input:not([type='checkbox']).half, .main_form textarea.half {
    flex-basis: 49%}
.main_form textarea {
    resize: none;
    height: 250px;
}
.main_form select:not([multiple]) {
    padding: 20px;
    background: white;
    flex-basis: 100%;
    margin: 0 0 20px 0;
}
.main_form select:not([multiple]).half {
    flex-basis: 49%}
.main_form select:not([multiple]) option {
    padding: 10px;
}
.main_form .button {
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-size: 1em;
    margin: 0;
}
.main_form .button.gr {
    background: #053652;
}
.main_form .button.en {
    background: #053652;
}
.main_form .button:hover {
    background: #4b4b4b;
}
.customSlideUp {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=100);
    position: relative;
    top: 50px;
    left: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.customSlideUp.opened {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    top: 0;
    left: 0;
}
section {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 100;
}
section .label {
    font-family: "Fira Mono", Georgia;
    display: inline-block;
    color: #053652;
    text-transform: uppercase;
    font-size: .75em;
    margin: 0 10px 0 0;
    padding: 3px 0 0 0;
    border-top: solid 1px #053652;
}
section .value {
    font-family: "Fira Mono", Georgia;
    display: inline-block;
    color: #053652;
    font-weight: 700;
    font-style: normal;
    font-size: 2em;
}
section#live {
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
section#live #lot_elements {
    flex-basis: 49.5%;
    background: #fff;
    -webkit-box-shadow: -5px 5px 9px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -5px 5px 9px rgba(0, 0, 0, 0.35);
    box-shadow: -5px 5px 9px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
section#live #lot_elements #lot_img {
    flex-basis: 100%;
    order: 2;
    background: #ffffff;
    height: 390px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
section#live #lot_elements #lot_label {
    flex-basis: 100%;
    order: 3;
    background: #053652;
    color: #fff;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
section#live #lot_elements #lot_img img {
    max-height: 75%}
section#live #lot_elements #lot_info {
    flex-basis: 100%;
    order: 1;
    padding: 15px 25px;
    height: 75px;
    background: #053652;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
section#live #lot_elements #lot_info * {
    color: #fff!important;
}
section#live #lot_elements #lot_info .label {
    border-color: #fff;
}
section#live #lot_elements #lot_info #lot_number {
    flex-basis: 49%}
section#live #lot_elements #lot_info #lot_start_price {
    flex-basis: 49%}
section#live #lot_elements #lot_description {
    flex-basis: 100%;
    order: 4;
    padding: 25px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 290px;
}
section#live #lot_elements #lot_description::-webkit-scrollbar-track {
    background-color: transparent;
    cursor: pointer!important;
}
section#live #lot_elements #lot_description::-webkit-scrollbar {
    width: 5px;
    height: auto;
    background-color: transparent;
}
section#live #lot_elements #lot_description::-webkit-scrollbar-thumb {
    background-color: #053652;
    border: 0;
}
section#live #lot_elements #lot_description.horizontal {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
section#live #lot_elements #lot_description.horizontal::-webkit-scrollbar {
    height: 5px;
}
section#live #lot_elements #lot_description * {
    color: #053652;
}
section#live #auction_elements {
    flex-basis: 49.5%;
    background: #fff;
    -webkit-box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
section#live #auction_elements #auction_state {
    flex-basis: 100%;
    order: 1;
    text-align: center;
    padding: 24px;
    height: 75px;
    font-size: 1.25em;
    font-family: "Fira Mono", Georgia;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    background: #eee;
    color: #999;
}
section#live #auction_elements #auction_state.success {
    background: #00a65c;
    color: #fff;
}
section#live #auction_elements #auction_state.failure {
    background: #444;
    color: #fff;
}
section#live #auction_elements #auction_state.unable {
    background: #eee;
    color: #999;
}
section#live #auction_elements #auction_state.technical {
    background: #ffc6ac;
    color: #e94f35;
}
section#live #auction_elements #auction_current_and_time {
    flex-basis: 100%;
    order: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: 125px;
}
section#live #auction_elements #auction_current_and_time #auction_current_bid, section#live #auction_elements #auction_current_and_time #auction_time {
    height: 100%;
    padding: 15px 0 25px;
    text-align: center;
    flex-basis: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
section#live #auction_elements #auction_current_and_time #auction_current_bid .label, section#live #auction_elements #auction_current_and_time #auction_time .label, section#live #auction_elements #auction_current_and_time #auction_current_bid .value, section#live #auction_elements #auction_current_and_time #auction_time .value {
    flex-basis: 51%}
section#live #auction_elements #auction_current_and_time #auction_current_bid {
    background: #fff7b2;
}
section#live #auction_elements #auction_current_and_time #auction_time {
    background: #eee;
    text-align: center;
}
section#live #auction_elements #auction_current_and_time #auction_time.alert {
    background: #e94f35;
}
section#live #auction_elements #auction_current_and_time #auction_time.alert * {
    color: #fff;
}
section#live #auction_elements #auction_current_and_time #auction_time.alert .label {
    border-color: #fff;
}
section#live #auction_elements #auction_current_and_time #auction_time.accepting {
    background: #22c87e;
}
section#live #auction_elements #auction_current_and_time #auction_time.accepting * {
    color: #fff;
}
section#live #auction_elements #auction_current_and_time #auction_time.accepting .label {
    border-color: #fff;
}
section#live #auction_elements #auction_current_and_time #auction_time #message {
    font-family: "Fira Mono", "Courier New Greek";
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
    line-height: .5;
    padding: 20px 0 26px;
}

section#live #auction_elements #auction_management {
    flex-basis: 100%;
    order: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: 75px;
}
section#live #auction_elements #auction_management #auction_start_stop, section#live #auction_elements #auction_management #auction_buttons {
    height: 100%;
    padding: 10px 0 20px;
    text-align: center;
    flex-basis: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
section#live #auction_elements #auction_management #auction_start_stop .label, section#live #auction_elements #auction_management #auction_buttons .label, section#live #auction_elements #auction_management #auction_start_stop .value, section#live #auction_elements #auction_management #auction_time .value {
    flex-basis: 51%}
section#live #auction_elements #auction_management #auction_start_stop {
    background: #c0c0c0;
}
section#live #auction_elements #auction_management #auction_buttons {
    background: #c0c0c0;
    /* text-align: center; */
}
.closelot {
    background: #00a65c!important;    
    color: #fff;
}
section#live #auction_elements #auction_management #auction_start_stop #managebutton {
    background: #053652;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: "Fira Mono", Georgia;
    border: 0!important;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25em;
    padding: 30px 0;
    margin: 1px!important;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
section#live #auction_elements #auction_management #auction_start_stop #managebutton:hover {
    -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.35);
}
section#live #auction_elements #auction_management #auction_start_stop #managebutton:active {
    background: #999;
    color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
}
section#live #auction_elements #auction_management #auction_buttons #managebutton {
    background: #053652;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: "Fira Mono", Georgia;    
    border: 0!important;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25em;
    padding: 30px 0;
    margin: 1px!important;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
section#live #auction_elements #auction_management #auction_buttons #managebutton:hover {
    -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.35);
}
section#live #auction_elements #auction_management #auction_buttons #managebutton:active {
    background: #999;
    color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
}
section#live #auction_management #auction_start_stop #managebutton {
    font-size: 1.125em!important;
    padding: 5px 2px!important;
    flex-basis: 30%!important;
    margin: 0;
}
section#live #auction_management #auction_buttons #managebutton {
    font-size: 1.125em!important;
    padding: 5px 2px!important;
    flex-basis: 45%!important;
    margin: 0;    
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


section#live #auction_elements #auction_bid {
    flex-basis: 100%;
    order: 3;
    width: 100%;
    height: 100%;
    padding: 25px;
    background: #ddd;
    height: 135px;
}
section#live #auction_elements #auction_bid form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
section#live #auction_elements #auction_bid form #bid_input {
    flex-basis: 49%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
section#live #auction_elements #auction_bid form #bid_input input {
    width: 75%;
    margin-top: 5px;
    border: 0;
    outline: 0;
    color: #053652;
    font-family: "Fira Mono", Georgia;
    text-align: right;
    padding: 10px;
    font-weight: 700;
    font-style: normal;
    font-size: 2em;
}
section#live #auction_elements #auction_bid form #bid_input:before {
    content: "€";
    font-family: "Fira Mono", Georgia;
    color: #053652;
    position: absolute;
    bottom: 5px;
    left: 50px;
    z-index: 10000;
    font-size: 2em;
}
section#live #auction_elements #auction_bid form #bid_submit {
    flex-basis: 49%}
section#live #auction_elements #auction_bid form #bid_submit #place_bid {
    background: #053652;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: "Fira Mono", Georgia;
    border: 0!important;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25em;
    padding: 30px 0;
    margin: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
section#live #auction_elements #auction_bid form #bid_submit #place_bid:hover {
    -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.35);
}
section#live #auction_elements #auction_bid form #bid_submit #place_bid:active {
    background: #999;
    color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
}
section#live #auction_elements #auction_log {
    flex-basis: 100%;
    order: 4;
    padding: 25px;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 420px;
}
section#live #auction_elements #auction_log::-webkit-scrollbar-track {
    background-color: transparent;
    cursor: pointer!important;
}
section#live #auction_elements #auction_log::-webkit-scrollbar {
    width: 5px;
    height: auto;
    background-color: transparent;
}
section#live #auction_elements #auction_log::-webkit-scrollbar-thumb {
    background-color: #053652;
    border: 0;
}
section#live #auction_elements #auction_log.horizontal {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
section#live #auction_elements #auction_log.horizontal::-webkit-scrollbar {
    height: 5px;
}
section#live #auction_elements #auction_log * {
    color: #053652;
}
section#live_lists {
    width: 98%}
section#live_lists .list_tabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
section#live_lists .list_tabs .list_tab {
    flex-basis: 150px;
    position: relative;
    z-index: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: .875em;
    letter-spacing: 2px;
    font-family: "Fira Mono", "Courier New Greek";
    font-weight: 500;
    font-style: normal;
    padding: 15px 25px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -webkit-border-top-left-radius: 16px;
    -moz-border-radius-topright: 16px;
    -moz-border-radius-topleft: 16px;
    cursor: pointer!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
section#live_lists .list_tabs .list_tab.opened {
    -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.35);
    z-index: 100;
    font-weight: 700;
    font-style: normal;
}
section#live_lists .lists {
    height: 340px;
    position: relative;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 110;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.35);
    white-space: nowrap!important;
}
section#live_lists .lists::-webkit-scrollbar-track {
    background-color: transparent;
    cursor: pointer!important;
}
section#live_lists .lists::-webkit-scrollbar {
    width: 5px;
    height: auto;
    background-color: transparent;
}
section#live_lists .lists::-webkit-scrollbar-thumb {
    background-color: #053652;
    border: 0;
}
section#live_lists .lists.horizontal {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap!important;
}
section#live_lists .lists.horizontal::-webkit-scrollbar {
    height: 5px;
}
section#live_lists .lists::-webkit-scrollbar {
    height: 12px;
}
section#live_lists .lists .list {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 10px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=100);
    pointer-events: none;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: flex-start;
    /* align-items: flex-start; */
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
section#live_lists .lists .list.opened {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto;
}
section#live_lists .lists .list .list_item {
    cursor: pointer!important;
    flex-basis: 150px;
    padding: 15px;
    text-align: center;
    background: #fff;
    margin: 5px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
section#live_lists .lists .list .list_item img {
    max-height: 150px;
    max-width: 120px;
    height: auto;
    width: auto;
    margin-bottom: 10px;
}
section#live_lists .lists .list .list_item * {
    color: #053652;
    font-family: "Fira Mono", "Courier New Greek";
    font-size: .875em;
}
section#live_lists .lists .list .list_item .list_item_price {
    font-weight: 700;
    font-style: normal;
}
section#live_lists .lists .list .list_item:hover {
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}
section#live_lists.karamitsos .list_tab.opened, section#live_lists.karamitsos .lists {
    background: #ddd;
    color: #053652;
}
section#live_lists.karamitsos .list_tab:not(.opened) {
    color: #888;
    background: #bbb;
}
section#live_lists.athens .list_tab.opened, section#live_lists.athens .lists {
    background: #acb;
    color: #354;
}
section#live_lists.athens .list_tab:not(.opened) {
    color: #576;
    background: #8a9;
}
.container-inner { width: 10000px; }
.popup {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: transparent;
    pointer-events: none!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=100);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.popup .popup_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #053652;
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9;
    filter: alpha(opacity=100);
}
.popup .popup_container {
    position: relative;
    z-index: 110;
    padding: 25px;
    pointer-events: none!important;
    background: #fff;
    border-radius: 8px!important;
    -webkit-border-radius: 8px!important;
    -moz-border-radius: 8px!important;
}
.popup .popup_container * {
    color: #053652!important;
}
.popup .popup_container form {
    width: 100%}
.popup .popup_container form input:not([type="checkbox"]) {
    width: 100%!important;
    margin: 10px 0;
    padding: 10px;
}
.popup .popup_container form label {
    margin: 10px 0;
}
.popup .popup_container .button {
    margin: 10px 0!important;
    background: #053652;
    color: #fff!important;
}
.popup .popup_container .button:hover {
    background: transparent;
    color: #053652!important;
}
.popup .popup_container a {
    text-decoration: underline;
}
.popup .popup_container a:hover {
    text-decoration: none;
}
.popup .popup_container hr {
    border-top: dotted 1px #053652;
}
.popup.opened {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.popup.opened .popup_container {
    pointer-events: auto!important;
}
footer {
    position: relative;
    z-index: 750;
    width: 98%;
    margin: 50px auto;
    text-align: center;
}
footer, footer * {
    color: #fff;
}
.show_on_mobile, .show_only_on_mobile {
    display: none!important;
    visibility: hidden!important;
}
@media all and (max-width:1280px) {
    .col_set>* {
    clear: both;
    float: none;
    display: block;
    width: 100%!important;
    display: block!important;
    margin: 0 0 25px!important;
}
}@media all and (max-width:840px) {
    .show_only_on_mobile {
    display: block!important;
    visibility: visible!important;
}
.to_hide_mobile {
    display: none!important;
    visibility: hidden!important;
}
header {
    padding: 25px!important;
}
header #main_actions {
    position: relative;
    top: 10px;
    left: -75px;
}
#menu_opener {
    position: fixed;
    top: 25px;
    right: 25px;
}
h1 {
    margin-top: 175px!important;
    font-size: 1.75em!important;
    width: 98%!important;
}
section .label {
    font-size: .6875em!important;
    margin: 0 5px 0 0!important;
}
section .value {
    font-size: 1.25em!important;
}
section#live #lot_img {
    order: 2!important;
}
section#live #lot_info, section#live #lot_description {
    padding: 15px!important;
}
section#live #lot_info {
    order: 1!important;
    height: 60px!important;
}
section#live #lot_description {
    order: 3!important;
}
section#live #auction_state {
    font-size: .8125em!important;
    height: 60px!important;
}
section#live #auction_current_and_time {
    height: 95px!important;
}
section#live #auction_current_and_time #auction_current_bid, section#live #auction_current_and_time #auction_time {
    padding: 15px 0!important;
}
section#live #auction_log {
    height: 460px!important;
}
section#live #auction_bid {
    padding: 15px!important;
    height: 95px!important;
}
section#live #auction_bid #bid_input {
    text-align: center;
}
section#live #auction_bid #bid_input input {
    width: 100%!important;
    font-size: 1.25em!important;
}
section#live #auction_bid #bid_input:before {
    position: absolute!important;
    bottom: 7px!important;
    left: 30px!important;
    font-size: 1.25em!important;
}
section#live #auction_bid #bid_submit {
    padding: 0!important;
}
section#live #auction_bid #bid_submit #place_bid {
    font-size: 1.125em!important;
    padding: 22px 0!important;
    flex-basis: 100%!important;
    margin: 0;
}
}@media all and (max-width:640px) {
    #top {
    display: none!important;
    visibility: hidden!important;
}
header {
    padding: 25px!important;
}
header #logo svg {
    width: 200px!important;
    height: auto!important;
}
header #main_actions {
    display: none!important;
    visibility: hidden!important;
}
#mobile_menu {
    position: fixed;
    top: 0;
    right: -110vw;
    width: 100vw!important;
    padding: 50px 25px 25px;
}
#mobile_menu li.contact_info {
    display: none!important;
    visibility: hidden!important;
}
h1 {
    font-size: 1.5em!important;
    width: 75%!important;
    margin-bottom: 35px!important;
}
section {
    width: 100%!important;
}
section#live {
    margin-bottom: 50px!important;
}
section#live #lot_img {
    order: 3!important;
}
section#live #lot_description {
    order: 2!important;
}
section#live #lot_elements, section#live #auction_elements {
    flex-basis: 100%!important;
}
section#live #lot_elements {
    margin-bottom: 0!important;
}
section#live #lot_description, section#live #auction_log {
    height: 200px!important;
}
}@media all and (max-height:800px) {
    #mobile_menu li.contact_info {
    display: none!important;
    visibility: hidden!important;
}
}@-webkit-keyframes rotating {
    from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 50%}
to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform-origin: 50% 50%}
}@keyframes rotating {
    from {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 50%}
to {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform-origin: 50% 50%}
}.rotating {
    -webkit-animation: rotating 2s ease-in-out infinite alternate;
    -moz-animation: rotating 2s ease-in-out infinite alternate;
    -ms-animation: rotating 2s ease-in-out infinite alternate;
    -o-animation: rotating 2s ease-in-out infinite alternate;
    animation: rotating 2s ease-in-out infinite alternate;
}
@-webkit-keyframes toGrayscale {
    from {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
to {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
}@-moz-keyframes toGrayscale {
    from {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
to {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
}@keyframes toGrayscale {
    from {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
to {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
}.floating {
    -webkit-animation: floating 20s linear infinite;
    -moz-animation: floating 20s linear infinite;
    -ms-animation: floating 20s linear infinite;
    animation: floating 20s linear infinite;
}
@keyframes floating {
    from {
    transform: rotate(0deg) translate3d(10px, 0, 0);
}
to {
    transform: rotate(360deg) translate3d(10px, 0, 0);
}
}@-webkit-keyframes floating {
    from {
    -webkit-transform: rotate(0deg) translate3d(10px, 0, 0);
}
to {
    -webkit-transform: rotate(360deg) translate3d(10px, 0, 0);
}
}.moving {
    -webkit-animation: moving 10s ease-in-out alternate infinite;
    -moz-animation: moving 10s ease-in-out alternate infinite;
    animation: moving 10s ease-in-out alternate infinite;
}
@keyframes moving {
    0%, 100% {
    transform: translate3d(0px, 0, 0);
}
25% {
    transform: translate3d(10px, 20px, 0);
}
75% {
    transform: translate3d(5px, 10px, 0);
}
}@-webkit-keyframes moving {
    0%, 100% {
    transform: translate3d(0px, 0, 0);
}
25% {
    transform: translate3d(10px, 20px, 0);
}
75% {
    transform: translate3d(5px, -10px, 0);
}
} 

/* The Overlay (background) */
.overlay_break {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    background: url(files/images/break.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.90;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    color: black;
  }

  .overlay_pending {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    background: url(files/images/pending.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1.00;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    color: black;
  }
  
  /* Position the content inside the overlay */
  .overlay-content {
    position: relative;
    top: 10%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 20px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  }
  
 
 
.break-label,
.pending-label {
  text-transform: uppercase;
  font-size:40px;
  color:#000000;
  text-shadow: 2px 2px #ffffff;
}
  
  /* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
  @media screen and (max-height: 450px) {
    
    .countdown-container {
        max-width: 90%;
      }
      
  }


  
ul#breakcount {
  list-style:none;
  margin:50px 0;
  padding:0;
  display:block;
  text-align:center;
}

ul#breakcount li {display: inline-block; }

ul#breakcount li span {
  font-size:80px;
  font-weight:300;
  line-height:80px;
  color:#000000;
  text-shadow: 2px 2px #ffffff;
}
ul#breakcount li.seperator {
  font-size:80px;
  line-height:70px;
  vertical-align:top;
  color:#000000;
  text-shadow: 2px 2px #ffffff;
}

ul#breakcount li p {
  color:#000000;
  text-shadow: 2px 2px #ffffff;
  font-size:25px;
}


ul#pendingcount {
    list-style:none;
    margin:50px 0;
    padding:0;
    display:block;
    text-align:center;
  }
  
  ul#pendingcount li {display: inline-block; }
  
  ul#pendingcount li span {
    font-size:80px;
    font-weight:300;
    line-height:80px;
    color:#000000;
    text-shadow: 2px 2px #ffffff;
  }
  ul#pendingcount li.seperator {
    font-size:80px;
    line-height:70px;
    vertical-align:top;
    color:#000000;
    text-shadow: 2px 2px #ffffff;
  }
  
  ul#pendingcount li p {
    color:#000000;
    text-shadow: 2px 2px #ffffff;
    font-size:25px;
  }
  @import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans);

  @mixin position-center($text-align: center) {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      text-align: $text-align;
  }
  
  .loading {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      z-index: 9999;
  }
  
  .loading-text {
      @include position-center;
      width: 100%;
      height: 100px;
      line-height: 100px;
      span {
          display: inline-block;
          margin: 0 5px;
          color: #fff;
      font-family: 'Quattrocento Sans', sans-serif;
          @for $i from 0 through 6 {
              &:nth-child(#{$i + 1}) {
                  filter: blur(0px);
                  animation: blur-text 1.5s (#{$i/5})+s infinite linear alternate;
              }
          }
      }
  }
  
  @keyframes blur-text {
      0% {filter: blur(0px);}
      100% {filter: blur(4px);}
  }


  /* Styles for the loading animation */
  #loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #a48661;
    z-index: 99999;
    text-align: center;
    padding-top: 20%;
    font-size: 2rem;
}