/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    font-weight:light;
    font-family: "Helvetica, Helvetica Neue, Arial";
    background-color: #ffffff;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
    font-weight:light;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container,
.footer-container {
    background: white;
    text-align:right;
}

.header-container{
	height:116px;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

aside nav ul {
    margin-top: 134px;
}

aside nav a {
    display: block;
    margin-bottom: 10px;
    font-size:14px;
    padding: 0 0 0 3px;
    text-decoration: none;
    height:19px;
    color: white;
    background: black;
}

a {
    /*display: block;*/
    padding: 0 0 0 3px;
    text-decoration: none;
    color: black;
    border:0px;
}



.projects_link{
    width:59px
}

.writtings_link{
    width:59px;
}

.bio_link{
    width:24px
}

.texts_link{
    width:36px
}

.contact_link{
    width:54px
}

.links_link{
    width:34px
}

aside nav a:visited {
    color: white;
}

aside nav a:hover {
    color:black;
}

aside nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 6% 10px;
    z-index:999999;
}

.footer-container footer {
    color: white;
    height:0px;
    position:fixed;
    padding: 0 0 0 20px;
}

.footer-container {
    height:0px;
    position:fixed;
    bottom:50px;
    width: 1075px;
    position:fixed;
}

.social-links{
	margin-left: 10px;
    bottom: 30px;
    position: fixed;
}

.social-links img {
    margin-right:5px;
    border:0px;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    aside nav a {
        /*float: left;*/
        margin-bottom: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    aside nav ul li {
        display: inline;
    }

    aside nav ul li a{
        font-size:15px;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: right;
        margin-right:-5px
    }

    aside nav {
        float: right;
        position:fixed;
        margin-top:-15px;
        height:0px;
    }

/* ============
    WIDE: Main
   ============ */

    .container {
        float: left;
        width: 75%;
        height:400px;
    }

    .main aside {
        margin-left: 850px;
        margin-top: -148px;
        position: fixed;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

    .header{
        width:1075px;
        min-width:1075px;
    }
}

@media only screen and (max-width: 767px){
    .main aside {
        position: relative;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

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

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

    /*
     * Don't show links for images, or javascript/internal links
     */

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

    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;
    }
}

/*
* my elements below here
*/

.first_page{
    margin-top:200px;
    margin-left:350px;
}

.fp_text{
    display:inline;
    margin:0px;
    padding:0px;
    overflow:hidden;
    height:80px;
    list-style-type:none;
}

.fp_text li {
    margin-left:40px;
    width:225px;
}

.lenathanasopoulou {
	margin-top:50px;
}

.lena_photo {
	margin-left: 100px;
    margin-top: 300px;
    display:none;
    position:fixed;
}

.project_item {
	margin-bottom:5px;
}
.project_name {
	height:20px;
	/*display:none;*/
	margin-bottom:5px;
    font-size:15px
}

/*.project_name a{
	background:black;
	color:white;
	border:2px solid black;
}*/

.project, .texts {
	/*margin-top:130px;*/
	margin-top:-40px;
	margin-left:150px;
	text-align: left;
}

.project_title {
	font-weight:bold;
	font-size:14px;
	position:absolute;
	min-width:150px;
	text-align:right;
	margin-left:-130px;
	max-width:150px;
}

.project_photos {
	float:left;
	margin-left:32px;
	width: 664px;
	border-bottom:1px dashed black;
	font-size: 20px;
    font-weight: 100;
    /*padding: 0 0 10px;*/
    height:35px;
}

.project_photos a {
	padding: 0 0 0 0;
}

.photo, iframe {
	padding: 50px 0 50px 0;
	border-bottom:1px dashed black;
}

.photo_title {
	font-size:12px;
    float:right;
    margin-top:5px;
}

a.project_line:hover {
	color:black;
}

a.project_line{
	color:gray;
}

.project_main {
	text-align:center;
	padding-bottom:2cm;
	width:730px;
}

.project_photo {
	display:inline-block;
}

.text_pane {
	border-bottom: 1px dashed black;
	text-align:justify;
	padding: 35px 0 0 0;
    line-height:20px;
    width: 664px;
    font-size:14px;
}

.the_list{
	height:80px;
	width:290px;
	overflow:hidden;
	margin-left:40px;
    font-size:20px;
}

.fp-items tr {
    background: #FFFFFF;
}

.fp-link:hover {
    color: #000000;
}
.texts .text_pane p{
	display: block;
}

.texts .text_pane .field__item p:first-child {
	border-bottom: 1px dotted #999999;
}

.texts .text_pane .field__item.clearfix p {
	border: 0;
}


.fp-table{
    margin-left:350px;
}

a.links{
    color:black;
    padding:0;
    font-weight:100;
    font-size:15px;
}

a.links:hover{
    color:#999;
}

a.links:visited{
    color:#999;
}

.contact{
    /*margin-top:56px;*/
}

.contact_pane{
    /*border:none;*/
    padding:55px 0;
    color:#555;
    font-size:12px;
    line-height: 15px;
}

.links_pane{
    border:none;
    text-align:left;
    word-wrap: break-word;
    width:450px;
}

.logo_img{
    margin-left:22px;
}

.credits{
    padding: 15px 0 10px 35px;
    text-align:left;
    font-size:11.5px;
    line-height: 12px;
    text-align:center;
    width:664px;
}

.back_link{
    position:absolute;
    margin-left:-61px;
    padding: 0 0 0 3px;
    height:18px;
    background:#999;
    width:55px;
}
.dragArrow{
    margin-top: -7px !important;
    margin-left: 2px !important;
    font-size: 9px !important;
}
.submenu{
    margin:0;
    padding:0;
}
.submenu a{
    color:#000000;
    padding:0 0px 1px 1px;
    font-size:14px;
    outline:none;
}
.submenu a:hover{
	text-decoration: none;
}
/*.project_name a{
    color:#000000;
}*/
.film-works{background:#33ccff;}
.collages{background:#ffff33;text-decoration: none;outline:none;}
.other-work{background:#ffffff;text-decoration: none;outline:none;}

.film-work{background:#33ccff; border:2px solid #33ccff;color:#33ccff;}
.collage{background:#ffff33; border:2px solid #ffff33;color:#ffff33;}
.other-work{background:#ffffff; border:2px solid #ffffff;color:#ffffff;}

.film-work.active{color:#000000;}
.collage.active{color:#000000;}
.other-work.active{color:#000000;}

.overlay{
    position: absolute;
    top: 0;
    background: #000;
    left: 0;
    right: 0;
    z-index: 99999;
    height:96.5%;
    /*visibility: hidden;*/
}

.galleria{ width: 100%; height: 100%; background: #000 }
#pause, #play{
    position: absolute;
    right: 10px;
    bottom: 60px;
    z-index: 999;
}
#pause:hover, #play:hover, .white-logo:hover{
    cursor: pointer;
}
#pause img, #play img{
    width:24px;
}
#play{
    display:none;
}
.white-logo{
    position: relative;
    display:inline-block;
    /*top: 30px;
    left: 30px;
    z-index: 999;*/
}
.enter-img{
    position:absolute;
    top: 55px;
    right: -75px;
}

.block .content {
    margin-top: 0!important;
}

blockquote {
    margin: 0;
    padding: 0;
    border-left: none; /* LTR */
    background: transparent;
    font-style: normal;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

blockquote:before, blockquote:after {
    content: '';
}

.projects_list {
    width: inherit;
    margin: 0;
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
    font-family: inherit;
    font-size: inherit;
}
.projects_list tr {
    padding: 0;
    border-bottom: 0;
    background: transparent;
}

.projects_list tr td, .projects_list tr th {
    padding: 0;
    border: none;
    width: inherit;
}

.galleria-thumbnails-container {
    text-align: left;
}