@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&subset=greek,latin);

.bg-white {background-color: white;}
.bg-ekan-green {background-color: #3B7F46;}
.ekan-title {color:#3B7F46;}
.bg-header {
/*background-image: url(../images/backs/recycle1.png);*/
background-size: 400px 147px;
background-repeat: no-repeat;
background-position: right;
}
.maincontent {background-color: #ccc; background-image: url("../images/backs/circuit.png");}

.big-image {
  background-position: center center;
  background-size: cover;
  height: 300px;
  padding-top: 10em;
  border-bottom: 1px solid #ccc;}

.inner .text{
	position: relative;
  top: 51%;
  left: 50%;
  width: 80%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.text .title, .description{
  color:#fff;
  text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 500px) {

.big-image {
    height: 420px;
  }
}


/*testing cards*/

.masonry {
    margin: 1.5em 0 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item {
    display: inline-block;
    background: #fff;
    /*padding: 1.5em;*/
    margin: 0 0 1em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.item-text {
	padding:5px;
}

.item-text h3 {
	margin: 0;
}

@media only screen and (min-width: 480px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 767px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

/*menu*/

.mainmenu-top {
    float: right;
    margin-top: 14px;
}
/*Menu mobile first CSS*/
body{ -webkit-animation: bugfix infinite 1s; }

/*This fixes a chrome/webkit bug for older Android Browsers */
// causing issues in safari @-webkit-keyframes bugfix { from {padding:0;} to {padding:0;} }

/*Required functional CSS don't change this bit
CSS styles are at the end! */

.mainMenu {
	display:block;
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	float:left;
  z-index: 10;
	}

#toggleMenu {
	display: none;
	}

#toggleMenu:checked ~ ul {
	max-height:100%; /*Make page height*/
	opacity:1;
	}

.mainMenu > ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
    overflow-y: hidden;
	max-height:0;
	}

.mainMenu li {
	margin:0 10px;
	padding:0;
	white-space:nowrap;
	display:block;
	width:100%;
	float:left;
  font-weight: 600;
	}

.mainMenu a, .mainMenu a:visited {
	display:block;
	width:100%; /*required to make whole element clickable*/
	}

label.menuTitle {
	margin:0;
	display:block;
	cursor:pointer;
	background: url('../images/menu/menu.png');
    background-image: url('../images/menu/menu.svg'), none;
	background-repeat: no-repeat;
	background-position: 97% 10px;
	background-size: 24px 19px; /*Make same size as your menu.png*/
	}

@media screen and (min-width:768px) {
	label.menuTitle {
		display:none;
		}

	.mainMenu ul {
		display:block!important;
		border:0;
		overflow:visible;
		max-height:100%!important;
		}

	.mainMenu ul li {
		width:auto;
		display:inline;
		border:0;
		}
}


	/* Child CSS Functionality - do not change*/
	.mainMenu > ul ul {
		float:left;
		width:100%;
		margin:0;
		padding:0;
		}

	@media screen and (min-width:768px) {
		.mainMenu > ul > li {
			position: relative;
		}

		.mainMenu > ul > li:hover ul {
			display: block!important;
		}

		.mainMenu > ul ul {
			display:none!important;
			position: absolute;
			left:0;
			}

		.mainMenu > ul ul li {
			display: block;
			width:100%;
			float:left;
			padding:0;
			margin:0;
		}

		.mainMenu .toggleChildren {
			display:none!important;
		}
	}
	/*End Child CSS Functionality*/



/*Menu Styling CSS - change the below to suit your site!*/
.mainMenu {
	/*border-bottom:1px solid #ccc;*/
	}

.mainMenu li {
	border-top:1px solid #ccc;
	}

.mainMenu a, .mainMenu a:visited {
	color:#333;
	text-decoration:none;
	width:94%; /*Use 100% and box-sizing if not supporting ie7*/
	padding:12px 3%;
	background: none;
	}

label.menuTitle {
	font-size:18px;
	width:100%;  /*Use 100% and box-sizing if not supporting ie7*/
	padding:12px 3%;
	font-weight:bold;
	}

@media screen and (min-width:768px) {

	.mainMenu li {
		border:0;
		}

	.mainMenu a:hover  {
		color:#767676;
		}

	.mainMenu a, .mainMenu a:visited {
		padding:15px 3px 20px 7px;
		}
}

/*Menu Child Styling*/
.mainMenu .toggleChildren {
	float:right;
	margin-right:3%;
	width:30px; /*Note width is required */
	height:45px; /*Customise to your menu height*/
	padding:0;
	display:block;
	background:url(../images/menu/nav-arrow.png) no-repeat center center;
	background-size: 13px 10px;
}

.mainMenu .toggleChildren.contract {
	background:url(../images/menu/nav-arrow.png) no-repeat center center;
	background-size: 11px 8px;
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.mainMenu > ul ul a, .mainMenu > ul ul a:visited {
	background:#eee;
  padding: 8px 6%;
  font-size: 14px;
}


@media screen and (min-width:768px) {
	.mainMenu > ul > li:hover > a {
		color:#767676;
	}

	.mainMenu > ul ul {
		top:50px; /*height of your main nav*/
		min-width:280px; /*Set your width*/
	}

	.mainMenu > ul ul a {
		border:0;
		border-bottom:1px solid #ccc;
	}
}
/*End Menu Child Styling*/

@media only screen and (max-width: 768px) {
    .mainmenu-top {float: none;}
    .mainMenu li {margin: 0;}
    .mainMenu > ul ul a, .mainMenu > ul ul a:visited{background: none;}
    .bg-header{	background-image: none;}
}

/*cards*/

.ca-cards{
    padding:0;


}
.ca-cards li{
    height: 300px;
    overflow: hidden;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-right: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-cards li:last-child{
    margin-right: 0px;
}
.ca-cards li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 60px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.ca-main{
    font-size: 25px;
    font-weight: 500;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-sub{
    text-align:center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-cards li:hover{
    background-color: #4D6859;
}
.ca-cards li:hover .ca-icon{
    color: #fff;
    font-size: 90px;
}
.ca-cards li:hover .ca-main{
    color: #fff;
    -webkit-animation: moveFromLeftRotate 300ms ease;
    -moz-animation: moveFromLeftRotate 300ms ease;
    -ms-animation: moveFromLeftRotate 300ms ease;
}
.ca-cards li:hover .ca-sub{
    color: #fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromLeftRotate{
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -webkit-transform: translateX(0%) rotate(0deg);
    }
}
@-moz-keyframes moveFromLeftRotate{
    from {
        -moz-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -moz-transform: translateX(0%) rotate(0deg);
    }
}
@-ms-keyframes moveFromLeftRotate{
    from {
        -ms-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -ms-transform: translateX(0%) rotate(0deg);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

/*lightbox*/

/* line 1, ../sass/simplelightbox.scss */
body.hidden-scroll {
  overflow: hidden;
}

/* line 4, ../sass/simplelightbox.scss */
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1006;
}

/* line 15, ../sass/simplelightbox.scss */
.sl-wrapper {
  z-index: 1000;
}
/* line 17, ../sass/simplelightbox.scss */
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 24px;
  padding: 0;
  cursor: pointer;
}
/* line 23, ../sass/simplelightbox.scss */
.sl-wrapper button:hover {
  opacity: 0.7;
}
/* line 28, ../sass/simplelightbox.scss */
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1015;
}
/* line 36, ../sass/simplelightbox.scss */
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1015;
}
/* line 44, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
/* line 47, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  z-index: 1015;
  font-family: arial sans-serif;
}
/* line 58, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button.sl-next {
  right: 40px;
}
/* line 62, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button.sl-prev {
  left: 40px;
}
/* line 68, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
/* line 73, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
}
/* line 78, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image iframe {
  border: 0 none;
  background: #000;
}
/* line 82, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: #000;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 93, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
/* line 98, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
/* line 103, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1005;
}

/* line 114, ../sass/simplelightbox.scss */
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

/* line 133, ../sass/simplelightbox.scss */
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/*timeline*/

#timeline {
  position: relative;

}

.date {
  position: relative;
  float: left;
  text-align: right;
  width: 200px;
  display: block;
  font-size: 14px;
  color: #333333;
  vertical-align: middle;
  line-height: 20px;
  font-weight: 600;
  left: 12.5px;
}

  .timeline span {
  position: relative;
  float: right;
  height: 22px;
  width: 22px;
  margin-right: 0;
  margin-left: 32.5px;
  border-radius: 100%;
  background: white;
  display: block;
  z-index: 2;
  border: 1px solid #80B7D1;
}

.job {
  padding-top: 50px;
  width: 100%;
  display: block;
}

.job_description {
  position: relative;
  float: left;
  display: block;
  width: calc(100% - 250px);
  padding-left: 40px;
  padding-bottom: 5%;
  border-left: 1px solid #80B7D1;
}

.red .job_description {
  border-left: 5px solid #FF9D87;
}

.red span {
  border: 5px solid #FF9D87;
}

.blue .job_description {
  border-left: 5px solid #71C5DF;
}

.blue span {
  border: 5px solid #ddd;
}

.green .job_description {
  border-left: 5px solid #84C6A2;
}

.green span {
  border: 5px solid #84C6A2;
}

.end .job_description {
  border-left: 5px solid transparent;
}




@media screen and (max-width: 760px) {
  #timeline {
    width: 90%;
  }

  .job_description {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 40px;
    width: 90%;
  }


  .date {
    position: relative;
    float: left;
    top: 0px;
    left: -7.5px;
    text-align: left;
    width: 100%;
    display: block;
    font-size: 12px;
  }

  .timeline span {
    float: left;
    margin-left: 0;
    margin-right: 32.5px;
  }
}

/*video*/

.wrapper.demo3 {
  max-width: 1600px;
}


#video-pro__container {
  position: relative;
  margin: 0;
  height: 300px;
  background-color: #282828;
  overflow: hidden;
}

#video-pro__video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 600px;
  height: auto;
  transform: translate(-50%, -50%);
}

#video-pro__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 80px 20px;
  text-align: center;
}
#video-pro__content h2,
#video-pro__content p,
#video-pro__content a {
  color: #fff;
  text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.6);
}
#video-pro__content h2 {
  font-size: 30px;
}
#video-pro__content p {
  margin-bottom: 40px;
}
#video-pro__content a {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  border: solid 1px #fff;
  transition: background 0.3s, color 0.3s, text-shadow 0.3s;
}
#video-pro__content a:hover {
  background-color: #fff;
  color: #787878;
  text-shadow: none;
}

@media all and (min-width: 600px) {
  #video-pro__container {
    height: 480px;
  }

  #video-pro__video {
    width: 1024px;
  }

  #video-pro__content {
    padding: 160px 20px;
  }
  #video-pro__content h2 {
    font-size: 42px;
  }
  #video-pro__content p,
  #video-pro__content a {
    font-size: 18px;
  }
}
@media all and (min-width: 1024px) {
  #video-pro__container {
    height: 400px;
  }

  #video-pro__video {
    width: 1600px;
  }

  #video-pro__content {
    padding: 120px 20px;
  }
  #video-pro__content h2 {
    font-size: 54px;
  }
  #video-pro__content p,
  #video-pro__content a {
    font-size: 24px;
  }
}
