/* Common Styles ------------------------------------------ */

	html {
	font: 100% "Helvetica Neue", Helvetica, sans-serif;
	overflow-x:hidden;
			height: 100%;
			margin: 0;
			padding: 0;
}

	body {
		font-size: 14px;
		line-height: 1.5;
		color: #000;
		background-color: #fff;

	margin: 0;
	padding: 0;
			overflow:hidden;
			height: 100%;
}

/*
	::-moz-selection {background: #000000; color: #fff; }
	::selection {background: #000000; color: #fff; }

*/

#nav_image {
  left: 20px;
  top: 20px;
}

video, object {
left:0;
 position:absolute;
 top:0;
	z-index: -11;
}

			#maximage {
/*				position:fixed !important;*/
			}

			body .mc-cycle {
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:-1;
}

div.mc-image {
	/*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;

	/*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out;
	-moz-transition: left 1s ease-in-out;
	-o-transition: left 1s ease-in-out;
	transition: left 1s ease-in-out;*/

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

.mc-old-browser .mc-image {
	overflow:hidden;
}


	a { color: #000000;
		text-decoration: none;

		-webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
		   -moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
		    -ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
		     -o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
		     	transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	}

	a:hover, a:focus { text-decoration: none; border: none;
	color: #999;
	}

	a:hover img {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 10px 0;
		font-weight: normal;
		line-height: 1.3;
		color: inherit;
		text-transform: uppercase;
	}

	h1,
	h2 {
		line-height: 1.4;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 14px;
	}

	h6 {
		font-size: 12px;
	}

	p {
		font-size: 12px;
		line-height: 1.5;
	}

	img {
		/* Responsive images (ensure images don't scale beyond their parents) */
		max-width: 100%;
		/* Part 1: Set a maxium relative to the parent */
		width: auto\9;
		/* IE7-8 need help adjusting responsive images */
		height: auto;
		/* Part 2: Scale the height according to the width, otherwise you get stretching */
		vertical-align: middle;
		border: 0;
		-ms-interpolation-mode: bicubic;
	}

	.wrapper {
		position: absolute;
		top: 700px;
		width: 100%;
	}

	.color-text {
		color: #000000;
	}

	.white-text {
		color: #fff;
	}

	.page {
		padding-top: 78px;
		padding-bottom: 90px;
		background: #fff;
	}

	.page-gray {
		background: #f7f7f7;
		border-top: 1px solid #e5e5e5;
	}

	.title {
		font-size: 36px;
		letter-spacing: 2px;
		text-transform: uppercase;
		line-height: 1.1;
		margin-bottom: 34px;
	}

	.lead {
		font-size: 38px;
		line-height: 1.4;
		margin: 44px 0 46px 0;
		font-weight: 300;
		padding-right: 30%;
	}

	.lead-small {
		font-size: 24px;
		line-height: 1.4;
		font-weight: 300;
		margin-top: 40px;
	}

	hr {
		border: 0;
		border-bottom: 1px solid #f84545;
		margin: 10px 0;
	}

	hr.gray {
		border: 0;
		border-bottom: 1px solid #e5e5e5;
		margin: 10px 0;
	}

	hr.mini {
		width: 60px;
		border: 0;
		border-bottom: 1px solid #f84545;
		margin: 10px 0;
	}

	hr.margin20 {
		margin: 20px 0;
	}

	.vertical-text {
		display: table-cell;
		vertical-align: middle;
	}

	.pattern {
		background: url(../img/pattern.png);
		width: 100%;
		position: absolute;
	opacity: 0.78;
}

* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	display: none;
	position: fixed;
	top:50%;
	left: 50%;
	margin: -168px 0px 0px -512px;
	text-align: center;
	z-index: 2000;
}


/*
	.collection {
	z-index: 1;
	position:absolute;
  left: 50%;
  top: 50%;
    margin-left: -178px;
  margin-top: -99px;
	width:356px;
	height:198px;
}
*/

	.477 {
position:absolute;
	top: 0;
	height:99px;
}
	.457 {
position:absolute;
	bottom: 0;
	height:99px;
}

	.437 {
	bottom: 0;
	position: absolute;
height:99px;
}


#navi {
	z-index: 30;
}
#navi a {
	display: block;
	z-index: 30;
	position:absolute;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

#nav_home {
	display: none !important;
}

	#nav_profile {
  left: 20px;
	top: 50%;
	height:13px;
	  margin-top: -6px;
}

	#nav_instagram {
	left: 45.5%;
	top: 20px;

	height:13px;

}



.instagram {
	text-align: center;
		width:95px;

}

	#nav_stockist {
	right: 20px;
	top: 20px;
}


	#nav_contact {
  top: 50%;
  margin-top: -6px;
	width:79px;
	height:13px;
	right: 20px;
}

	#nav_kuboraum {
	left: 402px;
	bottom: 20px;
}



	#nav_recruitment {
	right: 20px;
	bottom: 20px;
}
	#nav_tky {
	left: 20px;
	bottom: 20px;
}

	#nav_hk {
	left: 154px;
	bottom: 20px;
}

	#nav_la {
	left: 280px;
	bottom: 20px;
}

	/* Home ------------------------------------------ */


	#cycle-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -4px;
	z-index: 9999;
	width: 16px;
	height: 16px;
}

	header {
		width: 100%;
		height: 100%;
		position: absolute;

		background-size: 100%;
	z-index: 7;
}
header.pcsite {
	overflow: hidden;
}

	header .pattern {
		height: 100%;
	}

	header .header-bg {
		height: 100%;
		width: 100%;
		background: url(../img/vignette.png) no-repeat center center fixed;
		background-size: cover;
		position: absolute;
	}

	header .container {
		height: 100%;
			z-index: 20;
	width: 100%;
}

	#slidecaption {
		position: absolute;
		top: 30%;
		color:#fff;
		text-transform: uppercase;
		letter-spacing: 2px;
		line-height: 1.3;
	font-size: 48px;
}

	#slidecaption .sub-caption {
		text-transform: none;
		letter-spacing: 0;
		line-height: 1.4;
		padding: 0 10%;
		font-weight: 300;
		margin-top: 30px;
	font-size: 24px;
}

	#slidecaption .btn.white {
		opacity: 0.8;
		margin-top: 42px;
		line-height: 1.5;
	}

	#slidecaption .btn.white:hover {
		opacity: 1;
	}

	.logo {
		display: block;
		margin: 0;
		padding: 0;
		line-height: 0;
		border: none;
		width: 177px;
		height: auto;
	}

	header .logo {
		margin-top: 80px;
	}




	.theme437 img {
	margin: 0;
	width: 352px;

}

	.theme457 img {
	margin: 0;
	width: 354px;
}

	.theme477 img {
	margin: 0;
	width: 354px;

}
	.theme497 img {
	margin: 0;
	width: 354px;

}

	.theme517 img {
	margin: 0;
	width: 413px;

}

	.theme527 img {
	margin: 0;
	width: 398px;

}

	.theme537 img {
	margin: 0;
	width: 413px;

}
	.theme557 img {
	margin: 0;
	width: 413px;

}


@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
	.theme517 .theme497 .theme477 .theme457 .theme437 img {
	margin: 0;
	max-width: 50% !important;
	}

}




/* _7 ========================================================= */

#bgvideo {
	z-index: -20;
}

.fitvids{
	z-index: -7;
	margin: 0 0 60px;
}

.vimeo_iframe{
	width: 640px;
	height: 360px;

	margin-right: auto;
	margin-left: auto;

	position:absolute;
  left: 50%;
  top: 50%;
    margin-left: -320px;
  margin-top: -180px;


}

#contbox {
	position: absolute;
	max-width: 1000px;
}
.p_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 40px;
}
.p_links {
	margin-bottom: 10px;
}
.p_links li {
	list-style-type: none;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	color: #ccc;
}
.p_links li a {
}
.p_info {
	padding-left: 215px;
}


.p_subcap {
	font-size: 9px;
	text-indent: -8px;
}
h3.p_subcap {
	font-size: 8px;
	margin-bottom: 0px;
}

.c_left {
	float: left;
	padding-right: 45px;
}
.c_right {
	float: right;
}


.jname {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 5px;
}
.jname .jname_s {
	font-size: 12px;
}
.jname2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 5px;
}


#js_fade {
    position : fixed;
    top : 0;
    left : 0;
    width: 100%;
    height : 100%;
    background-color : #fff;
/*    background-image : url( ../images/loading.gif );*/
    background-repeat : no-repeat;
    background-position : 50% 50%;
    z-index: 1000;
}


/* stockist */

#p_stockist #contbox {
	text-align: center;
}

#p_stockist .p_title {
	font-size: 18px;
	margin-bottom: 30px;
}

#p_stockist td {
	font-size: 12px;
	padding: 0 20px;
	text-align: left;
}
#p_stockist td a {
	display: block;
}

a.bt_lbex {
	cursor: pointer;
}

.t_center {
	text-align: center !important;
}

.lb_nodisp {
	display: none;
}

.shopName {
	font-weight: bold;
}

.lb_st {
	font-size: 12px;
	margin-bottom: 30px;
	font-weight: bold;
}



/* profile */

#p_profile .p_title {
	margin-bottom: 20px;
}
#p_profile .c_left {
	padding-right: 30px;
}
#p_profile .c_right {
	width: 400px;
	height: 440px;
	overflow: auto;
	overflow-y: scroll;
	font-size: 11px;
}





#p_home .container {
}


#clct_loader {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* 557 */
#clctset_557 {
	color: #fff;
}
#clctset_557 .bt_clct_back {
	color: #fff;
}

#clctset_557.clct_box.fluid_container {
	background: #000;
}

#clctset_557.clct_box .camera_caption > div {
	color: #fff;
}
#clctset_557.clct_box .cameraSlide {
	background: #000;
}
#clctset_557.clct_box .camera_wrap .camera_pag .camera_pag_ul li {
	background: #222;
 }


/* -527- */
#clctset_527 {
	color: #fff;
}

#clctset_527 div#comment {
	margin: 100px 0;
}
#clctset_527 p {
	font-size: 8px;
    line-height: 12px;
    margin: 14px 0;
    color: #000;
    font-weight: 300;
    letter-spacing: 1.2px;
}

#clctset_527 .bt_clct_back {
	color: #fff;
}

#clctset_527.clct_box.fluid_container {
	background: #000;
}

#clctset_527.clct_box .camera_caption > div {
	color: #fff;
}

.clct_box.fluid_container {
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
	box-sizing: border-box;
	padding: 60px 60px 60px;
	background: #fff;
	position: absolute;
}
.clct_box.fluid_container.clct_box_v {
	padding: 20px;
}

.clct_box .camera_wrap {
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
	margin: 0px !important;
	right: 0;
	top: 0;
	box-sizing: border-box;
}
.clct_box .camera_bar {
	z-index: 2;
}

/* -527- */
#clctset_527.clct_box .cameraSlide {
	background: #000;
}

.clct_box .cameraSlide {
	background: #fff;
}
.clct_box .camera_wrap .camera_pag .camera_pag_ul {
	text-align: center;
}
.clct_box .camera_prev,
.clct_box .camera_next,
.clct_box .camera_commands {
	top: auto;
	bottom: -50px;
	line-height: 1;
	font-weight: bold;
	text-align: left;
	width: 20%;
	background: none;
	padding: 60px 20px 10px;
	font-size: 16px;
	height: auto;
    left: -60px;
}
.clct_box .camera_next {
	text-align: right;
    left: auto;
    right: -60px;
}

.clct_box .camera_prev:hover,
.clct_box .camera_next:hover {
	color: #999;
}
.clct_box .camera_prev span,
.clct_box .camera_next span {
	background: none;
	width: auto;
	height: auto;
}
.clct_box .camera_prev span:before {
	content: "PREVIOUS";
}
.clct_box .camera_next span:before {
	content: "FORWARD";
}


.clct_box .camera_caption > div {
	background: transparent;
	color: #000;
	text-align: center;
	font-size: 10px;
}

/* -527- */
#clctset_527.clct_box .camera_wrap .camera_pag .camera_pag_ul li {
	background: #222;
 }

.clct_box .camera_wrap .camera_pag .camera_pag_ul li {
margin: 18px 0;
height: 4px;
background: #ddd;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}
.clct_box .camera_wrap .camera_pag .camera_pag_ul li > span {
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
height: 4px;
left: 0px;
overflow: hidden;
position: absolute;
top: 0px;
width: 15px;
}
.clct_box .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}
.clct_box .camera_wrap .camera_pag .camera_pag_ul li:hover > span {
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}
.clct_box .camera_target_content {
overflow: visible;
}
.clct_box .camera_caption {
bottom: -53px;
z-index: 500;
}

a.bt_clct_back {
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
}


a.bt_clct_prev,
a.bt_clct_next {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 90%;
	display: block;
	text-indent: -9000px;
	margin: 20px 120px;
	z-index: 200;
	cursor: pointer;
}
a.bt_clct_next {
	left: auto;
	right: 0;
}

bt_clct_next a:hover{
	background-color: #333;
}



/* sp_site ============================================================= */

.sp_site {
	font-size: 9px;
}
.sp_site .site_title {
	font-size: 22px;
	font-weight: bold;
	margin: 15px 0;
}

.sp_site header {
	height: auto;
}
.sp_site .container {
	height: auto;
}

.sp_site #navi {
	margin: 15px 15px 50px;
}
.sp_site #navi a {
	font-size: 18px;
	position: static;
}
.sp_site #contbox {
	text-align: justify;
	padding-bottom: 60px;
}
.sp_site #contbox p {
	margin: 0 15px 15px;
}

.sp_site #p_stockist #contbox {
	text-align: left;
}

.sp_site #contbox .shop_box {
	margin-bottom: 50px;
}
.sp_site #contbox .shop_box img {
	margin-bottom: 10px;
}
.sp_site #contbox .shop_box h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 15px 10px;
}
.sp_site #contbox .shop_box a.maps {
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 0 15px 10px;
}


.sp_site #p_stockist table {
	margin: 0 auto 60px;
}
.sp_site #p_stockist td {
	padding: 0 15px 10px;
	font-size: 10px;
}

.sp_site #p_stockist .p_title,
.sp_site #p_stockist .lb_st {
	text-align: center;
}

.sp_title {
	font-size: 12px;
	font-weight: bold;
	margin: 0 15px 30px;
}

hr.marginer {
	clear: both;
	border-bottom: none;
	padding: 15px 0;
}


.sp_site h3.p_subcap {
	text-indent: 1em;
}


.sp_site .clct_title {
	text-align: right;
	margin: 0 15px 10px;
}

/* 557 */
#clctset_557.sp_clct_box {
	margin: 0 0 15px;
}
#clctset_557.sp_clct_box img {
	margin: 0 0 10px;
	max-width: 100% !important;
}

/* -527- */
#clctset_527.sp_clct_box {
	margin: 0 0 15px;
}

.sp_clct_box {
	text-align: center;
	margin: 0 10px 15px;
}

/* -527- */
#clctset_527.sp_clct_box img {
	margin: 0 0 10px;
	max-width: 100% !important;
}


.sp_clct_box img {
	margin: 0 2px 10px;
	max-width: 280px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){


   #clctset_557.sp_clct_box img {
	margin: 0 2px 10px;
	max-height: 124px !important;
	}

   #clctset_537.sp_clct_box img {
	margin: 0 2px 10px;
	max-height: 140px !important;
	}
   #clctset_517.sp_clct_box img {
	margin: 0 2px 10px;
	max-height: 140px !important;
	}
   #clctset_497.sp_clct_box img {
	margin: 0 2px 10px;
	max-height: 140px !important;
	}

	#clctset_477.sp_clct_box img {
	margin: 0 2px 10px;
	max-height: 140px !important;
	}
	#clctset_457.sp_clct_box img {
	margin: 0 2px 10px;
	max-height: 160px !important;
	}
    #clctset_437.sp_clct_box img {
	margin: 0 2px 10px;
	max-height: 160px !important;
	}
	#clctset_457_t.sp_clct_box img {
	margin: 0 0 10px;
	max-width: 100% !important;
	}
}
	#clctset_457_t.sp_clct_box img {
	margin: 0 0 10px;
	max-width: 100% !important;
	}


.sp_clct_box ul {
	padding: 0;
}
.sp_clct_box li {
	display: inline;
}



.videobt{
	z-index: 10;
}


.collection {
	text-align: center;
	font-size: 10px;
}
.collection div {
	margin-bottom: 40px;
	margin-top: 80px;
}
.collection div.lc {
	margin-bottom: 0;
}
.collection h2 {
	margin-bottom: 30px;
}
.collection a {
	padding: 20px;
}


body .fancybox-overlay {
	background: #fff;
	background: rgba(255,255,255,0.8);
}

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














