* {
    font-family: "noto sans";
}
h1,h2,h3,h4,h5,h6 { font-family: "roboto slab"; }

/************************ Navigation ******************************/

nav img { width: 50%; }

.navbar {   font-size: 14px;  /*padding: 1.5rem 1rem; rosa*/background-color: white !important; }

.navbar-brand,
.navbar-nav a {
    font-family: "roboto slab";
}

@media screen and (max-width: 355px) {
   .navbar-brand {
      width: 70%;
   }
}

@media screen and (max-width: 680px) {
   .navbar-brand {
       margin-right: 0;
   }
}

.rosa {font-size:large;}
/************************ Carousel ******************************/

.carousel-item {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.4);
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption {
    top: 30%;
    bottom: auto;
}

@media screen and (max-width: 680px) {
    .carousel-caption {
        top: 25%;
        bottom: auto;
    }
    .carousel-caption .display-4 {
        font-size: 30px;
    }   
}

@media screen and (max-width: 320px) {
    .carousel-caption .display-4,.h3,.h2 {
        font-size: 20px;
    }   
}


hr { width: 50%; }

/***********************Section***********************/

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/************************parallax**********************/

.parallax {
    background: url(../imgs/s4.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.4);
}

/********************Schedule*************************/

#schedule ol:before,#schedule ol:after {
    content: "";
    background: #fff;
    width: 5px;
    height: 60px;
    position: absolute;
    z-index: 2;
}

#schedule ol:before { margin: 0 0 0 -1px; }

#schedule ol:after { margin: -50px 0 0 -1px; }

#schedule li {
    border: 2px solid;
    border-color: lightcoral !important;
    margin:0 0 -2px 0; 
    padding: 30px;
    counter-increment: li;
    position: relative;
}

#schedule li:nth-child(odd):before,#schedule  li:nth-child(even):before {
    content: counter(li);
    display: flex;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    
    position: absolute;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background-color: lightcoral;
    color: white;
    font-weight: bold;
    z-index: 3;
}

#schedule li:nth-child(odd):before {
    right: 100%; 
    margin-right: -20px;
}


#schedule li:nth-child(even):before {
    left: 100%;
    margin-left: -20px;
}

#schedule li:nth-child(odd) {
    border-right: none;
    border-left: 2px solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 30px;
    padding-right: 0;
}

#schedule li:nth-child(even) {
    border-left: none;
    border-right: 2px solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 30px; 
    padding-left: 0;
    text-align: right;
}

#schedule li:first-child {
    border-top: none;
    border-top-right-radius:0;
    border-top-left-radius:0;
}

#schedule li:last-child {
    border-bottom: none;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}

/****************************** schedule-one *****************************/
#schedule-ul ul:before,#schedule-ul ul:after {
    content: "";
    background: #fff;
    width: 5px;
    height: 60px;
    position: absolute;
    z-index: 2;
}

#schedule-ul ul:before { margin: 0 0 0 -1px; }

#schedule-ul ul:after { margin: -50px 0 0 -1px; }

#schedule-ul li {
    border: 2px solid;
    border-color: lightcoral !important;
    margin:0 0 -2px 0; 
    padding: 30px;
    counter-increment: li;
    position: relative;
}

#schedule-ul li:nth-child(odd):before,#schedule-ul  li:nth-child(even):before {
    /*content: counter(li);*/
    display: flex;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    
    position: absolute;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background-color: lightcoral;
    color: white;
    font-weight: bold;
    z-index: 3;
}

#schedule-ul li:nth-child(odd):before {
    right: 100%; 
    margin-right: -20px;
}


#schedule-ul li:nth-child(even):before {
    left: 100%;
    margin-left: -20px;
}

#schedule-ul li:nth-child(odd) {
    border-right: none;
    border-left: 2px solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 30px;
    padding-right: 0;
}

#schedule-ul li:nth-child(even) {
    border-left: none;
    border-right: 2px solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 30px; 
    padding-left: 0;
    text-align: right;
}

#schedule-ul li:first-child {
    border-top: none;
    border-top-right-radius:0;
    border-top-left-radius:0;
}

#schedule-ul li:last-child {
    border-bottom: none;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}

/****************************** accordion ********************************/
.accordion {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin: 0px auto;
}

.accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease-in-out;
}

.accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
}

.accordion ul li div a {
    display: block;
    height: 350px;
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 1px 1px 2px #000;    
    text-decoration: none;
    transition: all 300ms ease-in-out;
}

.accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.accordion ul li div a h2 {
    text-overflow: clip;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
}

.accordion ul li div a p {
    top: 160px;
    font-size: 18px;
    padding-left: 1em;
}

.accordion ul li:nth-child(1) { 
    background-image: url("../images/attika/Athens_OlympeionTempleOfOlympianZeus_2651_photo_YSkoulas.jpg"); 
    background-position: 50% 30%;
}

.accordion ul li:nth-child(2) { 
    background-image: url("../images/attika/Athens_OdeonOfHerodesAtticus_3218_photo_YSkoulas.jpg");
    background-position: 70% 0%;
}

.accordion ul li:nth-child(3) { 
    background-image: url("../images/attika/Athens_Academy_872_photo_YSkoulas.jpg"); 
    background-position: 50% 50%;
}

.accordion ul li:nth-child(4) { 
     background-image: url("../images/attika/Athens_Academy_010_phto_YSkoulas.jpg"); 
    background-position: 30% 40%;
}

.accordion ul li { background-size: cover; }
.accordion ul:hover li { width: 10%; }
.accordion ul:hover li:hover { width: 90%; }

.accordion ul:hover li:hover a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
 @media screen and (max-width: 680px) {
  
    body { margin: 0; }
    .accordion { height: auto; }

    .accordion ul li,
    .accordion ul li:hover,
    .accordion ul:hover li,
    .accordion ul:hover li:hover {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        -webkit-transition: none;
        transition: none;
  }
    .accordion ul li div a * {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
  }
}

/*******************Speakers************************/

.testimonials .testimonial-item { max-width:18rem }
.testimonials .testimonial-item img {
    max-width:12rem;
    -webkit-box-shadow:0 5px 5px 0 #adb5bd;
    box-shadow:0 5px 5px 0 #adb5bd;
}


/**************************Map***********************/

.map { height: 400px; }

/***************************Footer*******************/

footer {
    background-color: #33383c;
    padding:50px 0px 0px 0px;
}

.adress span , .contact span , .social span {
    color: #FFF;
    font-weight: 800;
    padding:20px 0px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
}

.adress li , .contact li , .social li {
    padding:5px 0px;
    list-style: none;
}

.adress li p , .contact li a , .social li a {
    color:#FFF;
    letter-spacing: 2px;
    text-decoration:none;
    font-size:14px;
}

.social li { float:left; }

.social .fab {
    color:#FFF;
    margin-right: 10px;
}

.contact .fas { color: #FFF; }


/************************ Pagetitle ************************/

#pagetitle {
    margin-top: 110px;
    background-color: #F7F7F7;
    height: 100px;
}

/************************ 404 ************************/

#four04 { margin-top: 110px; }

#four04 h1 { font-size: 1000%; }



/************************ Contact page ************************/

#contactlist li {
    list-style: none;
}

#contactlist div:nth-child(2) li{    
    float:left;
}

#contactlist div:nth-child(2) li .fab{
    margin-right: 10px;
}

#contactlist .fa-facebook-square {     
    color: #3b5998;
}

#contactlist .fa-instagram {
    color: #517fa4;
}

#contactlist .fa-youtube{
    color: #bb0000;
}

#contactlist .fa-linkedin {
    color: #007bb6;
}

#contactlist div:nth-child(1) a{    
    color: #517fa4;
}


/******************mytimeline************************/
ul.mytimeline {
list-style-type: none;
position: relative;
}
ul.mytimeline:before {
content: ' ';
background: lightcoral !important;
display: inline-block;
position: absolute;
left: 29px;
width: 2px;
height: 100%;
z-index: 400;
}
ul.mytimeline > li {
margin: 20px 0;
padding-left: 20px;
}
ul.mytimeline > li:before {
content: ' ';
background: white;
display: inline-block;
position: absolute;
border-radius: 50%;
border: 3px solid #dc3545;
left: 20px;
width: 20px;
height: 20px;
z-index: 400;
}
/*********************************************************/



/******************mytimeline2************************/
ul.mytimeline2 {
list-style-type: none;
position: relative;
}
ul.mytimeline2:before {
content: ' ';
background: lightcoral !important;
display: inline-block;
position: absolute;
left: 29px;
width: 2px;
height: 100%;
z-index: 400;
}
ul.mytimeline2 > li {
margin: 20px 0;
padding-left: 20px;
}
ul.mytimeline2 > li:before {
content: ' ';
background: white;
display: inline-block;
position: absolute;
/*border-radius: 50%;*/
border: 3px solid #dc3545;
left: 20px;
width: 20px;
height: 20px;
z-index: 400;
}



/*********************************************************/

/******************mytimeline3************************/
ul.mytimeline3 {
list-style-type: none;
position: relative;
}
ul.mytimeline3:before {
content: ' ';
background: lightcoral !important;
display: inline-block;
position: absolute;
left: 29px;
width: 2px;
height: 100%;
z-index: 400;
}
ul.mytimeline3 > li {
margin: 20px 0;
padding-left: 20px;
}
ul.mytimeline3 > li:before {
content: ' ';
background: white;
display: inline-block;
position: absolute;
border-radius: 50px 20px; 
border: 3px solid #dc3545;
left: 20px;
width: 20px;
height: 20px;
z-index: 400;
}



/*********************************************************/
ul.mytimeline4 > li:before {
	
	border-radius: 15px 30px;
}

/*********************************************************/
ul.mytimeline5 > li:before {
	
	border-radius: 30px 15px;
}


