/********
    RESET CSS
********/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*:focus {
    outline: none;
   }


/********
    MAIN CSS
********/

::-moz-selection {
    color: #141d2b;
    background: #FBFE56;
}

::selection {
    color: #141d2b;
    background: #FBFE56;
}


html {
        
    /* Adjust font size */
        font-size: 100%;
        -webkit-text-size-adjust: 100%;
    /* Font varient */
        font-variant-ligatures: none;
        -webkit-font-variant-ligatures: none;
    /* Smoothing */
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
        background: #396afc;
}

body {
    font-family: "halyard-text",sans-serif;
    font-style: normal;
    font-weight: 200;
    background: #FFF;
    }

h1 {
    font-size: 205px;
    color: #396afc;
    line-height: 205px;
    letter-spacing: 10px;
}

header h1 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.02em;
}

h1 span {
    opacity: 0.3;
    display: block;
}

h2 {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 5px;
    font-weight: bold;
    display:  inline-block;
}

h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 0.04em;
}   

em {
    font-style: italic;
    position: relative;
    display: inline-block;
    z-index: 2}

.strikethrough {
    text-decoration: line-through;
}

a.underline {
    position: relative;
    text-decoration: none;
    color: #000;}
    a.underline:hover {
    color: #396AFB;
    }
    a.underline:before {
        content: "";
        position: absolute;
        left: 2px;
        bottom: 2px;
        width: 100%;
        height: 8px;
        background: #FBFE56;
        z-index: 1;
        }
    a.underline span {
        position: relative;
        z-index: 2;}

header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 75px 0px 0 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 4;
    }
    @media only screen and (max-width: 600px) {
        header { 
            padding: 25px 25px 0 25px;
        } 
    }
    @media only screen and (min-width: 601px) and (max-width: 1024px)  {
        header { 
            padding: 50px 50px 0 50px;
        }
    }

aside {
    position: fixed;
    top: 0;
    right: 0;
    padding: 75px 75px 0 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 4;}
    @media only screen and (max-width: 600px) {
        aside { 
            padding: 25px 25px 0 0px;
        }
    }
    @media only screen and (min-width: 601px) and (max-width: 1024px)  {
        aside { 
            padding: 50px 50px 0 0px;
        }
    }


nav {
    text-align: right
}

nav a {
    display: block;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.height--full {
    height: 100vh;
}

.w90 {
    width: 90%;
    margin: 0 auto;
    max-width: 600px;
}


.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.vertical--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.head-type {
    position: absolute;
    left: 10%;
    top: 15%;
}

.head-type svg {
    display: block
}

    .head-type svg:nth-child(2) {
        margin-left: 30vw
    }


.short-width {
    max-width: 600px;
}
.center {
    margin: 0 auto
}

.intro {
    width: 100vw;
    min-height: 100vh;
    text-align: center;
    z-index: 2;
    padding-left: 20vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    }
    @media only screen and (max-width: 600px) {
		.intro {
			padding: 0vh 25px 0vh;
			height: auto;
			position:  relative;
			min-height: auto;
			}
	}
    @media only screen and (min-width: 601px) and (max-width: 1024px)  {
		.intro {
			padding: 0vh 25px 0vh 50px;
			height: auto;
			position:  relative;
			min-height: auto;
			}
    }


.intro svg {
    position: absolute;
    left: 5vw;
    top: 30vh;
    width: 90%;
    height:  auto;}
    @media only screen and (max-width: 1024px) {
		.intro svg {
			position: relative;
			top: initial;
			left: initial;
			width: 115%;
			margin-bottom: 10vh;
			margin-top: 22vh;
			margin-left: -7%;
			}
	}

.intro__desc {
    text-align: left;
    position: absolute;
    bottom: 75px;
    left: 20vw;
    margin-top: 75px;}
    @media only screen and (max-width: 1024px) {
		.intro__desc {
			position: relative;
			left: 0;}
	}

.intro p {
    max-width: 600px;
    line-height: 1.6;
    font-size: 17px;
    font-weight: 200;
    text-align: left;}
    @media only screen and (max-width: 1024px) {
		.intro p {
			font-size: 14px;
			line-height: 1.5}
	}



.work {
    min-height: 100vh;
    padding: 0 0 20vh 0;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
    @media only screen and (max-width: 600px) {
		.work {
			padding: 0vh 0 40vh;
			-webkit-box-orient:  vertical;
			-webkit-box-direction:  normal;
			-ms-flex-direction:  column;
			flex-direction:  column;
			-webkit-box-pack:  start;
			-ms-flex-pack:  start;
			justify-content:  flex-start;
			}
	}
    @media only screen and (min-width: 601px) and (max-width: 1024px)  {
			.work {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: start;
			}
    }
	

.worklist {
    width: 50%;
    z-index: 3;
    padding-left: 20vw;}
    @media only screen and (max-width: 600px) {
		.worklist {
			width: 100%;
			padding: 0;
			}
	}
    @media only screen and (min-width: 601px) and (max-width: 1024px)  {
		.worklist {
			width: 100%;
			padding-left: 50px;
			width:  50%;
			}
    }
.worklist__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 60px 20px 0;
    margin-left: -45px;
    opacity: 0;
    -webkit-transition: opacity 200ms cubic-bezier(.18, 1, .21, 1), -webkit-transform 400ms cubic-bezier(.18, 1, .21, 1);
    transition: opacity 200ms cubic-bezier(.18, 1, .21, 1), -webkit-transform 400ms cubic-bezier(.18, 1, .21, 1);
    transition: transform 400ms cubic-bezier(.18, 1, .21, 1), opacity 200ms cubic-bezier(.18, 1, .21, 1);
    transition: transform 400ms cubic-bezier(.18, 1, .21, 1), opacity 200ms cubic-bezier(.18, 1, .21, 1), -webkit-transform 400ms cubic-bezier(.18, 1, .21, 1);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    }
    @media only screen and (max-width: 600px) {
		.worklist__item {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
			padding: 20px 0;
			}
	}
    @media only screen and (min-width: 601px) and (max-width: 1024px) {
		.worklist__item {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
			padding: 20px 0;
			}
	}
    .in-viewport.worklist__item {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
        -webkit-transition: opacity 1000ms cubic-bezier(.18, 1, .21, 1), -webkit-transform 2000ms cubic-bezier(.18, 1, .21, 1);
        transition: opacity 1000ms cubic-bezier(.18, 1, .21, 1), -webkit-transform 2000ms cubic-bezier(.18, 1, .21, 1);
        transition: transform 2000ms cubic-bezier(.18, 1, .21, 1), opacity 1000ms cubic-bezier(.18, 1, .21, 1);
        transition: transform 2000ms cubic-bezier(.18, 1, .21, 1), opacity 1000ms cubic-bezier(.18, 1, .21, 1), -webkit-transform 2000ms cubic-bezier(.18, 1, .21, 1);
    }

.worklist__item a {
	text-decoration: none;
	color: #000}


.worklist__item span {
    display: inline-block;
    position:  relative;}
    @media only screen and (max-width: 600px) {
		.worklist__item .visit {
			position: absolute;
			z-index:  1;
			}

		.worklist__item .visit span {
			z-index: 1;
		}
	}

.year {
    color: rgba(0,0,0,.2);
    width: 45px;
    margin-top: 8px;
    font-size: 12px;
    }
    @media only screen and (max-width: 600px) {
		.year {
			margin-bottom: 10px;
			padding: 0 20px;
			}
	}

.visit {
    font-size: 12px;
    font-style: italic;
    position: absolute;
    bottom: 25px;
    left: 25px;}
    .visit:before{
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        top: 8px;
        left: 4px;
        background: #FBFE56;
        z-index: 1;
    }
.visit span {
	z-index: 2;
	position: relative;
}

.arrow-right {
    width: 20px;
    height:  auto;
    margin-left: 5px;
}

.worklist__info {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: -webkit-transform 800ms cubic-bezier(.18, 1, .21, 1);
	transition: -webkit-transform 800ms cubic-bezier(.18, 1, .21, 1);
	transition: transform 800ms cubic-bezier(.18, 1, .21, 1);
	transition: transform 800ms cubic-bezier(.18, 1, .21, 1), -webkit-transform 800ms cubic-bezier(.18, 1, .21, 1) }
	@media only screen and (max-width: 600px) {
		.worklist__info {
			padding: 0 20px}
		}
	.worklist__item:hover .worklist__info {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);}
		@media only screen and (max-width: 600px) {
		.worklist__item:hover .worklist__info {
			-webkit-transform: translateX(0px);
			transform: translateX(0px);}
		}


.worklist__item p {
	font-size: 13px;
	line-height: 20px;
	color: rgba(0,0,0,.6);
	display: block;
	max-width: 450px;}
	@media only screen and (max-width: 600px) {
		.worklist__item p {
			font-size: 14px;
			line-height: 22px}
	}

.palms {
	position: absolute;
	width: 100vw;
	height: 65vh;
	top: 20vh;
	right: 0;
	background: url(../img/pattern.png);
	}

.title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform:  uppercase;
    font-size: 12px;
    font-weight: 200;
    }
	@media only screen and (max-width: 600px) {
	.title {
		position: relative;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		top: initial;
		}
	}
	@media only screen and (min-width: 601px) and (max-width: 1024px) {
	.title {
		position: absolute;
		top: initial;
		}
	}
.title:before,
.title:after {
    content: "";
    width: 150px;
    height: 1px;
    background: #cacaca;
    position: absolute;
    top: 50%;
}

.title:before {
    right: 80px;
}
.title:after {
    left: 80px;
}

.worklist__imgs {
    width: 40vw;
    height: 60vh;
    position: absolute;
    right: 0vw;
    z-index:  2;}
	@media only screen and (min-width: 601px) and (max-width: 1024px) {
		.worklist__imgs {
			width: 40vw;
			height: 100%;}
	}
    .worklist__imgs:before {
    	content: "";
    	width: 0%;
    	height: 90vh;
    	background: #ececec;
    	position: absolute;
    	right: -30px;
    	top: -10vh;
    	-webkit-transition: width 649ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 250ms;
    	transition: width 649ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 250ms;}
		@media only screen and (min-width: 601px) and (max-width: 1024px) {
			.worklist__imgs:before {
				height: 80%;
				top: 10%;
				}
		}
        .active.worklist__imgs:before{
            width: 100%;
            -webkit-transition: width 649ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
            transition: width 649ms cubic-bezier(0.4, 0.4, 0.000, 1.0)
        }

.worklist__imgs li {
    position: absolute;
    height: 70vh;
    -webkit-transition: width 649ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0ms, opacity 400ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    transition: width 649ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0ms, opacity 400ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    right: 0;
    top: 0;
    overflow:  hidden;
    z-index: 1;
    width: 0;}
	@media only screen and (min-width: 601px) and (max-width: 1024px) {
		.worklist__imgs li {
			height: 70%;
			top: 15%;
			}
	}
    .worklist__imgs li.active {
    	z-index: 2;
    	opacity: 1;
    	width: 40vw;
    	-webkit-transition: width 649ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 350ms, opacity 400ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    	transition: width 649ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 350ms, opacity 400ms cubic-bezier(0.4, 0.4, 0.000, 1.0);}
		@media only screen and (min-width: 601px) and (max-width: 1024px) {
			.worklist__imgs li.active {
				width: 30vw;
}
		}




.worklist__imgwrap {
    width: 40vw;
    height: 100%;
    position:  absolute;
    right:  0;
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    transition: -webkit-transform 1000ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    transition: transform 1000ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    transition: transform 1000ms cubic-bezier(0.4, 0.4, 0.000, 1.0), -webkit-transform 1000ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    background-size:  cover;
    background-position: center center;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);}
	@media only screen and (min-width: 601px) and (max-width: 1024px) {
		.worklist__imgwrap {
			height: 100%;
			-webkit-transition: background-position ease 1s;
			transition: background-position ease 1s;
			background-position: left center;
			}
			.active .worklist__imgwrap {
			height: 100%;
			-webkit-transition: background-position ease 5s;
			transition: background-position ease 5s;
			background-position: right center;
			}
	}


    .active .worklist__imgwrap {
       -webkit-transform: translateX(0px);
       transform: translateX(0px)
    }


footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80vh;
    color: #FFF;
    line-height: 1.2;
    background: #396afc;  /* fallback for old browsers */  /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#2948ff), to(#396afc));
    background: linear-gradient(to bottom, #2948ff, #396afc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    z-index: 3;}
	@media only screen and (max-width: 600px) {
	.footer {
		position: relative;
		left: 0;}
	}


.contact {
    padding-left: 20vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: opacity 200ms cubic-bezier(.18, 1, .21, 1) 400ms, -webkit-transform 200ms cubic-bezier(.18, 1, .21, 1) 400ms;
    transition: opacity 200ms cubic-bezier(.18, 1, .21, 1) 400ms, -webkit-transform 200ms cubic-bezier(.18, 1, .21, 1) 400ms;
    transition: transform 200ms cubic-bezier(.18, 1, .21, 1) 400ms, opacity 200ms cubic-bezier(.18, 1, .21, 1) 400ms;
    transition: transform 200ms cubic-bezier(.18, 1, .21, 1) 400ms, opacity 200ms cubic-bezier(.18, 1, .21, 1) 400ms, -webkit-transform 200ms cubic-bezier(.18, 1, .21, 1) 400ms;
    }
	@media only screen and (max-width: 600px) {
		.contact {
			padding-left: 25px;}
	}
    @media only screen and (min-width: 601px) and (max-width: 1024px)  {
		.contact {
			padding-left: 50px;}
    }

    .in-viewport.contact {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 1200ms cubic-bezier(.18, 1, .21, 1), -webkit-transform 2700ms cubic-bezier(.18, 1, .21, 1);
        transition: opacity 1200ms cubic-bezier(.18, 1, .21, 1), -webkit-transform 2700ms cubic-bezier(.18, 1, .21, 1);
        transition: transform 2700ms cubic-bezier(.18, 1, .21, 1), opacity 1200ms cubic-bezier(.18, 1, .21, 1);
        transition: transform 2700ms cubic-bezier(.18, 1, .21, 1), opacity 1200ms cubic-bezier(.18, 1, .21, 1), -webkit-transform 2700ms cubic-bezier(.18, 1, .21, 1);
    } 

.contact span {
    display: block;
}

.contact a {
    text-decoration: none;
    color: rgba(255,255,255,.7);
    margin-right: 15px;
}

.contact a:hover {
	opacity: 0.8;
    -webkit-transition: all 30ms ease;
    transition: all 30ms ease;
}

.footer--email a {
	color: #FFF
}

.footer--intro {
    color: rgba(255,255,255,.4);
    text-transform: uppercase;
    font-size: 20px;}

.footer--email {
    color: rgba(255,255,255,1);
    font-size: 45px;
    margin-bottom: 45px;
    font-weight: 500;
    }
	@media only screen and (max-width: 600px) {
	.footer--email {
		font-size: 25px;}
	}

.footer--made {
    position: absolute;
    bottom: -25vh;
    color: rgba(255,255,255,.4);
    }
    @media only screen and (max-width: 600px) {
	.footer--made {
		font-size: 12px;}
	}

.resume-link {
    margin-left: 25px
}

.loading {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    -webkit-transition: all 10ms ease 2200ms;
    transition: all 10ms ease 2200ms;
    z-index: 5;
}

.loading.removing {
    height: 0;
    visibility: hidden;
}

.loading__bg{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b1b1c;
    z-index: 5;
    -webkit-transition: height 700ms cubic-bezier(.18, 1, .21, 1) 1300ms;
    transition: height 700ms cubic-bezier(.18, 1, .21, 1) 1300ms;}
    .removing .loading__bg {
    	height: 0;
    }

.loading__icon {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5; 
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 500ms cubic-bezier(.18, 1, .21, 1) 800ms;
    transition: all 500ms cubic-bezier(.18, 1, .21, 1) 800ms;}
    .removing .loading__icon {
    	-webkit-transform: translateY(100px);
    	transform: translateY(100px);
        opacity: 0;
    }

.fadeIn--onLoad {
    opacity: 0;
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
    -webkit-transition: all 1000ms cubic-bezier(.18, 1, .21, 1) 1500ms;
    transition: all 1000ms cubic-bezier(.18, 1, .21, 1) 1500ms;
}

.fadeIn--onLoad.delay {
    -webkit-transition: all 1000ms cubic-bezier(.18, 1, .21, 1) 1600ms;
    transition: all 1000ms cubic-bezier(.18, 1, .21, 1) 1600ms;
}

.page-ready .fadeIn--onLoad {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-only {
    display: none;
}

.mobile-only-img {
    display: none;
}

@media only screen and (max-width: 600px) {
    .mobile-hide {
        display: none !important
    }
    
    .mobile-only {
        display: block;
    }
    
    .mobile-only-img {
        display: block;
        position: relative;
        width: 100%;
        height: 50vh;
        margin-top: 15px;
        background-size: cover;
        background-position: center center;
    }
}



/******
LOADING ANIMATION
credit: https://codepen.io/SoufianeLasri/pen/XmyzGg?editors=1000
*******/


.leftEye,
.rightEye {
  width: 0.5vh;
  height: 0.5vh;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: leftEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: leftEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.rightEye {
  -webkit-animation: rightEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: rightEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.mouth {
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  border: solid .4vh #fff;
  border-right: solid .4vh rgba(223,223,194,0);
  border-left: solid .4vh rgba(223,223,194,0);
  border-bottom: solid .4vh rgba(223,223,194,0);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
  -webkit-animation: mouthAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: mouthAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@-webkit-keyframes mouthAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(180deg);
            transform: translate(-50%, -50%) rotateX(180deg);
  }
  10% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
            transform: translate(-50%, -50%) rotateZ(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) rotateZ(320deg);
            transform: translate(-50%, -50%) rotateZ(320deg);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
            transform: translate(-50%, -50%) rotateZ(900deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
            transform: translate(-50%, -50%) rotateZ(900deg);
  }
}
@keyframes mouthAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(180deg);
            transform: translate(-50%, -50%) rotateX(180deg);
  }
  10% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
            transform: translate(-50%, -50%) rotateZ(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) rotateZ(320deg);
            transform: translate(-50%, -50%) rotateZ(320deg);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
            transform: translate(-50%, -50%) rotateZ(900deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
            transform: translate(-50%, -50%) rotateZ(900deg);
  }
}
@-webkit-keyframes leftEyeAnimation {
  0% {
    width: 3vh;
    height: 3vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    width: 3vh;
    height: 3vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  60% {
    width: 1vh;
    height: 1vh;
    -webkit-transform: translate(-150%, -50%);
            transform: translate(-150%, -50%);
  }
  90% {
    width: 1vh;
    height: 1vh;
    -webkit-transform: translate(-150%, -50%);
            transform: translate(-150%, -50%);
  }
  100% {
    width: 3vh;
    height: 3vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes leftEyeAnimation {
  0% {
    width: 3vh;
    height: 3vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    width: 3vh;
    height: 3vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  60% {
    width: 1vh;
    height: 1vh;
    -webkit-transform: translate(-150%, -50%);
            transform: translate(-150%, -50%);
  }
  90% {
    width: 1vh;
    height: 1vh;
    -webkit-transform: translate(-150%, -50%);
            transform: translate(-150%, -50%);
  }
  100% {
    width: 3vh;
    height: 3vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes rightEyeAnimation {
  0% {
    width: 3vh;
    height: 3vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    width: 3vh;
    height: 3vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  60% {
    width: 1vh;
    height: 1vh;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  70% {
    width: 1vh;
    height: 1vh;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  75% {
    width: 1vh;
    height: 1px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  80% {
    width: 1vh;
    height: 1vh;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  90% {
    width: 1vh;
    height: 1vh;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  100% {
    width: 3vh;
    height: 3vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes rightEyeAnimation {
  0% {
    width: 3vh;
    height: 3vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    width: 3vh;
    height: 3vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  60% {
    width: 1vh;
    height: 1vh;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  70% {
    width: 1vh;
    height: 1vh;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  75% {
    width: 1vh;
    height: 1px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  80% {
    width: 1vh;
    height: 1vh;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  90% {
    width: 1vh;
    height: 1vh;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  100% {
    width: 3vh;
    height: 3vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}


/******
VISIT ARROW
*******/


.the-arrow {
  width: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #4c4c4c;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #4c4c4c;
}
.the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.the-arrow > .shaft {
  background-color: #4c4c4c;
  display: block;
  height: 1px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #4c4c4c;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.the-arrow > .shaft:after {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.animated-arrow {
  display: inline-block;
  color: #4c4c4c;
  font-size: 1.25em;
  font-style: italic;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  margin-left: 10px;}



.worklist__item:hover .animated-arrow {opacity: 1;}
.worklist__item:hover .animated-arrow > .the-arrow.-left > .shaft {
  width: 44px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  /* background-color: #808080; */
}
.worklist__item:hover .animated-arrow > .the-arrow.-left > .shaft:before, .worklist__item:hover .animated-arrow > .the-arrow.-left > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background-color: #808080;
}
.worklist__item:hover .animated-arrow > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.worklist__item:hover .animated-arrow > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.worklist__item:hover .animated-arrow > .main {
  -webkit-transform: translateX(17px);
  transform: translateX(17px);
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
}

.animated-arrow > .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
  font-size: 14px;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  position: relative;
  
}

.animated-arrow > .main > .text:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	top: 8px;
	left: 4px;
	background: #FBFE56;
	z-index:  -1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}







.mywork {
    
}


.mywork__list-wrap,
.mywork__img-wrap {
    width: 50%;
    min-height: 100vh;
    z-index: 3;}


.mywork__list-wrap {
    background: #000000;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.mywork__list li {
    text-transform: uppercase;
    padding: 15px;
    color: #FFF
}

.mywork__img-wrap {
    background: #ececec;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.mywork__list {
    
}


.intro-mood {
    min-height: 100vh
}







