#compTitle
{
	
    background-color: rgb(64, 64, 65);
    color: rgb(209, 210, 212);
    text-decoration: none;
    display: block;
    padding: 10px;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    transition: color 0.25s ease 0s;
    text-align: left;

	
}





#team1A
{
	width:40%;	
	float: left;
}

#team1B
{
	width:60%;	
	float:left;
    overflow: hidden;
    font-family: bcMyriad; 
	
}

#teamProf
{
	
}

#teamCont
{
      text-align: left;
}


#navTeam {
  background: #ffffff;
  width: 80%;
  margin-left:10%;
  border:solid;
  border-width:2px;
  border-radius:3px;
  border-color: #ffffff;
  box-shadow: 0 0 3px rgba(0,0,0,0.15);
  margin-bottom:40px;
  
  
}
#navTeam ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
  text-align:left;
}
#navTeam ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#navTeam ul li {
 	float: none;
    display: block;

}
#navTeam.align-right ul li {
  float: right;
}
#navTeam.align-center ul {
  text-align: center;
}
#navTeam ul li a {
  color: #575756;
  text-decoration: none;
  display: block;
  padding: 15px 10px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
  text-align:left;
  font-weight:700;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #BDBDBD;
  
}
#navTeam ul li a:hover 
{
  color: #ffffff;
  background-color:#575756;
 
  
}
#navTeam ul li a:hover:before 
{
  width: 100%;
}
#navTeam ul li a:after 
{
	   display: none;

}


#navTeam ul li.last > a:after,
#navTeam ul li:last-child > a:after 
{
  display: none;
}
#navTeam ul li.active a 
{
  color: #ffffff;
  background-color: #575756;
}
#navTeam ul li.active a:before 
{
  display: none
  width: 100%;
}
#navTeam.align-right li.last > a:after,
#navTeam.align-right li:last-child > a:after 
{
  display: block;
}
#navTeam.align-right li:first-child a:after 
{
  display: none;
}


 #navTeam ul li.last > a,
 #navTeam ul li:last-child > a 
 {
   border: 0;
 }
 
 
 
 #contProf
 {
	margin:0 0 0 60px;
 }
 
 /* Profile Slider */
 
 
 #teamIMGslider
{
	display:inline-block;
	width:100%;
	/*border:solid;
	border-width:3px;
	border-color: #F2F2F2;
	border-radius: 5px; */
	margin: 0px;
	padding:0px;
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
 
}


#teamParent
{
position:relative;
margin:50px auto;
padding-bottom:30px;
width:100%;


}







.slideTEAM
{
width:500px;
height:600px;
background: #ffffff;
display:inline-table;
top: 0;
padding-top:10px;

}
.slideTEAM h1
{
	font-family:"Open Sans",sans-serif;
	font-weight:700;
	font-size: 14px;
	text-transform:uppercase;
	background-color: rgb(64, 64, 65);
	color: rgb(209, 210, 212);
	text-decoration: none;
	padding: 15px 10px;
}
.slideTEAM p
{
	display:block;
	color: #000;
	padding: 10px 20px;
	font-size:14px;
	font-family:bcMyriad;
    font-wight: normal;
    line-height: 120%;
}

#teamText
{
background-color: #E6E6E6;
color: #000000;
font-size:16px;

}

#teamBulletS
{
position:absolute;
bottom:-50px;
left:116px;
height: 50px;
text-align: center;
}




#teamBulletS a {
	background: #ffffff;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
	display: inline-block;
	border: 1px solid #ef4036;
	border-radius:6px;
}
#teamBulletS a.selected {
	background-color: #ef4036;
	cursor: default;
}

#teamBulletS a:hover {
	background-color: #edb9a6;
	cursor: default;
}

#teamBulletS a span {
	display: none;
}

/* END profile slider */



/* Profiles IDs */

#profSep
{
	float:left;
	width:50%;
	height:3px;
	background-color:rgb(238, 119, 26);
}

.profBasic	
{
	width:100%;
	height:198px;
	float:left;	
	background: #ffffff;
	
}



#profText
{
	padding:20px;
}

#profText ul
{
	list-style:none;
	font-family: bcMyriad;
	font-weight:700;
    line-height: 130%;
	
}

.profName
{
	letter-spacing: 2px;
    font-weight:bold;
    color: #404041;
	
}

.prof_li_2
{
	color: #58585B;
	font-size:12px;
    letter-spacing: 2px;
    font-weight:bold;
	
}

.prof_li_3
{
	color:	#6D6E70;
	font-size:12px;
	letter-spacing: 2px;
    font-weight: normal;
}



#profPic
{
	width:35%;
	height:198px;
	float:left;	
	background: #ffffff;
}

#profCV
{
	width:100%;
	height:800px;
	float:left;
	background:#ffffff;
}

#profCV p
{
    text-align: justify;
}



#tArisK
{
		
}

#picArisK
{
	display:table;
	margin: 20px auto;
	width:128px;
	height:128px;
	background-image: url(../Images/Profiles/ArisK_prof.png);
	background-repeat: no-repeat;
	background-position: center center;
	border:solid;
	border-color:rgb(238, 119, 26);
	border-width:5px;
	border-radius:5px;
		
}

#tMariosV
{
		
}

#picMariosV
{
	display:table;
	margin: 20px auto;
	width:128px;
	height:128px;
	background-image: url(../Images/Profiles/default-avatar.png);
	background-repeat: no-repeat;
	background-position: center center;
	border:solid;
	border-color:rgb(238, 119, 26);
	border-width:5px;
	border-radius:5px;
		
}

#tNicolasP
{
		
}

#picNicolasP
{
	display:table;
	margin: 20px auto;
	width:128px;
	height:128px;
	background-image: url(../Images/Profiles/default-avatar.png);
	background-repeat: no-repeat;
	background-position: center center;
	border:solid;
	border-color:rgb(238, 119, 26);
	border-width:5px;
	border-radius:5px;
		
}



#tAlecosP
{
		
}

#picAlecosP
{
	display:table;
	margin: 20px auto;
	width:128px;
	height:128px;
	background-image: url(../Images/Profiles/default-avatar.png);
	background-repeat: no-repeat;
	background-position: center center;
	border:solid;
	border-color:rgb(238, 119, 26);
	border-width:5px;
	border-radius:5px;
		
}

#tNataliaC
{
		
}


#picNataliaC
{
	display:table;
	margin: 20px auto;
	width:128px;
	height:128px;
	background-image: url(../Images/Profiles/default-avatar.png);
	background-repeat: no-repeat;
	background-position: center center;
	border:solid;
	border-color:rgb(238, 119, 26);
	border-width:5px;
	border-radius:5px;
		
}

#tAntonisK
{
		
}

#picAntonisK
{
	display:table;
	margin: 20px auto;
	width:128px;
	height:128px;
	background-image: url(../Images/Profiles/default-avatar.png);
	background-repeat: no-repeat;
	background-position: center center;
	border:solid;
	border-color:rgb(238, 119, 26);
	border-width:5px;
	border-radius:5px;
		
}


#tGkor
{
		
}

#picGKor
{
	display:table;
	margin: 20px auto;
	width:128px;
	height:128px;
	background-image: url(../Images/Profiles/default-avatar.png);
	background-repeat: no-repeat;
	background-position: center center;
	border:solid;
	border-color:rgb(238, 119, 26);
	border-width:5px;
	border-radius:5px;
		
}


@media screen and (max-width: 1024px) {
#team1A, #team1B
{
float:none;
width:100%;
}	
#prof_sep
{
float:none;	
}
#contProf
{
margin:0 auto;
max-width:500px;
}
#navTeam 
{
	max-width:500px;
	margin:0 auto 40px auto;
}

}

/* END profiles IDs */
