body {
    font-family: 'proxima-nova';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    color: #6E7982;
}

/* COLORS 
    orange: #e33b00
    grey: #6e7982
    light-grey: #85929D
    black: #2f3943
*/
.light-silver-bg {
    background-color: #ebebeb;
}
.orange-bg {
    background-color: #e33b00;
}
.grey-bg {
    color: #fff;
    background-color: #6e7982;
}
.light-grey-bg {
    color: #fff;
    background-color: #85929D;
}
.dark-grey-bg {
    color: #fff;
    background-color: #2f3943;
}
.black-bg {
    color: #fff;
    background-color: #2f3943;
}
.orange-text{
	color: #e33b00;
}


h1 {
    font-size: 35px;
    line-height: 46px;
    font-family: proxima-nova;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 7px;
    margin-bottom: 10px;
}

h2 {
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 7px;
    font-style: normal;
    font-weight: 100;
}

h3 {
    font-style: normal;
    font-weight: 700;
    font-family: proxima-nova;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

h5 {
    font-style: normal;
    font-weight: 100;
    font-family: proxima-nova;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    line-height: 22px;    
}

p {
    font-style: normal;
    font-weight: 300;
    font-family: proxima-nova;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
}

.no-padding {
    padding: 0 !important;
}
.no-click {
    cursor: default;
}

.grey-bg p {
    font-weight: 100;
    margin-bottom: 0px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 12px;
}

.grey-bg h1,
.grey-bg h2,
.grey-bg h3
{
    text-transform: uppercase;
}

@media (max-width: 767px) {
    body {
        color: #3f3f3f;
    }
    h1 {
        font-size: 20px;
        line-height: 29px;
        letter-spacing: 5px;
    }
}

/* --[ Layout ]-- */
.navbar-wrapper {
    min-height: 70px; /* Prevent entire page to shrink when navbar floats */
}


a {
    color: #e33b00;
}

a:hover,
a:focus,
.navbar .nav > li > a:focus, 
.navbar .nav > li > a:hover 
{
    -moz-outline-style: none;
    outline:none;
    color: #E33B00;
}

.full-width {
    width: 100%;
    *zoom: 1;
}

/* NAV */
.navbar {
    margin: 0;
}

.navbar .nav > .active a:hover {
    background-color: inherit;
    box-shadow: none;
    color: inherit;
}
.navbar .brand,
.navbar-fixed-top .brand {
    margin:0;
    padding: 13px 0 17px 0;
    line-height: 40px;
}

.navbar .nav {
    margin-right: 0;
}
.navbar .nav li {
    line-height: 40px;
    width: 20%;
}
.navbar .nav > li > a,
.client-list-nav a {
    font-weight: 400;
    font-size: 11px;
    color: #6E7982;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 17px 0 13px 0;
    text-shadow: none;
}

.navbar .brand,
.navbar .nav > .active,
.navbar .nav > .active > a {
    color: #e33b00;
    background-color: inherit;
    box-shadow: none;
}

.navbar-inner {
    background-image: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    line-height: 40px;
    padding: 0;
    filter: none !important;
}

.navbar-inner .container-fluid {
    padding:0;
}
.navbar-shadow {
    background-color: #fff;
    position:relative;
    padding: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    z-index: 10000;
}

.project-wrapper
{
    position: relative;
    background-color: #fff;
    z-index: 10;
}
.home-content 
{
    position: relative;
    z-index: 10;
}

/* navbar fixed */
.navbar-fixed-top {
    position: fixed !important;
}
.navbar-inner.navbar-fixed-top {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 480px) {
    .navbar .btn-navbar {
        display: block;
    }
}

@media (max-width: 767px) {
    body {
        padding:0;
    }
    .navbar-wrapper {
        min-height: 52px; 
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
        margin: 0;
    }
    .navbar .btn-navbar {
        margin-right: 30px;
    }
    .navbar .brand,
    .collapse .nav {
        margin-left: 30px;
    }
    .navbar-inner {
        line-height: inherit;
        height: auto;
        padding:0 !important;
    }
    .navbar .brand {
        line-height: 20px;
    }
    .navbar .nav li {
        line-height: 20px;
    }
    .navbar .nav > li > a {
        padding: 10px 15px;
    }
    .navbar .btn-navbar, 
    .navbar-fixed-top .btn-navbar {
        padding: 2px;
        background: transparent url('../images/nav-collapse.png') no-repeat center;
        border: 0 none;
        box-shadow: none;
        color: inherit;
        text-shadow: none;
        width: 25px;
        height: 20px;
    }
    .navbar .btn-navbar {
        margin-top: 14px;
    }
    .navbar .container {
      padding: 0;
    }
}

@media (max-width: 979px) {
    body {
        padding-top: 0;
    }

}
@media (min-width: 767px) and (max-width: 979px) {
    .collapse .nav {
        margin-left: 100px;
    }
    .navbar-fixed-top .container {
        width: 724px;
    }
}

/* Project Layout */
.sticky-marker {
    display: block;
    height: 0px;
    z-index:0;
}

/* flexslider */
.slides {
    overflow: hidden; /* remove horizontal scroll */
}
.flexslider {
    margin-bottom: 0px;
}
.flex-control-nav {
    display: none;
    height: 0px;
}

/* Carousel */
#grey-carousel h1 {
    margin:0;
}
#grey-carousel .block {
    display: table;
    height: 490px;
}
#grey-carousel .center {
    display: table-cell;
    vertical-align: middle;
}
#grey-carousel a {
    color: #fff;
}
#grey-carousel a:hover {
    color: inherit;
}

#grey-carousel h5 {
    color: inherit;
    text-transform: uppercase;
}
@media (min-width: 979px) and (max-width: 1199px) {
    #grey-carousel .carousel-inner.container {
        width: 940px;
    }
}
@media (max-width: 767px) {
    #grey-carousel .block {
        padding: 0 30px;
        height: 290px;
    }
}

.carousel {
    margin-bottom: 0;
}
.carousel-control.left {
    left: 0px;
}
.carousel-control.right {
    right: 0px;
}
.carousel-control.right,
.carousel-control.left {
    -moz-outline-style: none;
    outline:none;
    border-radius: 0;
    border: 0 none;
    width: 10px;
    background-color: transparent;
    opacity: 0.9;
    margin-top: 0px;
    color: #fff;
    font-size: 30px;
    display:block;
    padding: 0 35px;
    height: 100%;
    top: 0;
}
.carousel-control .arrow {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -16px;
}
.carousel-control.right .arrow {
    left: 35px;
}
.carousel-control.left .arrow {
    right: 35px;
}

.carousel-control.hide {
    display: none !important;
}

.carousel-control.swipe-right {
    -moz-outline-style: none;
    outline:none;
    border-radius: 0;
    border: 0 none;
    background-color: transparent;
    opacity: 0.9;
    color: #fff;
    display:block;
    top: auto;
    bottom: 15px;
    left: auto;
    right: auto;
    height: 16px;
    right: 15px;
    line-height: 1em;
    font-size: 1em;
}
/* Clients List */
@media (max-width: 767px) {
    .client-list-nav a.tab1
    {
        margin-left: 30px;
    }
}
.client-list-nav {
    padding-top: 33px;
}

.client-list-nav ul {
    list-style: none outside none;
    margin:0;
    padding: 0;
}
.client-list-nav ul li {
    line-height: 18px;
    float: left;
}
.client-list-nav .separator {
    border-left: 1px solid;
    margin-left: 20px;
    width: 1px;
}
.client-list-nav a {
    text-decoration: none;
    color: inherit;
    display:block;
    padding: 0 0 0 20px;
    cursor: pointer;
}
.client-list-nav a.active {
    color: #e33b00;
}
.client-list-nav a.tab1 {
    padding-left: 0px;
}
.client-list-nav a.see-more {
    cursor: default;
}

@media (min-width: 767px) {
    .client-list-nav .tab2 {
        margin-left: 0;
    }
}

.client-list .logos-wrapper{
    display: inline-block;        
}
.client-list .logos {
    line-height: 200px;
    text-align: center;
}

.client-list .img-url {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.client-list .img-wrapper {
    width: 170px;
    height: 80px; 
    margin:0 auto;
    position: relative; 
    line-height: 0;
    overflow: visible;
}
.client-list .logos img {
    min-width:120px;
    position: absolute;
    top:0;
    left:0;
}
.client-list img.hilite {
    display:none;
}
#Work {
    position:relative;
}
@media (max-width: 767px) {
    .client-list .logos-wrapper{
        display: block;        
    }
    .client-list .logos {
        line-height: 1em;
    }
    .client-list .logos > div {
        padding: 2px 30px;
    }
    .client-list .logos > div:first-child,
    .client-list .logos > div:last-child {
        text-align: center;
    }
    .client-list .logos > div:first-child .img-wrapper,
    .client-list .logos > div:last-child .img-wrapper {
        float: none;
        margin: 0 auto;
    }
}

/* PROJECTS */
.projects a:hover,
.projects a:focus {
    text-decoration: none;
}
.projects .content[data-url] {
    cursor: pointer;
}
.projects .content {
    position:relative;
}
.projects img {
    width: 100%;
}
.projects .popup {
    min-height: 70px; 
/*    opacity: 0.9;*/
    z-index: 1000;
    position:absolute; 
    left: 0px; 
    top: 0px; 
    text-transform:uppercase;
    font-weight:400;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 0;
}

.projects .popup .content {
    margin: 0;
    padding: 10px 0;
}

.projects .plus {
    display: inline-block;
    width: 70px;
    color: #fff;
    font-weight: 100;
    float: left;
    text-align: center;
    line-height: 50px;
}
.projects .plus img {
    vertical-align: middle;
    width: auto;
}
.projects .text {
    float: left;
}
.projects .popup p.label {
    margin-bottom: 5px;
    padding:0;
    background-color: inherit;
}
.projects .popup h2{
    font-size: 21px;
    line-height: 27px;
    letter-spacing: 3px;
    color: #FFFFFF;
    font-style: normal;
    /*font-weight: 400;*/
    padding:0;
    margin:0;
}

.projects .popup .more {
    padding: 10px 0;
    height: auto;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 0px;
    text-align: center;
    width: 180px;
}
.projects .popup .more:hover{
    text-decoration: none;
}

@media (max-width: 767px) {
    .projects .popup {
        right: 0px;
        left: auto;
        min-height: 0;
    }
    .projects .plus {
        float: none;
        line-height: 1em;
        width: 40px;
    }
}

/* Google Maps */
#map-canvas img { 
  max-width: none;
}

#map-canvas label { 
  width: auto; 
  display:inline; 
} 

.btn {
    text-transform: uppercase;
    border-radius: 0;
    border: 0 none;
    box-shadow: none;
    transition: none;
    color: #fff;
    background-image: none;
    text-shadow: none;
    padding: 12px 25px;
    font-size: 12px;
    letter-spacing: 2px;
    
}
.btn:hover {
    background-color: #2F3943;
    color: #fff;
}

/* Footer */
#Contact {
    position: relative;
}
footer {
    font-size: 12px;
    line-height: 1.45em;
    letter-spacing: 0.125em;
    padding: 60px 0;
}
.grey-bg footer p {
    margin-bottom: 20px;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 18px;
}
footer a {
    text-transform: uppercase;
    cursor: pointer;
    color: inherit;
}
footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #2F3943;
}

.newsletter {
    margin-bottom: 20px;
}
.newsletter .title {
    margin-bottom: 5px;
}
.newsletter .signup {
    font-family: proxima-nova;
    font-size: 12px;
    padding: 10px 10px 9px 13px;
    border-radius: 0;
    letter-spacing: 2px;
    width: 95%;
}
.newsletter-confirm {
    padding: 20px 0;
    margin-left: 0 !important;
    
}

p.small-note {
    text-indent: 0px;
    margin-bottom: 0px;
    line-height: 15px;
    font-size: 10px;
    letter-spacing: 1px;
    color: #A8B4BF !important;
    font-weight: 300;
}
.small-note a {
    text-transform: none;
}

footer ul {
    list-style: none outside none;
    margin-left: -20px;
    margin-bottom: 20px;
}
footer .tweets .item {
    margin-bottom: 10px;
}
footer .tweets .item a {
    text-transform: none;
}
footer .tweets .moment {
    margin-top: 4px;
}
footer .tweets .moment a {
    display: block;
    text-transform: uppercase;
}
footer .tweets .moment a:hover {
    color: #fff;
}

footer .black-letter {
    color: #2f3943;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
}

footer p.social-icons {
    margin-top: 30px;
    font-size: 18px;
    letter-spacing: 0.25em;
}
footer .icon-twitter {
    font-size: 90%;
}

footer .fixed-width {
    min-width: 200px;
}
footer .nowrap {
    white-space: nowrap;
}
footer .btn {
    font-weight: 100;
    font-family: proxima-nova;
}

@media (max-width: 767px) {
    footer.container {
        padding: 30px 0;
        margin: 0 30px;
    }
    .newsletter .signup {
        letter-spacing: 0;
        width: 60%;
    }
}

/* CLIENT WORK / PROJECT */
.project-wrapper p:last-child {
    margin-bottom: 0;
}
.project-wrapper .subhead {
    font-size: 19px;
    line-height:27px;
    margin: 0 0 20px 0;
    letter-spacing: 5px;
    font-weight: 100;
}
.project-wrapper  .image-caption {
    margin-top: 5px;
    font-size: 13px;
    letter-spacing: 1px;
}
.module-padding {
    padding: 60px 0;
}
.centered-image .content {
    text-align: center;
}
.centered-image .content img {
    display: inline-block;
}

.project-wrapper .column2 {
    margin-left: 5.1282%;
}
.project-wrapper .herotext-column {
    display: table;
}
.project-wrapper .herotext-column h1
{
    letter-spacing: 2px;
    margin: 0;
}
.project-wrapper .herotext-column blockquote {
    text-indent: -12px;
}
.project-wrapper .herotext-column .content {
    display: table-cell;
    vertical-align: middle;
}
.project-wrapper blockquote {
    border: 0 none;
    text-indent: -0.45em;
    margin: 0;
    padding: 0;
}
.project-wrapper .hero-text h1 {
    margin: 0;
}
.project-wrapper .hero-text blockquote {
    text-indent: -1.0em;
}
.project-wrapper .hero-text blockquote h1 {
    line-height: 47px;
    letter-spacing: 2px;
}

.project-wrapper .herotext-image-2columns .image-column .content {
    text-align: center;
}
.project-wrapper .herotext-image-2columns .image-column img {
    display: inline-block;
}
.project-wrapper .hero-text2 h2 {
    margin: 0;
    font-weight: 100;
    letter-spacing: 3px;
}
.project-wrapper .hero-text2 blockquote {
    text-indent: -0.6em;
}

.project-wrapper .hero-text,
.project-wrapper .hero-text2,
.project-wrapper .two-columns,
.project-wrapper .herotext-2columns,
.project-wrapper .herotext-image-2columns {
    padding: 100px 0;
}

.project-wrapper .accordion-group {
    border-radius: 0;
    border: 0 none;
    margin-bottom: 1px;
}
.project-wrapper .accordion-group:hover .title {
    color: #E33B00;
}
.project-wrapper .accordion-group:hover .plus-sign > .image {
    background-image: url('/wp-content/uploads/images/orange-plus.png');
}
.project-wrapper .accordion-toggle {
    color: #6e7982;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 20px 0;
}
.project-wrapper .accordion-toggle:focus,
.project-wrapper .accordion-toggle:hover {
    text-decoration: none;
}
.project-wrapper .accordion .plus-wrapper {
    width: 16%;
    display: block;
    float: left;
    min-height: 30px;
    text-align: center;
}
.project-wrapper .accordion .plus-sign {
    height: 16px;
    width: 16px;
    padding: 10px 0;
    display: inline-block;
}
.project-wrapper .accordion .plus-sign > .image {
    display: block;
    height: 16px;
    width: 16px;
    background-image: url('/wp-content/uploads/images/grey-plus.png');
}

.project-wrapper .accordion .plus-sign img {
    vertical-align: top;
}
.project-wrapper .accordion .title {
    font-size: 11px;
    line-height: 37px;
    display: block;
    float: left;
    min-height: 30px;
    width: 84%;
}
.project-wrapper .accordion-toggle {
    background-color: #eee;
    padding-left: 0;
    padding-right: 0;
}
.project-wrapper .accordion-inner {
    padding: 20px 0;
    border: 0 none;
    width: 75%;
}
.project-wrapper .accordion-inner.offset1 {
    margin-left: 16%;
}

@media (max-width: 767px) {
    .project-wrapper .subhead {
        font-size: 15px;
        line-height:19px;
        letter-spacing: 3px;
        font-weight: 300;
    }
    .project-wrapper .herotext-column h1,
    .project-wrapper .hero-text h1,
    .project-wrapper .hero-text blockquote h1 {
        font-size: 20px;
        line-height: 29px;
        letter-spacing: 5px;
    }
    .project-wrapper .hero-text blockquote,
    .project-wrapper .herotext-column blockquote {
        text-indent: -0.8em;
    }
    .project-wrapper .column1 {
        margin-bottom: 30px;
    }
    .project-wrapper .two-columns .column1 {
        margin-bottom: 10px;
    }
    
    .module-margin {
        margin: 0 30px;
    }
    .module-padding {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .project-wrapper .herotext-image-2columns .herotext-column {
        height: auto !important;
    }
    .project-wrapper .image-caption {
        float: right;
        margin-left: 30px;
        margin-right: 30px;
    }
    .marginstack-bottom {
        margin-bottom: 60px;
    }
    .marginstack-bottom:last-child {
        margin-bottom: 0;
    }
    .project-wrapper .accordion .plus-wrapper {
        width: 10%;
    }
    .project-wrapper .accordion-inner.offset1 {
        margin-left: 10%;
    }
    .full-width-image,
    .centered-image,
    .slides,
    .full-width-video { 
        padding:0 !important;
    }
    
    .client-list .logos img {
        width: 120px;
    }
    .client-list .img-wrapper {
        height:120px !important;
    }
    
    .project-wrapper .column2 {
        margin-left: 0;
    }
}

/* People Module */
.people h5 {
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}
.people h6 {
    margin-top: 0;
    font-size: 13px;
    font-weight: 300;
}
.people p.content {
    font-size: 15px;
}
.people .photo-wrapper {
    text-align: center;
}
.people .photo {
    display: inline-block;
}
.people .icons {
    margin-top: 17px;
}
.people .twoicons {
    margin-top: 5px;
}
.people i {
    color: #6E7982;
}
.people i:hover {
    color: #E33B00;
}
.people .twitter-link,
.people .linkedin-link {
    text-decoration: none;
}
.people .icon-linkedin {
    font-size: 16px;
}
.people .small-photos,
.people .large-photos {
    margin-bottom: 30px;
}
.people .small-photos h5:last-child {
    margin-top: 0;
}
.people .team .info {
    padding: 0;
}
.people .team h5 {
    line-height: 1.25em;
}

.people .bio-link {
    text-transform: uppercase;
}
.people .bio {
    display: none;
}

img.loading {
    display:none;
}
div.loading {
    width: 100%;
    background: url('/wp-content/uploads/images/loader.gif') center center no-repeat;
    min-height: 450px;
}
div.loading.bghelp {
    min-height: 0;
}

@media (max-width: 767px) {
    .people .container {
        margin: 0 30px;
    }
    .people .small-photos .info {
        text-align: center;
        margin-bottom: 30px;
    }
    div.loading {
        min-height: 200px;
    }
    
    .people .bio.visible-phone {
        display: none !important;
    }
    .people .bio.visible-phone.active {
        display: inherit !important;
    }
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out; 
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.password-login {
    margin-bottom: 20px;
    margin-top:150px;
    margin-left:auto;
    margin-right:auto;
    width:400px;
    text-align:center;
}
.password-login form {
    margin-bottom: 50px;
}
.password-login .password-field {
    font-family: proxima-nova;
    font-size: 12px;
    padding: 10px 10px 10px 13px;
    border-radius: 0;
    letter-spacing: 2px;
    width: 240px;
    margin-right: 10px;
}
.password-login .submit {
    vertical-align: top;
}

@media (max-width: 767px) {
    .password-login {
        width: 300px;
        margin-top: 100px;
    }
    .password-login .password-field {
        width: 275px;
        margin-right: 0;
        display: block;
    }
    .password-login .submit {
        width: 100%;
        margin-right: 0;
    }
}