﻿body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    color: #222;
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

header {
    height: 135px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1;
    display: block;
    top: 0;
}

    header .social-initiatives {
        background-color: #c19f57;
        padding: 18px;
        font-size: 29px;
        color: #fff;
        font-weight: 100;
        letter-spacing: 2px;
        font-weight: 200;
    }

    header .title {
        background-color: #fff;
        padding: 11px 11px 15px 11px;
    }

        header .title span {
            font-size: 17px;
            font-weight: 100;
            letter-spacing: 2px;
            font-weight: 200;
            color: #a0a0a0;
            padding-bottom: 4px;
            border-bottom: 1px solid #a0a0a0;
        }

.goback {
    cursor: pointer;
    position: fixed;
    top: 14px;
    left: 10px;
}

#page-intro {
    margin-top: 151px;
}

.social-initiatives p {
    color: #888;
}

    .social-initiatives p > img {
        width: 100%;
        border: 1px solid #989898;
        margin: 20px 0px 20px 0px;
    }


.footer {
    width: 100%;
    text-align: center;
}

.footer-copyright a {
    color: #c19f57 !important;
}

.footer-social li {
    display: inline-block;
    padding: 5px;
}

    .footer-social li a {
        color: #989898;
    }

.extradetail {
    text-align: center;
    padding: 20px 0px 24px 0px;
    background-color: #131414;
    margin-bottom: 23px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.main_links {
    padding: 20px 20px 20px 20px;
}

.main_links {
    font-size: 14px;
    line-height: 26px;
    /*padding: 104px 45px 0 45px;*/
    text-transform: uppercase;
    color: #434343;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
}

    .main_links li {
        display: inline-block;
        position: relative;
        margin-right: 31px;
    }

        .main_links li:after {
            background: none repeat scroll 0 0 #434343;
            content: "";
            display: inline-block;
            height: 2px;
            margin: 9px 0px 5px 7px;
            position: absolute;
            width: 5px;
        }

        .main_links li:last-child:after {
            background: none;
        }

    .main_links a {
        color: #8a8a8a;
        font-size: 15px;
        font-weight: 500;
    }

.extradetail a {
    font-size: 19px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 2px;
    font-weight: 200;
}

    .extradetail a:hover, .extradetail a:focus {
        color: #fff;
        text-decoration: none;
    }
    
.seo-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 0;
}
