/**** STYLESHEET ****/


/*** GENERAL ***/

@font-face {
    font-family: "Gorditas";
    src: url(../font/gorditas/Gorditas-Regular.ttf);
}

@font-face {
    font-family: "Maru";
    src: url(../font/maru/maru.ttf);
}


body {
	margin: 0;
	padding: 0;
	font-family: Maru, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	background-image: url(../img/wittylook/wittylook-circus5.jpg);
	background-size: cover;
	background-attachment: fixed;
}

h1 {
	text-indent: -9999px;
}

h2 {
	margin: 30px 0;
	padding: 10px 0;
	border-bottom: 5px solid #fff;
	font-family: "Gorditas";
	font-size: 1.5em;
	color: #fff;
}

h3 {
	font-family: "Gorditas";
	color: #fff;
	display: block;
}

section {
	border-radius: 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.61);
}


/*** HEADER ***/


/** LOGO **/

.logo {
	background-image: url(../img/wittylook/wittylook-logo.png);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 101;
	width: 30%;
	height: 145px;
	float: left;
	position: fixed;
	margin-left: 5%;
	margin-top: 20px;
	background-size: 140px;
	background-position: center left;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.logo a {
	font-weight: bold;
	font-size: 2em;
	color: #FFF;
	float: right;
	text-decoration: none;
	padding-top: 30px;
	width: 100%;
	height: 100%;
}

.logo-pageScroll {
	margin-top: 0px;
	height: 50px;
	background-size: 100px;
}


/** MAIN NAVIGATION **/


/* DESKTOP NAV */

.mainnav {
	background-color: rgba(184, 30, 231, 0.5);
	width: 100%;
	margin: 70px 0 0 10%;
	height: 50px;
	position: fixed;
	z-index: 100;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.mainnav-pageScroll {
	background-color: #fff;
	color: #000;
	height: 50px;
	margin: 0px 0 0 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.mainnav * {
	-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;
}

.mainnav ul {
	height: 100%;
	padding: 0 4% 0 10%;
	width: 90%;
	margin: 0 1% 0 1%;
}

.mainnav-pageScroll ul {
	margin-left: 10%;
}

.mainnav ul li {
	display: inline;
	/*  width: 16.66%;*/
	list-style: none;
	text-align: center;
}

.mainnav ul li.active a {
	border-bottom: 1px solid #FFF;
}

.mainnav ul li a {
	display: block;
	padding: 12px 2% 0 5%;
	float: left;
	text-decoration: none;
	font-weight: 100;
	color: #fff;
	font-family: "Gorditas";
	font-size: 1.4em;
	opacity: 1;
}

.mainnav-white ul li a {
	color: #fff;
}

.mainnav-pageScroll ul li a {
	color: #000;
}

.mainnav ul li a:hover {
	color: #ffc400;
}


/* MOBILE NAV */

.m-mainnav-btn {
	display: none;
	width: 50px;
	height: 45px;
	position: fixed;
	margin: 18px;
	z-index: 101;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	z-index: 103;
}

.m-mainnav-btn span {
	display: block;
	height: 4px;
	width: 100%;
	background: #000;
	opacity: 1;
	left: 0;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	cursor: pointer;
}

.m-mainnav-btn span:nth-child(1) {
	margin-top: 0px;
}

.m-mainnav-btn span:nth-child(2),
.m-mainnav-btn span:nth-child(3) {
	margin-top: 18px;
}

.m-mainnav-btn span:nth-child(4) {
	top: 36px;
}

.m-mainnav-btn.open span:nth-child(1) {
	margin-top: 18px;
	width: 0%;
	left: 50%;
}

.m-mainnav-btn.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m-mainnav-btn.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.m-mainnav-btn.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.m-mainnav {
	display: none;
	position: fixed;
	padding-top: 75px;
	background: rgba(255, 255, 255, 0.95);
	width: 100%;
	border-bottom: 1px solid #000;
	z-index: 102;
}

.m-mainnav ul {
	padding: 0;
	width: 100%;
	margin: auto;
}

.m-mainnav ul li {
	width: 100%;
	list-style: none;
}

.m-mainnav ul li a:hover {
	border-bottom: 1px solid #CCC;
	color: #CCC;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.m-mainnav ul li a {
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 1.5em;
	display: block;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


/*** MAIN ***/


/** TITLE **/


/* INDEX TITLE */

.title-barto {
	display: table;
	color: #FFF;
	font-size: 2em;
	text-align: center;
	width: 100%;
	height: 100vh;
	background-color: purple;
	background-image: url(../img/wittylook/wittylook-stage3_2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	-webkit-background-attachment: fixed;
	z-index: 1092;
	border-bottom: 10px solid #fff;
}

.title .bounce {
	position: absolute;
	left: 46%;
	bottom: 30px;
	margin: auto;
	background-image: url(../img/arrow-down-black.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 25px;
	width: 8%;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}

.title-barto .bounce {
	background-image: url(../img/arrow-down.png);
}

.title a {
	display: block;
	position: relative;
	bottom: 30px;
	margin: auto;
	height: 100px;
	width: 100px;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
	}
}

@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
	}
}

@-o-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-o-transform: translateY(0);
	}
	40% {
		-o-transform: translateY(-30px);
	}
	60% {
		-o-transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}

.title h1,
.title-barto h1 {
	display: table-cell;
	vertical-align: middle;
}


/* SLIDER */

.slider-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 43px;
}

.slider {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.slider ul {
	width: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
	height: 200px;
	list-style: none;
}

.slider ul li {
	overflow: hidden;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 500px;
	height: 300px;
	text-align: center;
	line-height: 300px;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
}


/** TEXT **/


/* INDEX TEXT */

.show {
	margin: 20%;
	padding: 3%;
	background-size: cover;
	-webkit-background-size: cover;
	background-attachment: fixed;
	background-position: center;
	border-bottom: 10px solid #ffd800;
}

.show,
.acts {
	background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)), url(../img/wittylook/wittylook-circus5.jpg);
}

.bio {
	background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/barto/barto-2.jpg);
}

.bio-fr {
	display: none;
}

.bio-de {
	display: none;
}


/* SHOW */

.show>div {
	width: 90%;
	margin: auto;
	text-align: left;
}

.show>div>p {
	float: right;
	text-align: right;
	padding-left: 25px;
	display: inline-block;
}

.show>div>p:hover {
	cursor: pointer;
	color: #838383;
}

.show>div>.selected {
	color: #838383;
}

.show div .show-fr {
	display: none;
}

.show div .show-nl {
	display: none;
}

.show div .show-it {
	display: none;
}

.show div .show-es {
	display: none;
}

.show div .show-jp {
	display: none;
}

.show p {
	text-align: left;
	line-height: 1.5em;
	padding: 0;
}

.a1-text {
	font: normal 20px/30px Maru, sans-serif;
	font-weight: bold;
	height: 30px;
	margin: 0 10px 0 0;
	float: left;
}

.a1-wrapper {
	font: normal 20px/30px Maru, sans-serif;
	font-weight: bold;
	float: left;
	overflow: hidden;
	position: relative;
	height: 30px;
}

.animation1 {
	height: 30px;
	display: inline-block;
	color: #fff;
	position: relative;
	white-space: nowrap;
	top: 0;
	left: 0;
	-webkit-animation: move 8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-delay: 1s;
}

@keyframes move {
	0% {
		top: 0px;
	}
	16.66% {
		top: -30px;
	}
	33.33% {
		top: -60px;
	}
	49.99% {
		top: -90px;
	}
	66.66% {
		top: -120px;
	}
	83.33% {
		top: -150px;
	}
}

#carousel-en, #carousel-jp {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#carousel-jp {
	display: none;
}

#slides-en, #slides-jp {
	overflow: hidden;
	width: 100%;
	margin: auto;
}

#slides-en>ul, #slides-jp>ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#slides-en>ul>li, #slides-jp>ul>li {
	width: 100%;
	vertical-align: top;
}


/* Styling for prev and next buttons */

.btn-bar {
	max-width: 346px;
	margin: 0 auto;
	display: block;
	position: relative;
	top: 40px;
	width: 100%;
}

#buttons {
	padding: 0 0 5px 0;
	float: right;
}

.btn-awards {
	background-image: url(../img/arrows-left-about.png);
}

.btn-about1 {
	background-image: url(../img/arrows-left-history.png);
}

.btn-about2 {
	background-image: url(../img/arrows-right-awards.png);
}

.btn-history {
	background-image: url(../img/arrows-right-about.png);
}

a#prev:hover,
a#next:hover {
	color: #FFF;
	text-shadow: .5px 0px #b14943;
}

.quote-phrase {
	padding: 3%;
	display: table-cell;
	vertical-align: middle;
}

.quote-phrase {
	color: #FFF;
}

.quote-marks {
	font-size: 30px;
	padding: 0 3px 3px;
	position: inherit;
}

.quoteContainer {
	width: 100%;
}

.quoteContainer>div {
	display: table-cell;
	vertical-align: middle;
}

.quoteContainer>div:nth-child(3) {
	display: none;
}

.btn-carousel {
	border: 3px solid #fff;
	display: table;
	box-sizing: border-box;
	width: 100%;
}

.btn-carousel ul {
	padding: 0;
	margin: 0;
	display: table-row;
}

.btn-carousel ul li {
	display: inline;
	border-right: 3px solid #fff;
	padding: 15px;
	display: table-cell;
	text-align: center;
	font-family: "Gorditas";
}

.btn-carousel ul li:hover {
	background: #fff;
	color: #000;
	cursor: pointer;
}

.active {
	background: #fff;
	color: #000;
}

.btn-carousel ul li:last-child {
	border-right: none;
}


/*
.awards1 {
	display: table;
}

.awards1 > div {
	display: table-row;
	width: 1000px;
}

.awards {
	
}

.awards>div {
	white-space: normal;
	display: table-cell;
	text-align: center;
	width: 100px;
	padding: 0;
	margin-bottom: 30px;
}

.awards>div>div {
	width: 50%;
	height: 8vw;
	margin: 0 auto 20px;
	background-size: cover;
	border-radius: 100%;
	border: 3px solid #ffec00;
}

.awards .award-1 div {
	background-image: url(../img/wittylook/awards/muncaster.png);
}

.awards .award-2 div {
	background-image: url(../img/wittylook/awards/ascona.jpg);
}

.awards .award-3 div {
	background-image: url(../img/wittylook/awards/durham.jpg);
}

.awards .award-4 div {
	background-image: url(../img/wittylook/awards/kobe.jpg);
}

.awards .award-5 div {
	background-image: url(../img/wittylook/awards/geiwan.jpg);
}

.awards .award-6 div {
	background-image: url(../img/wittylook/awards/asaichi.jpg);
}

.awards .award-7 div {
	background-image: url(../img/wittylook/awards/ario.jpg);
}

.awards .award-8 div {
	background-image: url(../img/wittylook/awards/fukuyama.jpg);
}
*/


/** VIDEO **/

.acts {
	padding: 2% 5%;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

.acts>div {
	width: 100%;
	margin: auto;
}

.acts>div>p {
	float: right;
	width: 30px;
	text-align: right;
	padding-left: 10px;
	display: inline-block;
}

.acts>div>p:hover {
	cursor: pointer;
	color: #838383;
}

.acts>div>.selected {
	color: #838383;
}

.acts div .acts-fr {
	display: none;
}

.acts div .acts-nl {
	display: none;
}

.acts p {
	line-height: 1.5em;
}

.acts .acts-video div {
	float: left;
	width: 47.5%;
}

.acts .acts-video div:nth-child(1) {
	margin-right: 5%;
}

.acts .acts-video div iframe {
	width: 42.5vw;
	height: 24vw;
}

/*--- PHOTO - VIDEO ---*/

.post-container-detail {
	float: left;
	width: 33.33%;
}

.post-wrapper {
	margin: 50px 0 20px;
}

.video, .resume {
	margin: auto;
	text-align: center;
	display: block;
}

.video:hover, .resume:hover {
	cursor: pointer;
}

.video span, .resume a {
	padding: 10px;
	border: 3px solid #fff;
	font-family: "Gorditas";
	color: #fff;
	text-decoration: none;
}

.post-cover .cover img {
	opacity: 0.8;
	-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;
	width: 100%;
}

.post-cover:hover .cover img {
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	opacity: 1;
}

.post-cover:hover .design-cover {
	cursor: pointer;
	opacity: 0.8;
}

.fullscreen {
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 200;
}

.fullscreen > div {
	display: table;
	padding-top: 160px;
	position: absolute;
	width: 100%;
}

.fullscreen > div > div {
	display: table-cell;
	vertical-align: middle;
}

.fullscreen > div > div > div {
	margin: auto;
	width: 70%;
}

.fullscreen > div > div > div video {
	height: 39.4vw;
	width: 70vw;
}

.fullscreen > div > div > div img {
	width: 100%;
}


/* AGENDA */

.agenda {
	border-bottom: 10px solid #fff;
}

.agenda>div {
	display: table;
	width: 80%;
	padding: 10%;
	background: url(../img/wittylook/wittylook-stage2.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.agenda>div h2 {
	color: #fff;
	margin: 0 0 3% 0;
}

.agenda > div > div {
	background: #000;
	padding: 5%;
}

.juicer-feed {
	height: 1000px;
	overflow: scroll;
}

.referral {
	display: none !important;
}

.juicer {
	display: none !important;
}

.news {
	position: relative;
  width: 100vw;
  box-sizing: border-box;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
	transform-style: inherit;
}

.news img {
  position: absolute;
  top: 50%;
  left: 35%;
  width: 320px;
  height: 240px;
  transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
  padding: 10px;
  border-radius: 5px;
  background: rgba(240,230,220, .7);
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}


/* REFERENCES */

.references {
	padding: 5%;
}

.references div h3 {
	color: #FFF;
	background: #606060;
	padding: 10px;
}

.references div h3 img {
	padding-left: 10px;
	height: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.references div h3 img.rotate {
	padding-right: 10px;
	transform: rotate(180deg);
}

.references>div>div {
	display: none;
	width: 98%;
	padding: 1%;
}

.references>div>div>div>div {
	width: 98%;
	padding: 1%;
}

.references>div>div>div>div:nth-child(1) {
	border-bottom: 1px solid #000;
}

.references .onclick {
	background: #606060;
	color: #FFF;
}

.references>div>div>div>div:nth-child(2) {
	display: none;
}

.references>div>div>div>div>div {
	width: 98%;
	padding: 0 1%;
}

.references>div>h3:hover {
	cursor: pointer;
	background: #505050;
}

.references>div>div>div>div:nth-child(1):hover {
	cursor: pointer;
	background: #505050;
	color: #FFF;
}


/** CONTACT **/

.contact {
	background: #000;
}


/** FOOTER **/

footer {
	padding: 0 4% 0 4%;
	width: 92%;
	margin: 0;
	border-top: 5px solid #fff;
	position: absolute;
	height: 70px;
	background: #000;
}

footer>div {
	width: 100%;
	text-align: center;
}

footer .copyright {
	display: table;
	height: 100%;
}

footer .copyright a {
	text-decoration: none;
}

footer .copyright p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

footer div p a {
	color: #fff;
}

footer .webdesign {
	float: left;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 63px;
	margin-top: 7px;
	background: url(../img/logo-white.png);
  background-size: 50px;
  background-repeat: no-repeat;
}

footer .webdesign {
	overflow: hidden;
}

footer .webdesign a {
	opacity: 0;
}


/*** OTHER ***/


/** CLEARFIX **/

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}


/** MOBILE **/

@media screen and (max-width: 1200px) {
	.mainnav ul {
		padding: 0 0 0 90px;
	}
	.mainnav ul li a {
		padding: 12px 2% 0 2%;
	}
}


/* MAX 900PX */

@media screen and (max-width: 900px) {
	.title-barto {
		background-position: right center;
	}
	.logo {
		width: 100%;
		background-position: center;
		background-size: 200px;
		margin: 10px 0 0 0;
		height: 210px;
	}
	.logo-pageScroll {
		height: 75px;
		margin: 0;
		background-position: center -91px;
	}
	.mainnav {
		height: 75px;
		background-color: rgba(0, 0, 0, 0);
	}
	.mainnav-pageScroll {
		background-color: #fff;
	}
	.mainnav ul li {
		display: none;
	}
	.m-mainnav-btn {
		display: block;
		cursor: pointer;
	}
	.acts .acts-video div {
		float: left;
		width: 100%;
	}
	.acts .acts-video div:nth-child(1) {
		margin-right: 0;
	}
	.acts .acts-video div iframe {
		width: 100%;
		height: 50vw;
	}
	.quote-phrase {
		display: block;
	}
	.quoteContainer>div {
		display: block;
		vertical-align: middle;
	}
	.quoteContainer>div:nth-child(1) {
		display:none;
	}
	.quoteContainer>div:nth-child(3) {
		position: relative;
		display:block;
		width: 50%;
	}
	.quoteContainer>div:nth-child(4) {
		display:block;
		width: 50%;
	}
	.quoteContainer>div:nth-child(4) a {
		right: 0;
		position: absolute;
	}
}


/* MAX 775PX */

@media screen and (max-width: 775px) {
	.title-barto {
    background-attachment: scroll;
  }
	.show, .acts {
		margin: 0;
	}
	.agenda > div {
		width: 100%;
		padding: 0;
	}
	.show div {
		width: 100%;
	}
	.show div iframe {
		width: 100%;
		height: 50vw;
	}
	.acts div {
		width: 100%;
	}
	.acts div div {
		float: none;
		width: 98%;
	}
	.acts div iframe {
		width: 90vw;
		height: 50vw;
	}
	.agenda .agenda-top {
		display: none;
	}
	.agenda>div>div {
		display: block;
	}
	.agenda div div div {
		display: block;
	}
	.agenda>div>div>div:nth-child(1) {
		display: none;
	}
	.agenda>div>div>div>div:nth-child(1) {
		background: #606060;
		color: #FFF;
		width: 100%;
	}
	.agenda div div div div {
		display: block;
		width: 100%;
	}
	.video span, .resume a {
		font-size: 1.2em;
	}
	.a1-text, .a1-wrapper {
		font-size: 17px;
	}
}
