body ::selection {
    background: #c3bab2;
}

body .site-content {
  background-image: url(assets/img/full-width/bg.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.helvetica-font {
    font-family: Helvetica;
}


b, strong {
    font-weight: 500;
}

h3 b, h3 strong {
    font-weight: 600;
}

p, blockquote p {
    font-size: 17px;
}

.service-item p {
    font-size: 14px;
}

.kuu-hero {
    padding: 22px;
}

.kuu{
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.nav-logo-wrap {
    margin-left: 20px;
}

.logo, a.logo:hover {
    font-family: Helvetica !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(0,0,0,0.9);
}

.nav-logo-wrap .logo {
    font-family: Helvetica;
    display: table-cell;
    vertical-align: middle;
    max-width: 118px;
    height: 75px;
    /*font-size: 40px;*/
    letter-spacing: 0px !important;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    text-transform: none !important;
    color: #888;
}

.center{
    text-align: center;
}

.bg-dark-50:before {
    background: rgba(0,0,0,0.1);
}

.progress-box .progress-bar {
    background-color: #c3bab2;
}

.service-item i {
    color: #fff;
    background: none !important;
}

.service-item .service-desc p {
    color: #fff;
}

.service-item {
    height: 380px;
}

.service-item:hover {
    border-color: #c3bab2;
}

.filter li.active a {
    border-bottom: 2px solid #c3bab2;
}

.btn-coffee.btn-border {
    color: #c3bab2;
    border-color: #c3bab2;
}

.btn-coffee.btn-border:hover {
    color: #fff;
    background-color: #c3bab2;
}

.contact-item span, .contact-item i {
    color: #c3bab2;
}

.team-item figcaption {
    margin-left: 0px;
}

.team-item figcaption small {
    color: #c3bab2;
}


.mobile-on .navbar-desktop ul {
    width: 100%;
    float: none;
    background: rgba(195, 186, 178, 0.9);
    /*background: rgba(255, 255, 16254, 0.97);*/
    position: relative;
    overflow-x: hidden;
}

.mobile-on .navbar-desktop ul li a {
    display: block;
    width: 100%;
    height: 38px !important;
    line-height: 38px !important;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: left;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.065);
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
}

.fact-number {
    min-height: 75px;
}


.center-icon {
    margin: 0 !important;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    left: 46.5%;
}




.filter li a:hover {
    border-bottom: 1px solid #c3bab2;
}





/*
 * NAVBAR
 */

a.logo:hover {
    color: #ffffff !important;
}
.main-nav {
    background: rgb(195, 186, 178);
}

.main-nav.white.transparent .inner-nav ul > li > a {
    color: #ffffff;
    font-weight: 500;
}

.main-nav.white.transparent .inner-nav ul > li > a:hover, .main-nav.white.transparent .inner-nav ul > li > a.active {
    color: #ffffff !important;
    font-weight: 700;
}

.main-nav.white.transparent .logo, .main-nav.white.transparent a.logo:hover {
    color: #ffffff;
}

.main-nav .inner-nav ul > li > a {
    color: #ffffff;
    font-weight: 500;
}







/*
 * PORTFOLIO
 */

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 0 15px;
}

/* NAVBAR PORTFOLIO */

.page-porfolio .main-nav {
    background: rgba(195, 186, 178, 1);
}
.page-porfolio .inner-nav ul li a {
    color: #ffffff;
    font-weight: 500;
}

.page-portfolio .main-nav.white .inner-nav ul > li > a:hover, .page-portfolio .main-nav.white .inner-nav ul > li > a.active {
    color: #fff;
    font-weight: 700;
}

.page-porfolio .js-transparent.transparent .nav-logo-wrap .logo {
    color: #000000 !important;
    font-weight: 600;
}

.page-porfolio .js-transparent .nav-logo-wrap .logo {
    color: #ffffff !important;
    font-weight: 400 !important;
}

.post-title {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.portfolio.figure.effect-hover:hover img {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.6;
}
.work-item {
    text-align: center;
    margin: 0;
}
.blog-single .post-content img {
    margin: 15px 0;
}

.legal-content{
    margin-top: 50px;
}


/*
 * FOOTER
 */
.copy-right a {
    letter-spacing: 0.1rem;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .kuu-hero {
        padding: 10px;
    }
    .box-intro-logo{
        padding: 5px 11px !important;
    }
    .intro-logo img {
        width: 260px !important;
    }
    .intro-sublogo {
        font-size: 0.5em !important;
    }
    .logo-dots {
        font-size: 4px !important;
    }
}