@charset "UTF-8";
body,
html {
    height: 100%;
    margin: 0;
    padding: 0
}

.center-text,
.work-type {
    text-align: center
}

a,
a:focus,
a:hover,
a:visited {
    cursor: pointer;
    color: #fff
}

#header,
#logo {
    position: absolute
}

#logo,
.desktop-only,
.img-circle,
img {
    display: block
}

#cont-wrap,
#header,
#hero-wrap,
#logo,
.overlay {
    right: 0;
    left: 0
}

#page-wrap,
.hover-block,
.recent-work,
.website-link {
    overflow: hidden
}

#about-profile p span,
#additional-services td.as-title,
span.days {
    font-weight: 700
}

body {
    background: #fff;
    font-family: GothamBook, sans-serif;
    -webkit-font-smoothing: antialiased!important
}

#logo,
#photo-section img,
.img-circle {
    margin: 0 auto
}

h1,
h2,
h3,
h4,
h5 {
    font-family: league_gothicregular, sans-serif;
    text-transform: uppercase
}

h1.white {
    color: #fff!important
}

.times {
    font-family: serif
}

#black-bar p,
.btn {
    font-family: league_gothicregular, sans-serif
}

.work-type {
    text-transform: none;
    font-style: italic;
    font-size: 1.55em
}

#black-bar p,
#bottom-nav li,
#nav ul li a,
.btn,
span#hours {
    text-transform: uppercase
}

p {
    line-height: 24px;
    color: #fff;
    font-size: 1.15em
}

a,
a:visited {
    text-decoration: none;
    outline: 0
}

p#text-align-right {
    text-align: right
}

#black-bar p {
    font-size: 1.75em
}

#logo {
    top: -70px
}

#header {
    background: rgba(0, 0, 0, .75);
    top: 10%;
    z-index: 50;
    padding: 15px 0
}

#about-section,
#photo-section,
.btn {
    position: relative
}

#greyBG {
    background: #111
}

#about-section {
    background: url(../images/about-img.jpg) center center no-repeat fixed;
    padding: 60px 0;
    bottom: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

#photo-section {
    background: url(../images/photo-bg.jpg) center center no-repeat fixed;
    padding: 60px 0;
    bottom: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.title {
    text-align: center;
    padding: 20px 0 40px
}

.contact-title {
    text-align: left;
    padding: 20px 0
}

#about-profile p {
    text-align: center;
    font-size: 1em;
    line-height: 1.25em;
    padding-top: 8px
}

span.gold {
    color: #bcb252
}

.img-circle {
    border-radius: 50%
}

.btn,
.btn:hover {
    border: 3px solid #bcb252;
    cursor: pointer
}

.pushDown {
    padding-top: 20px
}

.row-push {
    margin: 30px 0 10px
}

.mobile-only,
.mobile-tablet,
.tablet-only {
    display: none!important
}

.btn,
.desktop-tablet,
.website-link,
.work-life {
    display: block
}

.work-life:first-child {
    margin: 0 0 50px
}

.work-life {
    margin: 50px 0
}

.work-life h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px
}

.work-life h2 {
    font-size: 15px;
    line-height: 20px
}

#divider {
    width: 100%;
    height: 1px;
    background: #a3a3a3;
    margin: 30px 0 80px
}

.btn {
    padding: 10px 15px;
    color: #fff;
    width: 115px;
    text-align: center;
    font-size: 3em;
    margin: 0 auto;
    transition: .5s ease
}

.overlay h3,
.overlay p {
    font-family: serif;
    text-align: center
}

.black-btn,
.large-btn {
    margin: 60px auto 10px
}

.large-btn {
    padding: 25px;
    width: 250px
}

.btn:hover {
    background: #bcb252;
    color: #000!important
}

.black-btn {
    border: 3px solid #000;
    color: #000!important;
    width: 190px
}

#banner-wrapper img,
.overlay {
    width: 100%
}

.black-btn:hover {
    background: #000;
    border: 3px solid #000;
    color: #fff!important
}

.website-link {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 92%;
    background: #fff;
    color: #000;
    padding: 10px 0;
    opacity: 0;
    transition: 1s ease
}

.recent-work:hover .website-link {
    bottom: 0;
    opacity: 1
}

.website-link p {
    color: #000;
    text-align: center;
    position: relative;
    top: 40%
}

.add-padding {
    padding: 30px 0
}

.ivoryBG {
    background: url(../images/ivory-bg.jpg) center center no-repeat;
    background-size: cover
}

#black-bar {
    background: #000;
    padding: 10px 0
}

#black-bar p {
    margin: 0;
    padding: 0
}

.recent-work {
    position: relative;
    cursor: pointer;
    margin: 25px 0;
    z-index: 50
}

.recent-work img {
    display: block;
    margin: 0 auto
}

.overlay {
    position: absolute;
    background: rgba(0, 0, 0, .75);
    height: 100%;
    margin: 0 auto
}

.overlay h3 {
    font-size: 30px;
    color: #fff!important;
    margin: 40% 0 0;
    line-height: 15px;
    position: relative;
    top: 0;
    transition: top .5s, color .5s ease
}

.overlay p {
    color: #fff;
    font-style: italic;
    font-size: 1.25em
}

.recent-work:hover .overlay h3 {
    color: #e12b50!important;
    top: -5px
}

#hours-bar, #credit-bar{
    background: #000;
    padding: 8px 0
}
#credit-bar p{text-align: center; margin-bottom: 0; padding: 5px 0}
#hours-bar ul {
    margin: 0;
    padding: 0 0 0 15px;
    float: left
}

#hours-bar ul li {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 0 18px 10px;
    margin: 0
}

span#hours {
    font-family: league_gothicregular, sans-serif;
    font-size: 1em;
    color: #fff;
    float: left
}

span#hours:after {
    content: "|";
    position: relative;
    padding-left: 40px
}

#banner-wrapper {
    position: relative;
    line-height: 0
}

#cont-wrap {
    margin: 15% auto;
    max-width: 850px;
    padding: 20px;
    position: absolute;
    z-index: 10;
    display: none!important
}

.banner-btn {
    margin: 60px auto 10px;
    padding: 25px;
    width: 190px
}

.banner-btn:hover {
    background: #bcb252;
    border: 3px solid #bcb252;
    color: #000!important
}

#nav ul ul li,
#nav ul ul li.active>a,
#nav ul ul li:hover>a {
    border-top: none
}

.width-75-center {
    width: 75%;
    margin: 0 auto;
    position: relative;
    display: block
}

#cont-wrap h1 {
    text-align: center;
    color: #fff;
    line-height: 40px!important
}

#hero-wrap {
    position: absolute;
    z-index: 15;
    top: 40%
}

#hero-wrap img {
    width: auto!important;
    display: block;
    margin: 0 auto
}

.service-block {
    width: 508px;
    height: 309px;
    margin-bottom: 15px;
    background: url(../images/service-box-bg.png) center center no-repeat
}

.service-block p {
    text-align: center;
    color: #848484;
    padding: 0 20px;
    float: left;
    clear: both
}

.hover-block-text span,
.service-block.hover-block h2 {
    color: #fff;
    font-family: league_gothicregular, sans-serif
}

.hover-block {
    position: relative;
    margin: 0 auto 20px;
    clear: both;
    z-index: 0
}

.hover-block-text,
.hover-block-text a {
    z-index: 20;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.hover-block-text span {
    margin: 0 5px;
    font-size: 45px
}

.hover-block-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    top: 0;
    left: 0;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: .05s;
    -moz-transition-property: all;
    -moz-transition-duration: .2s;
    -moz-transition-timing-function: linear;
    -moz-transition-delay: .05s;
    -webkit-transition-property: all;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: .05s;
    -o-transition-property: all;
    -o-transition-duration: .2s;
    -o-transition-timing-function: linear;
    -o-transition-delay: .05s
}

.service-block.hover-block h2 {
    font-size: 3em;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    margin: 50px 0 20px
}

.service-block .hover-block-overlay {
    top: 0;
    z-index: 30
}

.hover-block-overlay.active-overlay {
    opacity: 1;
    top: 0
}

#additional-services {
    width: 100%;
    height: 301px;
    margin: 0 auto 15px;
    background: url(../images/add-service-box.jpg) center center no-repeat
}

img.icon {
    width: auto;
    clear: both;
    display: block;
    margin: 0 auto 15px
}

.mobile-service-btn {
    display: none!important;
    color: #bcb252!important
}

.width-2thirds {
    width: 33.3%;
    display: block;
    float: left
}

.as-box {
    margin: 25px auto 0;
    padding-left: 25px
}

#additional-services,
#additional-services h3 {
    color: #fff!important
}

#additional-services table {
    width: 90%;
    margin-bottom: 15px
}

#additional-services table tr {
    margin-bottom: 8px
}

#additional-services td.as-price {
    text-align: right
}

h2#free-shave {
    font-size: 2em;
    text-align: center;
    color: #fff;
}

#nav,
#nav ul li a {
    text-align: center
}

span.starting-at {
    font-size: .85em;
    font-style: italic
}

.contact-box {
    margin-bottom: 25px
}

#opensoon{
    text-align: center;
    color: #fff;
    font-size: 7em;
    padding-top: 60px;
}

#nav,
#nav ul,
#nav ul li {
    margin: 0;
    padding: 0;
    position: relative
}

.contact-box p {
    color: #292727
}

.contact-box .gold-font,
.contact-box .gold-font a,
.gold-font{
    color: #ada023;
    font-weight: 700
}

.gold-font a{
    text-decoration: underline
}

span#soon{font-size: .75em;position: relative;top: -3px;
}

#nav {
    z-index: 60;
    background: 0 0
}

#nav #split-left {
    float: left;
    left: 20%
}

#nav #split-right {
    float: right;
    right: 18%
}

#nav ul {
    z-index: 51;
    display: block;
    list-style: none
}

#nav ul li {
    display: inline-block;
    transition: border-color 1s ease
}

#nav ul li a {
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    color: #c4c4c4;
    font-family: league_gothicregular, sans-serif;
    font-size: 2.5em;
    font-weight: 100
}

#nav ul li a[href="#"] {
    cursor: pointer
}

#nav ul li.active,
#nav ul li:hover {
    color: #d4b14c
}

#nav ul li.active>a,
#nav ul li:hover>a {
    color: #d4b14c;
    transition: all 1s ease
}

#nav ul ul {
    display: none;
    position: absolute;
    z-index: 75;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #611726;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

#nav ul li:hover>div>ul,
#nav ul li:hover>ul {
    display: block;
    -webkit-animation: navReveal .5s;
    -moz-animation: navReveal .5s;
    animation: navReveal .5s
}

#nav ul ul li {
    display: block;
    text-align: left
}

#nav ul ul li+li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
    left: 10px;
    right: 10px;
    height: 1px;
    width: auto;
    background: #DDD
}

#nav ul ul li a {
    display: block;
    padding: 8px 20px;
    text-align: left;
    white-space: nowrap;
    font-size: 1em;
    font-weight: 300
}

#nav ul ul li.active,
#nav ul ul li:hover {
    border-top: none;
    background: #b32b47;
    position: relative
}

#nav ul ul ul {
    position: absolute;
    z-index: 53;
    top: 0;
    left: 100%
}

#nav li.navDown:after,
#nav li.navLeft:after,
#nav li.navRight:after {
    display: block;
    position: absolute;
    top: 50%;
    height: 0;
    width: 0;
    margin: -10px 0 0;
    font: 12px/20px FontAwesome
}

#nav li.navRight:after {
    content: "\f0da";
    right: 10px;
    padding: 0
}

#nav li.navLeft:after {
    content: "\f0d9";
    left: 10px;
    padding: 0
}

#nav li.navDown:after {
    content: "\f0d7";
    right: 10px;
    padding: 0
}

#nav-hide,
#nav-home {
    top: -70px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    position: absolute;
    text-decoration: none
}

#nav-reveal,
#nav-reveal:before {
    display: block;
    margin: 0;
    padding: 0
}

@-webkit-keyframes navReveal {
    0% {
        opacity: 0;
        margin-top: -10px
    }
    100% {
        opacity: 1;
        margin-top: 0
    }
}

@-moz-keyframes navReveal {
    0% {
        opacity: 0;
        margin-top: -10px
    }
    100% {
        opacity: 1;
        margin-top: 0
    }
}

#nav-reveal {
    position: absolute;
    top: 0;
    right: 10px;
    height: auto;
    width: 50px;
    cursor: pointer;
    text-decoration: none
}

#nav-reveal:before {
    content: "\f0c9";
    font: 50px/50px FontAwesome;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    text-align: center
}

#nav-hide:before,
#nav-home:before {
    font: 40px/60px FontAwesome;
    color: #FFF;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    text-align: center;
    display: block;
    margin: 0;
    padding: 0
}

#nav-hide {
    display: block;
    right: 0;
    margin: 0;
    padding: 0
}

#nav-hide:before {
    content: "\f00d"
}

#nav-home {
    display: block;
    left: 0;
    margin: 0;
    padding: 0
}

#nav-home:before {
    content: "\f015"
}

#m-nav {
    display: none;
    position: absolute;
    z-index: 150;
    top: 0;
    left: 0;
    right: 0;
    margin: 80px 20px 20px;
    padding: 0
}

#m-nav-overlay {
    display: none;
    position: fixed;
    z-index: 145;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .85)
}

#m-nav-overlay.open,
#m-nav.open {
    display: block;
    -webkit-animation: mobileNavReveal .5s;
    -moz-animation: mobileNavReveal .5s;
    animation: mobileNavReveal .5s
}

#m-nav .container {
    width: auto;
    max-width: 420px
}

#m-nav ul,
#m-nav ul li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0
}

#m-nav ul li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 14px 20px;
    background: #FFF;
    border-top: 1px solid rgba(255, 255, 255, .75);
    border-right: 1px solid rgba(255, 255, 255, .75);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-left: 1px solid rgba(0, 0, 0, .15);
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    color: #333
}

#m-nav ul li a[href="#"] {
    cursor: default
}

#m-nav ul ul {
    display: none
}

#m-nav ul ul li a {
    background: #EEE
}

#m-nav ul ul ul li a {
    background: #DDD
}

#m-nav ul ul ul ul li a {
    background: #CCC
}

#m-nav ul ul ul ul ul li a {
    background: #BBB
}

#m-nav ul ul ul ul ul ul li a {
    background: #AAA
}

#m-nav span.m-arrow {
    content: "";
    display: block;
    position: absolute;
    z-index: 155;
    top: 5px;
    right: 5px;
    height: 35px;
    width: 35px;
    background: #FFF;
    border-radius: 50px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .25);
    cursor: pointer
}

#m-nav span.m-arrow:before {
    content: "\f078";
    display: block;
    margin: 0;
    padding: 0;
    font: 16px/35px FontAwesome;
    color: #777;
    text-align: center
}

#m-nav span.m-arrow.open:before {
    content: "\f077"
}

@media only screen and (min-width:767px) {
    #m-nav,
    #m-nav-overlay,
    #m-nav-overlay.open,
    #m-nav.open {
        display: none
    }
}

@-webkit-keyframes mobileNavReveal {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes mobileNavReveal {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#bottom-nav {
    margin: 0;
    padding: 0;
    position: relative;
    right: 14px;
    float: right
}

#bottom-nav li {
    display: inline-block;
    margin: 10px 5px
}

#bottom-nav li a {
    padding: 5px 10px
}

#footer-top-bar {
    background: #000;
    padding: 25px 0 0
}

#footer-top-bar p {
    color: #8d8d8d;
    font-size: .95em;
    text-align: left
}

#footer-top-bar ul {
    margin: 0;
    padding: 0;
    float: right
}

#footer-top-bar ul li {
    margin: 0 5px;
    padding: 0;
    line-height: 5px;
    display: inline-block;
    list-style: none;
    font-size: .95em;
    color: #8d8d8d
}