
/* CORE CSS */

body {
	color:#666666;
	font-family:'Montserrat' !important;
	font-size:14px;
	font-weight:400;
	line-height:23px;
}

h1, h2, h3, h4, h5, h6 {
	color:#000000;
}

h1 {
	color:#E5544D;
	font-family:'Bebas Neue';
	font-size:3.5em;
	padding: 20px 0px 30px 0px;
	text-align:left;
	
}


h2 {
	color:#262626;
	font-family:'Bebas Neue';
	font-size:40px;
}

h3 {
	font-family:'Bebas Neue';
	font-size:28px;
	letter-spacing:-2px;
	color:#262626;
	line-height:28px;
}

h4 {
	font-family:'Bebas Neue';
	font-size:20px;
	letter-spacing:1px;
}

h5 {
	font-family:'Bebas Neue';
}

section {
	padding:90px 0;
}

.uppercase {
	text-transform:uppercase;
}

.no-padding {
	padding:0;
}

.mfp-bg {
	background:#ffffff;
}

.lead {
    color: #000;
    font-size: 1.5em;
    font-family: Montserrat;
    text-align: left;
}

a {
	outline:none;
}

.owl-theme .owl-controls .owl-page span {
	background:#fac42b;
}

ol {
	font-size:20px;
	font-weight:300;
	line-height:28px;
}

li { 
    color: #000;
    font-size: 1.5em;
    font-family: Montserrat;
    text-align: left;
  	padding-bottom:20px;
	line-height:1.4;
}

li::marker { 
    color: #E5544D;
}

ol li {
    font-size: 1.05em;
}


@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

	h1 {
		font-size:2em;
		padding: 0px 0px 30px 0px;
		text-align:left;
		margin-top:0px;
	}
	
	.lead {
		font-size:1.2em;
	}
		
	li {
		font-size:1.2em;
	}
	
	ol li {
		font-size: 1em;
	}


}

/* NAVBAR */

.navbar-custom {
/*	font-size:20px; */
	font-family:'Bebas Neue';
	background:#ffffff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	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-header {
	margin:20px auto;
	font-family:'Bebas Neue';
}


.menu-icon {
	width:50px;
	height:50px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    transition: opacity 200ms linear;	
}

.menu-icon-home-link {
	width:60px;
	height:60px;
	display:inline-block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(../img/home-hover.png);
	margin-left:-100px;
}

.home-image{
	width:60px;
	height:60px;
	opacity:1;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    transition: opacity 200ms linear;	
}

.home-image:hover {
	opacity:0;
}

.navbar-title-text {
	margin-left:35px;
	font-size:3.5em;
	vertical-align:text-bottom;
	color:#3D535E;
	line-height:15px;
}

.navbar-title-text a {
	color:#3D535E !important;
	text-decoration:none;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;	
}

.navbar-title-text a:hover {
	color: #E5544D !important;
}

.menu-icon-home {
}

.navbar-custom .navbar-collapse a {
	color:#3D535E;
	font-size:20px;
	font-weight:400;
	font-style:normal;
	padding-top:39px !important;
	padding-bottom:10px !important;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: 40px;
	-webkit-transition: color .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: color .5s ease-in-out,padding .5s ease-in-out;
    transition: color .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom .navbar-nav > li {
	padding-top:15px;
    font-family: 'Bebas Neue';
}

.navbar-custom .navbar-nav > li > a:hover {
	color:#E5544D;
}

.navbar-custom .navbar-nav > li > a:active,
.navbar-custom .navbar-nav > li > a:focus {
	color:#E5544D;
}


.menu-icon-login{
	background-image:url(../img/sesion.png);
}

.menu-icon-reg{
	background-image:url(../img/registro.png);
}

/*
.menu-icon-login:hover {
	background-image:url(../img/sesion-hover.png);
}

.menu-icon-reg:hover {
	background-image:url(../img/registro-hover.png);
}
*/

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
}

/* MENU HAMBURGUESA SECUNDARIO */

.hamburger{
	position:relative;
    background-color:transparent;
	left:0;
	top:0;
	height:50px;
	width:50px;
	padding:20px 20px;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:-webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	z-index:1002;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.hamburger.is-active{
  background-color:none;
}

._layer{
	background:#3D535E;
	margin-bottom:6px;
	border-radius:4px;
	width:48px;
	height:6px;
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}

.hamburger:hover .-top{
	background:#E5544D;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
}

.hamburger:hover .-bottom{
	background:#E5544D;
	-webkit-transform:translateY(50%);
	-ms-transform:translateY(100%);
	transform:translateY(100%);
}
	
.hamburger:hover .-mid{
	background:#E5544D;
}
	
.hamburger.is-active .-top{
	-webkit-transform:translateY(200%) rotate(45deg) !important;
	-ms-transform:translateY(200%) rotate(45deg) !important;
	transform:translateY(200%) rotate(45deg) !important;
	background:#FFFFFF;
}

.hamburger.is-active .-mid{
	opacity:0;
	background:#FFFFFF;
}

.hamburger.is-active .-bottom{
	-webkit-transform:translateY(-200%) rotate(135deg) !important;
	-ms-transform:translateY(-200%) rotate(135deg) !important;
	transform:translateY(-200%) rotate(135deg) !important;
	background:#FFFFFF;
}

.hamburger.is-active:hover .-top{
	background:#E5544D;
}

.hamburger.is-active:hover .-mid{
	background:#E5544D;
}

.hamburger.is-active:hover .-bottom{
	background:#E5544D;
}

.menuppal.is_active{
  transform: translate3d(0px, 0px, 0px);
}

.menuppal{
   background-color: rgba(61, 83, 94, 0.98);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transform: translate3d(0px, -100%, 0px);
    transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
    width: 100%;
    z-index: 1001;
}

.menuppal ul{
    margin:0;
	padding:0;
    position: absolute;
    top: 50%;
    transform: transform: translate(-50%,-50%);
    left: 50%;
    transform: translate(-50%,-50%);
	min-width:80%;
}

.menuppal ul li { 
    list-style: none;
	text-align:left;
	font-family: 'Bebas Neue';
	color:#E5544D;
	font-size:4.5rem;
	line-height:1em;
	text-transform:uppercase;
	padding-bottom:0px !important;
}

.menuppal ul li a{
	font-size:4rem !important;
	line-height:1.5em !important;
    text-decoration:none !important;
    color:#FFFFFF !important;
	padding:0px;
}

.menuppal ul li a:hover{
    text-decoration:none !important;
    color:#E5544D !important;
}


/* FIN MENU HAMBURGUESA SECUNDARIO */


.sticky-wrapper {
	position:absolute;
	width:100%;
/*	padding-top:30px; */
	padding-top:0px; 
	
}

.sticky-wrapper a {
	color:#333333;
}

.is-sticky .navbar-custom {
	width:100%;
/*	background:#262626; */
	background:#ffffff;
	-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;
}

.is-sticky a {
	color:#333333;
}

@media only screen and (min-width: 1024px), only screen and (min-device-width: 1024px) {
	.just-desktop {
		display: none !important;
	}
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	.menu-icon-home-link {
		margin-left:0px;
	}
	
	.home-image {
		display:none;
	}
	
	.hamburger {
		display:none;
	}
	
	.navbar-toggle .icon-bar {
		background:#000000;
	}
	
	.navbar-title-text {
		line-height:20px !important;
	}
	
	.navbar-header a {
		float:left;
		padding-top: 10px !important;
	}
	
	.menu-icon-home {
    	background-image: none !important;
	}
	
	.menu-icon-login {
    	background-image: none !important;
	}
	
	.menu-icon-reg {
    	background-image: none !important;
	}
	
	.navbar-custom a {
		padding-top: 10px !important;
	}
	
	.nav > li > a {
		display:inline !important;
	}
	
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	.menu-icon-home-link {
		margin-left:-30px;
	}
	
	.home-image {
		display:none;
	}
	
	.hamburger {
		display:none;
	}
	
	.navbar-toggle {
  		margin-right: -10px;
	}
	
	.navbar-toggle .icon-bar {
		background:#000000;
	}
	
	.navbar-title-text {
		line-height:20px !important;
		margin-left:15px;
		font-size:2em;
	}
	
	.navbar-header a {
		float:left;
		padding-top: 10px !important;
	}
	
	.menu-icon-home {
    	background-image: none !important;
	}
	
	.menu-icon-login {
    	background-image: none !important;
	}
	
	.menu-icon-reg {
    	background-image: none !important;
	}
	
	.navbar-custom a {
		padding-top: 10px !important;
	}
	
	.nav > li > a {
		display:inline !important;
	}
	
	.container > .navbar-header {
		display:ruby-base;
	}
	
}

/* HIGHLIGHT */

#highlight {
	padding:0px;
}

#highlight h2 {
	color:#ffffff;
	margin-bottom:0;
}

#highlight #left {
	color:#b0b0b0;
	background:#262626;
	min-height:100px;
}

#highlight #right {
	background:#fac42b;
	min-height:100px;
}

#right #countdown {
	margin:15px 0;
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

#highlight #left {
	background:none;
	text-align:center;
}

#highlight h2 {
	color:#262626;
}

#highlight #right {
	background:none;
}
	
}


/* INFO */

#info {
	padding:120px 0 10px 0;
}

#info i {
	color:#fac42b;
	margin-bottom:10px;
}

.feature {
	margin:50px 0 0 0;
}

#info a {
	color:#000000;
}

#info a:visited {
	color:#000000;
}


/* 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;
}

#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;
} 


/* PROGRAM */

#program {
	color:#ffffff;
	background:#fac42b;
	padding:70px 0 90px 0;
}

#program h4 {
	font-size:17px;
	letter-spacing:0;
}

#program .lead {
	color:#ffffff;
}

#program img {
	border:2px solid #ffffff;
}

#program .nav-tabs {
	border-bottom:1px solid #ffffff;
	margin-bottom:20px;
	font-size:19px;
}

#program .nav-tabs > li > a {
	color: #ffffff;
	padding:10px 100px 10px 0;
	background: none;
	border:none;
	cursor: default;
}

#program .nav-tabs > li.active > a {
	color: #262626;
	padding:10px 50px 10px 0;
	border-bottom:4px solid #ffffff;
	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 #ffffff;
	padding:20px 0;
}

#program .panel-default {
	border:none;
	border-bottom:1px solid #ffffff;
	border-radius:0px;
}

#program .panel-default > .panel-heading {
	color: #333333;
	background:transparent;
	border-color: #ffffff;
	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: #ffffff;
}

#program .date {
	color:#000;
	font-family:'montserratregular';
	margin-bottom:0;
	font-size:17px;
	line-height:18px;
}

#program .speaker-name {
	
	font-family:'montserratregular';
	font-size:12px;
	letter-spacing:1px;
}

#program .panel-body h4 {
	color:#666666;
	font-size:21px;
}

#program .panel-body p {
	margin-right:10px;
	display:inline-block;
}

#program .panel-body p span {
	color:#666666;
	display:inherit;
}

#program .about-speaker i{
	color:#262626;
}

#program .about-speaker a{
	color:#262626;
	text-decoration:none;
}

#program .about-speaker a:hover{
	color:#000000;
	text-decoration:none;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

#myTab li {
	width:100%;
}

#program .panel-title {
	display:block;
	float:none;
}

#program .speaker-name {
	text-align:center;
	margin-top:20px;
}

}


/* DOWNLOAD */

#download {
	padding:90px 0 110px 0;
}

#download h3:after {
	content: "";
  	display: block;
  	width: 120px;
  	height: 3px;
 	background-color: #fac42b;
 	margin-top: 12px;
  	margin-bottom: 15px;
}


/* VENUE */

#venue {
	padding-top:0;
	padding-bottom:0px;
}

#venue .venue {
	margin-bottom:0px;
	display:table;
	width:100%;
}

#venue .venue .venue-inner {
	color:#b0b0b0;
/*	background:rgba(0,0,0, 0.7);  */
	display:table-cell;
	vertical-align:middle;
	
}

.venue-inner h2 {
	color:#ffffff;
	margin-top:0;
}

.venue h2 {
	font-family:'helvetica';
	font-size:60px;
}
	
#venue h3 {
	margin-top:10px;
}

#venue h3:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #fac42b;
 	margin-top: 12px;
  	margin-bottom: 15px;
}

.venue-inner h4 {
	color:#ffffff;
}

#venue i {
	color:#fac42b;
}

.venue-inner .lead {
	color:#ffffff;
}

.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:'montserratlight';
}

.hotel .caption .rating {
	position:absolute;
	top:0;
	right:0;
	padding:17px 0 0 0;
}


/* FUNFACTS */

#funfacts  {
	background-image: url(../img/bg-funfacts.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height:310px;
	position:relative;
	padding:0;
}

.funfacts-inner {
	color:#ffffff;
	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 #ffffff;
	padding:20px 20px 20px 0;
}

#funfacts .desc {
	padding-left:20px;
	display:table-cell;
	vertical-align:middle;
}

#funfacts .number {
	font-family:'montserratbold';
	font-size:40px;
	font-weight:700;
	margin-top:15px;
	margin-bottom:0;
	line-height:1;
}

#funfacts .description {
	font-size:12px;
	font-weight:400;
	letter-spacing:2px;
	text-transform:uppercase;
}


/* REGISTER */

#register {
	background:#f5f5f5;
	border-bottom:1px solid #f0f0f0;
	padding:70px 0 90px 0;
}

#price-carousel {
	margin:20px 0 40px 0;
}

.price-table {
	color:#ffffff;
	background:#fac42b;
	padding:20px;
	line-height:1;
	font-weight:300;
	position:relative;
	overflow:hidden;
}

.early-bird {
	background:#fac42b;
}

.standart {
	background:#fcba00;
}

.vip {
	background:#f0b202;
}

.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:#444444;
	font-family:'montserratbold';
	font-size:50px;
	font-weight:400;
}

.price-table h3 {
	color:#ffffff;
	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:0 0 10px 0;
	display:inline-block;
	float:right;
}

.price-table .desc li {
	font-family:'montserratlight';
	line-height:2;
	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:#ffffff;
}

#register-form h2 {
	margin-bottom:15px;
}

.register-form {
	margin-top:20px;
}


/* GALLERY */

#gallery {
	padding:70px 0 90px 0;
}

#timeline .item {
	margin:10px 10px 20px 10px;
}


/* TESTIMONIAL */

#testimonial {
	background:#fac42b;
	background-image: url(../img/bg-testimonial.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	color:#ffffff;
	padding:0;
}

#testimonial .testimonial-inner {
	background:rgba(0, 0, 0, 0.7);  
	padding:50px 40px 30px 40px;
	min-height:400px;
}

#testimonial-carousel img {
	border:2px solid #ffffff;
	margin:0 0 20px 0;
}

#testimonial .lead {
	color:#b0b0b0;
}

#testimonial .name {
	color:#ffffff;
	font-family:'montserratbold';
	font-size:12px;
	letter-spacing:2px;
	text-transform:uppercase;
}

#testimonial .owl-theme .owl-controls {
  text-align: left;
}


/* SPONSORS */

#sponsors {
	margin:30px 0;
	padding:0px 0 20px 0;
}

.sponsor {
	border:2px solid #fac42b;
	margin:0 5px;
	padding:10px;
	text-align:center;
}

#sponsors-carousel:first-child {
	margin-left:0;
}

#sponsors-carousel:last-child {
	margin-right:0;
} 

#sponsors i {
	color:#fac42b;
}

#sponsors .lead {
	font-family:'helvetica';
	font-size:18px;
}


/* CONTACT */

#gmap_canvas {
	height:220px;
	transform:none !important;
	-webkit-transform:none !important;
	-moz-transform:none !important;
	-o-transform:none !important;
	-ms-transform:none !important;
	border-top:1px solid #f2f2f2;
}

.gmnoprint,
.gm-style-cc {
	display:none;
}

footer {
	color:#b0b0b0;
	background:#e5544d;
	padding-bottom:30px;
	min-height: 220px;
	text-transform:uppercase;
}

footer .container {
	padding-top:50px;
}

footer h4 {
	color:#ffffff;
	font-size:22px;
	font-style:italic;
}
/*
footer h4:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #fac42b;
 	margin-top: 12px;
  	margin-bottom: 15px;
}
*/

footer .footer-left{
	padding-top:10px;
	font-weight:600;
}

footer ul {
	padding-top:15px;
}

footer ul li a {
	color:#ffffff;
	font-size: 1em;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;	
}

footer ul .social-icon {
	display:inline-block;
	width:58px;
	height:58px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-left:15px;
}

footer ul li a:hover {
	color:#3d535e;
	text-decoration: none;
}

footer .button-big {
	font-size:16px;
	width:100%;
}

footer dt {
	color:#ffffff;
	font-family:'montserratlight';
	font-size:13px;
	margin-top:7px;
	margin-bottom:3px;
	cursor:pointer;
}

.footer-top {
	height:60px;
	background-color:#ffffff;
	background-image:url(../img/footer-graph.png);
	background-repeat:no-repeat;
	background-position:100px;
}

.footer-bot {
	height:112px;
	background-color:#262626;
	background-image:url(../img/footer-graph2.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-size:auto;
}

.footer-more {
	color:#ffffff;
	font-size: 1.45em;
	font-weight:600;
}

.footer-left {
	text-align:left;
}

.footer-right {
	text-align:right;
}

.icon {
	width:58px;
	height:58px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:block;
	opacity:0;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    transition: opacity 200ms linear;	
}

.icon:hover {
	opacity:1;
}

.icon-facebook {
	background-image:url(../img/facebook-hover.png);
}

.li-facebook {
	background-image:url(../img/facebook.png);
}

.icon-instagram {
	background-image:url(../img/instagram-hover.png);
}

.li-instagram {
	background-image:url(../img/instagram.png);
}

.icon-linkedin {
	background-image:url(../img/linkedin-hover.png);
}

.li-linkedin {
	background-image:url(../img/linkedin.png);
}

.icon-youtube {
	background-image:url(../img/youtube-hover.png);
}

.li-youtube {
	background-image:url(../img/youtube.png);
}

/* Subfooter */

.subfooter {
	color:#ececee;
	font-size:10px;
	letter-spacing:1px;
	background:#000000;
	padding:20px 0;
}

.subfooter ul {
	margin-bottom:0;
}

.subfooter li a {
	color:#ececee;
}

.subfooter li a:hover {
	color:#ffffff;
	text-decoration:none;
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

	.footer-left li {
		text-align:center;
	}
	
	.footer-right {
		text-align:center;
	}

}



/* Newsletter */

#newsletter {
	color:#262626;
	background:#ebe8e8;
	margin-bottom:0;
}


/* MISC. */

/* 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:'helvetica';
	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:#ffffff;
	font-size: 18px;
	font-family:'helvetica';
	background-image:url(../img/bg-button-contact.jpg);
	text-transform:uppercase;
	padding:14px 50px 14px 70px;
}

.button-line-light:hover,
.button-line-light:active {
	color:#FF9;
	text-decoration:none;
}

.button-line-dark {
	color:#262626;
	background:transparent;
	border:2px solid #262626;
}

.button-line-dark:hover,
.button-line-dark:active {
	color: #ffffff;
	background: #262626;
	text-decoration:none;
}


/* PRELOAD */

#preload {
	background:#ffffff;
	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;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/* OWL CAROUSEL */

.owl-theme .owl-controls .owl-buttons div {
	color: #fac42b;
	margin:0;
	padding: 1px;
	font-size: 12px;
	background: transparent;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}

/* GALLERY IMG OVERLAY EFFCET */

.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%;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	width: 100%;
}
	
.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;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	width: 100%;
}

.wrap:hover .overlay:before {
	bottom: 50%;
	opacity: 1;
}

.wrap .icon {
	color:#ffffff;
	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;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
	
.wrap:hover .icon {
	opacity: 1;
	visibility: visible;
}

.wrap .icon a {
	color:#ffffff;
}

.wrap .icon a:hover {
	color:#333333;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/* Speaker hover effect */

/* Common style */
.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 *****/
/*---------------*/

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;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#login {
/*	background-image:url(../img/fondo-log-reg.png);
	background-repeat:no-repeat;
	background-size:cover; */
    -webkit-box-shadow: 0px 74px 6px -71px rgba(122,120,122,1);
    -moz-box-shadow: 0px 74px 6px -71px rgba(122,120,122,1);
    box-shadow: 0px 74px 6px -71px rgba(122,120,122,1);
	padding-bottom:20px;
}

.login-inner {
/*	width:1170px; */
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.page-title {
	color:#bb4e4c;
	font-size:36px;
	font-family:helvetica;
	padding-top: 30px;
	padding-bottom:15px;
	line-height:40px;
}

.page-bread {
	padding-bottom:20px;
}

#contact-form {
	background-color:#f9f9f9;
	border:1px #eaeaea solid;
	border-radius:3px;
	padding:10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(122,120,122,1);
	-moz-box-shadow: 0px 0px 1px 0px rgba(122,120,122,1);
	box-shadow: 0px 0px 1px 0px rgba(122,120,122,1);
	margin-bottom:30px;
}

.home-link {
	text-transform:uppercase;
}

.form-title {
	font-family:helvetica;
	font-size:22px;
	color:#2b2b2b;
	border-bottom:1px #e3e3e3 solid;
	width:100%;
	margin-bottom:15px;
	padding-bottom: 5px;
}

.form-subtitle {
	font-family:Montserrat;
	font-size:1.5em;
	color:#2b2b2b;
	border-bottom:1px #e3e3e3 solid;
	width: calc(100% - 50px);
	margin-bottom: 15px;
	padding-bottom: 5px;
	margin-left: 50px;
	padding-top:15px;
	text-align:left;
}

.form-must {
	color: #ff0000;
	font-size:18px;
}

.form-help {
	font-family:Montserrat;
	font-size:11px;
	color:#ff0000;
	font-weight:300;
}

.control-label {
	font-family:Montserrat;
	font-size:1.2em;
	color:#000000;
	text-align:right;
	padding-right:1px;
	font-weight:400;
}

.form-control {
	border:1px #9b9b9b solid;
	border-radius:2px;
	font-family:Montserrat;
	font-size:14px;
	margin-bottom:15px;
	width:100%;
	min-height:0px !important;
	padding:3px 3px 3px 3px !important;
	text-transform:none !important;
	outline:none !important;
}

.form-login {
	background-repeat:no-repeat;
	background-position:right center;
}

.form-email {
	background-image:url(../img/form-email.png);
}

.form-pass {
	background-image:url(../img/form-pass.png);
}

.form-dir {
	background-image:url(../img/form-dir.png);
}

.modal-title {
	font-family:helvetica;
	font-size:20px;
	color:#ff0000;
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	.form-subtitle {
		width: 100%;
		margin-left: 0px;
	}
}
/* generales */

.list-unstyled li{
	padding-bottom:10px;
}
	
.form-control option {
	font-size: 14px;
	font-family:helvetica;
}

.open {
    background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:350px;
	padding-left:0px;
	padding-right:0px;
}

.open-premio {
	background-image:url(../img/open-premio.jpg);
}

.open-distintivo {
	background-image:url(../img/open-distintivo.jpg);
}

.open-bolsa {
	background-image:url(../img/open-bolsa.jpg);
}

.open-link-container {
	width: 100%;
	height: 100%;
	background-color: rgba(229, 84, 77, 0.0);
	vertical-align: middle;
	-webkit-transition: background-color .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out,padding .5s ease-in-out;
    transition: background-color .5s ease-in-out,padding .5s ease-in-out;
}

.open-link-container:hover {
	background-color: rgba(229, 84, 77, 0.5);
}

.open-link {
	position: absolute;
    top: 50%;
    transform: transform: translate(-50%,-50%);
    left: 50%;
    transform: translate(-50%,-50%);
	color:#ffffff;
	font-family:'Bebas Neue';
	font-size:3em;
    line-height: 1em;
    width: 80%;
}

.open-link:hover {
	color:#FFFFFF;
	text-decoration: none;
}

.red-bold {
	font-weight:bold;
	color: #E5544D;
}

.common-img {
	text-align:left;
}

.job-link {
	font-family:'Bebas Neue';
	font-size:1.5em;
	color: #FFFFFF !important;
	text-transform:uppercase;
	background-color:rgba(229, 84, 77, 1.0);
	border-radius: 30px;
	padding:7px 50px;
	-webkit-transition: background-color .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out,padding .5s ease-in-out;
    transition: background-color .5s ease-in-out,padding .5s ease-in-out;
	cursor: pointer;
}

.job-link:hover {
	text-decoration:none;
	background-color: #3D535E;
}

ul li ul li {
	font-size:1em;
	line-height:1.4;
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

}
