/*
Theme Name:     Mirari & Co
Theme URI:      industry.design
Description:    www.industry.design
*/



[data-columnize] {
	visibility: hidden;
}

body,
html {
	margin: 0px;
	padding: 0px;
}

body {
	background: #383838;
	color: #fff;
font-family:'Futura LT W01 Medium',sans-serif;
	font-size: 14px;
	line-height: 1.6;
    letter-spacing:1px;
	margin-bottom: 0px;
     
     
}
body.loading::before {
    opacity: 1;
}

body::before {
    opacity: 0;
    content: "";
    display: block;
    background-image:url(https://files.cargocollective.com/677319/image-loader.gif);
    background-color: rgba(0,0,0,.8);
    background-size: 580px auto;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    pointer-events: none;
    transition: opacity .25s ease-in-out;
    z-index: 999999999999999999;
}

.homefallback{
	background-image:url(https://payload450.cargocollective.com/1/21/677319/11316309/scene2_5.jpg);
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-position:center;
     background-repeat: no-repeat;
    background-size:cover;
    z-index:-100;
    display:none;
}

/* Hide the scrollbar in Webkit */
body[data-view="project"]::-webkit-scrollbar {
	display: none;
}

html[data-view="project"].ios body {
	overflow: hidden;
}

#hero-video{
    display:none;
    z-index:-99;
    width: 100%;
    height: 100% !important;
    position: fixed;
    overflow: hidden;
   
}

#hero-video video {
    position: fixed;
    left: 50%;
    top: 50%;
    
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
}

#herooverlay {
    display: block!important;
    background: rgba(0,0,0,.1);
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
}


.herologo{
    display:none;
	position:fixed;
    top:41%;
    left:0;
    right:0;
    margin:0 auto;
    text-align:center;
    width:500px;
    height:109px;
    opacity:.8;
    filter: alpha(opacity=80);
    background:none;
  
    background: url(https://files.cargocollective.com/677319/marariV3.png);
    background-size:cover;
    background-repeat:no-repeat;
    z-index:99;
   
}


.herologo:hover{
   
   background-position: 0 -109px;    
    background-size:cover;
    background-repeat:no-repeat;
    opacity:1;
    filter: alpha(opacity=100);
  
   
}


/**
 * Header
 * - Contains the header image, header text and navigation
 */

.site_header {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 20px;
	text-rendering: optimizeLegibility;
	text-align: center;
    background: #4c4c4c;
    position:absolute;
    left:0;
    right:0;
    top:-10px;
    padding-top:10px;
    z-index:99;
    
}

/**
 * Header image and header text
 */

.header_image {
	text-align: center;
	z-index: 999;
	margin-top: -10px;
    padding-top:30px;
    padding-bottom:30px;
}

.header_image img {
	border: 0;
    max-width:270px;
    height:auto;
}

.header_text {
	font-family: sans-serif;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.3em;
	margin-top: 52px;
	margin-bottom: -17px;
	z-index: 9999;
    display:none!important;
}

.header_text a {
	color: #fff;
	text-decoration: none;
}

.header_text a:hover {
	color: #ff3366;
}

.header_text a:active {
	color: #999;
}

/**
 * Navigation
 * - Contains navigation links and following
 */

.navigation {
	display: inline-block;
	z-index: 9999;
	margin-top: 0px;
	font-size: 11px;
	letter-spacing: initial;
	padding-left: 5px;
	padding-right: 5px;
   
    max-width:100%;
    position:absolute;
    left:0;
    right:0;
    padding-top:10px;
    padding-bottom:5px;
     background: #383838;
}

body[data-pagetype="project"] .navigation{
	position:fixed!important;
}
body[data-pagetype="project"] .site_header{
	position:fixed!important;
}


.navigation .group {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
}

.navigation .following {
	color: #999999;
	margin-left: 30px;
}

.navigation div {
	display: inline-block;
	margin-left: 15px;
}

.navigation div:first-child {
	margin-left: 0px;
}

body:not([data-bodyview="set"]) .navigation .set_link.active a {
	border-bottom: 1px dotted #999;
}

body:not([data-bodyview="set"]) .navigation .set_link.active a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}

body:not([data-bodyview="set"]) .navigation .set_link.active a:active {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.navigation div.active a {
	background:#57fec6;
	color: #000;
}

.navigation a {
	color: #fff;
    letter-spacing: 2px;
	padding:3px;
	text-decoration: none;
    text-transform:uppercase;
}

.navigation a:hover {
	background:#57fec6;
	color: #000;
}

.navigation a:active {
	background:#57fec6;
	color: #000;
}

.navigation .set_link a {
	color: #fff;
}


.navigation .page_link {
}


.navigation .link_link {
}

.navigation .set_link a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.navigation .set_link a:active {
	border-bottom: 1px solid #666666;
	color: #666;
}

.tagmenu{
	position:absolute;
    left:0;
    right:0;
    margin:0 auto;
    text-align:center;
    top:160px;
    
}

.tagmenu a{
    font-size: 11px;
	color: #999;
    letter-spacing: 2px;
	padding-bottom: 3px;
	text-decoration: none;
    text-transform:uppercase;
    margin-left: 7px;
    margin-right:7px;
}


.tagmenu a:hover{
	border-bottom:1px solid #57fec6;;
}

.tagmenu a:active{
	border-bottom:1px solid #57fec6;
}



body.open .tagmenu {
	display:none!important;
}

/**
 * Tag filter
 * - Seen on filter pages
 */

.filter {
	font-size: 14px;
	letter-spacing: initial;
	margin-top: 25px;
    display:none!important;
}

.filter a {
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-left: 5px;
	padding-bottom: 3px;
	text-decoration: none;
}

.filter a:hover {
	border-bottom: 1px solid #18bb78;
	color: #18bb78;
}

.filter a:active {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.container {

}

.project {
	display: none;
	padding-left: 0px;
	padding-right: 0px;

	min-width: 320px;
}

.project_header {
	position: relative;
	top: 0px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	max-width: 100%;
	z-index: 99;
}

.project_title {
	font-size: 20px;
	display: inline-block;
	letter-spacing: 1px;
	line-height: 20px;
	margin-top: -60px;
	margin-bottom: 0px;
	text-rendering: optimizeLegibility;
    color:#57fec6;
}


.project_title p{
	display:inline-block;
    text-transform:uppercase;
}

.entry .project_nav {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	right: 0px;
	left:0;
    margin:0 auto;
    text-align:center;
	margin-top: -40px;
	z-index: 9999;
    display:none!important;
	/* Disable selection */
	-webkit-touch-callout : none;
	-webkit-user-select	  : none;
	-khtml-user-select	  : none;
	-moz-user-select	  : none;
	-ms-user-select		  : none;
	user-select			  : none;
}

/** previous / next buttons 
** for reference, see https://css-tricks.com/snippets/css/css-triangle/
**/

.project_nav.mobile a.previous, 
.project_nav.mobile a.next {
	height:0;
	width: 0;
	border-left: 0px solid transparent;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 10px solid rgba(128, 128, 128, 0.4);
	overflow: hidden;
}


.entry .project_nav[data-type="page"] {
	display: none;
}

.project_header a,
.project_nav a {
	display: inline-block;
	margin: 0 5px;
	height: 14px;
	color: rgba(128, 128, 128, 1);
	cursor: pointer;
	text-decoration: none;
}

.project_header a:hover,
.project_nav a:hover  {
	background: none;
	color: #fff;
}

.project_header a:active,
.project_nav a:active  {
	background: none;
	color: #fff
}

.project_nav a.previous,
.project_nav a.next {
	margin: 0 17px;
	line-height: 0px;
}

.project_nav a.next {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.project_nav a.index {
	position: absolute;
	top: 0; left: 50%;
	margin: 0 0 0 -7px;
	height: 14px;
	vertical-align: middle;
	width: 14px;
}

.project_nav a.index span {
	background: rgba(128, 128, 128, 1);
	display: block;
	text-indent: 99px;
	overflow: hidden;
	position: absolute;
	height: 6px;
	width: 6px;
}

.project_nav .index span:nth-child(1) {
	top: 0;
	left: 0;
}

.project_nav .index span:nth-child(2) {
	top: 0;
	right: 0;
}

.project_nav .index span:nth-child(3) {
	bottom: 0;
	left: 0;
}

.project_nav .index span:nth-child(4) {
	bottom: 0;
	right: 0;
}

.project_nav a.index:hover span {
	background: #fff;
}

.project_nav a.index:active span {
	background: rgba(128, 128, 128, 0.6);
}

.entry {
	
	margin-top: 190px;
	overflow: hidden;
	padding-bottom: 40px;
}

.project_content {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
	padding-right: 0px;
}

body[data-pagetype="project"] .custom_nav{
	display:block;
}
.custom_nav{
    display: none;
    border-top:none;
    font-size: 10px;   
    padding:50px 10px 150px 10px;
    margin-top:0px;
    max-width:1234px;    
    margin:0px auto;
    
    
}

.custom_nav_inside{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    font-size: 14px;   
    padding:10px 0px 50px 0px;
    margin-top:0px;
   
   
	
}

.custom_nav a{
    display:inline-block;
    color:#000;
    text-decoration: none;
   text-transform:uppercase;
}

#next span{
    float: left;
     display: inline-block;
	position: relative;
   padding-top:9px;
}

#prev span{
    float: left;
    display: inline-block;
	position: relative;
   padding-top:9px;
}

.custom_nav a:hover{
    color:#57fec6!important;
    border:0!important;
}

.custom_nav a:active{
    color:#57fec6!important;
    border:0!important;
}



#next {
   	display:inline-block;
     text-align:right;
     float:right !important;
}

#prev {
   vertical-align: middle;
     text-align:left;
     float:left !important;
    
}





.project_content p{
	text-align:left;
    max-width:500px;
    margin:0 auto;
    
}







.info {
	margin:0 auto!important;
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 50% !important;
    float:left!important;
    padding:0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    border:none!important
   
}

.info p{
	padding:10px;
    text-align:left!important;
    margin:0 auto;
    
}
.info b {
	font-size: 20px;
		letter-spacing: 1px;
	line-height: 20px;
	text-rendering: optimizeLegibility;
    color:#57fec6;
    text-align:left!important;
    margin:0 auto;
}


.infoblock{
	margin:0 auto!important;
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 50% !important;
    float:left!important;
    padding:0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    border:none!important
}


.infoblock img{
	margin:0!important;
    width:100%!important;
    height:auto!important;
   
}


.contact{
	max-width:800px;
    margin:0 auto;
    text-align:center;
}

.contact b{
	font-weight:normal!important;
    font-family:'Futura LT W01 Medium';
    text-transform:uppercase;
    letter-spacing:3px;
}

.colcontact{
    float:left;
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 33.3%;
    padding:0px 0px;
    margin:0px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;

}
@media all and (max-width: 900px) {
    
.colcontact{    
	width:100%;
}
    
    
}


.awards{
	max-width:700px;
    margin:0 auto;
}

.awards b{
	font-weight:normal;
    font-family:'Futura LT W01 Medium';
    text-transform:uppercase;
    letter-spacing:1px;
}

.project_content *[data-columnize] img {
	padding: 20px 10px 0px 10px;
	width: 100%;
	height: auto;
}

.project_content div.elementresizer {
	height: 100% !important;
}

.project_content img {
	display: block;
	margin: 0px auto 20px auto;
	border: 0;
}

.project_content iframe {
	display: block;
	margin: 0px auto 20px auto;
	border: 0;
}



.project_content br {
	clear: both;
}

.project_content a {
	color: #fff;
	text-decoration: none;
}

.project_content a:hover {
	
	color: #fff;
	text-decoration: none;
    border-bottom:1px solid white;
}

.project_content a:active {
	color: #fff;
	text-decoration: none;
    border-bottom:1px solid white;
}

/**
 * Typography
 */

h1, h2, h3, h4, h5 {
	line-height: 1.2;
	max-width: 905px;
}

h2 {
	display: block;
	font-size: 42px;
	text-rendering: optimizeLegibility;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	line-height: 150%;
}

blockquote {
	color: #666666;
	margin: 0;
}

/**
 * Slideshows
 */

.slideshow {
	text-align: center;
}

.slideshow img {
	margin: 0;
}

.slideshow_container {
	overflow: hidden;
	margin: 0 auto;
}

.slideshow.navigation_hidden .slideshow_navigation {
	display: none;
}

.slideshow_navigation {
	color: #ccc;
	font-family: sans-serif;
	font-size: 12px;
	position: relative;
}

.slideshow_thumbnails:after,
.slideshow_navigation:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.slideshow_navigation.slideshow_above {
	margin-bottom: 10px;
}

.slideshow_navigation.slideshow_below {
	margin-bottom: 15px;
}

.slideshow_navigation span {

}

.slideshow_navigation a {
	cursor: pointer;
	color: #999;
	text-decoration: none;
	padding-bottom: 2px;
}

.slideshow_navigation a:hover {
	background: none;
	color: #333333;
}

.slideshow_navigation a:active {
	color: #999999;
}

.slideshow_navigation .slideshow_slash {
	margin: 2px;
}

.slideshow_navigation .slideshow_toggle_thumbnails {
	display: none;
	margin-left: 10px;

	-webkit-touch-callout: none;
	-webkit-user-select	 : none;
	-khtml-user-select	 : none;
	-moz-user-select	 : none;
	-ms-user-select		 : none;
	user-select			 : none;
}

.slideshow.slideshow_toggle_active .slideshow_navigation .slideshow_toggle_thumbnails {
	display: inline-block;
}

.slideshow.thumbnails_active.container_hidden.navigation_hidden .slideshow_thumbnails {
	margin-top: 0;
}

.slideshow_thumbnails {
	display: none;
}

.slideshow.thumbnails_active .slideshow_thumbnails {
	display: block;
}

.slideshow_thumbnails.slideshow_above {
	margin-bottom: 0px;
}

.slideshow_thumbnails.slideshow_below {

}

.slideshow .slideshow_thumbnails > * {
	cursor: pointer;
	display: inline-block;
	float: none;
	margin: 0 10px 20px 10px;
	height: 120px;
	vertical-align: top;
	width: auto;
}

.slideshow:not(.container_hidden) .slideshow_thumbnails > *.slideshow_active {
	outline: 1px solid rgba(0, 0, 0, 0.6);
	outline-offset: 2px;
}

.slideshow .slideshow_thumbnails > *:hover {
	outline: 1px solid rgba(0, 0, 0, 0.3);
	outline-offset: 2px;
}

.slideshow .slideshow_thumbnails > *:active {
	outline: 1px solid rgba(0, 0, 0, 0.45);
	outline-offset: 2px;
}

.slideshow_thumbnails > *:not(img) {
	background: #eee;
	padding: 30px 10px;
	text-align: center;
	height: 70px;
}

.slideshow_container {
	cursor: pointer;
	display: block;
	margin-bottom: 15px;
	position: relative;

	/* Disable selection */
	-webkit-touch-callout: none;
	-webkit-user-select	 : none;
	-khtml-user-select	 : none;
	-moz-user-select	 : none;
	-ms-user-select		 : none;
	user-select			 : none;
}

.slideshow.container_hidden .slideshow_container {
	display: none;
}

.slideshow .slideshow_container > * {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
}

.slideshow.caption_active:not(.container_hidden) .slideshow_caption {
	display: block;
}

.slideshow_caption {
	display: none;
	clear: both;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	font-size: 12px;
	color: #666;
}

.slideshow.slideshow_center {
	text-align: center;
}

/**
 * Project footer
 */

.project_footer {
	color: #999;
	margin-left: -335px;
	position: relative;
	padding-bottom: 35px;
	left: 50%;
	font-family: Menlo, monaco, monospace;
	font-size: 11px;
	text-align: center;
	width: 670px;
	clear: both;
    display:none!important;
}

.project_footer span {
	margin-right: 10px;
}

.project_footer a {
	border-bottom: 1px solid #ccc;
	color: #999;
	cursor: pointer;
	padding-bottom: 2px;
	text-decoration: none;
}

.project_footer a:hover {
	background: none;
	border-bottom: 1px solid #000;
	color: #000;
}

.project_footer a:active {
	background: none;
	border-bottom: 1px solid #666;
	color: #666;
}

.project_footer .tags span:after {
  content: ",";
}

.project_footer .tags span:last-child {
  margin-right: 0px;
}

.project_footer .tags span:last-child:after {
  content: "";
}

.project_footer .edit_site a {
	border-bottom: 1px solid #ccc;
	color: #ccc;
}

.project_footer .edit_site a:hover {
	border-bottom: 1px solid #000;
	color: #000;
}

.project_footer .edit_site a:active {
	border-bottom: 1px solid #666;
	color: #666;
}

/**
 * Thumbnails
 */

#index,
.site_header {
	text-align: center;
	margin: 10px auto;
	min-width: 280px;
	padding-left: 10px;
	padding-right: 10px;
}

#index{
	text-align:center;
    max-width:1190px;
    margin:230px auto 100px auto;
    
}


.column {
    display: inline-block;
    vertical-align: top;
    *float: left; /* IE7 Fix */
}

body[data-view="index"] .thumbnails {
    display: block;
    margin-top: 250px;
}



.thumbnail {
    display: inline-block;
    margin-top: 0px;
    margin-bottom:0px;
    position: relative;
    vertical-align: top;
    
    
  background: #383838;
    text-align: center;
    width: 100%;
    line-height: 0px;
    overflow: hidden;
    -webkit-transition: .25s opacity ease-in-out;
    -moz-transition: .25s opacity ease-in-out;
    -o-transition: .25s opacity ease-in-out;
    transition: .25s opacity ease-in-out;
}




.thumbnail .thumb_text::before,
.thumbnail .thumb_text::after,
.thumbnail .thumb_image img,
.thumbnail .thumb_image
.project_title,
.thumbnail a,
.thumbnail .thumb_title,
.thumbnail .thumb_image span,
.thumbnail .thumb_tags,
.social img,
.filter a,
.project_content a,
.go_to span,
.go_to img,
.arrow {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.thumbnail{
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
}


.thumbnail.default_thumb {
    /*width: 100%;*/
}

.thumbnail.hidden {
    display: none;
}

.thumbnail img {
    height: auto;
}

.thumbnail > a {
    display: block;
    margin: 0;
    padding: 0;
}

.thumbnail a { text-decoration: none; }

/* Move the thumbnail down on click */
.thumbnail > a:active .thumb_image {
    -webkit-transform: translate(0, 0px);
}

.thumbnail a.active .thumb_image {
    opacity:.3;
}

.thumbnail .thumb_image {
   background: #383838;
    position: relative;
    display: inline-block;
    margin:8px;
 
}
.thumbnail .thumb_image img {
    border: 0;
    display: block;
    width: 100%;
    margin: 0 auto;
   
}



.thumbnail .thumb_image   {
   background: #383838;
    
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
     opacity: 1;
    filter: alpha(opacity=100);
}
.thumbnail:hover .thumb_image img {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    
}





.thumbnail.default_thumb .thumb_image {
    background: #333;
    width: 100%;
}

.thumbnail.default_thumb .thumb_image img {
    visibility: hidden;
}

.thumbnail .thumb_image.notitle_notag {
    margin-bottom: 22px;
}

.thumbnail .loading {
    display: none;
    position: absolute;
    top: 15px; left: 15px;
    text-align: center;
    z-index: 3;
}

.thumb_title {
    background: none;
    text-align: center;
    left: 0;
    right:0;
   margin: 0 auto;
    padding: 0;
    top:40%;
    z-index: 99;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.thumb_title p{
	font-size:12px;
    letter-spacing:1px;
    line-height:20px;
color:#ccc; 
}

.thumbnail:hover .thumb_title{
    filter: alpha(opacity=100);
    opacity: 1;
    
}


.thumbnail .thumb_title {
    
    text-transform: uppercase;
    font-size: 18px;
    font-family:'Futura LT W01 Bold';
    letter-spacing:2px;
    background-color: none;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
    text-rendering: optimizeLegibility;
     -webkit-font-smoothing: antialiased;
    padding: 3px 6px 1px 6px;
    text-align: left;
    max-width: 100%;
    
    
}

.thumbnail .thumb_title span {
    background-color: none;
    padding: 4px 8px 3px 8px;
    display: block;
   
    text-align: center;
}

.thumbnail .thumb_text::before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	
}

.thumbnail .thumb_text::after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	/*-webkit-transform: scale(1,0);
	transform: scale(1,0);*/
	
}

.thumbnail a.active .thumb_text::before,
.thumbnail a.active .thumb_text::after,
.thumbnail:hover .thumb_text::before,
.thumbnail:hover .thumb_text::after {
	opacity: 0;
	/*-webkit-transform: scale(1);
	transform: scale(1);*/
}

.thumbnail .thumb_tags,
.thumbnail .thumb_title {
	text-transform: uppercase;
	opacity: 0;
	/*-webkit-transform:scale(.2, .2);
	-moz-transform:scale(.2, .2);
	-ms-transform:scale(.2, .2);
	transform:scale(.2, .2);*/
	
}

.thumbnail a.active .thumb_title,
.thumbnail:hover .thumb_title,
.thumbnail a.active .thumb_tags, 
.thumbnail:hover .thumb_tags {
	opacity: 1;
	/*-webkit-transform:scale(1, 1);
	-moz-transform:scale(1, 1);
	-ms-transform:scale(1, 1);
	transform:scale(1, 1);*/
	margin: 0;
}

.thumbnail > *:last-child {
    
}

.thumbnail .thumb_tags {
    background: none;
    text-align: center;
    left: 0;
    right:0;
   margin: 0 auto;
    padding: 0;
    top:70%;
    z-index: 99;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
}

.thumbnail .thumb_tags span:after {
    content: ',';
       color:#85795a;  
}

.thumbnail .thumb_tags span:last-child:after {
    content:''
}

.thumbnail .thumb_tags a {
   color:#85795a;
    letter-spacing:2px;
    padding-bottom: 3px;
    text-decoration: none;
    font-size:12px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight:700;
    pointer-events:none;
}

.thumbnail .thumb_tags a:hover {
    border-bottom: 0px solid #000;
    color: #fff;
}

.thumbnail .thumb_tags a:active {
    border-bottom: 0px solid #000;
    color: #fff;
}

.thumbnail_padding > a {
    text-decoration: none;
}

.thumbnail .thumb_excerpt {
    font-size: 12px;
    text-align: left;
    padding: 0 15px 12px 15px;
    color: #666;
}

.show_index {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    display:none!important;
}

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

.show_index a:hover {
    text-decoration: underline;
}

.show_index a:active {
    color: #666;
}

/*
 * Search results
 */

#search {
	margin: 0 auto;
	padding: 135px 70px 70px 35px;
	width: 670px;
}

body[data-view="project"] #search {
	display: none;
}

#search_form {
	position: absolute;
	z-index: 999;
	margin-left: 40px;
}

#search_form_results {
	padding-bottom: 90px;
}

.search_header {
	color: #000000;
	float: left;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 4px 0;
	width: 145px;
}

#search_term {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #000000;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 5px;
	width: 220px;
}

#results_search_term {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #000000;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 5px;
	width: 220px;
}

#search_results {
	float: left;
}

.result {
	clear: both;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 60px;
}

.search_thumb {
	float: left;
	margin: 4px 25px 35px 0px;
}

.search_thumb img {
	width: 120px; height: auto;
}

.search_text {
	width: 500px;
	margin-left: 145px;
}

.search_title a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.search_title a:hover {
	background: #ffff00;
	color: #000000;
	text-decoration: none;
}

.search_title a:active {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}

.search_tags {
	color: #999999;
	font-size: 11px;
}

.search_tags span:after {
  content: ",";
}

.search_tags span:last-child:after {
  content: "";
}

.search_tags a {
	color: #999999;
	text-decoration: none;
}

.search_tags a:hover {
	background: none;
	color: #000000;
	text-decoration: underline;
}

.search_tags a:active {
	color: #666666;
}

/**
 * Video component
 */

.video_component {
	float: left;
	margin: 0 15px 15px 0;
}

/**
 * Audio component
 */

.project_content .audio_component {
	color: #777777;
	font-family: "Droid Sans Mono", Monaco, Monospace, Arial, san-serif;
	font-size: 10px;
	height: 30px;
	line-height: 26px;
	width: 300px;
	float: none;
	margin: 0 auto;
}

.audio_component .text {
	text-align: left;
}

.audio_component div {
	height: 26px;
}

.audio_component .border {
	border: 2px solid #aaaaaa;
	opacity: 0.5;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

.audio_component .vertical_border {
	background: #aaaaaa;
	opacity: 0.50;

	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

.audio_component .controls {
	top: 2px; left: 2px;
}

.audio_component .play_pause {
	background-image: url("/_gfx/playpause.png");
	background-image: url("/_gfx/svg/playpause.svg"), none;
}

.audio_component .spectrum .spectrum_bar {
	background: #666666;
}

.audio_component .loading {
	background: #bbbbbb;
	opacity: 0.25;

	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
}

.audio_component .progress {
	background: #bbbbbb;
	border-right: 1px dotted #333333;
	opacity: 0.25;

	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
}

.audio_component .volume_slide.hover {
	background: #bbbbbb;
	opacity: 0.3;

	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
}

/*
 * Other
 */

.clear:after {
	content: "";
	display: table;
	clear: both;
}

body > .loading {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

#autopaginate_loader {
	text-align: center;
	padding: 60px 0;
}

#autopaginate_loader .loading {
	margin: 0 auto;
}

/* Admin and following icons — only seen by members */
.toolset {
	position: fixed;
	top: 10px; right: 10px;
	z-index: 9999;
    display:none!important;
}


/**
 * Fullscreen button
 */

a#fullscreen {
	background-color: #fff;
	background-image: url("/_gfx/fullscreen_open.png");
	background-image: url("/_gfx/svg/fullscreen_open.svg"), none;
	background-repeat: no-repeat;
	background-position: 67px 3px;
	border: 1px solid #ccc;
	color: #666;
	display: inline-block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	height: 19px;
	padding: 0 4px 0 5px;
	text-align: left;
	text-decoration: none;
	width: 74px;
}

a#fullscreen:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #999;
}

a#fullscreen:active {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #999;
}

/*
 * Fullscreen
 */

#fullscreen {
	clear: both;
}
#fullscreen.fullscreen_ie {
	line-height: 21px;
}

#freshbox {
	background: #383838;
	position: fixed;
	top: 0; left: 0; bottom: 0; right: 0;
	z-index: 9999999;
}

#freshbox.ie {
	visibility: visible !important;
}

#freshbox_centering {
	position: absolute;
	top: 0; left: 0;
	text-align: center;
}

#freshbox img {
	display: none;
	position: absolute;
	top: 0; left: 0;
	z-index: 109;
}

#freshbox img.active {
	display: block;
	z-index: 110;
}

#freshbox img.preload {
	display: block;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#freshbox img#freshbox_loading,
#freshbox #freshbox_loading.retinaSpinner {
	display: block;
	float: none;
	height: 20px;
	margin: -10px 0 0 -10px;
	position: absolute;
	top: 50%; left: 50%;
	width: 20px;
	z-index: 101;
}

/**
 * Navigation
 */

.freshbox_navigation {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-left: -53px;
	position: fixed;
	bottom: 50px; left: 50%;
	width: 106px;
	z-index: 99999;
}

.freshbox_navigation_group {
	background: rgba(10, 10, 10, 0.2);
	float: left;
	height: 34px;
	margin: 0 10px 0 0 ;
	padding: 0 2px 0 1px;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.freshbox_navigation a {
	background-color: #ffffff;
	color: #000000;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 2px 0 2px 1px;
	padding: 0 10px 0 10px;
	text-decoration: none;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

a.freshbox_nav_button {
	padding: 0;
	width: 30px;
}

a.freshbox_nav_button .nav_svg {
	fill: #999999;
}

a.freshbox_nav_button:hover {
	background-color: #f2f2f2;
}

a.freshbox_nav_button:hover .nav_svg {
	fill: #555555;
}

a.freshbox_nav_button:active a:active {
	background-color: #f2f2f2;
}

a.freshbox_nav_button:active .nav_svg {
	fill: #222222;
}

a#fullscreen_close .nav_svg {
	shape-rendering: crispEdges;
}

a.freshbox_nav_button.disabled {
	background-color: #ffffff;
	cursor: default;
}

a.freshbox_nav_button.disabled .nav_svg {
	fill: #cccccc !important;
}

#freshbox.single .freshbox_navigation_group {
	margin: 0 0 0 35px;
}

/**
 * iOS formatting for fullscreen
 */

#freshbox.ios .freshbox_navigation {
	bottom: 20px;
}

/*
 * IE Fullscreen SVG fallback used in the navigation.
 *
 *	   If you have any questions about this please visit our
 *	   support forum: http://support.cargocollective.com
 *
 */

#freshbox.ie .freshbox_navigation svg {
	display: none;
}

#freshbox.ie a.freshbox_nav_button {
	background-image: url(/_gfx/landsat_navigation_sprite.png);
	background-repeat: no-repeat;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_prev {
	background-position: 0 0;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_prev:hover {
	background-position: 0 -30px;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_prev:active {
	background-position: 0 0;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_next {
	background-position: -59px 0;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_next:hover {
	background-position: -59px -30px;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_next:active {
	background-position: -59px 0;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_close {
	background-position: -180px 0;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_close:hover {
	background-position: -180px -30px;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_close:active {
	background-position: -180px 0;
}

.freshbox_navigation {
	margin-left: -43px;
	width: 150px;
}
 

a.freshbox_nav_button#fullscreen_zoom {
	margin-left: 14px;
	overflow: hidden;
}

a.freshbox_nav_button#fullscreen_zoom.active svg {
	margin-left: -30px;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_zoom {
	background-position: -90px 0;
}
 
#freshbox.ie a.freshbox_nav_button#fullscreen_zoom:hover {
	background-position: -90px -30px;
}
 
#freshbox.ie a.freshbox_nav_button#fullscreen_zoom:active {
	background-position: -90px 0;
}
 
#freshbox.ie a.freshbox_nav_button#fullscreen_zoom.active {
	background-position: -120px 0;
}
 
#freshbox.ie a.freshbox_nav_button#fullscreen_zoom.active:hover {
	background-position: -120px -30px;
}
 
#freshbox.ie a.freshbox_nav_button#fullscreen_zoom.active:active {
	background-position: -120px 0;
}


.footer {
    clear:both;
    padding-top: 15px;
    padding-bottom:0px;
    max-width: 100%;
    margin:0 auto;
    height:40px;
    text-align:center;
    background:rgba(250,250,250,.1);
    font-size:12px;
}

.inside{
	max-width:1120px;
    margin:0 auto;
    text-align:center;
    padding-left:20px;
    padding-right:20px;
    
}

.footercol1{
	 float:left;
	display: inline-block;
	position: relative;
    text-align:left;
	vertical-align: top;
	width: 70%;
    padding:0px 0px;
    margin:0px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

.footercol2{
	 float:left;
	display: inline-block;
	position: relative;
    text-align:center;
	vertical-align: top;
	width: 50%;
    padding:0px 0px;
    margin:0px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

.footercol3{
	 float:left;
	display: inline-block;
	position: relative;
    text-align:right;
	vertical-align: top;
	width: 30%;
    padding:0px 0px;
    margin:0px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    margin-top:-5px
}



.footer a{
	color:white;
    text-decoration:none;
}

.footer b{
	font-weight:none!important;
    font-family:'Futura LT W01 Bold';
    text-transform:uppercase;
    letter-spacing:3px;

}

.footer a:hover{
	color:white;
    text-decoration:none;
    border-bottom:0px solid;
}

.footer a:active{
	color:white;
    text-decoration:none;
    border-bottom:0px solid;
}


.footer img{
	width:22px;
    height:auto;
    margin:5px;
}

.footer img{
	border:2px solid white!important;
    border-radius:50%;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer img:hover{
	border:2px solid white!important;
    border-radius:0%;
    
    
}

@media all and (max-width: 1024px) {
    
    .footercol1,.footercol2,.footercol3{
	width:100%;
}
    .footercol1{
	text-align:center;
        margin-bottom:20px;
}
    .footercol3{
	text-align:center;
       
       
}
    .footer{
	height:100px;
      
}
    
    .inside{
	max-width:500px!important;
}
    .project {
	display: none;
	padding-left: 10px;
	padding-right: 10px;

	min-width: 320px;
}
    .project_content {
	
	padding-left: 10px;
	padding-right: 10px;
}
    .inside{
	max-width:440px;
    margin:0 auto;
    text-align:center;
    padding-left:20px;
    padding-right:20px;
    
}
    
}
 
@media all and (max-width: 670px) {
    
    .info {width:100%!important;}    
    
    
    
.infoblock{
	margin:0 auto!important;
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 100% !important;
    float:left!important;
    padding:0;
    padding-top:20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    border:none!important
}
    .herologo{
   
    width:300px;
    height:65px;
}


.herologo:hover{
   
   background-position: 0 -65px;    
  
}
   .project {
	display: none;
	padding-left: 0px;
	padding-right: 0px;

	min-width: 320px;
}
 
    
}
@media all and (max-width: 520px) {

    .herologo{
   
    width:250px;
    height:54px;
}


.herologo:hover{
   
   background-position: 0 -54px;    
  
}
    
    
}



@media all and (max-width: 1024px) {
#hero-video { display: none!important; }

    
    
  #background-image-phone{
    opacity:.8;
    display:block!important;
    z-index:0;
    width:100%;
    height:100% !important;
    position:fixed !important;
    left:0px;top:0px;
    bottom:0px;right:0px;
    margin:auto;
    background-size: cover;
    background-image:url(http://payload450.cargocollective.com/1/21/677319/11316309/scene2_5.jpg) ; 
    background-position:center center;
    background-repeat:no-repeat; 
    min-height: 500px;}
    
}
@media screen and (max-height: 40.5em) {
    .footercol1{display:none;}
    .footer{
        height:50px;}

    
}


/*HOVER STATES*/




#item_11233278 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/output_6Ofm6l.gif); 
}

 #item_11323260 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/002_Unilever-_-Persil-UK-HD.gif); 
}

 #item_11233297 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/003_Unilever-_-Hellmanns-UK-HD.gif); 
}

#item_11233306 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/004_Unilever-_-Lipton-USA-HD.gif); 
}

#item_11233309 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/005_HBO-South-Asia-Rebrand-HD.gif); 
}

#item_11233325 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/006_Cartier-Odyssee-HD.gif); 
}

#item_11233330 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/008_Star-Alliance---The-Way-HD_V1.gif); 
}

#item_11233710 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/009_SHIFT-v2-HD.gif); 
}

#item_11233715 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/010_HBO-ASIA-FESTIVAL-IDENT-HD.gif); 
}

#item_11233732 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/011_HBO-XMAS-IDENT-HD.gif); 
}

#item_11233739 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/013_Adlabs-imagica-TVC-HD.gif); 
}

#item_11233745 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/014_MTV-SUMMER-HD.gif); 
}

#item_11233746 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/015_Barclays-Bank---You-vs-Unconditional-Love-HD.gif); 
}

#item_11234145 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/016_Star-Hub-Year-of-Goat-Ident-HD.gif); 
}

#item_11234110 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/017_MTV-BUZZ-HD.gif); 
}

#item_11234153 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/018_Kitchen-Cabinet-Promo-_-ABC-HD.gif); 
}

#item_11234159 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/019_Discovery-Channel-The-Night-Watch-Program-Promo-HD.gif); 
}

#item_11234184 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/020_MTV-ASIA-_-CHINESE-NEW-YEAR-IDENT-HD.gif); 
}

#item_11234232 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/021_MTV-JUST-HATCHED-HD.gif); 
}

#item_11234189 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/022_mtvhits.gif); 
}

#item_11234202 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/023_Pause-Fest-ID-HD.gif); 
}

#item_11356419 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/Unilever-_-Knorr-USA-HD.gif); 
}

#item_11480888 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/WFL_HD_720p.gif); 
}

#item_11998085 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/riseofheroes-v3c.gif); 
}
#item_11316309 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/THOS_mirari_GF.gif); 
}

#item_12158529 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/THOS_mirari_GF.gif); 
}
#item_12879546 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/Sure.gif); 
}

#item_12902681 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/RHS.gif); 
}

#item_13067896 .thumb_image {
    
    background-size:contain;
    background-image: url(https://files.cargocollective.com/677319/Sand.gif); 
}
#herooverlay img {
    position: absolute;
    top: 50%;
    margin-top: -56px;
}

#herooverlay :nth-child(2):hover {
    opacity: 0;
}

#herooverlay :first-child {
    opacity: 1;
}