/*--------------------
Table of Contents
----------------------

+ Color Scheme
+ Reset
+ General
	- Forms
	- Buttons
+ Header
	- Preloader
+ Navigation
+ Content
+ Schedule
+ Speakers
+ Partners
+ News
+ Pricing tables
+ Location
+ Slider
+ Tabs
+ Accordion
+ Testimonials
+ Footer

--------------------*/




/*--------------------
Color Scheme
--------------------*/
.preloader div, .preloader, .preloader:before, .preloader:after,
.button,  .speaker-contacts, .highlight .table-header,
.owl-buttons, ul.social-icons li a:hover, .button-active:after,
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus, div.fancy-select ul.options li.selected, .vcard-socials li,
.sub-menu a:hover {
	background-color: #2b2b2b; /* <- Paste here your prefered color */
}

.preloader div, .preloader, .preloader:before, .preloader:after,
.button,  .speaker-contacts, .highlight .table-header,
.owl-buttons, ul.social-icons li a:hover, .button-active:after,
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus, div.fancy-select ul.options li.selected, .vcard-socials li,
.sub-menu1 a:hover {
	background-color: #2b2b2b; /* <- Paste here your prefered color */
}

/*-- Sub Menu --*/
.sub-menu {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	/*position: absolute;*/
	background: #fff;
	
}

li:hover > .sub-menu {
	display: block;
}

.sub-menu > li + li {
	border-top: 1px solid #ebeef0;
}

.sub-menu a {
	display: block;
	padding: 5px 20px;
	color: #777;
}

.sub-menu a:hover {
	color: #fff;
}

/*-- Sub Menu --*/
.sub-menu1 {
	margin: 0;
	padding: 0;
	list-style: none;
	/*position: absolute;*/
}

li:hover > .sub-menu1 {
	display: block;
}

.sub-menu1 > li + li {
	border-top: 1px solid #606060;
}

.sub-menu1 a {
	display: block;
	padding: 5px 20px;
	color: #fff;
}

.sub-menu1 a:hover {
	color: #fff;
}

/* SPEAKER */

#speakers {
	background:#f5f5f5;
	border-top:1px solid #f0f0f0;
	padding:70px 0 90px 0;
}

.speaker {
	margin-bottom:30px;
	background:#ffffff;
}

.speaker .caption {
	padding:10px;
}

.speaker h4 {
	font-family:'montserratregular';
	font-size:16px;
	letter-spacing:1px;
	margin-bottom:0;
}

.speaker h4:after {
	content: "";
  	display: block;
  	width: 40px;
  	height: 2px;
	margin:0 auto;
 	background-color: #fac42b;
 	margin-top: 10px;
  	margin-bottom: 5px;
}

.speaker .company {
	color:#999999;
	font-family:'Open sans';
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin:0;
	height: 90px;	
}

#speakers .owl-buttons {
	position: absolute;
	font-size: 10px;
	right: 0;
}

#list-speaker li{
	display:none; 
}


/* speaker detail */

#speaker-detail {
	background:#ffffff;
	box-shadow: 0px 3px 5px rgba(0,0,0,.1);
}

#speaker-detail h2 {
	font-family:'montserratregular';
	margin-bottom:0;
}

#speaker-detail h2 span {
	font-family:'montserratbold';
}

#speaker-detail img {
	width:100%;
	height:auto;
}

#speaker-detail .lead {
	margin-bottom:10px;
}

#speaker-detail .social{
	margin-bottom:10px;
}

#speaker-detail .social li{
	padding-left:1px;
}

#speaker-detail .social li:first-child{
	padding-left:5px;
}

#speaker-detail .social a {
	opacity:0.8;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

#speaker-detail .social a:hover {
	opacity:1;
}

#speaker-detail .social a .fa-facebook-square{
	color:#3b5998;
}

#speaker-detail .social a .fa-twitter-square{
	color:#00aced;
}

#speaker-detail .social a .fa-linkedin-square{
	color:#007bb6;
}

#speaker-detail .social a .fa-google-plus-square{
	color:#dd4b39;
}

#speaker-detail .mfp-close {
	color:#ffffff;
	background:#262626;
	opacity:1;
}

#speaker-detail li {
	padding-right:1px;
}

#speaker-detail #content {
	height:230px;
	margin-bottom:15px;
} 


/* Speaker hover effect */

/* Common style */
.speaker figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
	height: 250px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.speaker figure img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	opacity: 0.8;
}

.speaker figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.speaker figure figcaption::before,
.speaker figure figcaption::after {
	pointer-events: none;
}

.speaker figure figcaption,
.speaker figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.speaker figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	outline:none;
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 1px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming span img {
	padding: 4em 0;
	opacity: 0;
	margin:0 auto;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5); 
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover span img {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}