@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
/* Table of Content
==================================================
    #Reset & Basics
    #Basic Styles
    #Site Styles
    #Typography
    #Links
    #Lists
    #Images
    #Buttons
    #Forms
    #Misc */
/* #Reset & Basics ()
================================================== */
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
img{
    max-width:100%;
}
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
    }
    blockquote, q {
        quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0; }

/* #Basic Styles
================================================== */
 html{
    height:100%;
}
    body {
        background:url(../images/footer-bg.png) repeat top center;
        font-family: 'Roboto', sans-serif;
        -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
        -webkit-text-size-adjust: 100%;
        cursor:default;
        margin:0;
 }
/* #Floats
================================================== */
.alignleft {
    float: left!important;
    margin-top: 0!important;
    margin-right: 20px!important;
    margin-bottom: 0px!important;
}

.alignright {
    float: right!important;
    margin-top: 0!important;
    margin-left: 20px!important;
    margin-bottom: 0px!important;
}

/* #Typography
================================================== */
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
    a{
        text-decoration:none;
    }
    p { margin-bottom:10px;}
    p img { margin: 0; max-width:100%; }

    em { font-style: italic; }
    strong { font-weight: 600;}
    small { font-size: 80%; }



/*	Blockquotes  */
    blockquote, blockquote p { font-size: 17px; }
    blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; }
    blockquote cite { display: block; font-size: 12px; color: #555; }
    blockquote cite:before { content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

    hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e8e8e8;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    position: relative;
    text-align: center !important;
    width: 30%;
    }


/* #Links
================================================== */
    a{ text-decoration: none; color:#38671f; }
    a:hover, a:focus { color: #000;}
    p a, p a:visited { line-height: inherit; text-decoration: none;}
    a:focus{
    outline:none;
    }

/* #Lists
================================================== */
    ul, ol,h1,h2,h3,h4,h5,h6,p { padding:0px; margin:0px;}
    ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
    ul.square { list-style: square outside; }
    ul.circle { list-style: circle outside; }
    ul.disc { list-style: disc outside; }
    ul ul, ul ol,
    ol ol, ol ul { font-size: 90%;  }
    ul ul li, ul ol li,
    ol ol li, ol ul li {  }
    ol, ul {
    margin:0px;
    list-style:none;
    }
/* #Buttons
================================================== */

    .btn{	  padding:7px 25px;}
    .btn,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        margin-top:10px;
        border:none;
      color: #dfdfdf;
      display: inline-block;
      font-size: 14px;
      cursor: pointer;
      line-height: normal;
     }

    .btn:hover,
    button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover {
      color:5d5d5d;
     }

    .btn:active,
    button:active,
    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active {
      color:5d5d5d;
     }

    /* Fix for odd Mozilla border & padding issues */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
    border: 0;
    padding: 0;
    }
    .btn, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: none repeat scroll 0 0 f0f0f0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
        margin:0px;
    margin-top: 10px;

}
    .btn:hover,.btn:active, button:active,button:hover, input[type="submit"], input[type="reset"], input[type="button"] {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.20);
}

a
/* #Images
================================================== */
img{
    max-width:100%;
    width:auto;
    height:auto;}





/* #Misc
================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
::selection {
    background: rgba(0,0,0,.2); /* Safari */
    }
::-moz-selection {
    background: rgba(0,0,0,.2); /* Firefox */
}