/* ==============================================================

Project:	Eventum One Page Event & Conference Template
Info:		https://www.codegrape.com/item/eventum-one-page-event-conference-template/28898
Version:	1.0
Author:		flashblue
Profile:	https://www.codegrape.com/user/flashblue

-----------------------------------------------------------------
					*** TABLE OF CONTENTS ***
-----------------------------------------------------------------

	1.	Reset
	2.	Navbar
	3. 	Highlight
    4. 	Info
    5. 	Speakers
    6. 	Program
    7. 	Download
    8. 	Venue
    9. 	Funfacts
	10.	Register
	11.	Gallery
	12. Testimonials
	13. Sponsors
	14. Footer
	15.	Miscellaneous
		
=============================================================*/

/*******************
    - 1. Reset -
*******************/
body {
	color:#666;
	font-family:'Open Sans';
	font-size:14px;
	font-weight:400;
	line-height:23px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Montserrat', sans-serif;
	font-weight:bold;
	color:#262626;	
}

h2 {	
	font-size:40px;
}

h3 {
	font-size:28px;	
	line-height:28px;
}

h4 {
	font-size:18px;
	letter-spacing:1px;
}

h5 {
	font-family:'Montserrat', sans-serif;
}

section {
	padding:90px 0;
}

.uppercase {
	text-transform:uppercase;
}

.no-padding {
	padding:0;
}

.mfp-bg {
	background:#fff;
}

.lead {
	color:#999;
}

a {
	outline:none;
}

/********************
    - 2. Navbar -
********************/
.navbar-custom {
	font-family:'Open sans', sans-serif;
	font-size:13px;
	font-weight:600;
	letter-spacing:1px;
	background:transparent;
	margin-bottom:0;
	border-radius:0;
	z-index:1041;
	width:100%;
	-webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;
  	   -moz-transition:background .5s ease-in-out,padding .5s ease-in-out;
  			transition:background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom img.logo {
	padding:8px 0;
}

.navbar-custom a {
	color:#333;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:active,
.navbar-custom .navbar-nav > li > a:focus {
	background:transparent;
}

.navbar-right > li > a:last-child {
	padding-right:0;
}

.sticky-wrapper {
	position:absolute;
	width:100%;
	padding-top:30px;
}

.sticky-wrapper a {
	color:#fff;
}

.is-sticky .navbar-custom {
	width:100%;
	background:#262626;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

.is-sticky a {
	color:#fff;
}

/**********************
    - 3. Highlight -
**********************/
#highlight {
	padding:0px;
}

#highlight h2 {
	color:#fff;
	margin-bottom:0;
}

#highlight #left {
	color:#b0b0b0;
	background:#262626;
	min-height:100px;
}

#highlight #right {
	min-height:100px;
}

/******************
    - 4. Info -
******************/
#info {
	padding:70px 0 90px 0;
}

#info i {
	margin-bottom:10px;
}

.feature {
	margin:50px 0 0 0;
}

/* Countdown */
#right #countdown {
	margin:15px 0;
}

#countdown {
	margin-top:0;
}

#countdown .countdown_amount {
	color:#fff;
	font-family:'Montserrat', sans-serif;
	font-size:40px;
	line-height:50px;
	text-align:center;
}

#countdown .countdown_section {
	color:#262626;
	font-family:'Montserrat', sans-serif;
	font-weight:bold;
	font-size:13px;
	line-height:10px;
	letter-spacing:0;
	text-align:center;
}

/**********************
    - 5. Speakers -
**********************/
#speakers {
	background:#f5f5f5;
	border-top:1px solid #f0f0f0;
	padding:70px 0 90px 0;
}

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

.speaker .caption {
	padding:10px;
}

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

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

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

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

#list-speaker li {
	display:none; 
}

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

#speaker-detail h2 {
	font-family:'Montserrat', sans-serif;
	margin-bottom:0;
	font-weight:400;
}

#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 .mfp-close {
	color:#fff;
	background:#262626;
	opacity:1;
}

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

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

/*********************
    - 6. Program -
*********************/
#program {
	color:#fff;
	padding:70px 0 90px 0;
}

#program h4 {
	font-size:17px;
	letter-spacing:0;
}

#program .lead {
	color:#fff;
}

#program img {
	border:2px solid #fff;
}

#program .nav-tabs {
	border-bottom:1px solid #fff;
	margin-bottom:20px;
	font-size:19px;
}

#program .nav-tabs > li > a {
	color:#fff;
	padding:10px 100px 10px 0;
	background:none;
	border:none;
	cursor:default;
}

#program .nav-tabs > li.active > a {
	color:#262626;
	border-bottom:4px solid #fff;
	padding:10px 100px 10px 0;
}

#program .nav-tabs > li > a:hover,
#program .nav-tabs > li.active > a:hover {
	color:#262626;
}

#program .panel {
	background:transparent;
}

#program .panel-body {
	border-top:1px solid #fff;
	padding:20px 0;
}

#program .panel-default {
	border:none;
	border-bottom:1px solid #fff;
	border-radius:0px;
}

#program .panel-default > .panel-heading {
	color:#333;
	background:transparent;
	border-color:#fff;
	padding:10px 0;
}

#program .panel-title {
	float:left;
}

#program .panel-title > a {
	color:#262626;
	text-decoration:none;
	-webkit-transition:all 0.1s;
	   -moz-transition:all 0.1s;
	        transition:all 0.1s;
}

#program .panel-title > a:hover {
	color:#fff;
}

#program .date {
	color:#000;
	font-family:'Montserrat', sans-serif;
	margin-bottom:0;
	font-size:17px;
	line-height:18px;
}

#program .speaker-name {	
	font-family:'Montserrat', sans-serif;
	font-size:12px;
	letter-spacing:1px;
}

#program .panel-body h4 {
	color:#666;
	font-size:21px;
}

#program .panel-body p {
	margin-right:10px;
	display:inline-block;
}

#program .panel-body p span {
	color:#666;
	display:inherit;
}

#program .about-speaker i {
	color:#262626;
}

#program .about-speaker a {
	color:#262626;
	text-decoration:none;
}

#program .about-speaker a:hover {
	color:#000;
	text-decoration:none;
}

/**********************
    - 7. Download -
**********************/
#download {
	padding:90px 0 110px 0;
}

#download h3:after {
	content:"";
  	display:block;
  	width:120px;
  	height:3px;
 	margin-top:12px;
  	margin-bottom:15px;
}

/*******************
    - 8. Venue -
*******************/
#venue {
	padding-top:0;
	padding-bottom:110px;
}

#venue .venue {
	background-image:url(../images/bg/bg-venue.png);
	background-repeat:no-repeat;
	background-position:center;	
	height:600px;
	margin-bottom:110px;
	display:table;
	width:100%;
	-webkit-background-size:cover;
	   -moz-background-size:cover;
			background-size:cover;
}

#venue .venue .venue-inner {
	color:#b0b0b0;
	background:rgba(0,0,0, 0.7);
	display:table-cell;
	vertical-align:middle;
	
}

.venue-inner h2 {
	color:#fff;
	margin-top:0;
}

#venue h2:after {
	content:"";
  	display:block;
  	width:60px;
  	height:3px;
 	margin-top:12px;
  	margin-bottom:15px;
}

#venue h3 {
	margin-top:10px;
}

#venue h3:after {
	content:"";
  	display:block;
  	width:60px;
  	height:3px;
 	margin-top:12px;
  	margin-bottom:15px;
}

.venue-inner h4 {
	color:#fff;
}

.venue-inner .lead {
	color:#b0b0b0;
}

.venue-info {
	margin-bottom:45px;
}

.hotel-carousel {
	margin-top:20px;
	margin-bottom:70px;
}

#hotel-carousel .item {
	margin:0 7px;
}

.hotel .caption {
	position:relative;
	padding:10px 0 0 0;
	line-height:19px;
}

.hotel .caption h5 {
	font-family:'Montserrat', sans-serif;
	font-weight:700;
}

.hotel .caption .rating {
	position:absolute;
	top:0;
	right:0;
	padding:17px 0 0 0;
}

/**********************
    - 9. Funfacts -
**********************/
#funfacts  {
	background-image:url(../images/bg/bg-funfacts.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	height:310px;
	position:relative;
	padding:0;
	-webkit-background-size:cover;
	   -moz-background-size:cover;
			background-size:cover;
}

.funfacts-inner {
	color:#fff;
	background:rgba(0,0,0, 0.5);
	position:absolute;
	width:100%;
	height:100%;
}

#funfacts .item {
	margin:100px 0 0 0;
	display:table;
}

#funfacts i {
	float:left;
	border-right:1px solid #fff;
	padding:20px 20px 20px 0;
}

#funfacts .desc {
	padding-left:20px;
	display:table-cell;
	vertical-align:middle;
}

#funfacts .number {
	font-family:'Montserrat', sans-serif;	
	font-size:40px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:0;
	line-height:1;
}

#funfacts .description {
	font-size:12px;
	font-weight:400;
	letter-spacing:2px;
	text-transform:uppercase;
}

/***********************
    - 10. Register -
***********************/
#register {
	background:#f5f5f5;
	border-bottom:1px solid #f0f0f0;
	padding:70px 0 90px 0;
}

#price-carousel {
	margin:20px 0 40px 0;
}

.price-table {
	color:#fff;
	padding:20px;
	line-height:1;
	font-weight:300;
	position:relative;
	overflow:hidden;
}

.price-table .icon {
	color:rgba(255, 255, 255, 0.4);
	position:absolute;
	bottom:-50px;
	right:-50px;
	display:block;
	font-size:40px;	
}

.price-table .price {
	color:#fff;
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	font-size:50px;
}

.price-table .price > span {
	position:relative;
	font-weight:normal;
	font-size:30px;
	line-height:40px;	
	margin-right:5px;
	vertical-align:top;
}

.price-table h3 {
	color:#fff;
	background:#262626;
	font-family:Open Sans;
	font-weight:400;
	font-size:10px;
	letter-spacing:2px;
	border-radius:30px;
	text-transform:uppercase;
	padding:0px 16px;
	margin:10px 0;
	display:inline-block;
	float:right;
}

.price-table .desc li {
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	line-height:3;
	border-bottom:1px dotted;
	border-color:rgba(255,255,255, 0.7);
}

.price-table .desc li:last-child {
	border-bottom:none;
}

/* Register form */
#register-form {
	padding:25px;
	background:#fff;
}

#register-form h2 {
	margin-bottom:15px;
}

.register-form {
	margin-top:20px;
}

/**********************
    - 11. Gallery -
**********************/
#gallery {
	padding:70px 0 90px 0;
}

#timeline .item {
	margin:10px 10px 20px 10px;
}

/***************************
    - 12. Testimonials -
***************************/
#testimonial {
	background-image:url(../images/bg/bg-testimonial.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;	
	color:#fff;
	padding:0;	
	-webkit-background-size:cover;
	   -moz-background-size:cover;
			background-size:cover;
}

#testimonial .testimonial-inner {
	background:rgba(0, 0, 0, 0.7);  
	padding:50px 40px 30px 40px;
	min-height:400px;
}

#testimonial-carousel img {
	border:2px solid #fff;
	margin:0 0 20px 0;
}

#testimonial .lead {
	color:#b0b0b0;
}

#testimonial .name {
	color:#fff;
	font-family:'Montserrat', sans-serif;
	font-weight:bold;
	letter-spacing:2px;
}

/***********************
    - 13. Sponsors -
***********************/
#sponsors {
	margin:30px 0;
	padding:70px 0 90px 0;
}

.sponsor {
	border:2px solid #000;
	margin:0 5px;
	padding:10px;
	text-align:center;
}

#sponsors-carousel:first-child {
	margin-left:0;
}

#sponsors-carousel:last-child {
	margin-right:0;
}

/*********************
    - 14. Footer -
*********************/
footer {
	color:#b0b0b0;
	background:#262626;
	padding:70px 0;
}

footer h4 {
	color:#fff;
}

footer h4:after {
	content:"";
  	display:block;
  	width:60px;
  	height:3px;
 	margin-top:12px;
  	margin-bottom:15px;
}

footer ul li a {
	color:#ccc;
}

footer ul li a:hover {
	color:#fff;
}

footer .button-big {
	font-size:16px;
	width:100%;
}

footer dt {
	color:#fff;
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:13px;
	margin-top:7px;
	margin-bottom:3px;
	cursor:pointer;
}

/* Google maps */
#gmap_canvas {
	height:220px;
	border-top:1px solid #f2f2f2;
	-webkit-transform:none !important;
	   -moz-transform:none !important;
			transform:none !important;
}

.gmnoprint,
.gm-style-cc {
	display:none;
}

/* Subfooter */
.subfooter {
	color:#ccc;
	font-size:12px;
	letter-spacing:1px;
	background:#000000;
	padding:20px 0;
}

.subfooter ul {
	margin-bottom:0;
}

.subfooter li a {
	color:#ececee;
}

.subfooter li a:hover {
	color:#fff;
	text-decoration:none;
}

/* Newsletter */
#newsletter {
	color:#262626;
	background:#ebe8e8;
	margin-bottom:0;
}


/****************************
    - 15. Miscellaneous -
****************************/
/* Form elements */
input[type="text"],
input[type="email"],
select,
textarea {
	font-size:16px;
	font-family:inherit;
	width:100%;
	min-height:30px;
	padding:12px 10px;
	text-transform:uppercase;
	border:0;
	border:1px solid #999999;
	margin-bottom:20px;
	outline:none;
}

/* Buttons */
.button {
	font-family:'Montserrat', sans-serif;
	font-size:17px;
	text-transform:uppercase;
	border:none;
	padding:5px 15px;
	display:inline-block;
	position:relative;
	outline:none;
	cursor:pointer;
	-webkit-transition:all 0.3s;
	   -moz-transition:all 0.3s;
			transition:all 0.3s;
}

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

.button-xsmall {
	padding:2px 7px;
	font-size:11px;
	letter-spacing:1px;
}

.button-small {
	padding:5px 30px;
	font-size:13px;
	letter-spacing:1px;
}

.button-big {
	padding:10px 18px;
	font-size:21px;
}

.button-line-light {
	color:#fff;
	background:transparent;
	border:2px solid #fff;
}

.button-line-light:hover,
.button-line-light:active {
	color:#262626;
	background:#fff;
	text-decoration:none;
}

.button-line-dark {
	color:#262626;
	background:transparent;
	border:2px solid #262626;
}

.button-line-dark:hover,
.button-line-dark:active {
	color:#fff;
	background:#262626;
	text-decoration:none;
}

/* Preloader */
#preload {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%; 
	z-index:9999;
	display:table;
}

#preload .preload {
	display:table-cell;
  	vertical-align:middle;
}

.spinner {
  	width:30px;
  	height:30px;
  	background-color:#fff;  
  	margin:100px auto;
  	-webkit-animation:rotateplane 1.2s infinite ease-in-out;
  			animation:rotateplane 1.2s infinite ease-in-out;
}

@keyframes rotateplane {
  	0% { 
    	-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg);
	  			transform:perspective(120px) rotateX(0deg) rotateY(0deg);
  	} 50% { 
    	-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  				transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    } 100% { 
    	-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  				transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* Owl carousel */
.owl-theme .owl-controls .owl-buttons div {
	margin:0;
	padding:1px;
	font-size:12px;
	background:transparent;
	opacity:0.5;
}

/* Gallery image overlay effect */
.wrap {
	display:block;
	overflow:hidden;
	position:relative;
}

.wrap .overlay:after {
	background:none repeat scroll 0 0 rgba(250, 196, 43, 0.7);
	height:100%;
	content:"";
	display:block;
	left:0;
	opacity:0;
	position:absolute;
	top:-100%;
	width:100%;
	-webkit-transition:all 0.6s ease 0s;
	   -moz-transition:all 0.6s ease 0s;
			transition:all 0.6s ease 0s;	
}
	
.wrap:hover .overlay:after {
	top:50%;
	opacity:1;
}

.wrap .overlay:before {
	background:none repeat scroll 0 0 rgba(250, 196, 43, 0.7);
	bottom:-100%; 
	height:100%;
	content:"";
	display:block;
	left:0;
	opacity:0;
	position:absolute;
	width:100%;
	-webkit-transition:all 0.6s ease 0s;
	   -moz-transition:all 0.6s ease 0s;
			transition:all 0.6s ease 0s;	
}

.wrap:hover .overlay:before {
	bottom:50%;
	opacity:1;
}

.wrap .icon {
	color:#fff;
	visibility:hidden;
	margin:0;
	opacity:0;
	position:absolute;
	text-align:center;
	width:100%;
	top:50%;
	margin-top:-20px;
	-webkit-transition:all 0.3s ease 0s;
	   -moz-transition:all 0.3s ease 0s;
			transition:all 0.3s ease 0s;
}
	
.wrap:hover .icon {
	opacity:1;
	visibility:visible;
}

.wrap .icon a {
	color:#fff;
}

.wrap .icon a:hover {
	color:#333333;
	-webkit-transition:all 0.3s ease 0s;
	   -moz-transition:all 0.3s ease 0s;
			transition:all 0.3s ease 0s;
}

/* Speaker hover effect */
.speaker figure {
	position:relative;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
	width:100%;
	height:auto;
	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%;
}

.speaker figure figcaption > a {
	z-index:1000;
	text-indent:200%;
	white-space:nowrap;
	font-size:0;
	opacity:0;
	outline:none;
}

/* Ming effect */
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;
}


