@charset "utf-8";
/* CSS Document */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #00e;
    text-decoration: none;
}

a:visited {
    color: #00e;
}

a:hover {
    color: #06e;
}

a:focus {
    outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
    outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
    overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input {
    line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] {
    cursor: default;
}

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/* Colors for form validity */
input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

/* ==|== primary styles =====================================================
   Author: George Roumelis
   ========================================================================== */

* {
    border: none;
}

@font-face {
    font-family: hand;
    src: url(MS-D045.TTF);
}

html, body {
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    height: auto;
    color: #FFF;
    font-size: 16px;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
    background: #001119;
	/*position: relative;*/ /* giati ekove tis fotos sto mobile*/
}

#container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

#slideshow {
    position: relative;
    margin: 0 auto;
    width: 760px;
    height: 400px;
}

#slidePhoto {
    width: 760px;
    height: 400px;
    border: 0;
}

#navigation {
    position: absolute;
    width: 600px;
    height: 50px;
    left: 50%;
    margin-left: -300px;
    top: 24px;
}

#navigationGal {
    width: 505px;
    height: 50px;
    margin: 15px auto 15px auto;
    display: block
}

#navigationGal2 {
    text-align: center;
    color: #F1F1F1;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 15px;
}

#navigationGal2 span {
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

#navigationGal2 span:hover {
    color: #d67912;
}

#gallery {
    height: auto;
    display: block;
    margin: auto;
    width: 760px;
}

#slideShow-carousel .owl-controls {
    position: absolute;
    width: 600px;
    height: 50px;
    left: 50%;
    margin-left: -300px;
	top: auto;
    bottom: 20px;
    text-align: center;
    opacity: 0.6;
}
#slideShow-carousel.owl-theme .owl-controls .owl-page span {
	background: url(/images/whiteC.png) no-repeat center center;
	margin: 5px 3px;
}


.hand {
    font-family: hand;
}

.selected {
    background: #d67912 !important;
    border-style: inset !important;
}

.blueTrans {
    background: rgba(1, 104, 145, 0.7);
    margin: 0px;
    margin-right: 5px;
    float: left;
    font-size: 1.7em;
    color: #FFF;
    text-align: center;
    height: 42px;
    line-height: 42px;
    width: 200px;
    cursor: pointer;
}

.blueTrans:hover {
    background: #d67912;
}

.blueTrans a {
    color: #FFF !important;
    text-decoration: none !important;
}

.blackTrans {
    background: rgba(1, 1, 1, 0.7);
    margin: 0px;
    margin-right: 5px;
    float: left;
    font-size: 0.9em;
    font-weight: lighter;
    color: #FFF;
    text-align: center;
    text-transform: capitalize;
    height: 42px;
    line-height: 42px;
    width: 95px;
    cursor: pointer;
}

.blackTrans:hover {
    background: #d67912;
}

.last {
    margin: 0;
    margin-right: 0px;
}

#nav2 {
    position: relative;
    width: 600px;
    height: 240px;
    margin: -25px auto;
    background-color: rgba(1, 104, 145, 0.9);
    z-index: 998;
    background: url(images/nav2.png);
    background-size: 100% 100%;
}

.nav2Tab {
    float: left;
	padding: 0 1% 0 0;
    color: #F1F1F1;
    width: 24%;
    height: 240px;
    text-align: center;
	overflow: hidden;
	position: relative;
}

.nav2Tab h3 {
    font-family: hand;
    color: #FFF;
    font-size: 1.4em;
	margin: 9px 0;
}

.nav2Tab p {
    padding: 0 6px;
	margin: 0 6px 0 0;
	display: inline-block;
    font-size: 0.8em;
    font-weight: lighter;
    text-align: center;
	width: 93%;
}

.more {
    padding: 10px;
    font-size: 0.8em;
    font-weight: lighter;
    text-align: center;
    background: #001119;
    cursor: pointer;
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 90px;
	margin-left: -45px;
}

.more:hover {
    color: #d67912;
	background: #005A7E;
}

#lworks {
    position: relative;
    width: 610px;
    margin: 45px auto 0;
    padding-left: 5px;
}

#lworks img {
    margin-right: 5px;
    width: 147px !important;
    height: 147px !important;
}

#lworks h3,
#footer1 div h3 {
    font-size: 1.3em;
    color: #F1F1F1;
    font-weight: lighter;
    letter-spacing: 1.4px;
	margin: 12px 0;
}

#footer1 {
    position: relative;
    width: 600px;
    height: auto;
    margin: 10px auto;
}

#footer1 div {
    display: inline-block;
    width: 49%;
    text-align: center;
}

#footer2 {
    position: relative;
    width: 600px;
    height: auto;
    margin: 35px auto;
    text-align: center;
}

#footer2 div {
    display: inline-block;
    text-transform: uppercase;
    color: #C1C1C1;
    margin: 10px;
    font-size: 1.1em;
    cursor: pointer;
}

#footer2 div:hover {
    color: #d67912;
}

#footer3 {
    position: relative;
    width: 600px;
    height: auto;
    margin: 25px auto;
    color: #919191;
    font-size: 0.9em;
}

#created {
    cursor: pointer;
}

#created:hover {
    color: #d67912;
}

.indexC {
    cursor: pointer;
}

.content {
    position: absolute;
    width: 540px;
    left: 50%;
    margin-left: -300px;
    top: -100%;
    background: #001119;
    z-index: 999;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    text-align: justify;
    z-index: 999;
    min-height: 615px;
    -webkit-transition: top .4s ease;
    transition: top .4s ease;
}
.content.open {
	top: 100px;
}
.content h3 {
    font-size: 33px;
    letter-spacing: 1.2px;
    margin-top: -10px;
}

.close {
    color: #d67912;
    font-size: 1em;
    font-weight: lighter;
    cursor: pointer;
}

.close:hover {
    color: #A1A1A1;
}

.thumbContainer {
    display: inline-block;
    width: 160px;
    height: 160px;
    overflow: hidden;
    background: #FFF;
    padding: 5px;
    margin: 5px;
}

.thumbContainer:hover {
    background: #d67912;
}

.thumbContainer a {
    display: block;
    width: 160px;
    height: 160px;
    overflow: hidden;
}

.adminNav {
    display: inline-block;
    padding: 8px;
    margin: 10px;
    font-size: 18px;
    background: #FFF;
    border: 1px outset #999;
}

.adminNav:hover {
    background: #d67912;
}

#warning {
    position: fixed;
    top: 50%;
    left: 50%;
    padding-top: 110px;
    width: 860px;
    height: 220px;
    text-align: center;
    background: rgba(20, 20, 20, 0.7);
    margin: auto;
    margin-left: -430px;
    margin-top: -160px;
    display: none;
}

.language {
	position: absolute;
	top: 0;
	left: 0;
	right: 6px;
	text-align: right;
	color: #cacaca;
	z-index: 999;
}

.language span {
	font-size: 0.9em;
	display: inline-block;
	margin: 0;
	cursor: pointer;
}
.language label {
	color: rgb(256,256,256,0.8);
	padding-right: 6px;
	cursor: default;
}

.language span a {
	color: #fff !important;
	text-decoration: none !important;
	display: inline-block;
	width: 16px;
	height: 11px;
	background: url(images/icons/eng.png) no-repeat center center;
}

.language span:first-child a {
	margin-right: 4px;
	background: url(images/icons/greek.png) no-repeat center center;
}

/* ==|== input ======================================================
   Input styles for contact form.
   ========================================================================== */

input[type=text], input[type=email], input[type=password], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

input[type=submit]:hover {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

/* ==|== media queries ======================================================
   Media Query for Responsive Design.
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

@media screen and (min-width: 1190px) {
    #slideshow {
        width: 960px;
        height: 500px;
    }

    #slidePhoto {
        width: 960px;
        height: 500px;
    }

    #navigation {
        width: 700px;
        height: 50px;
        margin-left: -350px;
    }

    #navigationGal {
        width: 590px;
    }

    .blueTrans {
        width: 240px;
    }

    .blackTrans {
        width: 110px;
    }

    #navIndex {
        width: 700px;
        margin-left: -350px;
        top: 440px
    }

    #gallery {
        width: 960px;
    }

    #nav2 {
        width: 700px;
    }

    #lworks {
        width: 710px;
    }

    #lworks img {
        margin-right: 5px;
        width: 172px !important;
        height: 172px !important;
    }

    #lworks h3 {
        color: #F1F1F1;
        font-weight: lighter;
        letter-spacing: 1.2px;
    }

    #footer1 {
        position: relative;
        width: 700px;
        margin: 10px auto;
        padding-top: 25px;
    }

    #footer1 div {
        display: inline-block;
        width: 49%;
        text-align: center;
    }

    #footer1 div h3 {
        font-family: hand;
        color: #F1F1F1;
        letter-spacing: 1.2px;
    }

    #footer2 {
        position: relative;
        width: 700px;
        height: auto;
        margin: 35px auto;
        text-align: center;
    }

    .content {
        width: 640px;
        margin-left: -350px;
    }

    @media screen and (max-width: 960px) {
        #container {
            width: 758px;
        }

    }
    @media screen and (max-width: 758px) {
        #container {
            width: 524px;
        }
    }

    @media screen and (max-width: 524px) {
        #container {
            width: 292px;
        }
    }