/* TEXT STYLES
-------------------------------------------------------------------------------------------*/
/* CSS
-------------------------------------------------------------------------------------------*/
/* FLEX
------------------------------------------------------------------------------------------*/
/* KEYFRAMES
-------------------------------------------------------------------------------------------*/
/* KEYFRAMES
-------------------------------------------------------------------------------------------*/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes off-left-to-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@-moz-keyframes off-left-to-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@-o-keyframes off-left-to-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes off-left-to-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes right-to-left {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes right-to-left {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes right-to-left {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes right-to-left {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fade-left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes fade-left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes fade-left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes menu-list {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes menu-list {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes menu-list {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes menu-list {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes creatives-list {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes creatives-list {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes creatives-list {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes creatives-list {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slight-bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(1%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes slight-bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(1%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes slight-bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(1%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slight-bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(1%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes top-to-bottom {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes top-to-bottom {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes top-to-bottom {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes top-to-bottom {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(12px);
  }
}
@-webkit-keyframes anime-null {}
@-moz-keyframes anime-null {}
@-o-keyframes anime-null {}
@keyframes anime-null {}
/* SVG
------------------------------------------------------------------------------------------*/
/* COTW
------------------------------------------------------------------------------------------*/
/* ARROW
------------------------------------------------------------------------------------------*/
/* MENU
------------------------------------------------------------------------------------------*/
/* CLOSE
------------------------------------------------------------------------------------------*/
/* SEARCH
------------------------------------------------------------------------------------------*/
/* SOCIAL
------------------------------------------------------------------------------------------*/
/* GENERAL
-------------------------------------------------------------------------------------------*/
.wrap {
  width: 100%;
  padding: 0;
  max-width: 1100px !important;
}

.cotw {
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0;
}
.cotw a {
  width: 14px;
  height: 147px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 14 147' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ECOTW%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(7 73.5) rotate(-90) translate(-73.5 -7)' fill='%23333' fill-rule='nonzero'%3E%3Cpath d='m10.257 9.3862c-0.73268 1.1089-1.9802 1.8812-3.4059 1.8812-2.2772 0-3.9406-1.9011-3.9406-4.2574 0-2.3762 1.6633-4.2773 3.9406-4.2773 1.4059 0 2.5941 0.71287 3.3267 1.7822l2.3565-1.6237c-1.1881-1.7426-3.2476-2.8911-5.6832-2.8911-3.901 0-6.8515 3.1287-6.8515 7.0099 0 3.8416 2.9505 6.9901 6.8515 6.9901 2.4752 0 4.5545-1.1881 5.7425-2.9901l-2.3366-1.6237zm36.179-2.3762c0 2.2772 1.7623 4.1188 4.0198 4.1188 2.2574 0 4.0396-1.8416 4.0396-4.1188s-1.7822-4.1387-4.0396-4.1387-4.0198 1.8614-4.0198 4.1387zm-2.8911 0c0-3.8812 3.0495-7.0099 6.911-7.0099 3.8812 0 6.9307 3.1287 6.9307 7.0099 0 3.8416-3.0495 6.9901-6.9307 6.9901-3.8613 0-6.911-3.1485-6.911-6.9901zm44.594-4.2377h3.6831v11.03h2.9308v-11.03h3.6831v-2.6138h-10.297v2.6138zm52.317 5.9802l-1.8019-6.6732h-2.3762c-0.59406 2.198-1.2079 4.5149-1.8218 6.6732l-2.6534-8.594h-3.1287l4.5941 13.644h2.297l1.8812-7.1683 1.9208 7.1683h2.2772l4.6337-13.644h-3.1485l-2.6733 8.594h-1.4e-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.cotw a:hover {
  margin-top: -10px;
}

.social-links {
  margin-top: 25px;
}
.social-links li {
  width: 100%;
}

.content-col {
  width: 64%;
  max-width: 700px;
  float: right;
}

.aside-col {
  width: 36%;
  max-width: 400px;
  float: left;
}

.colspan {
  width: 100%;
  float: left;
  clear: both;
  padding: 70px 0;
}
.colspan:last-child {
  padding: 0;
}

.header-creative .multiline-up .l1,
.header-creative .multiline-up .l2,
.header-creative .multiline-up .l3,
.header-creative .multiline-right .l1,
.header-creative .multiline-right .l2,
.header-creative .multiline-right .l3,
.header-creative .multiline-left .l1,
.header-creative .multiline-left .l2,
.header-creative .multiline-left .l3 {
  height: 128px;
}
.header-creative .multiline-up .l2,
.header-creative .multiline-up .l3,
.header-creative .multiline-right .l2,
.header-creative .multiline-right .l3,
.header-creative .multiline-left .l2,
.header-creative .multiline-left .l3 {
  margin-top: -18px;
}

/* BUTTON
-------------------------------------------------------------------------------------------*/
.button {
  height: 56px;
  padding: 0 40px 0 0;
  font-size: 1.6em;
  line-height: 55px;
  cursor: pointer;
}
.button::before {
  margin-top: 0;
}

/* INPUT
-------------------------------------------------------------------------------------------*/
form {
  height: 60px;
}
form input[type=text],
form .at-cv-input {
  width: 100%;
  height: 60px;
  font-size: 1.6em;
  padding-left: 20px;
}
form input[type=submit] {
  background-size: 70px 60px;
  width: 100%;
  height: 60px;
}
form input[type=submit]:hover {
  max-width: 70px;
}

.newsletter input[type=text]:hover {
  padding-left: 24px;
}

/* HOME
-------------------------------------------------------------------------------------------*/
.header-home {
  padding: 70px 0;
}
.header-home .wrap {
  position: relative;
}
.header-home .content-col {
  float: right;
}
.header-home .button {
  display: none;
}
.header-home .button.more-creatives {
  display: inline-block;
}

.creative h2 {
  margin-top: 110px;
  max-width: 500px;
  margin-bottom: 0;
}
.creative p.featured {
  margin-top: 40px;
}
.creative .button {
  margin-top: 25px;
}
.creative .creative-profile {
  min-height: 650px;
}
.creative .creative-profile .a-wrap {
  overflow: hidden;
}
.creative .creative-profile .button {
  margin-top: 40px;
}
.creative .creative-profile .cp-parent,
.creative .creative-profile .gif-container {
  width: 650px;
  height: 650px;
  margin-right: 50px;
}
.creative.photo {
  margin: 100px 0;
}
.creative.film {
  padding-bottom: 100px;
  margin-bottom: 50px;
}
.creative.photo .creative-profile {
  margin-right: 50px;
}
.creative .content-col {
  max-width: inherit;
}

/* CREATIVE PROFILE
-------------------------------------------------------------------------------------------*/
.header-creative {
  padding: 70px 0 0 0;
}
.header-creative .wrap {
  position: relative;
}
.header-creative figure {
  margin-top: 50px;
}
.header-creative figcaption {
  display: flex;
}

.creative-bio {
  padding: 70px 0;
}
.creative-bio .aside-col {
  margin-top: 0;
}
.creative-bio .aside-col h3 {
  font-size: 1.4em;
  line-height: 28px;
}
@media only screen and (min-width: 1000px) {
  .creative-bio .aside-col h3 {
    font-size: 1.6em;
    line-height: 32px;
  }
}
.creative-bio .aside-col p {
  margin-top: 15px !important;
}

figure {
  position: relative;
  float: left;
}
figure img {
  float: left;
  margin-bottom: 0;
}
figure figcaption {
  display: flex;
  transition: all 0.4s ease;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
  margin-left: 0;
}
figure:hover figcaption {
  width: auto;
  height: auto;
  opacity: 1;
}

.creative-portfolio {
  width: 100%;
  float: left;
  clear: both;
}
.creative-portfolio .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.creative-portfolio .wrap .flex-col-1,
.creative-portfolio .wrap .flex-col-2 {
  flex: 1;
}
.creative-portfolio .wrap .flex-col-1 figure:last-of-type,
.creative-portfolio .wrap .flex-col-2 figure:last-of-type {
  margin-bottom: 0;
}
.creative-portfolio .wrap .flex-col-1 {
  margin-right: 50px;
}
.creative-portfolio .wrap img {
  width: 100%;
  margin-left: 0;
}
.creative-portfolio .wrap figure,
.creative-portfolio .wrap .video-wrap {
  margin-bottom: 50px;
}

/* REGION
-------------------------------------------------------------------------------------------*/
#region-cross {
  margin: 50px 0 70px 0;
}
#region-cross a h2 {
  padding: 70px 0 10px 0;
}
#region-cross a p .see-more {
  display: inline-block;
  position: relative;
}
#region-cross a p .see-more:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 1px solid #333;
  transition: 0.5s ease;
}
#region-cross a p .see-more:hover:after {
  width: 100%;
}
#region-cross a .map {
  max-width: 525px;
  height: 300px;
  float: right;
  background-size: 525px 300px !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#region-cross a:hover p .see-more {
  border-bottom: 1px solid rgba(51, 51, 51, 0);
}
#region-cross a:hover p .see-more:after {
  width: 100%;
}
#region-cross a:hover .map {
  transform: rotate(5deg);
}

/* THERE'S MORE
-------------------------------------------------------------------------------------------*/
.more {
  margin: 30px 0 100px 0;
}
.more h3 {
  margin-bottom: 15px;
}

/* ALL CREATIVES
-------------------------------------------------------------------------------------------*/
.creatives {
  padding: 0 0 70px 0;
  margin-bottom: 50px;
}
.creatives .content-col {
  margin-right: 0;
  /*min-height: 1000px;*/
  padding-top: 35px;
}
.creatives .filters {
  display: inherit;
  height: auto;
  padding-top: 70px;
}
.creatives .filters h5 {
  margin-top: 10px;
}

/* BOTTOM BAR
-------------------------------------------------------------------------------------------
.bottom-bar {
	position: inherit;
	@include clear;
	margin-bottom: 90px;
	.wrap {
		border-top: 1px solid rgba($black, .05);
		border-bottom: 1px solid rgba($black, .05);
		height: 80px;
		padding-top: 20px;
	}
	&.filter-bar {
		display: none;
	}
	.share {
		display: inherit;
		float: left;
		@include flex-vert;
		li {
			float: left;
			margin-right: 20px;
			@include copy-1;
			line-height: 20px !important;
			height: 60px;
			@include flex-vert;
			&:last-child {
				margin-left: 10px;
			}
		}
	}
	p {
		line-height: 60px !important;
		&.next-creative {
			display: inherit;
			float: left;
			a {
				@include roboto-med;
				@include grow;
				line-height: 32px;
			}
		}
		&.home-link {
			display: none;
		}
	}
	.aside-col {
		.button {
			float: left;
		}
	}
}*/
.bottom-bar {
  display: none;
}

/* ADDTHIS TOOLS
-------------------------------------------------------------------------------------------*/
.addthis_inline_share_toolbox {
  display: inline-flex;
}
.addthis_inline_share_toolbox .at-share-tbx-element,
.addthis_inline_share_toolbox .at-share-btn {
  margin-bottom: 0 !important;
}
.addthis_inline_share_toolbox .at-svc-compact {
  background-color: #333 !important;
}

/* CREATIVE MENU & FILTERS
-------------------------------------------------------------------------------------------*/
#creative-menu {
  display: inherit;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: url(../images/bg.jpg) #fff;
  background-size: 240px 240px;
  overflow-y: scroll;
}
#creative-menu .content-col {
  position: relative;
  z-index: 9999;
}
#creative-menu .content-col ul {
  list-style: none;
  padding: 50px 0 70px 0;
}
#creative-menu .content-col ul li {
  font-family: "Sofia W01 Bold1446843", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 2.2em;
  line-height: 46px;
}
@media only screen and (min-width: 700px) {
  #creative-menu .content-col ul li {
    font-size: 4em;
    line-height: 80px;
  }
}
#creative-menu .content-col ul li a {
  cursor: pointer;
}
#creative-menu .content-col ul li a.art {
  color: #B85C35;
}
#creative-menu .content-col ul li a.art:hover {
  background-color: rgba(184, 92, 53, 0.07);
}
#creative-menu .content-col ul li a.photo {
  color: #62A5D7;
}
#creative-menu .content-col ul li a.photo:hover {
  background-color: rgba(98, 165, 215, 0.07);
}
#creative-menu .content-col ul li a.film {
  color: #F5C870;
}
#creative-menu .content-col ul li a.film:hover {
  background-color: rgba(245, 200, 112, 0.07);
}
#creative-menu .content-col ul li a:visited {
  text-decoration: line-through;
}
#creative-menu .menu-filters {
  position: fixed;
  top: 0;
  left: auto;
}
#creative-menu .menu-filters .filters ul li.key {
  font-size: 12px;
  line-height: 22px !important;
  font-family: "Roboto Mono", "Courier", monospace;
  font-weight: 500;
}
#creative-menu .menu-filters .filters ul li.key:before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
  background-color: red;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#creative-menu .menu-filters .filters ul li.key.key-art {
  margin-top: 40px;
}
#creative-menu .menu-filters .filters ul li.key.key-art:before {
  background-color: #B85C35;
}
#creative-menu .menu-filters .filters ul li.key.key-art div {
  color: #B85C35;
}
#creative-menu .menu-filters .filters ul li.key.key-photo {
  margin-top: 10px;
}
#creative-menu .menu-filters .filters ul li.key.key-photo:before {
  background-color: #62A5D7;
}
#creative-menu .menu-filters .filters ul li.key.key-photo div {
  color: #62A5D7;
}
#creative-menu .menu-filters .filters ul li.key div:hover {
  color: #333;
}

#artist .filters li.temp-artist-disable div,
#photo .filters li.temp-photo-disable div,
.filters li.disable div {
  text-decoration: line-through;
}

.menu-close {
  width: 56px;
  height: 56px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 56 56' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EClose%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-2 -2)' fill='%23333'%3E%3Cpath d='m27.071 29.899l-7.0711 7.0711 2.8284 2.8284 7.0711-7.0711 7.0711 7.0711 2.8284-2.8284-7.0711-7.0711 7.0711-7.0711-2.8284-2.8284-7.0711 7.0711-7.0711-7.0711-2.8284 2.8284 7.0711 7.0711z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  text-indent: -9999px;
  position: fixed;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.4s ease;
}
.menu-close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

/* FOOTER
-------------------------------------------------------------------------------------------*/
.footer h4 {
  margin-bottom: 15px;
}
.footer .footer-archive,
.footer .footer-email {
  display: inherit;
}
.footer .footer-social {
  margin: 0;
  width: auto;
  clear: none;
}
.footer .footer-social,
.footer .footer-credit {
  width: 36%;
  min-width: inherit;
  float: inherit;
}
.footer .colspan {
  width: 100%;
  float: left;
  clear: both;
  padding: 0 0 70px 0;
}
.footer .colspan:last-child {
  padding: 0;
}
.footer form input[type=text] {
  max-width: 380px;
}

#artist.all-creatives .footer,
#photo.all-creatives .footer,
#sitemap.all-creatives .footer {
  margin-bottom: 0;
}

.newsletter {
  padding: 50px 0;
}
.newsletter h4 {
  line-height: 60px !important;
  margin-bottom: 0;
}

/* PRIMARY
-------------------------------------------------------------------------------------------*/
#primary {
  display: inherit;
  margin: 0 0 50px 0;
}
#primary li {
  font-size: 1.4em;
  line-height: 28px;
  display: inline-flex;
  margin-right: 60px;
}
@media only screen and (min-width: 1000px) {
  #primary li {
    font-size: 1.6em;
    line-height: 32px;
  }
}
#primary li span {
  display: none;
}
#primary li:last-child {
  margin-right: 0;
}
#primary li a {
  color: #333;
  display: inline-block;
  position: relative;
}
#primary li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 1px solid #333;
  transition: 0.5s ease;
}
#primary li a:hover:after {
  width: 100%;
}
#primary li a.active {
  text-decoration: line-through;
}

/* FEATURES
-------------------------------------------------------------------------------------------*/
.header-creative.feature h1 {
  margin: 130px 0 0 0;
}
.header-creative.features h1 {
  margin: 0 0 60px 0;
  padding-top: 20px;
  padding-right: 1%;
}

.header-home.features {
  padding-bottom: 50px;
}
.header-home.features h1 {
  padding-top: 20px;
  margin-top: 0;
}

#feature .content-col h2 {
  font-size: 2.6em;
  line-height: 36px;
}
#feature .aside-col {
  display: inherit;
  padding-top: 83px;
}
#feature .aside-col h4 {
  font-size: 1.4em;
  line-height: 28px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  clear: both;
  text-transform: capitalize;
}
@media only screen and (min-width: 1000px) {
  #feature .aside-col h4 {
    font-size: 1.6em;
    line-height: 32px;
  }
}
#feature .aside-col p {
  font-family: "Sofia W01 Bold1446843", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 2em;
  line-height: 30px;
  margin-bottom: 10px;
  margin-bottom: 40px !important;
  width: 100%;
  float: left;
  clear: both;
}
@media only screen and (min-width: 1290px) {
  #feature .aside-col p {
    font-size: 2.4em;
    line-height: 34px;
    margin-bottom: 15px;
  }
}
#feature .aside-col p.creative a {
  display: inline-block;
  position: relative;
  color: #333;
}
#feature .aside-col p.creative a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 1px solid #333;
  transition: 0.5s ease;
}
#feature .aside-col p.creative a:hover:after {
  width: 100%;
}
#feature .aside-col p.next-feature {
  font-size: 1.4em;
  line-height: 28px;
  font-family: "roboto_monoregular", "Courier", monospace;
  margin-bottom: 0 !important;
  margin-top: 80px;
}
@media only screen and (min-width: 1000px) {
  #feature .aside-col p.next-feature {
    font-size: 1.6em;
    line-height: 32px;
  }
}
#feature .aside-col p.next-feature a {
  color: #333;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  display: inline-block;
  position: relative;
}
#feature .aside-col p.next-feature a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 1px solid #333;
  transition: 0.5s ease;
}
#feature .aside-col p.next-feature a:hover:after {
  width: 100%;
}
#feature .aside-col .share {
  margin-bottom: 120px;
  width: 100%;
  float: left;
  clear: both;
}
#feature .aside-col .share li {
  float: left;
  height: 20px;
  margin-right: 15px;
}

#related,
#filters {
  padding: 100px 0 50px 0;
}
#related .content-col ul,
#filters .content-col ul {
  padding-bottom: 0;
}
#related.features,
#filters.features {
  display: inherit;
  background: none;
  padding: 0;
}
#related.features .content-col,
#filters.features .content-col {
  margin-bottom: 50px;
}
#related.features .content-col ul,
#filters.features .content-col ul {
  padding-bottom: 0;
}
#related.features .content-col ul li div,
#filters.features .content-col ul li div {
  cursor: pointer;
}
#related.features .content-col ul li:nth-child(n+7),
#filters.features .content-col ul li:nth-child(n+7) {
  display: none;
}
#related.features .content-col ul li.photo a, #related.features .content-col ul li.photo div,
#filters.features .content-col ul li.photo a,
#filters.features .content-col ul li.photo div {
  color: #62A5D7;
}
#related.features .content-col ul li.photo a:after, #related.features .content-col ul li.photo div:after,
#filters.features .content-col ul li.photo a:after,
#filters.features .content-col ul li.photo div:after {
  border-bottom-color: #62A5D7;
}
#related.features .content-col ul li.art a, #related.features .content-col ul li.art div,
#filters.features .content-col ul li.art a,
#filters.features .content-col ul li.art div {
  color: #B85C35;
}
#related.features .content-col ul li.art a:after, #related.features .content-col ul li.art div:after,
#filters.features .content-col ul li.art a:after,
#filters.features .content-col ul li.art div:after {
  border-bottom-color: #B85C35;
}
#related.features .content-col ul.less-filters li:nth-child(n+7),
#filters.features .content-col ul.less-filters li:nth-child(n+7) {
  display: inherit;
}
#related.features .content-col .more-filters,
#filters.features .content-col .more-filters {
  font-size: 1em;
  line-height: 20px;
  display: inline-block;
  padding-top: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 700px) {
  #related.features .content-col .more-filters,
#filters.features .content-col .more-filters {
    font-size: 1.2em;
    line-height: 22px;
  }
}
#related.features .content-col .more-filters span,
#filters.features .content-col .more-filters span {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  display: inline-block;
  position: relative;
}
#related.features .content-col .more-filters span:after,
#filters.features .content-col .more-filters span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 1px solid #333;
  transition: 0.5s ease;
}
#related.features .content-col .more-filters span:hover:after,
#filters.features .content-col .more-filters span:hover:after {
  width: 100%;
}

.posts .related {
  width: 50%;
}
.posts .related div {
  overflow: hidden;
  height: 300px;
}
.posts .related:hover div img {
  max-width: 105%;
  margin: -2.5% 0 0 -2.5%;
}
.posts .related.surf-artist div, .posts .related.surf-photographer div {
  height: 525px;
}
.posts .related.creative-archive img {
  margin-top: -20%;
}

.post-creatives {
  padding-top: 50px;
  margin-bottom: 50px;
}

/* SECTION COLORS
-------------------------------------------------------------------------------------------*/
#photo .header-creative .cotw a {
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 14 147' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ECOTW%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(7 73.5) rotate(-90) translate(-73.5 -7)' fill='%2362A5D7' fill-rule='nonzero'%3E%3Cpath d='m10.257 9.3862c-0.73268 1.1089-1.9802 1.8812-3.4059 1.8812-2.2772 0-3.9406-1.9011-3.9406-4.2574 0-2.3762 1.6633-4.2773 3.9406-4.2773 1.4059 0 2.5941 0.71287 3.3267 1.7822l2.3565-1.6237c-1.1881-1.7426-3.2476-2.8911-5.6832-2.8911-3.901 0-6.8515 3.1287-6.8515 7.0099 0 3.8416 2.9505 6.9901 6.8515 6.9901 2.4752 0 4.5545-1.1881 5.7425-2.9901l-2.3366-1.6237zm36.179-2.3762c0 2.2772 1.7623 4.1188 4.0198 4.1188 2.2574 0 4.0396-1.8416 4.0396-4.1188s-1.7822-4.1387-4.0396-4.1387-4.0198 1.8614-4.0198 4.1387zm-2.8911 0c0-3.8812 3.0495-7.0099 6.911-7.0099 3.8812 0 6.9307 3.1287 6.9307 7.0099 0 3.8416-3.0495 6.9901-6.9307 6.9901-3.8613 0-6.911-3.1485-6.911-6.9901zm44.594-4.2377h3.6831v11.03h2.9308v-11.03h3.6831v-2.6138h-10.297v2.6138zm52.317 5.9802l-1.8019-6.6732h-2.3762c-0.59406 2.198-1.2079 4.5149-1.8218 6.6732l-2.6534-8.594h-3.1287l4.5941 13.644h2.297l1.8812-7.1683 1.9208 7.1683h2.2772l4.6337-13.644h-3.1485l-2.6733 8.594h-1.4e-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

#artist .header-creative .cotw a {
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 14 147' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ECOTW%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(7 73.5) rotate(-90) translate(-73.5 -7)' fill='%23B85C35' fill-rule='nonzero'%3E%3Cpath d='m10.257 9.3862c-0.73268 1.1089-1.9802 1.8812-3.4059 1.8812-2.2772 0-3.9406-1.9011-3.9406-4.2574 0-2.3762 1.6633-4.2773 3.9406-4.2773 1.4059 0 2.5941 0.71287 3.3267 1.7822l2.3565-1.6237c-1.1881-1.7426-3.2476-2.8911-5.6832-2.8911-3.901 0-6.8515 3.1287-6.8515 7.0099 0 3.8416 2.9505 6.9901 6.8515 6.9901 2.4752 0 4.5545-1.1881 5.7425-2.9901l-2.3366-1.6237zm36.179-2.3762c0 2.2772 1.7623 4.1188 4.0198 4.1188 2.2574 0 4.0396-1.8416 4.0396-4.1188s-1.7822-4.1387-4.0396-4.1387-4.0198 1.8614-4.0198 4.1387zm-2.8911 0c0-3.8812 3.0495-7.0099 6.911-7.0099 3.8812 0 6.9307 3.1287 6.9307 7.0099 0 3.8416-3.0495 6.9901-6.9307 6.9901-3.8613 0-6.911-3.1485-6.911-6.9901zm44.594-4.2377h3.6831v11.03h2.9308v-11.03h3.6831v-2.6138h-10.297v2.6138zm52.317 5.9802l-1.8019-6.6732h-2.3762c-0.59406 2.198-1.2079 4.5149-1.8218 6.6732l-2.6534-8.594h-3.1287l4.5941 13.644h2.297l1.8812-7.1683 1.9208 7.1683h2.2772l4.6337-13.644h-3.1485l-2.6733 8.594h-1.4e-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

/* ANIMATIONS
-------------------------------------------------------------------------------------------*/
.a-wrap.a-wrap-logo {
  float: left;
}

.cotw,
#primary,
.creatives .filters,
.multiline-left span.l1,
.multiline-left span.l2,
.creative.film .multiline-right span.l1,
.creative.film .multiline-right span.l2,
.creative.photo .cp-parent,
.creative.film .gif-container,
.creative.photo .featured,
.creative.film .featured,
.creative.photo .button,
.creative.film .button,
.video-wrap,
.creative-portfolio .portfolio-wide img,
.creative-portfolio .flex-col-1 img:nth-child(1),
.creative-portfolio .flex-col-1 img:nth-child(2),
.creative-portfolio .flex-col-1 img:nth-child(3),
.creative-portfolio .flex-col-1 img:nth-child(4),
.creative-portfolio .flex-col-1 img:nth-child(5),
.creative-portfolio .flex-col-1 img:nth-child(6),
.creative-portfolio .flex-col-1 img:nth-child(7),
.creative-portfolio .flex-col-1 img:nth-child(8),
.creative-portfolio .flex-col-1 img:nth-child(9),
.creative-portfolio .flex-col-1 img:nth-child(10),
.creative-portfolio .flex-col-2 img:nth-child(1),
.creative-portfolio .flex-col-2 img:nth-child(2),
.creative-portfolio .flex-col-2 img:nth-child(3),
.creative-portfolio .flex-col-2 img:nth-child(4),
.creative-portfolio .flex-col-2 img:nth-child(5),
.creative-portfolio .flex-col-2 img:nth-child(6),
.creative-portfolio .flex-col-2 img:nth-child(7),
.creative-portfolio .flex-col-2 img:nth-child(8),
.creative-portfolio .flex-col-2 img:nth-child(9),
.creative-portfolio .flex-col-2 img:nth-child(10),
#creative-menu .menu-filters,
#filter-creatives,
.icon-scroll {
  opacity: 0;
}

.in-view .cotw,
.in-view #primary {
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fade-in;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.3s;
  -moz-animation-duration: 1s;
  -moz-animation-name: fade-in;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.3s;
  -o-animation-duration: 1s;
  -o-animation-name: fade-in;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-name: fade-in;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view .icon-scroll {
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fade-in;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 2s;
  -moz-animation-duration: 1s;
  -moz-animation-name: fade-in;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 2s;
  -o-animation-duration: 1s;
  -o-animation-name: fade-in;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 2s;
  animation-duration: 1s;
  animation-name: fade-in;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creatives .filters {
  -webkit-animation-delay: 1.3s;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-name: left-to-right;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1.3s;
  -moz-animation-duration: 1.1s;
  -moz-animation-name: left-to-right;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 1.3s;
  -o-animation-duration: 1.1s;
  -o-animation-name: left-to-right;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 1.3s;
  animation-duration: 1.1s;
  animation-name: left-to-right;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view .multiline-left span.l1 {
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: right-to-left;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.5s;
  -moz-animation-duration: 1s;
  -moz-animation-name: right-to-left;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.5s;
  -o-animation-duration: 1s;
  -o-animation-name: right-to-left;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-name: right-to-left;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view .multiline-left span.l2 {
  -webkit-animation-delay: 0.7s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: right-to-left;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.7s;
  -moz-animation-duration: 1s;
  -moz-animation-name: right-to-left;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.7s;
  -o-animation-duration: 1s;
  -o-animation-name: right-to-left;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.7s;
  animation-duration: 1s;
  animation-name: right-to-left;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative.film .multiline-right span.l1 {
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: left-to-right;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1s;
  -moz-animation-duration: 1s;
  -moz-animation-name: left-to-right;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 1s;
  -o-animation-duration: 1s;
  -o-animation-name: left-to-right;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-name: left-to-right;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative.film .multiline-right span.l2 {
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: left-to-right;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1.2s;
  -moz-animation-duration: 1s;
  -moz-animation-name: left-to-right;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 1.2s;
  -o-animation-duration: 1s;
  -o-animation-name: left-to-right;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 1.2s;
  animation-duration: 1s;
  animation-name: left-to-right;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative.photo .cp-parent, .in-view.creative.film .gif-container {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fade-in-up;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.8s;
  -moz-animation-duration: 1s;
  -moz-animation-name: fade-in-up;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.8s;
  -o-animation-duration: 1s;
  -o-animation-name: fade-in-up;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.8s;
  animation-duration: 1s;
  animation-name: fade-in-up;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative.photo .featured, .in-view.creative.film .featured {
  -webkit-animation-delay: 1.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1.1s;
  -moz-animation-duration: 1s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 1.1s;
  -o-animation-duration: 1s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 1.1s;
  animation-duration: 1s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative.photo .button, .in-view.creative.film .button {
  -webkit-animation-delay: 0.9s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.9s;
  -moz-animation-duration: 1s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.9s;
  -o-animation-duration: 1s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.9s;
  animation-duration: 1s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .video-wrap {
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.3s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.3s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.3s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .portfolio-wide img {
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.3s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.3s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.3s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-1 img:nth-child(1) {
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.3s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.3s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.3s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-1 img:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.4s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.4s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.4s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-1 img:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.5s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.5s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-1 img:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.6s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.6s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.6s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-1 img:nth-child(5) {
  -webkit-animation-delay: 0.7s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.7s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.7s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.7s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-1 img:nth-child(6) {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.8s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.8s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.8s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-1 img:nth-child(7) {
  -webkit-animation-delay: 0.9s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.9s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.9s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.9s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-1 img:nth-child(8) {
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 1s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 1s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-1 img:nth-child(9) {
  -webkit-animation-delay: 1.1s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1.1s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 1.1s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 1.1s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-1 img:nth-child(10) {
  -webkit-animation-delay: 1.4s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1.4s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 1.4s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 1.4s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-2 img:nth-child(1) {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.6s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.6s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.6s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-2 img:nth-child(2) {
  -webkit-animation-delay: 0.7s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.7s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.7s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.7s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-2 img:nth-child(3) {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.8s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.8s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.8s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-2 img:nth-child(4) {
  -webkit-animation-delay: 0.9s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.9s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.9s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.9s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-2 img:nth-child(5) {
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 1s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 1s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-2 img:nth-child(6) {
  -webkit-animation-delay: 1.1s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1.1s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 1.1s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 1.1s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-2 img:nth-child(7) {
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1.2s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 1.2s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 1.2s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-2 img:nth-child(8) {
  -webkit-animation-delay: 1.3s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1.3s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 1.3s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 1.3s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-2 img:nth-child(9) {
  -webkit-animation-delay: 1.4s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1.4s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 1.4s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 1.4s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.in-view.creative-portfolio .flex-col-2 img:nth-child(10) {
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1.5s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 1.5s;
  -o-animation-duration: 1.2s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 1.5s;
  animation-duration: 1.2s;
  animation-name: bottom-to-top;
  animation-fill-mode: both;
  animation-timing-function: ease;
}

.menu-in-view#creative-menu {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.5s;
  -o-animation-name: fade-in;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: fade-in;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.menu-in-view .menu-filters {
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: menu-list;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.4s;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: menu-list;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.4s;
  -o-animation-duration: 0.8s;
  -o-animation-name: menu-list;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.4s;
  animation-duration: 0.8s;
  animation-name: menu-list;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.menu-in-view #filter-creatives {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: menu-list;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.1s;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: menu-list;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.1s;
  -o-animation-duration: 0.8s;
  -o-animation-name: menu-list;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.1s;
  animation-duration: 0.8s;
  animation-name: menu-list;
  animation-fill-mode: both;
  animation-timing-function: ease;
}

/* FOLD SCROLL ANIME
-------------------------------------------------------------------------------------------*/
.icon-scroll {
  display: inherit;
  width: 20px;
  height: 34px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  margin-top: 25px;
  position: relative;
  float: right;
}
.icon-scroll:before {
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: mouse-scroll;
  position: absolute;
  left: 8px;
  top: 8px;
}
.icon-scroll span {
  float: right;
  margin-right: 38px;
  font-size: 1em;
  line-height: 34px;
}

/*# sourceMappingURL=desktop.css.map */
