/**
 * Cassiopeia
 */


/**
 * MICHAEL'S CUSTOM CSS BEGIN
 * 
  */
 

 
.profile {
	color: #FFF;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 30px;
	text-rendering: optimizeLegibility;
	text-align: left;	
	
}

.clients {
	color: #FFF;
	font-family: europa, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1.5px;
	line-height: 25px;
	text-rendering: optimizeLegibility;
	text-align: left;	
	z-index: 9999;

}

.read {
	color: #FFF;
	font-family: europa, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-rendering: optimizeLegibility;
	z-index: 9999;
	clear: both;
}


.collab {
	color: #898989;
}

.collab a {
	color: #898989
	
}

.collab a:active {
	color: #898989
	
}

.collab a:hover {
	color: #898989
	
}


.small {
	color: #a4a4a4;
	font-family: europa, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1.5px;
	line-height: 25px;
	text-rendering: optimizeLegibility;
	z-index: 9999;
	margin-bottom: 5px;
	
}



.content_column {
    float: left;
    margin: 0 0 0 50px;
    width: 180px;
    z-index: 9999;
}

.content_column a{
	color: #FFF;
}


.cv {
	color: #FFF;
	font-family: europa, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1.5px;
	line-height: 25px;
	text-rendering: optimizeLegibility;	text-align: center;	
	
}




.profile_image{
	
    opacity: .3;
    position: absolute;
	left: -200px;
    top: 200px;
    z-index: 1;
}

.profile_image2{
	
    opacity: .3;
    position: absolute;
    left: -140px;
    top: 800px;
    z-index: 1;
}

.profile_image3{
	
    opacity: .3;
    position: absolute;
    right: 200px;
    top: 1200px;
    z-index: 1;
}

.profile_image4{
	
    opacity: .2;
    position: absolute;
    right: 150px;
    top: 600px;
    z-index: 1;
}

.profile_image5{
	
    opacity: .5;
    position: absolute;
    left: -120px;
    top: 1300px;
    z-index: 1;
}

.profile_image6{
	
    opacity: .3;
    position: absolute;
    left: 200px;
    top: 1600px;
    z-index: 1;
}



.profile_image8{
	
    opacity: .4;  
    z-index: 1;
}

.readmore {
   display:none;
}


.etc_image1{
	
    opacity: 1;
    position: absolute;
	left: 300px;
    top: 600px;
    z-index: 1;
    text-align: center;
}

.rectangle_right{
	
	background: white;
	width: 100%;
	height: 170px;
	opacity: 1;
    position: absolute;
	left: 0px;
	right: 0px;
    top: 0px;
    z-index: 1;
	
}
	
	

.arrow {
	color: #ccc;
}

.project_date {
	color: #898989;
	font-family: europa, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cv_date {
	color: #bfbfbf;
	font-family: europa, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 5px;
	
}




/**
 * MICHAEL'S CUSTOM CSS END
 * 
  */
 
 
 
 
 
 

[data-columnize] {
	visibility: hidden;
}

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


body {
	background: #ffffff;
	
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;	
    	
	color: #282828;
	font-family: europa, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .7px;
    -webkit-font-smoothing: antialiased;
}

.background_holder { 
	position: fixed;
	opacity: 0;
	z-index: -2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
}


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

.header {
    margin:0 auto;
    font-size:16px;
    text-align:center;
    width:100%;
    height:145px;
    z-index:99999;
    position: fixed;

  -ms-transition: margin-top 600ms ease-out;
    -moz-transition: margin-top 600ms ease-out;
    -webkit-transition: margin-top 600ms ease-out;
    transition: margin-top 600ms ease-out;
    
    background: #000;
    
}


.site_header {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	text-rendering: optimizeLegibility;
	text-align: left;
	padding-top: 0px;

	position: fixed;

	top: 70px;
	left: 70px;
	right: 70px;
	z-index: 999;
	
    -webkit-transition: margin-top, opacity 700ms, 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	 -moz-transition: margin-top, opacity 700ms, 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);		
    -ms-transition: margin-top, opacity 700ms, 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);	
    transition: margin-top, opacity 700ms, 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);	
}


.scrolled .site_header {
	opacity: 0;
	margin-top: 0px;
/* 	transition: all 0 ease 0; */
}



/**
 * Header image and header text
 */

.header_image {
	text-align: center;
	z-index: 999;
	margin-top: 60px;
}

.header_image img {
	border: 0;
}


.header_text {
	float: left;
	font-family: sans-serif;
	font-size: 20px;
	font-family: europa, Arial, Helvetica, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	z-index: 999;
	text-transform: uppercase;
}


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

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

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

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

.navigation {
	font-family: europa, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: .5px;
    float: right;
    text-transform: capitalize;
    z-index:9999999;
}



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

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

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


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

body[data-bodyview="index"] .navigation .set_link.active a {
	border-bottom: 2px; 
}

.navigation div.active a {
	border-bottom: 2px solid #999999;
	color: #000000;

}

.navigation a {
	border-bottom:2px solid transparent;
	color: #999999;
	padding-bottom: 2px;
	text-decoration: none;
	-webkit-transition:border-bottom 300ms;
    transition:all 300ms ease-in-out 0;
}

.navigation a:hover {
	border-bottom: 2px solid #999999;
	color: #999999;
	background: clear; 
	font-style: normal; 
	   
}

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

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


.navigation .page_link {
}


.navigation .link_link {
}

.navigation .set_link a:hover {
	border-bottom: 2px solid #999999;
}

.navigation .set_link a:active {
	border-bottom: 2px solid #999999;
	color: #222222;
}

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

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

.filter a {
	color: #000;
	border-bottom: 1px solid #000;
	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 #666;
	color: #666;
}

.container {
    margin-bottom: 40px;

    margin-top: 40px;
}

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

	min-width: 320px;
}

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



.project_title {
	font-family: europa, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 34px;
	display: inline-block;
	letter-spacing: .1px;
	line-height: 1.3em;
	margin-top: 0;
	text-rendering: optimizeLegibility;

		
}


.fade_wrapper {
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.fade_wrapper.faded-in {
	opacity: 1;
}



.entry .project_nav {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	position: fixed;
	bottom: 60px;
	right: 60px;
	margin-right: 0px;
	margin-top: 0px;
	z-index: 9999;
		display: none;

	/* 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;
	margin: 0 5px;
	height: 14px;
	color: rgba(128, 128, 128, 0.4);
	cursor: pointer;
	text-decoration: none;
}

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

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

.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, 0.4);
	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: #000;
}

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

.entry {
	
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;	
	
	
	background: #ffffff;
	
	padding-top: 120px;
	overflow: hidden;
	
	padding-bottom: 0px;
}

.project_content {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	margin-top: 0;
	padding-left: 40px;
	padding-right: 40px;
	letter-spacing: .7px;
}

.project_content > *:not(.lazy_exempt) {
	opacity: 0;
}

.lazyload { 
	opacity: 0;

    -ms-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out;
}

.background_image {
	display: none;
	visibilty: hidden;
}

.lazyload.loaded.visible { 
	opacity: 1!important;
}

.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;
	z-index:99999;
}


.project_content br {
	clear: both;
}


.project_content a {
	border-bottom: 1px solid #acacac;
	color: #282828;
	text-decoration:none;
	-webkit-transition:border-bottom 300ms;
    transition:all 600ms ease-in-out 0;

}

.project_content a:hover {
	border-bottom:1px solid transparent;
	text-decoration: none;
	-webkit-transition:border-bottom 400ms;
    transition:all 400ms ease-in-out 0;
}

.project_content a:active {
	color: #282828;
}

/**
 * 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: "Apercu Mono Regular", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	position: relative;
}

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

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

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

.slideshow_navigation span {

}

.slideshow_navigation a {
	cursor: pointer;
	color: #999;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom:1px solid transparent;
	text-decoration: none;
	-webkit-transition:border-bottom 200ms;
    transition:all 200ms ease-in-out 0;
}

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

.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
 */
 
body.open #index {
	 opacity: 0;
	 display: block!important;
	 overflow: hidden;
	 height: 0;
	 padding: 0;
	 margin: 0;
}
 
#index {
	 opacity: 1;

    -ms-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;	 
}

#index {
	text-align: center;
	margin: 150px auto 150px auto;
	min-width: 280px;
	padding-left: 20px;
	padding-right: 20px;
}

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

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

.thumbnail {
	display: inline-block;
	margin-top: 60px;
	position: relative;
	vertical-align: top;
	padding: 0px 20px;
	background-color: #fff;
	text-align: center;
	width: 100%;
	opacity: 1;
}

.fader {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 9999;
	background: white;
}


.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, 1px);
}

.thumbnail a.active .thumb_image img {
	outline: 2px solid #c7afa9;
	outline-offset: -2px;
}


.thumbnail .thumb_image {
	background-color: #eee;
	background-size: contain;
	background-repeat:no-repeat;

	position: relative;
	display: inline-block;
	margin-bottom: -5px;

	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
}

.thumbnail .thumb_image img {
	border: 0;
	display: block;
	width: 100%;
	margin: 0 auto;
}

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

.thumbnail .thumb_title {
	color: #000;
	font-size: 14px;
	font-family: europa, Arial, Helvetica, sans-serif;
	font-weight: 600;
	letter-spacing: .2px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    width: 100%;
    left: 20px;
    margin-top:-7px;
    padding: 0;
    top:37px;
    z-index: 99;
    position: absolute;
  filter: alpha(opacity=00);
    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;
}

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

.thumbnail:hover .thumb_image img {
    opacity: .5;
}

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

.thumbnail .thumb_title span {

}

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

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

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

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

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


/**
 * 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: absolute;
	top: 5px; right: 5px;
	z-index: 9999;
}

/* "Running on Cargo" */
.cargo_link {
	font-family: "Apercu Mono Regular", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	position: fixed;
	opacity: 0.2;
	right: -35px;
	bottom: 85px;
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	z-index: 99;
	letter-spacing: 0px;

}

.cargo_link:hover {
	opacity: 0.6;
}

.cargo_link:active {
	opacity: 0.9;
}

.cargo_link a {
	color: #000;
	padding-bottom: 2px;
	text-decoration: none;
}

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



.nextproject {
	position:absolute;
	right: 70px;
    z-index: 0;
    text-decoration: none;
	font-size: 16px;
	font-family: europa, Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.previousproject {
	position:absolute;
	left: 70px;
    z-index: 0;
    text-decoration: none;
	font-family: europa, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
  
}


.nextproject a {
	color: #3c3c3c;
	text-decoration: none;
	border-bottom: 0px;
}

.nextproject a:active {
	color: #000000;
	border-bottom: 0px;
	text-decoration: none;
	
}

.nextproject a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 0px;
}





.previousproject a {
	color: #3c3c3c;
	text-decoration: none;
	border-bottom: 0px;
}

.previousproject a:active {
	color: #000000;
	border-bottom: 0px;
	text-decoration: none;
	
}

.previousproject a:hover {
	color: #000000;
	border-bottom: 0px;
	
}




.profile_image7{
	
    opacity: .3;
    position: absolute;
    right: 80px;
    top: 300px;
   
    z-index: 1;
}
