/*
Theme Name: Conference Pro
Theme URI: http://www.showthemes.com/conference-pro-wordpress-theme
Author:  Showthemes
Author URI: http://www.showthemes.com
Version: 1.1.2
*/
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');
ul{
	list-style: none !important;
}
.btn{
	box-shadow: none;
}


/* INDEX*/
/*SAMPLE PAGE*/
.site__content > .hero_inner{
	background-color: #ffffff;
}

.site__content > .site__title{
	font-weight: 400;
	line-height: 1.5;
	text-transform: none !important;
	letter-spacing: 2px;
}

.but_register{
	background-color: #f66b21;
	border-color: #f66b21;
	font-size: 14pt;
	display: block;
	width: 152px;
	height: 54px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: white;
}

/*ICON BOXES*/
.features__title{
	font-weight: 700;
}
/*EXPOSITORES*/
.site__title_speakers{
	font-weight: 700;
}
.site__text-center > p{
	font-weight: 600;
}
.speakers__person:hover .speakers__info{
	background-color : #2b72a0;
}
.speakers__post{
	color: #2b72a0;
}

.speakers__person:hover .speakers__post{
	color: #ffffff !important;
}

.speakers__person:hover .speakers__name{
	color: #ffffff !important;
}

/*TICKETS*/
.tickets{
	padding-top: 0px;
}
.site__title_tickets{
	font-weight: 700;
	background: #f7f7f7;
	padding-bottom: 55px;
}

/*FOOTER*/
.logo-footer-right{
	float: right;
}

.logo-footer-right > img{
	height: 200px;
	width: auto;
}

.logo-footer-left{
	float: left;
}

.logo-footer-left > img{
	height: 200px;
	width: auto;
}


/*NOSOTROS*/
/*DESCRIPCION FINAL Y LOGO*/
.descripcion-logo{
	margin: 0 auto;
}

.col-der-logo{
	text-align: center;
}


/*ORGANICE SU VIAJE*/
/*IMAGEN FONDO*/
.hero{
	background-position: center
}

div > .hero_inner[style^="background-image"]{
	height: 400px;
}

/*TITULO*/
.hero__layout > .site__centered > .time-schedule > h2{
	font-size: 40px;
	top: 200px;
	text-align: left;
}

/*PROGRAMA*/
/*BUTTON*/
.schedule__info > .btn_4-1{
	visibility: hidden;
}

/*FILTRO*/
.site__centered > .schedule__filters{
	display: none;
}
/*TEMA/TAG*/
.schedule__layout > .schedule__info > .schedule__labels > .label{
	background: #d6d6d6;
	color: #2b72a0;
}

.schedule__item > .schedule__details > .schedule__main-place > .fa-location-arrow{
	display: none;
}

/*CALL FOR PAPERS*/


/*Content DIV Titulos*/
.site__content > .content{
	padding-top: 0px;
}

/*Content DIV lista tabla*/
.site__centered > .content{
	padding-top: 0px;
	padding-bottom: 0px;
}

/*Listado padding*/
.site__centered > .content > .col-md-6{
	padding-top: 0px;
}

/*Titulo listado*/
.h4-lista{
	margin-bottom: 0px !important;
}

/*Lista formato texto*/
.lista-formato-texto{
	margin-bottom: 25px !important;
}
/*Titulos de Call For Papers*/
.titulos-callforpaper{
	margin-bottom: 0px !important;
}