body.night {
    background-color: #191a1d;
    color: #ffffff;
}

.night .nav {
    background-color: #111;
}

    .night .nav ul li a:link {
        color: #ffffff;
    }

    .night .nav ul li a:visited {
        color: #ffffff;
    }

    .night .nav ul li a:hover {
        color: #ffffff;
    }

    .night .nav ul ul {
        background-color: #111;
    }

        .night .nav ul ul li {
            background-color: #111;
        }

            .night .nav ul ul li:hover {
                background-color: #111;
            }



            .night .nav ul ul li a:link {
                color: #ffffff !important;
                background-color: #111 !important;
            }

            .night .nav ul ul li a:visited {
                color: #ffffff !important;
            }

            .night .nav ul ul li:hover a {
                background-color: #111 !important;
                color: #ffffff !important;
            }


.night .scrollheader {
    background-color: #111 !important;
}

    .night .scrollheader .nav ul li a:hover {
        background-color: #111 !important;
    }

.night .home-news-box .titulo a:link {
    color: #ffffff;
}

.night .home-news-box .titulo a:visited {
    color: #ffffff;
}


.night .slider .titulo {
    color: #ffffff;
}

    .night .slider .titulo a:link {
        color: #ffffff;
    }

    .night .slider .titulo a:visited {
        color: #ffffff;
    }

.night .home-lateral-arriba {
    background-color: #191a1d;
}

.night .home-lateral-abajo {
    background-color: #191a1d;
}


.night .post .titulo {
    color: #ffffff;
}

.night .autormobile {
    color: #ffffff;
}

.night .post .texto {
    color: #ffffff;
}

    .night .post .texto span {
        color: #ffffff;
    }

.night .aviso {
    color: #fff !important;
}

.night .comentarios {
    display: none;
}

.night .categoriamobile {
    font-weight: 700;
    font-size: 0.9em;
    line-height: 1em;
    color: #ffffff;
    background-color: #c4171b;
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px 10px;
}

.night .lblautor {
    font-weight: 700;
    color: #ffffff;
}

.night .titulo-contacto {
    color: #ffffff;
}

.night .subtitulo-contacto {
    color: #ffffff;
}

.night .titulo-contacto {
    color: #ffffff;
}

.night .subtitulo-contacto {
    color: #ffffff;
}

.night .llamada-texto {
    color: #ffffff;
}

.night .llamada-titulo {
    color: #ffffff;
}

.night .text input {
    text-indent: 20px;
}

.night .text textarea {
    text-indent: 20px;
}
/*MOBILE*/


.night #menu {
    background-color: #111;
}

    .night #menu li a:link {
        color: #ffffff;
        background-color: #111;
        border-bottom: solid 1px #111;
    }

    .night #menu li a:visited {
        color: #ffffff;
        border-bottom: solid 1px #111;
    }

    .night #menu li a:hover {
        color: #ffffff;
        border-bottom: solid 1px #111;
    }

.night .mobile-top {
    border-bottom: solid 1px #111;
}


/*BOTON*/
.toggle-box {
    margin-top: 20px;
}


.toggle-box-label-left:empty {
    margin-left: -10px;
}

.toggle-box-label-left:before, .toggle-box-label-left:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*transition*/
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    outline: none;
}


.toggle-box input[type=checkbox], .toggle-box input[type=checkbox]:active {
    position: absolute;
    top: -5000px;
    height: 0;
    width: 0;
    opacity: 0;
    border: none;
    outline: none;
}

.toggle-box label {
    display: inline-block;
    position: relative;
    padding: 0px;
    /*margin-bottom: 20px;*/
    font-size: 0.9em;
    line-height: 1em;
    cursor: pointer;
    color: #191a1d;
    font-weight: normal;
}

.toggle-box-label-left:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    line-height: 34px;
    text-indent: 40px;
    height: 16px;
    width: 16px;
    margin: 4px;
    /*border-radius*/
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    right: 26px;
    bottom: 0px;
    background: #FFB200;
    transform: rotate(-45deg);
    box-shadow: 0 0 10px white;
}

.toggle-box-label-left:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 24px;
    /*border-radius*/
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.15);
    vertical-align: middle;
    margin: 0 10px;
    border: 2px solid #FFB200;
}

.toggle-box input[type=checkbox]:checked + .toggle-box-label-left:before {
    right: 17px;
    box-shadow: 5px 5px 0 0 #eee;
    background: transparent;
}

.toggle-box input[type=checkbox]:checked + .toggle-box-label-left:after {
    background: rgba(0, 0, 0, 0.15);
    border: 2px solid white;
}

.toggle-box input[type=checkbox] + .toggle-box-label-left {
    color: rgba(250, 250, 250, 0.51);
    font-weight: bold;
}

.toggle-box input[type=checkbox]:checked + .toggle-box-label-left {
    color: rgba(149, 149, 149, 0.51);
    font-weight: normal;
}

    .toggle-box input[type=checkbox]:checked + .toggle-box-label-left + .toggle-box-label {
        color: #ffffff;
    }




/*BOTON MOBILE */
.toggle-box-m {
    margin-top: 20px;
}


.toggle-box-label-left-m:empty {
    margin-left: -10px;
}

.toggle-box-label-left-m:before, .toggle-box-label-left-m:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*transition*/
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    outline: none;
}


.toggle-box-m input[type=checkbox], .toggle-box-m input[type=checkbox]:active {
    position: absolute;
    top: -5000px;
    height: 0;
    width: 0;
    opacity: 0;
    border: none;
    outline: none;
}

.toggle-box-m label {
    display: inline-block;
    position: relative;
    padding: 0px;
    /*margin-bottom: 20px;*/
    font-size: 0.9em;
    line-height: 1em;
    cursor: pointer;
    color: #191a1d;
    font-weight: normal;
}

.toggle-box-label-left-m:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    line-height: 34px;
    text-indent: 40px;
    height: 16px;
    width: 16px;
    margin: 4px;
    /*border-radius*/
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    right: 26px;
    bottom: 0px;
    background: #FFB200;
    transform: rotate(-45deg);
    box-shadow: 0 0 10px white;
}

.toggle-box-label-left-m:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 24px;
    /*border-radius*/
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.15);
    vertical-align: middle;
    margin: 0 10px;
    border: 2px solid #FFB200;
}

.toggle-box-m input[type=checkbox]:checked + .toggle-box-label-left-m:before {
    right: 17px;
    box-shadow: 5px 5px 0 0 #eee;
    background: transparent;
}

.toggle-box-m input[type=checkbox]:checked + .toggle-box-label-left-m:after {
    background: rgba(0, 0, 0, 0.15);
    border: 2px solid white;
}

.toggle-box-m input[type=checkbox] + .toggle-box-label-left-m {
    color: rgba(250, 250, 250, 0.51);
    font-weight: bold;
}

.toggle-box-m input[type=checkbox]:checked + .toggle-box-label-left-m {
    color: rgba(149, 149, 149, 0.51);
    font-weight: normal;
}

    .toggle-box-m input[type=checkbox]:checked + .toggle-box-label-left-m + .toggle-box-label-m {
        color: #ffffff;
    }



@media screen and (max-width: 1140px) {
    .night .header {
        background-color: #111 !important;
    }

    .toggle-box {
        display: none;
    }
}