body {
        margin: 0px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
}

img {
        border: 0;
}


#wrapper {
        position: relative;
        min-height: 100%;
}

/*HEADER AND NAVIGATION*/


#header {

        height: 140px;
        margin: 0 auto;
        left: 0;
        top: 0;
        position: relative;
        font-family: 'Roboto', sans-serif;
}

.content-wrap {
        max-width: 960px;
        margin: 0 auto;
}

#top-header {
        left: 0;
        top: 0;
        height: 44px;
        width: 100%;
        background: #303030;
        margin: 0 auto;
}

.top-head-left {
        float: left;
        margin: 0 auto;
        line-height: 37px;
}

.top-head-left img {
        padding-right: 5px;
        vertical-align: middle;
}

.top-head-left ul {
        list-style: none;
        display: inline;
        padding: 0 0 0 0;
}

.top-head-left li {
        font-size: 12px;
        color: #808080;
        display: inline;
        padding-right: 10px;
        font-weight: 400;
}

.top-head-right {
        float: right;
        margin: 0 auto;
        line-height: 37px;
}

.top-head-right img {
        padding-left: 10px;
        vertical-align: middle;
}

.top-head-right ul {
        list-style: none;
        display: inline;
        padding: 0 0 0 0;
}

.top-head-right li {
        display: inline;
}


#bot-header {
        left: 0;
        top: 0;
        height: 96px;
        width: 100%;
        box-shadow: 0 0 18px rgba(0, 0, 0, .75);
        line-height: 96px;
}



#bot-header .logo {
        float: left;
        display: inline;
}

.logo img {
       vertical-align: middle;
}


#navigation {
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        font-weight: 500;
        display: inline;
        float: right;
        max-height: 88px;
        margin: 0 auto;
        text-align: right;
        letter-spacing: 1px;
}

#navigation ul {
        display: inline-block;
        margin: 0 auto;
        list-style: none;
        padding: 0 0 0 0;
}

#navigation li {
        float: left;
        margin-left: 28px;
}

#navigation a {
        text-decoration: none;
        color: #707070;
        cursor: pointer;
}

#navigation a.active {
        text-decoration: none;
        color: #707070;
        cursor: pointer;
}

#navigation a:hover {
        color: #B0B0B0;
}



/*BANNER*/

#banner {
        height: 628px;
        width: 100%;
        background: url(../images/home_banner.jpg) center;
        text-align: center;
}

#banner-content {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        width: 960px;
        margin-top: 100px;
}

#banner-content h1 {
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        font-size: 47px;
        font-weight: 700;
        font-style: normal;
        width: 100%;
        margin-bottom: 0;
        letter-spacing: 2px; 
}

#banner-content h2 {
        font-family: 'Roboto', sans-serif;
        color: #D5D5D5;
        font-size: 19px;
        font-weight: 400;
        font-style: normal;
        width: 100%;
        margin-bottom: 0;
        letter-spacing: 1px;
        /* text-shadow: 1px 1px 0 #202020; */
        text-shadow: 0 1px 1px rgba(0,0,0,.8);
}

.quote-button {
        background: rgba(255,255,255, .1);
        height: 48px;
        font-size: 14px;
        font-weight: 700;
        border-radius: 5px;
        color: #ffffff;
        width: 190px;
        line-height: 44px;
        margin: 0 auto;
        letter-spacing: 1px;
        display: inline-block;
        position: relative;
        border: 2px solid rgba(255,255,255, .45);
        top: 85px;
        font-family: 'Roboto', sans-serif;
        text-shadow: 0 1px 2px rgba(0,0,0,.5);
}

.quote-button a {
        text-decoration: none;
        cursor: pointer;
        color: #ffffff;
        display: block;

}

.quote-button a:active {
        text-decoration: none;
        cursor: pointer;
        color: #ffffff;
}

.quote-button a:hover {
        text-decoration: none;
        cursor: pointer;
        background: rgba(255,255,255, .4);
        color: #EEE;
        border-radius: 3px;
}

.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
top: -3px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: none;
}

.carousel-indicators li {
border: 1px solid rgba(255, 255, 255, 0.5);
background-color: rgba(255, 255, 255, 0.2);
}

/*OVERVIEW*/

#overview {
        position: relative;
        max-width: 960px;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 50px;
        font-family: 'Roboto', sans-serif;
        
}

.value-box {
        float: left;
        width: 278px;
        text-align: center;
        margin-right: 63px;
        margin-top: 30px;
}

.value-box:last-child {
        margin-right: 0;
}

.value-box h1 {
        font-size: 15px;
        color: #404040;
        float: left;
        width: 100%;
        text-align: center;
        font-weight: 700;
        padding-bottom: 30px;
        letter-spacing: 1px;
        border-bottom: 1px solid #e0e0e0;
}

.value-box p {
        color: #909090;
        float: left;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        width: 100%;
        letter-spacing: 1px;
        padding-top: 14px;
}

.value-box img {
        margin-bottom: 30px;
}



/*RECENT PROJECTS*/

#recent-projects-head {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin-top: 70px;
        background: #303030;
        height: 182px;
}

#recent-projects-head h1 {
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        font-size: 28px;
        font-weight: 400;
        font-style: normal;
        width: 100%;
        margin-top: 30px;
        letter-spacing: 2px;

}

#recent-projects-head h2 {
        font-family: 'Roboto', sans-serif;
        color: #d0d0d0;
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        width: 100%;
        margin-bottom: 10px;
        letter-spacing: 2px;
        position: relative;
        top: -10px;
}

#recent-projects-head img {
        position: relative;
        top: 16px;
    
}

#recent-projects {
        position: relative;
        max-width: 960px;
        margin: 0 auto;
        padding-top: 50px;
        height: 390px;
        font-family: 'Roboto', sans-serif;
}

.project-col {
        float: left;
        width: 278px;
        text-align: center;
        margin-right: 63px;
        margin-top: 30px;
}

.project-col:last-child {
        margin-right: 0;
}

.project-col h1 {
        font-size: 15px;
        color: #404040;
        float: left;
        width: 100%;
        text-align: left;
        font-weight: 700;
        margin: 0;
        letter-spacing: 1px;
        padding-bottom: 2px;
}

.project-col p {
        color: #909090;
        float: left;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        width: 100%;
        margin: 0;
        letter-spacing: 1px;
}

.project-col img {
        margin-bottom: 15px;
}



/*TESTIMONIALS*/

#testimonials {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        background: #f9f9f9;
        height: 400px;
        border-bottom: 1px solid #f0f0f0;
        border-top: 1px solid #f0f0f0;
}

#testimonials h1 {
        font-family: 'Roboto', sans-serif;
        color: #404040;
        font-size: 32px;
        font-weight: 300;
        font-style: normal;
        width: 100%;
        margin-top: 50px;
        letter-spacing: 2px;

}

#testimonial-quote {
        max-width: 960px;
        margin: 0 auto;
}

#testimonial-quote p {
        font-family: 'Roboto', sans-serif;
        color: #808080;
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        width: 100%;
        margin-bottom: 10px;
        letter-spacing: 1px;
        line-height: 32px;
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 20px;
}

#testimonial-quote p.client {
        font-family: 'Roboto', sans-serif;
        color: #707070;
        font-size: 13px;
        font-weight: 700;
        font-style: normal;
        width: 100%;
        letter-spacing: 1px;
        position: relative;
}

#testimonial-quote .location {
        font-family: 'Roboto', sans-serif;
        color: #af8462;
        font-weight: 400;
}

#testimonial-controls {
        margin: 0 auto;
        position: relative;
        top: 80px;
}

#testimonial-controls .prev-arrow {
        padding-right: 12px;
}



/*STATS*/

#stats {
        position: relative;
        max-width: 960px;
        height: 205px;
        margin: 0 auto;
        padding-bottom: 50px;
        font-family: 'Roboto', sans-serif;
        min-height: 260px;
}
#stats-inner{
        margin-top: 26px;
        position: absolute;
}
#stats-inner .philosophy{
        float: left;
        text-align: right;
        width: 295px;
        padding-top: 15px;
}

#stats-inner h1 {
        font-size: 14px;
        color: #a0a0a0;
        font-weight: 300;
        position: relative;
        top: 7px;
        font-style: italic;
        letter-spacing: 1px;
}

#stats-inner h2 {
        font-size: 17px;
        color: #454545;
        font-weight: 400;
        letter-spacing: 1px;
}

#stats-inner p {
        font-size: 15px;
        color: #454545;
        font-size: 15px;
        font-weight: 400;
        color: #909090;
        line-height: 22px;
        letter-spacing: 1px;
}

.stats-num {
        float: right;
        padding-top: 14px;
        padding-left: 58px;
}


.stat-box {
        width: 172px;
        text-align: center;
        margin-right: 42px;
        display: inline-block;
}

.stat-box:last-child {
        margin-right: 0;
}

.stat-box h3 {
        font-size: 40px;
        color: #404040;
        width: 100%;
        text-align: center;
        font-weight: 700;
        padding-bottom: 20px;
        letter-spacing: 1px;
        border-bottom: 1px solid #e0e0e0;
        margin-top: 25px;
}

.stat-box h4 {
        color: #909090;
        font-size: 14px;
        font-weight: 500;
        line-height: 12px;
        text-align: center;
        width: 100%;
        letter-spacing: 1px;
        padding-top: 18px;
}




/*QUOTE BANNER*/

#quote-banner {
        height: 320px;
        width: 100%;
        background: url(../images/quote_banner.jpg) center;
        text-align: center;
        display: inline-block;
}

#quote-banner-content {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        width: 960px;
        margin-top: 65px;
}

#quote-banner-content h1 {
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        font-size: 23px;
        font-weight: 300;
        font-style: normal;
        font-style: italic;
        width: 100%;
        margin-top: 50px;
        letter-spacing: 2px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

#quote-banner-content p {
        font-family: 'Roboto', sans-serif;
        color: #af6b3e;
        font-size: 14px;
        font-weight: 700;
        font-style: normal;
        width: 100%;
        margin-top: 30px;
        letter-spacing: 1px; 
}

#quote-banner-content .source-title {
        font-family: 'Roboto', sans-serif;
        color: #a0a0a0;
        font-size: 13px;
        font-weight: 300;
        font-style: normal;
        width: 100%;
        margin-bottom: 0;
        letter-spacing: 1px;
}

#credentials {
        position: relative;
        max-width: 960px;
        margin: 0 auto;
        height: 135px;
}



/*LOGOS*/

.logo-box {
        float: left;
        width: 240px;
        text-align: center;
        margin-top: 35px;
}

.logo-box:last-child {
        margin-right: 0;
}




/*FOOTER*/

#footer {

        margin: 0 auto;
        left: 0;
        top: 0;
        position: relative;
        font-family: 'Roboto', sans-serif;
}


#top-foot {
        left: 0;
        top: 0;
        height: 325px;
        width: 100%;
        background: #262626;
        margin: 0 auto;
}

#top-foot p{
        font-size: 12px;
        color: #707070;
        font-weight: 400;
        top: 15px;
        position: relative;
        display: block;
        letter-spacing: 1px;
        line-height: 20px;
        margin: 0;
}

#top-foot a {
        font-size: 12px;
        color: #707070;
        font-weight: 400;
        display: block;
        letter-spacing: 1px;
        text-decoration: none;

}

#top-foot a.active {
        text-decoration: none;
        color: #707070;
        cursor: pointer;
}

#top-foot a:hover {
        color: #AAA;
}

#top-foot h1 {
        font-size: 14px;
        color: #c0c0c0;
        font-weight: 700;
        display: block;
        letter-spacing: 1px;
        padding: 0 0 0 0;
        position: relative;
        top: 22px;
        padding-bottom: 8px;
}

#bot-foot {
        left: 0;
        top: 0;
        height: 55px;
        width: 100%;
        background: #1b1b1b;
        margin: 0 auto;
        text-align: center;
}

#bot-foot p{
        text-align: center;
        font-size: 12px;
        color: #606060;
        display: inline;
        padding-right: 10px;
        font-weight: 400;
        top: 15px;
        position: relative;
}



.foot-box-left {
        float: left;
        width: 290px;
        text-align: left;
        margin-top: 65px;
        margin-right: 110px;
}

.foot-box-middle {
        float: left;
        width: 250px;
        text-align: left;
        margin-top: 65px;
        margin-right: 110px;
}

.foot-box-middle ul {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        top: 35px;
}

.foot-box-middle li {
        float: left;
        margin-right: 18px;
}

.foot-box-right {
        float: left;
        width: 200px;
        text-align: left;
        margin-top: 65px;
}

.foot-box:last-child {
        margin-right: 0;
}




/*ABOUT PAGE*/


/*BANNER*/

#page-banner {
        height: 320px;
        width: 100%;
        background: url(../images/page_banner.jpg) center;
        text-align: center;
}

#page-banner-content {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        width: 960px;
        margin-top: 100px;
}

#page-banner-content h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #a0a0a0;
        font-weight: 300;
        position: relative;
        top: 18px;
        font-style: italic;
        letter-spacing: 1px; 
}

#page-banner-content h2 {
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        font-size: 30px;
        font-weight: 700;
        font-style: normal;
        width: 100%;
        letter-spacing: 2px; 
}



/*OVERVIEW*/

#about-overview {
        position: relative;
        max-width: 960px;
        margin: 0 auto;
        min-height: 500px;
        text-align: center;
}

#about-overview img {
        margin: 0 auto;
        display: block;
}

#about-overview h1 {
        font-size: 16px;
        color: #909090;
        font-weight: 300;
        position: relative;
        top: 18px;
        font-style: italic;
        letter-spacing: 1px;
        padding-top: 50px;
}

#about-overview h2 {
        font-size: 24px;
        color: #404040;
        float: left;
        width: 100%;
        font-weight: 500;
        padding-bottom: 20px;
        letter-spacing: 2px;
}

#about-overview h3 {
        font-size: 12px;
        color: #909090;
        font-weight: 400;
        position: relative;
        top: 30px;
        letter-spacing: 1px;
        padding-bottom: 5px;
}


#about-overview p {
        color: #909090;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        width: 100%;
        letter-spacing: 1px;
        text-align: left;
}

.about-overview-left {
        float: left;
        width: 450px;
        margin-right: 60px;
        margin-top: 30px;
}

.about-overview-right {
        float: right;
        width: 450px;
        margin-top: 30px;
}



/*PHILOSOPHY*/

#philosophy {
        width: 100%;
        background: #f9f9f9;
        height: 465px;
        border-bottom: 1px solid #f0f0f0;
        border-top: 1px solid #f0f0f0;
}

#philosophy-wrap {
        max-width: 960px;
        margin: 0 auto;
}

.philosophy-left {
        float: left;
        width: 500px;
        margin-right: 60px;
        margin-top: 30px;
}

.philosophy-right {
        float: right;
        width: 400px;
        margin-top: 75px;
}


#philosophy img {
        margin: 0 auto;
        display: block;
}

#philosophy h1 {
        font-size: 14px;
        color: #909090;
        font-weight: 300;
        position: relative;
        top: 16px;
        font-style: italic;
        letter-spacing: 1px;
        padding-top: 25px;
}

#philosophy h2 {
        font-size: 22px;
        color: #404040;
        width: 100%;
        font-weight: 500;
        padding-bottom: 20px;
        letter-spacing: 2px;
        border-bottom: 1px solid #d4d4d4;
        
}


#philosophy p {
        color: #909090;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        width: 100%;
        letter-spacing: 1px;
        text-align: left;
        padding-top: 20px;
}



/*PROMISE*/

#promise {
        width: 100%;
        height: 465px;
}

#promise-wrap {
        max-width: 960px;
        margin: 0 auto;
}

.promise-right {
        float: right;
        width: 490px;
        margin-top: 30px;
}

.promise-left {
        float: left;
        width: 410px;
        margin-top: 75px;
        margin-right: 60px;
}


#promise img {
        margin: 0 auto;
        display: block;
}

#promise h1 {
        font-size: 14px;
        color: #909090;
        font-weight: 300;
        position: relative;
        top: 16px;
        font-style: italic;
        letter-spacing: 1px;
        padding-top: 25px;
}

#promise h2 {
        font-size: 22px;
        color: #404040;
        width: 100%;
        font-weight: 500;
        padding-bottom: 20px;
        letter-spacing: 2px;
        border-bottom: 1px solid #d4d4d4;
        
}

#promise p {
        color: #909090;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        width: 100%;
        letter-spacing: 1px;
        text-align: left;
        padding-top: 20px;
}



/*SERVICES*/

#services {
        width: 100%;
        background: #f9f9f9;
        height: 465px;
        border-bottom: 1px solid #f0f0f0;
        border-top: 1px solid #f0f0f0;
}

#services-wrap {
        max-width: 960px;
        margin: 0 auto;
        text-align: center;
}

.service-divider {
        margin: 0 auto;
        display: block;
        padding: 0;
}

#services h1 {
        font-size: 14px;
        color: #909090;
        font-weight: 300;
        position: relative;
        top: 16px;
        font-style: italic;
        letter-spacing: 1px;
        padding-top: 35px;
}

#services h2 {
        font-size: 22px;
        color: #404040;
        width: 100%;
        font-weight: 500;
        padding-bottom: 10px;
        letter-spacing: 2px;
        
}

#services h3 {
        font-size: 12px;
        color: #909090;
        font-weight: 400;
        position: relative;
        top: 50px;
        letter-spacing: 1px;
        padding-bottom: 5px;
}

.services-check {
        padding-right: 15px;
}

#services ul {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        top: 35px;
        padding-bottom: 50px;
}

#services li {
        font-size: 16px;
        font-weight: 500;
        color: #707070;
        font-style: italic;
        letter-spacing: 2px;
        margin-left: 40px;
        margin-right: 40px;
        display: inline;
}

#get-started {
        width: 100%;
        height: 130px;
        vertical-align: middle;
}

#get-started-wrap {
        max-width: 960px;
        margin: 0 auto;
}

#get-started h1 {
        font-size: 18px;
        color: #696969;
        width: 100%;
        font-weight: 500;
        padding-bottom: 10px;
        letter-spacing: 2px;
        float: left;
        position: relative;
        top: 40px;
}

#get-started .get-started-button {
        background: #fff;
        height: 46px;
        font-size: 14px;
        font-weight: 700;
        border: 2px solid #7f7f7f;
        border-radius: 4px;
        color: #696969;
        width: 146px;
        line-height: 46px;
        margin: 0 auto;
        letter-spacing: 1px;
        display: inline-block;
        position: relative;
        float: right;
        text-align: center;
        bottom: 18px;
}

#get-started .get-started-button a {
        text-decoration: none;
        cursor: pointer;
        display: block;
        color: #696969;
}

#get-started .get-started-button a:active {
        text-decoration: none;
        cursor: pointer;
        color: #fff;
}

#get-started .get-started-button a:hover {
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        background: #7f7f7f;
        
}

#project-overview {
        position: relative;
        max-width: 960px;
        margin: 0 auto;
        min-height: 1000px;
        text-align: center;
}

#project-overview img {
        margin: 0 auto;
        display: block;
}

#project-overview h1 {
        font-size: 16px;
        color: #909090;
        font-weight: 300;
        position: relative;
        top: 18px;
        font-style: italic;
        letter-spacing: 1px;
        padding-top: 50px;
}

#project-overview h2 {
        font-size: 24px;
        color: #404040;
        float: left;
        width: 100%;
        font-weight: 500;
        padding-bottom: 20px;
        letter-spacing: 2px;
}

#project-overview h3 {
        font-size: 12px;
        color: #909090;
        font-weight: 400;
        position: relative;
        top: 30px;
        letter-spacing: 1px;
        padding-bottom: 5px;
}


#project-overview p {
        color: #909090;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        width: 100%;
        letter-spacing: 1px;
        text-align: left;
}

#project-form {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
}

#thanks {
        position: relative;
        max-width: 960px;
        margin: 0 auto;
        min-height: 500px;
        text-align: center;
}

#thanks img {
        margin: 0 auto;
        display: block;
}

#thanks h1 {
        font-size: 16px;
        color: #909090;
        font-weight: 300;
        position: relative;
        top: 18px;
        font-style: italic;
        letter-spacing: 1px;
        padding-top: 50px;
}

#thanks h2 {
        font-size: 24px;
        color: #404040;
        float: left;
        width: 100%;
        font-weight: 500;
        padding-bottom: 20px;
        letter-spacing: 2px;
}

#thanks .home-button {
        background: #fff;
        height: 46px;
        font-size: 14px;
        font-weight: 700;
        border: 2px solid #7f7f7f;
        border-radius: 4px;
        color: #696969;
        width: 200px;
        line-height: 46px;
        margin: 0 auto;
        letter-spacing: 1px;
        display: inline-block;
        position: relative;
        text-align: center;
        top: 80px;
}

#thanks .home-button a {
        text-decoration: none;
        cursor: pointer;
        display: block;
        color: #696969;
}

#thanks .home-button a:active {
        text-decoration: none;
        cursor: pointer;
        color: #fff;
}

#thanks .home-button a:hover {
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        background: #7f7f7f;
        
}

#contact-overview {
        position: relative;
        max-width: 960px;
        margin: 0 auto;
        min-height: 700px;
        text-align: center;
}

#contact-overview img {
        margin: 0 auto;
        display: block;
}

#contact-overview h1 {
        font-size: 16px;
        color: #909090;
        font-weight: 300;
        position: relative;
        top: 18px;
        font-style: italic;
        letter-spacing: 1px;
        padding-top: 50px;
}

#contact-overview h2 {
        font-size: 24px;
        color: #404040;
        float: left;
        width: 100%;
        font-weight: 500;
        padding-bottom: 20px;
        letter-spacing: 2px;
}

#contact-info {
        float: left;
        width: 250px;
        margin-top: 30px;
        text-align: left;
        margin-left: 165px;
}

#contact-info h1 {
        font-size: 16px;
        color: #404040;
        font-weight: 700;
        position: relative;
        top: 18px;
        letter-spacing: 2px;
        font-style: normal;
}

#contact-info h2 {
        font-size: 14px;
        color: #808080;
        width: 100%;
        font-weight: 400;
        padding-bottom: 20px;
        letter-spacing: 1px;
}

#contact-form {
        float: right;
        width: 400px;
        text-align: left;
        margin-top: 85px;
        margin-right: 40px;
        
}


.quotes {
        max-width: 960px;
        margin: 0 auto;
        text-align: center;
}
.quotes ul{
        list-style: none;
        margin: 0;
        padding: 0px;
}

.quotes li {
        list-style: none;
        margin: 0;
        padding: 0px;
}

.quote p {
        font-family: 'Roboto', sans-serif;
        color: #808080;
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        width: 100%;
        margin-bottom: 10px;
        letter-spacing: 1px;
        line-height: 32px;
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 20px;
}

p.client {
        font-family: 'Roboto', sans-serif;
        color: #707070;
        font-size: 13px;
        font-weight: 700;
        font-style: normal;
        width: 100%;
        letter-spacing: 1px;
        position: relative;
}

.location {
        font-family: 'Roboto', sans-serif;
        color: #af8462;
        font-weight: 400;
}


/**
 * General Navigation Styles
 */
.quovolve-nav:before, .quovolve-nav:after {
        content: "\0020"; display: block; height: 0; visibility: hidden;  
} 
.quovolve-nav:after { clear: both; }
.quovolve-nav {
        margin: 10px 0;
        line-height: 30px;
        zoom: 1;
        text-align: center;
}
.quovolve-nav-above {
    
}
.quovolve-nav-below {
        margin-top: 20px;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        padding-top: 20px;
        font-family: 'Roboto', sans-serif;
}

.quovolve-nav span {
        float: left;
        margin-right: 5px;
        text-align: center;
}
.quovolve-nav a {
        background: #DDD;
        line-height: 20px;
        color: #757575;
        display: block;
        font-size: 12px;
        font-weight: 500;
        padding: 5px 15px;
        border: 0 none;
        text-decoration: none;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; 
}
.quovolve-nav a:hover {
        background: #454545;
        color: #fff;
        text-decoration: none;
}


/**
 * Numbered Navigation
 */
.nav-numbers {
        list-style: none; margin: 0;
        float: right;
}
.nav-numbers li {
        float: left;
        margin: 0 0 0 5px;
        list-style: none;
}
.nav-numbers li a {
        padding-left: 0; padding-right: 0;
        width: 30px;
}
.nav-numbers li.active a, .nav-numbers li a:hover {
        background: #dd390d;
}

/**
 * Navigation Description
 */
.nav-text {
        margin-left: 30px;
        color: #aaa;
}



#footer-page-overview {
        position: relative;
        max-width: 960px;
        margin: 0 auto;
        min-height: 1000px;
        text-align: left;
}

#footer-page-overview h1 {
        font-size: 15px;
        color: #404040;
        font-weight: 700;
        position: relative;
        top: 18px;
        letter-spacing: 1px;
        padding-top: 10px;
}

#footer-page-overview h2 {
        color: #606060;
        font-size: 13px;
        font-weight: 400;
        width: 100%;
        letter-spacing: 1px;
        text-align: left;
        margin-left: 15px;
}


#footer-page-overview p {
        color: #808080;
        font-size: 14px;
        font-weight: 400;
        width: 100%;
        letter-spacing: 1px;
        text-align: left;
        margin-top: 22px;
}