@font-face {
  font-family: gelionRegular;
  src: url("../fonts/Gelion_Regular.ttf");
}

html,
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
a,
ul {
  font-family: gelionRegular;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #363636;
}

html,
body {
  min-height: 100%;
  height: 100%;
}

body {
  line-height: 25px;
}

a,
a:visited,
a:focus,
a:active {
  text-decoration: none;
  color: #363636;
}

a:hover {
  color: #646464;
  text-decoration: none;
}

li {
  list-style: none;
}

h1 {
  font-size: 28px;
  padding: 15px 0 20px 0;
  font-weight: bold;
}

h2 {
  font-size: 22px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
}

.btn-default {
  border-radius: 8px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eaeaea;
}

#body-content {
  background-color: #f8f8f8;
}

#body-content .container {
  padding: 40px 0 40px 0;
}

.fondo-siluetas {
  min-height: 300px;
}

.fondo-siluetas .main-title-box {
  float: left;
  width: 500px;
  padding-left: 15px;
}

.fondo-siluetas .main-title-box h1 {
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 37px;
  padding-bottom: 0px !important;
}

.fondo-siluetas .main-title-box p {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #eaeaea;
}

.fondo-siluetas .main-title-box a.main-mas-info {
  color: #363636;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.fondo-siluetas .main-title-box i {
  color: #6EDE29;
}

.fondo-siluetas .main-balls-box {
  float: left;
  width: 670px;
}

.fondo-siluetas .main-balls-box .ball {
  width: 140px;
  height: 140px;
  padding-top: 52px;
  text-align: center;
  border-radius: 100px;
  margin-top: 25px;
  font-size: 22px;
  float: left;
  color: #363636;
}

.fondo-siluetas .main-balls-box .ball#ball-1 {
  /* background-image: url("../images/bola-1.png"); */
  background-color: #6EDE29;
  color: white;
  font-weight: bold;
  box-shadow: 4px 4px 4px gray;
  margin-left: 90px;
  margin-right: 40px;
}

.fondo-siluetas .main-balls-box .ball#ball-1:hover {
  background-color: #307e00;
  transform: translateY(-1px);
  /* background-image: url("../images/bola-1-hover.png"); */
}

.fondo-siluetas .main-balls-box .ball#ball-2 {
  /* background-image: url("../images/bola-2.png"); */
  background-color: #bcbcbc;
  color: white;
  font-weight: bold;
  box-shadow: 4px 4px 4px gray;
  margin-right: 40px;
}

.fondo-siluetas .main-balls-box .ball#ball-2:hover {
  /* background-image: url("../images/bola-2-hover.png"); */
  background-color: #8b8b8b;
}

.fondo-siluetas .main-balls-box .ball#ball-3 {
  /* background-image: url("../images/bola-3.png"); */
  background-color: #515151;
  color: white;
  font-weight: bold;
  box-shadow: 4px 4px 4px gray;
}

.fondo-siluetas .main-balls-box .ball#ball-3:hover {
  /* background-image: url("../images/bola-3-hover.png"); */
  background-color: #2a2a2a;
}

.fondo-siluetas-2 .main-title-box {
  text-align: center;
}

.fondo-siluetas-2 .main-title-box h1 {
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 37px;
  padding-bottom: 0px !important;
}

.fondo-siluetas-2 .main-title-box p {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #eaeaea;
}

.fondo-siluetas-2 .main-title-box a.main-mas-info {
  color: #363636;
  text-transform: uppercase;
  font-size: 18px;
}

.fondo-siluetas-2 .main-title-box i {
  color: #6EDE29;
}

.fondo-siluetas-2 .main-balls-box {
  margin-top: 30px;
}

.fondo-siluetas-2 .main-balls-box .ball-extra {
  width: 171px;
  height: 171px;
  margin: 0 auto;
  background-image: url("/images/bola-1.png");
  padding-top: 60px;
  font-size: 22px;
  color: #363636;
}

.fondo-siluetas-2 .main-balls-box .ball-extra#ball-1 {
  background-image: url("../images/bola-1.png");
}

.fondo-siluetas-2 .main-balls-box .ball-extra#ball-1:hover {
  background-image: url("../images/bola-1-hover.png");
}

.fondo-siluetas-2 .main-balls-box .ball-extra#ball-2 {
  background-image: url("../images/bola-2.png");
}

.fondo-siluetas-2 .main-balls-box .ball-extra#ball-2:hover {
  background-image: url("../images/bola-2-hover.png");
}

.fondo-siluetas-2 .main-balls-box .ball-extra#ball-3 {
  background-image: url("../images/bola-3.png");
}

.fondo-siluetas-2 .main-balls-box .ball-extra#ball-3:hover {
  background-image: url("../images/bola-3-hover.png");
}

/*foots*/
#foot {
  background-color: #eaeaea;
  padding: 15px 0px 25px 0px;
}

#foot h4 {
  padding-bottom: 15px;
  margin-top: 25px;
}

#foot i {
  font-size: 18px;
  margin-right: 5px;
}

#foot a,
#foot a:active,
#foot a:visited,
#foot a:link {
  color: #4b4b4d;
}

#foot_2 {
  background-color: #363636;
  padding: 35px 0px 35px 0px;
  color: #2c4501;
}

#foot_2 input {
  height: 45px;
}

#foot_2 button {
  height: 45px;
  background-color: #a3c448;
  color: #fff;
}

#foot_2 button:hover {
  height: 45px;
  background-color: #88ae47;
}

#foot_2 .btn-default {
  border-color: #8fb865;
}

#foot_2 a {
  color: #a3c448;
}

#foot_2 p {
  color: #b7b7b7;
}

#foot_2 .siguenos {
  border-bottom: solid 1px #606060;
  padding-bottom: 45px;
  margin-bottom: 25px;
}

#foot_2 .siguenos i {
  font-size: 25px;
  margin-left: 10px;
  color: #606060;
}

#foot_2 .siguenos i:hover {
  color: #eaeaea;
}

/*nav*/
.navbar {
  margin-bottom: 0px !important;
  border-left: solid 0px !important;
  border-right: solid 0px !important;
  border-top: solid 0px !important;
}

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

/* .navbar-header {
  float: none !important;
} */
.navbar-brand {
  margin-left: 0px !important;
}

.navbar-inverse {
  background-color: #fff;
  border: none;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #646464;
  border-bottom: solid 3px #a3c448;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #646464;
  background-color: transparent;
  border-bottom: solid 3px #a3c448;
  font-weight: normal;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:visited {
  color: #363636;
}

.navbar-left {
  float: left !important;
  margin-bottom: -5px;
  margin-top: 35px;
}

.navbar-collapse a {
  color: #0D003B;
  text-decoration: none;
}

.navbar-collapse a:hover {
  color: #0D003B;
  text-decoration: none;
}

#slide {
  height: 439px;
  background-image: url("../images/slide/bg-slider-4.jpg");
  background-position: top center;
}

#slide .textos {
  margin: 103px 0px 0px 0px;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
}

#slide h2 {
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}

#slide p {
  color: #fff;
  padding-bottom: 25px;
  font-weight: normal !important;
  border-bottom: solid 1px #fff;
}

#slide .store {
  margin-top: 13px;
}

#slide .store img {
  margin-top: 13px;
  margin-right: 10px;
  height: 60px;
}

.logged .dropdown-toggle {
  border-bottom: none;
}

.logged .dropdown-toggle i {
  margin-right: 10px;
}

.logged .dropdown-toggle a:hover {
  border-bottom: solid 3px #000 !important;
}

.dropdown-menu > li > a {
  border-bottom: none !important;
}

#logo-primero {
  display: block;
}

#logo-primero img {
  width: 230px;
}

#logo-segundo {
  display: block;
}

#menuItem01,
#menuItem02,
#menuItem03,
#menuItem04,
#menuItem05,
#menuItem06,
#menuItem07,
#menuItem08,
#menuItem09,
#menuItem10 {
  color: #0D003B;
}

#logo-segundo img {
  width: 230px;
}

.redes li > img {
  margin-right: 10px;
}

span.select2-container > span.select2-dropdown > span.select2-results > ul > li > span {
  white-space: nowrap;
}

span.select2-selection__rendered {
  text-align: center;
}

.login-link {
  margin-right: 1px;
}

.login-link i {
  margin-right: 8px;
}

.torneos-list div.white-box {
  border: solid 1px #eaeaea;
  border-left: solid 3px;
  background-color: #fff;
  border-radius: 1px;
  margin-bottom: 3px;
}

.torneos-list div.white-box.status_0 {
  border-left-color: #f4645f;
}

.torneos-list div.white-box.status_1 {
  border-left-color: #6EDE29;
}

.torneos-list div.white-box.status_2 {
  border-left-color: #2aa5eb;
}

.gradient {
  background: white;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, white), color-stop(47%, rgba(250, 250, 250, 0.95)), color-stop(92%, rgba(242, 242, 242, 0.9)), color-stop(100%, rgba(240, 240, 240, 0.9)));
  background: linear-gradient(135deg, white 0%, rgba(250, 250, 250, 0.95) 47%, rgba(242, 242, 242, 0.9) 92%, rgba(240, 240, 240, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=1);
}

.foot-servicios {
  background-color: #f5f5f5;
  padding: 3px 5px;
  text-shadow: none;
  border-radius: 2px;
  margin-bottom: 2px;
}

.foot-servicios a {
  color: #4b4b4d;
}

.foot-servicios:hover {
  background-color: #a9a9a9;
}

.foot-servicios:hover a,
.foot-servicios:hover i {
  color: #fff !important;
}

a.general-link:hover {
  color: #8bbc36;
}

/*.btn {
    border-radius:50px;
}*/
.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

a.btn.btn-primary {
  color: #fff;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active {
  background-color: #6EDE29;
  border-color: #6EDE29;
  border-radius: 30px;
  padding-right: 35px;
}

.btn-primary:hover {
  background-color: #0D003B;
  border-color: #6EDE29;
}

.btn-danger {
  background-color: #f4645f;
  border-color: #df5854;
  border-radius: 30px;
  padding-right: 35px;
}

.btn-danger:hover {
  background-color: #720400;
  border-color: #0D003B;
}

.breadcrumb-pm {
  border: solid 1px #eaeaea;
  background-color: #fff;
  margin-bottom: 13px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.breadcrumb-pm i {
  font-size: 12px !important;
  color: #ccc;
  margin: 0 10px;
}

.breadcrumb-pm a {
  font-size: 14px;
}

.breadcrumb-pm a:hover {
  color: #646464;
}

.head-title-side {
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

.head-title-side h3 {
  margin-bottom: 10px;
}

.patrocinadores img {
  margin-bottom: 25px;
}

.proximamente-box {
  font-family: gelionRegular;
  background-image: url("/images/bg-proximamente.png");
  background-color: #eaeaea;
  background-position: right;
  background-repeat: no-repeat;
  min-height: 305px;
}

.proximamente-box-texto {
  max-width: 650px;
  width: auto;
  padding: 25px 50px 0 50px;
}

.proximamente-box-texto .form-control {
  height: 45px;
}

.proximamente-box-texto .btn-primary {
  height: 45px;
  background-color: #a3c448;
  color: #fff;
  border-color: #88ae47;
}

.proximamente-box-texto .btn-primary:hover {
  background-color: #88ae47;
  color: #fff;
}

.img-thumbnail {
  padding: 2px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 1px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.modal-dialog {
  position: relative;
  display: table;
  overflow-y: auto;
  overflow-x: auto;
  width: auto;
  min-width: 300px;
}

.modal-match-management {
  max-width: 400px;
}

.banner-container {
  margin-top: 20px;
}

.aviso-legal .subir {
  margin-top: 23px;
}

.aviso-legal a.top-link {
  margin-right: 10px;
  margin-left: 10px;
  font-weight: normal;
}

.aviso-legal h2 {
  font-size: 18px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.aviso-legal p {
  margin-bottom: 20px;
}

.aviso-legal ul {
  margin: 20px 0 20px 40px;
}

.aviso-legal ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.aviso-legal a {
  font-weight: bold;
}

.aviso-legal .border-bottom {
  border-bottom: solid 5px;
}

.redes i {
  margin-right: 10px;
}

#edit-date .hora,
.popover.clockpicker-popover {
  z-index: 1050;
}

.ui-timepicker-container .ui-menu-item {
  min-height: auto !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #body-content-clubs .torneo-box-content {
    width: 55%;
  }
  #body-content-clubs .details {
    width: 440px;
  }
  #body-content-clubs .services-list {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
  .fondo-siluetas {
    min-height: 300px;
  }
  .fondo-siluetas .main-balls-box {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .fondo-siluetas .main-balls-box .ball#ball-1 {
    margin-left: 230px;
  }
  #perfil .nav .submenu {
    margin: 0px;
  }
  h2 {
    font-size: 25px;
  }
  #slide {
    height: 371px;
    background-image: url("../images/slide/bg-slider-4-b.jpg");
  }
  #slide .textos {
    margin: 103px 0px 0px -70px;
    line-height: 25px;
  }
  #slide h2 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #slide p {
    color: #fff;
    padding-bottom: 25px;
    font-weight: normal !important;
    border-bottom: solid 1px #fff;
  }
  #slide .store {
    margin-top: -15px;
  }
  #slide .store span {
    display: none;
  }
  #slide .store img {
    margin-top: 13px;
    margin-right: 10px;
    height: 60px;
  }
  .torneo-description {
    width: 50%;
  }
  #buttons-filter a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #body-content-clubs .details {
    width: 230px;
  }
  .name-player {
    min-height: 75px;
    line-height: 18px;
  }
  .fondo-siluetas {
    min-height: 300px;
    background-image: none;
    background-position: bottom;
  }
  .navbar-right {
    float: none !important;
    margin-top: 45px;
  }
  .navbar-right .login-link {
    float: right !important;
  }
  #slide {
    height: 300px;
    background-image: url("../images/slide/bg-slider-4-c.jpg");
  }
  #slide .textos {
    margin: 42px 0px 0px -25px;
    line-height: 25px;
  }
  #slide h2 {
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    margin-bottom: -18px;
  }
  #slide p {
    color: #fff;
    font-size: 16px;
    padding-bottom: 0px;
    font-weight: normal !important;
    border-bottom: none;
  }
  #slide .store {
    margin-top: -15px;
  }
  #slide .store span {
    display: none;
  }
  #slide .store img {
    margin-top: 10px;
    margin-right: 10px;
    height: 50px;
  }
  #filtro .form-control {
    height: 40px;
    margin-bottom: 10px;
  }
  #filtro button {
    height: 45px;
    background-color: #6EDE29;
    color: #fff;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .navbar-brand {
    margin-left: 0px !important;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #ccc;
  }
  .top-menu-left {
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
  }
  #logo-primero img {
    width: 200px;
  }
  #logo-segundo {
    display: block;
  }
  .top-menu-left li {
    float: none !important;
    border-right: solid 0px;
    padding: 0 15px;
  }
  .redes {
    width: 230px;
  }
  .registro {
    display: none;
  }
  .usuarios {
    display: none;
  }
  .usuarios-listado {
    display: block;
  }
  .registro-listado {
    display: block;
  }
  #foot p,
  #foot ul {
    padding-bottom: 25px;
  }
  #foot_2 p {
    padding-bottom: 25px;
  }
  #filtro .form-control {
    height: 40px;
    margin-bottom: 10px;
  }
  #filtro button {
    height: 45px;
    background-color: #6EDE29;
    color: white;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  #body-content h1 {
    border: 0px;
  }
  #body-content h5 {
    display: none;
  }
  .navbar-brand {
    margin-left: 0px !important;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #ccc;
  }
  .top-menu-left {
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
  }
  #logo-primero img {
    width: 200px;
  }
  #logo-segundo {
    display: block;
  }
  .top-menu-left li {
    float: none !important;
    border-right: solid 0px;
    padding: 0 15px;
  }
  .redes {
    width: 230px;
  }
  .registro {
    display: none;
  }
  .usuarios {
    display: none;
  }
  .usuarios-listado {
    display: block;
  }
  .registro-listado {
    display: block;
  }
  #foot p,
  ul {
    padding-bottom: 25px;
  }
  #foot_2 p {
    padding-bottom: 25px;
  }
  #filtro .form-control {
    height: 40px;
    margin-bottom: 10px;
  }
  #filtro button {
    height: 45px;
    background-color: #6EDE29;
    color: white;
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .fondo-siluetas .main-title-box {
    width: 100%;
    text-align: center;
  }
  .fondo-siluetas .main-title-box a.main-mas-info {
    color: #363636;
    background-color: transparent;
    font-size: 20px;
    padding: 6px 10px 6px 10px;
    text-shadow: none;
    font-weight: normal !important;
  }
  .fondo-siluetas .main-title-box a.main-mas-info:hover {
    color: #4f4f4f;
    background-color: transparent;
  }
  .fondo-siluetas .main-balls-box {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #body-content-ranking .imagen-fondo {
    background-image: none !important;
  }
  #body-content-ranking .top-criterio .text {
    padding-left: 25px;
  }
  .club-list-box-expansive {
    display: none;
  }
  .proximamente-box {
    background-image: none;
  }
  .proximamente-box-texto {
    max-width: 100%;
    text-align: left;
    padding: 25px 25px 25px 25px;
  }
  .step-box .form-control {
    margin-bottom: 25px;
  }
  #body-content-clubs h2 {
    text-align: left;
    font-size: 14px !important;
  }
  #body-torneo-content h2 {
    margin-bottom: -30px;
  }
  #body-torneo-content .map-box {
    margin-top: 20px;
  }
  .ranking-player {
    margin-bottom: 15px;
  }
  #foot-hidden {
    display: none;
  }
  .logged {
    float: right !important;
  }
  #perfil h1 {
    color: #2b4301;
    text-align: left;
    padding: 15px 0 15px 0 !important;
  }
  h2 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 25px;
  }
  .torneo h2 {
    text-align: left;
    padding-bottom: 0;
  }
  .margin-negativo {
    margin-top: 0px !important;
  }
  .zona-foto-perfil {
    border: solid 8px #eaeaea;
    margin-bottom: 25px;
  }
  .customer-img,
  .img-related {
    margin-bottom: 30px;
  }
  #body-content-listado h2 {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .main-title-box {
    padding: 0px 50px 0px 50px;
  }
  .navbar-inverse .navbar-toggle {
    margin-top: 15px;
    border-color: #92b041;
    background-color: #a3c448;
  }
  .navbar-inverse .navbar-toggle:hover {
    border-color: #92b041;
    background-color: #789132;
  }
  #slide {
    height: auto;
    background-image: url("../images/slide/bg-slider-4-d.jpg");
    padding-bottom: 25px;
  }
  #slide .textos {
    text-align: center;
    margin: 42px 0px 0px 0px;
    line-height: 25px;
  }
  #slide h2 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-bottom: -18px;
    text-align: center;
  }
  #slide p {
    color: #fff;
    font-size: 16px;
    padding-bottom: 0px;
    font-weight: normal !important;
    border-bottom: none;
  }
  #slide .store {
    margin-top: -15px;
    text-align: center;
  }
  #slide .store span {
    display: none;
  }
  #slide .store img {
    margin-top: 10px;
    margin-right: 10px;
    height: 50px;
  }
  .confirmar .btn-default {
    width: 100%;
  }
  .confirmar .btn-danger {
    width: 100%;
    margin-bottom: 10px !important;
  }
  #body-torneo-content h1,
  #body-torneo-content h2 {
    text-align: center !important;
  }
  #body-content-clubs .details {
    width: auto !important;
  }
  #body-content-ranking .ranking-box {
    width: 50%;
    float: left;
  }
  .fondo-siluetas {
    display: none;
  }
  #club-perfil .menu {
    margin-left: 25px;
  }
  #club-perfil .menu .navbar-nav {
    padding-bottom: 10px;
    padding-top: 20px;
  }
  #club-perfil .menu .editar-perfil {
    margin-top: 20px;
  }
  #new-perfil .navbar-left {
    padding-top: 5px;
    margin-bottom: -20px;
  }
  #foot {
    display: none;
  }
  .logged {
    float: left !important;
    width: 100%;
  }
  .logged .dropdown-toggle {
    border-bottom: 0;
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #363636;
    border-bottom: 0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #363636;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #4b4b4d !important;
    background-color: #eaeaea;
  }
  .img-portfolio {
    margin-bottom: 15px;
  }
  header.carousel .carousel {
    height: 70%;
  }
  .login-link a {
    border-bottom: solid 0px;
    font-weight: normal;
  }
  .login-link a:hover {
    font-weight: normal;
    color: #767676 !important;
  }
  #new-perfil .menu {
    padding-top: 15px;
  }
  #new-perfil .menu li {
    float: none !important;
    margin-right: 10px;
    padding: 0px;
    color: #fff;
  }
  #new-perfil .nombre-jugador {
    float: none;
  }
  #new-perfil .editar-perfil {
    float: none;
  }
  .top-perfil-1 {
    display: none;
  }
  #new-perfil .player-level {
    margin-top: 0px !important;
    padding-top: 14px;
  }
  #new-perfil .editar-perfil {
    margin-top: 15px;
    float: none !important;
    width: 120px;
    margin: auto;
  }
  #new-perfil #new-perfil h1 {
    margin: 10px 0px 10px 0px;
  }
  #new-perfil .dropdown-menu li a {
    color: #a3c448;
  }
  #new-perfil .dropdown-menu li a:hover {
    background-color: transparent;
    color: #fff !important;
  }
  #new-perfil .nav .open > a,
  #new-perfil #new-perfil .nav .open > a:hover,
  #new-perfil #new-perfil .nav .open > a:focus {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #767676 !important;
    background-color: transparent;
    border-bottom: solid 0px;
    font-weight: normal;
  }
}

@media (max-width: 582px) {
  #foot_2 {
    text-align: center;
  }
  #foot_2 .text-right {
    text-align: center;
  }
  #body-content-clubs .torneo-box-content {
    width: 55%;
  }
  #body-content-clubs .services-list {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
  .horas-table {
    width: 50%;
  }
}

@media (max-width: 468px) {
  #body-content-clubs .torneo-box-content {
    width: 80%;
  }
  .torneo-box-estado {
    display: none;
  }
  .datos-jugador .info {
    width: 235px;
  }
  #filtro #buttons-filter a {
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
    border: 1px solid #8bb24a;
    width: 25%;
    padding: 10px 8px 11px 8px;
    font-size: 14px;
  }
  #body-content-ranking .ranking-box {
    width: 100%;
    float: left;
  }
  #body-content-ranking .breadcrumb-pm-right {
    float: left;
  }
  .title-ranking {
    font-size: 12px;
  }
  .customer-img,
  .img-related {
    margin-bottom: 30px;
  }
  .slide-description {
    text-align: left;
    width: 250px;
    float: none;
  }
  #buttons-filter a {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .club-list-box {
    display: none;
  }
  .down-cartel {
    display: none;
  }
}

@media (min-width: 768px) {
  .top-perfil-2 {
    display: none;
  }
  .fondo-siluetas-2 {
    display: none;
  }
}

@media only screen and (min-width: 481px) and (max-width: 991px) {
  #body-content h5 {
    text-align: center;
    padding: 25px 25px 45px 25px !important;
  }
}

@media (max-width: 382px) {
  #body-content-clubs .services-list {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }
  #body-content-clubs .club-list-box-details {
    width: 60%;
  }
}

@media (max-width: 320px) {
  .datos-jugador {
    padding-left: 15px;
  }
  .datos-jugador .foto {
    display: none;
  }
}

#menu_cabecera {
  z-index: 99;
}

body,
.textwidget p,
.copy-text p {
  font-family: gelionRegular;
  color: #787878;
}

nav {
  font-size: 14px;
  line-height: 20px;
}

p {
  font-family: gelionRegular;
}

.testimonials-slider .testimonial-comment .testimonial-info {
  font-family: gelionRegular;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: gelionRegular;
  font-weight: bold;
}

a.btn.btn-color.upper {
  color: white !important;
}

a.btn.btn-light-out.upper {
  color: white !important;
}

a.btn.btn-light-out.upper:focus {
  color: white !important;
}

a.btn.btn-light-out.upper:hover {
  color: black !important;
}

.navigation-menu {
  margin-left: 25px !important;
}

/*.redes{
  margin-left: 995px;
}

.redes li a{
  padding-right: 10px;
}

@media only screen and (max-width: 1200px) and (min-width: 992px){
  .redes {
    margin-left: 820px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
  .redes {
    margin-left: 590px;
  }
}*/
