/* ==================== GENERAL ==================== */

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

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

}

body{
	background: #333;
	font: .8em/1.25em 'Nexa', Calibri, Arial, sans-serif;
	color: #333;
}
.hidden{display: none;}
h1,
h2,
h3,
h4,
h5,
{color: #3d060c;}

a{color: #3d060c;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* ==================== GENERAL END ==================== */

#trigger{display: none;}

#mp-menu a{
	color: #735b5d;
	text-decoration: none;
}

#mp-menu h1#logo{
	background: url("../img/logo.png") no-repeat scroll center center;
	box-shadow: inset 0 -1px rgba(189,21,41,1);
    height: 291px;
    margin: 0.67em auto;
    padding: 1em 0 2em;
    text-indent: -999em;
    width: 90%;
}
#mp-menu h1#logo a{
	display: block;
    height: 42px;
	width: 100%;
}
#mp-menu h2#event, #mp-menu h2#prod, #mp-menu h2#salon{
	box-shadow: inset 0 -1px rgba(189,21,41,1);
    height: 291px;
    margin: 0.67em auto;
    padding: 1em 0 1.67em;
    text-indent: -999em;
    width: 90%;
}
#mp-menu h2#event a, #mp-menu h2#prod a, #mp-menu h2#salon a{
	display: block;
	height: 291px;
    width: 100%;
    background: none;
}
#mp-menu h2#event{background: url("../img/logo-event.png") no-repeat scroll center center;}
#mp-menu h2#prod{background: url("../img/logo-prod.png") no-repeat scroll center center;}
#mp-menu h2#salon{background: url("../img/logo-salon.png") no-repeat scroll center center;}

#mp-menu ul ul li > a { font-size: 1em; }

/*	NAVIGATION	*/
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, .container, .scroller {
	height: 100%;
}

.scroller {
	overflow-y: scroll;
}

.scroller,
.scroller-inner {
	position: relative;
	z-index: 2;
	width: 100%;
}
.scroller-inner{
	padding: 1em;
	width: 83%;
}

.container {
	position: relative;
	overflow: hidden;
}

.menu-trigger {
	position: relative;
	padding-left: 60px;
	font-size: 0.9em;
}

.menu-trigger:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 40px;
	height: 6px;
	background: #fff;
	box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;
	content: '';
}

.mp-pusher {
	position: relative;
	left: 0;
	height: 100%;
}

.mp-menu {
	position: absolute; /* we can't use fixed here :( */
	top: 0;
	left: 0;
	z-index: 1;
	width: 300px;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0); 
}

.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

#new_site{
    color: #333;
    background: rgba(255, 255, 255, .9);
    width: 50%;
    margin: 0 auto;
    padding: 2em;
    border-radius: 5px;
    font-size: 21px;
    line-height: 28px;
    margin-top: 20%;
    position: relative;
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}

.mp-pusher::after,
.mp-level::after {
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
	z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
	cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}

.mp-pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mp-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}

.mp-menu.mp-overlap h2::before {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 8px;
	font-size: 75%;
	line-height: 1.8;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
	transition: opacity 0.3s, transform 0.1s 0.3s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.mp-menu ul li > a {
	display: block;
	padding: 0.7em 1em 0.7em 1.8em;
	outline: none;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	font-size: 1.4em;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

.mp-menu ul li::before {
	position: absolute;
	left: 10px;
	z-index: -1;
	color: rgba(0,0,0,0.2);
	line-height: 3.5;
}

.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-back {
	background: rgba(0,0,0,0.1);
	outline: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
	font-size: 0.8em;
	padding: 1em;
	position: relative;
	box-shadow: inset 0 1px rgba(0,0,0,0.1);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

.mp-back::after {
	font-family: 'linecons';
	position: absolute;
	content: "\e037";
	right: 10px;
	font-size: 1.3em;
	color: rgba(0,0,0,0.3);
}

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
	background: transparent;
	box-shadow: none;
	color: transparent;
}

.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
	padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
	display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
	display: block;
}
/*	NAVIGATION	*/
/*	PANEL	*/
#d-facto{
	background: rgba(189,21,41, .8);
	width: auto;
	padding: 1em;
	color: #fff;
	margin-top: 3em;
	position: absolute;
	margin-left: -250px;
	left: 45%;
	display: block;
}
#d-facto img{margin: 0 auto;}
#def, #se, #pc{display: none;}
#def, #se, #pc{
	background: rgba(189,21,41, .8);
    border-radius: 500px;
    color: #FFFFFF;
    height: 450px;
    padding: 80px;
    width: 450px;
    margin: 85px 0 0 -250px;
    position: absolute;
    left: 50%;
    font-size: 15px;
}
#def .inner-round, #se .inner-round, #pc .inner-round{position: relative;}
#def .inner-round{
	top: 20px;
}

#se .inner-round{
	top: 50px;
}

#pc .inner-round{
	top: 20px;
}
.plus{
	background: none repeat scroll 0 0 rgba(189, 21, 41, 0.8);
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 3em;
    height: 20px;
    line-height: 0.15em;
    padding: 0.5em;
    text-indent: -0.22em;
    width: 20px;
    position: absolute;
    left: 20px;
    display: none;
}
.plus:hover{
	cursor:pointer;
	background: rgba(189,21,41,1);
}
.social{
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 300px;
	padding-left: 15px;
}
/*	PANEL	*/
/*	ARTICLE	*/
#content, #home{
	margin: 0;
    width: 100%;
}
#content{display: none;}
#isotope{
	margin: 6em 0 0;
	padding: 0;
	list-style: none;
}
#isotope > li{
	background: #ececec;
	height: 300px;
	width: 300px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
}
.close{
	display: none;
	background: url('../img/close.png') center top no-repeat;
	position: absolute;
	right: 0;
    height: 35px;
    width: 41px;
}
.close:hover{
	cursor: pointer;
	opacity: .8;
}
#isotope > li.large{
	height: 605px;
	width: 605px;
	float: left;
}
#isotope > li.large .close{display: block;}
#isotope > li.large header, 
#isotope > li.large .attachment-post-thumbnail,
#isotope > li.large .attachment-post{
	display: none;
}
#isotope > li .attachment-post-thumbnail{
	max-width: 100%;
	position: absolute;
	max-height: 220px;
	max-width: 100%;
	bottom: -1px;
}
#isotope > li header{
	padding: .25em .75em;
}
#isotope > li header > h2{
	font-size: 1.75em;
	line-height: .85em;
}
/*#isotope .entry{display: none;}*/

.item aside{
	width: 28%;
	float: left;
	background: #dcdcdc;
	height: 610px;
}
.item header:hover{
	cursor: pointer;
	opacity: .8;
}
.item img.attachment-post{
	position: absolute;
	bottom: 0;
}
.item img.attachment-post:hover{
	cursor: pointer;
}
.entry aside a, .single aside a{
	border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    display: block;
    font-size: 15px;
    padding: 8px 0;
    text-decoration: none;
    color: #525252;
}
.entry aside > a:last-child{border: none;}
.entry aside figure{text-align: center;}
.entry aside img{max-width: 100%;}
.entry section .gallery, .single .entry .gallery{display: none;}
.item section{
	width: 66%;
	float: left;
}
.item aside{padding: 1%;}
.item section{padding: 1% 2%;}
aside .gallery > a{
	background: #333 url('../img/gallery.png') center center no-repeat;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 80px;
	padding: 0;
	margin: 10px auto;
}
aside .gallery > a img{opacity: 0;}
aside .gallery > a:hover img{
	opacity: 1;
}
aside .gallery > a span{
	display: block;
	margin: 10px 10px 10px 25px;
	position: absolute;
	color: #fff;
	opacity: 1;
}
aside .gallery > a:hover span{
	opacity: 0;
}
.video{
	background: #333 url('../img/video.png') center center no-repeat;
	border-radius: 80px;
	margin: 0 auto;
	height: 100px;
	width: 100px;
}
aside .video a{
	border: none;
	text-align: center;
	color: #fff;
	margin: 0;
	width: 100px;
	height: 100px;
}
aside .video a:hover{
	opacity: .5;
}
.share a{
	display: block;
	width: 25px;
	height: 25px;
	border: none;
	text-indent: -999em;
	float: left;
	margin: 5px;
}
.share a.tw{
	background: url('../img/tw.jpg') center top no-repeat;
	margin-left: 30px;
}
.share a.li{background: url('../img/li.jpg') center top no-repeat;}
.share a.fa{background: url('../img/fa.jpg') center top no-repeat;}
/*  ARTICLE */
#contact{
	display: none;
	position: absolute;
	top: 0;
	width: 98%;
	background: rgba(189,21,41, .8);
	color: #fff;
	z-index: 1000000;
	padding: 1%;
}
#contact a{color: #fff;}
.span6{
	width: 40%;
	float: left;
}
.share{
	width: 100%;
	margin: 10px 0 0;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 160px;
	display: none;
}
/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

#isotope .item {
  z-index: 2;
}

.isotope-hidden.item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

#isotope,
#isotope .item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

#isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

#isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

#isotope.no-transition,
#isotope.no-transition .item,
#isotope .item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */

article.single{
	width: 960px;
	margin: 0 auto;
	background: #fefefe;
	padding: 2em 2em 0 2em;
	border-radius: 0 0 15px 15px;
	min-height: 500px;
}

article header{
	border-bottom: 1px solid red;
	padding-bottom: 1em;
}

article.single aside{
	width: 30%;
	float: left;
	padding: 1em 0 0;
	text-align: center;
}

article.single .entry{
	font-size: 1.3em;
	line-height: 1.3em;
	width: 60%;
	float: left;
}
article.single .gallery-item a{
	width: 150px;
	height: 150px;
	border-radius: 150px;
	display: block;
}
article.single footer{
	text-align: center;
	background: #BC1A1F;
	border-radius: 15px 15px 0 0;
	padding: 1em;
	width: 100%; 
}
article.single footer a{
	color: #fff;
	padding: 0 1em;
}