body{
    background-color: #fff;
    background-image: url(bg.jpg);
    background-repeat:no-repeat;
    background-position: center top;
    background-size: cover;
    margin:0;
}

p, h1, h2, li{
    text-align:left;
    color:#666;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
}

ul{
    padding:0;
}

li{
    list-style:none;
    position:relative;
    padding:0 0 0.25em 2em;
}

ul i {
    position: absolute;
    left: 0px;
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-top: 4px
}

i{
    margin-right:0.5em;
    color:#000;
}

p {
    margin:1em 0;
    font-size:1em;
    line-height: 1.5em;
}

h1{
    font-size:1.5em;
    color:#fff;
    font-weight:600;
    margin:0 0 1em 0;
    text-align: left;
}

h2{
    font-size:1.2em;
    text-align: center;
    color:#000;
    /*padding:1em 0;
    background-color:rgba(0,0,0,0.8);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;*/
}

a{
    color:#206137;
    text-decoration:none;
}

a:hover{
    color:#fff;
}

#wrapper{
    position:absolute;
    left:0;
    top:2em;
    /*top:40%;
    margin-top:-17em;*/
    width:100%;
}

#info{
    margin:auto;
    max-width:1000px;
    /*background-color:rgba(0,0,0,0.8);*/
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    /*border-top:3px solid #ea690b;
    border-bottom:3px solid #ea690b;*/
}

#info > div{
    padding:0 0 0 0;
    background-color:rgba(255,255,255,0.6);
}

#info img{
    max-width:400px;
}

p.intro{
    width:100%;
    max-width:1000px;
    margin:0 0 0 0;
    font-weight:300;
    font-size:1.2em;
    color:#fff !important;
    padding:1em 0 1em 0;
    text-align: center;
    background: #206137;
}

p.logo{
    margin:0;
    padding:2em 0 2em 0;
    text-align: center;
    border-bottom:1px solid #ccc;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

.mainContent{
    margin:0 0 0 0;    
    padding:2em 2em 0 2em;
}

.mainContent p,
.mainContent h1{
    color:#444;
}

#info .mainIMG{
    float:right;
    padding:0 0 0 2em;
    max-width: 200px;
}

.footer{
    float:left;
}

.footer_bg{
    border-top:5px solid rgba(0,0,0,0.1);
    margin:0 0 0 0;
    padding:2em;
    background-color:#e5e5e5;
}

/*.footer > div{
    padding:2em;
}*/

.footer li,
.footer p{
    color:#333;
    font-size:0.9em;
    padding-bottom:0.5em;
}

.footer h2{
    color:#333;
    border-bottom:1px solid #ccc;
    padding-bottom:0.75em;
    margin-top:0;
    margin-bottom:1em;
}

.footer2, .footer1, .footer3{
    width:33.33%;
}

.footer h2 .fa{
    color:#206137;
}

.footer li .fa{
    color:#206137;
}

.footer p{
    text-align: left;
    margin:0;
    padding:0 0 0.5em 0;
}

.footer ul{
    margin-top:0;
}

.footer li,
.footer h2{
    text-align: left;
}

.footer a{
    color:#206137;
    text-decoration: none;
}

.footer > div{
    padding:0 1em;
}

.footer a:hover{    
    color:#000;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.footer li strong{
    font-weight:600;
    color:#666;
}

.break{
    clear:both;
    height:0;
}

@media only screen and (max-width: 600px) {
    .footer{
        width:100%;
    }
    .footer p{
        margin:0.5em 0;
    }
}