
/* EVENTIAL CSS 

	1. CORE CSS
	2. NAVIGATION
	3. TOP
	   - Countdown
	4. OVERVIEW
	   - Milestone
	5. SPEAKERS
	6. SCHEDULE
	7. VENUE
	8. TESTIMONIAL
	9. SPONSORS
	10. SUBSCRIBE
	11. FAQ & GALLERY
	12. REGISTER
	13. CONTACT 
	14. MISC.
		- Form Elements
		- Buttons
		- Preload	
	15. slider automatico
*/


/* CORE CSS */

/* @font-face {
	font-family: 'sinkin_sans200_x_light';
	src: url('../fonts/SinkinSans-200XLight-webfont.eot');
	src: url('../fonts/SinkinSans-200XLight-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SinkinSans-200XLight-webfont.woff') format('woff'),
		 url('../fonts/SinkinSans-200XLight-webfont.ttf') format('truetype'),
		 url('../fonts/SinkinSans-200XLight-webfont.svg#sinkin_sans200_x_light') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'sinkin_sans300_light';
	src: url('../fonts/SinkinSans-300Light-webfont.eot');
	src: url('../fonts/SinkinSans-300Light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SinkinSans-300Light-webfont.woff') format('woff'),
		 url('../fonts/SinkinSans-300Light-webfont.ttf') format('truetype'),
		 url('../fonts/SinkinSans-300Light-webfont.svg#sinkin_sans300_light') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'sinkin_sans400_regular';
	src: url('../fonts/SinkinSans-400Regular-webfont.eot');
	src: url('../fonts/SinkinSans-400Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SinkinSans-400Regular-webfont.woff') format('woff'),
		 url('../fonts/SinkinSans-400Regular-webfont.ttf') format('truetype'),
		 url('../fonts/SinkinSans-400Regular-webfont.svg#sinkin_sans400_regular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'sinkin_sans600_semibold';
	src: url('../fonts/SinkinSans-600SemiBold-webfont.eot');
	src: url('../fonts/SinkinSans-600SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SinkinSans-600SemiBold-webfont.woff') format('woff'),
		 url('../fonts/SinkinSans-600SemiBold-webfont.ttf') format('truetype'),
		 url('../fonts/SinkinSans-600SemiBold-webfont.svg#sinkin_sans600_semibold') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'sinkin_sans700_bold';
	src: url('../fonts/SinkinSans-700Bold-webfont.eot');
	src: url('../fonts/SinkinSans-700Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SinkinSans-700Bold-webfont.woff') format('woff'),
		 url('../fonts/SinkinSans-700Bold-webfont.ttf') format('truetype'),
		 url('../fonts/SinkinSans-700Bold-webfont.svg#sinkin_sans700_bold') format('svg');
	font-weight: normal;
	font-style: normal;

}

*/

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size:1.4em;
	line-height:1.5em;
	overflow-x:hidden;
	background-color: #2c73b9;
	height: 100%;
}

section {
	padding:100px 0px 0px 0px;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	margin-top:0;
	margin-bottom:40px;
	color: #FFF;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size:17px;
	letter-spacing:-1px;
	margin-bottom:5px;	
}

.lead {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size:17px;
	letter-spacing:1px;
}

.uppercase {
	text-transform:uppercase;
		
}

.uppercase strong {
	font-size: 1.5em;
	border-radius: 5px;
	padding: 10px;
	
		
}

a {
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 16px;

}

a:hover {
	text-decoration: none;
	color: #575756;
}

/* NAVIGATION */

.navbar {
	-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 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size:12px;
	border-radius:0;
	margin-bottom:0;
	padding:15px 0;
}

.navbar-brand {
	padding:10px 15px;
}

.navbar-custom .navbar-nav > li > a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.top-nav-collapse {
	padding: 10px 0;
}


/* TOP */

#top {
	
	width:100%;
	max-height:80%;
	position:relative;
	display:table;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;

}

#top h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size:23px;
	margin-top:2em;
	margin: auto;
	text-transform:uppercase;
	
}
#top h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size:23px;
	margin-top:2em;
	margin: auto;
	text-transform:uppercase;
	color: #fff !important;
	
}



#bienvenida {
	float: right;
	margin-right: 10%;


}


/* de-blanca */

#de-blanca {
	float: left;
	padding: 10px 10px;
	
}


/* 404 */

#error {
	
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 70px;
	margin-top:2em;
	margin: auto;
	text-transform:uppercase;

}

/* Countdown */

.countdown {
	display:table-cell;
	vertical-align:middle;
}

#countdown {
	margin:40px 0 90px 0;

}

#countdown .countdown_amount {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size:50px;
	margin-bottom:10px;
}

#countdown .countdown_section {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size:10px;
}






/* SPEAKER */

.speaker {
	margin-bottom:30px;
}

.speaker img {
	width:100%;
	display: block;
}

.speaker figure {
	overflow: hidden;
	position: relative;
	display:table;
	width:100%;
}

.speaker figcaption {
	display: table-cell;
	width:100%;
	height:100%;
	left: 0;
	opacity: 0;
	padding:15px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 300ms;
	   -moz-transition: all 300ms;
			transition: all 300ms;
	-webkit-transition-delay: 100ms;
	   -moz-transition-delay: 100ms;
			transition-delay: 100ms;
}
 
.speaker figcaption p {
	font-size: 0.8em;
}

.speaker:hover figcaption {
	opacity: 1;
}

.speaker:hover, .speaker:active {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-webkit-touch-callout: none
}

.speaker .social {
	position:absolute;
	bottom:0px;
	right:10px;
}

.speaker a,
.speaker .social a {
	text-decoration:none;
	margin:0;
	padding:0;
}
.speaker a:hover,
.speaker .social a:hover{
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.speaker .title {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size:12px;
}


/* speaker detail popup */

#speaker-detail {
	padding:45px;
}

#speaker-detail h2 {
	font-size:22px;
	margin-bottom:10px;
}

#speaker-detail h3 {
	font-size:16px;
	margin-top:10px;
}

#speaker-detail a {
	font-size:13px;
	margin-top:5px;
}

#speaker-detail a:hover {
	text-decoration:none;
}

#speaker-detail i {
	vertical-align:middle;
}


	




/* register form */

#register-form {
	padding:25px;
}

#register-form h2 {
	margin-bottom:15px;
}

.register-form {
	margin-top:20px;
}


/* CONTACT */

#contact {
	font-size:16px;
	padding:0;
	position:relative;
}

.contact {
	padding:15px;
	margin:0 15px 0 10px;
	height:200px;
	position:absolute;
	bottom:0;
}

#contact p {
	float:right;
}

#contact .address {
	font-size:21px;
	margin:20px 0;
}

#contact .social {
	position:absolute;
	bottom:5px;
}


.social {
	margin:10px 0;
	float: right;
}

.social .fa-inverse {
}

.social a {
	text-decoration:none;
	margin:0px 2px;
	padding:0;
}

.social a:hover{
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/* MISC */

/* FORM ELEMENTS */

input[type="text"],
input[type="email"],
select {
	font-size:20px;
	font-family:inherit;
	width:100%;
	min-height:30px;
	padding:12px 10px;
	text-transform:uppercase;
	border:0;
	border:1px solid #2e2e2e;
	margin-bottom:20px;
	outline:none;
} 



/* BUTTONS */

.button {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	border: none;
	margin: 15px 0;
	padding: 5px 15px;
	display: inline-block;
	position: relative;
	outline: none;
	cursor: pointer;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
		-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-big {
	padding:15px 25px;
	font-size:18px;
	border-radius:4px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
}

.button-light:hover,
.button-light:active {
	text-decoration:none;
}

.button-dark:hover,
.button-dark:active {
	text-decoration:none;
}

@media (max-width: 360px){
	#logo {
	width: 100%;
	}
}
