@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('websymbols/websymbols-regular-webfont.woff') format('woff'), url('websymbols/websymbols-regular-webfont.ttf') format('truetype'), url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.mybtn {
    line-height: 100%;
    font-family: Arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    vertical-align: text-bottom;
    display: inline-block;
    cursor: pointer;
    zoom: 1;
    outline-width: medium;
    outline-color: invert;
    font-size-adjust: none;
    font-stretch: normal;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    border-top-color: #00ffff;
    border-right-color: #00ffff;
    border-bottom-color: #00ffff;
    border-left-color: #00ffff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-origin: padding-box;
    background-clip: padding-box;
}

    .mybtn:hover {
        background: #00ffff;
    }

.a-btn {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 10px 10px 10px 40px;
    border-radius: 50px;
    position: relative;
    float: right;
    display: block;
    overflow: hidden;
    margin-top: 16px;
    margin-right: 10px;
    background: #fff;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(rgba(255,255,255,1),0),color-stop(rgba(246,246,246,1),0.74),color-stop(rgba(237,237,237,1),1));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 74%, rgba(237,237,237,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 74%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 74%, rgba(237,237,237,1) 100%);
    background: linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 74%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(188,188,188,0.1);
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(188,188,188,0.1);
    box-shadow: 0px 0px 7px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(188,188,188,0.1);
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}

.a-btn-symbol {
    font-family: 'WebSymbolsRegular', cursive;
    color: #555;
    font-size: 8px;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
    position: absolute;
    left: 30px;
    line-height: 15px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.a-btn-text {
    font-size: 8px;
    color: black;
    line-height: 15px;
    font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
    display: block;
}

.a-btn-slide-text {
    font-family: Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #555;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}

.a-btn-slide-icon {
    position: absolute;
    top: -30px;
    width: 20px;
    height: 15px;
    background: transparent url(../images/arrow_down_black.png) no-repeat top left;
    left: 20px;
    opacity: 0.4;
}

.a-btn:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
    -moz-box-shadow: 0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
}

    .a-btn:hover .a-btn-symbol {
        opacity: 0;
    }

    .a-btn:hover .a-btn-slide-icon {
        -webkit-animation: slideDown 0.9s linear infinite;
        -moz-animation: slideDown 0.9s linear infinite;
        animation: slideDown 0.9s linear infinite;
    }

.a-btn:active {
    background: #d7565b;
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.6) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.6) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.6) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
}

    .a-btn:active .a-btn-text {
        color: #fff;
        text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    }

    .a-btn:active .a-btn-slide-text {
        color: rgba(0,0,0,0.4);
        text-shadow: none;
    }

@keyframes slideDown {
    0% {
        top: -30px;
    }

    100% {
        top: 80px;
    }
}

@-webkit-keyframes slideDown {
    0% {
        top: -30px;
    }

    100% {
        top: 80px;
    }
}

@-moz-keyframes slideDown {
    0% {
        top: -30px;
    }

    100% {
        top: 80px;
    }
}
