/* BASE */
.no-margin {
  margin: 0; }

.no-margin-topbottom {
  margin-top: 0;
  margin-bottom: 0; }

.no-margin-leftright {
  margin-left: 0;
  margin-right: 0; }

.no-padding {
  padding: 0; }

.no-padding-topbottom {
  padding-top: 0;
  padding-bottom: 0; }

.no-padding-leftright {
  padding-left: 0;
  padding-right: 0; }

/* Font Colors */
/* Background Colors */
/* Showcase Area */
/* Navbar Font Colors */
/* TEMPLATE CUSTOMIZATION */
/* _sections.scss - EVENT LIST */
.modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 300px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -300px, 0);
  transform: translate3d(0, -300px, 0);
  opacity: 1; }

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif; }

ul.no-list-style {
  list-style: none; }

a:hover, a:active, a:focus {
  text-decoration: none; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

@-moz-document url-prefix() {
  fieldset {
    display: table-cell; } }
hr {
  border-color: whitesmoke;
  border-width: 6px 0 0;
  margin: 5px 0 15px 0; }

.bg-primary {
  background-color: #6b5797; }

.bg-tertiary {
  background-color: #6b5797; }

/* COMMONS */
.margin-left-30 {
  margin-left: 30px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-left-right-0 {
  margin-left: 0px;
  margin-right: 0px; }

.no-margin {
  margin: 0; }

.no-margin-topbottom {
  margin-top: 0;
  margin-bottom: 0; }

.no-margin-leftright {
  margin-left: 0;
  margin-right: 0; }

.no-padding {
  padding: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-topbottom {
  padding-top: 0;
  padding-bottom: 0; }

.no-padding-leftright {
  padding-left: 0;
  padding-right: 0; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.padding-15 {
  padding: 15px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.table-border-top {
  border-top: 1px solid #ddd; }

.wow {
  visibility: hidden; }

/* Font Colors */
/* Background Colors */
/* Showcase Area */
/* Navbar Font Colors */
/* TEMPLATE CUSTOMIZATION */
/* _sections.scss - EVENT LIST */
/* MODULES */
.myBtn1 {
  background-color: #6b5797;
  border-radius: 0;
  border: 0;
  margin: 5px 0; }

.myBtn2 {
  background-color: #f2c100;
  border-radius: 4px;
  border: 0;
  margin: 5px;
  padding: 10px 15px 10px 15px; }

.myBtn2:hover {
  background-color: #f2c100;
  border-radius: 4px;
  border: 0;
  margin: 5px;
  padding: 10px 15px 10px 15px; }

.inc {
  background: white url(../img/plus.png) no-repeat center center;
  right: 0;
  top: 0;
  border: 1px solid #cccccc;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.dec {
  background: white url(../img/minus.png) no-repeat center center;
  border: 1px solid #cccccc;
  left: 0;
  top: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.numbers-row {
  position: relative;
  width: 97px;
  height: 40px;
  overflow: visible; }

input.qty2 {
  position: relative;
  width: 35px;
  height: 40px;
  border-radius: none;
  text-align: center;
  left: 31px;
  font-size: 12px;
  padding: 5px; }

.btn_action_1 {
  background-color: #f2c100;
  color: black !important;
  text-align: center;
  background-color: #eeaf09;
  border-bottom: 3px solid #ab7f0d;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 20px 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px; }

.btn_action_1:hover {
  background-color: #ffdb00; }

.paymentmethod {
  background-color: #f2c100;
  padding: 15px;
  width: 300px;
  border-radius: 4px; }
  .paymentmethod .fa {
    margin: 0 10px 0 5px; }

.btn_gocart {
  padding: 0px !important; }

a.btn_cart:hover, a.btn_cart:hover {
  color: white !important; }

/*MODALS*/
#myModal {
  top: 50%;
  right: 50%;
  outline: none; }

.affix {
  top: 20px; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: 80%;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all; }
  .modal-content img {
    max-width: 90%; }

.event-label {
  border: 0;
  width: 100%;
  color: #fff;
  padding: 10px; }

.event-label-checkout {
  border: 0;
  color: #fff;
  padding: 10px; }

.event-label1-color {
  background-color: #6b5797;
  color: #fff; }

.event-label2-color {
  background-color: #f2c100;
  color: #fff; }

.event-label3-color {
  background-color: #f2c100;
  color: #fff; }

.modal-footer {
  background-color: #fff; }

/*SEARCH */
#custom-search-input {
  padding: 3px;
  border: solid 1px #1a4a9b;
  border-radius: 6px;
  background-color: #1a4a9b;
  color: #fff; }

.form-control.input-lg {
  background-color: #1a4a9b;
  border: 0;
  color: #fff; }

#custom-search-input input {
  border: 0;
  box-shadow: none; }

#custom-search-input button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #666666;
  padding: 0 8px 0 10px;
  border-left: solid 1px #ccc; }

#custom-search-input button:hover {
  border: 0;
  box-shadow: none;
  border-left: solid 1px #ccc; }

#custom-search-input .glyphicon-search {
  font-size: 23px; }

.btn.btn-info.btn-lg {
  background-color: #1a4a9b;
  color: #fff;
  border-radius: 0;
  border-color: #1a4a9b; }

/* ACCORDION OPTIONS */
.panel-btf {
  background-color: #f9f9f9;
  box-shadow: none; }
  .panel-btf .panel-heading {
    background-color: whitesmoke;
    border-radius: 0;
    border: 0; }

.panel-heading .chevron:after {
  content: "\f078"; }

.panel-heading.collapsed .chevron:after {
  content: "\f054"; }

/* WELL */
.well {
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: 0;
  background-color: whitesmoke;
  border-radius: 0; }

/* FORMS */
.myform-2 {
  padding: 0px;
  background-color: #f9f9f9;
  width: 70%;
  margin: 30px auto; }
  .myform-2 h3 {
    margin: 0px 0 30px 0;
    border-left: 5px solid #f2c100;
    padding: 10px;
    background-color: #f2c100; }
  .myform-2 fieldset {
    margin-bottom: 40px;
    padding: 15px; }

/* WIZARD */
.bs-wizard {
  width: 90%;
  margin: auto; }

.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative; }

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  font-size: 16px;
  margin-bottom: 5px; }

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px; }

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fbe8aa;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%; }

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #2d8780;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px; }

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 23px 0; }

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #fbe8aa; }

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%; }

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%; }

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%; }

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%; }

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5; }

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0; }

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%; }

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%; }

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none; }

/* GROUP MODE */
.groupmode {
  background-color: #f2c100;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000;
  z-index: 999;
  font-size: 16px;
  line-height: 1;
  padding: 4px 10px 15px 20px; }
  .groupmode .groupmode_desc {
    margin: 5px 0 0 15px; }
  .groupmode a {
    color: black !important;
    font-weight: bold !important; }
  .groupmode img {
    margin: 10px 0 0 0; }
  .groupmode .groupmode_logo, .groupmode .groupmode_desc {
    float: left; }

/* BREADCRUMB*/
.section-breadcrumb {
  font-size: 11px;
  padding: 5px; }

/* SECCION HOME SLIDER */
.section-slider {
  margin-top: 20px;
  background-color: #fff; }
  .section-slider ul {
    list-style: none; }

.home-featured {
  text-transform: uppercase; }
  .home-featured ul {
    padding: 0; }
  .home-featured ul li a {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    padding: 12.7px;
    display: block; }
  .home-featured ul li a:hover, .home-featured ul li a:active, .home-featured ul li a:focus {
    text-decoration: none; }
  .home-featured .list_header a {
    background-color: #f2c100;
    color: #ffffff; }

.icon-angle-right {
  font-size: 21px;
  padding: 0;
  margin: 0;
  line-height: 0.1px !important; }

/* SECCION SHOWCASE */
.section-showcase {
  background: #6b5797;
  margin-top: 15px;
  color: #fff; }
  .section-showcase h1 {
    text-align: center;
    font-size: 24px; }

.block-showcase {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 3px solid #f2c100; }

.block-showcase {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 3px solid #f2c100;
  overflow: hidden; }

.box_container {
  background-color: #fff;
  margin: 0;
  margin-bottom: 30px; }

.img_container {
  position: relative;
  overflow: hidden; }

.box-over-title h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../images/bg_black58p.png");
  width: 100%;
  min-height: 80px;
  padding: 8px 10px 10px 15px;
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  margin: 0; }
  .box-over-title h2 span {
    color: #f2c100; }

.box-title {
  padding: 15px;
  position: relative;
  color: #000; }
  .box-title h2 {
    position: absolute;
    text-transform: uppercase;
    left: 0;
    bottom: 0;
    background-color: whitesmoke;
    width: 100%;
    min-height: 80px;
    padding: 8px 10px 10px 15px;
    color: #aaaaaa;
    font-size: 28px;
    line-height: 1.1;
    margin: 0; }

.ribbon {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 72px;
  height: 36px;
  z-index: 1; }

.ribbon-comprar {
  background: #f2c100;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  color: #000;
  font-size: 12px;
  padding-top: 11px;
  padding-left: 2px;
  text-align: center; }

/* SECCION HOME PRODUCTS */
.section-products {
  margin-top: 30px;
  color: #fff; }
  .section-products h1 {
    text-align: center;
    font-size: 24px; }

.product-banner-square-img {
  width: 170px;
  height: auto; }

.product-banner-desc {
  padding: 20px;
  margin: 0 0 0 200px; }
  .product-banner-desc h3 {
    font-weight: bold;
    text-transform: uppercase; }

.product-banner-wrap {
  margin: 0 0 15px 0px;
  padding: 14px 0; }

.product-banner-btn {
  margin: 50px 0 0 0; }

.product-banner-price {
  font-size: 16px;
  font-weight: bold; }

.product-banner-price_label {
  font-style: italic; }

.parallax-window {
  min-height: 204px;
  padding: 20px 0 0 0;
  background: transparent; }

/* SECCION  FEATURED / TRUST */
.section-trust {
  padding: 30px 0;
  background-color: #f9f9f9;
  margin: 30px 0 0 0; }
  .section-trust h3 {
    font-weight: bold;
    padding: 0;
    margin: 0 0 15px 0;
    text-transform: uppercase; }
    .section-trust h3 span {
      color: #f2c100; }

.table-featured-events .glyphicon {
  font-size: 20px; }
.table-featured-events .info {
  background-color: #6b5797;
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.home-featured-list {
  padding: 0;
  margin: 0 0 30px 0; }
  .home-featured-list a li {
    background-color: #fff;
    list-style: none;
    text-align: left;
    margin-bottom: 2px;
    padding: 10px;
    color: #333; }
    .home-featured-list a li .glyphicon {
      color: #f2c100;
      font-size: 18px;
      box-shadow: 0 0px 0px transparent, 0 10px 10px transparent;
      transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .home-featured-list a li .info {
      background-color: #f2c100;
      position: absolute;
      right: 30px;
      padding: 2px 5px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      font-size: 11px; }
  .home-featured-list a li:hover {
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12); }

.block-white {
  background-color: #fff;
  border: 1px solid #c6c6c6;
  text-align: center;
  padding: 15px;
  min-height: 165px; }
  .block-white p {
    font-size: 12px;
    line-height: 1;
    color: #909090; }
  .block-white button {
    background-color: #f2c100;
    border-color: #f2c100;
    font-weight: bold; }
  .block-white .form-control {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    height: 50px; }
  .block-white .input-group-addon {
    background-color: #f2c100;
    border-color: #f2c100; }
  .block-white .glyphicon {
    font-size: 25px; }

.block-square-img {
  margin: 15px 0; }

.block-circle-img {
  margin: 15px; }

/* PAR */
.par {
  display: block;
  margin: 30px 0 0 0; }

.par-desc-left-image {
  display: block;
  margin: 15px 0 0 100px; }

/* SECCION  EVENTO */
.section-evento .container {
  margin-bottom: 10px; }

.event-title {
  margin: 15px 0 0 0;
  text-align: center; }
  .event-title .area-gray {
    padding: 10px; }
  .event-title .title-vs-left, .event-title .title-vs-right, .event-title .title-vs-center {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 30px; }
  .event-title .title-vs-center {
    padding: 0 10px; }
    .event-title .title-vs-center .area-gray {
      font-size: 20px;
      padding: 17px; }

.img_event img {
  height: 160px;
  left: 0;
  position: absolute;
  width: auto; }

.title-vs-left {
  border-left: 10px solid #6b5797; }

.title-vs-center {
  background-color: #f2c100; }

.title-vs-right {
  border-right: 10px solid #f2c100; }

.area-gray {
  background: whitesmoke; }
  .area-gray h3 {
    padding: 0 0 10px 0;
    margin: 0; }

.event-description {
  padding: 10px; }
  .event-description h1, .event-description h2, .event-description h3 {
    padding: 0;
    margin: 0; }
  .event-description h1 {
    font-size: 30px;
    margin: 0 0 10px 0; }
  .event-description h2 {
    font-size: 20px;
    margin: 0 0 10px 0; }
  .event-description h3 {
    font-size: 15px; }
  .event-description p {
    font-size: 14px;
    margin: -5px 0 0 0; }
  .event-description .event-image {
    float: left; }
  .event-description .desc-event {
    padding-left: 10px;
    margin: 10px 0 0 210px; }
    .event-description .desc-event .fa {
      margin: 0 18px 7px 0;
      font-size: 24px; }
    .event-description .desc-event .fa.fa-calendar {
      margin: 0 9px 7px 0 !important; }
    .event-description .desc-event .fa.fa-clock-o {
      margin: 0 10px 7px 1px !important; }
    .event-description .desc-event .fa.fa-map-marker {
      margin: 0 14px 7px 4px !important; }
    .event-description .desc-event h5 {
      margin: 0px 0 0 0; }
    .event-description .desc-event p {
      font-size: 14px;
      margin: -5px 0 0 0; }

.event-image {
  height: 190px;
  width: 190px;
  margin: 15px;
  background-image: url("../images/ficha-evento/stadio.png");
  background-position: center;
  background-size: cover;
  float: left; }

.label-list {
  padding-left: 0;
  margin: 0; }
  .label-list li {
    margin: 15px 0 0 0; }

ul.label-list {
  list-style: none !important; }

.label-list.float-left {
  padding: 0; }

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #aaaaaa; }

.event-categories {
  padding: 10px 0 10px 0; }
  .event-categories .day {
    background-color: #a5dc86;
    border-radius: 0; }
  .event-categories .day:hover {
    background-color: #99c08a !important;
    border-radius: 0; }

.notitle_padding {
  padding: 30px 0 0 0; }

.evento-gmap {
  padding: 0 0px 0 0; }
  .evento-gmap .area-gray {
    min-height: 249px;
    padding: 10px; }
  .evento-gmap .google-map {
    width: 100%;
    height: 350px;
    background-color: #cce1ae; }

.evento-icon {
  text-align: center;
  color: #6b5797;
  padding-left: 5px;
  padding-right: 5px; }
  .evento-icon img {
    margin: auto; }
  .evento-icon .area-gray {
    min-height: 120px;
    padding: 10px; }

.evento-myicon {
  text-align: center;
  color: #6b5797;
  margin-bottom: 0px; }
  .evento-myicon img {
    margin: auto;
    padding: 15px 0 0 0; }
  .evento-myicon .area-gray {
    min-height: 120px; }

.evento-icon-last {
  padding-right: 0px !important; }

.evento-icon-first-row {
  padding: 0 10px 0 15px; }

.evento-icon-second-row {
  margin-top: 10px;
  padding: 0 10px 0 15px; }

/* EVENT ACCORDION */
.sit-categories-accordion .cursor-pointer {
  cursor: pointer; }
.sit-categories-accordion .accordion-header {
  padding: 10px 0; }
.sit-categories-accordion .sit-categories-accordion-item {
  margin: 0;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .sit-categories-accordion .sit-categories-accordion-item a {
    color: #000; }
.sit-categories-accordion .panel {
  margin-bottom: -6px; }
.sit-categories-accordion .cat-desc, .sit-categories-accordion .cat-price, .sit-categories-accordion .cat-buy {
  margin-top: 5px;
  font-weight: bold;
  padding: 0px 0 0 0; }
.sit-categories-accordion .cat-buy {
  text-align: center; }
  .sit-categories-accordion .cat-buy a {
    background-color: #f2c100;
    padding: 7px 9px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    line-height: 1; }

.panel-heading {
  padding: 7px; }

.full-circle {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px; }

.category-color-1 {
  background-color: #f89400; }

.category-color-2 {
  background-color: #b01867; }

.category-color-3 {
  background-color: #000; }

.category-color-4 {
  background-color: #fad400; }

.category-color-5 {
  background-color: #e4475d; }

.category-color-6 {
  background-color: #2671f3; }

.category-color-7 {
  background-color: #aa66ff; }

.category-color-8 {
  background-color: #b01867; }

.category-color-9 {
  background-color: #00f; }

.stadio-map img {
  cursor: pointer; }

.full-circle {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px; }

.bg_yellow {
  background-color: #ffc739; }

/* EVENT DETAIL MULTIFECHAs  */
#supraAccordion {
  margin-top: 15px; }
  #supraAccordion .btn-info {
    background-color: #fff;
    border-color: #6b5797;
    border: 0;
    color: #6b5797;
    font-weight: bold;
    font-size: 16px; }
  #supraAccordion .card.panel {
    margin-bottom: 10px;
    margin-top: 5px; }
    #supraAccordion .card.panel h5 {
      padding-bottom: 0; }
  #supraAccordion .btn-info:hover {
    color: #f2c100; }
  #supraAccordion .sit-categories-accordion-item {
    width: 90%;
    margin-left: 5%; }

/*COMENTAROPS*/
.comentario {
  border-bottom: 1px solid #d4d4d4;
  padding: 20px 0; }

/*EVENT LIST */
.event_list_item {
  color: #333;
  display: block;
  margin-bottom: 10px; }
  .event_list_item .btn-buy {
    background-color: #f2c100;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    border-bottom: 3px solid #ab7f0d; }

.event_list_desc {
  border-right: 1px solid #d4d4d4;
  height: 150px;
  line-height: 17px;
  padding: 0 0 0 170px;
  margin: 0; }
  .event_list_desc h3 {
    margin: 0;
    padding: 0;
    padding-top: 15px; }

.eventList-image {
  height: 130px;
  width: 150px;
  background-position: center;
  background-size: cover;
  background-color: #ccc;
  float: left;
  margin: 5px 5px 5px -8px; }

.img_list img {
  height: 150px;
  position: absolute;
  width: auto; }

.event-list-tools {
  padding: 10px;
  margin-bottom: 10px; }

.price_list {
  color: #e74c3c;
  display: table;
  font-size: 18px;
  height: 150px;
  margin-left: -15px;
  width: 100%; }
  .price_list div {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

.ch-title {
  background-color: #6b5797;
  width: 100%;
  padding: 10px 10px 10px 15px;
  color: #FFF;
  font-size: 28px;
  line-height: 1.1;
  margin: 0;
  text-align: center; }
  .ch-title h1 {
    padding: 0;
    margin: 0; }
  .ch-title h2 {
    display: inline;
    color: #fff; }
  .ch-title span a {
    display: inline;
    padding: 5px 15px 5px 15px;
    font-size: 26px;
    margin: -20px 0 0 30px;
    color: #000;
    background-color: #f2c100;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 3px solid #7f5e09; }
  .ch-title span a:hover {
    background-color: #ffdb00; }

.ch-title.thin {
  padding: 4px !important;
  font-size: 20px !important; }
  .ch-title.thin span a {
    font-size: 20px; }
  .ch-title.thin h2 {
    font-size: 22px; }

.ch-title.thinWH {
  padding: 4px !important;
  font-size: 10px !important;
  font-size: 22px; }
  .ch-title.thinWH span a {
    font-size: 20px; }
  .ch-title.thinWH h2 {
    font-size: 22px; }

.ch-logo {
  position: releative;
  margin: -140px 0 0 10px;
  padding: 0;
  z-index: 300; }

.category_desc {
  margin: 30px 0 30px 0; }

.category_list-row {
  margin: 0px 0 10px 0;
  background-color: #f5f5f5;
  cursor: pointer; }

.category_list-row:hover {
  background-color: #dddddd; }

.category_list-container {
  padding: 0 0 0 0; }
  .category_list-container h4 {
    color: black !important;
    font-size: 16px;
    font-weight: 300; }

.category_list-desc {
  float: left; }

.category_list-title {
  padding: 10px 0 0 10px;
  max-width: 380px; }

.category_list-competitionImage {
  max-height: 50px;
  border-radius: 4px;
  margin: 0 10px 0 0; }

.category_list-competicion {
  padding: 0px 0 0 10px; }

.category_list-info {
  margin-top: 20px; }
  .category_list-info .fa {
    font-size: 24px;
    margin: 0 18px 0 0; }
  .category_list-info h5 {
    line-height: 2; }

.category_list-instalacion {
  padding: 10px 0 0 0; }

.category_list-btn {
  padding: 0px 0 0 0;
  background-color: #f2c100;
  font-size: 18px; }

.category_list-btn {
  padding: 5px 15px 5px 15px;
  color: black !important;
  background-color: #f2c100;
  border-bottom: 3px solid #ab7f0d;
  border-radius: 3px;
  margin: 52px 50px 0 0;
  display: inline-block;
  position: absolute; }

.category_list-btn:hover {
  background-color: #ffdb00; }

.cat-list {
  margin: 0 0 30px 0; }

.cat-list-bstn-buy {
  background-color: #f2c100;
  border-bottom: 3px solid #ab7f0d;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  margin: 20px 0 0 0 !important;
  padding: 5px;
  position: relative;
  top: -7px;
  color: #000;
  left: 10px;
  cursor: pointer; }

.cat-list-btn-buy:hover {
  background-color: #ffdb00;
  color: #000; }

.ch-badge-1 {
  position: relative;
  background-color: #f0f;
  top: -250px;
  left: 8px;
  width: 230px;
  height: 230px; }

.ch-btn-1 {
  background-color: #f2c100;
  color: #000;
  position: relative;
  background-color: #f0f;
  top: -20px;
  right: 8px;
  padding: 5px; }

/* CONTENIDO */
.img-responsive.styled {
  margin-top: 20px; }

/*List*/
ul.list_ok {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 22px; }

ul.list_ok li {
  position: relative;
  padding-left: 25px; }

ul.list_ok li:before {
  font-style: normal;
  font-weight: bold;
  font-family: "icon_set_1";
  font-size: 14px;
  content: "\6c";
  color: #6b5797;
  position: absolute;
  left: 0;
  top: 0; }

ul.list_order {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 30px;
  font-size: 14px; }

ul.list_order li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px; }

ul.list_order li span {
  background-color: #6b5797;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px; }

/* PORQUE COMPRAR */
.feature {
  text-align: center;
  padding: 15px;
  margin-bottom: 15px; }
  .feature img {
    margin: auto; }
  .feature h3 span {
    color: #f2c100; }

/* CONATCTOS */
.contact_side {
  padding: 30px 15px; }
  .contact_side h3 {
    color: #6b5797; }
  .contact_side .contact_tel {
    font-size: 26px;
    color: #fff;
    padding: 15px 0;
    background-color: #6b5797; }
    .contact_side .contact_tel a {
      color: #fff; }
  .contact_side .fa-phone {
    font-size: 24px;
    padding: 0 20px;
    color: #fff; }

.contact_form {
  padding: 30px; }

/* CART */
.checkout-steps {
  padding: 0 0 10px 0; }

.active-triangle {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 0;
  display: none;
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  display: inline;
  width: 6px !important;
  padding: 0 !important; }

.checkout-navbar {
  background-color: #6b5797;
  color: #fff; }
  .checkout-navbar span {
    padding: 16px;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase; }
  .checkout-navbar .arrow {
    background-image: url("../img/bg_arrow_right_WHITE.png");
    background-repeat: no-repeat; }
  .checkout-navbar .active {
    color: #f2c100; }

.nav_a {
  color: #fff; }

a.nav_a:hover {
  color: #fff; }

.nav_a .active {
  color: #f2c100; }

.checkout_event_main_img {
  float: left;
  max-width: 200px;
  margin-right: 10px; }

.desc-event {
  padding: 15px 0 0 0; }
  .desc-event h1 {
    font-size: 22px; }
  .desc-event h2 {
    font-size: 16px; }

/*-------- 2.4 Cart - Payment - Confirmation --------*/
.cuantity-selector {
  width: 100px; }
  .cuantity-selector .product_cuantity {
    font-size: 10px;
    height: 34px;
    width: 80px; }

.side-cart-img {
  max-width: 215px; }

.form_title {
  position: relative;
  padding-left: 55px;
  margin-bottom: 10px; }

.form_title h3 strong {
  background-color: #f00;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0; }

.form_title h3 {
  margin: 0;
  padding: 0; }

.form_title p {
  color: #999;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 14px; }

.step {
  border-left: 1px solid #ddd;
  padding: 20px 30px 20px 31px;
  margin: 0 0 10px 20px; }

.cards {
  margin-top: 18px; }

.table {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 8px 8px 8px 8px; }

.table.options_cart td i {
  font-size: 38px; }

.table.cart-list th, .table.options_cart th {
  text-transform: uppercase; }

.table.cart-list td {
  vertical-align: middle; }

.table.options_cart td {
  vertical-align: middle; }

.numbers-row {
  position: relative;
  width: 97px;
  height: 40px;
  overflow: visible;
  margin: auto 0 auto auto; }

.numbers-row.list {
  margin: auto;
  margin-bottom: 5px;
  margin-top: 15px; }

input.qty2 {
  position: relative;
  width: 35px;
  height: 40px;
  border-radius: none;
  text-align: center;
  left: 31px;
  font-size: 12px;
  padding: 5px; }

.button_inc {
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
  width: 33px;
  height: 40px;
  z-index: 9; }

.dec {
  background: white url(../images/minus.png) no-repeat center center;
  border: 1px solid #cccccc;
  left: 0;
  top: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.inc {
  background: white url(../images/plus.png) no-repeat center center;
  right: 0;
  top: 0;
  border: 1px solid #cccccc;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

#total {
  text-align: right;
  margin-top: 20px; }

#total h3 {
  font-size: 26px;
  line-height: 26px;
  padding: 0;
  font-weight: bold;
  display: block;
  margin: 0 0 10px 0; }

.options i {
  font-size: 22px; }

.thumb_cart {
  border: 0px solid #ddd;
  overflow: hidden;
  width: 250px;
  height: 135px;
  height: auto;
  margin-right: 10px;
  float: left; }

.thumb_cart img {
  padding: 1px;
  width: 250px;
  height: 135px; }

.item_cart {
  display: inline-block;
  margin-top: 20px; }

.table.confirm th {
  text-transform: uppercase; }

.table.confirm td {
  width: 50%; }

#policy {
  padding: 10px 0 0 50px; }

.hotelcat_radio {
  background-color: #eee;
  padding: 15px;
  width: 300px;
  border-radius: 4px; }

.hotelcat_radio input:checked {
  background-color: #f0f; }

.hotels-buy {
  background-color: #f2c100;
  padding: 12px 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  margin: 4px auto 4px auto;
  display: inline-block;
  text-align: center;
  border: none; }

/* SUMMARY */
.table.table_summary td {
  border-top: 1px solid #ededed;
  width: 50%; }

.table.table_summary tr.total {
  color: #6b5797;
  font-weight: bold;
  text-transform: uppercase; }

.review_strip_single {
  position: relative;
  padding: 30px 0 20px 0;
  margin: 30px 0 25px 0;
  border-bottom: 1px solid #ddd; }

.review_strip_single.last {
  margin-bottom: 0;
  border-bottom: 0; }

.review_strip_single img {
  top: -15px;
  position: absolute;
  left: 0;
  border: 4px solid #fff; }

.review_strip_single h4 {
  font-size: 18px;
  margin: -12px 0 35px 90px;
  padding: 0; }

.review_strip_single small {
  float: right;
  font-size: 12px;
  margin-top: -10px;
  font-style: italic; }

.review_strip_single .rating {
  font-size: 16px; }

.normal_price_single {
  font-size: 18px;
  text-decoration: line-through; }

.price_in {
  font-size: 42px;
  color: #e74c3c;
  border-bottom: 1px solid #ededed;
  text-align: center;
  padding-top: 30px;
  background-color: #fff8e5;
  margin: -20px -20px 20px -20px; }

.price_in small {
  font-size: 11px;
  color: #999;
  display: block;
  margin-bottom: 20px;
  margin-top: 4px; }

.price_in p {
  padding: 0;
  margin: 0; }

.normal_price_in {
  display: block;
  text-decoration: line-through;
  color: #999;
  font-size: 20px;
  margin-top: 10px; }

.price_in sup {
  font-size: 22px;
  position: relative;
  top: -10px; }

.table.options_booking td i {
  font-size: 26px; }

.table.options_booking td {
  vertical-align: middle; }

.box_style_1 h3.inner {
  margin: -15px -15px 15px -15px;
  background-color: #6b5797;
  padding: 10px 20px 10px 18px;
  color: #fff;
  -webkit-border-top-left-radius: 3px;
  text-align: center;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid whitesmoke; }

a.btn_full, .btn_full {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  width: 100%;
  background: #f2c100;
  cursor: pointer;
  padding: 12px 20px;
  display: inline-block;
  outline: none;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px; }

.btn_cart, .btn_cart {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  width: 300px;
  background: #c00013;
  cursor: pointer;
  padding: 1px 10px;
  display: inline-block;
  outline: none;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  font-size: 22px;
  height: 47px;
  padding: 7px 0 0 0; }

.btn_register, .btn_continue {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  width: 400px;
  background: #f2c100;
  cursor: pointer;
  padding: 1px 10px;
  display: inline-block;
  outline: none;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  font-size: 22px;
  padding: 15px 0 15px 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  width: 400px;
  background: #f2c100;
  cursor: pointer;
  padding: 1px 10px;
  display: inline-block;
  outline: none;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  font-size: 22px;
  padding: 15px 0 15px 0; }

.btn_continue {
  background: #f2c100;
  margin: 30px 0 0 0; }

.btn_login {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  width: 200px;
  background: #6b5797;
  cursor: pointer;
  padding: 1px 10px;
  display: inline-block;
  outline: none;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 5px 0 5px 0; }
  .btn_login .fa {
    font-size: 40px; }

.btn_cart .fa-chevron-right {
  font-size: 30px;
  padding: 0 0 0 15px;
  position: relative;
  bottom: -4px; }

/* CART FORM */
.form_title {
  position: relative;
  padding-left: 55px;
  margin-bottom: 10px; }

.form_title h3 strong {
  background-color: #f2c100;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0; }

.form_title h3 {
  margin: 0;
  padding: 0; }

.form_title p {
  color: #999;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 14px; }

.cards {
  margin-top: 18px; }

.myradio-label {
  margin: 0 0 0 30px; }

.cart_nota {
  font-size: 12px;
  margin: 40px 40px 40px 60px; }

.table.table-striped.cart-list.add_bottom_30 {
  border: 0px solid #f00; }

.cart_inner {
  margin: 0px 0 30px 0;
  padding: 15px 0 0 0; }
  .cart_inner .cart_inner_spacer {
    padding: 10px; }
  .cart_inner .panel-body {
    background-color: #fff;
    border-bottom: 3px solid #eee; }

.cart_resp {
  border: 1px solid #ddd;
  margin: 0;
  padding: 0; }
  .cart_resp .row {
    margin: 0;
    padding: 14px 0 0 0; }
  .cart_resp .cart_resp_total {
    text-align: right;
    padding: 0 0 10px 0;
    margin: 0; }
    .cart_resp .cart_resp_total .cart_resp_total_number {
      padding: 0 21px 0 0;
      font-weight: bold; }
  .cart_resp .cart_resp_item {
    border-bottom: 1px solid #ddd;
    padding: 15px 5px 15px 5px; }
    .cart_resp .cart_resp_item .cart_resp_col {
      padding: 0 8px; }
    .cart_resp .cart_resp_item .cart_resp_thumb {
      border: 0px solid #ddd;
      overflow: hidden;
      width: 100%;
      height: 135px;
      height: auto;
      margin-right: 10px;
      float: left; }
      .cart_resp .cart_resp_item .cart_resp_thumb .cart_resp_thumb_bg {
        background-size: cover;
        background-position: center; }
      .cart_resp .cart_resp_item .cart_resp_thumb img {
        padding: 1px;
        width: 100%;
        height: 135px; }
    .cart_resp .cart_resp_item .cart_resp_item_tickets {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 0;
      margin: 0; }
      .cart_resp .cart_resp_item .cart_resp_item_tickets .cart_resp_item_ticket {
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
        margin: 0; }
        .cart_resp .cart_resp_item .cart_resp_item_tickets .cart_resp_item_ticket .cart_resp_price, .cart_resp .cart_resp_item .cart_resp_item_tickets .cart_resp_item_ticket .cart_resp_price_total {
          padding: 10px 0 0 0;
          text-align: right; }
        .cart_resp .cart_resp_item .cart_resp_item_tickets .cart_resp_item_ticket .cart_resp_price_total {
          padding: 0 22px 0 0; }
        .cart_resp .cart_resp_item .cart_resp_item_tickets .cart_resp_item_ticket .cart_resp_cat {
          font-size: 12px;
          line-height: 1;
          padding: 7px 0 0 5px; }
        .cart_resp .cart_resp_item .cart_resp_item_tickets .cart_resp_item_ticket .cart_resp_subtotal {
          text-align: right;
          font-size: 12px;
          padding: 0 15px 0 0; }
    .cart_resp .cart_resp_item .cart_item_name {
      font-size: 12px; }
    .cart_resp .cart_resp_item .table_cesta_price.table {
      background-color: #fff; }

/*  CART OPTIONS */
.options_amount {
  width: 62px;
  display: inline-block;
  text-align: right; }

.option-buy, .option-price {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 60px;
  text-transform: uppercase; }

.option-buy {
  border-top: 0px solid #ccc;
  border-radius: 0 0 4px 4px;
  background-color: #f2c100;
  color: #fff; }

.option-buy:hover {
  background-color: #f2c100;
  color: #fff;
  cursor: pointer; }

.option-price {
  border-radius: 4px 4px 0 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0; }

.panel-heading {
  cursor: pointer; }

.panel-heading.collapsed:hover {
  cursor: pointer; }

.panel-heading.collapsed {
  border-bottom: 1px solid #c4c4c4; }

.options-name {
  font-size: 20px;
  padding: 40px 0 0 0; }

.options-info {
  margin: 48px 0 0 0;
  color: #fff; }
  .options-info a {
    color: #fff;
    background-color: #eeaf09;
    border-radius: 4px;
    padding: 7px 3px 4px 5px;
    font-size: 12px; }
    .options-info a span {
      margin: 10px 0 0 0 !important; }
    .options-info a .fa {
      margin: 15px 0 0 0; }

.options-info.featured {
  margin: 18px 0 0 0 !important; }

.options-recomended-XS {
  background-color: #c00013;
  height: 30px;
  width: 250px;
  margin: 10px auto 0 auto;
  color: #fff;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 5px 5px 5px;
  z-index: 451; }

.options-recomended {
  background-color: #c00013;
  height: 40px;
  width: 150px;
  margin: -20px -17px 0 auto;
  color: #fff;
  text-align: center;
  border-radius: 4px 4px 0px 4px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 5px 5px 5px;
  z-index: 450; }

.options-recomended-triangle {
  margin: 0;
  margin: auto -17px auto auto;
  width: 0;
  height: 0;
  border-top: 10px solid #c00013;
  border-right: 10px solid transparent; }

.what_to_do-recomended {
  background-color: #c00013;
  height: 40px;
  width: 150px;
  margin: -20px -17px 0 auto;
  color: #fff;
  text-align: center;
  border-radius: 4px 4px 0px 4px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 5px 5px 5px;
  z-index: 460;
  position: absolute;
  right: 22px;
  margin-top: -130px; }

.what_to_do-recomended-triangle {
  margin: 0;
  margin: auto -17px auto auto;
  width: 0;
  height: 0;
  border-top: 10px solid #c00013;
  border-right: 10px solid transparent;
  position: absolute;
  right: 22px;
  margin-top: -90px;
  z-index: 470; }

.what_to_do-buy-button {
  background-color: #f2c100;
  border-radius: 3px;
  color: #000;
  display: block;
  position: absolute;
  right: 25px;
  padding: 5px 3px 0 3px;
  margin-top: -22px;
  height: 20px; }

.options-theader {
  font-weight: bold; }

.options-buy a, .options-buy button {
  background-color: #eeaf09;
  padding: 12px 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  margin: 4px 0 4px 0;
  display: inline-block;
  width: 97px;
  text-align: center;
  border: none; }

.options-table {
  max-width: 600px;
  margin: 30px auto auto auto; }

.options-featured-item {
  border: 3px solid #eeaf09 !important;
  border-radius: 4px !important; }

.options-price {
  color: #b8b8b8; }

.options-short {
  font-weight: bold;
  font-size: 12px; }

.img-thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0; }

.excursionSelectLabel {
  font-weight: bold; }

.excursionSelectStop {
  width: 200px; }

/*CART RESUME*/
.cart-resume {
  border-radius: 0;
  background-color: transparent;
  font-size: 12px; }
  .cart-resume .panel-body {
    background-color: transparent; }
  .cart-resume .inner {
    margin: 15px; }

.total {
  padding: 4px 0 0 0; }

.panel.cart-resume {
  border-bottom: 1px solid #dddddd;
  -webkit-box-shadow: 0 0px 0px transparent;
  margin-bottom: 0;
  min-height: 40px; }

/* PROFILE */
.myProfile-container {
  text-align: center;
  margin: 30px auto 300px auto;
  color: #f2c100; }
  .myProfile-container button {
    display: block; }
  .myProfile-container p {
    font-size: 20px;
    margin: 20px 0 0 0;
    color: #000; }
  .myProfile-container .fa {
    font-size: 50px;
    color: #6b5797; }
  .myProfile-container .myProfile-btn {
    padding: 50px 0;
    border-radius: 4px;
    margin-bottom: 30px; }
  .myProfile-container .myProfile-btn:hover {
    background-color: #dddddd;
    cursor: pointer; }

/* MY ACCOUNT */
.myaccount_side {
  margin: 0;
  padding: 0;
  color: #6b5797; }
  .myaccount_side ul {
    margin: 0;
    padding: 0; }
  .myaccount_side a {
    color: #6b5797; }
  .myaccount_side li {
    background-color: #f9f9f9;
    padding: 10px;
    margin: 5px 0;
    cursor: pointer; }
  .myaccount_side .fa {
    margin: 0 10px 0 0;
    font-size: 20px;
    color: #6b5797; }

.myaccount_table {
  border-left: 0;
  border-right: 0; }

/* PERMANENTES */
.permanent_intro {
  padding: 30px 0; }

.permanent_prices {
  background-color: whitesmoke;
  padding: 30px 40px 40; }
  .permanent_prices .table {
    background-color: #fff; }

.permanent_description {
  padding: 30px 0; }

.permanent_como_llegar {
  padding: 30px 0; }

.cart_full {
  background-color: #f2c100;
  position: absolute;
  left: 14px;
  top: -3px;
  color: #fff;
  border-radius: 30px;
  width: 17px;
  height: 17px;
  padding: 3px 0px 0px 1px;
  display: block;
  text-align: center;
  font-size: 9px; }

.xs-show-price {
  display: none; }

/* ORDER OK/KO */
.order_confirmation_ok .fa {
  font-size: 80px; }
.order_confirmation_ok .fa-check {
  color: #a5dc86; }
.order_confirmation_ok .fa-exclamation-triangle {
  color: #f2c100; }

/* CESTA SIDEBAR */
#sticky_sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

/* BUDGET */
.budget_cart_price {
  color: #f2c100; }

.budget_cart_alert {
  background-color: #f2c100;
  color: #fff;
  padding: 10px; }

/* AFILIADOS */
.affiliate-top-banner {
  float: right;
  max-width: 30%; }

#calculateAcc {
  cursor: pointer; }

.privacy-form {
  font-size: 10px;
  margin-top: 20px; }

.main_title h1, .main_title .h1, .main_title h2, .main_title .h2, .main_title h3, .main_title .h3 {
  color: #6b5797; }

.main_title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px; }

h3, h4, h5 {
  padding-bottom: 15px; }

h4 {
  padding-top: 15px; }

h4, h5 {
  color: #6b5797; }

h6 {
  color: #f2c100 !important;
  font-size: 16px;
  padding: 10px;
  line-height: 1.2;
  margin: 0; }

/* Example 1 */
#slide1 .sp-thumbnail {
  width: 100%;
  padding: 8px;
  background-color: #F0F0F0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#slide1 .sp-thumbnail-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #333;
  visibility: hidden; }

#slide1 .sp-thumbnail-description {
  font-size: 14px;
  color: #333;
  visibility: hidden; }

.sp-secondary {
  width: 100%;
  background-image: url(../images/bg_black58p.png);
  color: #fff;
  visibility: hidden;
  height: 100%; }
  .sp-secondary h2, .sp-secondary h3 {
    padding: 0;
    margin: 0; }
  .sp-secondary h2 {
    font-size: 18px; }
  .sp-secondary h3 {
    font-size: 18px; }
  .sp-secondary h4 {
    font-size: 14px; }
  .sp-secondary a h2 {
    color: #fff; }
    .sp-secondary a h2 span {
      color: #f2c100; }

.slide-btn {
  background-color: #f2c100;
  border-radius: 3px;
  color: #000;
  padding: 3px 6px;
  margin: 4px 0 0 0; }

.slide-btn-wrapper {
  margin-top: 10px; }

.sp-tertiary {
  background-color: #f2c100;
  color: #000;
  z-index: 349;
  visibility: hidden; }

.sp-btn {
  padding: 2px 4px;
  border-radius: 3px;
  cursor: pointer; }

@media (max-width: 860px) {
  #slide1 .hide-medium-screen {
    display: none; } }
@media (max-width: 640px) {
  #slide1 .sp-layer {
    font-size: 12px; }

  #slide1 .hide-small-screen {
    display: none; } }
@media (max-width: 500px) {
  #slide1 .sp-thumbnail {
    text-align: center; }

  #slide1 .sp-thumbnail-title {
    font-size: 12px;
    text-transform: uppercase; }

  #slide1 .sp-thumbnail-description {
    display: none; } }
.sp-button {
  border-color: #DEDEDE; }

.sp-buttons {
  margin-top: 0px;
  text-align: right;
  padding: 0;
  background-color: transparent; }

.sp-selected-button {
  background-color: #DEDEDE; }

.cookie-bar {
  position: fixed;
  z-index: 569;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  height: 45px;
  text-align: center;
  line-height: 20px;
  background: #f2c100;
  color: white;
  font-size: 14px;
  font-weight: 100; }
  .cookie-bar .message {
    white-space: nowrap; }
    @media (max-width: 767px) {
      .cookie-bar .message {
        display: none; } }
  .cookie-bar .mobile {
    display: none;
    padding-top: 10px; }
    @media (max-width: 767px) {
      .cookie-bar .mobile {
        display: inline-block; } }
  .cookie-bar a {
    background-color: #88000d;
    padding: 2px 4px;
    margin: 0 4px 0 0;
    border-radius: 3px;
    color: white; }

.close-cb {
  border: none;
  color: white;
  background: #990000;
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 0;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 16px;
  font-weight: bold; }
  .close-cb:hover {
    background: #cc0000; }

.loader-overlay {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100001;
  opacity: 1; }
  .loader-overlay .loader-content {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    margin: 0 0 0 -35px; }

/* http://tobiasahlin.com/spinkit/

HTML:
<div class="spinner">
  <div class="bounce1"></div>
  <div class="bounce2"></div>
  <div class="bounce3"></div>
</div>
*/
/*
.spinner {
  margin: 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: $primary-color;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* END OF SPIN KIT */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 0px auto; }

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #00979e;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #6b5797;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
  margin-top: 30%; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
/* LAYOUTS */
footer {
  background-color: #6b5797;
  color: #fff;
  margin: 30px 0 0 0; }
  footer ul {
    list-style: none; }
  footer h4 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 30px;
    color: white !important; }
  footer a {
    color: #fff; }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li {
      font-size: 12px;
      line-height: 1.9; }
  footer .footer-contact {
    margin-top: 30px; }
  footer a:hover, footer a:active, footer a:focus {
    color: #aaaaaa; }
  footer .footer-payment-right img {
    margin-top: -11px;
    float: right; }

img.img3 {
  margin-top: 5px; }

.footer-agencias .img1 {
  margin-top: 5px; }
.footer-agencias .img2 {
  margin-left: 20px;
  margin-top: 5px; }
.footer-agencias .img3 {
  margin-left: 30px;
  margin-top: 20px; }

.footer-hr {
  border-top: 1px solid #5d4c83;
  padding-top: 30px;
  margin-top: 30px; }

.footer-newsletter {
  width: 75%;
  background-color: #1a4a9b;
  color: #fff;
  border: 0; }

footer .form-control::-moz-placeholder {
  color: #fff; }

#social_footer {
  text-align: center; }

#social_footer p {
  font-size: 12px;
  color: #8c8c8c; }

#social_footer ul {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center; }

#social_footer ul li {
  display: inline-block;
  margin: 0 5px 10px 5px; }

#social_footer ul li a {
  color: #fff;
  text-align: center;
  line-height: 34px;
  display: block;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border: 1px solid #335da6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

#social_footer ul li a:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #111; }

a#phone, a#email_footer {
  display: block;
  position: relative;
  color: #fdf7ac;
  font-size: 16px;
  padding-left: 40px;
  margin: 20px 0; }

/* HEADER */
.top-bar {
  background: #f9f9f9;
  padding-top: 5px;
  padding-bottom: 5px; }
  .top-bar ul li {
    list-style: none; }

.logo_main {
  max-height: 130px;
  max-width: 534px; }

.top-tools {
  padding: 0;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 399; }

ul#top_tools {
  margin: 5px 0 0 0;
  list-style: none; }

.tool_text {
  margin: 0 0 0 5px; }

.top-search {
  margin-top: 4px; }

.container-header {
  margin-top: 15px;
  margin-bottom: 25px; }

.tag img {
  margin-top: 35px;
  max-width: 527px; }

.input-group .form-control,
.input-group-addon {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.logos_agencias img {
  float: right;
  margin-left: 4px; }

.logos_agencias_xs {
  display: none; }

.lan-cont {
  width: 200px; }

.top-bar-list-left li {
  float: left; }

.top-bar-list-right li {
  float: right; }

.social-icons ul {
  margin: 0;
  padding: 0; }

.top_icon_left {
  padding-left: 27px;
  height: 28px;
  float: left;
  margin: 6px 0;
  font-size: 12px;
  padding-top: 4px; }

.top_icon_right {
  height: 29px;
  padding: 6px 0 6px 30px;
  padding-top: 6px;
  width: 140px;
  border: 0px solid #f00;
  margin-right: 0; }

.myicon-facebook {
  background: url("../img/social/facebook.png") no-repeat 0px 0px transparent; }

.myicon-twitter {
  background: url("../img/social/twitter.png") no-repeat 0px 0px transparent; }

.myicon-google {
  background: url("../img/social/google.png") no-repeat 0px 0px transparent; }

.myicon-es {
  background: url("../img/language/es.png") no-repeat 0px 0px transparent; }

.myicon-euro {
  background: url("../img/currency/euro.png") no-repeat 0px 0px transparent; }

.myicon-phone {
  background-image: url("../img/social/phone.png");
  background-repeat: no-repeat;
  background-position: 0px 0px; }

/* Drop down LANGUAGE / CURRENCY / cart / login / search  */
.dropdown.dropdown-search, .dropdown.dropdown-cart, .dropdown.dropdown-language, .dropdown.dropdown-myaccount, .dropdown.dropdown-money {
  float: right;
  font-size: 13px !important; }
.dropdown.dropdown-cart, .dropdown.dropdown-language {
  margin-right: 20px; }

.dropdown-cart .dropdown-menu,
.dropdown-language .dropdown-menu,
.dropdown-access .dropdown-menu,
.dropdown-search .dropdown-menu,
.dropdown-myaccount .dropdown-menu,
.dropdown-money .dropdown-menu {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: right;
  left: auto;
  min-width: 0;
  padding: 0px;
  right: 0;
  width: 150px;
  top: 29px;
  font-size: 12px;
  font-weight: normal;
  text-shadow: none;
  text-transform: none !important;
  border-top: 2px solid #6b5797; }

.dropdown-language .dropdown-menu {
  width: 176px; }

.dropdown-myaccount {
  margin-right: 20px; }
  .dropdown-myaccount .dropdown-menu {
    width: 220px; }
    .dropdown-myaccount .dropdown-menu .fa {
      margin: 4px 10px 0 0;
      padding: 4px 0 0 0; }

.dropdown-cart .fa {
  font-size: 18px;
  margin: 0 0px 0 0;
  background-color: #6b5797;
  color: #fff;
  border-radius: 14px;
  width: 27px;
  height: 27px;
  text-align: center;
  padding: 2px 0 0 0; }

.dropdown-myaccount .fa {
  font-size: 18px;
  margin: 0 0px 0 0;
  background-color: #6b5797;
  color: #fff;
  border-radius: 14px;
  width: 27px;
  height: 27px;
  text-align: center;
  padding: 2px 0 0 0; }
.dropdown-myaccount ul.drop_list_items li {
  margin: 0; }
  .dropdown-myaccount ul.drop_list_items li span {
    margin: -6px 0 0 0; }

.dropdown-money {
  margin-right: 15px; }

.dropdown-language ul.drop_list_items li,
.dropdown-money ul.drop_list_items li {
  margin: 0; }

.dropdown-myaccount ul.drop_list_items li:hover,
.dropdown-language ul.drop_list_items li:hover,
.dropdown-money ul.drop_list_items li:hover {
  margin: 0;
  background-color: whitesmoke; }

.dropdown-cart .dropdown-menu:before,
.dropdown-language .dropdown-menu:before,
.dropdown-currency .dropdown-menu:before,
.dropdown-access .dropdown-menu:before,
.dropdown-search .dropdown-menu:before,
.dropdown-myaccount .dropdown-menu:before,
.dropdown-money .dropdown-menu:before {
  bottom: 100%;
  right: 21%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #6b5797;
  border-width: 7px;
  margin-left: -7px; }

.dropdown-menu {
  margin-top: 0px; }

ul.drop_list_items {
  padding: 5px 0 0 0;
  list-style: none; }
  ul.drop_list_items li {
    border-bottom: 1px solid #f9f9f9;
    position: relative;
    margin: 0;
    padding: 5px 10px 3px 10px;
    width: 100%;
    clear: both;
    font-weight: normal;
    float: left;
    color: #999;
    margin-top: 10px;
    float: left;
    width: 150px;
    line-height: 14px;
    width: 100%; }
    ul.drop_list_items li .image {
      overflow: hidden;
      float: left;
      margin-right: 10px; }
      ul.drop_list_items li .image img {
        padding: 1px;
        width: 20px;
        height: auto; }
    ul.drop_list_items li strong > a {
      color: #333;
      display: block; }
      ul.drop_list_items li strong > a:hover {
        color: #e04f67; }
    ul.drop_list_items li a.action {
      color: #999;
      position: absolute;
      font-size: 14px;
      right: 10px;
      top: 0;
      width: 15px;
      height: 15px; }
      ul.drop_list_items li a.action:hover {
        color: #333;
        background: none; }

.dropdown-cart .dropdown-menu a.button_drop {
  display: inline-block; }

.dropdown- .dropdown-menu {
  margin-top: 7px; }

.dropdown-toggle.top_icon_right.icon-es {
  margin-right: 20px; }

.login-or {
  position: relative;
  font-size: 16px;
  color: #aaa;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px; }

.span-or {
  display: block;
  position: absolute;
  left: 50%;
  top: 2px;
  margin-left: -30px;
  background-color: #fff;
  width: 60px;
  text-align: center; }

.hr-or {
  background-color: #cdcdcd;
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

a#forgot_pw {
  color: #999 !important;
  font-size: 11px;
  padding: 0;
  margin: -5px 0 10px 0;
  display: block; }
  a#forgot_pw:hover {
    color: #333 !important; }

.dropdown-search .dropdown-menu {
  margin-top: 15px;
  right: -25px; }

.input-group button {
  background-color: #333;
  color: #fff;
  border-color: #333333; }
  .input-group button:hover, .input-group button:focus {
    background-color: #e04f67;
    color: #fff;
    border-color: #e04f67; }

.logo-img-mobile {
  width: 45px;
  float: left;
  margin: 3px 0 0 3px; }

/* HEADER END */
/* SEARCH */
.search-area {
  border: 0px solid #e2e2e2;
  border-radius: 3px;
  height: 36px;
  margin: 6px 0 0 0; }

.search-button {
  background-color: #e2e2e2;
  margin-left: -5px; }

.search-area .search-button {
  padding: 3px 0px 4px 2px;
  margin: 0px 0px 0px 0px; }

.search-area .search-field {
  background-color: #fff;
  text-transform: lowercase;
  font-size: 12px; }

a.search-button {
  margin-left: -5px; }

.live-search {
  border: 0; }

.nav ul {
  list-style: none; }
.nav li a:hover {
  background-color: #42365e;
  color: #fbe700; }
.nav li a:focus {
  background-color: #42365e;
  color: #fbe700; }
.nav .show_mobile {
  display: none; }

.navbar {
  background-color: #6b5797;
  border-radius: 0px !important;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px; }
  .navbar li a {
    color: white;
    padding: 4px 15px;
    font-size: 11px;
    line-height: 1; }
  .navbar .nav_top_level_home {
    width: 50px;
    padding: 0;
    margin: 0; }
    .navbar .nav_top_level_home img {
      margin: 0 0 0 -10px; }
  .navbar .nav_top_level {
    width: 11%;
    text-align: center;
    max-height: 50px;
    min-height: 50px;
    padding: 0;
    padding: 0; }
    .navbar .nav_top_level a {
      display: table-cell;
      vertical-align: middle;
      height: 50px; }
  .navbar .vip_fixed {
    width: 15%; }

.nav_vcenter > a {
  padding: 14px 28px !important; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #42365e;
  color: #fbe700;
  width: 100%; }

.sub_m_header a, .sub_m_header {
  color: #f2c100 !important; }

.container_sub60 {
  width: 60% !important; }

/* dropdown */
.nav .dropdown-menu {
  background-color: #42365e;
  color: #fff;
  text-align: left;
  list-style: none; }
  .nav .dropdown-menu ul li a {
    height: 20px; }

.navbar-toggle {
  margin-top: 10px; }

.toggle-cart {
  color: #fff;
  font-size: 19px;
  padding: 2px 0 0 0; }

/* BREADCRUMB NAVIGATION */
/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3; }

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #adadad;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3; }

/** The Spacing **/
.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px; }

.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px; }

.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px; }

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff; }

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc; }

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb; }

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad; }

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #428bca; }

.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #357ebd; }

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  border-left: 10px solid #3276b1; }

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
  border-left: 10px solid #285e8e; }

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
  border-left: 10px solid #5cb85c; }

.btn-breadcrumb .btn.btn-success:not(:last-child):before {
  border-left: 10px solid #4cae4c; }

.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
  border-left: 10px solid #47a447; }

.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
  border-left: 10px solid #398439; }

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
  border-left: 10px solid #d9534f; }

.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
  border-left: 10px solid #d43f3a; }

.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
  border-left: 10px solid #d2322d; }

.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
  border-left: 10px solid #ac2925; }

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
  border-left: 10px solid #f0ad4e; }

.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
  border-left: 10px solid #eea236; }

.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
  border-left: 10px solid #ed9c28; }

.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
  border-left: 10px solid #d58512; }

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
  border-left: 10px solid #5bc0de; }

.btn-breadcrumb .btn.btn-info:not(:last-child):before {
  border-left: 10px solid #46b8da; }

.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
  border-left: 10px solid #39b3d7; }

.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
  border-left: 10px solid #269abc; }

@media (max-width: 900px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; } }
.navbar-header {
  display: none; }

.col-md-6.submenu-no-padding.test {
  margin: 0;
  color: blue !important; }

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static; }

.yamm .container {
  position: relative; }

.yamm .dropdown-menu {
  left: auto; }

.yamm .yamm-content {
  padding: 20px 30px; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0; }

.navbar-toggle .myicon-bar {
  border-radius: 1px solid #f00;
  display: block;
  height: 2px;
  width: 22px;
  background-color: #fff; }

.myicon-bar-margintop {
  margin-top: 4px; }

.navbar-header > span {
  color: #fff;
  font-size: 12px;
  padding: 0;
  left: 0px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  display: none; }

/*SIDEBARS */
/* LIST */
.side-category-list, .side-featured-list, .side-filters {
  padding: 0;
  margin: 0; }
  .side-category-list ul, .side-category-list ul li, .side-featured-list ul, .side-featured-list ul li, .side-filters ul, .side-filters ul li {
    margin: 0;
    padding: 0; }
  .side-category-list ul li, .side-featured-list ul li, .side-filters ul li {
    border-bottom: 1px solid #ededed;
    border-top: 0px solid #f2c100;
    padding: 10px 20px; }
  .side-category-list ul li:first-child, .side-featured-list ul li:first-child, .side-filters ul li:first-child {
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    font-weight: bold; }

.side-category-list ul li:first-child {
  background-color: #f2c100; }

.side-featured-list {
  margin-top: 10px; }
  .side-featured-list ul li:first-child {
    background-color: #f2c100; }

ul.side-category-list li a:after {
  font-family: "fontello";
  content: "\e89b";
  position: absolute;
  right: 15px;
  top: 15px; }

.price_list div {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.side-module-header {
  background-color: #f0f;
  padding: 10px 20px;
  margin-top: 10px; }

/* BTN */
.side-btn-a {
  background-color: #000;
  margin-top: 10px;
  padding: 10px 20px;
  font-weight: bold; }

/* COLLAPSE */
.side-filters {
  margin-top: 10px;
  padding: 10px 20px; }
  .side-filters a {
    padding: 10px 20px;
    background-color: #aaaaaa;
    color: #fff;
    font-weight: bold;
    width: 100%; }

.side-collapse-a {
  background-color: #f00;
  width: 100%; }

/* SIDE */
.side_icon {
  background-color: #6b5797;
  color: #fff;
  padding: 0px 0;
  font-size: 50px; }

.box_style_4, .box_style_2 {
  background: #fff none repeat scroll 0 0;
  border: 0px solid #ddd;
  border-radius: 0px;
  margin-bottom: 25px;
  padding: 20px;
  position: relative;
  text-align: center;
  background-color: whitesmoke; }

.side_margin {
  margin-bottom: 10px; }

.side_marginTop {
  margin-top: 10px; }

/* Large desktops and laptops */
/* Landscape tablets and medium desktops RED*/
/*  ===================================================================================================================================*/
/*  ===================================================================================================================================*/
/*  ===================================================================================================================================*/
/*  ===================================================================================================================================*/
/*  ===================================================================================================================================*/
/*  ===================================================================================================================================*/
/*  ===================================================================================================================================*/
/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
  .side-cart-img {
    max-width: 145px; }

  /* HOME ===================================================*/
  /* HEADER */
  .tag_line {
    width: 390px;
    height: auto;
    margin-left: -5px; }

  /* SECTION SLIDE */
  .home-featured ul li a {
    padding: 8px 7px 6px 7px; }

  /* NAVBAR */
  .navbar {
    width: 100%;
    padding: 0;
    margin: 0; }
    .navbar .container {
      width: 100%;
      padding: 0;
      margin: 0; }
    .navbar .box-title h2,
    .navbar .box-over-title h2 {
      font-size: 20px; }

  /* TRUST */
  .section-trust h3 {
    font-size: 18px; }
  .section-trust .block-white {
    min-height: 206px; }

  /* PRODUCT GRID */
  .box-over-title h2 {
    font-size: 20px;
    min-height: 62px;
    padding: 0 0 0 4px; }

  .box-title h2 {
    font-size: 18px;
    min-height: 57px; }

  /* EVENT ===================================================*/
  .event-label {
    font-size: 12px; }

  .evento-myicon {
    font-size: 14px; } }
/*  ===================================================================================================================================*/
/*  ===================================================================================================================================*/
/*  ===================================================================================================================================*/
/*  ===================================================================================================================================*/
/*  ===================================================================================================================================*/
/*  ===================================================================================================================================*/
/*  ===================================================================================================================================*/
/* END MEDIA QUERY */
/* SM  Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  /* GRID */
  .hide_sm {
    display: none; }

  .hide_text_sm .text {
    display: none; }

  .sm_width_100 {
    width: 100% !important;
    padding: 0 15px 0 15px; }

  .sm-fluid {
    width: 100% !important; }

  .sm-no-padding {
    padding: 0 !important; }

  .sm-padding-left {
    padding-left: 15px !important; }

  /* HEADER */
  .tag_line {
    width: 90%;
    height: auto;
    margin-left: 0px; }
    .tag_line img {
      margin-top: 20px; }

  .tag img {
    margin-top: 20px; }

  .logo-img {
    width: 94px; }

  .logo_agencia, .logo_main {
    height: 100px; }

  .box_container {
    width: 173px !important;
    margin: 0; }

  .top_icon_right {
    width: 30px; }

  /* NAVBAR */
  .navbar {
    width: 100%;
    padding: 0;
    margin: 0; }
    .navbar .container {
      width: 100%;
      padding: 0;
      margin: 0; }

  /* SECCION SLIDER */
  .section-slider .container {
    width: 100%; }

  .home-featured ul li a {
    padding: 6px; }

  /* HOME PRODUCTOS */
  .section-products h2 {
    font-size: 24px; }

  .title-vs-right,
  .title-vs-left {
    border: 0; }

  .box_container {
    width: 263px;
    margin-left: auto;
    margin-right: auto; }

  .box-over-title h2 {
    font-size: 18px;
    min-height: 62px;
    padding: 0 0 0 4px; }

  .box-title h2 {
    font-size: 18px;
    min-height: 57px; }

  .ribbon {
    height: 20px;
    padding: 0; }

  /* TRUST */
  .section-trust h3 {
    font-size: 18px; }
  .section-trust .block-white {
    min-height: 276px; }

  .evento-gmap {
    padding: 0; }

  .evento-icon {
    padding: 10px 10px 0 0px; }

  ul.nav li {
    font-size: 12px;
    text-align: center; }

  #navbar li a {
    height: 50px !important; }

  .evento-icon-second-row {
    margin-top: 0px; }

  .sm-no-padding-left {
    padding-left: 0 !important; }

  .sm-no-padding-right {
    padding-right: 0 !important; }

  .sm-margin-bottom10 {
    margin-bottom: 10px !important; }

  #navbar li a {
    height: 70px; }

  footer .footer-payment-right img {
    margin-top: -6px; }

  .price_list {
    height: 50px; } }
/* XS Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .xs-hide {
    display: none; }

  .box_container {
    width: 263px;
    margin-left: auto;
    margin-right: auto; }

  .event_list_item .btn-buy {
    padding: 3px;
    font-size: 12px; }

  .img_list img {
    height: 100px; }

  .event_list_desc {
    line-height: 1;
    padding: 0 0 0 140px;
    margin: 0;
    height: 78px; }
    .event_list_desc h3 {
      margin: 0;
      padding: 0;
      padding-top: 5px;
      font-size: 12px; }
    .event_list_desc h4 {
      font-size: 12px;
      padding: 0; }
    .event_list_desc h5 {
      font-size: 12px;
      padding: 0; }

  .price_list {
    height: 98px; }

  .section-products h2 {
    font-size: 18px; }

  .box-title h2 {
    min-height: 60px; }

  .title-vs-right,
  .title-vs-left {
    border: 0; }

  .ribbon {
    height: 20px;
    padding: 0; }

  .tool_text {
    display: none; }

  .event_list_desc {
    border: 0;
    height: 100px !important; }

  .evento-gmap {
    padding: 0; }

  .evento-icon {
    padding: 10px 10px 0 0px; }

  .xs-no-padding-right {
    padding-right: 0 !important; }

  .navbar-header > span {
    display: block !important; }

  .evento-icon-second-row {
    margin-top: 0px; }

  .nav .show_mobile {
    display: block; }

  .sm-no-padding-left {
    padding-left: 0 !important; }

  .sm-padding-left {
    padding-left: 15px !important; }

  .sm-no-padding-right {
    padding-right: 0 !important; }

  .sm-margin-bottom10 {
    margin-bottom: 10px !important; }

  .sm-padding-left {
    padding-left: 15px !important; }

  footer .footer-payment-right img {
    margin-top: 0px; }

  .xs-hide {
    display: none; }

  .price_list {
    height: 50px; } }
/*  ----------------------------------------------------------------------------------------------   */
/* Portrait phones and smaller */
#size {
  position: fixed;
  left: 10px;
  bottom: 10px;
  color: #fff;
  display: block;
  z-index: 23;
  background-color: #000; }
  #size .sm, #size .md, #size .xs, #size .xx, #size .cust {
    display: none; }

/* MD Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  #size .md {
    display: block; } }
/* SM Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  #size .sm {
    display: block; } }
/* XS Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  #size .xs {
    display: block; } }
/* XSS Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #size .xx {
    display: block; } }
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  #size .cust {
    display: block; } }
/* MD Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .what_to_do-recomended {
    margin-top: -110px; }

  .what_to_do-recomended-triangle {
    margin-top: -70px; }

  .options-name {
    padding: 24px 0 0 0; }

  .options-info {
    margin: 30px 0 0 0; }

  /* EVENT-LIST */
  .category_list-desc {
    max-width: 300px; }

  .category_list-btn {
    padding: 4px 8px !important;
    font-size: 16px; } }
/* SM Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .options-name {
    padding: 30px 0 0 0; }

  .options-info {
    margin: 34px 0 0 0; }

  .dropdown.dropdown-cart, .dropdown.dropdown-language, .dropdown.dropdown-money {
    margin-top: 11px; }

  .dropdown.dropdown-money span {
    color: #999; }

  .dropdown.dropdown-myaccount {
    margin: 11px 18px 0 0; }

  #navbar li a {
    font-size: 10px;
    line-height: 1; } }
@media only screen and (max-width: 900px) {
  .navbar-header {
    display: block; }

  .navbar .nav_top_level_home {
    display: none; }
  .navbar .nav_top_level {
    width: 100%;
    min-height: 40px;
    max-height: 450px; }
    .navbar .nav_top_level a {
      width: 100%;
      display: inline-block;
      border-bottom: 1px solid #5d4c83;
      padding: 14px 0 0 0;
      height: 40px; }
    .navbar .nav_top_level li {
      width: 100%; }
      .navbar .nav_top_level li a {
        width: 100%; }
    .navbar .nav_top_level a {
      width: 100%;
      text-align: center; }
  .navbar .vip_fixed {
    width: 100%; }
  .navbar .submenu-no-padding {
    padding: 0;
    margin-top: -10px; }

  .nav .dropdown-menu ul li a {
    width: 100%;
    background-color: #42365e;
    display: inline-block;
    height: 45px;
    border-bottom: 0px solid #00102b; }

  .submenu_item {
    height: 30px; }

  .yamm .yamm-content {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #42365e; }

  ul {
    padding: 0;
    margin: 0; }

  .yamm .dropdown.yamm-fw .dropdown-menu {
    margin: 0 auto;
    padding: 0; }

  .sub_m_header {
    height: 45px;
    text-align: center;
    background-color: #42365e;
    padding: 14px 0 0 0; } }
/* XS Small Devices, Tablets */
/* TYPOGRAFY */
/* CART*/
/* EVENT LIST */
/* EVENT DETAIL */
/* MAIN MENU */
@media only screen and (max-width: 768px) {
  .dropdown.dropdown-cart, .dropdown.dropdown-language, .dropdown.dropdown-money {
    margin-top: 0; }

  .top-bar {
    padding-top: 0; }

  .what_to_do-recomended {
    margin-top: -70px;
    font-size: 10px;
    height: 20px; }

  .what_to_do-recomended-triangle {
    margin-top: -50px; }

  .sp-button {
    width: 10px;
    height: 10px; }

  /* HEADER */
  .logo_main {
    width: 100%;
    height: auto; }

  .logos_agencias {
    display: none; }

  .logo-img-mobile {
    display: none; }

  .logos_agencias_xs {
    display: block;
    margin: 15px 0 0 0;
    margin: auto; }

  .logos_agencias_xs .logo_agencia {
    width: 89px;
    margin: 15px 12px 0 0;
    display: none; }

  /* AFFILIATE BANNERS */
  .affiliate-top-banner {
    display: none; }

  .product-banner-square-img {
    width: 60px;
    margin-top: 22px; }

  .product-banner-desc {
    margin-left: 70px; }

  .product-banner-btn {
    margin-top: 10px; }

  /* TYPOGRAFY */
  .main_title {
    margin-bottom: 0;
    margin-top: 10px; }
    .main_title h2 {
      margin: 0;
      font-size: 14px;
      padding: 0; }
    .main_title h1 {
      margin: 0;
      font-size: 28px;
      padding: 10px 0 10px 0; }

  .ch-title {
    margin: 0;
    font-size: 18px;
    padding: 10px 10px; }
    .ch-title h1 {
      margin: 0;
      font-size: 18px;
      padding: 0; }

  /* CART*/
  .container.cart_wrapper {
    margin: 0;
    padding: 0;
    /* OPTIONS  */ }
    .container.cart_wrapper .checkout-steps {
      display: none; }
    .container.cart_wrapper .cart_resp_item {
      padding: 10px 0 10px 0; }
      .container.cart_wrapper .cart_resp_item .col-xs-* {
        padding: 0;
        margin: 0; }
      .container.cart_wrapper .cart_resp_item .cart_resp_thumb {
        height: 80px; }
      .container.cart_wrapper .cart_resp_item .cart_resp_item_tickets {
        margin: 0;
        padding: 5px 0 0 0;
        font-size: 12px; }
    .container.cart_wrapper .cart_inner {
      margin: 0;
      padding: 0; }
      .container.cart_wrapper .cart_inner .cart_inner_spacer {
        padding: 5px 5px 5px 5px; }
      .container.cart_wrapper .cart_inner .area-gray {
        padding-right: 0px;
        padding-left: 0px; }
    .container.cart_wrapper .sit-categories-accordion {
      padding: 0 5px 0 5px; }
      .container.cart_wrapper .sit-categories-accordion .sit-categories-accordion-item .col-xs-1 {
        padding: 0; }
      .container.cart_wrapper .sit-categories-accordion .sit-categories-accordion-item .col-xs-8 {
        padding: 0; }
    .container.cart_wrapper .cart_resp_total .cart_resp_total_number {
      padding: 0 19px 0 0;
      font-size: 12px; }

  .options-name {
    font-size: 14px;
    padding: 14px 0 0 0;
    margin: 0; }

  /* tabla option - nasconde el td */
  .td-xs-hide {
    display: none; }

  .xs-show-price {
    display: block;
    font-weight: bold; }

  .sit-categories-accordion td {
    height: 90px; }
  .sit-categories-accordion .table > thead > tr > th, .sit-categories-accordion .table > tbody > tr > th, .sit-categories-accordion .table > tfoot > tr > th, .sit-categories-accordion .table > thead > tr > td, .sit-categories-accordion .table > tbody > tr > td, .sit-categories-accordion .table > tfoot > tr > td {
    padding: 10px 2px 0 2px; }
  .sit-categories-accordion .panel-body {
    padding: 0 2px 0 2px;
    margin: 0;
    font-size: 12px; }

  .options-price {
    font-size: 12px; }

  .options-info {
    margin: 8px 0 0 0; }
    .options-info .fa {
      font-size: 16px; }
    .options-info a span {
      display: none; }
    .options-info .aviso_comision {
      font-size: 12px; }

  .options-recomended, .options-recomended-triangle {
    display: none; }

  #sticky_sidebar {
    position: static; }

  /*HOME*/
  .box_container.area-gray {
    width: 100%; }

  .box_container.block-showcase {
    width: 100%; }

  .box-over-title h2 {
    min-height: 70px;
    font-size: 14px; }

  .box-title h2 {
    min-height: 45px; }

  .navbar-header > span {
    display: block; }

  .evento-icon-second-row {
    margin-top: 0px; }

  .section-products {
    margin-top: 10px; }

  .section-products h2 {
    font-size: 12px; }

  .section-trust img {
    width: 90px; }

  .nav .show_mobile {
    display: block; }

  .sit-categories-accordion .cat-buy a {
    padding: 9px 6px; }
  .sit-categories-accordion .panel {
    padding: 0 0 0px 0; }

  .evento-myicon {
    margin: 0 0 10px 0;
    font-size: 13px; }

  /* EVENT DETAIL */
  .title-vs-right,
  .title-vs-left {
    border: 0; }

  .event-image {
    width: 65px;
    height: 65px; }

  .event-description .desc-event {
    padding-left: 80px;
    margin: 0px 0 0 10px; }
    .event-description .desc-event h1 {
      font-size: 14px; }

  .event-title .title-vs-left,
  .event-title .title-vs-right,
  .event-title .title-vs-center,
  .title-vs-center,
  .event-title .title-vs-center .area-gray {
    font-size: 14px;
    padding: 0;
    display: none; }

  .event-description .desc-event .fa.fa-map-marker {
    margin: 0 13px 7px 9px !important; }

  /* MAIN MENU */
  /* EVENTLIST */
  .eventList-image {
    width: 65px;
    height: 65px; }

  .category_list-btn {
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    text-align: center; }

  .category_list-title {
    padding: 0 0 0 4px; }

  .category_list-info {
    margin: 0;
    padding: 0; }
    .category_list-info h5 {
      margin: 0;
      padding: 0 0 5px 0;
      line-height: 1.2; }
    .category_list-info .fa {
      font-size: 14px;
      margin: 0 4px 0 0; }

  .category_list-competitionImage {
    max-height: 33px;
    margin: 0;
    padding: 0; }

  .img_list img {
    height: 100px; }

  .event_list_desc {
    height: 150px;
    line-height: 1px;
    padding: 0 0 0 120px;
    margin: 0; }
    .event_list_desc h3 {
      margin: 0;
      padding: 0;
      padding-top: 5px; }

  /* PERMANENT DETAILS */
  .permanent_prices .form-control {
    font-size: 12px; }
  .permanent_prices table tr {
    padding: 2;
    margin: 0; }
    .permanent_prices table tr td {
      font-size: 12px;
      padding: 4px 2px;
      margin: 0; } }
/* XX Extra Small Devices, Phones */
/* CART*/
@media only screen and (max-width: 480px) {
  #accordionShipAddress .panel.sit-categories-accordion-item {
    padding: 0 15px; }

  .btn_continue {
    width: 300px; }

  .btn_register {
    width: 200px;
    font-size: 14px; }

  .cart_resp .cart_resp_item .cart_resp_item_tickets {
    background-color: transparent; }

  .step {
    margin: 10px;
    border: 0;
    padding: 15px 0; }

  .billInfo {
    padding: 40px 0 0 0px; }

  .sit-categories-accordion .panel {
    padding: 0 0 0 2px; }

  .form_title {
    margin: 0 0 0 5px; }

  #billInfoContainer {
    margin-left: 20px; }

  .valitation-bill-info, .valitation-ship-info {
    margin-left: 20px; }

  /* EVENT LIST */
  .xs-no-padding {
    padding: 0; }

  .category_list-desc {
    max-width: 99%;
    padding: 0  0 0 4px;
    float: none; }

  .eventList-image {
    margin-right: 5px !important; }

  .options-name {
    padding: 0px 0 0 0; }

  .options-price {
    font-size: 12px; }

  .options-info {
    margin: -2px 0 0 -10px; }
    .options-info .fa {
      font-size: 16px; }
    .options-info a span {
      display: none !important; } }
/* Custom, iPhone Retina */
