.header-top {
    z-index: 1;
    background: #0e2534;
    height: 100px;
    padding: 5px;
    overflow: hidden;
    position: relative;
  }

.header-top .pauta {
    width: 720px;
    height: 90px;
    margin: 0 auto;
    background: #fff url('../imgs/misc/banner_GS_720.png') top center / cover;
    z-index: -1;
}

@media (max-width: 767px) {
    .header .slider ul.slides li img {
        width: 100%;
    }
    .header-top .pauta {
        height: 90px;
        width: 100%;
        background: #fff url('../imgs/misc/banner_GS_300.png') top center / cover;
    }
}

.pautaC {
    height: 250px;
    width: 300px;
    background: #fff;
    margin: 0 auto;
}

.social {
    position: absolute;
    right: 20px;
    top: 35px;
}

.social a img {
    width: 25px;
    margin: 0 5px;
}

.widget-facebook {
    margin-top: 25px;
}

.widget-facebook .fb-page {
    width: 100%;
}

.widget-facebook .fb-page span {
    width: 100% !important;
}

.widget-facebook .fb-page iframe {
    width: 100% !important;
}

.widget-tweeter {
    margin-top: 25px;
}

.block-close-acount {
    border: 1px solid #f7ad30;
    float: left;
    width: 100%;
    margin-top: 25px;
}

.block-close-acount h3 {
    background: #f7ad30;
    color: #fff !important;
    font-size: 16px !important;
    padding: 10px !important;
    margin: 0;
}

.block-close-acount p {
    padding: 10px;
    margin: 5px;
}

.block-close-acount .btn {
    background: #fff;
    border: 1px solid #f7ad30;
    color: #f7ad30;
    margin: 10px;
}

/********** Header Loged ******************/
.header_loged {
    background: #39692e;
    position: relative;
    overflow: hidden;
}

.header_loged .menu .bg-logo {
    position: absolute;
    width: 45%;
    height: 80px;
    background: #0e2534;
    transform: skewX(-30deg);
    top: 2px;
    z-index: 0;
    left: -3%;
    min-width: 340px;
}

.header_loged .menu nav {
    padding: 0 3%;
    box-shadow: none;
    z-index: 1;
    position: relative;
}
/********** Header Loged ******************/

.header {
    height: 380px;
    background: #39692e;
    position: relative;
    overflow: hidden;
}
.header .menu {
    padding: 10px 0;
    position: relative;
    z-index: 1;
  }
.header .menu .bg-logo {
    position: absolute;
    width: 45%;
    height: 80px;
    background: #0e2534;
    transform: skewX(-30deg);
    top: 2px;
    z-index: 0;
    left: -3%;
    min-width: 340px;
}

.header .menu nav {
    padding: 0 3%;
    box-shadow: none;
    z-index: 1;
    position: relative;
}

.slider {
    z-index: 0;
}
.side-nav {
    z-index: 2;
    position: fixed;
    top: 7em;
}

.header .slider {
    position: absolute;
    width: 59.3%;
    height: 100%;
    top: 0;
    z-index: 0;
}

.header .slider .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(2, 51, 128, 0.66);
    transform: skewX(-25deg);
    top: 0;
    left: -10%;
    z-index: 0;
}

.header .slider ul.slides {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
}

.header .slider ul.slides li {
    position: absolute;
    width: 90%;
    margin: 75px 5% 10px;
    left: 0;
    top: 0;
    color: #fff;
    height: 260px;
    overflow: inherit;
}

.header .slider ul.slides li .caption {
    height: 100%;
    top: 7%;
    left: 22%;
}

.header .slider ul.slides li .caption h3 {
    font-size: 2.52rem;
}

.header .slider ul.slides li img {
    bottom: -45px;
    height: 207px;
    left: 116%;
    position: absolute;
    width: 55%;
    min-width: 545px;
}

.header .slider ul.slides li.active .caption {
    left: 12%;
}

.header .slider ul.slides li h2 {
    font-weight: 700;
    font-size: 36px;
}

.header .slider ul.slides li p {
    font-size: 20px;
}

.header .slider ul.slides li a {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: url(../images/bg_link_banner.png) no-repeat left top;
    position: absolute;
    bottom: 30px;
    right: 20%;
    padding: 17px 25px 20px 30px;
    width: 195px;
}

.header .control {
    position: absolute;
    bottom: 48px;
    left: 0;
    width: 100%;
}

.header .control ol {
    margin: 0 auto;
    display: table;
    list-style: none;
    padding: 0;
}

.header .control ol li {
    width: 16px;
    height: 14px;
    background: url(../images/bullets_banner.png) no-repeat top right;
    margin: 0 8px;
    float: left;
    display: block;
    position: relative;
    cursor: pointer;
}

.header .control ol li.active,
.header .control ol li:hover {
    background-position: top left;
}

.header .arrow-down {
    height: 33px;
    width: 32px;
    position: absolute;
    width: 20%;
    bottom: 7px;
    left: 40%;
    display: block;
    background: url(../images/arrow_down.png) no-repeat center center;
}

@media (max-width: 1024px) {
    .header .slider ul.slides li img {
        left: 100%;
        width: 130%;
    }
}

@media (max-width: 767px) {
    .header {
        background-image: none;
    }
    .header .menu .bg-logo {
        left: -7%;
        height: 70px;
        top: 3px;
        width: 100%;
    }
    .slider {
        z-index: 0;
    }
    .side-nav {
        z-index: 2;
    }
    .header .slider {
        width: 100%;
    }
    .header .slider .bg {
        display: none;
    }
    .header .slider ul li a {
        right: 0;
        bottom: 0;
    }
    .header .arrow-down {
        display: none;
    }
    .header .control {
        left: 6%;
        width: 94%;
    }
    .header .control ol {
        display: block;
    }
    .header .control ol li {
        margin: 0 5px;
    }
    .header .slider ul.slides li img {
        display: none;
    }
}

.lostpassword {
    margin-bottom: 30px;
}

.lostpassword .input-field {
    margin-top: 0;
}

.lostpassword strong {
    text-align: right;
    padding-top: 8px !important;
}

.lostpassword input[type="submit"] {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .container .row {
        margin: 0;
    }
    .row .col.s4 {
        width: 100%;
    }
    .row .col.s3 {
        width: 100%;
    }
    .row .col.offset-s2 {
        margin-left: 0;
    }
    .row .col.offset-s4 {
        margin-left: 0;
    }
    .lostpassword strong {
        text-align: left;
    }
}

.content-general {
    font-size: 16px;
    color: #555555;
}

.content-general h1 {
    font-size: 28px;
    color: #255469;
    font-weight: 700;
}

.content-general a {
    color: #255469;
    font-weight: 600;
}

.content-general h2 {
    font-size: 25px;
    color: #255469;
    font-weight: 700;
    padding-bottom: 7px;
    border-bottom: 4px solid #f7ad30;
}

.content-general h3 {
    font-size: 20px;
    color: #255469;
    font-weight: 600;
    padding-bottom: 7px;
}

.content-general strong {
    color: #255469;
    font-weight: 700;
}

.content-general .sidebar {
    margin-left: 12%;
}

.content-general .partidos-dia {
    color: #fff;
    background: #7f7f7f;
    border-bottom: 2px solid #8eb623;
    margin-bottom: 30px;
}

.content-general .partidos-dia th {
    background: #255469;
    text-align: center;
    font-size: 22px;
}

.content-general .partidos-dia td {
    padding: 15px 10px;
    text-align: center;
    font-size: 14px;
}

.content-general .partidos-dia td.versus {
    color: #90be15;
}

.content-general .partidos-dia td img {
    position: relative;
    height: 50px;
    margin: 8px auto;
    display: blocK;
    top: 5px;
  }

.content-general .tabla-polla {
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 0px;
}

.content-general .sombra {
    background: url(../images/bg_table.png) no-repeat bottom center;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.content-general .general {
    background-color: #dad7d7;
    margin: 20px 0;
}

.content-general .general tr {
    border: 0;
}

.content-general .general td {
    border-right: 1px solid #fff;
    padding: 20px 15px;
}

.content-general .general td:first-child {
    background: #c4c4c4;
    font-weight: 600;
}

.content-general .polla {
    color: #fff;
}

.content-general .polla tr {
    border-bottom: 1px solid #fff;
}

.content-general .polla th {
    background: #255469;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 0;
    line-height: 55px;
    font-weight: 500;
    border-radius: 0;
}

.content-general .polla th .pronostico {
    background: #3a637d url(../images/icon_balon.png) 10px 50% no-repeat;
    background-size: 20px;
    display: block;
    position: relative;
    float: right;
    width: 115px;
    padding: 12px 10px 15px 40px;
    font-size: 13px;
    color: #fff;
    line-height: 14px;
}

.content-general .polla th .pronostico:hover {
    background-color: #2a4659;
}

.content-general .polla td {
    padding: 15px 10px;
    background: rgba(185, 185, 185, 0.84);
    border-radius: 0;
    border-right: 1px solid #fff;
    color: #333;
    text-align: center;
}

.content-general .polla td:nth-child(2n) {
    background: rgba(211, 207, 207, 0.84);
}

.content-general .polla td:last-child {
    border-right: 0;
}

.content-general .actions {
    margin-bottom: 20px;
}

.content-general .actions.center {
    margin: 0 auto 15px;
    width: 75%;
}

.content-general .actions.center .btn {
    padding: 0 15px 0 32px;
}

.content-general .actions .btn {
    display: inline-block;
    padding: 0 3px 0 28px;
    line-height: 28px;
    color: #fff;
    font-size: 11px;
    line-height: 36px;
    box-shadow: none;
    position: relative;
    background: #6e9c35;
}

.content-general .actions .btn:hover {
    opacity: 0.8
}

.content-general .actions .btn .icon {
    background-color: #486723;
    background-size: 17px;
    background-position: center center;
    position: absolute;
    height: 36px;
    width: 25px;
    display: block;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

.content-general .actions .btn.pronostico .icon {
	background-image: url(../images/icon_balon.png);
}

.content-general .actions .btn.info .icon {
    background-image: url(../images/icon_info.png);
}

.content-general .actions .btn.ranking .icon {
    background-image: url(../images/icon_ranking.png);
}

.content-general .actions .btn.jornadas .icon {
    background-image: url(../images/icon_jornadas.png);
}

.content-general .actions .btn.puntos .icon {
    background-image: url(../images/icon_puntos.png);
}

.content-general .actions .btn.retirarme {
    padding: 0 3px;
    background: #3c7b2e;
    border-left: 1px solid #fff;
}

.content-general .actions .btn.retirarme span {
    font-size: 12px;
}

.content-general .actions .btn.aceptar {
    padding: 0 10px;
    background: rgba(21, 69, 100, 0.84);
    border-left: 1px solid #fff
}

.content-general .actions .btn.rechazar {
    padding: 0 10px;
    background: rgba(23, 98, 6, 0.84);
    border-left: 1px solid #fff;
}

.content-general .create-polla .video-container {
    margin-top: 35px;
}

.content-general .create {
    width: 100%;
    max-width: 320px;
}

.content-general .create label {
    color: #333333;
    top: 17px;
}

.content-general .create p {
    float: right;
    color: #215166;
}

.content-general .divi {
    height: 10px;
    width: 100%;
    margin: 10px 0;
    clear: both;
}

.content-general .gender,
.content-general .name,
.content-general .description {
    width: 100%;
    max-width: 320px;
    resize: none;
}

.content-general .gender .instruction,
.content-general .name .instruction,
.content-general .description .instruction {
    font-size: 13px;
    line-height: 15px;
    color: #215166;
}

.content-general .gender textarea,
.content-general .name textarea,
.content-general .description textarea {
    height: 100px;
}

.content-general .gender input[type="button"],
.content-general .name input[type="button"],
.content-general .description input[type="button"] {
    margin-right: 10px;
}

.content-general .config input[type="checkbox"]+label {
    padding-right: 35px;
    padding-left: 0;
    width: 100%;
    max-width: 320px;
    color: #333333;
}

.content-general .config input[type="checkbox"]+label:after {
    right: 0 !important;
    left: auto !important;
}

.content-general .config input[type="checkbox"]+label:before {
    right: 0 !important;
    left: auto !important;
}

.content-general .tab-gris {
    background: #dbdbdb;
    padding: 14px 14px 14px 54px;
    color: #002136;
    font-size: 16px;
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
}

.content-general .tab-azul {
    background: #255469 url(../images/icon_info.png) no-repeat 14px 50%;
    background-size: 25px;
    padding: 14px 14px 14px 54px;
    color: #fff;
    font-size: 16px;
    max-width: 260px;
    display: block;
    clear: both;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}

.content-general .tab-azul a {
    color: #f9ad46;
}

.content-general .tab-azul:hover {
    background-color: #32728f;
}

.content-general .tab-azul.large {
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.content-general .tab-azul.large:hover {
    background-color: #255469;
}

.content-general .video-container {
    width: 60%;
    clear: both;
    margin: 0 20%;
    position: relative;
    top: 20px;
}

.content-general .tab-content {
    margin-top: 20px;
}

.content-general .tab-content li {
    padding-left: 20px;
    background: url(../images/icon_reglas.png) no-repeat left center;
    background-size: 13px;
}

.content-general .tab-content p {
    color: #154564;
}

.content-general .tab-content p a {
    color: #6e9c35;
}

.content-general .tab-content strong {
    padding: 25px 0 15px;
    display: block;
}

.content-general .horarios {
    text-align: center;
}

.content-general .horarios label {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: auto;
    left: auto;
    color: #333;
    top: -5px;
    margin-right: 10px;
}

.content-general .horarios .select-wrapper {
    display: inline-block;
}

.content-general .title-campeonato {
    display: block;
    clear: both;
    text-align: center;
    padding-top: 15px;
}

.content-general .tabla-pronosticos {
    position: relative;
    margin-top: 15px;
    margin-bottom: 0px;
}

.content-general .participado {
    height: 0;
    width: 100%;
    opacity: 0;
    position: relative;
    top: -100px;
    float: left;
    transition: all 0.2s ease-out 0s;
}

.content-general .participado.active {
    height: auto;
    opacity: 1;
    top: 0;
}

.content-general .pronosticos {
    color: #020202;
    margin-top: 15px;
}

.content-general .pronosticos tr {
    border-bottom: 1px solid #cecdcd;
}

.content-general .pronosticos th {
    background: #255469;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 0;
    line-height: 55px;
    font-weight: 500;
    border-radius: 0;
}

.content-general .pronosticos th:first-child {
    background: #39692e;
}

.content-general .pronosticos td {
    padding: 10px 5px;
    background: #fff;
    border-radius: 0;
    border-right: 1px solid #fff;
    color: #333;
    text-align: center;
}

.content-general .pronosticos td img {
    margin: 0 6px;
    position: relative;
}

.content-general .pronosticos td:first-child {
    color: #255469;
}

.content-general .pronosticos td:nth-child(2n+1) {
    background: #f2f2f2;
}

.content-general .pronosticos td.vs {
    background: #fff;
    color: #90be15;
}

.content-general .pronosticos td:last-child {
    border-right: 0;
}

.content-general .pronosticos td .divi {
    font-size: 18px;
    margin: 0 5px;
    position: relative;
    top: -13px;
}

.content-general .pronosticos td .equipo {
    display: block;
}

.content-general .pronosticos td .tarjeta {
    display: inline-block;
    width: 18px;
    height: 23px;
    background: url(../images/icon_tarjetas.png) no-repeat left top;
    margin: 5px;
}

.content-general .pronosticos td .tarjeta:hover,
.content-general .pronosticos td .tarjeta.active {
    background-position: right top
}

.content-general .pronosticos td .porcentaje {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px;
    background: url(../images/icon_porcentaje.png) no-repeat left top;
}

.content-general .pronosticos td .porcentaje:hover,
.content-general .pronosticos td .porcentaje.active {
    background-position: right top;
}

.content-general .pronosticos td .fecha {
    font-size: 12px;
    color: #6e9c35;
}

.content-general .pronosticos.jornada {
    border-bottom: 2px solid #90be15;
}

.content-general .pronosticos.jornada th:first-child {
    background: #255469;
}

.content-general .pronosticos.jornada th.head {
    background: #39692e;
}

.content-general .pronosticos.jornada .divi {
    top: 0;
}

.content-general .pronosticos.jornada .marcador {
    width: 25px;
}

.content-general .pronosticos.jornada .fecha {
    color: #333333;
}

.content-general .pronosticos .marcador {
    width: 50px;
    display: inline-block;
}

.content-general .pronosticos .marcador .select-dropdown {
    padding: 0 15%;
    margin-bottom: 0;
    text-align: left;
}

.content-general .pronosticos .marcador .caret {
    font-size: 12px;
    line-height: 28px;
}

.content-general .pronosticos .ptos-afavor {
    color: #39692e;
}

.content-general .puntos-jornada {
    background: #6e9c35;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-general .puntos-acertar {
    background: #255469;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.content-general .puntos-acertar span {
    color: #f9ad46;
}

.content-general .top-aleatorio h3 {
    text-align: center;
}

.content-general .top {
    background: rgba(59, 59, 59, 0.84);
    color: #fff;
    clear: both;
}

.content-general .top th {
    background: rgba(49, 49, 49, 0.98);
    text-transform: uppercase;
    padding: 15px 15px;
}

.content-general .top td {
    padding: 10px 15px;
}

@media (max-width: 767px) {
    .content-general .sidebar {
        margin-left: 0;
    }
    .row .col.s5,
    .row .col.s7,
    .row .col.s6,
    .row .col.s7,
    .row .col.s8 {
        width: 100%;
    }
    .content-general .gender,
    .content-general .name,
    .content-general .description {
        max-width: 100%;
    }
    .content-general .create {
        max-width: 100%;
        display: table;
    }
    .content-general .actions.center {
        width: 100%;
    }
    .content-general .actions.center .btn {
        padding: 0 10px 0 32px;
    }
    .content-general .pronosticos thead {
        display: none;
    }
    .content-general .pronosticos th {
        display: block;
        width: 100%;
    }
    .content-general .pronosticos td {
        display: block;
        width: 100%;
    }
    .content-general .pronosticos td .divi {
        width: 45px;
    }
    .content-general .pronosticos tbody td:first-child {
        background-color: #255469;
        color: #fff;
    }

    .content-general .partidos-dia td img {
        height: 35px;
        width: 50%;
    }
}

footer {
    background: url(../images/bg_footer.jpg) repeat-x left top;
    height: 175px;
    width: 100%;
    margin-top: 45px;
    padding-top: 128px;
}

footer .container {
    width: 70%;
    background: #164600;
    border-radius: 5px 5px 0 0;
    padding: 12px 15px;
    color: #fff;
    position: relative;
}

footer .container .social {
    top: 10px;
}

.footer_nombre{
	font-family: "Akashi";
	font-size: 1em;
}

.powered_by_gs{
	font-family: "Akashi";
	font-size: 0.8em;
    left: 15em;
    position: relative;
}

.spco{
	font-size: 0.5em;
}

.select-wrapper span.caret {
    pointer-events: none;
}

.modal .header-modal {
    background: #255469;
    color: #fff;
    font-size: 18px;
    padding: 12px 20px;
    font-weight: 600;
    box-shadow: 2px 0 8px rgba(37, 84, 105, 0.85);
}

.modal .header-modal .close {
    font-weight: 600;
    float: right;
    font-size: 20px;
    color: #fff;
}

.modal#registro .select-wrapper {
    float: right;
    width: 60%;
}

.modal#registro .select-wrapper span.caret {
    color: #255469;
    top: 3px;
}

.modal#registro .select-wrapper .select-dropdown {
    width: 100%;
    border: 1px solid #c4c4c4;
    color: #020202;
    font-weight: 300;
}

.modal#registro label.genero {
    display: inline-block;
    font-size: 16px;
    top: auto;
    left: auto;
    color: #255469;
    font-weight: 600;
    position: relative;
    padding: 8px 0;
}

.modal#registro .terms label {
    color: #255469;
}

.modal#registro .terms label a {
    font-weight: 600;
}

@media (max-width: 1024px) {
    .content-general .sidebar {
        margin-left: 0;
    }
    .header .slider ul.slides li .caption {
        left: 25%;
        top: 4%;
    }
    .header .slider ul.slides li .caption h3 {
        font-size: 2.52rem;
    }
    .header .slider ul.slides li a {
        bottom: 0;
    }
    /* no ocultar botones social en versión móvil
    .header-top .social {
        display: none
    }
    */
    .content-general {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .slider .indicators {
        width: 100%;
        bottom: 18%;
    }
    nav .brand-logo {
        left: 52%;
    }
    nav .brand-logo img {
        height: 38px;
        position: relative;
        left: -0.6em;
    }
    .collapsible-header {
        padding: 5px 1rem 5px 56px;
        line-height: 1.8rem;
        font-size: 16px;
    }
    .slider .slides li .caption {
        left: 5%;
        width: 95%;
    }
    .slider .slides li .caption h3 {
        font-size: 2.32rem;
    }
    .slider .slides li .caption h5 {
        font-size: 1.34rem;
    }
    .header .slider ul.slides li .caption {
        left: 5%;
    }
    footer {
        padding-top: 133px;
        background-position: left bottom;
        height: auto;
    }
    footer .container {
        font-size: 12px;
        width: 95%;
    }
    footer .container .social {
        margin: 0 auto;
        position: relative;
        text-align: center;
        top: 10px;
        right: 0;
    }
    .social a img {
        width: 22px;
    }
    nav ul li.active a:before {
        width: 0;
        content: inherit;
    }
    nav ul li:nth-last-child(2) a::before,
    nav ul li:last-child a::before {
        content: inherit;
        width: 0;
    }
    nav ul li:nth-last-child(2) a,
    nav ul li:last-child a {
        margin: 0 15px;
    }
    nav ul li a {
        text-transform: uppercase;
    }

    .menu{
        z-index: 2;
        position: relative;
    }

    .spgrupo{
        display: none;
    }
}

.language_selected{
	color: yellow;
	font-weight: bold;
}

.imglogo{
	width: 64px;
	height: 64px;
}