

/* 01. GENERAL SETTINGS ============================================ */

* {margin: 0; padding: 0;}

p {line-height: 160%;}

a {text-decoration: none; color: #fff; transition: all 0.1s ease-in;}
img {border: 0;}

body {
/* 	color: #fff;  */
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 13px;
	font-weight: 300;
}

.clear {clear: both;}

/* Buttons   */
.btn {
  border-radius: 20px;
  color:#330000;
  font-family: 'Yanone Kaffeesatz','sans-serif';
  font-size: 14px;
  padding: 5px 5px;
  transition: all 0.1s ease-in;
}

.btn-transparent {background: rgba(0,0,0, 0.2);}
.btn-transparent:hover {background:rgba(0,0,0, 0.6);}

/* Separators */
.separator {
	margin: 0 auto;
	/* background: rgba(0, 0, 0, 0.2);   */
	width: 260px;
	height: 3px;
	padding-bottom:20px;
}


/* 03. SPEAKERS SETTINGS ============================================ */

#ourteam {
	padding: 5px 0;
	/* background: #660000;  */
	text-align: center;	
}

#ourteam p {
	padding: 5px 0 5px;
	color: #804040;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 20px;
	letter-spacing: 0.3px;
}

#ourteam h3 {
	padding: 0 0 8px;
	font-family: 'Yanone Kaffeesatz';
	font-size: 30px;
	text-transform: uppercase;
}

#ourteam h4  {
	color:#660000;
	margin-top: -50px;
	font-size: 20px;
	font-weight: 700;
}

#ourteam h4 span {
	display: block;
	position: relative;
	left: -30px;
	top: 8px;
	font-size: 16px;
	background: none;
	padding: 0;
}

#ourteam img {
	width: 95%;
	max-width: 195px;
	border-radius: 50%; 
	border: 10px solid transparent; 
	box-shadow: 2px 2px 0px rgba(0,0,6, 0.18);
	transition: all 0.1s ease-in;
}
	
#ourteam img:hover {
	border: 10px solid  #800000;
	position: relative;
	z-index: 10;
	transition: all 0.1s ease-in;	
}

#ourteam span {
	color: #000000;
	padding: 8px 8px;
	position: relative;
	top: -64px;
	left: -20px;
	display: inline-block;
	background: #4593e3;
	border-radius: 0 16px 16px 0;
	font-size: 14px;
}

.social-icons a {
  font-size: 12px;
  color: #000066;
  }

.social-icons .fa-facebook:hover {
  color: #3B5997
}

.social-icons .fa-twitter:hover {
  color:#29C5F6
}

.social-icons .fa-google-plus:hover {
  color:#D13D2F
}

.social-icons .fa-youtube:hover{
  color: #ec5538
}


/* 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 */
#ourteam li {display: inline-block; padding: 0 5px; font-size: 16px;}
#ourteam li a {color: #660000; transition: all 0.1s ease-in;}
#ourteam li a:hover {color: rgba(0,0,0, 0.7);}


.row2 {
	display: none;
}


/* Rows Optimization */
.row3 {
	display: none;
}

.row1 .col-md-3, .row2 .col-md-3, .row3 .col-md-3 {
	padding-bottom: 5px;
}

/* Mobile Devices Optimization */
@media (min-width: 568px) and (max-width: 992px) {

	.row1 .col-md-3, .row2 .col-md-3, .row3 .col-md-3  {
		display: inline-block;
		max-width: 50%;
	}

	#ourteam img {max-width: 300px;}

}