@import url('https://fonts.googleapis.com/css?family=Alegreya:700|EB+Garamond:400,400i|Jura:300,400,500,600,700');

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

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

html, body {
    width:100%;
    height:100%;
}

.caption {
    position: absolute;
    bottom: 5%;
    right: 5%;
    text-align: right;
    color: #fff;
}
p, h1 { margin: 0; }
p { line-height: 1.333em; }
 
/* full width/height container */
#slides-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
 
/* double the height/width of a viewport */
#slides {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.homeSection {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#slide-1 {
    background: url('../img/0.1.jpg') no-repeat center center;
    background-size: cover;
}
#slide-2 {
    background: url('../img/0.1.jpg') no-repeat center center;
    background-size: cover;
    -webkit-transform: translate(100%,0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
#slide-3 {
    background: url('../img/1.jpg') no-repeat center center;
    background-size: cover;
    -webkit-transform: translate(200%,0%);
    -ms-transform: translate(200%,0%);
    transform: translate(200%,0%);
}
#slide-3 .caption {
    left: 5%;
    right: auto;
    color: #47373f;
}
#slide-4 {
    background: url('../img/2.jpg') no-repeat center center;
    background-size: cover;
    -webkit-transform: translate(300%,0%);
    -ms-transform: translate(300%,0%);
    transform: translate(300%,0%);
}
#slide-5 {
    background: url('../img/3.jpg') no-repeat center center;
    background-size: cover;
    -webkit-transform: translate(400%,0%);
    -ms-transform: translate(400%,0%);
    transform: translate(400%,0%);
}
#slide-6 {
    background: url('../img/4.jpg') no-repeat center center;
    background-size: cover;
    -webkit-transform: translate(500%,0%);
    -ms-transform: translate(500%,0%);
    transform: translate(500%,0%);
}

#slide-7 {
    background: url('../img/5.jpg') no-repeat center center;
    background-size: cover;
    -webkit-transform: translate(600%,0%);
    -ms-transform: translate(600%,0%);
    transform: translate(600%,0%);
}
#slide-8 {
    background: url('../img/6.jpg') no-repeat center center;
    background-size: cover;
    -webkit-transform: translate(700%,0%);
    -ms-transform: translate(700%,0%);
    transform: translate(700%,0%);
}
#slide-9 {
    background: url('../img/7.jpg') no-repeat center center;
    background-size: cover;
    -webkit-transform: translate(800%,0%);
    -ms-transform: translate(800%,0%);
    transform: translate(800%,0%);
}
#slide-10 {
    background: url('../img/8.jpg') no-repeat center center;
    background-size: cover;
    -webkit-transform: translate(900%,0%);
    -ms-transform: translate(900%,0%);
    transform: translate(900%,0%);
}
#slide-11 {
    background: url('../img/9.jpg') no-repeat center center;
    background-size: cover;
    -webkit-transform: translate(1000%,0%);
    -ms-transform: translate(1000%,0%);
    transform: translate(1000%,0%);
}
#slide-12 {
    background: url('../img/9.jpg') no-repeat center center;
    background-size: cover;
    -webkit-transform: translate(1100%,0%);
    -ms-transform: translate(1100%,0%);
    transform: translate(1100%,0%);
}
#slide-13 {
    background: url('../img/11.jpg') no-repeat center center;
    background-size: cover;
    -webkit-transform: translate(1200%,0%);
    -ms-transform: translate(1200%,0%);
    transform: translate(1200%,0%);
}
#slide-14 {
    background: url('../img/12.jpg') no-repeat center center;
    background-size: cover;
    -webkit-transform: translate(1300%,0%);
    -ms-transform: translate(1300%,0%);
    transform: translate(1300%,0%);
}

#slide-4 .caption {
    right: auto;
    left: 5%;
    top: 5%;
    bottom: auto;
    color: #47373f;
}

#helper {
    position:absolute;
    left:0;
    top: 0;
    height:600%;
    width: 0;
}
.marker {
    height: 25%;
    width: 100%;
}
.red {
    background-color: red;
}
.green {
    background-color: green;
}
.blue {
    background-color: blue;
}
.yellow {
    background-color: yellow;
}


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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
    
    /* =Caption style */
    .caption {
        text-align: right;
    }
    #slide-3 .caption,
    #slide-4 .caption {
        text-align: left;
    }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

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

    a,
    a:visited {
        text-decoration: underline;
    }

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

/* 
	Ok so you have made it this far, that means you are very keen to on my code. 
	Anyway I don't really mind it. This is a great way to learn so you actually doing the right thing:)
	Follow me @ihatetomatoes
*/

/*
 *  STYLE 4
 */

 ::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
 }
 
 ::-webkit-scrollbar {
     width: 10px;
     background-color: #F5F5F5;
 }
 
 ::-webkit-scrollbar-thumb {
     background-color: #c99e13;
     border: 2px solid #c99e13;
 }
 

#red, #blue {
	width:128px;
	height:128px;
}

#bookTitle {
	float:left;
    margin:1em;
    position: fixed;
    right: 0;
    bottom: 0;
    background: none;
}
#bookTitle h1 {
    font-family: 'Alegreya', serif;
    text-transform: uppercase;
    color: #c99e13;
    font-size: 3em;
    padding: 0 30px;
}

.bookTitleContainer {
    background-position: center;
    background: url(../img/menu-bg.png);
    background-repeat: no-repeat;
    background-size: 104% 97%;
    height: 134px;
}
.dark .sectionMenuContainer, .dark .bookTitleContainer {
    background: none;
}
.dark .bookTitleContainer h3 {
    color:#fff;
}
#bookTitle h3 {
    font-family: 'EB Garamond', serif;
    font-size: 2em;
    font-weight: 400;
    font-style: italic;
    padding: 0 30px;
    margin: 0;
}

#headerTitle {
    z-index: 9999;
    top: 100px;
    transition: display 0s 2s linear;
}
#headerTitleAuthor h1,
#headerTitle h1 {
    font-family: 'Alegreya', serif;
    text-transform: uppercase;
    color: #c99e13;
    font-size: 5em;
    padding: 0 30px;
    z-index: 9999;
    margin-bottom:0;
}

.headerContainer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 104% 97%;
    height: 134px;
}
#headerTitleAuthor h3,
#headerTitle h3 {
    font-family: 'EB Garamond', serif;
    font-size: 3.2em;
    font-weight: 400;
    font-style: italic;
    padding: 0 30px;
    margin: 0;
    margin-top:-13px;
    text-align: center;
    margin-left: -8px;
}

.fade-in {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
  }

  
  @keyframes fadeIn{
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-moz-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-o-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-ms-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }


#sectionMenu {
	float:left;
    margin:0em;
    position: fixed;
    left: 0;
    bottom: 0;
    background: none;
    width: 70%;


}
.sectionMenuContainer {
    width: 100%;
    background-position: top;
    background: url(../img/sectionsbg.png);
    background-size: 100% 100%;
}
.dark .menuContainer{
    background: none;
    color: #fff;
}

#menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    
}

.menuContainer {
    background-position: center;
    background: url(../img/menu-bg.png);
    background-repeat: no-repeat;
    background-size: 35% 90%;
    height:120px;
    width: 100%;
}
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: none;
    padding-left: 25px;
    padding-top: 25px;
}

#menu li {
    float: left;
}

#menu li a {
    display: block;
    color: #323131;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    font-family: 'Jura', sans-serif;
    text-transform: uppercase;
    font-weight: 700
}
#menu.dark .menuContainer  li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    font-family: 'Jura', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
#menu.dark .menuContainer  li a:hover {
    color: #c99e13;
}
#menu li a:hover {
    color: #c99e13;
}

ul.sections {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: none;
    padding-left: 25px;
    padding-top: 45px;
}
.borderSection {
    height: 1px;
    background: #323131;
    position: absolute;
    width: 66%;
    left: 38px;
    top: 60px;
}
.sections li {
    float: left;
    background: #323131;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    margin-right: 50px;
    z-index: 2;
    position: relative;
}
.sections li.selected {
    background: #c99e13;
}

.sections li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 6px;
    text-decoration: none;
    font-family: 'Jura', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}
.sectionTitle h1 {
    font-family: 'Jura', sans-serif;
    color: #c99e13;
    font-weight: 700;
    margin-top: 30px;
    margin-left: 30px;
    font-size:2.2em;
    padding-bottom: 30px;
    display: none;
}
.sectionTitle h1.selected {
    display: block;
}

/* Tooltip container */


/* Tooltip text */
.tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #c99e13;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    top: -40px;
    left: -60px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    transition: 0.2s linear visibility;
    text-transform: capitalize;
}

.tooltiptext.extrawidth {
    width: 250px;
    left: -110px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-img:hover .tooltiptext {
    visibility: visible;
}
.tooltip-img .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #c99e13 transparent transparent transparent;
}

#blue {
	background:#09f url(../../examples/images/face.png) 0 bottom;
	margin-top:20px;
}

#blue_wrapper {
	position:fixed;
	top:0;
	right:20px;
}

.carouselSection, .abstractSection {
    margin-top: 300px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-start;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 0%;
    list-style: none;
}
.carousel-control-prev { display: none;}
.carousel-control-next {
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-start;
    padding-left: 0;
    margin-right: 34%; 
    margin-left: 0%;
    list-style: none;
    top: auto;
    opacity: 1;
}
.carousel-control-next-icon {
    background-image: url(../img/long-arrow.png);
}
.carousel-control-next-icon {
    display: inline-block;
    width: 100px;
    height: 30px;
    background-size: 100% 100%;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 13px;
    margin-left: 13px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top:-3px;
}
.carousel-indicators .active {
    background-color: #000;
    border-radius: 0;
    width: 60px;
    height: 10px;
}

p.carouselQuote {
    font-family: 'EB Garamond', serif;
    font-size: 1.4em;
    font-weight: 400;
    font-style: italic;
    padding: 0 30px;
    margin: 0;
    text-align: justify
}
.abstractTitle {
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    left: -75px;
    z-index: 5;
    margin-top: -22px
}
.abstractText {
    border-left: 2px solid #c99e13;
    position: relative;
    margin-left: 100px;
}
.abstractHeading {
    width: 150px;
    background: #fefefe;
    position: relative;
    margin: 0 auto;
    padding: 5px 10px;
    font-family: 'Alegreya', serif;
    text-align: center
}
.abstractText p{
    font-family: 'EB Garamond', Arial, serif;
    font-size: 1.5em;
    font-weight: 400;
    font-style: italic;
    padding: 0 30px;
    margin: 0;
    text-align: justify
}

.abstrctLeftImage img {
    position: absolute;
    bottom: 0;
    z-index: 9;
}
.abstrctRightImage img {
    margin-left: -100px;
}

.yellowBorder {
    position: relative;
    width: 100%;
    height: 3px;
    background: #c99e13;
    top: 22px;
}

 
#slide-3 p, p {
    font-family: 'EB Garamond', Arial, serif;
    font-size: 1.5em;
    font-weight: 400;
    font-style: italic;
    padding: 0 30px;
    margin: 0;
}
.sectionContent {
    padding-top: 150px;
}
.imageSection {
    max-height: 30%;
    top: -100px;
}
.ksenitemosleftTopImage {
    right: -100px;
}
.ksenitemosleftTopImage img {
    position: absolute;
    bottom: -50px;
    z-index: 9;
}
.ksenitemosleftBottomImage img{
    max-height: 40%;
    margin-top: 0px;
    margin-left: 10%
}
.efiveialeftTopImage {
    position: relative;
    margin-right: -100px
}
.efiveialeftTopImage img{
    /* position: absolute; */
    position: relative;
    /* bottom: 38px; */
    max-height: 83%;
    /* right: -58px; */
    float: right;
    z-index: 999;
}
.efiveiarightTopImage img{
    position: absolute;
    bottom: 0;
}
.efiveialeftBottomImage img{
    max-height: 40%;
    margin-top: -50px;
    margin-left: 10%
}

#slide-4 .sectionContent {
    width: 150%
}

.sizeuksileftTopImage {
    position: relative;
    right: -100px
}
.sizeuksileftTopImage img{
    position: relative;
    bottom: -45px;
    max-height: 83%;
    float: right;
    z-index: 999;
}
.sizeuksiBottomImage {
    margin-top:-100px;
}
.sizeuksileftBottomImage {
    position: relative;
    right: -25px;
}
.sizeuksileftBottomImage img{
    position: absolute;
    bottom: 0;
}
.sectionContent {
    margin-left:0
}
.ksiroiKarpoileftTopImage {
    position: relative;
    top: -58px;
    right: -100px;
    z-index: 9;
}
.ksiroiKarpoiBottomImage {
    margin-top: 30px
}
.ksiroiKarpoileftBottomImage {
    position: relative;
    right: -100px;
}
.ksiroiKarpoirightBottomImage {
    margin-top: 50px;
}
.miterasileftTopImage {
    position: relative;
    right: -100px;
    z-index: 9;
}
.miterarightTopImage {
    position: relative;
    top:150px;
    z-index: 10;
}
.miteramiddleTopImage {
    position: relative;
    right: -162px;
    top: -50px;
}
.miteraTopText {
    position: relative;
    top: -100px;
}
.miteraBottomImage {
    position: relative;
    top: -100px;
}
.miteraleftBottomImage img {
    position: absolute;
    bottom: 0;
    height: 99%;
}
.xronosText {
    color:#fff;
    font-size: 0.8em;
}
.eksasthenisiYgeias {
    margin-top: 20px
}

.eksasthenisiBottomLeft {
    position: relative;
    top: 60px;
    z-index: 8;
}
.prinmetaleftBottomImage {
    position: relative;
    right: -100px;
    bottom: -100px;
}
.prinmetaTopText {
    position: relative;
    top: -50px;
}
.skrollable {
	/*
	 * First-level skrollables are positioned relative to window
	 */
	position:fixed;

	/*
	 * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
	 */
	z-index:100;
}

.skrollr-mobile .skrollable {
	/*
		May cause issues on Android default browser (see #331 on GitHub).
	*/
	position:absolute;
}

.skrollable .skrollable {
	/*
	 * Second-level skrollables are positioned relative their parent skrollable
	 */
	position:absolute;
}

.skrollable .skrollable .skrollable {
	/*
	 * Third-level (and below) skrollables are positioned static
	 */
	position:static;
}

.sections li:before {
    content: "";
    background: #313131;
    width: 50px;
    height: 1px;
    position: absolute;
    left: -50px;
    top: 15px;
    z-index: 1;
}
.sections li:first-child:before {
    width: 0px;
    height: 0px;
}


/****
Author page

***/

#header-menu {
    width: 100%;
    margin-left: -5px;
}

.menuContainer {
    height:120px;
}
#header-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

    padding-left: 0px;
    padding-top: 25px;
}


#header-menu li a {
   
    color: #323131;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    font-family: 'Jura', sans-serif;
    text-transform: uppercase;
    font-weight: 700
}
#header-menu li a:hover {
    color: #c99e13;
}

#header-menu ul{
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}


#header-menu ul li {
    display:inline;
    
}
#headerTitleAuthor {
    width: 100%;
    padding-bottom: 20px;
}
#headerTitleAuthor h1,
#headerTitle h1 {  text-align: center; }
.authorInfo {
    margin-top: 90px
}
.authorTitle h2 {
    font-family: 'Jura', sans-serif;
    text-transform: uppercase;
    font-weight: 700
}
.titleBorder {
    width: 40%;
    height: 2px;
    background: #c99e13;
}
.authorInfo p {
    font-family: 'Jura', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    padding:50px 0;

    margin: 0;
    font-style: normal
}
.contactAuthor {
    padding: 10px 20px;
    border: 2px solid #c99e13;
    color: #c99e13;
    margin-top: 40px;
    font-family: 'Jura', sans-serif;
    font-size:1.2em;
    font-weight: 700;
}
.contactAuthor:hover {
    border: 2px solid #c99e13;
    color: #fff;
    background: #c99e13;
    text-decoration: none;
}
#authorsPage {
    background: url('../img/author-bg.jpg');
    background-repeat: repeat;
}
header {
    background: url('../img/author-header-bg.png')
}


/**
*
* Vivlio
*
**/
.bookTitle p{
    font-family: 'EB Garamond', serif;
    font-size: 1.5em;
    font-weight: 400;
    font-style: italic;
    margin: 0;
    padding: 10px 0;
}
.carouselSectionVivlio {
    margin-top: 50px;
}
#carouselVivlioIndicators .carousel-indicators{
    bottom: -70px;
}
#carouselVivlioIndicators .carousel-control-next {
    bottom: -70px;
    margin-right: 0%;
}
.pelipsiSection {
    margin-top: 150px;
}
.pelipsiSection p {
    padding: 50px 0;
    font-size: 1.3em;
}
ol {
    list-style: none;
    counter-reset: my-awesome-counter;

  }
  ol li {
    counter-increment: my-awesome-counter;
    display: flex;
    font-size: 1.2rem;
    
    font-family: 'Jura', sans-serif;
    font-weight: 700;
    margin-bottom: 17px;
  }
  ol li span{
      
  }
  ol.verticalSections  li:before {
    content: "0" counter(my-awesome-counter);
    font-weight: bold;
    font-size: 1.5rem;
    margin-right: 0.5rem;
    font-family: 'Abril Fatface', serif;
    line-height: 1;
  }
ol.verticalSections li:nth-child(n+10)::before {
  content: "" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  font-family: 'Abril Fatface', serif;
  line-height: 1;
  text-align: center;
}
.periexomena {
    margin-left: 30px;
    margin-bottom: 30px;
}
.bookPrice {
    margin-bottom: 50px;
}
.bookPrice span{
    font-size: 2rem;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
}
.authorName {
    margin-top: 50px;
}
.ekdotis, .authorName span{
    font-size: 1.5rem;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.authorName span span{
    color: #c99e13;
}
.my-gallery {
    width: 100%;
    float: left;
  }
  .my-gallery img {
    width: 100%;
    height: auto;
  }
  .my-gallery figure {
    display: block;
    float: left;
  }
  .my-gallery figcaption {
    display: none;
  }

.contact-btn {
    background: #c99e13;
    border: 1px solid #c99e13;
}
.contact-btn:hover {
    background: #313232;
    border: 1px solid #313232;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #c99e13;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.homeSection img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border: 15px solid #fff;
}
@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
 .scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
@media only screen and (min-width: 1800px) {
    .efiveialeftBottomImage img {
        max-height: 100%;
        margin-top: -17%;
        margin-left: 10%;
    }
}

@media only screen and (max-width: 1880px) {
    .borderSection {  width: 68%;  }
}

@media only screen and (max-width: 1830px) {
    .borderSection {  width: 69%;  }
}

@media only screen and (max-width: 1830px) {
    .borderSection {  width: 69%;  }
}
@media only screen and (max-width: 1426px) {
    .sections li {
        margin-right: 20px;
        z-index: 2;
        position: relative;
    }
    .borderSection {
        width: 56%;
        display: none;
    }
    .sections li:before {
        content: "";
        background: #313131;
        width: 24px;
        height: 1px;
        position: absolute;
        left: -20px;
        top: 15px;
        z-index: 1;
    }
    .sections li:first-child:before {
        width: 0px;
        height: 0px;
    }
    .abstractText p {
        font-size: 1em;
    }
    #slide-3 p, p {
        font-size: 1.1em;
    }
    .ksenitemosleftBottomImage img {
        margin-top: 0px; 
    }
}

@media only screen and (max-height: 1180px) {
    .abstractText {
        margin-left: 45px;
    }
}
@media only screen and (max-width: 1750px) {
    .abstractText p {
        font-size: 1.3em;
    }
    #slide-3 p, p {
        font-family: 'EB Garamond', serif;
        font-size: 1.2em;
        font-weight: 400;
        font-style: italic;
        padding: 0 30px;
        margin: 0;
    }
    .efiveiaRightBottomImage {margin-top:0!important;}
    .sizeuksileftBottomText {margin-top:0!important;}
    .sizeuksiBottomImage {margin-top:0!important;}
    .miteraLeftBottomText {margin-top:0!important}
}
@media only screen and (max-width: 1520px) {
    .abstractText p {
        font-size: 1.2em;
    }
    #slide-14 p {font-size: 1.1em;}
    .prinMetabottomLeftText { top: -100px;}
}
@media screen and (max-width: 1500px) {
    .kefalaiaMenu a {font-size: 1.2em;}
}
@media only screen and (max-width: 1420px) {
    .prinMetabottomLeftText { top: -130px;}
}

@media only screen and (max-width: 1450px) {
    .efiveialeftBottomImage img {margin-top:0!important;}
}
@media only screen and (max-width: 1350px) {
    .abstractText p {    font-size: 1.1em;   }
    .prinMetabottomLeftText { top: -150px!important;}
}
@media only screen and (max-width: 1250px) {
    .abstractText p {
        font-size: 1.1em;
    }
    .efiveialeftBottomImage img {
        max-height: 40%;
        margin-top: 0px;
        margin-left: 10%;
    }
    .kiklosileftBottomText {margin-top:0!important;}
}
@media only screen and (max-width: 1280px) and (max-height: 885px){
    .abstractText p {
        font-size: 1em;
    }
    #slide-3 p, p {font-size: 1em; padding: 45px;}
}

@media only screen and (max-width: 1200px) {
    .menuContainer {
        background-size: 90% 90%;
    }
    .prinMetabottomLeftText {top:0!important}
}

@media only screen and (max-width: 1100px) {
    .sections li {
        width: 25px;
        height: 25px;
        font-size: .9rem;
    }
    #slide-14 p, p {font-size: 1em; }
    .prinMetabottomLeftText { top: -240px!important;}
}

@media only screen and (max-height: 900px) {
    #headerTitle h1 {
        font-family: 'Alegreya', serif;
        text-transform: uppercase;
        color: #c99e13;
        font-size: 4em;
        padding: 0 30px;
        z-index: 9999;
        margin-bottom: 0;
    }
    #headerTitle h3 {
        font-family: 'EB Garamond', serif;
        font-size: 2.5em;
        font-weight: 400;
        font-style: italic;
        padding: 0 30px;
        margin: 0;
        margin-top: -13px;
        text-align: center;
    }
    #bookTitle .bookTitleContainer {
        height: unset;
    }
    #bookTitle .bookTitleContainer h1 {
        font-size: 2em;
    }
    #bookTitle h3 {
        font-size: 1.3em;
    }
    
    #sectionMenu .sectionTitle h1 {
        margin-top: 0px;
        font-size: 1.5em;
        padding-bottom: 10px;
    }

    .carouselSection, 
    .abstractSection {
        margin-top: 240px;
    }
    .carouselRightImg img, .carouselRightImg .img-fluid {
        max-width: auto;
        /*height: 45%;*/
    }
    #carouselExampleIndicators {
        height: 100%;
    }
    
    .sectionContent {
        padding-top: 100px;
    }
    .efiveialeftBottomImage img {
        margin-top: 0px;
    }
    .efiveiaRightBottomImage {
        margin-top: 0!important
    }
    .sizeuksiBottomImage {
        margin-top: 0px;
    }
    .sizeuksileftBottomText, .kiklosileftBottomText {
        margin-top: 0!important;
    }
    #slide-14 p {
        font-size: 1em;
    }
    .carousel-indicators { bottom: -50px; }
}

@media only screen and (max-height: 800px) {
    p { font-size: 1.2em}
}
@media only screen and (max-height: 800px) and (max-width: 1450px){
    p { font-size: 1em}
}
@media only screen and (max-height: 800px) and (max-width: 1280px){
    #slide-3 p, p {
        font-size: 1em;
        padding: 5px;
    }
}

@media only screen and (max-height: 750px) {
    .abstractText p {
        font-size: 1em;
    }
}

@media only screen and (max-height: 700px) {
    p { font-size: .9em}
    p.carouselQuote { font-size: 1.2em; }
    .abstractText p { font-size: .9em; }
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: #fff;
    background: url(../img/author-bg.jpg);
    background-repeat: repeat;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    margin-left:30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #c99e13;
    display: block;
    transition: 0.3s;
    font-family: 'Jura', sans-serif;
    font-size:1em;
    font-weight: 700;
    text-transform: uppercase;
}

.overlay a:hover, .overlay a:focus {
    color: #323131;
}

.overlay .closebtn {
    font-size: 60px;
    line-height: 0;
    text-align: right
}
.kefalaiaMenu a {
    font-size: 2em;
}



@media only screen and (min-width: 993px) {
    #mobile-page-content { display: none;}
    .navigation {display: none;}
}
@media only screen and (max-width: 992px) {
    #page-content, #menu, #headerTitle, #bookTitle, #sectionMenu, #kefalaiaDeltopMenu { display: none!important}
    .navigation { 
        background:#fff;
        padding-bottom:5px;
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1)
    }
    #mobile-page-content {
        background: url(../img/author-bg.jpg);
        background-repeat: repeat;
    }
    .mobileHeaderContainer h1 {
        font-family: 'Alegreya', serif;
        text-transform: uppercase;
        color: #c99e13;
        font-size: 2em;
        padding: 0 30px;
        z-index: 9999;
        margin-bottom:0;
        text-align: left;
    }
    .carouselSection, .abstractSection {
        margin-top: 30px;
    }
    .mobileHeaderContainer h3 {
        font-family: 'EB Garamond', serif;
        font-size: 1.2em;
        font-weight: 400;
        font-style: italic;
        padding: 0 30px;
        margin: 0;
        text-align: left;
    }

    p.carouselQuote {
        font-family: 'EB Garamond', serif;
        font-size: 1em;
        font-weight: 400;
        font-style: italic;
        padding: 0 30px;
        margin: 0;
        text-align: justify;
    }
    .sectionHeading {
        margin-top: 100px;
        font-family: 'Jura', sans-serif;
        font-size:2em;
        font-weight: 700;
        text-align: center
    }
    .sectionHeadingBorder {
        width: 100px;
        margin: 0 auto;
        height: 3px;
        background: #c99e13;
        margin-bottom:20px;
        margin-top:10px;
    }
    
    
    .carousel-indicators { bottom: -80px; }
    .carousel-control-next { bottom: -55px; margin-right: 4%; }
    #authorsPage header {display: none;}
    .authorTitle { margin-top: 30px;}
    .authorInfo { margin-bottom: 90px; }
    .perilipsiKeimeno { padding: 0 30px;}
    .pelipsiSection p { font-size: 1em; }
}

@media only screen and (max-height: 630px) {
    #page-content, #menu, #headerTitle, #bookTitle, #sectionMenu, #kefalaiaDeltopMenu { display: none!important}
    #mobile-page-content { display: block;}
    .navigation {display: block;}
    .navigation { 
        background:#fff;
        padding-bottom:5px;
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1)
    }
    #mobile-page-content {
        background: url(../img/author-bg.jpg);
        background-repeat: repeat;
    }
    .mobileHeaderContainer h1 {
        font-family: 'Alegreya', serif;
        text-transform: uppercase;
        color: #c99e13;
        font-size: 2em;
        padding: 0 30px;
        z-index: 9999;
        margin-bottom:0;
        text-align: left;
    }
    .carouselSection, .abstractSection {
        margin-top: 30px;
    }
    .mobileHeaderContainer h3 {
        font-family: 'EB Garamond', serif;
        font-size: 1.2em;
        font-weight: 400;
        font-style: italic;
        padding: 0 30px;
        margin: 0;
        text-align: left;
    }

    p.carouselQuote {
        font-family: 'EB Garamond', serif;
        font-size: 1em;
        font-weight: 400;
        font-style: italic;
        padding: 0 30px;
        margin: 0;
        text-align: justify;
    }
    .sectionHeading {
        margin-top: 100px;
        font-family: 'Jura', sans-serif;
        font-size:2em;
        font-weight: 700;
        text-align: center
    }
    .sectionHeadingBorder {
        width: 100px;
        margin: 0 auto;
        height: 3px;
        background: #c99e13;
        margin-bottom:20px;
        margin-top:10px;
    }
    p  {
        font-size: 1.3em;
    }
    
    .carousel-indicators { bottom: -80px; }
    .carousel-control-next { bottom: -55px; margin-right: 4%; }
    #authorsPage header {display: none;}
    .authorTitle { margin-top: 30px;}
    .authorInfo { margin-bottom: 90px; }
    .perilipsiKeimeno { padding: 0 30px;}
    .pelipsiSection p { font-size: 1em; }
    
}


@media screen and (max-width: 470px) {
    .mobileHeaderContainer h1 { font-size: 1.3em;  padding: 0 10px;padding-top:5px;}
   
    .mobileHeaderContainer h3 { font-size: 0.9em;  padding: 0 10px;}
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}