/* 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;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	margin:0;
	padding:0;
}
*, *:after, *:before {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
	line-height: 1.4;
}
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;
}

/*------------------------------------------
Base Styles
 -------------------------------------------*/
html {
	height: 100%;
	width: 100%;
	overflow: hidden;

}
body {
	background: #fff;
	color: #FFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 100%;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
html, body {
    margin:0;
    /*overflow:hidden;*/
}

a, a:link, a:active, a:visited  {
	text-decoration: none;
	color: #000;
	 outline: 0;
    }
a:hover {
	text-decoration: line-through;
	color: #000;
}

a {
   outline: 0;
}
a img {
    border: none;
    display: block;
}

input::-moz-focus-inner {
  border: 0;
}

::selection {
	background: #cc9999; /* Safari */
	color: #000;
	}
::-moz-selection {
	background: #cc9999; /* Firefox */
	color: #000;
}

img{ border:none;  display: block; }

i { font-family: FontAwesome; font-style: normal; }
/*------------------------------------------
Home Page
 -------------------------------------------*/
 div.scissors {
	color:#000;
	display: inline-block;
	font-size: 32px;
	left: 0px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
	position: relative;
}
 div.scissors.white {
 	color:#ffffff;
}
.home-container {
	max-width: 810px;
	margin: 0 auto;
	text-align: center;
	padding: 0 35px 0 35px;
    	top: 50%;
    	position: relative;
    	transform: translateY(-50%);
	display: none;
}
.home-logo {
	max-width: 810px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 15px;
	/*border-bottom: 2px solid #ffffff;*/
}
.home-logo img {
	width: 100%;
	height: auto;
}

.home-scic{
	display: inline;
	padding: 0 10px 0 10px;
}
.home-menu {
	font-family: 'Nunito', sans-serif;
    text-transform: capitalize;
    letter-spacing: 1.1px;
    padding: 15px 15px 0 15px;
    font-size: 30px;
}
.home-menu a {
	padding: 3px 10px 0 10px;
	color: #000;
	opacity: 1;
}
.home-menu a:hover {
	text-decoration: none;
	color: #f7bbbb;
}
.home-side-menu {
    padding: 0 12px 12px 0px;
    margin-top: 55px;
    margin-right: 0px;
    right: 0;
    top: 0;
    position: fixed;
    border-bottom: 1px solid #fff;
    transform-origin: 50% 50% 0;
    width: 34px;
}

/*------------------------------------------
HEADER
 -------------------------------------------*/
.header {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	font-family: 'agendamedium';
	letter-spacing: 3px;
	color: #FFF;
	text-transform: uppercase;
}
.header-title {
	color: #cc9999;
}
.header-logo {
	font-size: 18px;
	letter-spacing: 5px;
	margin-bottom: 10px;
	z-index: 9999;
	position: relative;
	font-family: 'eyechartbold';
}
.header-logo a{
	border-bottom: 1px solid #FFF;
	color: #FFF;
	padding-bottom: 5px;
}
.header-logo.archive a{
	color: #000;
	border-bottom: 1px solid #000;
}
.header-haute.archive{
	 color: #000;
}
.header-logo a:hover {
	text-decoration: none;
}
.header-divide {
	padding: 5px 0 5px 0;
}
.header-divide img {
	margin: 0 auto;
}
.header-sub-title{
	font-size: 14px;
}

/*------------------------------------------
SIDE MENU
 -------------------------------------------*/
 .side-menu {
    padding: 0 12px 12px 0px;
    margin-top: 55px;
    margin-right: 0px;
    right: 0;
    top: 0;
    position: fixed;
    border-bottom: 1px solid #000;
    transform-origin: 50% 50% 0;
    width: 34px;
   z-index: 9999;
}
.side-menu a {
	 color: #FFF;
	 border-color: #FFF;
 }
.side-menu-w {
	 border-left: 1px solid #FFFFFF;
    padding: 0 0px 8px 10px;
}

/*------------------------------------------
Footer
 -------------------------------------------*/
.footer{
	position: fixed;
	bottom: 0;
	right: 0;
	background: #000;
	border-top: 1px solid #fff;
	width: 100%;
	padding: 5px 10px 5px 10px;
	z-index: 100;
}
.footer-inner {
	max-width: 660px;
	margin: 0 auto;
	text-align: center;
 font-family: 'agendamedium';
   text-transform: uppercase;
   letter-spacing: 2px;
   font-size: 15px;

}
.footer span,
.footer a {
	color: #fff;
	margin: 0 20px 0 20px;
}
.here {
	color: #FFF;
	text-decoration: line-through;
}
/*------------------------------------------
Haute Single Page
 -------------------------------------------*/
.haute-menu {
    bottom: 150px;
    margin: 0 auto;
    text-align: center;
    font-family: 'agendamedium';
    text-transform: uppercase;
    letter-spacing: 2px;
    max-height: 100%;
    overflow-y: auto;
    position: absolute;
    width: 100%;
}

.haute-menu a{
	color: #FFF;
}
.haute-current li{
	text-decoration: line-through;
	color: #FFF;
}
.haute-sub-links {
	bottom: 65px;
    margin: 0 auto;
    text-align: center;
    font-family: 'agendamedium';
    text-transform: uppercase;
    letter-spacing: 2px;
    max-height: 100%;
    overflow-y: auto;
    position: absolute;
    width: 100%;
}
.haute-sub-links a{
	color: #FFF;
}
.haute-video-link {
	padding: 0px 0 10px 0;
}
.haute-lookbook-link {
		padding: 18px 0 0px 0;
}
.haute-lookbook-link a{
	padding-top: 18px;
	border-top: 1px solid #FFF;
}
#nav-menu {
	margin: 190px auto 10px;
	max-width: 140px;
	background: #000;
	display: none;
	 height: auto;

}
#nav-menu li {
	padding: 5px 0 3px 0;
	color:#fff;
}

#nav-menu li:hover {
	background: #FFF;
	color: #000;
}

#nav-menu a:hover {
	color: #000;
	text-decoration: none;
}
.mobile-haute-menu {
    bottom: 0px;
    margin: 0 auto;
    text-align: center;
    font-family: 'agendamedium';
    text-transform: uppercase;
    letter-spacing: 2px;
	padding: 0px 0 0px 0;
	max-height:100%;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    display: none;
}
.mobile-haute-menu a{
	color: #fff;
}
#mobile-nav-menu {
	margin: 0px auto;
	display: none;
	height: 100%;
	background: #000;
	padding: 10px 0 95px 0;
}
#mobile-nav-menu li {
	padding: 5px 0 3px 0;
}

#mobile-nav-menu li:hover {
	background: #000;
	color: #FFF;
}
.haute-menu-icon {
	display: none;
}
.mobilebtn-open {
	background: #fff;
}
.mobilebtn-logoopen {
	z-index: 0!important;
}
/*------------------------------------------
Haute Collections
 -------------------------------------------*/
#haute-wrapper {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	margin-top: 15px;
}
.caroufredsel_wrapper {
	top: auto !important;
	bottom: 0 !important;
}
#haute-carousel {
	height: 66%;
	min-height: 200px;
	position: absolute;
	top: auto;
	left: 0;
}
.haute-carousel-inner{
	height: 100%;
	width: auto;
	display: block;
	float: left;
	margin: 10px;
	position: relative;

}
#haute-carousel img {
	height: 100%;
	width: auto;
	display: block;
	float: left;
}
	#haute-prev, #haute-next {
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	position: absolute;
	top: 50%;
	width: 54px;
	height: 74px;
	margin-top: -37px;
	cursor: pointer;
}
#haute-prev {
	left: 0;
    background: transparent url('img/c_arrow_left_alt.svg');
}
#haute-next {
	right: 0;
    background: transparent url('img/c_arrow_right_alt.svg');
}

.haute-collections-content{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.haute-collections-content a:hover {
	text-decoration: none;
}
.haute-collections-content-inner {
	height:100%;
	width:100%;
	display:table;
}

.haute-collections-content-inner-center {
	vertical-align:middle;
	height:100%;
	display:table-cell;
}

.haute-collections-content-circle {
    width:60%;
    margin: 0 auto;
    
}
.haute-collections-content-circle:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: #edb6b6;
    -moz-border-radius: 80%;
    -webkit-border-radius: 80%;
    border-radius: 80%;
    
}
.haute-collections-content-title  {
    float:left;
    width:100%;
    padding-top:50%;
    margin-top:-2.2em;
    font-size: 12px;
    text-align:center;
    font-family: 'agendamedium';
    color: #FFF;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.haute-collections-content-title img {
  	margin: 0 auto;
   float: none!important;
   padding-bottom: 5px;
}

.haute-collections-content-title-top{
	padding: 0 10px 0 10px;
	width: 100%;
}
.haute-collections-content-date {
	color: #CC9999;
}
.haute-carousel-inner:hover .haute-collections-content  {
	opacity: 1;
}

.collections-haute-menu {
    bottom: 70px;
    font-family: 'agendamedium';
    letter-spacing: 2px;
    margin: 0 auto;
    max-height: 100%;
    overflow-y: auto;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.collections-haute-menu a{
	color: #000;
}
.collections-haute-current li{
	text-decoration: line-through;
	color: #FFF;
}
.collections-haute-menu  #nav-menu {
	margin: 100px auto 10px;
	max-width: 140px;
	background: #000;
	display: none;
	 height: auto;
}
/*------------------------------------------
Haute Contact
 -------------------------------------------*/
.exhibit-contact,
.haute-contact{
	position: absolute;
	bottom: 0px;
	width: 100%;
	max-height: 100%;
	z-index: 50;
	font-family: 'agendamedium';
	overflow-y: auto;

}
.exhibit-contact-inner,
.haute-contact-inner{
	max-width: 900px;
	height: auto;
	bottom: 0;
	overflow: none;
	margin:0px auto 10px;
	padding: 20px 0 0px 0;
	background: rgba(255,255,255,1);
	display: none;

}

.haute-box {
	width: 300px;
	padding: 30px;
	height: 170px;
	float: left;
	clear: none;
	text-align: center;
}
.exhibit-contact-inner .haute-box,
.haute-contact-inner .haute-box {
	    color: #333
}
.exhibit-contact-inner .haute-box a,
.haute-contact-inner .haute-box a{
	    color: #333
}
.haute-contact-inner .haute-contact-social {
	width: 100%;
	clear: both;
	text-align: center;
	color: #000;
	padding: 10px 0 5px 0;
}
.haute-contact-inner .haute-contact-credit {
	width: 100%;
	clear: both;
	text-align: center;
	color: #000;
	padding: 0px 0 30px 0;
	 font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 1.5;
}
.haute-contact-inner .haute-contact-credit a{
	color: #333333
}
.haute-contact-inner .haute-contact-credit a:hover{
	text-decoration: none;
	color: #00ff00;
}
.haute-contact-inner .haute-contact-newletter {
	width: 100%;
	clear: both;
	color: #000;
	text-align: center;
	color: #000;
	padding: 0px 0 10px 0;
}
.haute-box a{
	color: #FFF;
}
.haute-contact-title{
	color: #CC9999;
	text-transform: uppercase;
    letter-spacing: 2px;
}
.haute-contact-divide {
	width: 35px;
	height: 1px;
	background: #333333;
	margin: 4px auto 8px;
}
.haute-contact-email{
	letter-spacing: 1.2px;
    line-height: 1.5;
    font-size: 13px;
}

.haute-contact-page {
	max-width: 900px;
	margin: 0 auto;
}
.haute-contact-newletter{
	width: 100%;
	clear: both;
	text-align: center;
    padding-top: 1em;
}
.haute-contact-newletter h3{
	color: #CC9999;
	text-transform: uppercase;
}

.haute-contact-page .haute-box {
	height: 180px;
}

.haute-contact-page .haute-contact-credit a {
	font-family: 'agendamedium';
    font-size: 13px;
    letter-spacing: 1.4px;
}
.haute-contact-social i {
	padding: 0 3px 0 3px;
}
.haute-contact-newletter #mail-email{
    border-image: none;
    border: 1px #000 solid;
    color: #000000;
	font-family: 'agendamedium';
    font-size: 13px;
    letter-spacing: 1.4px;
    height: 30px;
    margin: 5px 0;
    text-align: center;
    -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
    outline:none;
    box-shadow:none;
     -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.haute-contact-newletter #mail-submit{
	border-image: none;
	border: 0px;
	font-family: 'agendamedium';
    font-size: 20px;
    cursor: pointer;
    padding: 0 4px 0 4px;
    margin-left: -28px;
    -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
   border-radius: 0px;
   background: transparent;
}
/*------------------------------------------
Hair Contact
 -------------------------------------------*/
.hair-contact{
	position: absolute;
	bottom: 0px;
	width: 100%;
	max-height: 100%;
	z-index: 50;
	font-family: 'agendamedium';
	overflow-y: auto;

}
.hair-contact-inner{
	max-width: 900px;
	height: auto;
	bottom: 0;
	overflow: none;
	margin:0px auto 10px;
	padding: 20px 0 0px 0;
	background: rgba(0,0,0,0.9);
	display: none;

}

.hair-contact-inner .haute-box {
	    color: #333
}
.hair-contact-inner .haute-box a{
	    color: #333
}
.hair-contact-inner .haute-contact-social {
	width: 100%;
	clear: both;
	text-align: center;
	color: #FFF;
	padding: 10px 0 5px 0;
}
.hair-contact-inner .haute-contact-credit {
	width: 100%;
	clear: both;
	text-align: center;
	color: #FFF;
	padding: 0px 0 30px 0;
	 font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 1.5;
}
.hair-contact-inner .haute-contact-credit a{
	color: #FFF;
}
.hair-contact-inner .haute-contact-credit a:hover{
	text-decoration: none;
	color: #00ff00;
}
.hair-contact-inner .haute-contact-newletter {
	width: 100%;
	clear: both;
	color: #000;
	text-align: center;
	color: #000;
	padding: 0px 0 10px 0;
}
.hair-contact-inner .haute-box a{
	color: #FFF;
}
.hair-contact-inner .haute-contact-title{
	color: #CC9999;
	text-transform: uppercase;
    letter-spacing: 2px;
}
.hair-contact-inner .haute-contact-divide {
	width: 35px;
	height: 1px;
	background: #FFF;
	margin: 4px auto 8px;
}
.hair-contact-inner .haute-contact-email{
	letter-spacing: 1.2px;
    line-height: 1.5;
    font-size: 13px;
    color: #FFF;
}

.haute-contact-page {
	max-width: 900px;
	margin: 0 auto;
}
.hair-contact-inner .haute-contact-newletter{
	width: 100%;
	clear: both;
	text-align: center;
}
.hair-contact-inner .haute-contact-newletter h3{
	color: #CC9999;
	text-transform: uppercase;
}

.hair-contact-inner .haute-contact-credit a {
	font-family: 'agendamedium';
    font-size: 13px;
    letter-spacing: 1.4px;
}
.hair-contact-inner .haute-contact-social i {
	padding: 0 3px 0 3px;
	color: #FFF;
}
.hair-contact-inner .haute-contact-newletter #mail-email{
    border-image: none;
    border: 1px #FFF solid;
    color: #FFF;
    background: #000;
	font-family: 'agendamedium';
    font-size: 13px;
    letter-spacing: 1.4px;
    height: 30px;
    margin: 5px 0;
    text-align: center;
    -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
    outline:none;
    box-shadow:none;
     -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.hair-contact-inner .haute-contact-newletter #mail-submit{
	border-image: none;
	border: 0px;
	font-family: 'agendamedium';
    font-size: 20px;
    cursor: pointer;
    padding: 0 4px 0 4px;
    margin-left: -28px;
    -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
   border-radius: 0px;
   background: transparent;
   color: #FFF;
}


/*------------------------------------------
SCROLLBAR
 -------------------------------------------*/
/*::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
}

::-webkit-scrollbar-thumb {
	background-color: #CC9999;
    -webkit-box-shadow: inset 0 0 6px #CC9999;
} */

/*------------------------------------------
Hair Header
 -------------------------------------------*/
.hair-header-logo {
	font-size: 22px;
	margin-bottom: 5px;
	z-index: 9999;
	position: relative;
}
.hair-header-logo a {
	color: #000;
	border-bottom: 1px solid #000;
}
.hair-header-logo a:hover {
	text-decoration: none;
}
.hair-sub-header {
	color: #CC9999;
}
/*------------------------------------------
HAIR SIDE MENU
 -------------------------------------------*/
 .hair-side-menu {
    padding: 0 12px 12px 0px;
    margin-top: 55px;
    margin-right: 0px;
    right: 0;
    top: 0;
    position: fixed;
    border-bottom: 1px solid #000;
    transform-origin: 50% 50% 0;
    width: 34px;
   z-index: 9999;
}
.side-menu-mag {
	   border-right: 1px solid #000;
	   padding:0 8px 10px 0px;
}
.side-menu-haute {
	padding:0 0px 0px 8px;
}
/*------------------------------------------
Hair Salon
 -------------------------------------------*/
.hair-salon{
	position: absolute;
	top: 50%;
	width: 100%;
	max-height: 100%;
	margin-top: -60px;
	z-index: 50;
	font-family: 'agendamedium';
	letter-spacing: 1.4px;
	overflow-y: auto;

}
.hair-salon-inner{
	max-width: 400px;
	text-align: center;
	color: #000;
	height: auto;
	background: rgba(255,255,255,0.9);
	overflow: none;
	margin: 0px auto;
	padding: 20px;
	display: none;
	font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 1.4;
}
.hair-salon-inner h3{
	color: #CC9999;
	text-transform: uppercase;
	font-size: 18px;
}
/*------------------------------------------
Hair Footer
 -------------------------------------------*/
 .hair-footer{
 	background: none repeat scroll 0 0 #FFF;
    border-top: 1px solid #000;
    bottom: 0;
    padding: 5px 10px 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 100;
  }
.hair-footer a{
	margin: 0 20px;
}
.hair-here{
	color: #000;
	margin: 0 20px;
    text-decoration: line-through;
}
/*------------------------------------------
Hair Single
 -------------------------------------------*/
.hair-title {
	text-align: center;
	padding: 10px 20px 10px 20px;
	color: #CC9999;
	font-family: 'agendamedium';
   text-transform: uppercase;
    letter-spacing: 1.4px;
}
/* Elastislide Style */
.rg-thumbs {
	position: fixed;
	width: 100%;
	bottom: -95px;
	left: 0;
}
.es-carousel-wrapper{
	padding: 0px 40px;
	position: relative;
	max-width: 500px;
	margin: 0 auto;
}
.es-carousel{
	overflow:hidden;
	position: relative;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	width:15px;
	height:22px;
	margin-top:-11px;
	text-indent:-9000px;
	cursor:pointer;
}
.es-nav span.es-nav-next{
	right:5px;
	left:auto;
	background:#FFF url("img/PORTFOLIO_right.jpg") no-repeat top left;
	}
.es-nav span:hover{
	opacity:1.0;
}
.es-nav span.es-nav-prev{
	left:5px;
	right: auto;
	background:#FFF url("img/PORTFOLIO_left.jpg") no-repeat top left;
	}
.rg-image-wrapper{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.rg-image{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	padding: 0 60px 0 60px;
	transition: .8s;
   -moz-transition: .8s; /* Firefox 4 */
   -webkit-transition: .8s; /* Safari and Chrome */
   -o-transition: .8s; /* Opera */

	 cursor: url("img/PORTFOLIO_close.png"), auto;
}
.rg-image img{
	margin: 0 auto;
	max-width:100%;
	max-height:100%;
	transition: .8s;
   -moz-transition: .8s; /* Firefox 4 */
   -webkit-transition: .8s; /* Safari and Chrome */
   -o-transition: .8s; /* Opera */

}
.rg-image-nav a{
   cursor: pointer;
    height: 74px;
    margin-top: -37px;
    position: absolute;
    top: 50%;
    width: 54px;
     text-indent: -9000px;
}
.rg-image-nav-prev {
	background: url("img/ARROW_l_w.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: 0;
}
.rg-image-nav-next {
	background: url("img/ARROW_r_w.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    right: 0;
}

.rg-view{
	width: 18px;
	padding: 8px 0 8px 0;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.rg-view a{
	display:block;
	text-decoration: none;
    transition: .8s;
	-moz-transition: .8s; /* Firefox 4 */
	-webkit-transition: .8s; /* Safari and Chrome */
	-o-transition: .8s; /* Opera */
}

.rg-loading{
	width:80px;
	height:80px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-50px 0px 0px -40px;
	z-index:100;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	background: #FFF url(img/scissors_loader80px.gif) no-repeat center center;
}
.rg-caption-wrapper {
	display: none;
}
.rotate {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: .8s;
-moz-transition: .8s; /* Firefox 4 */
-webkit-transition: .8s; /* Safari and Chrome */
-o-transition: .8s; /* Opera */
}
.hair-video-wrapper {
	height: calc(100vh - 69px);
	cursor: url("img/PORTFOLIO_close.png"), auto;
}
.hair-video {
	margin: 0 auto;
	max-width: 1600px;
	padding: 60px;
	position: relative;
	top: 50%;
	transform: translateY(-55%);
}

/*------------------------------------------
Hair PORTFOLIO
 -------------------------------------------*/
#hair-wrapper {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	margin-top: 15px;
}
#hair-carousel {
	height: 66%;
	min-height: 200px;
	position: absolute;
	top: auto;
	left: 0;
	}
.hair-carousel-inner{
	height: 100%;
	width: auto;
	display: block;
	float: left;
	position: relative;

}
.hair-carousel-inner > a {
	clear: left;
	display: block;
	float: left;
	height: 50%;
	position: relative;
	width: auto;
}
.hair-carousel-inner > a .hair-carousel-rollover {
	bottom: 0;
	color: #fff;
	font-family: 'agendamedium';
	left: 0;
	margin: 10px;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: all .5s ease-out;
}
.hair-carousel-inner > a:hover .hair-carousel-rollover {
	background: rgba(0,0,0,.35);
	opacity: 1;
}
.hair-carousel-rollover-text {
	left: 0;
	letter-spacing: .05em;
	position: absolute;
	padding: 10% 20%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#hair-carousel img {
	height: 100%;
	width: auto;
	display: block;
	float: left;
	clear: left;
	padding: 10px;
}
#hair-prev, #hair-next {
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	position: absolute;
	top: 50%;
	width: 54px;
	height: 74px;
	margin-top: -37px;
	cursor: pointer;
}
#hair-prev {
	left: 0;
	background: no-repeat transparent url('img/c_arrow_left.svg');
}
#hair-next {
	right: 0;
	background: no-repeat transparent url('img/c_arrow_right.svg');
}

.rg-gallery .has-video {
	position: relative;
}

.rg-gallery .has-video:after {
	background-image: url('img/c_videothumb_seethrough_white.svg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 90%;
	bottom: 0;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

/*------------------------------------------
HAIR SALON / CLIENTS
 -------------------------------------------*/
.salon-page {
	margin: 0 auto;
    max-width: 540px;
}
.salon-box {
	text-align: center;
	width: 250px;
	padding: 10px;
}
.salon-right, .salon-left {
	float: left;
	clear: none;
}
.hair-clients{
	position: absolute;
	top: 50%;
	width: 100%;
	max-height: 100%;
	margin-top: -200px;
	z-index: 50;
	font-family: 'agendamedium';
	letter-spacing: 1.4px;
	overflow-y: auto;

}
.hair-clients-inner{
	max-width: 600px;
	text-align: center;
	color: #000;
	height: auto;
	overflow: hidden;
	background: rgba(255,255,255,0.9);
	overflow: none;
	margin: 0px auto;
	padding: 20px;
	display: none;
	font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 1.4;
}

.hair-clients-inner .haute-contact-title {
    color: #CC9999;
    letter-spacing: 2px;
    text-transform: uppercase;
       font-size: 18px;
}
/*------------------------------------------
Book Popup
 -------------------------------------------*/
.rel {
	position: relative;
}
.popup-book {
	opacity: 0;
	position: fixed;
    width: 640px;
    height: 418px;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -209px;
    z-index: -1;
    background: #FFFFFF;
    color: #000000;
    padding: 49px 50px 43px 12px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.popup-book.fadeIn {
    z-index: 111111;
}
.popup-book.fadeOut {
    z-index: -1;
}
.border-shadow .two > * {
	text-transform: uppercase;
	/*font-family:'eyechartbold', eyechartbold;*/
    font-family: 'agendamedium';
    letter-spacing: 1px;
}
.border-shadow .button {
	padding: 21px 20px;
    box-shadow: 15px 12px;
    font-size: 22px;
    position: absolute;
    bottom: 0;

}
.border-shadow {
    border: 4px solid;
    box-shadow: 20px 20px;

}
.home .popup-book {
	display: none!important;
}
.two {
	width:50%;
    float: left;
    min-height: 292px;
}
.border-shadow h2 {
    font-size: 22px;
}

.border-shadow h3 {
    font-size: 12px;
}
.popup-book .close {
	font-family:'eyechartbold', eyechartbold;
	position: absolute;
    right: 4px;
    top: 0;
    font-size: 32px;
    cursor:pointer;
}
.marg-bottom {
    margin-bottom: 40px;
}
/*------------------------------------------
//new events
 -------------------------------------------*/
body.post-type-archive-exhibition {
	    line-height: 1.2;
}
#exhibition-wrapper {
	max-width:1540px;
	margin: 0 auto;
}
#exhibition-wrapper .two {
	    top: 10000px;
	    opacity: 0;
	    position: relative;
	    -webkit-transition: all 1s ease-in-out;
	    -moz-transition: all 1s ease-in-out;
	    -o-transition: all 1s ease-in-out;
	    transition: all 1s ease-in-out;
}
#exhibition-wrapper .two.loaded {
	    top: 0;
}
#exhibition-wrapper .two.opacity {
	    opacity: 1;
}

.new-event {
    width: 80%;
    min-height: 400px;
    padding: 30px 30px 30px 22px;
    float: right;
    margin-right: 10%;
    margin-top: 5%;
    box-shadow: 0 0;
    border: 0;
    letter-spacing: 1px;
    background-color:rgba(0, 0, 0, 0.8);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.new-event .two .button {
    color: #000;
    box-shadow: 0 0;
    background-color: #fff;
}
.new-event .two img {
	max-width: 250px;
}
.show {
	margin-top: 10px;
    margin-bottom: 60px;
    font-family: 'agendamedium';

}
.border-shadow .show h2 {
	font-size: 14px;
    line-height: 17px;
}
.show a {

	color:#FFFFFF;
}
.border-shadow .show a h2 {
	font-size: 22px;
}
.show > h2:first-child {
	margin-bottom: 10px;
    padding-bottom: 1px;
    font-size: 22px;
    line-height: 20px;
    border-bottom: 1px solid;
    display: inline-block;

}
.show h3 {
	margin-bottom:20px;
}
/* LIGHT STYLES */

.light .header-logo a {
	border-bottom: 1px solid #000;
    color: #000;
}
.light div.scissors.white,
.light .header-haute {
    color: #000;
}

.light .new-event{
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
}
.light .new-event .two .button {
	box-shadow: 15px 12px;
}
.light .footer {
	background: #FFFFFF;
	border-color: #000;
}
.light .footer .here,
.light .footer a {
    color: #000;
}

.light .show a {

	color:#000000;
}
.dark .new-event .two .button {
    color: #FFF;
    box-shadow: 15px 12px;
    background-color: #000;
}
.light .side-menu a {
	color:#000000;
	border-color:#000000;
}

.dark .side-menu a {
	color:#FFFFFF;
	border-color:#FFFFFF;
}

#bg {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 100%;
	height: 100vh !important;
	width: 100%;
	position: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	z-index: -1;
	opacity: 0;
}

/*------------------------------------------
404
 -------------------------------------------*/
.fourzerofour{
	max-width: 365px;
	margin: 0 auto;
	padding: 40px 20px 20px 20px;
	text-align: center;

}
.fourzeorfourimage img {
	width: 100%;
	height: auto;
}
.alert {
	font: normal 16px 'agendamedium';
	padding-bottom: 10px;
}
.fourzerofour a {
	color: #CC9999;
	text-transform: uppercase;
}
.fourzerofour a:hover {
	text-decoration: none;
}

/*------------------------------------------
Media Quiries
 -------------------------------------------*/
@media (max-width: 485px){
	#bg  {
		/*height: 200vh; */
	}

	.header-divide, .header-title, .header-haute, .haute-collections-divide {
		display: none;
	}

	.haute-collections-content-title {
		  margin-top: -1.7em;
	}
	.collections-haute-menu{
	display: none;
	}

	.haute-box {
	    clear: none;
	    float: left;
	    height: 170px;
	    padding: 10px;
	    text-align: center;
	    max-width: 270px;
	}
	.hair-footer {
		padding: 0;
	}
	.hair-footer a, .hair-here {
	    margin: 0 3px;
	}
		::-webkit-scrollbar { width: 0px; }
	#nav-menu {
		 max-width: 100%;
		 margin: 0px auto 10px;
	}
	.collections-haute-menu #nav-menu {
		 max-width: 100%;
		 margin: 0px auto 10px;
	}
	#nav-menu li:hover {
		background: #000;
		color: #FFF;
	}
	.haute-sub-links {
		bottom: 80px;
	}

	.mobile-haute-menu {
		display: block;
	}
	.haute-menu-icon {
		display: block;
		position: fixed;
		bottom: 30px;
		width: 100%;
		text-align: center;
		padding: 10px 0 20px 0;

	}
	.haute-menu-icon a{
		color: #000;
	}
	.haute-menu {
		display: none;
	}
	.hair-footer a{
		margin: 0 3px;
	}
	.hair-side-menu {
		margin-top: 65px; font-size: 11px;
	}
	.header {
		padding-top: 15px;
	}
	#supersized-loader {
		top: 44%!important;
	}
	.new-event > .two {
		width:100%;
	}
}
@media (max-width: 1408px) {
	.new-event img {
		width:90%;
	}
	.border-shadow .button {
		padding: 11px 20px;
		font-size: 16px;
	}
}
@media (max-width: 1024px) {
	div#exhibition-wrapper > .two {
	    width: 100%;
	}
}
@media (max-width: 915px){
	.haute-contact-inner, .haute-contact-page{
		max-width: 600px;
	}
}
/* Portrait */
@media (max-width: 768px){
}

@media (max-width: 615px){
	.home-menu {
	font-size: 22px;
	}
	.popup-book {
		width: 100%;
		margin: 0px;
		left: 0px;
		top: 0;
		min-height: 100%;
	    padding-top: 10px;
	}
	.popup-book .two {
		width: 100%;
		min-height: 0;
	}
	.popup-book .two img {
		max-width: 230px;
	}
	.popup-book .two .marg-bottom{
	    margin-bottom: 10px;
	}

	.popup-book .two .button{
		position: relative;
		top: 10px;
	}
	.haute-contact-inner, .haute-contact-page{
		max-width: 270px;
	}
	.home-menu a{
		display: block;
		padding: 0px 10px 0;
	}
	.haute-box {
	    clear: none;
	    float: left;
	    height: 170px;
	    padding: 10px;
	    text-align: center;
	    max-width: 270px;
	}
	.hair-clients {
	    margin-top: 0px;
	    overflow-y: auto;
	    top: 0;
	}
	.salon-right, .salon-left {
	  width: 100%;
	}
	.salon-box {
	    padding: 10px;
	    text-align: center;
	    width: 100%;
	}
	.footer span,
	.footer a {
	    margin: 0 3px 0 3px;
	    font-size: 12px;
	}
}
/*------------------------------------------
SUPERSIZED
 -------------------------------------------*/
#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width: 80px; height: 80px;  -moz-border-radius: 40px; -webkit-border-radius: 40px; border-radius: 40px; margin:-40px 0 0 -40px; text-indent:-999em; background: #FFF url(img/scissors_loader80px.gif) no-repeat center center;}

#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; opacity: 0.85;}

#supersized img{ width:auto; height:auto; position:relative; outline:none; border:none; }

#supersized a { z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; display:block; }

#supersized a.image-loading { background:#111 url(img/scissors_loader80px.gif) no-repeat center center; width:100%; height:100%; }

/*#supersized:before {
    background: url("img/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}*/

/*------------------------------------------
FANCYBOX
 -------------------------------------------*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: rgba(0, 0, 0, 0.6);
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}


#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	background:;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 80px;
	height: 80px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
	background: #FFF url('img/scissors_loader80px.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 0px;
	right: -20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 8040;
	background: transparent url('img/exit_lookbook.jpg') /* helps IE */

}
#haute-video-close{
	position: absolute;
	top: 0px;
	right: -40px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 8040;
	background: transparent url('img/exit_lookbook.jpg') /* helps IE */
}

.fancybox-nav {
	position: fixed;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0px!important;
    position: fixed;

}

.fancybox-next {
	right: 0px!important;
	position: fixed;
}
.fancybox-prev span, .fancybox-next span {
    visibility: visible !important;
}

.fancybox-nav span {
	position: fixed;
	top: 50%;
	width: 54px;
	height: 74px;
	margin-top: -37px;
	cursor: pointer;
	z-index: 8040;
	visibility: visible!important;
}

.fancybox-prev span {
	left: 0px;
	background: transparent url('img/ARROW_l_wINVERT.png');
}

.fancybox-next span {
	right: 0px;
	background: transparent url('img/ARROW_r_w_INVERT.png');
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0,0,0,0.8);
}

.hair-template-default .fancybox-overlay {
	background: transparent;
	pointer-events: none;
}

.hair-template-default .fancybox-wrap {
	pointer-events: all;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: hidden;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 10px 'agendamedium';
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -25px;
	z-index: 8050;
	text-align: center;
	text-transform: lowercase;

}

.fancybox-title-float-wrap .child {
	display: inline-block;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	color: #7a7a7a;
	line-height: 24px;
	letter-spacing: 1.4px;
		max-width: 300px;
		line-height: 1;
		text-align: left;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*------------------------------------------
FONT FACE
 -------------------------------------------*/
@font-face {
    font-family: 'agendaregular';
    src: url('fonts/agenda-light-webfont.eot');
    src: url('fonts/agenda-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/agenda-light-webfont.woff') format('woff'),
         url('fonts/agenda-light-webfont.ttf') format('truetype'),
         url('fonts/agenda-light-webfont.svg#agendaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'agendamedium';
    src: url('fonts/agenda-medium-webfont.eot');
    src: url('fonts/agenda-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/agenda-medium-webfont.woff') format('woff'),
         url('fonts/agenda-medium-webfont.ttf') format('truetype'),
         url('fonts/agenda-medium-webfont.svg#agendamedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'eyechartregular';
    src: url('fonts/eyechart-webfont.eot');
    src: url('fonts/eyechart-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/eyechart-webfont.woff') format('woff'),
         url('fonts/eyechart-webfont.ttf') format('truetype'),
         url('fonts/eyechart-webfont.svg#eyechartregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'eyechartbold';
    src: url('fonts/eyechart_bold-webfont.eot');
    src: url('fonts/eyechart_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/eyechart_bold-webfont.woff') format('woff'),
         url('fonts/eyechart_bold-webfont.ttf') format('truetype'),
         url('fonts/eyechart_bold-webfont.svg#eyechartbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
