﻿@media only screen and (max-device-width : 500px)  
{
        .Subscribe-Background
    {
        position:fixed;
        font-family:NewFont,Trebuchet MS;
        color:#ffffff;
        left:0px;
        bottom:0px;
        right:0px;
        height:100px;
        z-index:9999;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,131313+100 */
        background: #4c4c4c; /* Old browsers */
        background: -moz-linear-gradient(top,  #4c4c4c 0%, #131313 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #4c4c4c 0%,#131313 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #4c4c4c 0%,#131313 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #4c4c4c 0%,#131313 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #4c4c4c 0%,#131313 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
        display:none;
    }

    .Subscribe 
    {
        position:fixed;
        left:0px;
        bottom:0px;
        right:0px;
        font-family:NewFont,Trebuchet MS;
        color:#ffffff;
        width:100%;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
    }
}

@media only screen and (min-width : 0px) and (min-device-width : 501px) 
{

    .Subscribe-Background
    {
        position:fixed;
        font-family:NewFont,Trebuchet MS;
        color:#ffffff;
        left:0px;
        bottom:0px;
        right:0px;
        height:100px;
        z-index:9999;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,131313+100 */
        background: #4c4c4c; /* Old browsers */
        background: -moz-linear-gradient(top,  #4c4c4c 0%, #131313 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #4c4c4c 0%,#131313 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #4c4c4c 0%,#131313 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #4c4c4c 0%,#131313 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #4c4c4c 0%,#131313 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
    }

    .Subscribe 
    {
        position:fixed;
        left:0px;
        bottom:0px;
        right:0px;
        font-family:NewFont,Trebuchet MS;
        color:#ffffff;
        width:650px;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
    }

}