body {
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    background: #ffffff;
    font-size: 15px;
}

#desktop-image {
    display: none;
    visibility: hidden;
}

.aligncenter {
    text-align: center;
}

img.aligncenter,
iframe.aligncenter {
    display: block;
    margin: 0 auto;
}

img, iframe {
    max-width: 100%;
    height: auto;
}

h3 {
    font-size: 1.4em;
}

#content {
    color: #fff;
    background: #3a4040;
    padding: 1em 0 0.3em;
}

#content .details {
    width: 90%;
    margin: 0 auto;
}

#content ul {
    padding-left: 0;
}
    
#content li {
    list-style: none;
    margin-bottom: 1em;
    border-bottom: 2px #232828 dashed;
    padding: 0.7em 0 1.3em;
}

.number {
    float: left;
    font-size: 2.3em;
    font-weight: bold;
    margin-right: 0.7em;
    position: relative;
    top: -10px;
}

#content div a {
    text-decoration: underline;
    color: #fff
}

#footer a:link, #footer a:hover, #footer a:visited {
    color: #000;
}

#footer {
        background: #fff;
        padding-top: 10px;
        padding-bottom: 30px;
    }
    
#footer a:link, #footer a:hover, #footer a:visited{
    color: #000;
}

#content #click {
    width: 90%;
    margin: 2em auto;
    padding: 10px 5px;
    background: #f96161;
    background: -moz-linear-gradient(top,  #f96161 1%, #f94f4f 50%, #fa0001 52%, #f90c0c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f96161), color-stop(50%,#f94f4f), color-stop(52%,#fa0001), color-stop(100%,#f90c0c));
    background: -webkit-linear-gradient(top,  #f96161 1%,#f94f4f 50%,#fa0001 52%,#f90c0c 100%);
    background: -o-linear-gradient(top,  #f96161 1%,#f94f4f 50%,#fa0001 52%,#f90c0c 100%);
    background: -ms-linear-gradient(top,  #f96161 1%,#f94f4f 50%,#fa0001 52%,#f90c0c 100%);
    background: linear-gradient(to bottom,  #f96161 1%,#f94f4f 50%,#fa0001 52%,#f90c0c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f96161', endColorstr='#f90c0c',GradientType=0 );

    border-radius: 4px;
}

#content a#click-here {
    padding: 0.3em 0.8em 0.3em 0.8em;
    background: transparent;
    color: #FFF;
    text-shadow: 1px 1px 1px #fa0001;
    font-size: 1.5em;
    border: 1px dashed #fff;
    text-decoration: none;
}


#optin-wrapper, #mobile-footer {
    display: none;
}

#optin-box {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 1em 0 0.8em;
}

#optin {
    background: #3a4040;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    padding: 0.5em 0;
    border-radius: 8px;
    position: relative;
}


.af-form-wrapper input[type="text"], .af-form-wrapper input[type="email"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    display: block;
    font-size: 14px;
    height: 22px;
    margin: 0 auto 15px;
    padding: 8px 8px 12px;
    width: 80%;
}

.af-form-wrapper input[type="submit"] {
    display: block;
    margin: 0 auto;
    background: #f96161;
    background: -moz-linear-gradient(top,  #f96161 1%, #f94f4f 50%, #fa0001 52%, #f90c0c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f96161), color-stop(50%,#f94f4f), color-stop(52%,#fa0001), color-stop(100%,#f90c0c));
    background: -webkit-linear-gradient(top,  #f96161 1%,#f94f4f 50%,#fa0001 52%,#f90c0c 100%);
    background: -o-linear-gradient(top,  #f96161 1%,#f94f4f 50%,#fa0001 52%,#f90c0c 100%);
    background: -ms-linear-gradient(top,  #f96161 1%,#f94f4f 50%,#fa0001 52%,#f90c0c 100%);
    background: linear-gradient(to bottom,  #f96161 1%,#f94f4f 50%,#fa0001 52%,#f90c0c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f96161', endColorstr='#f90c0c',GradientType=0 );
    border-radius: 4px;
    padding: 0.2em 0.4em;
    font-size: 1.1em;
    border: 1px dashed #fff;
    width: 86%;
    }


@media only screen and (min-width: 768px) {
    body {
        background: #ffffff;
    }

    .left {
        float: left;
    }

    .clear {
    clear: both;
    }


    #header {
        background: #fff;
        padding: 1em 0;
    }

    #desktop-image {
        display: block;
        visibility: visible;
    }

    #mobile-header-image {
        display: none;
        visibility: hidden;
    }

    #optin-wrapper {
        display: none;
    }

    
    #content img.left {
        margin-right: 0;
        position: relative;
        top: -15px;
    }
    
    #content .details {
        width: 650px;
        margin-left: 550px;
    }
    
    
    #content li {
        margin-bottom: 15px;
    }
    
    .number {
        margin-right: 15px;
        top: -20px;
    }
    
    #content div a {
        text-decoration: underline;
        color: #fff
    }

    #content #click {
        width: 340px;
    }

    #content a#click-here {
        padding: 5px 55px 5px 55px;
    }

    #header > div, #content > div, #footer > div {
        width: 1160px;
        margin: 0 auto;
    }
    
    #header > div {
        width: 1160px;
    }
    
    
    #optin-box {
        width: 600px;
        background: #fff;
        margin: 0 auto;
        padding: 30px 0 10px;
    }
    
    #optin {
        background: #3a4040;
        width: 340px;
        margin: 0 auto;
        color: #fff;
        padding: 20px 20px 10px;
        border-radius: 8px;
        position: relative;
    }

    #optin .top {
        height: 230px;
    }
            
    #optin > img {
        position: relative;
        top: -35px;
    }
    
    .af-form-wrapper input[type="text"], #gr-form input[type="email"] {
        width: 300px;
    }

    .af-form-wrapper input[type="submit"] {
        padding: 0.4em 1em;
        font-size: 1.7em;
    }
    
    
    
    

}