/*--------------------
----------------------
***** STYLESHEET *****
----------------------
--------------------*/

/*-----------------
***** FONTS *****
-----------------*/

@font-face {
    font-family: 'Angeline Vintage';
    src: url('../font/angeline-vintage/angeline_vintage_demo-webfont.eot');
    src: url('../font/angeline-vintage/angeline_vintage_demo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/angeline-vintage/angeline_vintage_demo-webfont.woff2') format('woff2'),
         url('../font/angeline-vintage/angeline_vintage_demo-webfont.woff') format('woff'),
         url('../font/angeline-vintage/angeline_vintage_demo-webfont.ttf') format('truetype'),
         url('../font/angeline-vintage/angeline_vintage_demo-webfont.svg#angeline_vintaangelinevintage') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Crayon Crumble';
    src: url('../font/crayon-crumble/dk_crayon_crumble-webfont.eot');
    src: url('../font/crayon-crumble/dk_crayon_crumble-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/crayon-crumble/dk_crayon_crumble-webfont.woff2') format('woff2'),
         url('../font/crayon-crumble/dk_crayon_crumble-webfont.woff') format('woff'),
         url('../font/crayon-crumble/dk_crayon_crumble-webfont.ttf') format('truetype'),
         url('../font/crayon-crumble/dk_crayon_crumble-webfont.svg#dk_crayon_crumbleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*-----------------
***** GENERAL *****
-----------------*/

body {
	background-image: url(../img/assets/epictout-line.png), url(../img/assets/epictout-design.png), url(../img/assets/seamless-chalk-background-comp.jpg);
	background-size: 150px, 1200px, 1000px;
	background-position: center left, center top, left top;
	background-repeat: no-repeat, no-repeat, repeat;
}

main {
	text-align: center;
}

footer {
	font-family: 'Crayon Crumble';
	font-size: 1.1em;
	color: #fff;
	width: 200px;
	margin: auto;
	text-align: center;
}


/*--- HEADERS ---*/

h1 {
	background-repeat: no-repeat;
	background-position: center;
	height: 140px;
	text-indent: -9999px;
}

h2 {
	background-image: url(../img/assets/chalk-stroke.png);
	background-size: 100% 100%;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	padding: 10px 40px;
	margin: 50px 0;
	font-family: "Crayon Crumble";
	color: #fff;
	font-size: 1.7em;
}

h3 {
	text-transform: uppercase;
	font-family: "Crayon Crumble";
	font-size: 1.3em;
	margin: 10px 0;
	color: #F8503B;
}


/*--- CLEARFIX ---*/

.cf:before {
  content: "";
  display: table;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}



/*-------------------------
***** NAVIGATION MENU *****
-------------------------*/

.m-nav {
	display: none;
	position: fixed;
	width: 100%;
	margin: 0;
	top: 0;
	background: url(../img/assets/seamless-chalk-background-comp.jpg);
	box-shadow: 0 10px 20px rgba(0,0,0,0.7);
	z-index: 1000;
}

.m-nav span {
	display: none;
	position: absolute;
	top: -10px;
	right: -20px;
	color: #fff;
	margin: 0 50px;
	font-family: "Crayon Crumble";
	font-size: 4em;
	transform-origin: center center;
	transform: rotate(45deg);
}

nav {
	border: 7px solid transparent;
	border-image: url(../img/assets/chalk-line.png) 50 round;
	-webkit-border-image: url(../img/assets/chalk-line.png) 50 round;
	-moz-border-image: url(../img/assets/chalk-line.png) 50 round;
	-khtml-border-image: url(../img/assets/chalk-line.png) 50 round;
	border-image-width: 7px;
	border-left: 0;
	border-right: 0;
	margin-top: 70px;
}

nav ul {
	padding: 0;
}

nav ul li {
	display: inline-block;
	text-align: center;
	margin-right: 86px;
	padding: 0;
}

nav ul li:first-child {
	text-align: left;
}

nav ul li:nth-child(4) {
	text-align: right;
	margin-right: 0;
}

nav ul li a {
	font-family: "Crayon Crumble";
	color: #fff;
	font-size: 1.92em;
	text-decoration: none;
	text-transform: uppercase;
}

nav ul li a span {
	font-size: 0.5em;
}

nav ul li .active {
	color: #F8503B;
}

nav ul li a:hover {
	color: #F8503B;
}



/*------------------------
***** HOME / ACCUEIL *****
------------------------*/

.container {
	width: 800px;
	margin: auto;
	margin-top: 300px;
}

.title-accueil {
	background-position: 280px;
}

.divider {
	background-image: url(../img/assets/chalk-line.png);
	background-size: 100% 10px;
	height: 10px;
}


/*--- SLIDER ---*/

.article-container {
	overflow: hidden;
	padding: 20px 0;
	position: relative;
	height: 230px;
	margin-bottom: 10px;
}

.article-container-2 {
	height: 180px;
}

.article-container-big {
	height: 280px;
}

.article-container-big-2 {
	height: 320px;
}

.arrow {
	position: absolute;
	width: 100px;
	z-index: 100;
	top: 50px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform-origin: center center;
}

.arrow-prev {
	transform: rotate(90deg);
	left: 10px;
}

.arrow-next {
	transform: rotate(-90deg);
	right: 10px;
}

.arrow-prev:hover {
	cursor: pointer;
	transform: rotate(90deg) scale(1.05);
	left: 10px;
}

.arrow-next:hover {
	cursor: pointer;
	transform: rotate(-90deg) scale(1.05);
	right: 10px;
}

.article {
	width: 1000%;
	height: 100%;
	position: absolute;
	left: 0;
}

.article-big {
	width: 1800%;
}

.art-container {
	width: 10%;
	float: left;
}

.article-big .art-container {
	width: 5.5556%;
}

.art {
	width: 70%;
	margin: auto;
	display: table;
}

.art-big {
	width: 90%;
}

.article .art .img-container {
	display: table-cell;
	width: 40%;
	vertical-align: middle;
}

.article-big .art .img-container {
	padding: 0 3px;
}

.article .art .img {
	position: relative;
	float: right;
	transform: rotate(5deg);
	transform-origin: top center;
}

.article .art .img:hover {
	animation: rotate_ 1s;
	-webkit-animation: rotate_ 1s;
    -moz-animation: rotate_ 1s;
    -o-animation: rotate_ 1s;
    animation: rotate_ 1s;
}

.article .art .img-chalk {
	transform: none;
}

.article .art .img-chalk:hover {
	animation: none;
	box-shadow: none;
}

.article .art .img::before {
	position: absolute;
	margin-top: -10px;
    content: '';
    background-image: url(../img/assets/scotch-tape.png);
    background-size: 70px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
}

.article .art .img-chalk::before {
    background-image: none;
}

.article .art .img img {
	height: 200px;
	box-shadow: 5px 10px 20px rgba(0,0,0,0.7);
}

.article .art .img-chalk img {
	box-shadow: none;
}

.article .art .img-chalk:hover img {
	box-shadow: none;
}

.article .art .text {
	font-family: "Crayon Crumble";
	font-size: 1.3em;
	text-align: left;
	color: #fff;
	padding-left: 30px;
	display: table-cell;
	vertical-align: middle;
}

.article .art .text h3 {
	color: #F8503B;
}

.article .art .text span {
	display: block;
	padding: 7px 0 7px 30px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.article .art .text span:before {
	position: absolute;
	margin-top: -10px;
	margin-left: -30px;
    content: '';
    width: 30px;
    height: 30px;
	background-image: url(../img/assets/chalk-arrow-2.png);
	background-size: 30px;
	background-position: left -4px;
	background-repeat: no-repeat;
	transform-origin: center center;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slider-artist {
	margin-bottom: 30px;
}

.slider-artist .art .img {
	float: none;
	transform: none;
}

.slider-artist .art .img::before {
	width: 100%;
    display: block;
}

.slider-artist .article .art .img:hover {
	animation: rotate 1s;
	cursor: pointer;
}

.article a {
	text-decoration: none;
	color: #fff;
}

.article:hover h3 a {
	color: #F8503B;
}

/*.article:hover .art .text span:before {
	transform: rotate(-360deg);
}*/

.article:hover .art .img img {
	box-shadow: 5px 10px 40px rgba(0,0,0,0.7);
}

.article:hover .art .img-chalk img {
	box-shadow: none;
}

.slider-fullscreen {
	background: rgba(0, 0, 0, 0.9);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1001;
	display: none;
}

.slider-fullscreen .img-fullscreen {
	height: 600px;
	padding: 100px;
}

.slider-fullscreen span {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	margin: 0 50px;
	font-family: "Crayon Crumble";
	font-size: 5em;
	transform-origin: center center;
	transform: rotate(45deg);
}

.slider-fullscreen span:hover {
	color: #F8503B;
	cursor: pointer;
}

.slider-fullscreen .arrow {
	top: 300px;
}

.slider-fullscreen .arrow-prev {
	left: 20px;
}

.slider-fullscreen .arrow-next {
	right: 20px;
}


/*---------------
***** ABOUT *****
---------------*/

.about {
	font-family: Arial, sans-serif;
	color: #fff;
	text-align: left;
	padding: 30px 0;
}

.about span {
	background-image: url(../img/assets/manu.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center left;
    display: block;
    padding: 7px 0 7px 70px;
}



/*-----------------
***** ARTISTS *****
-----------------*/

.artists-container {
	margin: 50px 0;
}

.artists {
	width: 50%;
	float: left;
	margin: 30px 0;
}

.artists .img {
	position: relative;
	display: inline-block;
	transform-origin: top center;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.artists .img::before {
	position: absolute;
	margin-top: -10px;
    content: '';
    background-image: url(../img/assets/scotch-tape.png);
    background-size: 70px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
}

.artists .img img {
	height: 200px;
	box-shadow: 5px 10px 20px rgba(0,0,0,0.7);
}

.artists:hover a {
	color: #F8503B;
}

.artists:hover img {
	height: 200px;
	box-shadow: 5px 10px 40px rgba(0,0,0,0.7);
}

.artists .img:hover {
	animation: rotate 1s;
	-webkit-animation: rotate 1s;
    -moz-animation: rotate 1s;
    -o-animation: rotate 1s;
    animation: rotate 1s;
}

.artists .text {
	font-family: "Crayon Crumble";
	font-size: 1.3em;
	text-align: center;
	color: #fff;
}

.artists .text h3 {
	margin: 10px 0 0 0;
}

.artists a {
	color: #fff;
	text-decoration: none;
}


/*----------------
***** ARTIST *****
----------------*/

.artist-title {
	margin: 50px 0;
}

.artist-title h2 {
	margin: 0;
}

.artist-title .cover {
	position: relative;
	width: 100%;
	padding-bottom: 5px;
}

.artist-title .img-cover {
	width: 100%;
}

.artist-title .img-cover-container {
	position: relative;
	width: 94%;
	margin: auto;
}

.artist-title .img-cover-container::before, .artist-intro .img-cover-container::after {
	content: '';
	position: absolute;
	z-index: -1;
	box-shadow: 0 0 30px rgba(0,0,0,0.9);
	border-radius: 30%;
}

.artist-title .img-cover-container::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 98%;
}

.artist-title .img-cover-chalk {
	width: 500px;
	display: block;
	margin: auto;
}

.artist-title .img-title {
	margin-bottom: 50px;
}

.artist-title .scotch {
	position: absolute;
	background-image: url(../img/assets/scotch-tape.png);
    background-size: 70px;
    background-repeat: no-repeat;
    width: 100px;
    height: 20px;
}

.artist-title .scotch-1 {
	left: 0;
	top: 3px;
	transform: rotate(-30deg);
    background-position: left;
    margin-top: -10px;
}

.artist-title .scotch-2 {
	right: 0;
	top: 3px;
	transform: rotate(30deg);
	background-position: right;
	margin-top: -10px;
}

.artist-title .scotch-3 {
	bottom: 0;
	transform: rotate(30deg);
    background-position: left;
    margin-top: 10px;
}

.artist-title .scotch-4 {
	bottom: 0;
	right: 0;
	transform: rotate(-30deg);
    background-position: right;
    margin-top: 10px;
}

.artist-intro {
	margin: 50px 0;
}

.artist-intro-0 {
	margin: 0 0 50px 0;
}

.artist-text {
	display: table;
}

.artist-text-2 {
	margin-top: 40px;
}

.artist-text .text {
	font-family: Arial, sans-serif;
	text-align: justify;
	color: #fff;
	margin-left: 30px;
	display: table-cell;
	line-height: 1.5em;
	vertical-align: middle;
	padding: 0 20px;
}

.artist-text .img-container {
	display: table-cell;
	width: 40%;
	vertical-align: middle;
}

.artist-text .img {
	position: relative;
	transform: rotate(-5deg);
	display: inline-block;
}

.artist-text img {
	height: 200px;
	box-shadow: 5px 10px 20px rgba(0,0,0,0.7);
}

.artist-text .img-big {
	height: 300px;
}

.artist-text .img-chalk {
	transform: none;
}

.artist-text .img-chalk img {
	box-shadow: none;
}

.artist-text .img::before {
	position: absolute;
	margin-top: -10px;
	content: '';
	background-image: url(../img/assets/scotch-tape.png);
	background-size: 70px;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 20px;
}

.artist-text .img-chalk::before {
	background-image: none;
}

.artist-quote {
	font-family: "Crayon Crumble";
	font-size: 1.3em;
	color: #fff;
	margin: 50px 0;
}

.article .art .artist-img-slider {
	position: relative;
	display: inline-block;
	transform: none;
	float: none;
}

.video {
	position: relative;
	width: 100%;
	padding-bottom: 5px;
}

.video-2 {
	margin-top: 50px;
}

.video iframe {
	width: 100%;
	height: 423px;
}

.video .iframe-container {
	position: relative;
	width: 94%;
	margin: auto;
}

.video .iframe-container::before, .video .iframe-container::after {
	content: '';
	position: absolute;
	z-index: -1;
	box-shadow: 0 0 30px rgba(0,0,0,1);
	border-radius: 30%;
}

.video .iframe-container::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 98%;
}

.video .scotch {
	position: absolute;
	background-image: url(../img/assets/scotch-tape.png);
    background-size: 70px;
    background-repeat: no-repeat;
    width: 100px;
    height: 20px;
}

.video .scotch-1 {
	left: 0;
	top: 3px;
	transform: rotate(-30deg);
    background-position: left;
    margin-top: -10px;
}

.video .scotch-2 {
	right: 0;
	top: 3px;
	transform: rotate(30deg);
	background-position: right;
	margin-top: -10px;
}

.video .scotch-3 {
	bottom: 0;
	transform: rotate(30deg);
    background-position: left;
    margin-top: 10px;
}

.video .scotch-4 {
	bottom: 0;
	right: 0;
	transform: rotate(-30deg);
    background-position: right;
    margin-top: 10px;
}

.artist-link {
	color: #fff;
	font-family: "Crayon Crumble";
	font-size: 1.3em;
	display: inline-block;
	background-image: url(../img/assets/chalk-arrow-2.png), url(../img/assets/chalk-arrow-3.png);
    background-size: 30px;
    background-position: left -4px, right -4px;
    background-repeat: no-repeat;
    padding: 7px 30px 7px 30px;
}

.artist-link:hover {
	color: #F8503B;
}

.photo-container, .agenda-container, .docs-container {
	margin-bottom: 50px;
}

.agenda {
	display: table;
	margin: auto;
	margin-bottom: 50px;
}

.agenda-date {
	padding: 10px;
	display: table-row;
}

.agenda-date span:nth-child(1) {
	display: table-cell;
	text-align: right;
	width: 50%;
	padding: 5px;
}

.agenda-date span:nth-child(2) {
	display: table-cell;
	text-align: left;
	width: 50%;
	padding: 0 20px;
}

.agenda-container-2 .agenda-date span:nth-child(1) {
	width: 50%;
}

.agenda-container-2 .agenda-date span:nth-child(2) {
	width: 50%;
}

.agenda-container-3 .agenda-date span:nth-child(1) {
	width: 40%;
}

.agenda-container-3 .agenda-date span:nth-child(2) {
	width: 60%;
}

.agenda span {
	display: block;
	color: #fff;
	font-family: "Crayon Crumble";
	font-size: 1.3em;
}

.agenda-2 {
	margin-bottom: 0;
}

.agenda-2 .agenda-date span {
	text-align: center;
}

.docs-container .img {
	transform: rotate(-5deg);
}

/*.docs-container .art .img-container {
	vertical-align: initial;
}*/

.docs-container a {
	color: #fff;
	text-decoration: underline;
}

.docs-container a:hover {
	color: #F8503B;
}

.contacts-container {
	margin-bottom: 50px;
}

.contact-container {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	font-family: 'Crayon Crumble';
	font-size: 1.3em;
	color: #fff;
	width: 200px;
	margin: auto;
	text-align: center;
}

.contact-table {
	display: table;
	margin: 10px auto;
}

.contact-table .contact-table-row {
	display: table-row;

}

.contact-table .contact-table-row span {
	display: table-cell;
	padding: 3px 10px;
}

.contact-table .contact-table-row span:first-child {
	text-align: right;
}

.contact-table .contact-table-row span:nth-child(2) {
	text-align: left;
}

.contact-span {
	margin: 10px 0;
}

.contact-span a {
	color: #fff;
}

.artist-story {
	margin: 50px 0;
}

.artist-story h3 {
	font-size: 1.6em;
}


/*-----------------
***** CONTACT *****
-----------------*/

.contact {
	background: url(../img/assets/contact-frame.png) center top no-repeat;
	background-size: contain;
	font-family: "Crayon Crumble";
	font-size: 1.3em;
	color: #fff;
	padding: 60px 0;
	margin: 50px;
}


/*---------------
***** LEGAL *****
---------------*/

.legal {
	font-family: Arial, sans-serif;
	color: #fff;
	margin: 0 0 50px;
}


/*----------------
***** FOOTER *****
----------------*/

.footer-container {
	padding: 20px 0;
	background-image: url(../img/assets/epictout-design-footer.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.footer-table {
	display: table;
	margin: 10px auto;
}

.footer-table .footer-table-row {
	display: table-row;

}

.footer-table .footer-table-row span {
	display: table-cell;
	padding: 3px 10px;
}

.footer-table .footer-table-row span:first-child {
	text-align: right;
}

.footer-table .footer-table-row span:nth-child(2) {
	text-align: left;
}

.footer-span {
	margin: 10px 0;
}

.footer-span a {
	color: #fff;
}



/*-------------------
***** ANIMATION *****
-------------------*/

@-webkit-keyframes rotate_ {
  0% {
    -webkit-transform: rotate(5deg); 
  }
  30% {
     -webkit-transform: rotate(-5deg); 
  }
  60% {
     -webkit-transform: rotate(10deg); 
  }
  100% {
     -webkit-transform: rotate(5deg); 
  }
}

@-moz-keyframes rotate_ {
  0% {
    -moz-transform: rotate(5deg); 
  }
  30% {
     -moz-transform: rotate(-5deg); 
  }
  60% {
     -moz-transform: rotate(10deg); 
  }
  100% {
     -moz-transform: rotate(5deg); 
  }
}

@-o-keyframes rotate_ {
  0% {
    -o-transform: rotate(5deg); 
  }
  30% {
     -o-transform: rotate(-5deg); 
  }
  60% {
     -o-transform: rotate(10deg); 
  }
  100% {
     -o-transform: rotate(5deg); 
  }
}

@keyframes rotate_ {
  0% {
    transform: rotate(5deg); 
  }
  30% {
     transform: rotate(-5deg); 
  }
  60% {
     transform: rotate(10deg); 
  }
  100% {
     transform: rotate(5deg); 
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg); 
  }
  30% {
     transform: rotate(5deg); 
  }
  60% {
     transform: rotate(-5deg); 
  }
  100% {
     transform: rotate(0deg); 
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); 
  }
  30% {
     -webkit-transform: rotate(5deg); 
  }
  60% {
     -webkit-transform: rotate(-5deg); 
  }
  100% {
     -webkit-transform: rotate(0deg); 
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg); 
  }
  30% {
     -moz-transform: rotate(5deg); 
  }
  60% {
     -moz-transform: rotate(-5deg); 
  }
  100% {
     -moz-transform: rotate(0deg); 
  }
}

@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg); 
  }
  30% {
     -o-transform: rotate(5deg); 
  }
  60% {
     -o-transform: rotate(-5deg); 
  }
  100% {
     -o-transform: rotate(0deg); 
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg); 
  }
  30% {
     transform: rotate(5deg); 
  }
  60% {
     transform: rotate(-5deg); 
  }
  100% {
     transform: rotate(0deg); 
  }
}


/*--------------------
***** MEDIA TAGS *****
--------------------*/

/*--- Max width 1250px ---*/

@media screen and (max-width: 800px) {
	body {
		margin: 0;
		margin-top: 0;
	    background-image: url(../img/assets/epictout-design.png), url(../img/assets/seamless-chalk-background-comp.jpg);
	    background-size: 400px, 800px;
	    background-position: center 100px, left top;
	    background-repeat: no-repeat, repeat;
	    font-size: 1.1em;
	}
	.container {
		width: 100%;
		margin-top: 0;
	}
	h1 {
		margin-top: 220px;
		margin-bottom: 0;
		background-size: 250px;
	}
	h2 {
		margin: 10px; auto;
	}
	.m-nav {
		display: block;
	}
	.d-nav {
		display: none;
	}
	nav {
		margin-top: 0;
	}
	nav ul {
		margin: 10px;
	}
	nav ul li {
		display: none;
		margin: 0;
		text-align: center;
	}
	nav ul li:first-child {
		display: block;
	    text-align: center;
	}
	nav ul li:nth-child(4) {
	    text-align: center;
	    margin: 0;
	}
	.title-acceuil {
    	background-position: center;
	}
	.article-container {
	    height: 400px;
	}
	.article-container-big {
		height: 500px;
	}
	.arrow {
		top: auto;
	    bottom: -20px;
	}
	.art {
	    width: 90%;
	    display: block;
	}
	.article .art .img-container {
	    display: block;
	    width: 100%;
	}
	.article .art .img {
	    float: none;
	}
	.article .art .img::before {
		display: block;
	}
	.article .art .text {
	    padding-left: 0;
	    margin-top: 20px;
	    display: block;
	}
	.about {
		padding: 20px;
	}
	.artists-container {
	    margin: 0;
	}
	.artists {
	    width: 100%;
	    float: none;
	    margin: 30px 0 50px;
	}
	.artist-text {
	    display: block;
	}
	.artist-text .text {
	    display: block;
	    margin-left: 0;
	}
	.agenda {
	    display: block;
	}
	.agenda-date {
	    display: block;
	}
	.agenda-date span:nth-child(1), .agenda-date span:nth-child(2) {
    	display: block;
    	text-align: center;
    	width: 100%;
    	padding: 0;
    }
    .video iframe {
    	width: 100%;
    	height: 200px;
	}
	.slider-fullscreen .img-fullscreen {
	    height: auto;
	    width: 100%;
	    padding: 100px 0 0;
	}
	.slider-fullscreen .arrow {
	    top: auto;
	}
	.slider-fullscreen span {
	    position: absolute;
	    top: auto;
	    right: auto;
	    width: 100%;
	    bottom: 0;
	    color: #fff;
	    margin: 0;
	    font-family: "Crayon Crumble";
	    font-size: 5em;
	    transform-origin: center center;
	    transform: rotate(45deg);
	}
	.contact {
		background: none;
		padding: 0;
		margin: 0;
	}
}

