/* COMMONS *********************************************************************************************/
h2 {
    color: #FC124B;
}
select {
    background-image: url(/images/lolatickets/icn_drop.svg) !important;
}
.btn-pink, .btn-pink:focus{
	background-color: #FC124B !important;
    box-shadow: 0 2px 11px 0 rgba(252,18,75,0.28);	
}
.btn-pink:hover{
	background-color: #000;
    box-shadow: 0 2px 11px 0 rgba(0,0,0,0.28);	
}
.btn-blue{
	background-color: #000;
    box-shadow: 0 2px 11px 0 rgba(0,0,0,0.28);	
}
.btn-blue:hover{
	background-color: #FC124B;
    box-shadow: 0 2px 11px 0 rgba(252,18,75,0.28);	
}
.shadow {
    box-shadow: 0 2px 11px 0 rgba(252,18,75,0.28);	
}
.ticket-element-rating {
    color: #000;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background-color:#000 !important;
}
.datepicker table tr td.available-day:hover, .datepicker table tr td.focused {
    background-color:#000 !important;
}
/* NAVBAR *********************************************************************************************/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#FC124B;
}
.nav > li > a:hover,
.nav > li > a:focus {
    color:#FC124B;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color:#FC124B;
}
.nav .cart-full{
	color: #FC124B !important;
}
.nav .number-cart-elements {
	border: 1px solid #FC124B;
	color: #FC124B;
}
/* MY EVENTS PAGE ***********************************************************************************************/
.my-event a {
    color: #FC124B;
}
/* MY BOOKINGS DETAILS *********************************************************************************************/
.my-bookings-locator{
	color: #000;
}
.my-bookings-details-entity{    
	color: #000;
}
/* TICKET SEARCH HOME **********************************************************************************/
.ticket-search .ticket-search-bar .search-category .caret{
	color: #FC124B;
}
.ticket-search .ticket-search-bar .search-button span{
	background: #FC124B;
}
.ticket-search .ticket-search-bar .search-button span:hover{
	background: #000;
}
.ticket-search .ticket-search-bar span {
	color: #000;
}
.svg g{
    fill: #FC124B;
}
/* CITIES BLOCK HOME **********************************************************************************/
.city-container .city-tickets {    
	background-color:#FC124B;
    box-shadow: 0 2px 11px 0 rgba(252,18,75,0.28);	
}
/* TICKETS BLOCK HOME **********************************************************************************/
.tickets span.category-badge{
    background-color:#FC124B;
}
.tickets .categories span:hover{
    color:#FC124B;
}
.tickets .categories-responsive span {
	color: #FC124B;
}
.tickets .ticket-element-price {
    color:#FC124B;
}
.tickets .load-more p{
	color:#FC124B;
}
/* ENTITY PAGE *****************************************************************************/
.entity .booking-entity-description h1, .entity .booking-entity-content-info .info h1{
    color: #FC124B;	
}
.entity .read-more {
	color: #FC124B;
}
.entity .tickets-table .buy-ticket-title {
    color:#FC124B;
}
.entity .tickets-table .buy-ticket .unavailable{
	color: #FC124B;
}
.entity .tickets-table .header {    
    background-color: #000;
}
.entity .tickets-table .buy-ticket .price{
	color: #000;
}
/* BOOKING STEP 1 **************************************************************************/
.booking-step1 .entity-title .info .entity-name {
    color: #FC124B;
}
.booking-step1 .entity-date-hour .intervals .booking-hour-option.active {
    background-color:#000;
}
.booking-step1 .entity-date-hour .intervals .booking-group-option.active {
    background-color:#000;
}
.booking-step1 .tickets .offer {
    color: #FC124B;
}
/* BOOKING STEP 2 **************************************************************************/
.booking-step2 a {
	color: #FC124B;
}
/* SUMMARY BLOCK (STEP2 AND CHECKOUT) ******************************************************/
.summary .booking h5 {
	color: #000;
}
.summary .cart-item .quantity {
	color: #000;	
}
.summary .cart-item .ticket-detail .title{
    color: #000;
}
/* CART PAGE *******************************************************************************/
.cart .cart-items .cart-item a {
    color: #FC124B;
}
.cart .cart-items .cart-item .quantity {
	color: #000;
}
/* CHECKOUT ********************************************************************************/
.checkout .payment-method h4 {
	color: #FC124B;
}
.checkout a {
	color: #FC124B;
}
/* FOOTER **********************************************************************************/
.footer .footer-line1 a {
	color:#FC124B;
}