html {
    position: relative;
    min-height: 100%;
}
.navbar-default {
    background-color: #fff;
}
.navbar {
	height: 90px;
}

/* Start logo */

.header-logo {
	position: absolute;
	margin-left: 12px;
	left: calc(50% - 13px);
	width: 105px;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.header-logo img.christian, .header-logo img.louboutin {
	z-index: 2;

}
.header-logo img {
	width: 106px;
	height: 106px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.logo.box {
	width:100%;
	text-align:center;

}
.logo-wrp {
	position: absolute;
	top: -24px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 20;
}
#logoTrigger {
	position: absolute;
	width: 158px;
	height: 158px;
	top: 0;
	left: 0;
	background: transparent;
	z-index: 10;
	opacity: 0;
}
.logo-circle-ln {
    background-color: transparent;
    bottom: -28px;
    display: block;
    height: 100px;
    left: calc(50% - 13px);
    margin-left: 12px;
    overflow: hidden;
    position: absolute;
    top: auto;
    transform: translateX(-50%);
    width: 105px;
    z-index: 1;
}
.logo-circle-ln .circle {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    bottom: 8px;
    content: " ";
    display: block;
    height: 105px;
    left: auto;
    position: absolute;
    width: 105px;
}
.logo-circle-ln .crop {
    background-color: #fff;
    bottom: 45px;
    content: " ";
    height: 30px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
/* End logo */

