﻿.ga-button {
    background-color: #00aeef;
    border: 1px solid rgba(128, 128, 128, 0.4);
    color: white !important;
    cursor: pointer;
    display: inline-block !important;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 5px 0;
    outline: none;
    padding: 8px 16px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.5));
    background-repeat: repeat-x;
    /* Hovers */
    /* IE Filters for IE8 */
    /* SVG + opacity for IE9 */
    /* Sizes */
    /* Radii */
    /* Icon buttons */
}

    .ga-button:hover {
        color: white;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.05)));
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
        background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
        background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
        background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
        border: 1px solid rgba(128, 128, 128, 0.6);
    }

    .ga-button:active {
        color: #ebebeb;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.4)));
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
        background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25) inset;
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25) inset;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25) inset;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        border: 1px solid rgba(128, 128, 128, 0.75);
    }

.ie8 .ga-button {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#40000000',GradientType=0 );
}

    .ie8 .ga-button:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#0d000000',GradientType=0 );
    }

    .ie8 .ga-button:active {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#66000000',GradientType=0 );
    }

.ie9 .ga-button {
    position: relative;
}

    .ie9 .ga-button:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.12;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczOTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMxMTExMTEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2czOTEpIiAvPgo8L3N2Zz4=);
    }

    .ie9 .ga-button:hover:after {
        opacity: 0.05;
    }

    .ie9 .ga-button:active:after {
        opacity: 0.2;
    }

.ga-button.large {
    font-size: 18px;
}

    .ga-button.large img {
        max-height: 19px;
    }

.ga-button.medium {
    font-size: 14px;
}

    .ga-button.medium img {
        max-height: 15px;
    }

.ga-button.small {
    font-size: 12px;
    padding: 5px 10px 6px;
}

    .ga-button.small img {
        max-height: 13px;
    }

.ga-button.tiny {
    font-size: 11px;
    padding: 4px 8px 5px;
}

    .ga-button.tiny img {
        max-height: 12px;
    }

.ga-button.expand {
    width: 100%;
    text-align: center;
}

.ga-button.radius, .ga-button.radius:after {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.ga-button.round, .ga-button.round:after {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
}

.ga-button i {
    display: block;
    float: left;
    margin: 1px 6px 0 0;
}

.ga-button img {
    margin-right: 8px;
}

.ga-button.right-icon i {
    float: right;
    margin: 1px 0 0 6px;
}

.ga-button.right-icon img {
    float: right;
    margin: 0 0 0 8px;
}

.ga-red {
    background-color: #ff1d25;
}

.ga-orange {
    background-color: #ff931e;
}

.ga-green {
    background-color: #8cc63f;
}

.ga-greenish {
    background-color: #23d7af;
}

.ga-aqua {
    background-color: #3fa9f5;
}

.ga-blue {
    background-color: #2356d7;
}

.ga-pink {
    background-color: #ff7bac;
}

.ga-silver {
    background-color: #d8d8d8;
}

.ga-brown {
    background-color: #c69c6d;
}

.ga-black {
    background-color: #1c1c1c;
}

.ga-white {
    background-color: white;
}
.ga-ff-orange {
    background-color: #ee3b2b;
}
.ga-ff-blue {
    background-color: #103357;
}

.ga-sc-toggle {
    margin-bottom: 20px;
}

    .ga-sc-toggle .toggle-trigger {
        font-family: "Open Sans", sans-serif;
        background: url(../images/pattern-1.png) repeat scroll 0 0 transparent;
        text-shadow: 1px 1px 0 white;
        padding: 12px 18px;
        margin: 0;
        font-size: 16px;
        cursor: pointer;
    }

        .ga-sc-toggle .toggle-trigger > img {
            margin-right: 8px;
            max-width: 18px;
        }

        .ga-sc-toggle .toggle-trigger span {
            text-shadow: 0 0 0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            float: right;
            display: block;
            height: 21px;
            width: 21px;
            line-height: 21px;
            background: #00aeef url(../images/toggle-icon.png) no-repeat center top;
            -webkit-transition: background 0.4s ease-in-out;
            -moz-transition: background 0.4s ease-in-out;
            -o-transition: background 0.4s ease-in-out;
            transition: background 0.4s ease-in-out;
        }

        .ga-sc-toggle .toggle-trigger:hover {
            background: #f6f6f6;
        }

        .ga-sc-toggle .toggle-trigger.closed span {
            background-position: center bottom;
        }

    .ga-sc-toggle .toggle-content {
        display: block;
        border: 1px solid #ecebeb;
        padding: 14px 18px;
        -webkit-box-shadow: 0 0 15px #ededed inset;
        -moz-box-shadow: 0 0 15px #ededed inset;
        box-shadow: 0 0 15px #ededed inset;
        border-top: 0 none;
    }

        .ga-sc-toggle .toggle-content p {
            margin-bottom: 0;
        }

.ga-sc-accordion {
    margin-bottom: 20px;
}

    .ga-sc-accordion .accordion-title {
        font-family: "Open Sans", sans-serif;
        background: url(../images/pattern-1.png) repeat scroll 0 0 transparent;
        text-shadow: 1px 1px 0 white;
        padding: 12px 18px;
        cursor: pointer;
        margin-bottom: 0px;
        color: #333333;
        text-transform: none;
        font-weight: 700;
    }

        .ga-sc-accordion .accordion-title > img {
            margin-right: 8px;
            max-width: 18px;
        }

        .ga-sc-accordion .accordion-title span {
            text-shadow: 0 0 0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            display: block;
            text-align: center;
            height: 21px;
            width: 21px;
            background: #00aeef url(../images/toggle-icon.png) no-repeat center bottom;
            -webkit-transition: background 0.4s ease-in-out;
            -moz-transition: background 0.4s ease-in-out;
            -o-transition: background 0.4s ease-in-out;
            transition: background 0.4s ease-in-out;
        }

        .ga-sc-accordion .accordion-title:hover {
            background: #f6f6f6;
        }

        .ga-sc-accordion .accordion-title.ui-state-active span {
            background-position: center top;
        }

    .ga-sc-accordion > div {
        display: block;
        border: 1px solid #ecebeb;
        padding: 14px 18px;
        -webkit-box-shadow: 0 0 15px #ededed inset;
        -moz-box-shadow: 0 0 15px #ededed inset;
        box-shadow: 0 0 15px #ededed inset;
        border-top: 0 none;
    }

        .ga-sc-accordion > div p {
            margin-bottom: 0;
            line-height: 1.6;
            direction: ltr;
            padding: 0;
            font-size: 12px;
        }
