body {
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.52857143;
    color: #1e1e1e;
    padding-top: 51px;
    -webkit-font-smoothing: antialiased;
}

p {
    margin: 0 0 20px;
}

h1, h2, h3, h4, h5 {
    font-family: 'PT Serif', serif;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 0;
}

h2 {
    font-size: 36px;
    margin-bottom: 25px;
}

h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

h4 {

}

.form input[type=submit],
.btn-primary {
    color: #fff;
    background: transparent;
    border: 2px solid #121212;
    border-radius: 30px;
    padding: 13px 45px;
    font-size: 16px;
    min-width: 170px;
    transition: 0.1s ease-in all;
}

.btn-primary:hover {
    color: #121212;
    background: 0;
}

.max {
    padding: 0 5px;
}

.max-inner {
    padding: 0 65px;
}

.no-gutter {
    padding: 0;
}

.no-gutter:after {
    content: '';
    display: block;
    clear: both;
}

.no-gutter .row,
.no-gutter .row-fluid {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter .row-fluid [class*='col-']:not(:first-child),
.no-gutter .row-fluid [class*='col-']:not(:last-child),
.no-gutter .row [class*='col-']:not(:first-child),
.no-gutter .row [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.no-gutter .copy {
    padding: 70px 0 100px;
}

.navbar-fixed-top {
    padding: 0;
    background: #fff;
    border: #fff;
}

.navbar-brand {
    background: url(../images/logo.png) no-repeat;
    background: url(../images/logo.svg) no-repeat;
    background-size: 85px;
    display: inline-block;
    text-indent: -999em;
    min-width: 125px;
    min-height: 51px;
    background-position: 0 10px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav a:hover {
    background: none;
    color: #ff008c;
    border-bottom: 5px solid;
    transition: 0.3s ease-in all;
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #1e1e1e;
    padding: 8px 0;
    margin: 0 15px;
    border-bottom: 5px solid #fff;
}

.jumbotron {
    padding: 25px 0 35px;
    background: #121212;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.jumbotron h1 {
    font-size: 32px;
    font-weight: 500;
    font-family: 'PT Serif', serif;
    line-height: 1.4;
    margin-bottom: 25px;
}

.jumbotron .btn-primary {
    color: #ff008c;
    border: 2px solid #ff008c;
}

.jumbotron .btn-primary:hover {
    color: #fff;
    background: #ff008c;
}

.intro {
    position: relative;
}

.intro:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 30px 0 30px;
    border-color: #121212 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    z-index: 1;
}

.intro .image {
    height: 530px;
    background: url(../images/cards.jpg) center no-repeat;
    background-size: cover;
}

.dual .btn-primary {
    background: #121212;
}

.dual .btn-primary:hover {
    background: 0;
}

.dual .image {
    height: 530px;
    min-height: 100%;
}

.image-bg h2,
.image-bg p {
    color: #fff;
}

.image-bg h2 {
    text-shadow: 0px 1px 5px rgba(0,0,0,.5);
}

.image-bg .btn-primary {
    color: #fff;
    background: rgba(0,0,0,0.7);
    border: 2px solid #fff;
}

.image-bg .btn-primary:hover {
    color: #121212;
    background: #fff;
}

.latest {
    background: #DFDFDF;
}

.singular .copy {
    padding: 70px 0 280px;
}

.work .image {
    height: 530px;
    min-height: 100%;
    background: url(../images/stamp.jpg) center no-repeat;
    background-size: cover;
}

.footer {
    padding: 50px 0 30px;
    color: #878787;
    background: #000000;
}

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

.footer a:hover {
    text-decoration: underline;
}

.footer h4 {
    color: #fff;
    font-family: 'PT Sans', sans-serif;
}

.footer .certs {
    text-align: right;
}

.footer .certs a {
    margin-left: 20px;
}

.footer .copyright {
    font-size: 14px;
    text-align: right;
}

/* Inner. */
.inner .navbar-fixed-top {
    border-bottom: 1px solid #ccc;
}

.inner .subdivided {
    padding: 70px 0;
}

.inner .subdivided h3 {
    font-family: 'PT Sans', sans-serif;
}

.inner .subdivided .writ p {
    padding-right: 45px;
    font-size: 15px;
}

.inner .subdivided .image {
    min-height: 100px;
    margin-bottom: 30px;
}

.inner .philosophy {
    background: #e5e5e5;
}

.inner .heading {
    margin-bottom: 60px;
}

.inner .centered {
    text-align: center;
}

.inner .centered #testimonials {
    position: relative;
}

.inner .centered #testimonials p {
    max-width: 90%;
    margin: auto;
}

.inner .centered div#testimonials {
    padding-bottom: 70px;
}

.inner .centered .caption {
    padding: 30px 0;
}

.inner .centered .carousel-indicators li {
    background-color: #666666;
}

.inner .centered .carousel-indicators li.active {
    background-color: #eb0f7e;
}

.inner .jumbotron {
    background: #fff;
    color: #1e1e1e;
    text-align: center;
}

.dark {
    background: #121212;
    color: #fff;
}

.dark .copy .btn-primary {
    border-color: #fff;
}

.dark .copy .btn-primary:hover {
    background: #fff;
}

.inner .intro:before {
    border-color: #fff transparent transparent transparent;
}

.work .intro:before,
.contact .intro:before {
    display: none;
}

/* Index. */

.index .no-gutter {
    border-bottom: 4px solid #fff;
}

.index .footer .no-gutter,
.index .header .no-gutter,
.index .no-gutter.work {
    border: 0;
}

/* About. */

.about .intro .image {
    background: url(../images/office.jpg) center no-repeat;
    background-size: cover;
}

.about .effective {

}

.about .effective .btn-primary {
    color: #ff008c;
    border: 2px solid #ff008c;
}

.about .effective .btn-primary:hover {
    color: #fff;
    background: #ff008c;
}

.about .effective .image {
    background: url(../images/effective.jpg) center no-repeat;
    background-size: cover;
}

.about .clients {
    background: #e5e5e5;
}

.about .client-logos {
    text-align: center;
}

.about .client-logos a {
    display: inline-block;
    min-width: 150px;
    min-height: 100px;
    text-align: center;
    margin: 25px;
    position: relative;
}

.about .client-logos a img {
    width: 128px;
    display: inline-block;
}
.about.inner .heading {
    margin-bottom: 35px;
}

.about .carousel .item {
    min-height: 170px;
}


/* Work. */

.work .image-bg {
    border-bottom: 4px solid #fff;
    background: #DFDFDF;
}

.work .image-bg.split .max-inner {
    min-height: 490px;
    padding: 65px;
}

.work .image-bg .left {
    border-right: 2.5px solid #fff;
    background: url(../images/millionaireschoice.jpg) center no-repeat;
    background-size: cover;
}

.work .image-bg .right {
    border-left: 2.5px solid #fff;
    background: url(../images/thewhitehart.jpg) center no-repeat;
    background-size: cover;
}

.work .image-bg.dqi {
    background: url(../images/dqi.jpg) center no-repeat;
    background-size: cover;
}

/* Project. */

.project .jumbotron {
    min-height: 500px;
}

.project .name {
    padding: 100px 0;
}

.project .name small {
    font-size: 30px;
    line-height: 1.4;
    font-family: 'PT Serif', serif;
}

.project .no-gutter .challenge,
.project .no-gutter .solution {
    padding: 70px 0 100px;
}

.project .no-gutter .solution {
    background: #e5e5e5;
    color: #1e1e1e;
}

.project .no-gutter .solution .btn-primary {
    color: #ff008c;
    border: 2px solid #ff008c;
    background: 0;
}

.project .no-gutter .btn-primary:hover {
    color: #fff;
    background: #ff008c;
}

.project .no-gutter.logo {
    background: #26292a;
    padding: 140px 0;
}

.project .no-gutter.logo img {
    max-width: 500px;
}

.project .project-images {
    background: #dfdfdf;
    border-bottom: 4px solid #fff;
}

.project .project-images .row-fluid {
    display: flex;
}

.project .project-images .image {
    padding: 70px 0;
    border-bottom: 4px solid #fff;
}

.project .project-images .image.full-width {
    padding: 0;
}

.project .project-images .image.full-width .max-inner,
.project .project-images .image.full-width img {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.project .project-images .image:last-child {
    border: 0;
}

.project .max-inner {
}

.project .project-images img {
    max-width: 100%;
}

.project .project-images .row-fluid:after {
    content: '';
    display: block;
    clear: both;
}

.project .project-images .left {
    border-right: 2.5px solid #fff;
}

.project .project-images .right{
    border-left: 2.5px solid #fff;
}

.project .paginating {
    padding: 90px 0;
    font-family: 'PT Serif', serif;
}

.project .paginating a {
    font-size: 18px;
    color: #1e1e1e;
    opacity: .3;
    transition: 0.1s ease-in all;
}

.project .paginating a span {
    display: none;
}

.project .paginating a:hover {
    opacity: 1;
}

.project .paginating .next {
    text-align: right;
}

.project .previous,
.project .next {
    width: 40%;
    float: left;
}

.project .return {
    text-align: center;
    width: 20%;
    float: left;
}

.project .return a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -999em;
    background: url(../images/home.png) center no-repeat;
    /*background-image: url(../images/home.svg), none;*/
    margin-top: 3px;
}

/* Contact. */

.contact .form {
    padding: 75px 0;
    background: #e5e5e5;
}

.contact form {
    max-width: 575px;
    margin: 10px auto;
}

.contact form div {
    margin: 10px 0;
}

.contact .form div label {
    display: none;
}

.contact .form div input,
.contact .form div textarea {
    padding: 9px 15px;
    border: 0;
    min-width: 100%;
}

.contact .intro .image {
    background: url(../images/contact.jpg) center no-repeat;
    background-size: cover;
}

.contact .intro a {
    color: #ff008c;
}

.contact .form input[type=submit],
.contact .no-gutter.intro .btn-primary {
    color: #ff008c;
    border: 2px solid #ff008c;
    background: 0;
    min-width: 150px;
}

.contact .form div textarea {
    min-height: 250px;
}

.contact .form input[type=submit]:hover,
.contact .no-gutter .btn-primary:hover {
    color: #fff;
    background: #ff008c;
}

.contact .form .submit {
    margin-top: 25px;
}

.contact .cmsmap {
    width: 100%;
    height: 350px;
}

@media (min-width: 768px) {
    body {
        padding-top: 100px;
    }

    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      margin: 25px 0;
    }

    .navbar-brand {
        background-size: 135px;
        background-position: 0;
    }

    .project .paginating a {
        font-size: 36px;
    }

    .project .paginating a span {
        display: inline;
    }

    .project .return a {
        width: 55px;
        height: 55px;
    }

    .navbar-brand {
        min-width: 135px;
    }

    .max {
        padding: 0 50px;
    }

    .jumbotron {
        padding: 135px 0 205px;
    }

    .jumbotron h1 {
        font-size: 42px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 38px 0;
    }

}

@media (min-width: 1279px) {
    .project .project-images img {
        max-width: 570px;
    }
}

