/*
Theme Name: 
Author: 
Author URI: http://www.slickdesign.com.au
Description: Website template for ---
Version: 1.0
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}


/* ==========================================================================
   MICRO CLEARFIX
   ========================================================================== */
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* apply border box to all but imgs */
html { 
    box-sizing: border-box; 
    -moz-box-sizing: border-box;
}
*, *:before, *:after{
    box-sizing: inherit; 
    -moz-box-sizing: inherit; 
}
img { 
    box-sizing: content-box; 
    -moz-box-sizing: content-box;
} 

/* - - - */


html{
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
html.on-load{
    background-image: url('img/bg-1.jpg');
}

body{
    padding: 0;
    padding-top: 156px;
    margin: 0;
}

/* base styles */
p, td, th, li, a, div, span{
    font-weight: normal;
    font-family: 'Raleway', sans-serif, helvetica; 
    color: #000;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', sans-serif, helvetica; 
    font-weight: normal;
}

td, th{
    padding: 5px;
}

strong{font-weight: 600;}

.landing-blocks{
    position: fixed;
    width: 230px;
    top: 50%;
    left: 50%;
    margin-top: -53px;
    margin-left: -115px;
}
.landing-blocks div{
    display: table;
    float: left;
    width: 106px;
    height: 106px;
    border: 3px solid #fff;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.landing-blocks div:hover{
    background-color: rgba(255,255,255,0.3);
}
.landing-blocks div + div{
    margin-left: 18px;
}
.landing-blocks div span{
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 600;
}

.footer-bar{
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 35px;
    opacity: 0;
    background-color: #fff;
    transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
}
.footer-bar.active{
    opacity: 1;
}

/* LAYOUT */
.header-wrap, .main-wrap, .footer-wrap, .feature-wrap{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
header, footer{
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

/* HEADER */
.header-wrap{
    background-color: #fff;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.header-wrap.active{
    opacity: 1;
}
header{
    overflow-x: hidden;
    position: relative;
    height: 110px;
}
header .logo{
    position: absolute;
    width: 335px;
    height: auto;
    top: -48px;
    left: 35px;
    opacity: 0;
}
header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}

.nav-wrap{
    display: none;
    margin: 0 auto;
    height: 46px;
    padding-top: 4px;
    background-color: #000;
}
.nav-wrap.active{
    display: block
}
.nav-wrap nav{
    width: 790px;
    margin: 0 auto;
}
.nav-wrap ul{
    padding: 0;
    margin: 0;
    width: 790px;
    display: table;
}
.nav-wrap ul li{
    display: table-cell;
    text-align: center;
    padding: 0 2px;
}
.nav-wrap ul li a{
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
    font-size: 1em;
    font-weight: 200;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.nav-wrap ul li a:hover{
    background-color: #fff;
    color: #000;
}
.nav-wrap ul li.active a{
    border: 1px solid #fff;
}
.nav-wrap ul li a:focus{
    outline: none;
}
.nav-wrap ul li a.vip{
    position: relative;
}
.nav-wrap ul li a.vip:after{
    content: "";
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
    right: -1px;
    bottom: -5px;
    border-left: 2px solid white;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.nav-wrap ul li a.vip:hover:after{
    opacity: 1;
}
.nav-wrap ul li a.vip div{
    position: absolute;
    top: 41px;
    right: -1px;
    width: 150px;
    height: 0px;
    padding: 10px;
    border: 4px solid #fff;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.2em;
    font-weight: 600;
    z-index: 1;
    opacity: 0;
    overflow: hidden;
    background-color: rgba(000,000,000,0.4);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.nav-wrap ul li a.vip:hover div{
    height: 150px;
    opacity: 1;
}
.nav-wrap ul li a.vip div i{
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 10px;
}
.nav-wrap ul li a.vip div i img{
    display: block;
    width: 100%;
    height: 100%;
}

/* FOOTER */
.footer-wrap{
    display: none;
    background: #000;
}
footer{
    position: relative;
    width: 790px;
    height: 70px;
    padding-top: 10px;
    color: #fff;
    text-align: center;
    color: #fff;
    font-size: 1em;
}
footer a, footer div{
    color: #fff;
    text-decoration: none;
}
footer a:hover{
    text-decoration: underline;
}
footer .slick-design{
    margin-top: 5px;
}
footer .slick-design a{
    font-size: 0.8em;
    padding-right: 25px;
}
.slick-design i{
    display: inline-block;
    position: relative;
    right: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url('img/slick-logo.svg');
    background-size: 100% 100%;
}

.be-styled-page,
.style-page{
    display: none;
}
.be-styled-page.active,
.style-page.active{
    display: block;
}

.quick-links{
    display: table;
    position: absolute;
    top: -31px;
    right: 80px;
    opacity: 0;
}
.quick-links div{
    display: table-cell;
    width: 44px;
    height: 44px;
    text-align: center;
    vertical-align: middle;
}
.quick-links a{
    display: inline-block;
    position: relative;
    width: 31px;
    height: 31px;
    top: 2px;
    border: 1px solid #e1e1e1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.quick-links a:hover{
    width: 40px;
    height: 40px;
}

.quick-links a img{
    display: block;
    max-width: 75%;
    max-height: 75%;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


section{
    padding: 0;
    margin: 0;
    width: 100%;
}
section .inner{
    width: 960px;
    margin: 0 auto;
}

section h1{
    margin: 0;
    margin-bottom: 5px;
    font-size: 1.6em;
    font-weight: 600;
}

/* top page feature img */
.feature-wrap{
    height: 265px;
    background-repeat: no-repeat;
    background-color: #ccc;
    background-position: center top;
    background-size: cover;
    position: relative;
}
.be-styled-page .feature-wrap{
    background-image: url('img/feature1-bg.jpg');
}
.style-page .feature-wrap{
    background-image: url('img/photo-4.jpg');
}
.feature-wrap div{
    position: absolute;
    width: 790px;
    bottom: 15px;
    left: 50%;
    margin-left: -395px;
    font-size: 1.2em;
    color: #fff;
    text-align: left;
    font-weight: 200;
    text-shadow: 0px 0px 5px #000;
}
.style-page .feature-wrap div{
    font-size: 1.1em;
}

/* SECTION - WELCOME (SALON) */
.salon-section{
    background-color: #fff;
    border-top: 5px solid #000;
}
.salon-section .inner{
    padding: 30px 85px 20px 85px;
}

.salon-section .left{
    float: left;
    width: 380px;
    height: 380px;
    padding: 25px;
    background-color: #000;
}
.salon-section .left p{color: #fff;margin: 0; font-size: 1em;}
.salon-section .left p:first-child{
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
    line-height: 1.2em;
}
.salon-section .left p:last-child{
    font-weight: 200;
    padding-top: 20px;
}

.salon-section .right{
    position: relative;
    float: right;
    width: 380px;
    height: 380px;
    overflow: hidden;
}

.salon-section .right .grid-row{
    height: 190px;
}
.salon-section .right .grid-row:first-child{
    border-bottom: 2px solid #000;
}
.salon-section .right .grid-row:last-child{
    border-top: 2px solid #000;
}

.salon-section .right .grid-row:first-child{
    height: 190px;
    width: 380px;
    position: relative;
}
.salon-section .right .grid-row:first-child:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 190px;
    top: 0;
    right: 0;
    background-color: #000;
    z-index: 1;
}
.salon-section .right .style-tip{
    position: absolute;
    width: 564px;
    height: 190px;
    top: 0px;
    left: 188px;
    border-left: 4px solid #000;
    border-top: 4px solid #000;
    cursor: pointer;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;   
}
.salon-section .right .style-tip:hover,
.salon-section .right .style-tip.active{
    left: -188px;
}

.salon-section .right .style-tip .left{
    display: table;
    float: left;
    width: 188px;
    height: 184px;
    border-right: 4px solid #000;
    background-image: url('img/style-tip-bg.jpg');
    background-size: 100% 100%;
    padding: 0;
    margin: 0;
}
.salon-section .right .style-tip .left div{
    display: table-cell;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.salon-section .right .style-tip .right{
    float: right;
    width: 372px;
    height: 184px;
    padding: 10px;
}
.salon-section .right .style-tip .right div{
    color: #000;
    font-weight: 200;
    font-size: 1em;
}
.salon-section .right .style-tip .right .title{
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.2em;
    text-transform: uppercase;
}
.salon-section .right .style-tip .right ul{

}
.salon-section .right .style-tip .right ul li{
    font-size: 0.9em;
    padding-left: 20px;
    position: relative;
}
.salon-section .right .style-tip .right ul li:before{
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 600;
    font-size: 1.2em;
}
.salon-section .right .style-tip .right ul li:nth-child(1):before{content: "1.";}
.salon-section .right .style-tip .right ul li:nth-child(2):before{content: "2.";}
.salon-section .right .style-tip .right ul li:nth-child(3):before{content: "3.";}

.salon-section .right .style-tip .right ul li + li{
    margin-top: 10px;
}

.salon-section .right .grid-row .grid{
    width: 190px;
    height: 188px;
    float: left;
}

.salon-section .right .grid-row .grid:first-child{
    border: 4px solid #000;
    border-right: 2px solid #000;
    border-top: none;
}
.salon-section .right .grid-row .grid:last-child{
    border-left: 2px solid #000;
}
.salon-section .open-hours{
    padding: 10px;
}
.salon-section .open-hours p{
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 1.2em;
    margin: 0;
    margin-bottom: 5px;
}
.salon-section .open-hours ul{
    margin: 0;
    padding: 0;
}
.salon-section .open-hours ul li{
    color: #000;
    font-weight: 200;
    font-size: 0.9em;
}
.salon-section .open-hours ul li span{
/*    display: inline-block;
    font-size: 1em;
    color: #fff;
    background-color: #000;
    padding: 4px 8px;
    width: 40px;*/
    font-weight: 600;
}
.salon-section .open-hours ul li + li{
    margin-top: 10px;
}
.salon-section .open-hours ul li:nth-child(1) span,
.salon-section .open-hours ul li:nth-child(3) span{
    width: 135px;
}
.salon-section .right .grid-row .grid:last-child{
    display: table;
}
.salon-section .right .grid-row .grid .address{
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
    text-transform: uppercase;
    padding-left: 15px;
}
.salon-section .right .grid-row .grid .address p{
    margin: 0;
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: 600;
    color: #000;
}


.salon-section .bottom,
.contact-form-section .bottom{
    display: table;
    margin-top: 20px;
    width: 790px;
    height: 84px;
    border: 2px solid #d9d9d9;
}
.salon-section .bottom div,
.contact-form-section .bottom div{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.salon-section .bottom div span,
.contact-form-section .bottom div span{
    display: inline-block;
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}
.salon-section .bottom div:first-child img{width: 130px;}
.salon-section .bottom div:nth-child(3) img{width: 205px;}


/* services section */
.services-section{
    position: relative;
    height: 955px;
    background-repeat: no-repeat;
    background-color: #ccc;
    background-position: center top;
    background-size: cover;
    background-image: url('img/services-bg.jpg')
}

.services-section .inner{
    position: relative;
    padding: 30px 85px 20px 85px;
    height: 955px;
}

.services-section h1{color: #fff;margin-top: 250px;}

.services-section .left{
    float: left;
    width: 380px;
    height: 380px;
    padding: 25px;
    background-color: #fff;
}
.services-section .left p{color: #000;margin: 0; font-size: 1em;}
.services-section .left p:first-child{
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
    line-height: 1.2em;
}
.services-section .left p:last-child{
    font-weight: 200;
    padding-top: 20px;
}
.services-section .right{
    float: right;
    width: 380px;
    height: 456px;
}

.services-section .right .service-blocks{
    float: left;
    width: 108px;
}
.services-section .right .service-blocks div{
    display: table;
    width: 108px;
    height: 108px;
    border: 4px solid #fff;
}
.services-section .right .service-blocks div span{
    display: table-cell;
    padding: 2px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1.2em;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.services-section .right .service-blocks div.active span{
    background-color: #fff;
    color: #000;
}
.services-section .right .service-blocks div:hover:not(.active) span{
    cursor: pointer;
    background-color: rgba(255,255,255,0.3);
}
.services-section .right .service-blocks div + div{
    margin-top: 8px;
}

.services-section .right .service-details{
    float: right;
    position: relative;
    width: 260px;    
    height: 456px;
}
.services-section .right .service-details div{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 456px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.services-section .right .service-details div.active{
    opacity: 1;
}

.service-details ul{
    margin: 0;
    padding: 0;
    padding: 15px 10px;
    background-color: rgba(000,000,000,0.6);
    position: relative;
}
.service-details ul:after{
    content: "With each freelancer offering a niche service, prices may vary between stylists";
    display: block;
    position: absolute;
    bottom: -55px;
    color: #fff;
}
.service-details ul li{
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
}
.service-details ul li + li{
    margin-top: 6px;
}
.service-details ul li,
.service-details ul li span{
    color: #fff;
    font-size: 0.9em;
    font-weight: 200;
}
.service-details ul li span{
    float: right;
}
.service-details ul li span.space{
    float: none;
    width: 34px;
    display: inline-block;
}

.services-section .tc{
    position: absolute;
    bottom: 10px;
    right: 85px;
    width: 122px;
    height: 42px;
    border: 1px solid #fff;
    cursor: pointer;
    overflow: hidden;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.services-section .tc:hover{
    background-color: rgba(255,255,255,0.3);
}
.services-section .tc.active{
    width: 790px;
    height: 130px;
    background-color: rgba(255,255,255,0.5);
}
.services-section .tc span{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.services-section .tc.active span{color: #000;}
.services-section .tc .policy{
    opacity: 0;
    padding: 10px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.services-section .tc.active .policy{opacity: 1;}
.services-section .tc .policy > div:first-child{
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 5px;
}
.services-section .tc .policy .cf div{
    width: 49%;
    height: auto;
    padding: 0;
    background: transparent;
}
.services-section .tc .policy p{
    color: #000;
    font-size: 0.8em;
    margin: 0;
    border: none;
    padding: 0;
    text-transform: none;
    line-height: 1em;
    font-weight: 400;
}
.services-section .tc .policy p + p{
    margin-top: 5px;
}
.services-section .tc .policy .left{
    float: left;
}
.services-section .tc .policy .right{
    float: right;
}

/* TESTIMONIALS SECTION */
.testimonials-section .testimonial-display{
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    background-color: #fff;
}
.testimonials-section .testimonial-display .inner{
    position: relative;
    padding: 95px 85px 70px 85px;
    height: 400px;
}
.testimonials-section .testimonial-display .inner > div{
    position: absolute;
    top: 95px;
    left: 85px;
    width: 790px;
    opacity: 0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.testimonials-section .testimonial-display .inner > div.active{
    opacity: 1;
}

.testimonials-section .testimonial-display p{
    margin: 0;
    color: #666666;
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 200;
}
.testimonials-section .testimonial-display p:first-child{
    text-align: left;
}
.testimonials-section .testimonial-display p:last-child{
    text-align: right;
    margin-top: 25px;
}

.testimonials-section .testimonial-feature{
    height: 635px;
    background-repeat: no-repeat;
    background-color: #ccc;
    background-position: center top;
    background-size: cover;
    background-image: url('img/testimonials-bg.jpg');
    border-bottom: 5px solid #000;
}
.testimonials-section .testimonial-feature .inner{
    padding: 25px 85px 0px 85px;
}
.testimonials-section .testimonial-previews{
    margin: 0 auto;
    width: 790px;
}
.testimonials-section .testimonial-previews > div{
    display: table;
    position: relative;
    float: left;
    width: 190px;
    height: 190px;
    border: 4px solid #fff;
    cursor: pointer;
}
.testimonials-section .testimonial-previews > div + div{
    margin-left: 10px;
}
.testimonials-section .testimonial-previews .testimonial{
    position: absolute;
    width: 182px;
    height: 182px;
    top: 0;
    left: 0;
}
.testimonials-section .testimonial-previews .name{
    display: table-cell;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    line-height: 1.1em;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.testimonials-section .testimonial-previews > div:hover .name{
    background-color: #fff;
    color: #000;
}
.testimonials-section .testimonial-previews p{
    margin: 0;
    height: 122px;
    overflow: hidden;
    color: #666666;
}
.testimonials-section .testimonial-previews p div{color: #666666;}
.testimonials-section .testimonial-display br{display: none;}
.testimonials-section .testimonial-previews .testimonial-full{display: none;}



section.gallery{
    width: 100%;
    height: 400px;
}
.gallery .slides{position: relative;}
.gallery .slides .slide{
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center bottom;
    background-size: cover;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.gallery .slides .slide:nth-child(1){background-image: url('img/photo-1.jpg')}
.gallery .slides .slide:nth-child(2){background-image: url('img/photo-2.jpg')}
.gallery .slides .slide:nth-child(3){background-image: url('img/photo-3.jpg')}
.gallery .slides .slide:nth-child(4){background-image: url('img/photo-4.jpg')}
.gallery .slides .slide.active{
    opacity: 1;
}


.contact-section{
    height: 295px;
    padding-top: 35px;
    background-color: #fff;
    border-top: 5px solid #000;
}
.style-page .contact-section{
    border-top: none;
    padding-top: 0px;
}

.contact-section .block-wrap{
    width: 600px;
    margin: 0 auto;
}
.contact-section .block-wrap .block{
    position: relative;
    display: table;
    float: left;
    width: 190px;
    height: 190px;
    border: 4px solid #000;
    cursor: pointer;
}
.contact-section .block-wrap .block + .block{
    margin-left: 15px;
}
.contact-section .block-wrap .block .title{
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    opacity: 1;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.1em;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.contact-section .block-wrap .block .content{
    position: absolute;
    width: 182px;
    height: 182px;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 30px 10px;
    background-color: #000;
    color: #fff;
    font-weight: 200;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.contact-section .block-wrap .block:last-child .content span:first-of-type{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.2em;
    text-transform: uppercase;
}
.contact-section .block-wrap .block .content span{
    font-weight: 600;
    color: #fff;
}
.contact-section .block-wrap .block.active .title,
.contact-section .block-wrap .block:hover .title{
    opacity: 0;
}
.contact-section .block-wrap .block.active .content,
.contact-section .block-wrap .block:hover .content{
    opacity: 1;
}
.contact-section .block-wrap .block .content ul{
    padding: 0;
    margin: 0;
}
.contact-section .block-wrap .block .content ul li{
    color: #fff;
    font-weight: 200;
}
.contact-section .block-wrap .block .content ul li + li{
    margin-bottom: 5px;
}
.contact-section .block-wrap .block .content ul li span{
    font-weight: 600;
    margin-bottom: 0px;
}
.contact-section .block.map .content{
    display: block;
    background-image: url('img/map-preview.jpg');
}



/* STYLE PAGE - (for stylists) */
.nav-wrap.style ul{
    width: 260px;
    float: right;
}


.contact-form-section{
    background-color: #fff;
    border-top: 5px solid #000;
}

.contact-form-section .inner{
    padding: 30px 85px 25px 85px;
}

.contact-form-section .left{
    float: left;
    width: 380px;
    height: 380px;
    padding: 25px;
    background-color: #000;
}

.contact-form-section .left p{color: #fff;margin: 0; font-size: 1em;}
.contact-form-section .left p:first-child{
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
    line-height: 1.2em;
}
.contact-form-section .left p:last-child{
    font-weight: 200;
    padding-top: 20px;
    font-size: 0.9em;
    line-height: 1.2em;
}

.contact-form-section .right{
    float: right;
    width: 390px;
    height: 380px;
}
.contact-form-section .right > div{
    height: 80px;
    border: 2px solid #000;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.contact-form-section .right > div div{
    height: 100%;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.2em;
}
.contact-form-section .right > div div:first-child{
    float: left;
    background-color: #000;
    color: #fff;
    width: 76px;
    padding: 15px 0px 0px 15px;
}
.contact-form-section .right > div div:last-child{
    float: left;
    color: #000;
    padding: 15px 0px 0px 15px;
}

.contact-form-section .right form{

}
.contact-form-section .right form div + div{
    margin-top: 23px;
}
.contact-form-section .right form label{
    font-weight: 200;
    font-size: 0.9em;
    float: left;
    width: 120px;
}
.contact-form-section .right form input{
    height: 22px;
    line-height: 22px;
    padding-left: 2px;
}
.contact-form-section .right form input,
.contact-form-section .right form textarea{
    float: right;
    border: 1px solid #000;
    color: #000;
    font-weight: 200;
    font-size: 0.9em;
    width: 235px;
    max-width: 235px;
}
.contact-form-section .right form textarea{
    height: 120px;
    max-height: 120px;
    padding: 2px;
}
.contact-form-section .right form input[type="submit"]{
    width: 100px;  
    height: 42px;
    background-color: #000;
    color: #fff;
    line-height: 42px;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #000;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.contact-form-section .right form input[type="submit"]:hover{
    background-color: #fff;
    color: #000;
}

.style-page .contact-section{
    height: auto;
    padding-bottom: 35px;
}
.style-page .contact-section .inner > p{
    width: 790px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 600;
}
.style-page .contact-section .inner > p a{
    text-decoration: none;
    font-weight: 600;
}
.style-page .contact-section .inner > p a:hover{
    text-decoration: underline;
}

.style-page .contact-section .block-wrap{
    width: 790px;
}
.style-page .contact-section .block-wrap .block .content{
    font-size: 0.9em;
    line-height: 1em;
}
.style-page .contact-section .block-wrap .block + .block{
    margin-left: 10px;
}
.contact-section .block-wrap .block .content.lrg{
    padding: 10px;
}


.mobile-wrap{display: none;}

/* ==========================================================================
Media Queries
========================================================================== */

@media only all and (max-width: 980px) and (min-width: 768px){

    html{
        zoom: 0.76;
    }
    body{
        font-size: 12px;
    }
/*    html *{
        text‑size‑adjust: 100%;
        ‑webkit‑text‑size‑adjust: 100%;
        ‑ms‑text‑size‑adjust: 100%;
    }*/
    /* fixes */
    .salon-section .right .style-tip .left{
        height: 185px;
    }

    .testimonials-section .testimonial-display .inner {
        height: 300px;
    }

}

/* ========================
PHONES
======================== */

@media only all and (max-width: 767px){
    .landing-blocks, .header-wrap, .main-wrap, .footer-wrap, .footer-bar{
        display: none !important;
    }
    .mobile-wrap{display: block;}
    body{padding: 0px;}
    html.on-load{background-image: none;background-color: #fff;}

    .mb-header{
        height: 135px;
        padding: 15px 5% 0 5%;
        background-color: #fff;
    }
    .mb-logo{
        height: 50px;
    }
    .mb-logo img{
        display: block;
        height: 100%;
        width: 100%;
    }
    .mb-social-media{
        display: table;
        width: 100%;
        height: 45px;
        margin-top: 10px;
    }
    .mb-social-media > div{
        display: table-cell;
        width: 16%;
        border: 1px solid #e1e1e1;
        padding: 5px;
        vertical-align: middle;
        text-align: center;
    }
    .mb-social-media > div.space{
        width: 5%;
        border: none;
    }
    .mb-social-media a{
        display: inline;
        height: 100%;
        width: 100%;
    }
    .mb-social-media img{
        display: block;
        width: 100%;
        height: auto;
        max-height: 35px;
    }

    .mb-footer{
        background-color: #fff;
        padding: 15px 5% 5px 5%;
    }
    .mb-footer a{
        display: block;
        text-decoration: none;
    }
    .mb-footer a:first-child{
        padding-left: 42px;
        position: relative;
        font-size: 1em;
        margin-bottom: 15px;
    }
    .mb-footer a:first-child:before{
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        width: 32px;
        height: 32px;
        background-image: url('img/facebook-2.svg');
        background-size: 100% 100%;
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }

    .mb-footer a:last-child{
        float: right;
        font-size: 0.6em;
        font-weight: 400;
        padding-right: 20px;
        position: relative;
    }
    .mb-footer a:last-child i{
        display: block;
        position: absolute;
        right: 0;
        top: -5px;
        width: 15px;
        height: 15px;
        background-image: url('img/slick-logo.svg');
        background-size: 100% 100%;
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }

    .mb-page-selection{
        height: 225px;
        position: relative;
        padding-top: 50px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #fff;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url('img/mb-bg-1.jpg');
    }
    .mb-page-selection > .cf{
        width: 288px;
        margin: 0 auto;
    }
    .mb-page-selection .selectbox{
        display: table;
        float: left;
        width: 134px;
        height: 134px;
        background-color: transparent;
        border: 4px solid #fff;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    .mb-page-selection .selectbox + .selectbox{
        float: right;
    }
    .mb-page-selection .selectbox.active{
        background-color: #fff;
    }
    .mb-page-selection .selectbox > div{
        display: table-cell;
        width: 100%;
        height: 100%;
        text-align: center;
        vertical-align: middle;
    }
    .mb-page-selection .selectbox div{
        font-size: 1.4em;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
    }
    .mb-page-selection .selectbox.active div{
        color: #000;
    }

    .mb-pages > div{
        display: none;
    }
    .mb-pages > div.active{
        display: block;
    }

    .mb-nav ul{
        display: block;
        margin: 0px;
        padding: 0px;
    }
    .mb-style-page .mb-nav ul li.active span{
        border-bottom: 2px solid #000;
    }
    .mb-nav ul li{
        display: block;
        width: 50%;
        height: 38px;
    }
    .mb-nav ul li:nth-child(odd){
        float: left;
    }
    .mb-nav ul li:nth-child(even){
        float: right;
    }
    .mb-nav ul li a,
    .mb-nav ul li span{
        display: block;
        width: 100%;
        height: 38px;
        line-height: 38px;
        background-color: #000;
        color: #fff;
        font-size: 0.9em;
        padding-left: 5%;
        text-decoration: none;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    .mb-nav ul li.active span{
        background-color: #fff;
        color: #000;
    }

    .mb-content > div{
        display: none;
    }
    .mb-content > div.active{
        display: block;
    }

    .mb-services .menu{
        padding: 0;
        margin: 0;
    }
    .mb-services .menu li{
        width: 50%;
        height: 70px;
        padding: 10px;
        background-color: #fff;
        color: #000;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 1em;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    .mb-services .menu li.active{font-weight: 600;}
    .mb-services .menu li:nth-child(odd){
        float: left;
    }
    .mb-services .menu li:nth-child(even){
        float: right;   
    }
    .mb-services .menu li:nth-child(1){border-right: 2px solid #000; border-bottom: 2px solid #000;}
    .mb-services .menu li:nth-child(2){border-left: 2px solid #000; border-bottom: 2px solid #000;}
    .mb-services .menu li:nth-child(3){border-right: 2px solid #000; border-top: 2px solid #000;}
    .mb-services .menu li:nth-child(4){border-left: 2px solid #000; border-top: 2px solid #000;}
    
    .mb-services-content{
        background-color: #000;
/*        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        background-image: url('img/mb-services-bg.jpg');
        padding-bottom: 25px;*/
    }

    .mb-services-content > div{
        display: none;
    }
    .mb-services-content > div.active{
        display: block;
    }    
    .mb-services-content.service-details ul{
        border-bottom: 2px solid #000;
    }   
    .mb-services-content.service-details ul:after{
        display: none;
    }

    .mb-content .mb-salon{
        padding: 10px 5%;
        border-bottom: 2px solid #000;
    }
    .mb-content .mb-salon p{font-size: 1em;}
    .mb-content .mb-salon p:first-child{
        font-weight: 600;
        text-transform: uppercase;
    }

    .mb-testimonial{
        padding: 10px 5%;
        border-top: 2px solid #000;
        overflow: hidden;
        min-height: 60px;
        position: relative;
    }


    .mb-testimonial:last-child{
        border-bottom: 2px solid #000;
    }
    .mb-testimonial div:first-child{
        font-weight: 600;
        font-size: 1.1em;
        margin-bottom: 5px;
        position: relative;
    }
    .mb-testimonial div:last-child{
        font-size: 0.9em;
        line-height: 1.1em;
        max-height: 0px;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    .mb-testimonial.active div:last-child{
        /*set max height to higher then the testimonial will ever get*/
        /*this is because css transition height doesnt work*/
        max-height: 1000px;
    }

    .mb-testimonial div:first-child i{
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        right: 0px;
        top: 0px;
        border: 1px solid #000;
    }
    .mb-testimonial div:first-child i:before,
    .mb-testimonial div:first-child i:after{
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
    }
    .mb-testimonial div:first-child i:before{
        top: 3px;
        left: 3px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 10px solid #000;
    }
    .mb-testimonial div:first-child i:after{
        top: 5px;
        left: 5px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 8px solid #fff;
    }

    .mb-testimonial.active div:first-child i:before{
        top: 5px;
        left: 3px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 10px solid #000;
        border-bottom: none;
    }
    .mb-testimonial.active div:first-child i:after{
        top: 5px;
        left: 5px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 8px solid #fff;
        border-bottom: none;
    }

    .mb-hours ul{
        margin: 0;
        padding: 10px 5%;
        padding-bottom: 10px;
        border-bottom: 2px solid #000;
    }
    .mb-hours ul li{
        color: #000;
        font-weight: 200;
        font-size: 0.9em;
    }
    .mb-hours ul li span{
        display: inline-block;
        font-size: 1em;
        color: #fff;
        background-color: #000;
        padding: 4px 8px;
        width: 40px;
    }
    .mb-hours ul li + li{
        margin-top: 5px;
    }
    .mb-hours ul li:nth-child(1) span,
    .mb-hours ul li:nth-child(3) span{
        width: 135px;
    }

    .mb-contact{
        padding: 10px 5%;
        border-bottom: 2px solid #000;
    }
    .mb-contact div span{
        font-weight: 600;
        text-transform: uppercase;
    }
    .mb-contact div:first-child{
        margin-bottom: 10px;
    }

    .mb-contact-style{
        padding: 10px 5%;
        border-bottom: 2px solid #000;
    }
    .mb-contact-style > div{
        padding: 10px;
        margin-bottom: 10px;
        border: 2px solid #000;
        background-color: #000;
        color: #fff;
        font-weight: 600;
    }

    .mb-form .cf label{
        float: left;
        width: 40%;
    }
    .mb-form .cf input{
        float: right;
        width: 60%;
        background-color: #fff;
        border: 1px solid #000;
        min-height: 30px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -o-border-radius: 0px;
    }
    .mb-form .cf{
        margin-bottom: 10px;
    }
    .mb-form .cf:last-child{
        margin-bottom: 0px;
    }
    .mb-form textarea{
        display: block;
        width: 100%;
        height: 100px;
        max-height: 200px;
        margin-bottom: 10px;
        background-color: #fff;
        border: 1px solid #000;
        color: #000;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -o-border-radius: 0px;
    }
    .mb-form > label{
        display: block;
        margin-bottom: 10px;
    }
    .mb-form input[type="submit"],
    .mb-form a.mb-form-submit{
        display: block;
        float: right;
        width: 40%;
        max-width: 110px;
        color: #fff;
        height: 40px;
        background-color: #000;
        border: 1px solid #000;
        line-height: 40px;
        text-decoration: none;
        text-align: center;
    }

    /* ========================
    INTERMEDIATE: IE Fixes
    ======================== */

/*    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }*/
}


/* ==========================================================================
Helper classes
========================================================================== */

.ir {
background-color: transparent;
border: 0;
overflow: hidden;
*text-indent: -9999px;
}

.ir:before {
content: "";
display: block;
width: 0;
height: 150%;
}

.hidden {
display: none !important;
visibility: hidden;
}

.visuallyhidden {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}

.invisible {
visibility: hidden;
}

/* ==========================================================================
Print styles
========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* end styles 