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

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

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

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

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

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

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


* {
	font-family: Lato, sans-serif;
}

.clear {
	clear: both;
}

button, .button {
	background: none;
	border: 1px solid #000;
	color: #000;
	font-family: serif;
	font-style: italic;
	font-size: 13px;
    outline: none;
}

button:hover, .button:hover {
	background-color: #eee;
	background-color: rgba(0, 0, 0, 0.1);
	color: #000;
}






header {
	background: #fff;
	border-bottom: 1px solid #000;
	position: relative;
}

header .logo {
	display: inline-block;
	height: 60px;
	width: 220px;
	text-align: center;
	line-height: 60px;
}

header .menu {
	display: inline-block;
	list-style: none;
	margin: 0;
}

header .menu li {
	display: inline-block;
}

header .menu li a {
	display: block;
	line-height: 30px;
	padding: 15px 20px;
	text-transform: uppercase;
	color: #000;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 700;
}

header .menu li a .badge {
	position: relative;
	top: -8px;
	font-size: 12px;
	display: inline-block;
	height: 16px;
	width: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	color: #fff;
	background: #000;
	line-height: 16px;
	font-weight: 300;
	text-align: center;
}

header .right-menu {
	display: inline-block;
	list-style: none;
	margin: 0;
}

header .right-menu li {
	display: inline-block;
}

header .right-menu li a {
	display: block;
	line-height: 60px;
	padding: 0 15px;
}

header .show-menu {
	display: none;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
	line-height: 40px;
}

header .show-menu i {
	margin-left: 20px;
}

@media only screen and (max-width: 1070px) {
	header .logo {
		width: 100%;
	}
	
	header .right-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}
	
	header .menu {
		width: 100%;
		text-align: center;
	}
	
	header .right {
		width: 100%;
	}
}

@media only screen and (max-width: 680px) {
	header .menu li {
		display: block;
		text-align: center;
	}
	
	header .logo {
		text-align: left;
		padding-left: 15px;
	}
	
	header .show-menu {
		display: block;
	}
	
	header .menu {
		display: none;
	}
	
	header .menu.force {
		display: block;
	}
}







aside#main-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 30000;
	text-align: right;
}

aside#main-menu ul {
	margin: 60px 0 0 0;
	list-style: none;
}

aside#main-menu ul li a {
	display: inline-block;
	line-height: 60px;
	font-size: 40px;
	font-weight: 500;
	padding: 0 30px;
	color: #fff;
	background: #000;
	font-family: Aldo, Lato, sans-serif;
	text-transform: uppercase;
}









footer {
	margin: 50px auto;
}

footer>.row:first-child {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 30px 0;
	margin: 0;
}

footer h3 {
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	font-weight: 300;
}

footer ul {
	margin: 10px 0 0 0;
	list-style: none;
}

footer ul li a {
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	font-weight: 300;
}

footer p {
	font-size: 14px;
	color: #787878;
	line-height: 18px;
	margin: 10px 0 20px 0;
}

footer input[type=email] {
	border: 1px solid #000;
	box-shadow: none;
	padding-left: 20px;
	font-size: 13px;
}

footer button {
	display: block;
	width: 100%;
	width: calc(100% - 10px);
	padding: 0;
	line-height: 35px;
	margin: 0 0 0 10px;
}

@media only screen and (max-width: 40.0625em) {
	footer button {
		margin: 0;
		width: 100%;
	}
}

.subfooter {
	font-size: 12px;
	color: #000;
	font-weight: 300;
	line-height: 30px;
	text-transform: uppercase;
}











.slide {
	height: 100%;
	background: #fff no-repeat center center;
	background-size: cover;
	text-align: center;
    outline: none;
}

.slide .title {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 38px;
	padding-top: 160px;
}

.slide .subtitle {
	font-style: italic;
	font-family: serif;
	font-size: 20px;
	line-height: 40px;
	font-weight: 300;
	margin-bottom: 10px;
}

.slide .button {
	font-size: 18px;
}

.slick-dots {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}

.slick-dots li {
    list-style: none;
    display: inline-block;
}

.slick-dots li button {
    font-size: 0px;
    padding: 0;
    border: none;
    height: 12px;
    width: 12px;
    background: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin: 0 5px;
    outline: none;
}

.slick-dots li.slick-active button {
	background: #000;
}

#home-slider {
	height: 600px;
	overflow: hidden;
}

#home-slider .slide {
	height: 600px;
}











.home-universes {
	line-height: 0;
	font-size: 0;
	background: #000;
}

.home-universe {
	height: 490px;
	position: relative;
	display: inline-block;
	background: #000 no-repeat center center;
	background-size: cover;
	-webkit-transition: all 3000ms ease-in-out;
	-moz-transition: all 3000ms ease-in-out;
	-ms-transition: all 3000ms ease-in-out;
	-o-transition: all 3000ms ease-in-out;
	transition: all 3000ms ease-in-out;
	border-top: 10px solid #fff;
}

.home-universe:before {
    content: '+';
    font-size: 40px;
    font-weight: 300;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #fff;
    bottom: 0px;
    right: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.home-universe .cover {
	background: none;
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.home-universe:hover .cover {
	background: rgba(0, 0, 0, 0.4);
}

.home-universe.one {
	width: 100%;
}

.home-universe.two {
	width: 50%;
}

.home-universe .content {
	padding: 0px;
	width: 100%;
	position: absolute;
	z-index: 2;
}

.home-universe.top .content {
	top: 0;
	left: 0;
}

.home-universe.bottom .content {
	right: 0;
	bottom: 0px;
	text-align: right;
}

.home-universe .content h2 {
	font-family: /*Aldo, */Lato, sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	line-height: 60px;
	margin: 0;
    font-weight: 300;
    display: block;
    padding: 15px;
    background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
}

.home-universe:hover .content h2 {
    background: rgba(0, 0, 0, 0);
}

.home-universe .content .button {
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
	margin: 0;
}

.home-universe:nth-child(2n) {
    border-left: 10px solid #fff;
}

@media only screen and (max-width: 40.0625em) {
	.home-universe {
		width: 100% !important;
	}
	
	.home-universe .cover {
		background: rgba(0, 0, 0, 0.4);
	}
	
	.home-universe .content h2  {
		background: rgba(0, 0, 0, 0);
	}
}








.ariane {
	padding: 10px 0;
}

.ariane a {
	color: #000;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
	padding-right: 20px;
}

.ariane a:after {
	content: '>';
	position: absolute;
    top: -3px;
    right: 4px;
}

.ariane strong {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}






.universe-header {
	margin: 0 -15px !important;
}

.universe-header .column {
	height: 490px;
	overflow: auto;
}

.universe-header .photo {
	background: #fff no-repeat center center;
	background-size: cover;
}

.universe-header .cats {
	background: #eeeeee;
	text-align: center;
}

.universe-header .cats h1 {
	font-family: Aldo, Lato, sans-serif;
	font-size: 30px;
	margin: 40px 0 0px 0;
	text-transform: uppercase;
}

.universe-header .cats .sep {
	height: 1px;
	width: 70px;
	margin: 0 auto;
	background: #000;
}

.universe-header .cats-list a {
	display: block;
	font-family: serif;
	font-style: italic;
	font-size: 14px;
	line-height: 25px;
	padding: 5px 0;
	color: #000;
}

.universe-header .cats-list {
	padding: 40px 0;
}








.universe-cat {
	border: none;
	border-top: 1px solid #000;
	margin: 40px 0 0 0;
	padding: 0;
	text-align: center;
	position: relative;
}

.universe-cat legend {
	text-align: center;
	display: inline-block;
	padding: 0 50px;
	background: #fff;
	font-family: Lato, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

.universe-subcat {
	display: inline-block;
	color: #000;
	font-family: serif;
	font-style: italic;
	margin-right: 20px;
	line-height: 30px;
}

@media only screen and (min-width: 40.0625em) {
	.universe-subcat.all-products {
		position: absolute;
		right: 0;
		top: 0;
		background: #fff;
		margin: 0;
		font-family: Lato, sans-serif;
		padding: 0 0 0 9px;
	}
	
	.universe-subcat.all-products:before {
		content: '> ';
	}
}

.universe-cat .image {
	margin: 20px 0 0 0;
	background: #fff no-repeat center center;
	background-size: cover;
	position: relative;
	text-align: center;
	display: block;
	height: 400px;
}

.universe-cat .image a {
	margin: 190px 0;
	font-size: 20px;
}









.cat-title {
	text-align: center;
	font-size: 42px;
	font-family: Lato, sans-serif;
	text-transform: uppercase;
	line-height: 66px;
	padding: 20px 0;
}

.cat-subcat {
	border: none;
	border-top: 1px solid #000;
	margin-top: 70px;
}

.cat-subcat legend {
	text-align: center;
	display: inline-block;
	padding: 0 50px;
	background: #fff;
	font-family: Lato, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

.cat-subcat .button {
	margin: 30px 0;
	font-size: 20px;
}











.product-small {
	padding-bottom: 20px;
}

.product-small .photo {
	height: 300px;
	background: #eee no-repeat center center;
	background-size: cover;
	margin: 0 0 15px 0;
}

.product-small .title {
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
}

.product-small .price {
	font-weight: 300 !important;
	text-align: center;
	line-height: normal !important;
	font-size: 14px !important;
	color: #000;
}





ul.pagination {
	margin: 40px 0;
	text-align: center;
	border-bottom: 2px solid #ececec;
	border-top: 2px solid #ececec;
	line-height: 50px;
}

ul.pagination li {
	display: inline-block;
	float: none;
}

ul.pagination li a {
	background: none;
	color: #000;
	font-weight: 300;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

ul.pagination li a:hover {
	background: none !important;
}

ul.pagination li.current a {
	background: none;
	color: #000;
	font-weight: 700;
}

ul.pagination li.unavailable a {
	color: #ccc;
}









.sub-product-title {
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	text-align: center;
	position: relative;
	top: -36px;
}

.product #color,
.product #prices {
	border: 2px solid #000;
	box-shadow: none;
	width: 200px;
	outline: none;
	display: inline-block;
	margin: 0;
	vertical-align: top;
	background-color: #fff;
}

.product #prices {
	position: relative;
	top: -43px;
}

.product #color_preview {
	height: 100px;
    width: 100px;
    position: relative;
    top: -63px;
	background-size: cover;
	border: 1px solid #000;
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}

.product #mainphoto {
	height: 400px;
	background: #fff no-repeat center center;
	background-size: contain;
}

.product #mainambiance {
	margin-top: 46px;
	height: 360px;
	background: transparent no-repeat center center;
	background-size: contain;
}

.product .previews a {
	display: inline-block;
	background: #fff no-repeat center center;
	background-size: cover;
	height: 50px;
	width: 50px;
	margin: 10px 10px 0 0;
	border: 2px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.product .sep {
	height: 1px;
	background: #000;
	width: 75px;
}

.product .price {
	font-size: 32px;
	line-height: 80px;
	font-weight: 300;
}

.product .fournisseur {
	display: block;
	text-decoration: underline;
	margin: 30px 0 20px 0;
	font-weight: 300;
	color: #000;
}

.product .description p, .product #free {
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 25px 0;
}

.product .description {
	margin: 35px 0 20px 0;
}

.product .addToCart input {
	border: 1px solid #000;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	box-shadow: none;
	background-color: #fff;
	padding: 0;
	margin-bottom: 10px;
	border-right: none;
	text-align: center;
}

.product .addToCart {
	font-size: 13px;
	font-weight: 300;
}

.product .addToCart .bttn {
	display: block;
	background: #000;
	color: #fff;
	text-align: center;
	font-style: italic;
	font-size: 20px;
	font-family: serif;
	line-height: 50px;
	height: 50px;
}

.product .addToCart .bttn .hover {
	display: none;
}

.product .addToCart .bttn:hover .hover {
	display: block;
	background: #000;
	z-index: 2000;
	position: relative;
	padding: 10px 0;
}

.product .addToCart .bttn .hover a {
	display: block;
	line-height: 30px;
	color: #fff;
	text-align: center;
	position: relative;
	font-family: serif;
}

.product .addToCart .bttn .hover a:before {
	position: absolute;
	content: '+';
	color: #fff;
    top: -1px;
    left: 5px;
}

.product_caracs {
	padding: 20px 0;
	background: #eee;
	margin: 30px -0.9375rem 50px -0.9375rem !important;
}

.product .tabs {
	border-bottom: 1px solid #000;
}

.product .tabs dd a, .product .tabs .tab-title a {
	background: none;
	border-bottom: none;
	line-height: 45px;
	height: 45px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 20px 0 0;
	padding: 0;
	outline: none;
}

.product .tabs dd.active a, .product .tabs .tab-title.active a {
	border-bottom: 7px solid #000;
}

.product .key {
	font-weight: 300;
	font-size: 13px;
}

.product .value {
	font-style: italic;
	font-weight: 300;
	min-height: 40px;
	font-size: 13px;
}

.product .head {
	border-bottom: 1px solid #e9e9e9;
	margin-top: 60px;
}

.product .head span {
	display: inline-block;
	border-bottom: 8px solid #000;
	font-family: Aldo, Lato, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 50px;
}








article {
	margin: 50px 0px;
}

article h1 {
	text-align: center;
	text-transform: uppercase;
	font-family: Aldo, Lato, sans-serif;
	font-size: 42px;
	line-height: 50px;
	display: block;
	margin: 0 auto 30px auto;
}






.row.dashboard {
	max-width: 100%;
}

.dashboard aside fieldset {
	border: none;
	border-top: 2px solid #404040;
	background: #f2f2f2;
	color: #404040;
	margin: 70px 0 20px 0;
	padding: 0;
}

.dashboard aside fieldset legend {
    background: #404040;
    color: #fff;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    padding: 0 10px 0 20px;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    top: -14px;
}

.dashboard aside ul {
	list-style: square;
	margin-left: 30px;
}

.dashboard aside ul li a {
	color: #404040;
	font-weight: 400;
}

.dashboard aside ul li a.current {
	font-weight: 800;
}

.dashboard h1 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #404040;
    margin: 75px 0 10px 0;
}

.dashboard h1.black {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: -1px;
	background: #404040;
	color: #f2f2f2;
	margin: 83px 0px 20px 0px;
	padding: 8px 15px;
}

.dashboard h2 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -1px;
	background: #f2f2f2;
	color: #404040;
	margin: 70px 0px 20px 0px;
	padding: 8px 15px;
}

.dashboard .table-container {
	width: 100%;
	overflow: auto;
}

.dashboard table {
	min-width: 100%;
	border: none;
	border-collapse: collapse;
}

.dashboard table thead {
	background: #fff;
}

.dashboard table thead th {
	position: relative;
	border-bottom: 1px solid #404040;
    color: #404040;
    font-size: 16px;
    text-align: center;
}

.dashboard table thead th:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6.5px 0 6.5px;
	border-color: #404040 transparent transparent transparent;
	z-index: 2;
}

.dashboard table thead th:empty:before {
	display: none;
}

.dashboard table thead th:first-child:after {
	position: absolute;
	content: '';
	height: 1px;
	width: 50%;
	background: #fff;
	z-index: 1;
	bottom: -1px;
	left: 0;
}

.dashboard table td {
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.dashboard table .button {
	margin: 0;
}








.wl-product {
	margin: 20px 0;
}

.wl-product .image {
	height: 190px;
	position: relative;
	background: #fff no-repeat center center;
	background-size: cover;
	border-bottom: 6px solid #000;
	overflow: hidden;
}

.wl-product .cover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.wl-product .image:hover .cover {
	display: block;
}

.wl-product .color {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    background: no-repeat center center;
    background-size: cover;
    height: 45px;
    width: 45px;
    border: 1px solid #000;
}

.wl-product .addToList {
	position: absolute;
	z-index: 3;
	bottom: 5px;
	left: 12px;
}

.wl-product .addToList input {
	margin: 0;
}

.wl-product .nb {
    position: absolute;
    z-index: 1;
    transform: rotate(45deg);
    top: -30px;
    right: -35px;
    background: #fff;
}

.wl-product .nb span {
    transform: rotate(-45deg);
    color: #404040;
    padding: 30px 30px 10px 30px;
    display: inline-block;
    position: relative;
    left: -5px;
    top: 10px;
}

.wl-product .nb span:empty {
	display: none;
}

.wl-product .cover .text {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #f2f2f2;
	font-weight: 300;
	letter-spacing: -1px;
}

.wl-product .cover .delete {
	display: inline-block;
	height: 45px;
	width: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 32px;
	color: #000;
	background: #fff;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -22.5px;
}

.wl-product .cover .delete-suggestion {
	display: inline-block;
	height: 45px;
	width: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 32px;
	color: #000;
	background: #fff;
	position: absolute;
	top: 100px;
	left: 33%;
	margin-left: -22.5px;
}

.wl-product .cover .accept-suggestion {
	display: inline-block;
	height: 45px;
	width: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 32px;
	color: #000;
	background: #fff;
	position: absolute;
	top: 100px;
	left: 66%;
	margin-left: -22.5px;
}

.wl-product .title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
}

.wl-product .price {
	font-size: 16px;
	font-weight: 300;
}

.wl-product .delai {
	font-size: 16px;
	font-weight: 300;
}

.wl-product.designer .image {
	border-color: #0a5187;
}

.wl-product.customer .image {
	border-color: #404040;
}

.wl-product.designer .image .cover {
	background: rgba(10, 81, 135, 0.7);
}

.wl-product.customer .image .cover {
	background: rgba(64, 64, 64, 0.7);
}

.wl-product.designer .title, .wl-product.designer .price {
	color: #0a5187;
}

.wl-product.customer .title, .wl-product.customer .price {
	color: #404040;
}

.accordion {
	margin: 0;
}

.accordion .accordion-navigation, .accordion dd {
	margin-top: 20px;
}

.accordion .accordion-navigation > a, .accordion dd > a {
    padding: 5px 20px;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.accordion .accordion-navigation > a .right {
	font-size: 18px;
	text-transform: none;
    line-height: 36px;
}

.accordion .accordion-navigation > .content, .accordion dd > .content {
    padding: 0 20px;
}

.dashboard .accordion .badge {
	display: inline-block;
	background: #4d80a7;
	color: #f2f2f2;
	height: 26px;
	width: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	vertical-align: middle;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	padding: 0;
    position: relative;
    top: -2px;
    left: 10px;
}

.dashboard .accordion .badge:empty {
	display: none;
}

.dashboard .button {
	color: #fff;
	background: #000;
	font-size: 20px;
}














.designerSelectedProject {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #363636;
	padding: 4px 10px;
	font-size: 13px;
	color: #fff;
	z-index: 2000;
}









#search {
	max-width: 600px;
	padding: 0;
}

#search h2 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: -1px;
	background: #404040;
	color: #f2f2f2;
	margin: 0px;
	padding: 8px 15px;
}

#search .close-reveal-modal {
	top: 10px;
    right: 20px;
    color: #fff;
    font-weight: 300;
    font-size: 28px;
}

#search form {
	padding: 15px;
}

#search input {
	margin: 0;
	border: 1px solid #000;
	box-shadow: none;
	background: #fff;
}

#search button {
	padding: 0;
	width: 100%;
	color: #fff;
	background: #000;
	margin: 0;
}

.searchform {
	margin: 50px auto;
	width: 100%;
	max-width: 600px;
}

.searchform input {
	margin: 0;
	border: 1px solid #000;
	box-shadow: none;
	background: #fff;
}

.searchform button {
	padding: 0;
	width: 100%;
	color: #fff;
	background: #000;
	margin: 0;
}








.infos form {
	margin: 0 auto;
	max-width: 450px;
}

.infos button {
	background: #000;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	font-family: Lato, sans-serif;
	font-size: 18px;
	padding: 4px 15px;
	margin: 30px 0 20px 0;
}







.breadcrumbs {
	background: none;
	border: none;
	padding: 0;
}

.blog_label {
    background: #000;
    text-transform: uppercase;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.post_intro, .post_intro * {
	font-weight: 700;
}


.adminLink {
	position: fixed;
	bottom: 0;
	right: 0;
	display: inline-block;
	padding: 4px 10px;
	background: #333;
	color: #fff;
	font-size: 13px;
}