
html, body
{
    margin: 0;
    height: 100%;
    font-family: open-sans, sans-serif;
    color: #000;
    width: 100%;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

.iframe
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    height: 100%;
    min-width: 100%;
    width: 10px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

.brand_logo a, .brand_logo div
{
    height: 100%;
    width: 100%;
    display: block;
    background-size: 100% 100%;
}

.call
{
    display: table;
    text-align: left;
    overflow: hidden;
    width: 100%;
    margin-top: 3px;
}

.brand_name
{
    padding-left: 5px;
    text-align: left;
    overflow: hidden;
}

.brand_logo
{
    border-radius: 5px;
    height: 70px;
    margin: 10px;
    width: 70px;
    overflow: hidden;
    float: left;
    background: none;
    cursor: pointer;
}

.menu
{
    text-align: left;
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #000;
    opacity: .5;
    filter: alpha(opacity=20);
    vertical-align: top;
    line-height: 21px;
    text-decoration: none;
}

.menu:hover
{
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .8;
}

.menu .close
{
    margin-left: 5px;
    position: absolute;
    top: 3px;
    right: 10px;
}

.menu .info
{
    color: #000;
    opacity: .5;
    margin-left: 5px;
    position: absolute;
    top: 4px;
    right: 30px;
}

.menu .tweetbuffer
{
    color: #000;
    opacity: .5;
    margin-right: 5px;
    position: absolute;
    top: 4px;
    right: 50px;
}

.action_button
{
    width: auto;
    height: auto;
    display: inline-block;
    border: none;
    background: rgba(0, 0, 0, .3);
    border-radius: 7px;
    cursor: pointer;
}

.action_button:hover
{
    background: rgba(0, 0, 0, .5);
    text-decoration: none;
}

.cta
{
    z-index: 5;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 16px;
    padding: 0 0;
    text-align: center;
    min-height: 80px;
    background: #fff;
    border-radius: 7px;
    margin-right: 20px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cta h3
{
    opacity: 1.0;
    font-size: 14px;
    margin: 0;
    font-family: open-sans, sans-serif;
    padding-top: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.005em;
    float: left;
    margin-right: 120px;
    cursor: pointer;
}

.cta h2
{
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    margin: 0;
    padding-top: 0px;
}

.cta .action_button
{
    display: table-cell;
    vertical-align: middle;
    margin-top: 8px;
    float: right;
    margin-right: 15px;
    margin-left: 22px;
    padding: 8px;
    font-size: 17px;
    font-weight: 300;
    font-family: open-sans, sans-serif;
    margin-bottom: 15px;
    letter-spacing: 0.005em;
    line-height: 29px;
}


@media (max-width: 685px) and (min-width: 0px)
{
   .cta .menu .info
    {
        position: absolute;
        top: 4px;
        left: 105px;
        color: #000 !important;
        opacity: 0.5 !important;
        float: none;
    }

    .cta .menu .close
    {
        position: absolute;
        top: 3px;
        left: 85px;
        color: #000 !important;
        opacity: 0.5 !important;
        float: none;
    }

    .cta .menu .tweetbuffer
    {
        font-size: 10px !important;
        color: #000;
        opacity: .5;
        margin-right: 5px;
        position: absolute;
        top: 4px;
        left: 125px;
    }


    .cta .menu .info:hover
    {
        opacity: 0.7 !important;
    }

    .cta .menu .close:hover
    {
        opacity: 0.7 !important;
    }

    .cta .menu a
    {
        margin: 0px 4px;
    }

    .cta .menu
    {
        top: 5px;
        right: auto;
        left: 5px;
        z-index: 9 !important;
        background: rgba(255, 255, 255, 0.5) !important;
    }

    .cta
    {
        width: 100% !important;
        left: 0 !important;
        margin-right: 0 !important;
        bottom: 0 !important;
        border-radius: 0 !important;
        min-height: 0 !important;
    }

    .cta .call
    {
        min-height: 61px !important;
    }

    .cta h3
    {
        display: none !important;
    }

    .cta .brand_logo
    {
        width: 65px !important;
        height: 65px !important;
    }

    .cta .action_button
    {
        font-size: 10px !important;
        margin-top: 12px !important;
        padding-top: 12px !important;
        padding-bottom: 11px !important;
        line-height: 11px !important;
    }

    .cta h2
    {
        font-size: 10px !important;
    }
}


@media (min-width: 686px)
{
    .cta
    {
        min-width: 520px;
        max-width: 850px;

    }
}
