#aaa {
	position: relative;
	/*min-height:300px; */
  
  }
  #bbb{
	width:100%;
	/*height:100%;*/
	position: absolute;
	top: 0;
	left: 0;
	
  }

#bbb {
	z-index: 16;
  }
  

  .hiddendesktop{
    display:none;
  }
  
  /************ modal ***********/
  #modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    /*width: 0 auto;*/
    padding: 10px;
    text-align:center;
}

.buttonmodal{
    position: absolute;
    color:#fff;
    font-size:25px;
    right:0;
    border:0px;
}
  /************ modal ***********/
  /******************************************/
  /*sticky menu*/
  /*****************************************/
  
  .top-container {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
  }
  .topbar {
    /*padding: 10px 16px;*/
    background: #fff;
    color: #f1f1f1;
    min-height: 100px;
    z-index: 9999;
  }
  
  .topbar .logo{
    background-image: url(../img/logo_green.png);
    background-repeat: no-repeat;
    display:block;
    width:100%;
    min-height:80px;
    background-position: top center; 
    
  
  }

  .topbar #cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
  }
  .topbar #cssmenu > ul > li.has-sub:hover > a::after {
    
    border-color: #939b8e;
  }
  
  .topbar2 {
    color: #f1f1f1;
    /*background: rgb(0,0,0);*/
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    min-height:100px;
    z-index:9999;
  }
  
  .topbar2 .logo{
    background-image: url(../img/logo_white.png);
    background-repeat: no-repeat;
    /*background-position: 20px 20px; */
    display:block;
    width:100%;
    min-height:80px;
    background-position: top center; 
    
  
  }
  
  .topbar2 #cssmenu > ul > li > a {
    color:#fff;
    font-weight:normal;
  }
  
  .topbar2 #cssmneu {
  background:none;
  }

  .topbar2 #cssmenu > ul > li:hover > a,
  .topbar2 #cssmenu > ul > li.active > a{
    color: #fff;
    font-weight:normal;
  }
  
  .topbar2 #menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  }
  
  .topbar2 #cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
  }
  .topbar2 #cssmenu > ul > li.has-sub:hover > a::after {
    
    border-color: #fff;
  }

  .content2 {
    padding: 16px;
  }
  
  .sticky .logo{
    background-image: url(../img/logo_green.png);
    background-repeat: no-repeat;
    /*background-position: 20px 20px; */
    display:block;
    width:100%;
    min-height:80px;
    background-position: top center; 
  }
  .sticky #cssmenu > ul > li > a {
    color:#000;
    font-weight:normal;
  }
  
  .sticky #cssmenu > ul > li:hover > a,
  .sticky #cssmenu > ul > li.active > a{
    color: #939b8e;
    font-weight:normal;
  }
  
  .sticky #menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  /*background: #e128e4;*/
  background: #939b8e;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  }
  
  .sticky #cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
  }
  .sticky #cssmenu > ul > li.has-sub:hover > a::after {
    
    border-color: #939b8e;
  }

  .sticky {
    
    position: fixed;
    top: 0;
    width: 100%;
    background:#fff;
    /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 100%);*/
    -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
    
    min-height:80px;  
    box-shadow: 0px 1px 5px #d8d8d8;  /*mine*/
  }
  
 
  .sticky + .content2 {
    padding-top: 132px;
  } 

  
  /********************* sticky ends *********/
/**************** images in slider ********************/
  .ccc {
	position: relative;
	/*min-height:300px; */
  }
  .ddd{
	width:100%;
	/*height:100%;*/
  display: inline-block;
	position: absolute;
  left: 0;
  right: 0;
  /*margin-top:40%;*/
  /*padding-top:50%;*/
  /*margin-left:5%;
  margin-right:5%;*/
  text-align: center;
  margin-top:-15%;
  }

.fff{
	width:100%;
	/*height:100%;*/
  display: inline-block;
	position: absolute;
  left: 0;
  right: 0;
  padding: 0px;
  margin-top:0%;
  /*margin-left:5%;
  margin-right:5%;*/
  text-align: center;
}

/*
.zzz{
	width:80%;
	/*height:100%;*/
  /*display: inline-block;
	position: absolute;
  top: 50%; 
  right: 50%;
  transform: translate(50%,0%);
  padding: 0px;
  margin-top:0%;*/
  /*margin-left:5%;
  margin-right:5%;*/
  /*text-align: center; 
} */

.ddd {
	z-index: 15;
  }
/**************** images in slider ********************/
/********************squares *************************/
.four{
display: inline-block;
vertical-align: top;
width: 20%;
/*border:1px red solid;*/
}

.square{
  background-color: rgba(0, 0, 0, 0.3);  /* red with opacity */
  color: white;
  padding: 43px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border:1px #6e7a87 solid;
  width:100%;
  /*min-height:147px; */  /**** an paei se deuteri grammi to keimneo ****/
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  font-weight:400;
  -o-transition:all 250ms ease-out, all 250ms ease-in;
  -ms-transition:all 250ms ease-out, all 250ms ease-in;
  -moz-transition:all 250ms ease-out, all 250ms ease-in;
  -webkit-transition:all 250ms ease-out, all 250ms ease-in;
}

.square:hover{
  background-color: rgba(0, 0, 0, 0.4);  /* red with opacity */
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  color:#fff;
  font-weight:400;
}


.square2{
  /*background-color: rgba(214, 219, 225, 0.9);*/  /* red with opacity */
  background-color:#d6dbe1;
  background-image: url(../img/watermark.png); 
  background-repeat: no-repeat;
  background-position:center;
  
  padding: 60px 0px;
  /*text-align: center; */
  text-decoration: none;
  display: inline-block;
  border:1px #e9ecf3 solid;
  width:100%;
  /*min-height:147px; */  /**** an paei se deuteri grammi to keimneo ****/
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 23px;
  font-weight:700;
  color:#3f3f3f;
  -o-transition:all 350ms ease-out, all 350ms ease-in;
  -ms-transition:all 350ms ease-out, all 350ms ease-in;
  -moz-transition:all 350ms ease-out, all 350ms ease-in;
  -webkit-transition:all 350ms ease-out, all 350ms ease-in;
  
}

.square2:hover{
  /*background-color: rgba(0, 0, 0, 0.4);*/  /* red with opacity */
  background-color:#e0e5eb;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 23px;
  color:#5f5f5f;
  font-weight:700;

}
/*
.double_square{
  display: inline-block;
vertical-align: top;
width: 49.7%;
} */

/********************squares *************************/
/******************* position squares ************/
.positionleft_sq{
position:absolute; 
top:50%; 
-ms-transform: translateY(-50%); 
transform: translateY(-50%); 
background:#fff; 
display:inline-block; 
width:48%;
}
.positionright_sq{
position:absolute; 
top:50%; 
left:52%; 
-ms-transform: translateY(-50%); 
transform: translateY(-50%); 
background:#fff; 
display:inline-block; 
width:48%;
}
/******************* position squares ************/

.item1 {
  width: 30%;
  margin-left:20px;
  
}

.item2 {
  width: 70%;
  margin-right:20px;
}

.item3 {
  width: 33%;
  margin-right:20px;
  margin-left:20px;
}

.item4 {
  width: 50%;
  margin-right:20px;
  margin-left:20px;
}
.item5 {
  width: 25%;
  margin-left:20px;
}


.flex_container {
  display: flex;
  flex-wrap: nowrap;
  padding-top:30px;
}


/**************** homepage **************/

.title_with_line{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 50px;
  color:#353535;
  font-weight:200;
  border-left:3px #566766 solid; 
  display:inline-block;
  height:0 auto; 
  padding-left:20px; 
  margin-left:50px;
  line-height: 55px;
  text-align:left;
  /*border:1px red solid;*/
  margin-top:40px;
  margin-bottom:20px;
 
}

.generaltitle{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 60px;
  color:#231f20;
  font-weight:200;
 }

.title_with_line_mobile{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  color:#353535;
  font-weight:200;
  border-left:3px #566766 solid; 
  display:inline-block;
  /*height:0 auto; */
  padding-left:20px; 
  /*margin-left:50px;
  /*line-height: 5px;*/
  /*text-align:left;*/
  margin-top:40px;
  margin-bottom:20px;
 }

 .scrollable_text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  color:#696969;
  font-weight:300;
  line-height: 35px;
  
}
.scrollable_text_mobile {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color:#696969;
  font-weight:300;
  
  
}

.scrollable_text strong{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  color:#696969;
  font-weight:600;
}

.scrollable_text_mobile strong{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color:#696969;
  font-weight:600;
}

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


.maintitle{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  color:#1E283A;
  text-align:center;

}

.news_title{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color:#737373;
  font-weight:700;
  /*text-align:center; */
}

.news_texts{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color:#787878;
  padding: 10px 0 0 0;
  /* 700 = as bold */
  /*text-align:center; */
}

.newstitle{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:20px;
  color:#3e3a48;
  padding-left: 0px;
  font-weight:400;
}


.newscontent{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color:#787878;
  font-weight:400;
}

.newspost_title{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:20px;
  color:#3e3a48;
  padding-left: 0px;
  font-weight:700;
   padding-left:10px;
 padding-right:10px;
}

.newspost_content{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color:#787878;
  font-weight:400;
  padding-top:30px;
 padding-left:10px;
 padding-right:10px;
  padding-bottom:50px;
}

.main_products_text{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color:#787878;
  font-weight:400;    /*400 = as normal*/
  /* padding: 0 0 10px 10px; */
  /*text-align:center; */
}

.main_products_text span{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color:#95b61d;
  font-weight:400;    /*400 = as normal*/
  /* padding: 0 0 10px 10px; */
  /*text-align:center; */
}

.maincontent{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color:#787878;
  padding: 50px 20px 50px 20px;
  font-weight:400;

}


.maincontent2{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  color:#787878;
  padding: 20px 0 20px 0;
  font-weight:400;

}

.maincontent3{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  color:#787878;
  padding: 30px 0 20px 0;
  font-weight:700;

}

.maincontent4{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  color:#707171;
  font-weight:200;

}

.button1{
font: 14px/1.2em 'Roboto Condensed', sans-serif;    /* font:20px/1.2em 'Lobster', cursive;*/
color:#a54516;
background:url(../img/arrow2.png) 0 5px no-repeat;  /* 2 was 4 */
padding:0 0 3px 20px; 
display:inline-block;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
text-decoration: none;
/*margin-left:14px; */ /*mine*/

}

.button1:hover{
  text-decoration: none;
  /* color:#c27e6f; */
  color:#f26521;
  /* background-position:100% 4px; */
  background-position:8px 5px;
  /*padding:0 13px 3px 0px; */
  }
  
  
.footercontent{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color:#787878;
  /*padding: 40px 20px 50px 20px;*/
  font-weight:400;
}

.footer_texts{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color:#fff;
  /*padding: 40px 20px 50px 20px;*/
  font-weight:400;
}


.footer_links{
	  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color:#fff;
  /*padding: 40px 20px 50px 20px;*/
  font-weight:400;
text-decoration:none;	
}


.footer_links:hover{
	  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color:#d7d5c7;
  /*padding: 40px 20px 50px 20px;*/
  font-weight:400;
  
	
}



.boxtitle{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:20px;
  color:#3e3a48;
  padding-top: 18px;
  padding-left: 0px;
  font-weight:400;
  
}

.boxtitle2{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:14px;
  color:#949494;
  padding-left: 20px;
  font-weight:400;
  font-style:italic;
  
}

.boxtitle3{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:20px;
  color:#3e3a48;
  padding-top: 18px;
  padding-left: 20px;
  font-weight:400;
  
}

.boxcontent{
  font-size:15px;
  color:#fff;
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 18px;
  line-height:22px;
  padding-left:18px;
  padding-right:18px;
  
}

/* .boxcontent{
  font-size:14px;
  color:#fff;
  font-family: tahoma, arial, georgia;
   padding-top: 8px;
  padding-bottom: 8px;
}
*/


.border_image {
    border: 2px solid #fff;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.border_image2 {
    border: 2px solid #fff;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.50);
}




.fa-envelope{
text-decoration:none;
color:#ffffff;
font-size:16px;
}

.fa-phone{
text-decoration:none;
color:#ffffff;
font-size:16px;
}

.fa-map-marker{
text-decoration:none;
color:#ffffff;
font-size:16px;

}

.fa-sign-in{
 text-decoration:none;
 color:#ffffff;
 font-size:16px;
}

	
.fa-mobile	{
 text-decoration:none;
color:#ffffff;
font-size:16px;
}
	
/* General button style (reset) */
.btn {

    border: none;
	font-family: 'Roboto Condensed', sans-serif;    /* font-family: inherit; */
	font-size: 18px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 17px 60px; /*padding: 25px 80px;*/
	display: inline-block;
	/*margin: 15px 30px; */
	text-transform: uppercase;
	letter-spacing: 3px;
	/* font-weight: 700; */
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
/*
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
} */

/* Button 2 */
.btn-2 {
	background: #f26521;
	color: #fff;
	box-shadow: 0 6px #a54516;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

/* Button 2a */
.btn-2a {
	border-radius: 0 0 5px 5px;
    text-decoration:none;
}

.btn-2a:hover {
	box-shadow: 0 4px #a54516;
	top: 2px;
    text-decoration:none;
    color:#1e283a;
}

.btn-2a:active {
	box-shadow: 0 0 #a54516;
	top: 6px;

}

.responsive-image{
        height:auto;
        /* width:100%; */
        max-width: 100%;
}

/*
.border-image{
	border:1px solid #e1e1e1;
}*/

.links{
	font-size: 17px;
	font-weight:400;
	color:#f26521;
  font-family: 'Roboto Condensed', sans-serif;
/* font-family: tahoma, arial, georgia;*/
 text-decoration:none;
 -o-transition:color 300ms ease-out, color 250ms ease-in;
  -ms-transition:color 300ms ease-out, color 250ms ease-in;
  -moz-transition:color 300ms ease-out, color 250ms ease-in;
  -webkit-transition:color 300ms ease-out, color 250ms ease-in;
  /* ...and now override with proper CSS property */
   transition:color 300ms ease-out, color 250ms ease-in;
}

.links:hover{
color: #f49465;
}

.links2{
 font-size: 17px;
 color:#787878;
  font-family: 'Roboto Condensed', sans-serif;
/* font-family: tahoma, arial, georgia;*/
 text-decoration:none;
 -o-transition:color 300ms ease-out, color 250ms ease-in;
  -ms-transition:color 300ms ease-out, color 250ms ease-in;
  -moz-transition:color 300ms ease-out, color 250ms ease-in;
  -webkit-transition:color 300ms ease-out, color 250ms ease-in;
  /* ...and now override with proper CSS property */
   transition:color 300ms ease-out, color 250ms ease-in;
}

.links2:hover{
color: #787878;
}

.links3{
 font-size: 20px;
 font-weight:200;
 color:#494949;
  font-family: 'Roboto Condensed', sans-serif;
/* font-family: tahoma, arial, georgia;*/
 text-decoration:none;
 -o-transition:color 300ms ease-out, color 250ms ease-in;
  -ms-transition:color 300ms ease-out, color 250ms ease-in;
  -moz-transition:color 300ms ease-out, color 250ms ease-in;
  -webkit-transition:color 300ms ease-out, color 250ms ease-in;
  /* ...and now override with proper CSS property */
   transition:color 300ms ease-out, color 250ms ease-in;
   text-decoration:underline;
}

.links3:hover{
color: #707171;
}


/*scroll to top */
.scroll-to-top {
position: fixed;
background:url(../img/scroll-to-top.png) no-repeat;
cursor: pointer;
bottom: 1em;
right: 0px;
width:55px;
height: 55px;
padding-right: 2em;
padding-bottom: 1em;
display: none;
z-index: 999;

}

.scroll-to-top:hover {
position: fixed;
background:url(../img/scroll-to-top-hover.png) no-repeat;
cursor: pointer;
bottom: 1em;
right: 0px;
width:55px;
height: 55px;
padding-right: 2em;
padding-bottom: 1em;
display: none;
z-index: 999;
}
/*scroll to top */


.new_member_box_display{
    min-height: 300px;
	height: auto;
	/*background-color: #e6ebe4; */
	/*padding-top: 10px;
	padding-left: 10px; */
   /*	margin: 25px 0px 10px 0px; */
	margin: 0px 0px 0px 0px;
  /*  font-family: tahoma, arial, georgia; */
   /* font-size: 14px;*/
    /* color:#787878;*/
    padding: 40px 20px 25px 20px;
  /*	border-radius: 3px;*/
}

.accordion-toggle {cursor: pointer; margin: 0;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}

/*****************/
/*
.pb-center-column h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	color:#787878;
	font-weight:500;
    border-bottom: 1px solid #ebebeb;
    /*font-weight: bold;*/
   /* margin-bottom: 40px;
    margin-top: 0;
    padding-bottom: 10px;
    position: relative;
  } */
/*
.pb-center-column h2:after {
    border-bottom: 4px solid #95b61d;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    width: 120px;
} */

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

/* headlines with lines */


.decorated{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	color:#787878;
	font-weight:500;
     overflow: hidden;
     text-align: center;
 }
.decorated > span{
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    width: 591px; /* half of limiter*/
    margin: 0 20px;
}
.decorated > span:before{
    right: 100%;
}
.decorated > span:after{
    left: 100%;
}

/* headlines with lines */


.feature_divider {
    border: 1px solid #231f20;
    display: block;
    /*margin: 15px auto;*/
	margin-top:10px;
	width: 80px;
}

.feature_divider2 {
    border: 1px solid #231f20;
    display: block;
    margin: 10px auto;
	margin-top:20px;
	width: 80px;
}

.central_title{
font-family: 'Roboto Condensed', sans-serif;
font-size:20px;
text-align:center;
padding-top:18px;
font-weight:700;
letter-spacing: 4px;

}

.central_title2{
font-family: 'Roboto Condensed', sans-serif;
font-size:14px;
text-align:center;
padding-top:18px;
letter-spacing: 2px;

}
.colordate {
    background: #223342 none repeat scroll 0 0;
    /*border: 3px solid #3e3a48;*/
	border-radius:5px;
    color: #fff;
    /* display: inline-block; */
    font-family: "Roboto Condensed",sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px 70px 10px 70px;
	 text-decoration:none;
 -o-transition:all 300ms ease-out, all 250ms ease-in;
  -ms-transition:all 300ms ease-out, all 250ms ease-in;
  -moz-transition:all 300ms ease-out, all 250ms ease-in;
  -webkit-transition:all 300ms ease-out, all 250ms ease-in; 
  /* ...and now override with proper CSS property */
   transition:all 300ms ease-out, all 250ms ease-in;
}

.colordate:hover{
    background: #383838 none repeat scroll 0 0;
    /*border: 3px solid #fb3d50;*/
	border-radius:5px;
    color: #fff;
    /*display: inline-block;*/
    font-family: "Roboto Condensed",sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px 70px 10px 70px;
}

.colordate2 {
    background: #f26521 none repeat scroll 0 0;
    border: 3px solid #f26521;
    color: #fff;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 10px;
	 text-decoration:none;
 -o-transition:all 300ms ease-out, all 250ms ease-in;
  -ms-transition:all 300ms ease-out, all 250ms ease-in;
  -moz-transition:all 300ms ease-out, all 250ms ease-in;
  -webkit-transition:all 300ms ease-out, all 250ms ease-in;
  /* ...and now override with proper CSS property */
   transition:all 300ms ease-out, all 250ms ease-in;
}

.colordate2:hover{
    background: none repeat scroll 0 0;
    border: 3px solid #3e3a48;
    color: #3e3a48;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 10px;
}

.form-text{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color:#787878;
  font-weight:400;
}

.confirm_message{
	  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  color:#787878;
  padding: 50px 20px 120px 20px;
  font-weight:700;
}


/********** gia to profil *********/
.faq-row {
    background-color: #fff;
    border: #efefef 1px solid;
    margin-bottom: 12px;
      font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color:#787878;
}

.faq-row-handle {
    cursor: pointer;
    display: block;
    color: #191919;
    font-weight: normal;
      font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;

    padding: 7px 30px 7px 10px;
    line-height: 20px;
    text-decoration: none;
    outline: 0;
}

.faq-row-handle:hover{
	color:#da7088;
}
.faq-row.open .faq-row-handle {
   color:#db1e48;
}

.faq-row-content {
    font-weight: normal;
    line-height: 150%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color:#787878;
    display: none;
}

.faq-row-content p {
    padding: 20px 20px 20px 20px;
}
/********** gia to profil *********/

.home_title{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 33px;
  color:#383838;
  font-weight:400;
  /*text-align:center; */
}

.home_texts{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  color:#a0a0a0;
  font-weight:400;
}


.home_texts2{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color:#383838;
  font-weight:400;	
}

.blue_box_title{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  color:#fff;
  font-weight:500;	
  text-align:center;
  margin-top:20px;
	
}

.blue_box_texts{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color:#fff;
  font-weight:300;	
  text-align:center;
  margin-top:14px;
	
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.image_title_big{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:50px;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	padding-top:70px;
	font-weight:bold;
}

.image_title_small{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:22px;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	font-weight:normal;
}

.service_box{
	border:1px #e3e2e7 solid;
	min-height:330px;
	 -o-transition:all 300ms ease-out, all 250ms ease-in;
  -ms-transition:all 300ms ease-out, all 250ms ease-in;
  -moz-transition:all 300ms ease-out, all 250ms ease-in;
  -webkit-transition:all 300ms ease-out, all 250ms ease-in; 
  /* ...and now override with proper CSS property */
   transition:all 300ms ease-out, all 250ms ease-in;
	color:#383838;
	text-align:center;
}

.service_box:hover{
	border:1px #636e6d solid;
	min-height:330px;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.4);
box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.4);
background:#788a89;
color:#fff;
}


.service_box a.title{
	color:#383838;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:22px;
	text-decoration:none;
	
}

.service_box:hover a.title{
	color:#fff;
	
}

.service_box a.texts{
	color:#9f9f9f;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:300;
	text-decoration:none;
}


.service_box:hover a.texts{
	color:#e4e6e8;
}



.service_box a.roll{
background: url('truck_icon_blue.png') center center no-repeat; 
height:60px;
display:block;
}

.service_box:hover a.roll{
	background: url("truck_icon_white.png") center center no-repeat; 
	height:60px;
	display:block;
   
}

.service_box a.roll2{
background: url('warehouse_icon_blue.png') center center no-repeat; 
height:60px;
display:block;
}

.service_box:hover a.roll2{
	background: url("warehouse_icon_white.png") center center no-repeat; 
	height:60px;
	display:block;
   
}

.service_box a.roll3{
background: url('computer_icon_blue.png') center center no-repeat; 
height:60px;
display:block;
}

.service_box:hover a.roll3{
	background: url("computer_icon_white.png") center center no-repeat; 
	height:60px;
	display:block;
   
}

.service_box a.roll4{
background: url('magnifying_icon_blue.png') center center no-repeat; 
height:60px;
display:block;
}

.service_box:hover a.roll4{
	background: url("magnifying_icon_white.png") center center no-repeat; 
	height:60px;
	display:block;
   
}

.service_box a.roll5{
background: url('last_mile_blue.png') center center no-repeat; 
height:60px;
display:block;
}

.service_box:hover a.roll5{
	background: url("last_mile_white.png") center center no-repeat; 
	height:60px;
	display:block;
   
}

.service_box a.roll6{
background: url('chain_icon_blue.png') center center no-repeat; 
height:60px;
display:block;
}

.service_box:hover a.roll6{
	background: url("chain_icon_white.png") center center no-repeat; 
	height:60px;
	display:block;
   
}

.service_box a.roll7{
background: url('list_icon_blue.png') center center no-repeat; 
height:60px;
display:block;
}

.service_box:hover a.roll7{
	background: url("list_icon_white.png") center center no-repeat; 
	height:60px;
	display:block;
   
}

.service_box a.roll8{
background: url('automation_icon_blue.png') center center no-repeat; 
height:60px;
display:block;
}

.service_box:hover a.roll8{
	background: url("automation_icon_white.png") center center no-repeat; 
	height:60px;
	display:block;
   
}

.pb-center-column h2{
	font-family: 'Roboto Condensed', sans-serif;
	color:#3f3f45;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    /*font-weight: bold;*/
    margin-bottom: 20px;
    margin-top: 5px;
    padding-bottom: 10px;
    position: relative;
   
}

.pb-center-column h2:after {
    border-bottom: 4px solid #223342;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    width: 120px;
}

/************* FAQ *****************/

.faq-row {
    background-color: #f4f4f4;
    border: #eceaea 1px solid;
    margin-bottom: 12px;
    /*font-family:Arial, Helvetica, sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
		
}

.faq-row-handle {
    cursor: pointer;
    display: block;
    font-size: 23px;
	color:#a0a0a0;
	font-weight:400;
    /*padding: 7px 30px 7px 10px;*/
    padding: 13px 30px 13px 30px;
    line-height: 35px;
    text-decoration: none;
    outline: 0;
}
.faq-row-handle:hover {
    color:#223342;
}	

.faq-row.open .faq-row-handle {
   color:#839595;
}

.faq-row-content {
    color: #a0a0a0;
    font-weight:400;
    line-height: 150%;
    font-size: 19px;
	font-family: 'Roboto Condensed', sans-serif;
    display: none;
    
}

.faq-row-content p {
    padding: 10px 30px 10px 30px;
}
/************* FAQ *****************/

.circle {
  background-color: #223342;
  border: 3px solid #FFF;
  border-radius: 50%;
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  box-shadow: 0 0 0 2px #223342;
  width: 240px;
  height: 240px;
}

.circle_texts{
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #e5e5e5;
    font-weight:400;
	text-align:center;
	margin-top:60px;
	line-height: 160%;
	
}

.simple_circle {
  background-color: #839595;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-left:auto;
  margin-right:auto;
}

.simple_circle_texts {
	font-size: 30px;
	font-family: tahoma, arial, sans-serif;
	color: #e5e5e5;
	text-align:center;
	padding-top:13px;
}

.arrow_box {
	position: relative;
	background: #e6e6e6;
	margin-top:45px;
	min-height:190px;
}

.arrow_box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #e6e6e6;
	border-width: 30px;
	margin-left: -30px;
	
}

.arrow_box_texts{
	color:#262626;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	padding: 10px 2px 7px 10px;
}

.image_border{
	border:1px #c0c0c0 solid;
	
}

.success_error{
	font-family: 'Roboto Condensed', sans-serif;
	/*height:100px;*/
	text-align:center;	
	padding-top:30px; 
	padding-bottom:30px;
	font-size: 18px;
}


/************* image zoom *********/

/* [1] The container */
.img-hover-zoom {
  height: 350px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.2);
  /*** transform: scale(1.2) rotate(10deg); ***/ /* for zoom*/

}

/************* image zoom *********/


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

  .hiddenmobile {
    display:none;
  } 

  .hiddendesktop {
    display:block;
  }

  .sticky .logo{
    min-height:55px;
  }
  .topbar2 .logo{
    min-height:55px;
  }

  .sticky #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }

  .sticky #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000;
  }
  .sticky #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;

  }
   
  
  .ccc {
    position: relative;
    /*min-height:300px; */
    }
    
    .ddd{
    width:100%;
    /*height:100%;*/
    position: absolute;
    /*margin-top:95%;*/
    
    margin-top:-50%;
    /*margin-left:5%;
    margin-right:5%;*/
    text-align: center;
    }
    
  .square{
    background-color: rgba(0, 0, 0, 0.3);  /* red with opacity */
    color: white;
    padding: 43px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border:1px #6e7a87 solid;
    width:100%;
    /*min-height:147px; */  /**** an paei se deuteri grammi to keimneo ****/
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    font-weight:400;
    -o-transition:all 250ms ease-out, all 250ms ease-in;
    -ms-transition:all 250ms ease-out, all 250ms ease-in;
    -moz-transition:all 250ms ease-out, all 250ms ease-in;
    -webkit-transition:all 250ms ease-out, all 250ms ease-in;
  }
  
  .square:hover{
    background-color: rgba(0, 0, 0, 0.4);  /* red with opacity */
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    color:#fff;
    font-weight:400;
  }
  

}