

.minusculas {
  text-transform: lowercase !important;
}

a.back-to-top {
  display: none;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  position: fixed;
  z-index: 99999;
  right: 20px;
  bottom: 20px;
  background: #CE4F36 url("../../resources/css/up-arrow.png") no-repeat center 43%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
a.boton-back {
  width: 50px;
  height: 50px;
  background: #CE4F36 url(../../resources/css/up-arrow.png) no-repeat center 43%;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.trk_inputText::-moz-placeholder {
  color: #CECECE;
}
.trk_inputText::-ms-input-placeholder {
  color: #CECECE;
}
.trk_inputText::-webkit-input-placeholder {
  color: #CECECE;
}


.ui-inputfield::-moz-placeholder {
  color: #CECECE;
}
.ui-inputfield::-ms-input-placeholder {
  color: #CECECE;
}
.ui-inputfield::-webkit-input-placeholder {
  color: #CECECE;
}

.texto-busqueda::-moz-placeholder {
  color: #A9A7A7 !important;
}
.texto-busqueda::-ms-input-placeholder {
  color: #A9A7A7 !important;
}
.texto-busqueda::-webkit-input-placeholder {
  color: #A9A7A7 !important;
}


.ui-radiobutton {
  margin: 6px 0 !important;
  width: 16px !important;
  line-height: 16px !important;
  display: inline-block !important;
  margin-right: 7px !important;
}

.ui-message-error-icon {
  display: none !important;

}
.ui-message-error-detail{
  font-family: lato;
  color: #ff0000;
  font-size: 12px;
  font-weight: 600;
}
.ui-message-aviso-detail{
  font-family: lato;
  color: #FF7800;
  font-size: 12px;
  font-weight: 600;
}
html {
  height: 100%;

}
body {
  height: 100%;
  padding-top: 50px;
  font-size: 12px;
  background-color: #e5e5e5;
}

hr {
  margin-top: 9px;
  margin-bottom: 9px;
  border: 0;
  border-top: 1px solid #eee;
}

.trk_event_wrapper {
  margin-top: 25px;
}

label {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 0px;
}

.form-control {
  height: 30px !important;
}

.zonaPublicidad {
  width: 100%;
  min-height: 20px;
  margin-bottom: 0px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #FFFFFF;
  text-align: center;
  padding: 0px;
}

.banner-wrapper {
  max-height: 173px;
  overflow-y: hidden;
  margin-bottom: 12px;
}

.banner-wrapper img {
  width: 100%;
}

.mainImgWrapper {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.mainImgWrapper img {
  position: relative; /* allows repositioning */
  position: relative;
  left: 1250px;
  margin-left: -2500px;
}

.trk_modality_event_info_wrapper {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 40px;
}

.trk_modality_event_info_wrapper .img_logo {
  width: 100%;
}

.trk_modality_event_info_wrapper .img_virtual {
  position: absolute;
  z-index: 999;
  right: -8px;
  top: 90px;
  max-width: 102px;
}

.trk_modalities_modalities_wrapper {
  padding-left: 20px;
  margin-bottom: 40px;
}

.trk_modalities_a_modality_wrapper {
  background-color: #fff;
  padding: 10px 15px;
  margin-bottom: 20px;
  margin-right: 0px;
}
.trk_modalities_a_modality_wrapper:hover {
  opacity: 0.8;
}

.trk_modalities_a_modality_wrapper .trk_modality_event_title {
  font-size: 26px;
}

.trk_modality_title_block {
  font-family: 'Lato' ,sans-serif;
  font-size: 16px;
  color: #9E9E9E;
  margin-left: -15px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 15px;
}


.trk_modalities_event_info_star {
  font-size: 25px;
  /* line-height: 35px; */
  height: 36px;
  display: table-cell;
  vertical-align: middle;
  padding-top: 5px;
  text-align: right;
  color: #CE4F36;
}

.trk_modalities_modality_price_old {
  float: right;
  font-family: 'Lato' ,sans-serif;
  margin-right: 10px;
  line-height: 48px;
  text-decoration: line-through;
  font-size: 20px;
  color: #9A9A9A;
}

.to_right{
  margin: inherit;
  float: right;
  text-align: right !important;
}



.timer-wrapper {
  background-image: url(../../resources/img/crono.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  height: 46px;
  background-position-x: 26px;
  padding-top: 10px;
  padding-left: 20px;
  color: #767676;
}
.timer-min {
  display: block;
  font-size: 2em;
  margin-top: -8px;
  margin-bottom: -10px;
}
.timer-seg {
  display: inherit;
  padding-left: 1px;
}
.timer-red {
  color: #ce4f36;
}
#countDownDiv {
  text-align: center;
}

.trk_modalities_modality_price_big {
  float: right;
  font-family: 'Lato' ,sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #337ab7;
}

.trk_modalities_modality_price_rebajado {
  float: right;
  font-family: 'Lato' ,sans-serif;
  font-size: 15px;
  font-weight: 200 !important;
  color: white;
  padding: 2px 5px;
  background-color: #FF4343;
}

.trk_modality_event_more_info{
  color: #353535;
  width: 100%;
  margin-left: 11px;
  font-family: 'Lato' ,sans-serif;
  font-size: 11px;
  /* padding-top: 3px; */
  margin-bottom: 10px;
  margin-left: -15px;
}

.trk_modality_event_type_logo {
  background-size: contain;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  margin-bottom: 14px;
}

.trk_modality_event_title {
  margin-left: -15px;
  font-family: 'Lato' ,sans-serif;
  color: #0f7db9;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.trk_modality_event_title .kilometros {
  background-color: #B5B5B5;
  border: none;
  font-size: 28px;
  margin: 0px;
}

.trk_corporative_button {
  background-color: #CE4F36;
  padding: 6px 15px;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  font-size: 15px;
}

.trk_corporative_button:hover {
  background-color: #901902;
}

.search-form-wrapper {
  padding: 10px;
  border-radius: 4px;
  background-color: #f8f8f8;
  border-color: #e7e7e7;

}


.searchIcon {
  margin-top: 10px;
  margin-bottom: -3.125em;
  /* padding: 2em; */
  padding-bottom: 0px;
  background-color: #e5e5e5;
  width: 39px;
  font-size: 1.125em;
  margin-bottom: 20px;
  overflow: auto;
  /* padding-bottom: 2em; */
  float: left;
  height: 39px;
  /* background-color: #FFFFFF; */
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  /* margin-left: 16px; */
  /* border-bottom-right-radius: 13px; */
  /* border: 1px solid #bfbfbf; */
  border-left: 0px;
  padding-top: 6px;
  /* padding-left: 4px; */
  color: #777;
}

.trk_event_star {
  z-index: 999;
  position: absolute;
  font-size: 20px;
  padding-top: 11px;
  padding-bottom: 4px;
  color: #CE4F36;
  text-align: right;
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 50%;
}

.trk_event_virtual {
  position: absolute;
  z-index: 999;
  right: 45px;
  top: -5px;
  font-size: 24px;
  color: #14751d;
}

.trk_img_virtual {
  position: absolute;
  z-index: 999;
  right: 50px;
  top: 43px;
  max-width: 70px;
}

#zonaPublicidad {
  background-color: #ff7015;
}

.onlinefilter {
  font-size: 20px;
  width: 100%;
  float: left;
  height: 78px;
  text-align: center;
  background-color: #ff1234;
  font-family: lato;
  color: #fff;
  font-size: 59px;
  padding-right: 10px;
}

.trk_registro, .trk_equipos, .trk_resultados, .trk_social, .trk_ranking {
  margin-left: 5px;
}

.trk_resultados {
  background-color: #959595 !important;
}
.trk_directo {
  background-color: #e00109 !important;
  margin-right:5px;
}

.trk_registro{
  background-color: #0f7dba !important;
}

.trk_equipos {
  background-color: #199f58 !important;
}

.trk_online {
  color: #d4d404 !important;
  font-size: 1.4em !important;
}

.trk_social {
  background-color: #f19800;
}

.trk_ranking {
  background-color: #f19800;
}

.dropdown-menu li a span {
  padding: 0px 0px;
  margin-right: 4px;
  opacity: 0.6;
}

.welcome-item-button_state_sn {
  background-color: #f19800 !important;
}


.welcome-item-button_state_tv {
  background-color: #199F58 !important;
}

.welcome-item-button_state_1 { /* prox */
  background-color: #2B9E23 !important;
}

.welcome-item-button_state_2 { /* sigunp */
  background-color: #0f7dba !important;
}

.welcome-item-button_state_3 { /* closed */
  background-color: #959595 !important;
}

.welcome-item-button_state_4 { /* follow */
  background-color: #2B9E23 !important;
}

.welcome-item-button_state_5 { /* live */
  background-color: #e00109 !important;
}

.welcome-item-button_state_6 { /* results */
  background-color: #bebebe !important;
}

.welcome-item-button_state_7 { /* results */
  background-color: #969696 !important;
}

.welcome-item-button_state_cancel { /* cancelled or postponed */
  background-color: red !important;
}

.trk_submenu_online {
  background-color: #e00109;
  color: #f3e0e5;
  position: relative;
  margin-top: -41px;
  line-height: 28px;
  font-family: 'Lato' ,sans-serif;
  width: 100%;
  margin-bottom: 10px;
}

.trk_view_more_button {
  float: right;
  background-color: #CE4F36;
  color: #fff;
  font-family: 'Lato' ,sans-serif;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 3px;
}
.trk_view_more_button:hover {
  color: #fff;
}
.trk_event_date_wrapper {
  border: none;
  margin-left: -15px;
}

.trk_submenu_online ul {
  list-style-type: none;
  padding-right: 6px;
  padding-left: 6px;
  margin-left: -15px;
}



.trk_submenu_online ul li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.trk_submenu_online ul li a {
  color: #fff;
  font-size: 14px;
  font-family: 'Lato' ,sans-serif;
  letter-spacing: 1px;
}
.trk_submenu_online ul li a:hover {
  color:#fff;
  text-decoration: none;
}

.trk_submenu_online ul li a:active {
  color:#fff;
  text-decoration: none;
}

.onlinefilter span {
  font-size: 16px;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  height: 78px;
  padding-left: 11px;
  text-align: left;
  line-height: 0.9;
  font-size: 22px;
  font-family: 'Yanone Kaffeesatz', sans-serif;

}

.imgdesplegable {
  width: 100%;
}


.trk_direct_access_wrapper {
  width:20%;

  overflow: hidden;
  float: left;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px !important;
}

.onlinefilter i {
  margin-bottom: 0px;
  float: left;
  margin-top: 11px;
  margin-left: 12px;
}
.inscripcionesfilter{

  padding-bottom: 0px;
  background: #fff;
  width: 3%;
  font-size: 1.125em;
  margin-bottom: 20px;
  overflow: auto;
  /* padding-bottom: 2em; */
  float: left;
  height: 38px;
  background-color: #78C878;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  margin-left: 16px;
  border-bottom-right-radius: 13px;

}

.inscripcionesfilter:hover {
  background-color: #00FF00;
}
.todosfilter {
  margin-bottom: -3.125em;
  padding-bottom: 0px;
  background: #fff;
  width: 3%;
  font-size: 1.125em;
  margin-bottom: 20px;
  overflow: auto;
  float: left;
  height: 38px;
  background-color: #89B7EC;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  margin-left: 16px;
  border-bottom-right-radius: 13px;
}
.todosfilter:hover {
  background-color: #0000ff;
}

.search-content {
  font-size: 1.2em;
  z-index: 999;
  top: 12%;
  right: 0;
  position: absolute;
  width: 36%;
}

.search-content  a {
  color: #C7C7C7 !important;
  text-decoration: none;
}

.search-content a:visited {
  color: #C7C7C7 !important;
  text-decoration: none;
}

.search-content a:hover {
  color: #818181 !important;
  text-decoration: none;
}
.search-content .texto-busqueda {
  background: #e6eaec;
  border: none;
  margin: 0;
  margin-top: 10px;
  -moz-box-sizing: border-box;
  height: 39px;
  -webkit-appearance: none;
  background-color: white;
  font-family: inherit;
  box-shadow: none;
  color: #000000;
  display: block;
  width: 75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border-radius: 0px;
  outline: none;
  text-align: right;
  font-family: 'Lato' ,sans-serif;
  background-color: #e5e5e5;
  text-shadow: none;
}

.selector {
  width: 13% !important;
  margin-left: 0px !important;
  font-size: 14px !important;
  height: 36px !important;
}


#complex-search-form {
  display: none;
}


.small-footer-message {
  position: absolute;
  float: right;
  right: 7px;
  color: #333333;
  bottom: 5px;
}

@media (max-width: 670px) {
  .small-footer-message {
    position: relative;
  }

}

.small-footer-message i {
  margin-right:5px;
}

.ui-inputfield {

  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}
.input-sm {
  margin-top: 12px !important;
  height: 24px !important;
  padding: 5px 0px 5px 6px !important;
  line-height: 1.5 !important;
  border-radius: 0px !important;
  width: 90% !important;

}

.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #ccc;
}

.navbar-brand > img {
  margin-top: -8px;
  width: 170px;
}

.input-group-addon {
  padding: 6px 7px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: inherit;
  border: 1px solid #ccc;
  border-right:none;
  border-radius: 4px;
}



.big {
  width: 100%;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  background-color: #EEE;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-modality {
  width: 100%;
  border-radius: 3px;

}

.modality-precio {

  width: 100%;
  text-align:  right;
  color: #aaa;

}

.modality-precio small {
  float: left;
  margin-top: 4px;
}

.navbar-fixed-top {
  /* opacity: 0.98; */
  height: 42px;
}


#importe {
  position: relative;
  float: right;
  top: -8px;
}

.no-top {
  margin-top: 0px;
}

.no-bottom {
  margin-bottom: 0px;
}


.trk_ico_modalidad {
  height: 35px;
  width: 35px;
  background-color: #B5B4B4;
  z-index: 999;
  position: absolute;
  bottom: 21px;
  left: 205px;
  background-image: url(../../resources/img/modalidades/running.png);
  background-position: initial;
  background-size: cover;
}


.miniatura_evento_wrapper {
  background-color: #fff;
  width: 32%;
  height: 70px;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  color: #0f7db9;
  /* text-align: right; */
  font-size: 15px;
  line-height: initial;
  overflow: hidden;
  font-family: 'Lato' ,sans-serif;
  text-transform: capitalize;
  font-style: normal;
  vertical-align: middle;
  display: table-cell;
}
.miniatura_evento_wrapper div {
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
}
.miniatura_evento_wrapper img {
  height: 63px;
  margin-top: 5px;
  margin-left: 4px;
  margin-right: 2px;
  float: left;
}

.miniatura_evento_more {
  width: 10%;
  float: left;
  height: 70px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}



.zonaResumenWrapper {
  background-color: #fff!important;
  margin-bottom: 5px;
  background-image: none !important;
  padding-bottom: 5px;
  padding-top: 5px;
  overflow: auto;
}
.separador {
  background: #EFEFEF;
  width: 100%;
  height: 1px;
  margin-bottom: 5px;
}
.zonaResumen {
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  height: 80px;
  line-height: 80px;
  padding-left: 70px;
  font-size: 32px;
  color: #fff;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  background-size: 47px;
  background-position-y: 15px;
  background-position-x: 15px;
  margin-bottom: 5px;
}

.zonaResumen .row {
  background-color: #fff;
  margin-left: 8px;
}

.trk_boton_type_wrapper {
  height: 74px;
  padding: 10px 32px;
  margin-bottom: 26px;
}

.trk_date_day_sm_pzs {
  color: #353535;
  font-family: 'Lato' ,sans-serif;
  font-size: 25px;
  text-align: center;
  /* background-color: #D6D6D6; */
  margin: 2px;
}

.trk_boton_type {
  height: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  /* display: table-cell; */
  /* width: 100%; */
  text-align: center;
  padding-left: 55px;
  color: #464646;
  background-color: #464646;
  background-position-x: 3px;
  background-position-y: 1px;
  border-width: 1px;
  border-style: solid;
  background-size: 48px;
}

.trk_boton_type span {

  line-height: 1;
  margin-left: 10px;
  background-color: #fff;
  font-family: 'Lato' ,sans-serif;
  font-size: 19px;
  opacity: 1;
  vertical-align: middle;
  display: table-cell;
  height: 52px;
  width: 500px;
}

.trk_modalidad_badget {
  color: #CE4F36;
  border: 1px solid #CE4F36;
  height: auto !important;
  width: 34px !important;
  border-radius: 50%;
  padding: 5px;
  font-size: 12px !important;
  position: absolute;
  top: 0;
  right: 21px;
}



.link-as-button {
  color: #666666;
  border-radius: 3px;
  /* box-shadow: none; */
  font-family: 'Lato' ,sans-serif;
  border: 0;
  /* border-image-source: initial; */
  /* border-image-slice: initial; */
  /* border-image-width: initial; */
  /* border-image-outset: initial; */
  /* border-image-repeat: initial; */
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  border-left: 3px solid #CE4F36;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 14px !important;
  font-weight: 300;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  /* border: 1px solid transparent; */
}

.link-as-button:hover {
  color: #fff;
  background-color: #CE4F36;
  border-color: #CE4F36;
}

.trk_modalidad_1_color { /* Trail*/
  color: #a28356;
  height: 100%;

}

.menuitemimg img {
  width: 40%;
}

.zona-publicidad-wrapper {
  width: 100%;
  height: auto;
  color: #fff;
  font-family: 'Lato' ,sans-serif;
  font-size: 37px;
  text-align: left;
  background-color: #1e3a87;
}

@media (max-width: 1205px) {
  .zona-publicidad-wrapper {

    font-size: 27px;

  }
}

@media (max-width: 880px) {
  .zona-publicidad-wrapper {

    font-size: 18px;

  }
}
@media (max-width: 670px) {
  .zona-publicidad-wrapper {

    font-size: 14px;

  }
}

@media (max-width: 498px) {
  .zona-publicidad-wrapper {

    font-size: 10px;

  }
}

.zona-publicidad-wrapper img {
  width:100%;
}

.zona-publicidad-wrapper .tipo1 {
  background-color: #0445ad;
  padding:10px;
}

.zona-publicidad-wrapper .tipo2 {
  background-color: #1e3a87;
  padding:10px;
}

.zona-publicidad-wrapper .tipo3 {
  background-color: #092964;
  padding:10px;
}

.zona-publicidad-wrapper .tipo4 {
  background-color: #2457ce;
  padding:10px;
}
.zona-publicidad-wrapper span {
  font-weight: bold;
  display: block;
}

.modal-body h1 {
  font-size: 18px;
  border-bottom: 1px solid #CE4F36;
  padding-bottom: 10px;
  font-family: 'Lato' ,sans-serif;
  font-weight: bold;
  color: #5f5f5f;
}


.modal-body label {
  font-size: 16px;
  margin-top: 18px;
  font-family: 'Lato' ,sans-serif;
  color: #5f5f5f;
}

.modal-body .ui-widget-content {
  border: 0px;
  background: #ffffff;
  color: #4f4f4f;
  margin-top: -5px;
}
.trk_modalidad_1 { /* Trail*/
  background-color: #a28356;
  background-image: url(../../resources/img/modalidades/trail.png);
  border-color:#a28356;
}

.trk_modalidad_2_color { /* Travesia */
  color: #50d9b0;
  height: 100%;
}
.trk_modalidad_2 { /* Travesia */
  background-color: #50d9b0;
  background-image: url(../../resources/img/modalidades/travesia.png);
  border-color:#50d9b0;
}

.trk_modalidad_3_color { /* Running */
  color: #cf434d;
  height: 100%;
}
.trk_modalidad_3 { /* Running */
  background-color: #cf434d;
  background-image: url(../../resources/img/modalidades/running.png);
  border-color:#cf434d;
}

.trk_modalidad_4_color { /* Triathlon */
  color: #e69100;
  height: 100%;
}
.trk_modalidad_4 { /* Triathlon */
  background-color: #e69100;
  background-image: url(../../resources/img/modalidades/triathlon.png);
  border-color:#e69100;
}


.navbar-nav {
  margin: 7.5px -15px;
  background-color: #F8F8F8;
  margin-top: 0;
}

.trk_modalidad_5_color { /* Bike */
  color: #7b057e;
  height: 100%;
}
.trk_modalidad_5 { /* Bike */
  background-color: #7b057e;
  background-image: url(../../resources/img/modalidades/bike.png);
  border-color:#7b057e;
}

.trk_modalidad_6_color { /* duathlon */
  color: #f0ca1f;
  height: 100%;
}
.trk_modalidad_6 { /* duathlon */
  background-color: #f0ca1f;
  background-image: url(../../resources/img/modalidades/duathlon.png);
  border-color:#f0ca1f;
}

.trk_modalidad_7_color { /* acuathlon */
  color: #589eee;
  height: 100%;
}
.trk_modalidad_7 { /* acuathlon */
  background-color: #589eee;
  background-image: url(../../resources/img/modalidades/acuathlon.png);
  border-color:#589eee;
}

.trk_modalidad_8_color { /* Senderismo */
  color: #1a9f58;
  height: 100%;
}
.trk_modalidad_8 { /* Senderismo */
  background-color: #1a9f58;
  border-color:#1a9f58;
  background-image: url(../../resources/img/modalidades/senderismo.png);
}

.trk_modalidad_9_color { /* Obstaculos */
  color: #8d5050;
  height: 100%;
}
.trk_modalidad_9 { /* Obstaculos */
  background-color: #8d5050;
  border-color:#8d5050;
  background-image: url(../../resources/img/modalidades/obstaculos.png);
}

.trk_modalidad_10 { /* Otros */
  background-image: url(../../resources/img/modalidades/otros.png);
}

.trk_modalidad_11 { /* Cuadriatlon */
  background-image: url(../../resources/img/modalidades/otros.png);
}

.trk_modalidad_12_color { /* marcha Nordica */
  color: #0e5242;
  height: 100%;
}

.trk_modalidad_12 { /* marcha Nordica */
  background-color: #0e5242;
  border-color:#0e5242;
  background-image: url(../../resources/img/modalidades/mnordica.png);
}

.trk_modalidad_13 { /* Carreras por montaña */
  background-color: #a28356;
  background-image: url(../../resources/img/modalidades/trail.png);
  border-color:#a28356;
}

.titulo-caption {
  font-size: 24px;
  width: 88%;
  margin-left: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0;
  text-align: right;
  margin-bottom: 0;
  color: #0f7db9;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  text-transform: uppercase;
}

.caption > p {
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
}


.welcome-item-button {
  font-size: 16px;
  color: #fff;
  width: 51%;
  margin-left: -14px;
  background-color: #0f7db9;
  z-index: -1;
  height: 32px;
  line-height: 34px;
  text-align: center;
  z-index: 999;
  padding-left: 2px;
  position: absolute;
  font-family: 'Lato' ,sans-serif;
  bottom: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 3px;
}





.trk_loader_layer {
  background-color: #FFFFFF;
  color: #545454;
  position: absolute;
  width: 100%;
  z-index: 99999;
  text-align: center;
  padding-top: 195px;
  opacity: 0.8;
  margin-left: -15px;
  font-size: 50px;
  display:none;
}
a:hover {
  text-decoration: none;
}

.thumbnail > img {
  max-height: 172px;
  min-height: 160px;
  width: 160px;
  float: right;
  margin-right: 5px;
}

.thumbnail .caption {
  padding-bottom: 0px;

  /* overflow: auto; */

  /* padding: 0px; */
  width: 100%;
  margin-left: -10px;
  margin-bottom: -61px;
  z-index: 999;
  /* position: absolute; */
}

.mainImg {
  width: 100%;
  min-height: 75px;
}

.triangulo_top_right {
  width: 0;
  height: 0;
  border-top: 65px solid #337ab7;
  border-left: 65px solid transparent;
  float: right;
  position: absolute;
  right: 10px;
  top: 0;
  opacity: 0.9;
}

.triangulo_top_right > span {
  top: -57px;
  right: 26px;
  font-size: 22px;
  color: #fff;
}


.welcome-thumbnail {
  /* border-bottom-right-radius: 28px; */

  /* border-top-left-radius: 28px; */
  border-radius: 0;
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  width: 215px;

  background-color: #fff;
  min-height: 223px;
}

.welcome-thumbnail:hover {
  /* border: 1px solid #93A9C2; */
}

.buscador-wrapper{
  height: 55px;
  background-color: #f8f8f8;
  /* border-color: #e7e7e7; */
  /* line-height: 53px; */
  width: 100%;
  /* padding-top: 17px; */
  position: absolute;
  /* height: 100%; */
  /* margin-top: -28px; */
  opacity: 0.4;
}



.filtro-directo{
  height: 50px;
  font-size: 1.3em;
  margin-top: 26px;
  line-height: 50px;
}

.filtro-directo  a {
  color: #C7C7C7 !important;
  text-decoration: none;
}

.filtro-directo a:visited {
  color: #C7C7C7 !important;
  text-decoration: none;
}

.filtro-directo a:hover {
  color: #818181 !important;
  text-decoration: none;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15
{
  width: 20%;
  float: left;
}


.input-group {
  margin-bottom: 15px;
}

.df-image {
  height: 45px;
}

.precio-extra {
  font-size: 16px;
  margin-bottom: 0px;
  font-family: lato;
  background-color: transparent;
  border: none;
  text-align: right;
}

.modal-content {

  border-radius: 0px;

}
.page-header {
  margin: 0px 0 20px;
  font-family: 'Lato' ,sans-serif;
}



.btn {
  text-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  float: right;
  background-color: #CE4F36 !important;

  background-image: -webkit-linear-gradient(top, #CE4F36 0%, #CE4F36 100%) !important;
  background-image: linear-gradient(to bottom, #CE4F36 0%, #CE4F36 100%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a8e1', endColorstr='#ff0085cf', GradientType=0);
  border-color: #CE4F36;
  color: #ffffff;
  font-family: 'Lato' ,sans-serif;
  ;
}

.btn:active {
  outline: none !important;
}

.btn:focus {
  outline: none !important;
}

h1, .h1 {
  font-size: 30px;
}
h3, .h3 {
  text-transform: uppercase;
  font-family: 'Lato' ,sans-serif;
  text-align: left;
  font-size: 31px;
  color: #979797;
}
h5, .h5 {
  font-family: 'Lato' ,sans-serif;
  font-style: italic;
  text-align: left;
  font-size: 20px;
  color: #979797;
  font-weight: bold;
}
h1, .h1, h2, .h2, h3, .h3, h5, .h5 {
  margin-top: 0px;
  margin-bottom: 12px;
}

.wizard > .content > .body textArea.error {
  background: none repeat scroll 0% 0% #FBE3E4;
  border: 1px solid #FBC2C4;
  color: #8A1F11;
}

.hasDatepicker {
  width: 15%;
  float: left;
  background: #ffffff !important;
  border: 1px solid #bfbfbf;
  border-left: 0;
  border-right: none;
  border-radius: 0;
  height: 35px;
  font-size: 0.9em;
  color: #898989;
}

.kilometros {
  padding: 0 5px;
  border: 1px solid #b1b1b1;
  background-color: #b1b1b1;
  /* border-radius: 50%; */
  font-size: 0.8em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 27px;
  width: 52px;
  margin: 0px 2px 0px 2px;
  text-align: center;
  margin-top: 6px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 17px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
}

.kilometros span {
  font-size: 0.6em;
  margin-top: -4px;
  display: block;
  text-align:  center;
}

.bottom-nav-bar {
  margin-bottom: 0px;
}

.thumbnail {
  display: block;
  padding: 5px;
  overflow: visible;
  background-color: #fff;
}

.km-zone {
  min-height: 46px;
  float:left;

  /* padding-left: 5px; */
  position: absolute;
  z-index: 999;
  margin-left: -16px;
  margin-top: -6px;
}

a {
  outline: none;
  font-family: 'Lato' ,sans-serif;
}

.x1 {
  position: absolute;
  margin-top: 10px;
  margin-left: -23px;

}

.fechaHasta input {
  width: 15%;
  border-left: none;
  border-right: 1px solid #bfbfbf;
}


.lang-select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 27px !important;
  margin-top: 11px;
  border: none;
  background-color: transparent;
  margin-left: 7px;
  outline: none;
  color: #000;
}
.lang-select-arrow {
  /* content: '<>'; */
  /* font: 11px "Consolas", monospace; */
  color: #000;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  /* right: 2px; */
  top: 10px;
  /* padding: 0 0 2px; */
  /* border-bottom: 1px solid #ddd; */
  position: absolute;
  pointer-events: none;
  height: 29px;
  width: 10px;
  background-color: #F8F8F8;
  text-align: center;
  /* display: table-cell; */
  padding-top: 5px;
  margin-left: -8px;

}


.panel-default {
  border: none;
  background: none;
  margin-top: 30px;

}

.nav > li > a {
  padding: 13px 6px;
}

.desplegable-tipos {
  width: 4px;
  float: left;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-left: none;
}

.tipo {
  width: 29% !important;
  border-right: none !important;
  cursor: pointer;
}

.lista-tipos {
  margin-left: -155px;

}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  background: none;
  border: none;
  color: #B8B8B8;
  font-size: 17px;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default{
  background: none ;
  border: none;
  color: #B3B3B3;
  text-align: center;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  background: none ;

}


.ui-icon-bullet {
  background-position: -82px -145px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #ff0000 !important;
  border-radius: 50%;
  border: 1px solid #666666;
  background: #aaaaaa;
  background: #aaaaaa linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0));
  background: #aaaaaa -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.25)), to(rgba(0,0,0,0)));
  background: #aaaaaa -moz-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0));
  color: #ffffff;
  text-shadow: none !important;
}

.th {
  text-align: center;
}

.edicion-fecha {
  width: 100%;
  text-align: right;
  /* padding-right: 4px; */
  color: #818181;
  margin: 0 0 0;
}

.edicion-fecha span {
  font-size: 1.5em;
  float: left;
  margin-left: 5px;
  margin-top: -4px;
}

.titulo-bloque {
  margin-bottom: 21px;
  color: #868686;
  margin-left: 15px;
}

.view_more_events {
  background-color: #b1b1b1;
  color: #CE4F36;
  display: table-cell;
  height: 223px;
  vertical-align: middle;
  text-align: center;
  font-family: 'Yanone Kaffeesatz', sans-serif !important;
  font-size: 38px;
  line-height: 1;
  text-decoration: none;
  outline: none;
  opacity: 0.7;
}

.advice_in_events {
  background-color: #CE4F36;
  color: #fff;
  display: table-cell;
  height: 223px;
  vertical-align: middle;
  text-align: center;
  font-family: 'Yanone Kaffeesatz', sans-serif !important;
  font-size: 38px;
  line-height: 1;
  text-decoration: none;
  outline: none;
  background-image: url("../../resources/img/fondo.png");
  background-position: initial;
}

.advice_in_events img {
  width: 90% !important;
  min-height: initial !important;
  float: none !important;
  margin: 0 auto !important;
  margin-top: 0px;
  opacity: 1 !important;
}


.media-object {
  max-width: 85px;
}

.media {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

.km-zone-mvl {
  min-height: 40px;
  float:left;
  padding-left: 5px;
}

.kilometros-mvl {
  float: left;
  padding: 5px;
  border: 1px solid #3895FF;
  background-color: #DFEEFC;
  border-radius: 50%;
  font-size: 0.8em;
  height: 32px;
  width: 32px;
  margin: 0px 2px 0px 2px;
  text-align: center;
  margin-top: 6px;
}

.kilometros-mvl span {
  font-size: 0.6em;
  margin-top: -4px;
  display: block;
  text-align:  center;
}

.media-heading {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.descripcion-movil {
  width: 100%;
  text-align: right;
  padding-right: 9px;
  margin-bottom: 0px;
}

.descripcion-movil span {
  font-size: 1.2em;
  float: left;
  margin-left: 5px;
  margin-top: -4px;
}

.media-left {
  vertical-align: top;
  float: left;
}


.media-body {
  width: 65%;
  float: left;
}

.container-mvl {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
}
.responsive-slider {
  margin-bottom: 41px;
}

.online-thumbnail {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  width: 215px;
  border: none;
}

.online-wrapper {
  background-color: #ffffff;
  border-top-left-radius: 28px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.thumbnail > img {
  max-height: 172px;
  min-height: 160px;
  width: 160px;
  float: right;
  margin-right: 0;
  opacity: 0.8;
}

.thumbnail > img:hover {
  opacity: 1;
}

.online-zone-mvl {
  font-size: 1.4em;
  margin-top: 6px;
  color: #ff0000;
}

.accesos-directos {
  position: absolute;
  width: 100%;
  margin-top: -125px;
}


.kilometros-modality {
  padding: 5px;
  border: 1px solid #3895FF;
  background-color: #DFEEFC;
  border-radius: 50%;
  font-size: 2.5em;
  height: 75px;
  width: 75px;
  margin: 12px 2px 0px 12px;
  text-align: center;
  float: left;
}

.kilometros-modality span {
  font-size: 0.6em;
  margin-top: -4px;
  display: block;
  text-align:  center;

}

.mvl-kilometros-modality {
  padding: 5px;
  border: 1px solid #3895FF;
  background-color: #DFEEFC;
  border-radius: 50%;
  font-size: 1.5em;
  height: 50px;
  width: 50px;
  margin: 12px 2px 0px 12px;
  text-align: center;
  float: left;
}

.mvl-kilometros-modality span {
  font-size: 0.6em;
  margin-top: -4px;
  display: block;
  text-align:  center;

}

.precio-modality {
  font-size: 1.5em;
  height: 99px;
  color: #3895FF;
  text-align: center;
  position: relative;
}

.tachado {
  font-size: 1.2em;
  text-align: right;
  text-decoration: line-through;
  color: #E28888;
  opacity: 0.8;
  text-align: center;
  margin-top: 30px;
  height: auto;
  position: absolute;
}

.mvl-precio-modality {
  font-size: 1.5em;
  color: #3895FF;
  text-align: center;
  position: relative;
}

.continuar-modality {
  width: 10%;
  float: right;
}
.modality-container {
  margin-top: 12px;
  margin-bottom: 9px;
  border-bottom: 1px dotted #3895FF;
  background-color: #fff;
  border-top-left-radius: 28px;
  min-height: 110px;
}

.info-modality {
  font-size: 1.7em;
  margin-left: 12px;
  margin-top: 6px;
}


.plazas-error {
  color: #ff0000;
  font-size: 0.6em !important;

}


.disabled {
  cursor: not-allowed;
}

.disabled .modality-container {
  opacity: 0.5;
}

.sello {
  -ms-transform: rotate(-20deg); /* IE 9 */
  -webkit-transform: rotate(-20deg); /* Safari */
  transform: rotate(-20deg);
  position: absolute;
  font-size: 1em;
  padding-bottom: 10px;
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  height: 20px;
  line-height: 20px;
  float: right;
  color: #ff0000;
}

.mvl-sello {
  -ms-transform: rotate(-20deg); /* IE 9 */
  -webkit-transform: rotate(-20deg); /* Safari */
  transform: rotate(-20deg);
  position: absolute;
  top: 26px;
  font-size: 1em;
  padding-bottom: 10px;
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  height: 20px;
  line-height: 20px;
  float: right;
  color: #ff0000;
}

.zonaTiposWrapper {
  background-color: #fff;
  padding-top: 30px;
}

.publicidad_cab {
  font-family: 'Lato' ,sans-serif;
  font-size: 18px;
  color: #ffd400;
  background-color: #000;
  padding: 4px 10px;
  height: 35px;
}
.publicidad_cuadro {
  border-bottom: 1px solid #222;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
  height: 318px;
}

.publicidad_logo {
  float: left;
  width: 150px;
  margin-top: -3px;
}

.empresas_logo {
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: .7;
}
.promo_btn {
  margin-bottom: 10px;
  margin-right: 10px;
}

.publicidad {
  font-family: 'Lato' ,sans-serif;
  font-size: 20px;
  color: #353535;
}

.publicidad_1 {
  margin-top: 24px;

}

.publicidad_2 {
  margin-top:10px;
  margin-bottom:24px;
}

.publicidad_3 {
  margin-top:10px;
}

.publi-images-zone img {
  border: 1px solid #b5b5b5;
  margin-bottom: 20px;
}

.precios-modality {
  float: right;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-wrapper {
  margin-bottom: 0;
  background-color: #626262;
  color: #fff;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  letter-spacing: 1px;
  font-size: 11px;
  border-radius: 0;
}

.footer-wrapper .applinks img {
  width: 80px;
}

.footer-wrapper hr {
  border-top: 2px solid #fff;
}

.push{
  height: 60px;
}

.main-wrapper {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -60px;
}

.main-wrapper:after {
  content: "";
  display: block;
  height: 60px;
}
.footer-wrapper img {
  width: 100%;
}

.footer-wrapper .center {

  text-align: right;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 100px;
  padding-top: 18px;
}
.footer-wrapper .halfheight {
  height:40px;
  padding-top:10px;
}

.footer-wrapper .left {
  height: 100px;

  text-align: center;
}

.footer-wrapper .left .fa {
  margin-right: 0px;
}

.footer-wrapper .right {
  height: 100px;
}

.footer-wrapper .center a{
  line-height: 20px;
  margin-right: 0px;
}

.footer-wrapper span {

  margin-left: 0px;
  top: -5px;
  position: relative;
  margin-right: 6px;
}

.footer-wrapper a {
  color: #fff;
  margin-right: 10px;
  line-height: 30px;
}


.footer-wrapper a:hover {
  text-decoration: underline;
}

.footer-wrapper .container {

  margin-top: 12px;
  margin-bottom: 12px;
}

.ui-messages-error, .ui-message-error {
  color: #b94a48 !important;
  background-color: #FFFFFF !important;
  border: none;
  font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif !important;
  padding: 0;

  margin-top: 0px;

  font-size: 0.95em;
}

.ui-messages-info-summary, .ui-messages-warn-summary, .ui-messages-error-summary, .ui-messages-fatal-summary, .ui-message-info-summary, .ui-message-warn-summary, .ui-message-error-summary, .ui-message-fatal-summary {
  font-weight: normal !important;
  letter-spacing: 0.08em;

}

.well {
  letter-spacing: 0.03em;
  word-spacing: 0.3em;
  font-family: 'Lato' ,sans-serif;
  font-size: 12px;
}


.login-form-text {
  border: 1px solid #ccc;
}


.ui-button-text-only .ui-button-text {
  padding: .3em 1em;
  outline: none;
}


.ui-icon-check {
  background-position: -65px -146px;
  background-color: #fff;
  -moz-border-radius: none !important;
  -webkit-border-radius: none !important;
  border-radius: none !important;
  width: 14px;
  height: 14px;
}

.ui-chkbox .ui-chkbox-label {
  cursor: pointer;
  margin: 0px 0 0 4px !important;
  outline: medium none;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  color: #8C8C8C;
}

.ui-state-active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;


}

.itemDisable{
  pointer-events: none;
  cursor: default;
}

.blocker-layer {
  background-color: #ff0000;
  /* height: 100%; */
  /* width: 100%; */
  /* display: block; */
  /* position: absolute; */
  z-index: 9999;
  opacity: 0.5;
  overflow: auto;
  cursor: not-allowed;
}

.ui-chkbox .ui-chkbox-box {
  width: 16px;
  height: 16px;
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  outline: none;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  /* border: 1px solid #cd0a0a; */
  background: #fef1ec url("/publicweb/faces/javax.faces.resource/images/ui-bg_inset-soft_95_fef1ec_1x100.png?ln=primefaces-aristo") 50% bottom repeat-x;
  background: #fef1ec linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0));
  background: #fef1ec -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0)));
  background: #fef1ec -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0));
  /* color: #cd0a0a; */

}




.select2-container {
  width: 100% !important;
}



.zonaPublicidadApps{
  width:100%;
  height:118px;
  background-color: #fff;
}

.zonaPublicidadAppsMvl{
  margin-top: 10px;
  background-color: #fff;
}


.publicidadApps-halfheight {
  height:59px;
  text-align: center;
}

.zonaPublicidadApps-texto {
  font-family: 'Lato' ,sans-serif;
  font-size: 29px;
  text-align: center;
  color: #0f7db9;
}

@media (max-width: 991px) {
  .search-content {
    top:69px;
  }

  .onlinefilter {
    font-size: 20px;
    width: 100%;
    float: left;
    height: 58px;
    text-align: center;
    /* margin-left: 16px; */
    /* margin-top: -3px; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    background-color: #ff1234;
    font-family: lato;
    color: #fff;
    font-size: 36px;
    padding-right: 10px;
  }

  .accesos-directos {
    position: absolute;
    width: 100%;
    margin-top: -80px;
  }

  .onlinefilter span {
    font-size: 16px;
    /* display: block; */
    /* margin-top: 23px; */
    /* margin-left: 8px; */
    /* float: left; */
    /* letter-spacing: -1px; */
    text-transform: uppercase;
    /* width: 54%; */
    /* text-align: left; */
    display: table-cell;
    vertical-align: middle;
    height: 58px;
    padding-left: 11px;
    text-align: left;
    line-height: 0.9;
    font-size: 22px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
  }
}


@media (max-width: 768px)
{

  .lang-select-arrow {

    display: none;
  }

  .login-form-text {
    font-size: 14px;
    padding: 1.2em !important;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
  }

  .nav li {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: 'Lato' ,sans-serif;
    /* margin-top: 0em; */
    /* margin-bottom: 0.5em; */
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .navbar-header ul {

    float: right;
  }

  .navbar-header .navbar-brand  img {
    margin-top: -4px;
    width: 126px;
  }
  .nav li a {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff !important;
    background-color: #CE4F36;
    border-color: #CE4F36;
    width: 90%;

  }

  .nav li a:hover {

    background-color: #8E3220;
    border-color: #8E3220;

  }


  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 360px;
  }



  h1, .h1 {
    font-size: 30px;
  }
  h3, .h3 {
    text-transform: uppercase;
    font-family: 'Lato' ,sans-serif;
    text-align: left;
    font-size: 19px;
    color: #979797;
  }
  h1, .h1, h2, .h2, h3, .h3, h4 ,.h4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }




}

@media (max-width:768px)
{
  .btn {
    text-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    /* float: right; */
    background-color: #598FF2 !important;
    background-color: #0085cf !important;
    background-image: -webkit-linear-gradient(top, #00a8e1 0%, #0085cf 100%) !important;
    background-image: linear-gradient(to bottom, #00a8e1 0%, #0085cf 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a8e1', endColorstr='#ff0085cf', GradientType=0);
    border-color: #006e9c;
    color: #ffffff;
    width: 100%;
    margin: 0px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;

    font-size: 18px;
  }

  .trk_estado_evento_on {
    width: 25%;
    float: left;
  }
  .trk_estado_evento_off {
    width: 25%;
    float: left;
  }

  .trk_img_pay_trade {

    width: 90%;
  }

  .footer-wrapper {
    margin-bottom: 0;
    font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
    /* background-image: url("../../resources/img/background.png"); */
    /* background-position: initial; */
    /* background-size: cover; */
    bottom: 0;
    width: 100%;
    z-index: 9999;
    letter-spacing: inherit;
    font-size: 10px;
    text-align: center;
  }

  .footer-wrapper span {
    margin-left: 4px;
    top: -10px;
    position: relative;
  }

  .footer-wrapper .left {
    height:20px;
    line-height: 20px;
  }

  .footer-wrapper .center {
    height: 20px;
    text-align: center;
    padding-top: 0px;
    border: none;
  }

  .footer-wrapper a {
    margin-right: 10px;
  }

  .footer-wrapper .halfheight {
    height: auto;
    padding-top: 0px;
  }

  .navbar-nabv {
    padding-top: 17px;
  }

}

@media (min-width: 768px)
{
  .col-sm-15
  {
    width: 20%;
    float: left;
  }

  .scroller {
    font-size:10px;
  }


}

@media (min-width: 992px)
{
  .col-md-15
  {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {

  .zonaPublicidad.container {
    width: 1120px;
  }
  .col-lg-15
  {
    width: 20%;
    float: left;
  }
}

.ui-selectmanycheckbox label{
  margin-left: 8px;
}

/* cupones */

.my_coupon_item_wrapper {
  color: #333;
  font-size: 14px;

}

.my_coupon_item_wrapper span {
  font-family: 'ArialMono',monospace;
  width: 200px;
  display: inline-block;
  padding-left: 6px;
}

.my_coupon_item_wrapper b{
  background-color: #333333;
  color: #FFCF1C;
  padding: 0px 10px;
  min-width: 87px;
  display: inline-block;
}

.my_coupon_item_wrapper input{
  margin-right: 5px;
}

.my_coupon_item_wrapper i{
  display: none;
}

.green{
  color: #00ff00;
}

.red{
  color: #ff0000;
}

.cuponsport {
  background-color:#333 !important;
  color: #ffcf00 !important;
}

.cuponsportsmall {
  font-size: 8px;
  color: #fff;
  text-transform: none;
  float: right;
  padding-top: 10px;
  padding-right: 5px;
}
.white {
  color: #fff;
}
.cuponsport img {
  height: 19px;
  float: right;
  padding-right: 10px;
}

.cuponsport_inline {
  background-color:#333 !important;
  color: #ffcf00 !important;
  margin-top: 0px !important;

  text-align: right;

}

.cuponsport_inline span {
  margin-right: 4px;
  font-weight: 100 !important;
}

.cuponsportsmall_inline {
  font-size: 8px;
  color: #fff;
  text-transform: none;
  float: left;
  padding-top: 10px;
  padding-right: 5px;
}

.cuponsport_inline img {
  height: 19px;
  float: left;
  padding-right: 10px;
}

.cuponsport_inline b {
  padding-left: 2px
}

.resultado-cupones {
  float: right;
}

.resultado-cupones input {
  outline: none;
  border: none;
  font-size: 21px;
  font-family: 'Lato' ,sans-serif;
  background: #000;
  width: 85px;
  color: #ffcf00;
  text-align: center;
  margin-left: 1em;
}

.resultado-cupones .span_left {
  width: 280px;
  display: inline-block;
  font-size: 16px;
  font-family: 'Lato' ,sans-serif;
}



.resultado-cupones span {
  font-size: 21px;
  font-family: 'Lato' ,sans-serif;
}

.lista-cupones {
  float: left;
}


.matching_coupon {
  color: #ff0000;
  font-weight: bold;
}

@media (min-width: 400px) and (max-width: 768px)  {
  .cuponsport img {
    height: 17px;
  }

  .cuponsportsmall {

    padding-top: 7px;
  }
  .resultado-cupones {
    float: right;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #E5E5E5;
  }


  .resultado-cupones .span_left {
    width: 208px;
    display: inline-block;
    font-size: 16px;
    font-family: 'Lato' ,sans-serif;
    /* text-align: right; */
  }

  .resultado-cupones input {
    outline: none;
    border: none;
    font-size: 16px;
    font-family: 'Lato' ,sans-serif;
    background: #000;
    width: 80px;
    color: #ffcf00;
    text-align: center;
    font-weight: 600;
  }

  .resultado-cupones span {
    font-size: 18px;
    font-family: 'Lato' ,sans-serif;
  }
}

@media (min-width: 769px) and (max-width: 990px)  {
  .cuponsport img {
    height: 17px;
  }

  .cuponsportsmall {

    padding-top: 7px;
  }
  .resultado-cupones {
    float: right;
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0px;
  }


  .resultado-cupones .span_left {
    width: 208px;
    display: inline-block;
    font-size: 16px;
    font-family: 'Lato' ,sans-serif;
    /* text-align: right; */
  }

  .resultado-cupones input {
    outline: none;
    border: none;
    font-size: 16px;
    font-family: 'Lato' ,sans-serif;
    background: #000;
    width: 80px;
    color: #ffcf00;
    text-align: center;
    font-weight: 600;
  }

  .resultado-cupones span {
    font-size: 18px;
    font-family: 'Lato' ,sans-serif;
  }

}

.top-message {
  background-color: #ce4f36;
  padding: 12px 18px 10px 5px;
  position: fixed;
  color: #ffffff;
  font-family: 'Lato' ,sans-serif;
  letter-spacing: 1px;
  display: none;
  bottom: 15px;
  right: 15px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  border-radius: 4px;
  text-align: center;
  width: 225px;
  min-height: 208px;
  height: auto;
  border: 1px solid #ce4f36;
  z-index: 1000000;
  font-size: 14px;
  /* font-weight: 700; */
  /* border-top-left-radius: 15px; */

}

.cda-remove {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
}

.info-sign-wrapper {
  width: 40px;
  height:40px;
}

.fa-background {
  color: #ffffff;
  float: left;
  font-size: 23px;
  position: absolute;
  left: 9px;
  z-index: -1;
  top: 5px;
  /* opacity: 0.5; */
}

@media (max-width: 400px)
{
  .publiapp {
    line-height: 12px;
    margin-top: 10px;
  }
  .zonaPublicidad {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .zonaPublicidadApps-texto {
    font-size: 16px;
  }
  a.back-to-top {
    width: 50px;
    height: 50px;
  }
}

.marca-novedad{
  color: #ce4f36;
  left: 25px;
  top: 5px;
  position: absolute;
  z-index: 9999;
  font-size: 25px;
}

.marca-novedad:hover{
  color:white;
}