/*
    Created on : 28-mar-2016, 18:18:34
    Author     : Paco Valverde
*/
body {
    overflow-x: hidden;
}
.fondo {
    /*background: url('../img/jpg/spring-forest.jpg') no-repeat fixed center;*/
    background: url('') no-repeat fixed center;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#foo {
    display: none;
    position: absolute;
    top: 20%;
    min-width: 280px;
    width: 94%;
}
#content {
    background: #fff; /* Para Internet Explorer */
    background: rgba(255, 255, 255, .5);
    box-shadow: 5px 5px 10px rgb(200, 200, 200);
    font-size: 2rem;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
    width: 50%;
    min-width: 280px;
}

#menusuperior {
    font: bold 1rem Arial, Verdana;;
    color: #2F2F2F;
    background-color: rgba(245, 246, 206, 0.6);
    text-align: center;
    margin:  0rem auto;
    border-bottom: solid 1px #2F2F2F;
}
.navbar-brand,
.container-fluid {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#menusuperior > div.flex-containe-menu > div.flex-item-menu {
    width: 12rem;
}
#smartmenu {
    width: 575px;
    display: none;
}
.bg-menu {
    background-color: rgba(245, 246, 206, 0.8);
}
.nav-link {
    color: #333333 !important;
}
.btn {

}
.btn-warning {
    color: #fff !important;
    background-color: #ff9928 !important;
    border-color: #ff9928 !important;
}
.btn-warning:hover {
    color: #fff !important;
    background-color: #ff8e10 !important;
    border-color: #ff8e10 !important;
}
#birds-less-volume:active,
#ocean-less-volume:active,
#whales-less-volume:active,
#rain-less-volume:active,
#storm-less-volume:active,
#wind-less-volume:active,
#fire-less-volume:active,
#crickets-less-volume:active,
#murmur-less-volume:active,
#tibetanbell-less-volume:active,
#magicgong-less-volume:active,
#seagulls-less-volume:active {
    color: #fff !important;
    background-color: #f27f00 !important;
    border-color: #f27f00 !important;
}
.btn_info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
/*@media screen and (min-width: 686px) {
    #menusuperior {
        display: none;
    }
}*/
@media screen and (max-width: 575px) {
    #menusuperior {
        display: none;
    }
    #smartmenu {
        display: initial;
    }
}

.flex-container-menu {
    padding: 0;
    margin: 0;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}
.flex-item-menu {
    margin: 10px 5px 5px 5px;
    padding: 0.6rem;

    color: black;
    font-weight: 400;
    font-size: 1.1em;
    text-align: center;
    cursor: pointer;
}
.flex-item-menu a {
    color: #222222;
}
.flex-item-menu a:hover {
    color: #000;
    text-decoration: none;
}
a:after {
    text-decoration: none;
}
.item-menu {
    background-color: rgba(220, 220, 220, 0.5);
}
.text-little {
    font-size: 0.7rem;
}
.menu-padding {
    padding: 0 0.4rem;
}

.es,
.en,
.de {
    float: right;
    width: 3rem;
    height: 2.9rem;
    margin: 0.3rem 0.1rem;
    padding: 1rem 1rem;
    font-size: 0.7rem;
    font-weight: 100;
    color: white;
    transform: scaleY(1.2);
    -webkit-transition: all ease-in 0.1s;
    transition: all ease-in 0.1s;
}

.es {
    background-color: rgba(108, 0, 0, 0.5);
}
.en {
    background-color: rgba(0, 50, 108, 0.5);
}
.de {
    background-color: rgba(0, 102, 0, 0.5);
}

#languages > a {
    text-decoration: none;
}

#languages > a:hover,
#languages > a:focus,
#languages > a:active  {
    color: black;
    background-color: rgba(255, 255, 255, 0.8);
}

#opciones {
     /*width: 90%;
    height: 50px;
    font-family: Arial, Verdana;
    font-size: 1.1rem;
    color: black;
   */
}

#presentacion {
    position: fixed;
    top: 5%;
    left: 50%;
    background: #fff; /* Para Internet Explorer */
    background: rgba(255, 255, 255, .5);
    box-shadow: 5px 5px 10px rgb(200, 200, 200);
    font-size: 1rem;
    padding: 0;
    display: none;
    width: 70%;
    min-width: 280px;
    min-height: 300px;
    height: 80%;
    overflow: auto;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 50;
}
@media screen and (max-height: 540px) {
    #presentacion {
        height: 90%;
    }
}
#main,
#wallpapers,
#instructions,
#cookiestext {
    padding: 1rem;
}
#helptheauthor {
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 1rem
}

#Previewb,
#Previews {
    cursor: pointer;
}
.nav-link {
    padding: 0;
}

.dropdown-menu {
    background-color: rgba(245, 246, 206, 0.95);
}
a.dropdown-item:hover {
    background-color: rgba(216, 218, 156, 1);
}
a#opt-twitter-smart.dropdown-item:focus,
a#opt-facebook.dropdown-item:focus,
a#opt-googleplus-smart.dropdown-item:focus,
a#opt-linkedin.dropdown-item:focus,
a#opt-personalweb.dropdown-item:focus,
a#opt-bitcoin.dropdown-item:focus {
    background-color: rgba(216, 218, 156, 1);
}

.dropdown-t-item {
    padding: 0rem 1.5rem .25rem 1.5rem;
    font-weight: bold;
    cursor: text;
}
hr {
    margin: .4rem;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
}
.title {
    font-weight: 600;
    padding: 0.3rem;
    /*text-shadow: 0px 0px 20px white;*/
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 5px white;
    text-transform: uppercase;
    -webkit-transform: scaleY(1.3);
    -moz-transform: scaleY(1.3);
    -ms-transform: scaleY(1.3);
    -o-transform: scaleY(1.3);
    transform: scaleY(1.3);
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-around;
}
.flex-item {
    padding: 5px;
    min-height: 50px;
    margin-top: 10px;

    color: black;
    font-weight: 400;
    font-size: 1.1em;
    text-align: center;
}

.fondospantalla {
    text-align: left;
}

/*
    Botón para mostrar botón opciones
*/
.cajamenu {
    width: 60px;
    height: 60px;
    z-index: 1000;
    background: green;
    position: absolute;
    top: 100px;
    left: 0px;
    border: 1px solid white;
    opacity: 0.7;
    -webkit-animation: aparece 3s; /* Chrome, Safari, Opera */
    -moz-animation: aparece 3s; /* Chrome, Safari, Opera */
    -ms-animation: aparece 3s; /* Chrome, Safari, Opera */
    -o-animation: aparece 3s; /* Chrome, Safari, Opera */
    animation: aparece 3s;
}
@media screen and (max-width: 480px) {
    .cajamenu {
        bottom: 80px;
        right: 0px;
        top: initial;
        left: initial;
    }
}

.oculto {
    opacity: 0;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes aparece {
    0%   { opacity: 0; }
    20%  { opacity: 0; }
    30%  { opacity: 0; }
    40%  { opacity: 0; }
    50%  { opacity: 0.1; }
    60%  { opacity: 0.2; }
    70%  { opacity: 0.4; }
    80%  { opacity: 0.5; }
    90%  { opacity: 0.6; }
    100% { opacity: 0.7; }
}
/* Standard syntax */
@keyframes aparece {
    0%   { opacity: 0; }
    20%  { opacity: 0; }
    30%  { opacity: 0; }
    40%  { opacity: 0; }
    50%  { opacity: 0.1; }
    60%  { opacity: 0.2; }
    70%  { opacity: 0.4; }
    80%  { opacity: 0.5; }
    90%  { opacity: 0.6; }
    100% { opacity: 0.7; }
}
/* Presentación inicial del menú */
#menubox .menu1 {
    width: 26px;
    height: 3px;
    border-radius: 3px;
    background: white;
    position: absolute;
    top: 21px;
    left: 17px;
}
#menubox .menu2 {
    width: 26px;
    height: 3px;
    border-radius: 3px;
    background: white;
    position: absolute;
    top: 29px;
    left: 17px;
}
#menubox .menu3 {
    width: 26px;
    height: 3px;
    border-radius: 3px;
    background: white;
    position: absolute;
    top: 36px;
    left: 17px;
}
/* Convertir el menú en una cruz */
#menubox .cruzado {
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: white;
    position: absolute;
    top: 21px;
    left: 20px;
    transform: rotate(45deg);
}
#menubox .ocultada {
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: white;
    position: absolute;
    top: 21px;
    left: 20px;
    opacity: 0;
}
#menubox .cruzadoo {
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: white;
    position: absolute;
    top: 21px;
    left: 20px;
    transform: rotate(-45deg);
}
/* Convertir en Rayas horizontales */
#menubox .descruzado {
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: white;
    position: absolute;
    top: 21px;
    left: 20px;
    transform: rotate(-45deg);
}
#menubox .mostrada {
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: white;
    position: absolute;
    top: 21px;
    left: 20px;
    opacity: 1;
}
#menubox .descruzadoo {
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: white;
    position: absolute;
    top: 21px;
    left: 20px;
    transform: rotate(45deg);
}
#principal {
    opacity: 1;
}
#instrucciones {
    /*visibility: hidden;*/
    padding: 3%;
    opacity: 0;
}

/* Botones play. Ejemplo de: http://www.w3schools.com/css/css3_buttons.asp */
button {
    position: relative;
    background-color: #4CAF50;
    border: none;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

button:after {
    content: "";
    background: #90EE90;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px!important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

button:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.center {
    text-align: center;
}

input {
    width: 3.4rem;
    height: 2.5rem;
    border-radius: 0;
    font-family: inherit;
}

/**
 * e-mail CSS
 */
.requiredfield {
    color: #c63c39;   /*  #b63c19 #961c19;   #b81900; #ac2925;     #761c19; oscuro    #a94442; */
    font-style: italic;
}
.informationfield {
    color: #ccc;   /*  #b63c19 #961c19;   #b81900; #ac2925;     #761c19; oscuro    #a94442; */
    font-style: italic;
}

.plus {
    cursor: pointer;
}
.minus {
    cursor: pointer;
}
/*
 * Anuncio particular
 */
.nocircle {
    list-style: none;
}
.lt-size {
    font-size: 0.9rem;
}

/**
 * Message cookies CSS
 */
#age-cookies {
    position: fixed;
    bottom: 0px;
    z-index: 500; /* default value 9999;*/
    background-color: rgba(245, 246, 206, 0.7);
    margin: 0 auto;
    padding: 5px 10px;
    display: block;
    color: rgb(0, 0, 0);
    font-family: inherit;
    border-top: 3px solid rgba(68, 68, 68, 0.7);
    border: 0;
    border-top-style: none;
    border-top-color: currentcolor;
    font-size: 0.8rem;
    text-align: center;
    width: 100%;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -ms-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
@media screen and (max-height: 580px) {
    #age-cookies {
        position: relative;
    }
}
#age-cookies.in {
    bottom:0;
    opacity:1;
}
#age-cookies .cookies-option{
    display: block;
    border: 1px solid #161c21;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
#age-cookies .cookies-option img {
    width:100%;
}
.btn-cookie
{
    margin-bottom: 5px;
    border-radius: 0px;
    font-size: 0.8rem;
}
.hideaccept {
    visibility: hidden;
}

.panel-heading {
    margin-top: 0px;
    padding-top: 50px;
}
.panel-heading-help {
    margin-top: 0px;
    padding-top: 50px;
}

@media (max-width: 480px) {
    h2.panel-heading-help {
        font-size: 1.8rem;
    }
    #helptheauthor {
        padding-left: 20px;
    }
}
@media (max-width: 400px) {
    h2.panel-heading-help {
        font-size: 1.4rem;
    }
    #helptheauthor {
        padding-left: 10px;
    }
}
.cookiestext {
    padding-bottom: 20px;
    z-index: -50;
}
.cookiestext > p {
    text-align: justify;
}
.cookiesbody {
    padding: 2rem !important;
    background-color: rgba(255, 255, 255, 0.8);
}
.legaltexts {
    padding: 20px 0;
}

/**
 * Sound control
 */
.loop-sound {
    width: 16rem;
    min-height: 6rem;
    border: solid 1px #000080;
    background-color: rgba(164, 164, 164, 0.6); /*#A4A4A4*/
}
.sound-type {
    margin-bottom: 0.4rem;
    padding: 0.2rem;
    color: white;
    background-color: #1C1C1C;
}
.dontshow {
    display: none;
}
.play-stop,
.less-volume,
.more-volume {
    cursor: pointer;
}
.play-stop {
    width: 4rem;
    height: 3rem;
    font-size: 2rem;
    padding: 0.1rem;
}
.less-volume {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    padding: 0;
}
.volume {
    width: 3rem;
    height: 3rem;
    font-size: 1.3rem;
    padding: 0.6rem;
}
.more-volume {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
}
.control-item {
    text-align: center;
    margin-bottom: 0.3rem;
}
.fas {
    width: 2.5rem;
    height: 2.5rem;
    color: black;
}

.btn-small {
    width: 4rem;
    height: 3rem;
    font-size: 1.4rem !important;
    padding: 0.4rem 0 !important;
    border-radius: 0 !important;
    cursor: pointer;
}

/**
 * Footer elements
 */
footer {
    position: fixed;
    bottom: 0;
    padding: 10px 15px;
}
@media screen and (max-height: 580px) {
    footer {
        position: relative;
        bottom: inherit;
        padding: 5px 5px;
    }
}
.footerlinks {
    font-size: 0.8rem;
    text-shadow: 2px 2px 4px rgb(0, 0, 0);
}
a#opt-cookiespolicys {
    /*text-align: center;*/
}
.text-footer {
    color: #007bff;
    font-size: 0.8rem;
    text-shadow: 2px 2px 4px rgb(0, 0, 0);
}
/**
 * Fondos de los botones para seleccionar los fondos de pantalla
 */
#morningforest {
    background: url(../img/thumb/morningforest.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#spring-forest {
    background: url(../img/thumb/spring-forest.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#japan-garden {
    background: url(../img/thumb/japan-garden.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#seashore-01 {
    background: url(../img/thumb/seashore-01.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#seashore-02 {
    background: url(../img/thumb/seashore-02.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#cabo-de-palos {
    background: url(../img/thumb/cabo-de-palos.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#deep-sea-ocean {
    background: url(../img/thumb/deep-sea-ocean.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#calmed-river {
    background: url(../img/thumb/calmed-river.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#waterfall {
    background: url(../img/thumb/waterfall.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#autumn-river {
    background: url(../img/thumb/autumn-river.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#lake {
    background: url(../img/thumb/lake.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#nebula-helix {
    background: url(../img/thumb/nebula-helix.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#starry-night {
    background: url(../img/thumb/starry-night.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#color-000 {
    background-color: #000;
}
#color-333 {
    background-color: #333;
}
#color-555 {
    background-color: #555;
}

.wallpaper {
    margin-bottom: 0.5rem;
    width: 16rem;
    min-height: 6rem;
    border: solid 1px #000080;
    text-align: center;
    cursor: pointer;
}

input[type=checkbox] {
    visibility: hidden;
}
input[type=radio] {
    visibility: hidden;
}

/* ROUNDED ONE */
.roundedOne {
    width: 28px;
    height: 28px;
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin: 20px auto;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

.roundedOne label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    left: 4px;
    top: 4px;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(to bottom, #222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedOne label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #00bf00;

    background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: linear-gradient(to bottom, #00bf00 0%, #009400 100%);

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: 2px;
    left: 2px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.roundedOne label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.roundedOne input[type=radio]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* SQUARED ONE */
.squaredOne {
    width: 28px;
    height: 28px;
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin: 20px auto;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

.squaredOne label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 4px;
    top: 4px;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(to bottom, #222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredOne label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #00bf00;

    background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: linear-gradient(to bottom, #00bf00 0%, #009400 100%);

    top: 2px;
    left: 2px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.squaredOne label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.squaredOne input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/**
 * Sección "helptheauthor"
    background-color: white;
 */
.helpwithbitcoin {
    background-color: white;
}

#video-waterfall {
    padding: 0;
}

/**
 * Video full screen
 */
#video_background {
    position: fixed;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}
#video_pattern {
    background:#fff;
    position: fixed;
    opacity: 0.8;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/**
 *
 */
#video-beach,
#video-cataract {
    width: 250px;
    height: 141px;
    padding: 0;
    overflow: hidden;
}
#roundedOne > .roundedOne > video{
    /*width: 250px;
    height: 141px;*/
    background-color: white;
    position: absolute;
    z-index: 4;
}
.video-sound-type {
    width: 245px;
    position: absolute;
    color: white;
    background-color: #1C1C1C;
    z-index: 3;
}
video {
    margin: 0;
    padding: 0;
}
/***/

/**
 * CSS del div que contiene un video
 */
#video {
    overflow: hidden;
}
.mivideo{
    /*width: 250px;
    height: 141px;*/
    background-color: white;
    position: absolute;
    z-index: 1;
}
#contenidoizq {
    width: 50%;
    position: absolute;
    z-index: 2;
}
#contenidoder {
    margin: 5px;
    width: 240px;
    position: absolute;
    /*background-color: white;*/
    z-index: 3;
    /*border: red solid 1px;*/
}

/***/

/* VIDEO ROUNDED ONE */
.videoRoundedOne {
    width: 28px;
    height: 28px;
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin: 70px 105px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: absolute;

}

.videoRoundedOne label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    left: 4px;
    top: 4px;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(to bottom, #222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.videoRoundedOne label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #00bf00;

    background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: linear-gradient(to bottom, #00bf00 0%, #009400 100%);

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: 2px;
    left: 2px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.videoRoundedOne label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.videoRoundedOne input[type=radio]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
#occasional {
    margin-top: 20px;
}
@media screen and (min-width: 1100px) {
    #main,
    #wallpapers {
        padding: 20px 100px;
    }
}

:-webkit-full-screen {
    background-color: darkslateblue !important;
}
:-moz-full-screen {
    background-color: darkslateblue !important;
}
:-ms-fullscreen {
    background-color: darkslateblue !important;
}
:fullscreen {
    background-color: darkslateblue !important;
}

