    body {
    height: 100%;
	background: grey url("images/bgl.jpg");
    background-blend-mode: soft-light;
	color: #474f51;
    }

    micro {
    font-size: 10px;
    }

    h1 {
    font-weight: bold;
	text-transform: uppercase;
    }

    h2 {
    font-weight: bold;
    }

    darkmagenta {
    color: darkmagenta;
    }

    table td {
    padding-left: 5px;
    padding-right: 5px;
    }

    @media (max-width: 1599px) {
        footer {
        position: inherit;
        width: 100%;
        }
    }
    
    @media (min-width: 1600px) {
        footer {
        position: fixed;
        bottom: -1px;
        width: 100%;
        }
    }

    #video-bg {
    position: fixed;
    opacity: 0.2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    }
 
    #video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto; 
    }
 
     @supports (object-fit: cover) {
         #video-bg > video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
         }
     }

    @media screen and (max-device-width: 768px) {
    #video-bg > video {
        display: none;
        }
    }

    .daologo {
    pointer-events: none;
	text-align: center;
	background-image: -webkit-linear-gradient(63.5deg,rgba(255,255,255,1.00) 0%,rgba(255,255,0,1.00) 50.25%,rgba(255,255,255,1.00) 50.5%,rgba(0,191,255,1.00) 100%);
	background-image: -moz-linear-gradient(63.5deg,rgba(255,255,255,1.00) 0%,rgba(255,255,0,1.00) 50.25%,rgba(255,255,255,1.00) 50.5%,rgba(0,191,255,1.00) 100%);
	background-image: -o-linear-gradient(63.5deg,rgba(255,255,255,1.00) 0%,rgba(255,255,0,1.00) 50.25%,rgba(255,255,255,1.00) 50.5%,rgba(0,191,255,1.00) 100%);
	background-image: linear-gradient(63.5deg,rgba(255,255,255,1.00) 0%,rgba(255,255,0,1.00) 50.25%,rgba(255,255,255,1.00) 50.5%,rgba(0,191,255,1.00) 100%);
	width: 100%;
    height: 160px; 
    border-radius: 4px;
	}

    .daoico {
    height: 50px;
	text-align: center;
    margin-right: 14px;
	}

    .daoicobig {
    width: 67%;
	text-align: center;
    margin-right: 14px;
	background-image: -webkit-linear-gradient(63.5deg,rgba(255,255,255,1.00) 0%,rgba(255,255,0,1.00) 50.25%,rgba(255,255,255,1.00) 50.5%,rgba(0,191,255,1.00) 100%);
	background-image: -moz-linear-gradient(63.5deg,rgba(255,255,255,1.00) 0%,rgba(255,255,0,1.00) 50.25%,rgba(255,255,255,1.00) 50.5%,rgba(0,191,255,1.00) 100%);
	background-image: -o-linear-gradient(63.5deg,rgba(255,255,255,1.00) 0%,rgba(255,255,0,1.00) 50.25%,rgba(255,255,255,1.00) 50.5%,rgba(0,191,255,1.00) 100%);
	background-image: linear-gradient(63.5deg,rgba(255,255,255,1.00) 0%,rgba(255,255,0,1.00) 50.25%,rgba(255,255,255,1.00) 50.5%,rgba(0,191,255,1.00) 100%);
	}

    .gerb {
    pointer-events: none;
    width: 24px;
    margin-top: 4px;
    }

    .liny {
    display: flex;
    font-weight: bold;
    }

    .container {
    padding-top: 14px;
    }

    .feature-image {
    pointer-events: none;
    }

    .white hr {
    border-top: 1px solid #aaaaaa;
    }

    .black {
    background: #3B4346 url("images/bg02.jpg");
    color: white;
	border-radius: 4px / 5px; 
    }

        .black darkmagenta {
        color: #74ff74;
        }

        .black a {
        color: yellow;
        }

    .grey {
	background: #f7f7f7 url("images/bg04.png");
	border-radius: 4px / 5px; 
    }

    .white {
    background: white;
	border-radius: 4px / 5px; 
    }

    .social-image {
    display: inline-block;
	outline: 0;
	}

		.social-image img {
		display: block;
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 12px;
		width: 36px;
        border-radius: 10px;
        }

	.check-list li {
        list-style: none;
        border-bottom: solid 1px #e2e6e8;
		padding: 0.7em 0 0.7em 45px;
		background: url("images/icon-checkmark.png") 0px 1.05em no-repeat;
        }
        
    .quote-list {
    list-style: none;  
    }

	.notimg {
    pointer-events: none;
    font-size: 24px;
    font-weight: bold;
	border-radius: 4px / 5px;
	width: 100%;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #FFFFFF;
	color: #2B2B00;
	vertical-align: middle;
	background-image: -webkit-linear-gradient(63.5deg,rgba(255,255,255,1.00) 0%,rgba(255,255,0,1.00) 50.25%,rgba(255,255,255,1.00) 50.25%,rgba(0,191,255,1.00) 100%);
	background-image: -moz-linear-gradient(63.5deg,rgba(255,255,255,1.00) 0%,rgba(255,255,0,1.00) 50.25%,rgba(255,255,255,1.00) 50.25%,rgba(0,191,255,1.00) 100%);
	background-image: -o-linear-gradient(63.5deg,rgba(255,255,255,1.00) 0%,rgba(255,255,0,1.00) 50.25%,rgba(255,255,255,1.00) 50.25%,rgba(0,191,255,1.00) 100%);
	background-image: linear-gradient(63.5deg,rgba(255,255,255,1.00) 0%,rgba(255,255,0,1.00) 50.25%,rgba(255,255,255,1.00) 50.25%,rgba(0,191,255,1.00) 100%);
	}

    .linkimg {
	border: 1px solid rgba(0,0,0,0.23);
    background-image: -webkit-linear-gradient(63.5deg,rgba(255,255,255,1.00) 47.67%,rgba(255,255,0,1.00) 100%);
    background-image: -moz-linear-gradient(63.5deg,rgba(255,255,255,1.00) 47.67%,rgba(255,255,0,1.00) 100%);
    background-image: -o-linear-gradient(63.5deg,rgba(255,255,255,1.00) 47.67%,rgba(255,255,0,1.00) 100%);
    background-image: linear-gradient(63.5deg,rgba(255,255,255,1.00) 47.67%,rgba(255,255,0,1.00) 100%);
    background-color: #bfbfbf;
	border-radius: 4px / 5px;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(173, 173, 173, 0.5), inset 0px 0px 0px 2px rgba(69, 69, 69, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
	}

		.linkimg:hover {
        background-image: -webkit-linear-gradient(63.5deg,rgba(255,255,0,1.00) 47.67%,rgba(255,255,255,1.00) 100%);
        background-image: -moz-linear-gradient(63.5deg,rgba(255,255,0,1.00) 47.67%,rgba(255,255,255,1.00) 100%);
        background-image: -o-linear-gradient(63.5deg,rgba(255,255,0,1.00) 47.67%,rgba(255,255,25,1.00) 100%);
        background-image: linear-gradient(63.5deg,rgba(255,255,0,1.00) 47.67%,rgba(255,255,255,1.00) 100%);
        background-color: #bfbfbf;
        box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		}

		.linkimg:active {
        background-image: -webkit-linear-gradient(63.5deg,rgba(255,255,255,1.00) 0%,rgba(255,255,0,1.00) 50.25%,rgba(255,255,255,1.00) 50.25%,rgba(0,191,255,1.00) 100%);
        background-image: -moz-linear-gradient(63.5deg,rgba(255,255,255,1.00) 0%,rgba(255,255,0,1.00) 50.25%,rgba(255,255,255,1.00) 50.25%,rgba(0,191,255,1.00) 100%);
        background-image: -o-linear-gradient(63.5deg,rgba(255,255,255,1.00) 0%,rgba(255,255,0,1.00) 50.25%,rgba(255,255,255,1.00) 50.25%,rgba(0,191,255,1.00) 100%);
        background-image: linear-gradient(63.5deg,rgba(255,255,255,1.00) 0%,rgba(255,255,0,1.00) 50.25%,rgba(255,255,255,1.00) 50.25%,rgba(0,191,255,1.00) 100%);
        background-color: #ffff00;
        box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		}

    .songtxt {
	border: 1px solid rgba(0,0,0,0.23);	
	background-image: -webkit-linear-gradient(63.5deg,rgba(255,255,255,1.00) 47.67%,rgba(255,255,0,1.00) 100%);
	background-image: -moz-linear-gradient(63.5deg,rgba(255,255,255,1.00) 47.67%,rgba(255,255,0,1.00) 100%);
	background-image: -o-linear-gradient(63.5deg,rgba(255,255,255,1.00) 47.67%,rgba(255,255,0,1.00) 100%);
	border-radius: 4px / 5px;
	background-image: linear-gradient(63.5deg,rgba(255,255,255,1.00) 47.67%,rgba(255,255,0,1.00) 100%);
			}

    .probel {
    display: inline;
    margin-right: 3px;
    }

    .notactive {
    pointer-events: none;
    }