/*@import url('https://fonts.googleapis.com/css?family=Ubuntu');*/

/*** Reset ***/
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, ol, ul, li,
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;
}

i {
    font-style: italic;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    /*font-family: 'Ubuntu', sans-serif;*/
    background: #000000;
    color: #ffffff;
    font-family: Helvetica;
    line-height: 1.3em;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#ver-main a {
    color: #ffffff !important;
    text-decoration: underline;
}

/*** General ***/
strong {
    font-weight: bold;
}
/* Colors */
.ver-color-white {
    color: #ffffff;
}
/* Backgrounds */
.ver-bg-color-back {
    background: #000000;
}

.ver-bg-color-blue-sky {
    background: #ecf2f0;
}

.ver-bg-color-grey {
    background: #414149;
}

/* Borders */
.ver-bordered {
    border: 1px solid #000000;
}

/* Padding + Margin */
.ver-margin-bottom-25 {
    margin-bottom: 25px;
}

.ver-margin-bottom-110 {
    margin-bottom: 110px;
}

.ver-margin-bottom-150 {
    margin-bottom: 150px;
}

/* Headings */
h2 {
    font-size: 20px;
    height: 160px;
    line-height: 160px;
    text-align: center;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}

/* Extra */
.ver-cursor-pointer {
    cursor: pointer;
}

a {
    cursor: pointer;
}

.ver-work-main-text-section {
    line-height: 1.6em;
    margin: 0 auto 80px 0;
    text-align: justify;
}

.ver-work-main-text-section-2 {
    line-height: 1.6em;
    margin: 0 auto 40px 0;
    text-align: justify;
}

/*** Layout ***/
#ver-header {
    background: #000000;
    height: 162px;
    padding: 62px 0;
}

#ver-logo {
    font-size: 33px;
    font-weight: bold;
    line-height: 37px;
}

#ver-logo a {
    display: block;
    color: #ffffff !important;
    text-decoration: none !important;
}

#ver-footer {
    background: #000000;
    font-size: 14px;
    height: 70px;
    line-height: 70px;
}

.ver-main-heading {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 60px;
}

.ver-section {
    line-height: 1.8em;
    margin-bottom: 100px;
}

.ver-bio-heading {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6em;
    padding: 80px 0;
    text-align: center;
}

/*** Modules ***/

/* Menus */
.ver-menu-main {
    text-align: right;
}

.ver-menu-main li {
    display: inline-block;
    font-size: 18px;
    line-height: 37px;
    margin: 0 15px;
}

.ver-menu-main li a {
    border-bottom: 1px solid #000000;
    color: #ffffff !important;
    padding-bottom: 2px;
    text-decoration: none !important;
}

.ver-menu-lang-switcher {
    text-align: right;
}

.ver-menu-lang-switcher li {
    display: inline-block;
    line-height: 37px;
}

.ver-menu-lang-switcher li a {
    color: #ffffff !important;
}

.ver-menu-lang-switcher li a.ver-active {
    font-weight: bold;
}

.ver-menu-main li a.ver-active, .ver-menu-main li a:hover {
    border-bottom: 1px solid #ffffff;
}

.ver-menu-footer li {
    float: left;
}

.ver-menu-footer li a {
    color: #979797 !important;
}

/* Error Page */
.ver-error-page-ul {
    list-style-type: disc;
    margin: 45px 0 14px 20px;
}

.ver-error-page-ul li {
    margin-bottom: 14px
}

/* Exhibitions */
.ver-exhibitions-list {
    margin-bottom: 70px;
}

.ver-exhibitions-list li {
    margin-bottom: 12px;
    line-height: 1.5em;

}
.ver-exhibitions-list li strong {
    display: block;
    height: 30px;
    margin-right: 10px;
    float: left;
}

/* Work Boxes */


.ver-work-box {
    background-size: cover;
    cursor: pointer;
    height: 328px;
    line-height: 328px;
    overflow: hidden;
    position: relative;
}

.ver-work-box span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.ver-work-box-overlay {
    background: #000000;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff !important;
    display: block;
    font-size: 30px;
    font-weight: bold;
    height: 328px;
    position: absolute;
    bottom: -328px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.ver-work-box:hover .ver-work-box-overlay {
    bottom: 0;
}

.ver-work-box-olympiaka {
    background-image: url('../images/erga/olympiaka.jpg');
}

.ver-work-box-keramika {
    background-image: url('../images/erga/keramika.jpg');
}

.ver-work-box-arxitektonikes-efarmoges {
    background-image: url('../images/erga/arxitektonikes_efarmoges.jpg');
}

.ver-work-box-keramoplastikes-efarmoges {
    background-image: url('../images/erga/keramoplastikes_efarmoges.jpg');
}

.ver-work-box-alles-efarmoges {
    background-image: url('../images/erga/alles_efarmoges.jpg');
}

.ver-work-box-ergastirio {
    background-image: url('../images/erga/ergastirio.jpg');
}

.ver-work-container {
    cursor: pointer;
    border: 1.5px solid #484848;
}

/* Slide Show */
.ver-slide-show {
    height: 100%;
    overflow: hidden;
}

.ver-slide {
    background-size: cover;
    height: 100%;
    overflow: hidden;
    position: relative;
    outline: none !important;
}

.ver-slide-1 {
    background: url('../images/site/slides/slide1.jpg');
}

.ver-slide-2 {
    background: url('../images/site/slides/slide2.jpg');
}

.ver-slide-3 {
    background: url('../images/site/slides/slide3.jpg');
}

.ver-slide-4 {
    background: url('../images/site/slides/slide4.jpg');
}

.ver-slide-5 {
    background: url('../images/site/slides/slide5.jpg');
}

.slick-list, .slick-track {
    height: 100%;
}

#ver-main a.ver-slide-label {
    background: #ffffff;
    border: 1px solid #969696;
    color: #494e49 !important;
    display: block;
    padding: 10px 11px;
    position: absolute;
    bottom: 10%;
    left: 10%;
    text-decoration: none !important;
}

.slick-arrow {
    background: #ffffff;
    border: 1px solid #969696;
    color: transparent;
    font-size: 47px;
    height: 70px;
    line-height: 70px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 51px;
    outline: none !important;
    z-index: 10;
}

.slick-prev {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    left: 0;
}

.slick-next {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    right: 0;
}

.slick-prev::before {
    color: #494e49;
    content: "\f104";
    font-family: 'FontAwesome';
    position: relative;
    left: 7px;
    top: -3px;
}

.slick-next::before {
    color: #494e49;
    content: "\f105";
    font-family: 'FontAwesome';
    position: relative;
    left: 16px;
    top: -3px;
}

/* Modal Box */
.modal-box {
    background: #000000;
    display: none;
    height: 100vh;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.modal-box-container {
    clear: both;
    height: 70%;
    margin: auto;
    width: 65%;
}

.modal-box-container img {
    display: block;
    max-height: 90%;
    margin: 50px auto;
}

.modal-header {
    height: 10%;
}

.modal-close {
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 25px;
    margin-right: 30px;
    padding: 15px;
    text-align: center;
    width: 40px;
}

.modal-close::before {
    font-family: 'FontAwesome';
    content: '\f00d';
}

.modal-box-footer {
    height: 20%;
    line-height: 1.3em;
    text-align: center;
    padding: 10px 20px;
}

.ver-cover {
    height: 350px;
    background-image: url("../images/site/cover.png");
    background-size: cover;
    background-repeat: no-repeat;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/*==========  Non-Mobile First Method  ==========*/

/* Large devices */
@media only screen and (max-width : 1199px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

    .ver-sm-margin-bottom-20 {
        margin-bottom: 20px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

    h3, h2 {
        line-height: normal;
    }

    #ver-header {
        height: auto;
        line-height: 40px;
        padding: 30px 0;
    }

    #ver-logo {
        font-size: 24px;
    }

    .ver-menu-main-mobile {
        display: none;
        margin-top: 20px;
        text-align: center;
    }

    #ver-main-navigation-mobile {
        margin: 0 -15px;
    }

    .ver-menu-main-mobile li {
        border-top: 2px solid #cccccc;
    }

    .ver-menu-main-mobile li a {
        color: #ffffff;
        display: block;
        padding: 10px 0;
    }

    .ver-menu-main-mobile li a.ver-active {
        background: #494e49;
        color: #ffffff;
    }

    .ver-menu-main-mobile-languages a {
        display: inline-block !important;
    }

    .ver-menu-main-mobile-languages a.ver-active {
        background: inherit !important;
        color: #494e49 !important;
        font-weight: bold;
    }

    .ver-menu-btn {
        color: #ffffff;
        font-size: 30px;
    }

    .ver-menu-btn::before {
        content: '\f0c9';
        font-family: "FontAwesome";
    }

    .ver-menu-btn.ver-active::before {
        content: '\f00d';
    }

    .ver-exhibitions-list li strong {
        float: none;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {

    #ver-logo {
        font-size: 24px;
    }

    .hidden-xxs {
        display: none;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {

}