@import url(https://fonts.googleapis.com/css?family=Playfair+Display);

.client-row .col-sm-3 {
    display: inline-block;
    min-height: 140px;
    line-height: 140px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.client-row img {
    max-height: 120px;
    max-width: 160px;
    opacity: 0.8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: none;
}

@media (min-width: 992px) {
    .image-gallery .image-holder {
        height: 245px;
    }
}

.top-bar .logo {
    bottom: 10px;
    max-width: 250px;
    position: relative;
}

.logo.logo-square {
    max-width: 170px;
    max-height: 65px;
    bottom: 18px;
    margin-bottom: 15px;
}

.menu li {
    margin-right: 0;
    margin-right: 40px;
    position: relative;
}

.top-bar.nav-sticky {
    background: #333333;
}

.nav-sticky .logo-square {
    bottom: 10px !important;
}
.utility-menu {
    margin-top: 0px;
    /* background-color: #010014; */
    color: #fff;
}
.utility-menu .utility-inner {
    padding: 16px 0 14px;
}

.utility-menu span {
    display: inline-block;
    position: relative;
    top: 0px;
}

.background-image-holder.parallax-background {
    height: 110%;
    top: -10%;
}

.hero-slider .slides li.overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    opacity: 0;
    z-index: 2;
    background-color: #222222;
}

.nav-sticky .logo-wide {
    bottom: 12px !important;
}

.clients-2 img {
    max-height: 100px;
    max-width: 200px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0.6;
}

.alignment-menu {
    text-align: right;
}

.alignment-menu .subnav li {
    text-align: left;
}

@media all and (max-width: 992px) {
    .logo.logo-square {
        bottom: 9px;
        max-width: 160px;
    }
    .alignment-menu {
        text-align: left;
    }
    .top-bar .logo.logo-wide {
        bottom: 4px;
        margin-bottom: 42px;
    }
    .overlay-bar {
        background: #333;
    }
    .mobile-toggle {
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 32px;
        position: absolute;
        right: 16px;
        top: 24px;
    }
    .top-bar .menu li a {
        color: #ccc;
        padding-bottom: 0;
    }

    .overlay-bar .menu li a:hover {
        color: #fff;
    }
}


.hero-divider:before {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0px;
    content: '';
    opacity: 0.4;
    z-index: 2;
    background-color: #333333;
}

.hero-divider {
    padding: 120px 0px 120px;
    position: relative;
    overflow: hidden;
}

div.lead {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}

.feature .icon {
    width: 20%;
}
.feature .text {
    width: 80%;
}

@media all and (max-width: 479px) {
    .feature .icon {
        width: 30%;
    }
    .feature .icon img {
        width: 60%;
    }
    .feature .text {
        width: 70%;
    }
}

footer.details .logo {
    margin-bottom: 54px;
    margin-top: 12px;
    max-width: 240px;
}

.font-family {
    font-family: 'Playfair Display', serif;
}

a {
    font-family: 'Playfair Display', serif;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #333;
}
h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #333;

}
h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #333;
}

h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #333;
}

.project .hover-state h1 {
    font-size: 24px;
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
}

.project .hover-state {
    background-color: rgba(51, 51, 51, 0.9);
    height: 100%;
    opacity: 0;
    padding-right: 15px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.project .hover-state .btn-white:hover {
    color: #333333;
}
.project {
    height: 320px;
}

.line {
    width: 56px;
    height: 3px;
    background-color: #333;
}

.menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
}
.overlay-bar.nav-sticky .menu li a {
     color: #ccc;
}

.photo-form-wrapper input, .photo-form-wrapper textarea {
    background: #ededed;
    border: medium none;
    border-radius: 50px;
    box-shadow: none;
    margin-bottom: 30px;
    padding: 14px 24px;
    width: 100%;
}

.div-select {
    background: #ededed none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    box-shadow: none;
    margin-bottom: 30px;
    padding: 14px 24px;
    width: 100%;
}

.div-select select {
    background-color: transparent;
    border: 0;
}
