/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Open Sans:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #fff;
    color: black;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
	z-index: -1;
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #fff;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

#sidebar ul p {
    color: black;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #34C2B8;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #34C2B8;
    background: #fff;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #fff;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #34C2B8;
}

a.article, a.article:hover {
    background: #34C2B8 !important;
    color: black !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}

#sidebarCollapse {
background-color: white;
}

/* Social Media Links for Articles */
.fa-facebook, .fa-google-plus, .fa-twitter, .fa-linkedin, .fa-instagram, .fa-envelope {
font-size: 50%;
padding-right: 35px;
color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
}
/* End of Social Media Links for Articles */

/* Begin Subscribe Module */
.subs_address {
border: 2px solid #34C2B8;
border-radius: 4px;
}

.submit {
	background-image: linear-gradient(to left, rgba(255, 146, 202, 0.75) 0%, rgba(145, 149, 251, 0.86) 100%);
	box-shadow: 0 9px 25px -5px #df91fb;
	padding: 0.5em 1.9em;
	margin: 2.3em 0 0 0;
	border-radius: 7px;
	font-size: 1.4em;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 1em;
	outline: none;
	border: none;
	transition: 0.3s linear;

}
#container button:hover{transform: translatey(2px);}
#container button:active{transform: translatey(5px);}

#success_message {
  color: #339966;
  }
  
#error_message {
  color: #b32d00;
  }

/* Ends Subscribe Module */

/* Begin Cards + Subs Form */
.card-grid, .subs-form {
z-index: -1;
margin: 0% 1.8% auto;
width:96%;
float: left;
}
.card-grid:after {
  z-index: -1;
  content: "";
  display: table;
  clear: both;
}

.card-wrap {
 z-index: -1;
  float:left;
  width:100%;
  padding:5px;
}
@media (min-width: 500px) {
  .card-wrap {
    width:50%;
  }
}
@media (min-width: 720px) {
  .card-wrap {
    width:25%;
  }
}

.card {
  background-color:white;
  border-radius:5px;
  border:0px solid #ccc;
  border-bottom:2px solid #ccc;
}
.card > div {
  padding:0 1em;
}

.card-img {
  cursor:pointer;
}

.card:hover{ 
     box-shadow: 1px 8px 20px grey;
    -webkit-transition:  box-shadow .5s ease-in;
  }
/* Ends all Cards */

/*Hide x-axis scroll bar*/
html {
  overflow: hidden;
  height: 100%;
  overflow-x: hidden;
}
body {
  overflow: auto;
  height: 100%;
  overflow-x: hidden;
}
/*End of Hide x-axis scroll bar*/

.Logo:hover {
cursor: pointer;
}

.nav-link:hover {
color: #34C2B8;
}

.whole:hover {
cursor: pointer;
}

/* Begin Footer Cards */
  .card-grid-footer {
z-index: -1;
margin: 4% auto;
width:96%;
float: center;
}
.card-grid-footer:after {
  z-index: -1;
  content: "";
  display: table;
  clear: both;
}

.card-wrap-footer {
 z-index: -1;
  float:left;
  width:100%;
  padding:5px;
}
@media (min-width: 500px) {
  .card-wrap-footer {
    width:50%;
  }
}

@media (max-width: 400px) {
  .social_bar {
    display: none;
  }
}

@media (min-width: 720px) {
  .card-wrap-footer {
    width:25%;
  }
}

.card-footer {
  background-color:white;
  border-radius:5px;
  border:2px solid #fff;
}
.card-footer > div {
  padding:0 1em;
}
/* Ends Footer Cards */

/* Begin Footer with Modules */
.footer {
  position: relative;
  float: left;
  margin: 0% auto;
  left: -3.8%;
  background-color: #34C2B8;
  width: 109%;
  height: 100%;
    padding-bottom: 20px;
    margin-bottom: -20px;
  }

.p_ending {
color: #fff;
}

.fa-heart {
color: #ffe6e6;
}

.email {
color: #34C2B8;
}

#emailFooter {
background-color: white;
color: black;
}

#emailFooter:hover {
background-color: white;
border: 3px white;
color: #34C2B8;
}

#donate {
background-color: white;
border: 2px solid #34C2B8;
color: #34C2B8;
border-radius: 5px;
}

#donate:hover {
cursor: pointer;
background-color: #34C2B8;
border: 2px solid #34C2B8;
color: #fff;
border-radius: 5px;
}

#timer {
color: #34C2B8;
}
/* Ends Footer with Modules */

/*Hide Sidebar on phone screen sizes*/
@media(max-width:428px){
#sidebarCollapse {
display: none;
}
/*End of Hide Sidebar on phone screen sizes*/
	
/*Respomsive Icons on Ribbon*/
@media(max-width:544px){
#facebook, #linkedin, #instagram, #envelope {
font-size:20px;
}
	
@media(max-width:428px){
#facebook, #linkedin, #instagram {
font-size:15px;
}
	
@media(max-width:435px){
#envelope {
display: none;
}
/*End of Responsive Icons on Ribbon*/
	
/*Start justify responsive cv*/
#thanosModal, #tinaModal, #ilianaModal, #souzanaModal, #xristosModal, #fredaModal, #evelinaModal, #polinaModal, #stefanosModal, #stavroulaModal, #AnnaMariaModal, #sidebarModal {
text-align: justify;
text-justify: inter-word;
}
/*End justify responsive cv*/

/*Bibliography link Customization*/
.citation {
color: black;
text-decoration: none;
}

.citation:hover {
color: #04c8af;
text-decoration: none;
}
/*End of Bibliography link Customization*/

/*Plus Icon Positioning for Dropdown Subcategories*/
.fa-plus {
float: right;
padding: 2%;
cursor: pointer;
}

.fa-minus {
cursor: pointer;
}
/*End of Plus Icon Positioning for Dropdown Subcategories*/
	
/* Start resize working image */
@media (max-width: 410px) {
  .working {
    width:90%;
  }
}
/*End resize working image*/
	
/*Plus Icon Positioning for Dropdown Subcategories*/
.fa-plus {
float: right;
padding: 2%;
cursor: pointer;
}

.fa-minus {
cursor: pointer;
}
/*End of Plus Icon Positioning for Dropdown Subcategories*/
	
/*Resize Author's Image*/
@media (max-width: 900px) {
  .card-img-1 {
    width:60%;
  }
}
/*End of Resizing Author's Image*/