/* Dynamically created file from intern database */ 
button:focus {box-shadow: none!important;}
a.btn:focus, a.btn:active {box-shadow: none!important;}

/* heavy-button-yellow -> Jemná oranžová */
.heavy-button-yellow {
    box-shadow: 0 10px 14px -7px #fce2c1;
    background: #ffc477 linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
    color:#000!important;
    text-shadow:0 1px 0 #cc9f52;
    border-radius:8px;
    display:inline-block;
    cursor:pointer;
    font-size:20px;
    font-family: 'Marcellus';
    font-weight:bold;
    padding:13px 32px;
    text-decoration:none;
}

.heavy-button-yellow:hover {
    background: #fb9e25 linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
}
/* heavy-button-blue -> Nebeská modrá */
.heavy-button-blue{color:#fff !important;box-shadow:0 10px 14px -7px #276873;background:#599bb3 linear-gradient(to bottom,#599bb3 5%,#408c99 100%);text-shadow:0 1px 0 #3d768a;}.heavy-button-blue:hover{background:#408c99 linear-gradient(to bottom,#408c99 5%,#599bb3 100%);}
/* heavy-button-brown -> Cihlová hnědá */
.heavy-button-brown{box-shadow:0 10px 14px -7px #b54b3a;background:#a73f2d linear-gradient(to bottom,#a73f2d 5%,#b34332 100%);text-shadow:0 1px 0 #7a2a1d;color:#fff !important;}.heavy-button-brown:hover{background:#b34332 linear-gradient(to bottom,#b34332 5%,#a73f2d 100%);}
/* heavy-button-green -> Lesklá zeleň */
.heavy-button-green{box-shadow:0 10px 14px -7px #3e7327;background:#77b55a linear-gradient(to bottom,#77b55a 5%,#72b352 100%);text-shadow:0 1px 0 #5b8a3c;color:#fff !important;}.heavy-button-green:hover{background:#72b352 linear-gradient(to bottom,#72b352 5%,#77b55a 100%);}
/* heavy-button-white -> Sněhová bílá */
.heavy-button-white{box-shadow:0 10px 14px -7px #fff;background:#ededed linear-gradient(to bottom,#ededed 5%,#dfdfdf 100%);color:#777;text-shadow:0 1px 0 #fff;}.heavy-button-white:hover{background:#dfdfdf linear-gradient(to bottom,#dfdfdf 5%,#ededed 100%);}