[data-columnize] {
    visibility: hidden;
}

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

body {
    background: #fff;
    color: #000;
   font-family: 'Lato', sans-serif!important;
    
    font-weight:400;
    letter-spacing:1px;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0px;
    padding-left:0px;
    text-rendering: optimizeLegibility;
     
    
}

.header{
	position:fixed;
    left:0px;
    right:0;
    top:0px;
    margin:0 auto;
    max-width:100%;
    text-align:left;
    font-size:24px;
    z-index:9;
    padding-top:20px;
    padding-bottom:10px;
    background:white;
    padding-left:30px;
    z-index:99;
}

.header a{
	color:black;
    text-decoration:none;
    
}

.header img{
    width:170px;
    height:auto;
	
}


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

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


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

.site_header {
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 0px;
    text-rendering: optimizeLegibility;
    text-align: center;
    
}


.arrowhover{
	position:absolute;
    z-index:99;
    color:white;
    display:block;
    width:100px;
    left:0;
    right:0;
    cursor:pointer;
    
    
}
/**
 * Header image and header text
 */

.header_image {
    text-align: center;
    z-index: 999;
    margin-top: 0px;
    display:none!important;
}

.header_image img {
    border: 0;
}

.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: 999;
    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: 999;
    margin-top: 50px;
    font-size: 14px;
    letter-spacing: initial;
    padding-left: 5px;
    padding-right: 5px;
    display:none!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[data-bodyview="index"] .navigation .set_link.active a {
    border-bottom: 1px dotted #999;
}

.navigation div.active a {
    border-bottom: 1px solid #000;
    color: #000;
}

.navigation a {
    color: #999999;
    padding-bottom: 3px;
    text-decoration: none;
}

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

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

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


.navigation .page_link {
}


.navigation .link_link {
}

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

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

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


/*body.open .filter{
	display:none;
}*/



.filter {
    font-size: 12px;
    letter-spacing: 2px;
   display:none!important;
   text-transform:uppercase;
    position:fixed;
    top:275px;
    left:-139px;
    z-index:9999999999;
    width:500px;
    line-height:35px;
    text-align:right;
    color:#28a1d6;
   transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

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

}

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

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

.container {

}

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

    min-width: 320px;
}

.project_header {
    position: relative;
    top: 35px;
    margin: 0 auto;
    padding-left: 125px;
    padding-right: 125px;
    text-align: center;
    max-width: 600px;
    z-index: 0;
}

.project_title {
    font-size: 24px;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 1.3em;
    margin-top: 70px;
    
    text-rendering: optimizeLegibility;
    border-bottom:0px solid #fff;
    color:#000;
   text-transform:uppercase;
    text-align:center;
    
    padding-top:10px;
    padding-bottom:10px;
    width:100%;
   
   
}

.entry .project_nav {
    
    font-size: 24px;
    line-height: 10px;
    position: absolute;
    left: 0px;
    right:0px;
    top:50px;
   text-align:center;
    margin:0 auto;
    z-index: 1;
    padding-top:30px;
    padding-bottom:25px;
    max-width:1200px;

    /* 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;
}

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

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

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

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

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

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

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

.project_nav a.index span {
    background: rgba(0,0,0,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: #ccc;
}

.project_nav a.index:active span {
  background: #ccc;
}

.entry {
  background: #fff;
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 40px;
    
}



.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 br {
    clear: both;
}

.project_content a {
     color: #000!important;
    text-decoration: none;
   
}


.project_content a:hover {
    
    color: #4876FF!important;
    text-decoration: none;
    
}

.project_content a:active {
    
   color: #4876FF!important;
}


.contactsoc{
	display:inline-block;
     vertical-align:top!important;
}

.contactsoc img{
	margin:0!important;
    width:36px;
    height:36px;
    margin-left:10px!important;
    margin-right:10px!important;
   
}

.contactsoc img{
	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;
}

.contactsoc img:hover{
	border-radius:0%;
    -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;
}


.circeo{
	max-width:200px;
    margin:0 auto;
    text-align:center;
    
}

.circeo img{
	max-width:100%;
    height:auto!important;
    margin:0!important;
}

/**
 * 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_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: #000;
   
    position: relative;
    padding-bottom: 35px;
    margin: 0 auto;
    
    font-size: 11px;
    text-align: center;
    max-width: 970px;
    padding-top:50px;
    display:none!important;
}

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

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

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

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

.project_footer .tags span:after {
    content: "";
}
.project_footer .tags span:first-child {
   display:none;
}


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

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

.project_footer .views{
	display:none;
}

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

.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: 0px auto;
    min-width: 250px;
    padding-left: 0;
    padding-right: 0;
}

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

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


#index{
	-moz-box-shadow: -10px 0px 20px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -10px 0px 20px -5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: -10px 0px 20px -5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: -10px 0px 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: -10px 0px 20px -5px rgba(0, 0, 0, 0.3); 
}

.thumbnail {
    display: inline-block;
    margin-top: 0px;
    margin-bottom:0px;
    position: relative;
    vertical-align: top;
    padding: 0px;
    background-color: #000;
    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,
.navigation div,
.navigation 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 .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s 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 img {
    outline: 0px solid #ff3366;
    outline-offset: -2px;
}

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

.thumbnail .thumb_image   {
    background:black;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
     opacity: 1;
    filter: alpha(opacity=100);
}
.thumbnail:hover .thumb_image {
    opacity: .5;
    filter: alpha(opacity=0);
  
  
 
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s 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:50%;
    z-index: 99;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    filter: alpha(opacity=0);
    opacity: 0;

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

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


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

.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 {
    color: #999999;
    font-size: 11px;
    font-family: Menlo, monaco, monospace;
    padding: 0 15px 12px 15px;
    margin-top: -9px;
    text-align: left;
    display:none!important;
}

.thumbnail .thumb_tags span:after {
    content: ','
}

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

.thumbnail .thumb_tags a {
    color: #aaaaaa;
    padding-bottom: 3px;
    text-decoration: none;
}

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

.thumbnail .thumb_tags a:active {
    border-bottom: 1px solid #999;
    color: #999;
}

.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;
}


.toolset {
   display:none!important;
    position: fixed;
    top: 10px; right: 10px;
    z-index: 9999;
}


/**
 * 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: #fff;
    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;
}





.bigimg img{
    max-width:100%!important;
    margin:0 auto!important;
    float:left!important;
    text-align:left!important;
    
}


.project_content {
    
    margin: 0 auto;
    text-align: center;
    margin-top: 66px;
    padding-bottom: 35px;
    font-size:16px!important;
    
    
}

.project_content p{
	font-weight:700;
    font-size:20px;
}

.project_content img{
	border:0px solid #ccc!important;
    outline:none!important;
}


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




.contactinfo{
    font-size:22px;
    text-transform:uppercase;    
    color:white!important;
	text-align:center;
    
}

.contactinfo p{
	color:black;
    font-size:18px!important;
    text-align:center;
    max-width:1220px!important;
}

#projectpage{
	max-width:1200px;
    margin:0 auto;
    text-align:left;
    padding-left:10px;
     padding-right:10px;
}




#mediapage{
	max-width:1000px;
    margin:0 auto;
    text-align:center;
    padding-left:10px;
     padding-right:10px;
}


#mediapage iframe{
    display: block;
    margin: 0px auto 0px auto!important;
   
    
    
}

#productionpage{
	max-width:1200px;
    margin:0 auto;
     padding-left:10px;
     padding-right:10px;
}


#productionpage i{
	font-size:12px;
}

.bigposter{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 100%;
   
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:center; 
    margin-top:0px;
}

.bigposter img{
	max-width:100%;
    height:auto!important;
    margin:0!important;
}



.big{
display: inline-block;
	position: relative;
	vertical-align: top;
	max-width: 1200px;
   
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:center; 
    margin-top:0px;
}

.big img{
	max-width:100%;
    height:auto!important;
    margin:0!important;
}


.headertop{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 100%;
   
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:center; 
}

.headertop img{
	max-width:100%;
    height:auto!important;
    margin:0!important;
}

.actors {
  
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 33.3%;
    padding:20px;
   
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:center;    
   
    

}
.actors img{
	max-width:100%;
    height:auto!important;
    margin:0!important;
}



.directors{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 33.3% !important;
    padding:20px;
   
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:center;
    padding:80px;
}

.directors img{
	max-width:100%;
    height:auto!important;
    margin:0!important;
    
}

.cast{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 100% !important;
    padding:5px;
   
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:center;
}

.bio1 {
  
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 25%;
    padding-right:20px;
   
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:left;    
   
    

}

.bios{
	max-width:1200px;
    margin:150px auto;
    padding-left:30px;
    padding-right:30px;
}

.bio1 img{
	max-width:100%;
    height:auto!important;
    margin:0!important;
}

.bio2 {
   border-left:1px solid #ccc;
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 75%;
    padding-left:20px;
   text-align:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:left;    
    font-size:15px;
     text-transform:none!important;

}

.title{
	font-size:24px;
}

.title i{
	font-size:17px;
    font-weight:300!important;
}




#mantra .box1 a{
	color:black!important;
}

#mantra .box1 a:hover{
	color:#28a1d6!important;
}



.box1 span{
	font-size:10px;
     letter-spacing:2px;
}

.country{
	font-size:10px;
    line-height:20px;
     letter-spacing:2px;
}

.box1:last-child {
	border-right:none;
}





/*#splash {
    background-color: rgba(0,0,0,.1);
    background-image:url(http://payload139.cargocollective.com/1/8/274061/5098752/scooter-edit_o.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 999;
}*/

/*
 * 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_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;
}





@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
.thumbnail:hover .thumb_image {
    opacity: .3;
    filter: alpha(opacity=30);
  
  
   -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;}


}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
  .thumbnail:hover .thumb_image {
    opacity: .3;
    filter: alpha(opacity=30);
  
  
   -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;}
  

}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
  .thumbnail:hover .thumb_image {
    opacity: .3;
    filter: alpha(opacity=30);
  
  
   -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;}
  



}



@media all and (max-width: 1200px) {
#col-2{display:none;}
    
.col-text{
    font-size: 13px;
    color:#fff;
    line-height:1.6;
    float:left;
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 100% !important;
    padding:0px 20px;
    margin:0px 0px 20px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;}

#two-col iframe{
   
   
	display: inline-block;
	position: relative;
	vertical-align: top;
	max-width: 905px !important;
    max-height:509px !important;
    padding:0px 0px 40px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    border:none!important;
    
	
}
#two-col img{
   
    margin:0 auto!important;
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 100% !important;
    height:auto !important;
    padding:40px 0px 40px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    border:none!important;
    
	
}


}



/*OVERLAY*/
/* Overlay style */




#trigger-overlay{

	background:transparent!important;
	padding: 10px 0;
	position: fixed!important;
	top: 0px;
	right: 33px;
	text-align: center;
	z-index:99999999!important;
	
	font-size: 14px;
	line-height: 14px;
    
}
#trigger-overlay img{
	width:30px!important;
    background:white!important;
    padding:8px;
    
}

#trigger-overlay a img{
	border:none!important;
    outline:none!important;
}



#trigger-overlay a img:hover{
	border:none!important;
     outline:none!important;
}
#trigger-overlay a img:active{
	border:none!important;
     outline:none!important;
    
}

.overlaymenu{
	position:fixed;
    
    left:0;
    right:0;
    z-index:999;
    height:0px;
    max-width:1530px;
    margin: 0 auto;
   padding-left:15px;
    padding-right:15px;
   
}


.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:rgba(0, 0, 0, .85);
    background-image:url(http://payload448.cargocollective.com/1/19/627993/11279064/bg.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    
    z-index:99999999;
   
}


.overlay .overlay-close {
	width: 45px;
	height:45px;
	position: fixed;
	right: 34px;
	top: 15px;
	overflow: hidden;
	border: none;
	background:  url(http://payload448.cargocollective.com/1/19/627993/11279064/45x45px_close_icon.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
   
}


.overlay nav {
	text-align: center;
	position: relative;
	top: 45%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay a{
	text-decoration:none;
    text-transform:uppercase;
    
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
    width:100%;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 7);
	min-height: 54px;
   
}

.overlay ul li a {
	
    font-size:36px;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;

    line-height:30px;
}

.overlay ul li a:hover{
	color: #4c4e56!important;
   
}

.overlay ul li a:active{
	color: #4c4e56!important;
   
}

.overlay ul li a:focus {
	color: #4c4e56!important;
  
}

.overlay {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
    
}

.overlay nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}


button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}

button,input{
    line-height:normal;
border:none!important;
    outline:none!important;


}

button,select{
    text-transform:none;
border:none!important;
    outline:none!important;

}

button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}

button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}


button{
    background:none;
    border:none!important;
}

button img{
	border:none!important;
    outline:none!important;
}

button img:active{
	border:none!important;
    outline:none!important;
}

button:hover{
	opacity:.5!important;
}
@media screen and (max-height: 40.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
        
	}
	.overlay ul li {
		min-height: 34px;
        height: calc(100% / 6);
        
	}
    .overlay ul li a{
    line-height:50px;
    font-size:32px;
    }
    
}

@media all and (max-width: 640px) {

	.overlay ul li a {
	line-height:60px;
        
    padding-top:0px;
    
}
   .box1 {
   
    color:#fff;
    line-height:1.6;
    font-size:18px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 100% !important;
    padding:10px 0px;
   
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:center;    
    border-right:none;
    

}
  
    
    
}



@media all and (max-width: 640px) {



.social{display:none;}
    .mobiletop{display:block;}   
    
    
    
.filter {
    display:none;
   
}
    
    
    .project_footer {
    color: #fff;
    margin: 0px auto;
    position: relative;
    padding-bottom: 35px;
    left: 0;
    right:0;
    
    
    font-size: 11px;
    text-align: center;
    max-width: 100%;
    padding-top:50px;
}
    .entry .project_nav {
    
    font-size: 24px;
    line-height: 10px;
    position: fixed;
    left: 0px;
       margin-right: 15px;
    margin-top: 0px;
    z-index: 9999;
    padding-top:30px;
    padding-bottom:20px;

    /* 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;
}
  .bigposter{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 100%;
   
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:center; 
    margin-top:0px!important;
}
  
   
}

@media all and (max-width: 1240px) {

 .bigposter{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 100%;
   
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:center; 
   
}
}   

@media all and (max-width: 1040px) {


 .thumbnail {
    
  opacity: 1;

}

.visible {
    opacity: 1!important;
    
}
   
  .bigimg4:hover{
	opacity:1!important;
     -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;
}
  .bigposter{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 100%;
   
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:center; 
    
}
    
    
}



/*///////HOME PAGE GRID */

#entry2{
   
	max-width:100%;
   display:none;

	
}

#project_content2 {
	max-width: 100%!important;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	
	padding-left: 0px;
	padding-right: 0px;
    font-size:16px;

    
    
    
}

.site-title{
	position:fixed;
    max-width:100%;
    left:0;
    right:0;
    margin:0 auto;
    top:30%;
    text-align:center;
    z-index:99;
    display:none;
}

.site-title img {
    width: 70%!important;
   
  
}






h2{
	color:#000; 
    margin:0 auto;
    font:40px;
    font-family:'Futura BT W01 Medium',sans-serif;
    font-weight:600; 
    letter-spacing:2px;
    padding-bottom:40px;
    text-align:center; 
    text-transform:uppercase;

}

h2 a{
	color:black;
    text-decoration:none;
}

h2 a:hover{
	opacity:.5!important;

}

h2 a:active{
	opacity:.5!important;

}

.social {
	position:fixed;
    left:40px;
    bottom:20px;
   
}

.social img{
    display:inline-block;
    margin: 0!important;
    background:white;
	border:3px solid #28a1d6!important;
    border-radius:50%;
    max-width:18px;
    height:auto;
    padding:2px;
     -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;
}

.social img:hover{
	border-radius:0;
}



/*HOME PAGE GRID*/


.arrowhover{
	font-size:6px;
    line-height:10px;
   margin:0 auto;
    position:absolute;
    text-align:center;
    bottom:0px;
    left:0;
    right:0;
    word-spacing:0px;
   max-width:182px;
    display:none;
}


.arrowhover img{
	max-width:50px!important;
  
}




/*NEW INTRO PAGE*/

.homecontainer{
	clear:both;
    margin:0 auto;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    max-width:100%;
    background:white;
    padding-left:33px;
    padding-right:33px;
    
}



#mantra{
	color:black;
   
   
    font-size:22px!important;
   
    padding-top:50px;
    padding-bottom:0px;
    max-width:1000px;
    margin:0 auto;
    text-align:center;
    padding:20px;
}


#mantra img{
	margin:0!important;
    max-width:1000px!important;
    height:auto!important;
}
#mantra p{
	text-align:center!important;
    font-weight:700;
    margin:0!important;
    text-transform:uppercase;
    font-size:22px;
    clear:both;
}

#mantra a{
	 color: #28a1d6!important;
}

#mantra a:hover{
	color:#000!important;
}

.awards{
    
    width:25%;
    height:auto!important;
    margin:0 auto!important;
    float:left!important;
    text-align:left!important;
   -moz-box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important; 
    box-sizing: border-box!important;
     -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;
   padding:0px!important;
   font-size:21px;
    margin-bottom:20px!important;
    
   
}

.awards a{
	font-size:14px;
    color:black!important;
    
}

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

.aboutthefilm{
    width:50%;
    height:auto!important;
    margin:0 auto!important;
    float:left!important;
    text-align:left!important;
   -moz-box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important; 
    box-sizing: border-box!important;
     -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;
   padding:20px!important;
   font-size:21px;
   
}

.aboutthefilm a{
	font-size:14px;
    color:black!important;
}

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

.switch{
	margin:0 auto;
    text-align:center;
    color:black!important;
}

.switch a{
	 color: #28a1d6!important;
    text-decoration:none!important;
    border:1px solid;
    padding:5px;
    text-transform:uppercase;
    font-size:14px;
}


.switch a:hover{
	color:black!important;
}

.spacer{
	height:40px!important;
    clear:both;
}

.endorsements{
    clear:both;
	color:black;
    font-size:21px;
   
    padding-top:50px;
    padding-bottom:0px;
    max-width:1000px;
    margin:0 auto;
    text-align:left;
    padding:20px;
    
}
.endorsement p{
	font-size:22px;
}

.endorsements a{
	color: #000!important;
    font-size:21px;
}


#introbox{
     position:relative !important;
     top: -50px !important;
     left:0px;right:0px;
     width: 100% !important;
     margin:0px auto;
     height: 80vh;
     min-height: 600px;
     z-index:0;
   
    
}

.overlayhalf{
	background:black;
    height:600px;
    z-index:9999999999;
    position:absolute;
    
}



.inside{
   position: absolute!important;
	width: 100%;
	height: 100%;

    background-image:url('http://payload448.cargocollective.com/1/19/627993/11279054/2.jpg');
    background-position: bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-background-size: cover;
	background-size: cover;
    z-index:9999;
}
#banners{
    width:100%;
    display:table;
    height:100vh;
    min-height:600px;
    color:white;
    background:rgba(0,0,0,0);
}

#middle {
    letter-spacing:0px;
    font-size:120px;
    line-height: 120px;
    display:table-cell;
    text-align:center;
    vertical-align: middle;
    text-decoration: none !important;
}

#banner-middle {
    letter-spacing:0px;
    font-size:48px;
    display:table-cell;
    text-align:center;
    line-height:70px;
    letter-spacing: 0.02em;
    vertical-align: middle;
    text-decoration: none !important;
    letter-spacing:4px;
    color:white!important;
    text-transform:uppercase;
}

#banner-middle a{
	 color:white!important;
    font-weight:500;
}

#banner-middle b{
	font-size:50%!important;
    font-weight:normal!important;
    margin:0!important;
    line-height:50%!important;
}

.feature{
    font-size:26px;
     background: #28a1d6;
    padding-top:10px;
    padding-bottom:10px;
    color:white;
}

.feature a{
	margin-left:30px;
    
}

.feature a:hover{
	color:white!important;
}


.feature .porto a{
	color:black!important;
}

.feature .porto a:hover{
	color:white!important;
}

.feature .porto a:active{
	color:white!important;
}



.bigimg4{
    width:50%;
    height:auto!important;
    margin:0 auto!important;
    float:left!important;
    text-align:left!important;
   -moz-box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important; 
    box-sizing: border-box!important;
     -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;
   padding:5px!important;
   
}

.bigimg4 img{
	width:100%!important;
    height:auto!important;
    margin:0!important;
   padding:0!important;
    margin-bottom:-6px!important;
}

.prodstills{
    width:33.3%;
    height:auto!important;
    margin:0 auto!important;
    float:left!important;
    text-align:left!important;
   -moz-box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important; 
    box-sizing: border-box!important;
     -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;
   padding:5px!important;
   
}

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

@media all and (max-width: 940px) {

.directors{
       padding:40px; 
	
}
}

@media all and (max-width: 740px) {

.actors {
      width: 100%!important;}
    
  .cast{
	display: inline-block;
	position: relative;
	vertical-align: top;
      width: 100% !important;  }
    
     .header{font-size:16px;padding-top:26px;padding-left:10px;}   

   .directors{
	width:50%!important;
       padding:20px!important;
}
    
}

@media all and (max-width: 640px) {

.actors {
      width: 100%!important;}
    
  .cast{
	display: inline-block;
	position: relative;
	vertical-align: top;
      width: 100% !important;  }
    

    .crowdfund{display:none!important;}

   
     .directors{
	width:50%!important;
       padding:10px!important;
}
    
    
 .header{font-size:14px;padding-top:26px;padding:10px;}   
}




@media all and (max-width: 1040px) {

 .prodstills{
     width:50%;}
   
   .crowdfund{
	position:absolute;
    z-index:99999;
    top:-11px;
    left:20px;
    display:none;
}


.crowdfund img{
	width:140px;
    height:auto!important;
}
    
    
#introbox{
     position: relative !important;
     
     left:0px;right:0px;
     width: 100% !important;
     margin:0px auto;
     height: 0vh;
     min-height: 600px!important;
    
    
}
    
#banners{
    width:100%;
    display:table;
    height:0vh;
    min-height:600px!important;
    color:white;
}
    
   #banner-middle {
    letter-spacing:0px;
    font-size:30px;
    display:table-cell;
    text-align:center;
    line-height:50px;
    letter-spacing: 0.02em;
    vertical-align: middle;
    text-decoration: none !important;
   
    word-spacing:12px;
    text-transform:uppercase;
}
    .mainlogo img{
	max-width:60%;
    height:auto;
}
#trigger-overlay img{
	width:30px!important;
    background:white!important;
    padding:8px;
}
}






@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 667px) {


    #trigger-overlay img{
	width:50px!important;
    background:white!important;
    padding:8px;
}
  
}


/*FOMR*/
form.vr-signup-form {
  margin: 0 auto!important;
  padding: 0;
 font-family: 'Lato', sans-serif!important;
  line-height: 125%;
  font-size: 12pt;
  max-width: 450px;
}

/* line 26, ../../app/assets/stylesheets/signup_forms.embedded.css.scss */
form.vr-signup-form *, form.vr-signup-form *:before, form.vr-signup-form *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 32, ../../app/assets/stylesheets/signup_forms.embedded.css.scss */
form.vr-signup-form div.vr-field {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
/* line 36, ../../app/assets/stylesheets/signup_forms.embedded.css.scss */
form.vr-signup-form div.vr-field span.vr-required {
  margin: 0;
  padding: 0;
  float: right;
  color: red!important;
}
/* line 42, ../../app/assets/stylesheets/signup_forms.embedded.css.scss */
form.vr-signup-form div.vr-field label {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  display: block;
}
/* line 50, ../../app/assets/stylesheets/signup_forms.embedded.css.scss */
form.vr-signup-form div.vr-field input[type=text],
form.vr-signup-form div.vr-field input[type=email],
form.vr-signup-form div.vr-field select {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif!important;
  line-height: 125%;
  font-size: 10pt;
  border: 1px solid #000!important;
  width: 100%;
}
/* line 56, ../../app/assets/stylesheets/signup_forms.embedded.css.scss */
form.vr-signup-form div.vr-field input[type=text]:focus,
form.vr-signup-form div.vr-field input[type=email]:focus,
form.vr-signup-form div.vr-field select:focus {
  background-color: #ffd!important;
  outline: none;
}
/* line 63, ../../app/assets/stylesheets/signup_forms.embedded.css.scss */
form.vr-signup-form div.vr-field input[type=text],
form.vr-signup-form div.vr-field input[type=email] {
  padding: 4px;
}
/* line 69, ../../app/assets/stylesheets/signup_forms.embedded.css.scss */
form.vr-signup-form div.vr-submit div.vr-notice {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif!important;
  line-height: 125%;
  font-size: 10pt;
  float: right;
  padding-top: 7px;
}
/* line 75, ../../app/assets/stylesheets/signup_forms.embedded.css.scss */
form.vr-signup-form div.vr-submit div.vr-notice.vr-notice-success {
  color: green;
}
/* line 79, ../../app/assets/stylesheets/signup_forms.embedded.css.scss */
form.vr-signup-form div.vr-submit div.vr-notice.vr-notice-failure {
  color: red;
}
/* line 84, ../../app/assets/stylesheets/signup_forms.embedded.css.scss */
form.vr-signup-form div.vr-submit input[type=submit] {
 font-family: 'Lato', sans-serif!important;
  line-height: 125%;
  font-size: 12pt;
    background:black;
    color:white;
    text-transform:uppercase;
}

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


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

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

.credits{
	 
    font-size:15px;
    color: #28a1d6!important;
}

.credits a{
	color:black;
    text-decoration:none;
}

.footercol1{
	 float:left;
	display: inline-block;
	position: relative;
    text-align:left;
	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;
    font-size:12px;
    padding-bottom:50px;
}


.footercol1 a{
	color:black;
    text-decoration:none;
}


.footercol2{
    color:black;
	 float:left;
	display: inline-block;
	position: relative;
    text-align:center;
	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;
}


.footercol2 p{
	color:white;
    margin:0 auto!important;
    background:#fff;
    width:300px;
    
   
}

.footercol3{
	 float:left;
	display: inline-block;
	position: relative;
    text-align:right;
	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;
    margin-top:-5px
}



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

.footer b{
	font-weight:none!important;
   
    text-transform:uppercase;
    letter-spacing:3px;

}

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

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

.footercol2 img{
	width:72px!important;
    height:auto;
    margin:5px;
}
.footer img{
	width:32px;
    height:auto;
    margin:5px;
}

.footer img{
	margin:5px;
    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;
    margin-top:-4px;
}

.footer img:hover{
	
    border-radius:0%;
    
    
}



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

.footer2 b{
	font-weight:none!important;
   
    text-transform:uppercase;
    letter-spacing:3px;

}

.footer2 a:hover{
	color:#ccc;
    text-decoration:none;
    border-bottom:0px solid;
}

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


.footer2 img{
	width:32px;
    height:auto;
    margin:5px;
}

.footer2 img{
	margin:5px;
    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;
    margin-top:-4px;
}

.footer2 img:hover{
	
    border-radius:0%;
    
    
}
@media all and (max-width: 900px) {
    
    .footercol1,.footercol2,.footercol3{
	width:100%;
    padding-bottom:0px;
}
    .footercol1{
	text-align:center;
        margin-bottom:20px;
}
    
 .footercol2{
	text-align:center;
        margin-bottom:40px;
}
   
    
    .footercol3{
	text-align:center;
        padding-bottom:50px;
        
       
       
}
    .footer{
	height:100px;
}
    footer2{
	height:100px;
}
    
    
    .bio1 {
  
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 100%;
    padding-right:20px;
   padding-bottom:20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:left;    
   
    

}

.bios{
	max-width:1200px;
    margin:150px auto;
}

.bio1 img{
	max-width:100%;
    height:auto!important;
    margin:0!important;
}

.bio2 {
   border-left:0px solid #ccc;
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 100%;
    padding-left:0px;
   text-align:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:left;    
    font-size:15px;
     text-transform:none!important;

}

}

.mobile_site_header { display: none; }



/*//////////*/




           
#cycle-loader {
    display:none!important;           
    height:32px;
    left:50%;
    margin:-8px 0 0 -8px;
    position:absolute;
    top:50%;
    width:32px;
	z-index:999;
  }
            
            
#maximage {
    max-width:100%;
    max-height:100%;
     position:absolute !important;
     z-index:9;
   
    background:white!important;
 }
          

           
#gradient {
     left:0;
     height:100%;
     position:absolute;
     display:none!important;
    
    right:0;
     width:90%;
     z-index:99;
    background:rgba(0,0,0,.2);
    border:1px solid black!important; 
   
}
            
 

            
            
            
#arrow_left {
     
    left:16px;
    position:absolute; 
    top:45%;
      z-index:10;
    display:none!important;
            
}
            
#arrow_right {
                right:16px;
                position:absolute; 
                top:45%;
                z-index:10;
     display:none!important;
}
            
            
#arrow_left:hover, #arrow_right:hover {
               opacity:.6;
            }
#arrow_left:active, #arrow_right:active {
                opacity:.6;
            }
            
            
         
   

.in-slide-content { 
   
    top:15%;
    text-align:center;
    margin:0 auto;
    position: absolute!important;
    
    width:100%;
    color:white;
   z-index:9999!important;
    
    line-height:40px;
    
   
}


.in-slide-content .line-1{
	font-size:50px;
     text-transform:uppercase!important;
   
 line-height:50px;
    top:-5px;
    text-align:center;
    margin:0 auto;
    padding:20px;
    z-index: 97;
    max-width:700px;
    color:white;
}

.in-slide-content .line-1 img{
	max-width:100%;
    height:auto!important;
}

@media screen and (max-height: 40.5em) {
	.in-slide-content .line-1 img{
	max-width:60%;
    height:auto!important;
}
    .in-slide-content .line-3{margin-top:0!important;}
}

.in-slide-content .line-2{
	line-height:55px;
    
     
       font-size:25px;
    text-transform:uppercase!important;
     font-family:'TradeGothicW01-BoldCn20 675334',sans-serif;
}

.in-slide-content .line-3{
	line-height:5px;
 font-size:20px;
    margin-top:5%;
    text-transform:uppercase!important;
    margin-bottom:-40px;
     font-family:'TradeGothicW01-BoldCn20 675334',sans-serif;
}

.in-slide-content .line-4{
	line-height:5px;
 font-size:25px;
    margin-top:0px;
    text-transform:uppercase!important;
    margin-bottom:0px;
     font-family:'TradeGothicW01-BoldCn20 675334',sans-serif;
}

.in-slide-content .play2  {
		width: 200px;
		margin: 50px 10px;
		cursor: pointer;	
		
		
		display: inline-block;
        font-size:25px;
        /*border:2px solid white;*/
       z-index:100000!important;
        cursor:pointer;
        
	}


.in-slide-content .play2 img{
	max-width:40%;
    background:transparent!important;
    border-radius:54px;
   z-index:1000000!important;
    cursor:pointer;
}

.in-slide-content .play2 img:hover{
	background:gray!important;
}








/**
 * Mobile  
 */

@media all and (max-width: 1020px) {

    #col-1{display:none;}
   .aboutthefilm{
    width:100%!important;
       font-size:16px;}
    #mantra{
	font-size:16px!important;
}
    .endorsements{
	font-size:16px;
}
    
}


@media all and (max-width: 812px) {
#col-2{display:none;}
    
.col-text{
    font-size: 16px;
    color:#ccc;
    line-height:1.6;
    float:left;
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 100% !important;
    padding:0px 20px;
    margin:0px 0px 20px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;}
}


@media all and (max-width: 840px) {

	

}

@media all and (max-width: 650px) {
    
}
    
@media all and (max-width: 610px) {
.in-slide-content .line-1 {
		display: block;
		font-size: 30px;

}
 .in-slide-content .line-2 {
		display: block;
		font-size: 25px;

}
 
.in-slide-content .line-3 {
		display: block;
		font-size: 25px;

}
    
}

@media all and (max-width: 560px) {

    .intfilter a{
	font-size:13px;
}
    
.intfilter a:hover{
	font-size:13px;    
}
}




@media all and (max-width: 410px) {

  	.menu {  
	font-size:17px;
}
    .intfilter a{
	font-size:13px;
}
}

iframe{
	border:0px solid black!important;
}


/*.classybox-wrap .next {
   
   
    background:url(http://payload301.cargocollective.com/1/16/538239/8326375/next_o.png) top right no-repeat!important;
    
}
.classybox-wrap .prev {
   
    background:url(http://payload301.cargocollective.com/1/16/538239/8326375/prev_o.png) top left no-repeat!important;
    height:34px;
   
}*/

#classybox {
   
    background-color: rgba(0, 0, 0, 0.9)!important;

}
 

#maximage,.arrowhover{
	display:none;
}


.mc-closeModal {
    position: absolute;
    top: -30px;
    right: 0;
    width: auto;
    height: 50px;
    /* background: url('/images/X.png') no-repeat center center; */
    background-size: 26px;
    cursor: pointer;
    color: #FFFFFF!important;
    font-weight: bold;
}
    
