/*

"brandon-grotesque”
Regular - 300 y la Bold - 700

"freight-display-pro”
Light - 300, Book - 400 y la Bold - 700

*/



body{
	font-size: 12px;
	font-family: freight-display-pro, times;
	color: #3b3b3b;
	letter-spacing: 0.04em;
}
.error{
    color: red;
   
}
.total_dialog{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 4;
	top:0; left: 0;
}
#dialog{
	width: 370px;
	height: 260px;
	position: fixed;
	top: 50%;
  	left: 50%;
  	margin-top: -185px;
  	margin-left: -130px;
  	z-index: 5;
  	background: #fff;
  	border: 2px solid #b7b7b7;
	text-decoration: none;
	color: #3b3b3b;

	font-size: 13px;
	font-family: brandon-grotesque, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-weight: 700;
	
	padding: 0.5em 1em;
	text-align: center;
	
	text-decoration: none;
}

.ui-widget-overlay {

    background: #000;
    opacity: .8;

}


.no-padding{
	padding: 0 !important;
}
.container{
	max-width:1000px !important;
	margin: 0 auto;
	padding: 0 40px;
	
}

.ticket_individual, .ticket_group_child{
	display: none;
}
.ticket_group_individual, .ticket_group_child{
	border:1px solid #fff;
	cursor: pointer;
	margin-top: 10px;
	position: relative;
}

.ticket_group_child td, .ticket_individual td{
	padding-left: 20px !important;
}





/*.second_click{
	display: none;
	position: absolute;
	height: 60px; width: 100%;
	top:0;left: 0;
	
}*/
.group_title{
	font-family: freight-display-pro;
	font-weight: 300;
	font-size: 2em;
	line-height: 1em;
	color: #464646;
}

.group_subtitle{
	font-family: freight-display-pro;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1em;
	color: #464646;
}
.group_description{
	font-family: 'HelveticaNeueLTStdLt', Helvetica, Arial, sans-serif;
	color: #464646;
}
.mas_derecha{
	float: right;
}
.container_tickets{
	padding-right: 0;
	padding-top: 30px;
}
.container-top{
	max-width: 1040px !important;
	border-radius: none;
}
.navbar {
    border-radius: 0px;
    padding-left: 20px;
    margin-bottom: 40px;
}
.navbar-inverse{
	background-color: #ebebeb;
	margin-top: 5px;
	height: 35px;
	min-height: 35px;
	border:none;
	
}
.logo_cdec{
	width: 110px;
	height: auto;
	vertical-align: text-top;
	margin-bottom: 2px;
}


.top_menu{
	margin: 8px 0; padding: 0;
}
.top_menu li{
	float: left;
	font-family: HelveticaNeueLTStdRoman, Helvetica, Arial, sans-serif;
	list-style: none;
	padding: 0 !important;
	margin-right: 25px;

}
.top_menu li a{
	text-decoration: none;
	color: #3b3b3b;
	font-size: 1em;
}
.top_menu .menu_item{
	font-variant: small-caps;
}
.top_menu .event_name{
	font-size: 1.05em;
	font-weight: bold;
	line-height: 1.2em;
}


.tkt{
	font-size: 1.2em;
	padding: 5px 15px;
	border-bottom:1px solid #c2c2c2;
	height: 60px;
}
.cell_tktname, .cell_price{
	display: table;
	height: 40px;

}
.cell_tktname .tkt_middle{
	vertical-align:middle;
    display: table-cell;
    
    
}
.cell_tktname .ticket_title{
	font-size: 1.1em;
	font-family: 'HelveticaNeueLTStdBd', Helvetica, Arial, sans-serif;

	
}
.cell_tktname .ticket_description{
	color: #464646;
	font-size: 1em;
	font-family: 'HelveticaNeueLTStdLt', Helvetica, Arial, sans-serif;
	
}
.cell_price .ticket_price{
	width: 100%;
	font-size: 1.4em;
	font-family: 'HelveticaNeueLTStdMd', Helvetica, Arial, sans-serif;
	vertical-align:middle;
    display: table-cell;
    float: none;
   	line-height: 1em;
   	text-align: right;
}

.input-mini { width: 45px; }

.x_remove{
	cursor: pointer;
	color:#fb0159;
}

.cart .booking_goto_2{
	/*margin: 0 !important;*/
}

.cart .cart_prices{
	display: block;
	float: right;
	margin-top: -2%;
}
/* *********** booking process 1  ************* */
.header_1, .header_2, .header_3, .header_4{
	border-bottom:1px solid #464646;
	padding: 0 0 35px 0;
	/*background: red;*/
}
.header_1, .header_2{
	height: 65px;
}
.header_2{

}
.header_3, .header_4{
	height: 180px;
	padding-top: 50px;
}
.header_4{
	text-align: right;
}
.header_1 img{
	max-width: 120px;
	height: auto;
}
.cdec_btn_back{
	font-size: 13px;
	font-family: brandon-grotesque, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-weight: 700;
	border: 2px solid #b7b7b7;
	text-transform: uppercase;
	padding: 0.5em 1em;
	text-align: center;
	float: right;
	text-decoration: none;
	color: #3b3b3b;
}
#dialog h1{
	color:#ed1c22;
	font-family: "HelveticaNeueLTStdBd", Helvetica, Arial, sans-serif;;
	line-height: 1em;
	display: block;
	margin-bottom: 30px;
}
.cdec_btn_back:hover{
	border: 2px solid #3b3b3b;
	text-decoration: none;
	color: #3b3b3b;
}
.error_msg{
	display: block;
	margin:0 auto;
	margin-top:40px;
	font-size: 13px;
	font-family: brandon-grotesque, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-weight: 700;
	border: 2px solid #b7b7b7;
	
	padding: 0.5em 1em;
	text-align: center;
	text-decoration: none;
	color: #3b3b3b;
	width: 60%

}
#dialog p, .error_msg{
	text-transform: uppercase;
}
.error_msg:hover{
	border: 2px solid #3b3b3b;
	text-decoration: none;
	color: #3b3b3b;
}

.cdec_title{
	font-family: freight-display-pro;
	font-weight: 700;
	font-size: 2.9em;
	line-height: 1.1em;
	color: #464646;
}
.cdec_subtitle, .cdec_hashtag{
	font-family: freight-display-pro;
	font-weight: 300;
	font-size: 2.4em;
	line-height: 1em;
	color: #464646;
}
.cdec_hashtag{
	text-align: right;
	display: block;
	position: absolute;
	bottom: 35px; right: 0;
	text-decoration: none;
	color: #3b3b3b;
}
.cdec_hashtag:hover{
	color: #000;
	text-decoration: none;
}

.cart{
	display: none;
	border: 1px solid #c2c2c2;
	padding:0;
	margin: 57px 0 0 20px;
	background: #fff;
	width: 35.8%;
	/*position: absolute;
	top:100px; right:100px;*/
}
.cart_ticket_name{
	font-size: 0.8em;
	font-family: 'HelveticaNeueLTStdMd', Helvetica, Arial, sans-serif;
	float: left;
	width: 70%;
}
.cart_ticket_subtotal, .ticket_currency, .x_remove{
	float: right;
}
.x_remove{
	margin-left: 10px;
}
.tkt_qty_cart{
	color: #464646;
	font-size: 0.8em;
	font-family: 'HelveticaNeueLTStdLt', Helvetica, Arial, sans-serif;
	float: left;
	width: 60%;
}
.cart_ticket_subtotal{
	font-size: 1em;
	font-family: 'HelveticaNeueLTStdMd', Helvetica, Arial, sans-serif;
}
.booking_goto_2{
	display: block;
	/*float: right;*/
	width: 90%;
	height: 60px;
	padding: 10px;
	background: #00abb2;
	color: #fff;
	text-align: center;
	border: none;
	cursor: pointer;
	font-size: 1.2em;
	font-family: 'HelveticaNeueLTStdMd', Helvetica, Arial, sans-serif;
	/*margin: 40px 0 150px 0;*/
	margin:0 auto !important;
	margin-top: 40px;
	clear: both;
}
.booking_goto_2:hover{
	background: #80d5d8;
}
.checkbox_politicas{
	font-family: 'HelveticaNeueLTStdLt', Helvetica, Arial, sans-serif;
	display: block;
	width: 90%;
	margin:0 auto;
	margin-top: 20px;
}
.ticketing_total{
	font-size: 1.5em;
	font-family: 'HelveticaNeueLTStdBd', Helvetica, Arial, sans-serif;
	padding: 16px 15px 10px 15px;
}
.leer_politicas{
	display: none;
	clear: both;
}
.forms #tickets_form .booking_goto_2{
	width: 100%;
	margin-top: 40px !important;
	display: block;
}
.clic_politicas{
	display: block;
	cursor: pointer;
}

.clic_politicas.enform{
	font-weight: 400 !important;
	font-size: 0.9em;
	font-family: "HelveticaNeueLTStdMd", Helvetica, Arial, sans-serif;
}

.clic_politicas.enform a{
	color: rgb(59, 59, 59);
	text-decoration: none;
}


.wysihtml5-sandbox{
	width: 100% !important;
}
.total_number{
	display: block;
	float: right;
}
.icon_top{
	color: #fff;
}
.num_tickets{
	display: none;
	position: absolute;
	z-index: 2;
	color: #000;
	text-align: center;
	background:#fb0159;
	top:-5px;
	left: -15px;
	width: 25px; height: 25px;
	padding: 4px;
	border-radius:20px; 
	font-weight: bold;
	color: #fff;
}
.text_acelerator{
	font-weight: bold;
	color:#cc241e;
}
.navbar-toggle{
	padding: 8px;
}
.navbar-header{
	margin: 0 !important;
}
.select2-results__option, .select2-selection__rendered{
	font-size: 1.2em;
	text-align: center;
	font-family: 'HelveticaNeueLTStdMd', Helvetica, Arial, sans-serif;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #80d5d8;
    color: #FFF;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #00abb2;
    color:#fff;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding:10px 0;
    font-family: HelveticaNeueLTStdMd, Helvetica, Arial, sans-serif;

}
.select2-selection__arrow{
	background: #464646;
	width: 13px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent;
}
.select2-container{
	width: 40px !important;
	margin-right: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2px;
    padding-right: 20px;
}
.coupon_field{
	background: #464646;

}
.coupon_title{
	color: #fff;
	font-size: 1.2em;
	font-family: "HelveticaNeueLTStdBd", Helvetica, Arial, sans-serif;
	display: block;
	padding: 10px;
	text-align: center;
}
.coupon_field_input{
	height: 40px;
	margin-right: 10px;
	width: 48%;
	font-family: freight-display-pro;
	font-weight: 300;
	font-size: 2em;
}

.info_footer{
	font-family: 'HelveticaNeueLTStdRoman', Helvetica, Arial, sans-serif;
	padding: 30px 30px 0 0 !important;
	color: #3b3b3b;
}
.info_footer_title{
	font-family: "HelveticaNeueLTStdMd", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	display: block;
}
.info_footer hr{
	margin-top: 40px;
	width: 100%;
	margin-left: 0;
	height: 1px;
	background-color:#464646;
	color:#46466;
	border: 0 none;
}
.info_footer a{
	color: #3b3b3b;
	text-decoration: underline;
}
.footer_institutional{
	clear: both;
	font-size: 1.3em;
}
.footer_institutional a{
	color: #3b3b3b;
	text-decoration: none;
}
.footer_institutional div{
	padding-left: 0;
	
}
.base_orglogo{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.base_orglogo img{
	width: 81px;
	height: auto;
}
.footer_institutional table{

}
.footer_institutional .org_com_name{
	font-family: "HelveticaNeueLTStdMd", Helvetica, Arial, sans-serif;
}

.footer_institutional .org_address{
	font-family: 'HelveticaNeueLTStdLt', Helvetica, Arial, sans-serif;
	color: #3b3b3b;
	text-decoration: none;
}
.footer_bottom{
	height: 60px;
	background: #eeeeee;
}

.nota_legal{
	margin: 40px 0;
	font-family: 'HelveticaNeueLTStdLt', Helvetica, Arial, sans-serif;
	color: #3b3b3b;
	text-decoration: none;
	font-size: 0.8em;
}
.nota_legal a{
	color: #3b3b3b;
	text-decoration: none;
}
.nota_legal a:hover{
	text-decoration: underline;
}
.notas_legales_page{
	font-size: 16px;
}
.footer_bottom{
	font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  	font-weight: 700;
  	font-size: 11.2px;
	color: #a0a0a0;
	padding: 25px 0;
	padding-left: 0;
	color: #7D7D7D;
}

.footer_bottom .second{
	text-align: right;
}
.cont_bottom{
	padding-left: 25px;
	
}

.footer_bottom a{
	color: #454545;
}

.footer_bottom a:hover{
	text-decoration: none;
}

.footer_bottom img{
	width: 60px;
	height: auto;
	opacity:0.5;
}
/* *********** booking process 2  ************* */
.booking_info{
	/*font-size: 1.3em;*/
}
.booking_header{
	height:60px;
	color:#3b3b3b;
	font-size: 1.3em;
	border-top: none !important;
	font-family: "HelveticaNeueLTStdMd", Helvetica, Arial, sans-serif;
	margin-top: 40px;
}

.coupon td{
	padding-left: 50px !important;
}
.forms .booking_header{
	margin-bottom: -20px;
	display: block;
}

.forms input[type='text'], .forms input[type='email']{
	height: 40px;
	font-size: 1.3em;
	font-family: 'HelveticaNeueLTStdLt', Helvetica, Arial, sans-serif;
}
.booking_2_total, .booking_2_total_num{
	font-size: 1.5em;
}
.booking_2_total{
	padding-left: 50px !important;
}
.total_resume{
	border-bottom:1px solid #ddd;
}
.forms input{
	width: 92%;
	margin-bottom: 20px;
}
.invoice_nif input{
	width: 96%;
}
.form_attendees input{
	width: 87%;
}
.form_attendees label{
	text-transform: uppercase;
}
.checkbox input{
	width: 7%;
	margin-bottom: 0;
}
.form-check.lopd{
	padding-top: 10px !important;
	clear: both;
}
.lopd input{
	width: auto !important;
}

.acheerre{
	clear: both;
}
.checkbox label{

}
.forms label
{
	font-family: "HelveticaNeueLTStdMd", Helvetica, Arial, sans-serif;
	
}
.forms label{
	font-weight: 400 !important;
	font-size: 0.9em;
}
.form_buyer{
	
}
.forms div{
	padding: 0 3px 0 0;
}
.forms h3{
	/*display: block;
	height:50px;
	background: #00abb2;
	color:#fff;
	font-size: 1.9em;
	padding:15px 0 0 15px;*/
	
}
.form_end input{
	margin-bottom: 0 !important;
}
.invoices{
	/*display: none;*/

}
.invoices .invoice_nif{
	margin-top: 40px;
}
.invoices .booking_header {
	display: block;
    height: 40px;
    margin-top: 60px;
    clear: both;
}
.tickets_attendees{
	display: none;
}
.tickets_attendees h4{
	color:#00abb2;
}

.row{
	padding-left: 15px !important;
}
.fa-ticket{
	color:#00abb2;
}
.tickets_group_container{
}
.crossout_price{
	color: #ccc;
	text-decoration:line-through;
}
.cod_success{
	color:#00abb2;
	text-align: center !important;
}
.cod_error{
	color:#fb0159;
	text-align: center !important;
}

.ticket_name_resumen{
	font-size: 1.2em;
	width: 50%;
	padding: 10px 0 10px 50px !important;
}
.ticket_name_resumen .ticket_description{
	font-size: 0.8em !important;
}
.num_resumen{
	font-size: 1.4em;
	width: 16.6%
}

.iconos{
	width: 25px;
	height: auto;
}
.icono-factura{
	width: 17px;
	height: auto;
}

.icono-individual{
	width: 13px;
	height: auto;
}
.icono-ticket{
	color:#00abb1;
}
.forms .ticket_title{
	display: block;
	clear: both;
	color:#00abb1;
	margin-bottom: 10px;
	font-family: "HelveticaNeueLTStdMd", Helvetica, Arial, sans-serif;
}
.form_buyer_data{
	border-right: 1px solid #DDD;
	margin-right: 10px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.ok_invoice .booking_header{
	height: 50px;
	margin-top: 30px;
}
.ok_invoice hr{
	border-color:#fff;
	margin: 5px 0;
}



.fill_attendees{
	display: block;
	margin-bottom: 40px;
	font-size: 13px;
	font-family: brandon-grotesque, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-weight: 700;
	border: 2px solid #b7b7b7;
	text-transform: uppercase;
	padding: 0.5em 1em;
	text-align: center;
	text-decoration: none;
	color: #3b3b3b;
	width: 96%;
	cursor: pointer;
}
.fill_attendees:hover{
	border: 2px solid #3b3b3b;
	text-decoration: none;
	color: #3b3b3b;
}
.datosEnvio{
	width: 100%;
	border:1px solid #8888;
	height: 150px;
	font-size: 1.3em;
	font-family: 'HelveticaNeueLTStdLt', Helvetica, Arial, sans-serif;

}

/* ***********************  Bookin process 3 ****************** */
.links_pg3 {
	padding: 10px;
}
.link_attendeezone{
	display: block;
	width: 100%;
	font-size: 13px;
	font-family: brandon-grotesque, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-weight: 700;
	border: 2px solid #b7b7b7;
	text-transform: uppercase;
	padding: 0.5em 1em;
	text-align: center;
	text-decoration: none;
	color: #3b3b3b;
	cursor: pointer;
	
}
.link_attendeezone:hover{
	border: 2px solid #3b3b3b;
	text-decoration: none;
	color: #3b3b3b;
}

.iconos-big{
	width: 60px;
	height: auto;
}
.icono-ups{
	width: 40px;
	height: auto;
}
.div_success h1{
	color:#00ce00;
	font-family: "HelveticaNeueLTStdBd", Helvetica, Arial, sans-serif;;
	line-height: 1em;
	display: block;
	margin-bottom: 40px;
}
.div_error h1{
	color:#ed1c22;
	font-family: "HelveticaNeueLTStdBd", Helvetica, Arial, sans-serif;;
	line-height: 1em;
	display: block;
	margin-bottom: 40px;
}
.success_message{
	font-family: 'freight-display-pro', times;
	font-weight: 300;
	font-size: 2.9em;
	line-height: 1.2em;
	color: #464646;
}
.success_text{
	font-family: 'HelveticaNeueLTStdLt', Helvetica, Arial;
	color: #3b3b3b;
	font-size: 1.5em;
	line-height: 1.2em
}
.div_error .success_message{
	font-family: 'freight-display-pro', times;
	font-weight: 300;
	font-size: 2.9em;
	line-height: 1.2em;
	color: #464646;
}


.div_error .success_message .error_resalt{
	color:#ed1c22;
}
.div_success .thanks{
	font-weight: 700;
}
.success_message a{
	color: #464646;
	text-decoration: underline;
}
.thanks_btn{
	padding: 20px 0;
	text-decoration: none;
}

.other_name{
	padding-left: 15px !important;
}
.other_name #other_name{
	margin-right: 10px;
}
.my_name #my_name{
	margin-right: 10px;
}
.politicas_text{
	font-family: 'HelveticaNeueLTStdLt', times;
	font-weight: 300;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #464646;
}
@media (max-width: 600px ) {
	body{
		padding-top: 70px;
		font-size: 10px;
	}

	.booking_goto_2{
		font-size: 0.5em !important;
		margin-bottom: 40px !important;
		display: block !importa;
	}
	
	.container{
		max-width:468px;
		margin: 0 auto;
		padding: 0 10px;
		
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	    border-color: transparent;
	}
	.ticket_price{
		text-align: right;
	}
	.cell_tktname .ticket_title {
	    font-size: 1.3em;
	}
	.coupon_field_input {
	    height: 40px;
	    margin: 0 5%;
	    width: 90%;
	}
	.container-top{
		position: fixed;
		width: 100%;
		top:0;
		z-index: 5;
		padding: 0;
	}
	.navbar{
		width: 100%;
	}
	.navbar-inverse {
	    margin-top: 0px;
	    height: 65px;
	    min-height: 65px;
	}
	.navbar-toggle{
		background: #00ABB2;
		border: 0;
	}
	.menu_txt{
		display: none;
	}
	.logo_cdec {
	    width: 150px;
	    height: auto;
	    margin-top: 14px;
	}
	.cart{
		top:80px; right:0;
	}
	.booking_info{
		font-size: 1em;
	}
	.cdec_btn_back{
		width: 100%;
		margin: 10px 0;
	}
	.cdec_title, .cdec_subtitle{
		font-size: 2em;
	}
	.cdec_hashtag {
	    text-align: left;
	    position: absolute;
	    left: 0px;
	    text-decoration: none;
	    color: #3B3B3B;
	}
	.header_2{
		height: 75px;
	}
	.header_3{
		height: 100px;
		padding-top: 20px;
	}
	.header_4{
		height: 50px;
		padding-top:20px;
		
	}
	.cdec_hashtag{
		bottom: 0; top:10px;
	}
	.ticket_name_resumen {
	    font-size: 1em;
	    width: 50%;
	    padding: 10px 0px 10px 0px !important;
	}
	.booking_2_total {
	    padding-left: 0px !important;
	}
	.footer_bottom .second{
		text-align: left;
	}
	.footer_bottom {
	    padding: 5px 0px;
	    height: 80px;
	}
	.form_buyer_data{
		border-right: 0;
	}
	.info_footer hr{
		clear: both;
	}
	.info_footer{
		clear: both;
	}
	.forms .booking_goto_2{
		margin: 20px 0px 20px;
	}
	.checkbox hr{
		display: none;
	}
	.ok_invoice input[type="checkbox"]{
	    margin:0 20px 0 0;
	}
	.ok_invoice label .icono-factura{
		margin-left: 20px;
	}
	#buyer_nif{
		width: 92%;
	}
	.other_name{
		padding-left: 0px !important;
	}
	.other_name #other_name{
		margin-right: 5px;
	}
	.my_name #my_name{
		margin-right: 5px;
	}
	.checkbox input[type="checkbox"]{
	    margin-left: 0px;

	}
	.my_name label .iconos, .other_name label .iconos{
		margin-left: 20px;
	}
	.forms .ticket_title .iconos {
	    width: 15px;
	    height: auto;
	}
	.forms .ticket_title {
	    max-width: 90%;
	    font-size: 1.2em
	}
	.footer_institutional {
	    margin-top: 150px;
	}
	.cart{
		position: absolute;
		top: 65px;
		width: 90%;
		left: 0;
	}
	.cart .booking_goto_2 {
	    width: 100%;
	}
	
	
@media (min-width: 767px) and (max-width: 992px ) {
}
@media (min-width: 992px ) {

}

@media (max-width: 1440px ) {
}
@media (max-width: 1024px ) {
}
@media (max-width: 768px ) {
	.booking_goto_2{
		font-size: 0.5em !important;
		margin-bottom: 40px !important;
		display: block !importa;
	}
	

	
	
}
