* {margin: 0; padding: 0;}

.clear {clear: both;}

/* Buttons */
.btn {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 40px;
	color: rgba(255,255,255, 0.95);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	border-radius: 20px;
	outline: 0;
	transition: all 0.1s ease-in;
}

.btn-transparent {background: rgba(0,0,0, 0.2);}
.btn-transparent:hover {background: rgba(0,0,0, 0.4);}

/* Separators */
.separator {
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.2);
	width: 30px;
	height: 5px;
}

/* 02. FONT FACE ============================================ */

@font-face {
    font-family: 'norwester';
	src: url('fonts/norwester/norwester.eot');
    src: url('fonts/norwester/norwester.eot?iefix') format('embedded-opentype'),
		 url('fonts/norwester/norwester.ttf');
    font-weight: normal;
}

/* 03. SPEAKERS SETTINGS ============================================ */

.putoelquelee{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.putoelquelee:before,
.putoelquelee:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.putoelquelee:after {
  clear: both;
}

#speakers a {text-decoration: none; color: #fff; transition: all 0.1s ease-in;}

#speakers {
	padding: 20px 0;
	background: #111;
	text-align: center;	
	font-family: 'PT Sans Narrow', sans-serif;
	border-radius: 16px 16px 16px 16px;
}

#speakers p {
	padding: 20px 0 60px;
	color: rgba(255,255,255, 0.85);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	letter-spacing: 0.2px;
}

#speakers h3 {
	padding: 0 0 15px;
	font-family: 'norwester';
	font-size: 36px;
	text-transform: uppercase;
}

#speakers h4  {
	margin-top: -20px;
	font-size: 2vw;
	font-weight: 700;
}

#speakers h4 span {
	display: block;
	position: relative;
	left: -40px;
	top: 10px;
	font-size: 20px;
	background: none;
	padding: 0;
}

#speakers img {
	width: 100%;
	max-width: 240px;
	border-radius: 50%; 
	border: 10px #000;
	box-shadow: 2px 2px 0px rgba(0,0,0, 0.18);
	transition: all 0.1s ease-in;
}
	
#speakers img:hover {
	border: 10px #000;
	background: #000;
	position: relative;
	transition: all 0.5s ease-in;	
}

#speakers span {
	padding: 8px 20px;
	position: relative;
	top: -64px;
	left: -42px;
	display: inline-block;
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .8);
	border-radius: 16px 16px 16px 16px;
	font-size: 1vw;
}

/* Member Image Hover Effect */
.hover_img {
  display: none
}

.member-profile:hover .unhover_img{
  display: none;
}

.member-profile:hover .hover_img {
  display: block;
}

/* Social Networks Meta */
#speakers li {display: inline-block; padding: 0 6px; font-size: 18px;}
#speakers li a {color: rgba(0,0,0, 0.3); transition: all 0.1s ease-in;}
#speakers li a:hover {color: rgba(0,0,0, 0.7);}

/* Rows Optimization */
.row2 {
	display: none;
}

.fa-twitter{
    color:#49F;
 }
  .fa-facebook{
    color:#3b5998;
 }
 .fa-code{
    color:Green;
 }
 .fa-instagram{
    color:#B00;
 }
 .fa-envelope{
    color:#11A;
 }
 .fa-linkedin{
    color:#007bb6;
 }
  .fa-youtube{
    color:#c4302b;
 }
  .fa-bitcoin{
    color:Yellow;
 }
   .fa-globe{
    color:Green;
 }
    .fa-download{
    color:White;
 }