/**
 * Vega
 */
@font-face {
    font-family: 'apercu_mono';
    src: url('http://www.computerviruscatalog.com/apercu_mono-webfont.eot');
    src: url('http://www.computerviruscatalog.com/apercu_mono-webfont.eot#iefix') format('embedded-opentype'),
         url('http://www.computerviruscatalog.com/apercu_mono-webfont.woff') format('woff'),
         url('http://www.computerviruscatalog.com/apercu_mono-webfont.ttf') format('truetype'),
         url('http://www.computerviruscatalog.com/apercu_mono-webfont.svg#apercu_monoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'karla_bold';
    src: url('fonts/karla/karla-bold-webfont.eot');
    src: url('fonts/karla/karla-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/karla/karla-bold-webfont.woff') format('woff'),
         url('fonts/karla/karla-bold-webfont.ttf') format('truetype'),
         url('fonts/karla/karla-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'karla_regular';
    src: url('fonts/karla/karla-regular-webfont.eot');
    src: url('fonts/karla/karla-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/karla/karla-regular-webfont.woff') format('woff'),
         url('fonts/karla/karla-regular-webfont.ttf') format('truetype'),
         url('fonts/karla/karla-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dos';
    src: url('fonts/dos/dos-webfont.eot');
    src: url('fonts/dos/dos-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/dos/dos-webfont.woff') format('woff'),
         url('fonts/dos/dos-webfont.ttf') format('truetype'),
         url('fonts/dos/dos-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


.seomwrapper { 
  overflow:hidden;
}

#seomone {
  float:left; 
  width:30%;
  color: #000000;
  font-family: "karla_regular", san-serif;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 28px;
}
#seomone a:hover {
    text-decoration: none;
}

#seomtwo { 
  overflow:hidden;
  margin: 0px;
  width:66%;
  text-align: justify;
  color: #373737;
  font-size: 15px;
  font-family: "karla_regular", san-serif;
  letter-spacing: 1px;
}
 
@media screen and (max-width: 400px) {
   #seomone { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
  }
 
  #seomtwo {
    width:auto;

  } 
}

#bluescreen {
 display: none;
 width: 100%;
 height: 100%;
 z-index: 1000;
 position: fixed;
 background-color: #002690;

}



.bluescreen_wrapper  {
 margin: 0 auto;
 margin-top: 7%;
 width: 712px;
 color: #b3b3b3 ;
 font-family: "dos", san-serif;
 font-size: 18px;
 line-height: 1.3em;
}

.bluescreen_title {
     margin: 0 auto;
	 background-color: #b3b3b3 ; 
     color: #002690;
     width: 190px;
     height: 24px;
     text-align: center;
}

.bluescreen_copy {
 padding-top: 10px;
 text-align: justify;
}

.bluescreen_copy a{
 color: #b3b3b3 ;
    text-decoration: none;
    border-bottom: 1px dotted #b3b3b3;
}

.bluescreen_copy a:hover{
    text-decoration: none;

}



.bluescreen_continue {
     padding-top: 82px;
     text-align: center;
}

.bluescreen_continue a:hover {
    border-bottom: 1px dotted #b3b3b3;
}

.bluescreen_continue a {
     color: #b3b3b3 ;
     text-decoration: none;
}

.social_icon {
	 padding-bottom: 10px;

}

social_icon a {
	 padding-bottom: 10px;  
}

.social_icon:hover{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

.press_title{
  color: #000000;
  font-family: "karla_regular", san-serif;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 28px;
}

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

body {
	background: #fff;
	color: #000000;
    font-family: "karla_regular", san-serif;
	font-size: 14px;
	line-height: 1.7em;

}

body.disable_scroll {
	overflow: hidden;
}

.project_thumb, .project_content {
	-webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    
}

/**
 * Header image and header text
 */

.site_header {
	padding: 22px 70px;
	font-family: sans-serif;
	text-align: center;
}

.header_image {
	margin: 20px 0 35px 0;


}

.header_image img {
	border: 0;
    width: 70%;
    height: auto;
}

.header_text {
	margin: 35px 0;
    font-family: "karla_regular", san-serif;
	font-size: 13px;
    letter-spacing: 1px;
}

.header_text a {
	color: #123cff;
	text-decoration: none;
    border-bottom: 1px dotted #123cff;

}

.header_text a:hover {
	border-bottom: 0;
    text-decoration: none;
}

.header_text a:active {
	color: #999;
	border-bottom: 0;
}

/**
 * Navigation
 */

.navigation {
  font-family: "karla_regular", san-serif;
  color: #373737;
  font-size: 16px;
  font-family: "karla_regular", san-serif;
  letter-spacing: 1px;
  word-spacing: 2px;
  display: none;
}

.navigation > div {
	display: inline-block;
}

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

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

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

.navigation_pages {

}

.navigation_pages > div {
	display: none;
	margin: 0 10px;
}

.following {
	color: #999;
	display: inline-block;
	margin: 0 10px;
}

.following a {
	color: #999;
}

.following a:hover {
	color: #000;
}

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

.view_navigation {
	color: #999;
	text-transform: capitalize;
}

.view_navigation .active a,
.view_navigation .active a:hover,
.view_navigaiton .active a:active {
	border-bottom: 0;
	color: #999;
}

.filter {
	background: #000;
	border-bottom: 1px solid #333;
	color: #ccc;
	font-style: 12px;
	position: relative;
	padding: 15px 20px;
	z-index: 10;
	-webkit-font-smoothing: antialiased;
}

.filter span {
	color: #999;
}

.filter a {
	color: #999;
	margin-left: 10px;
	padding-bottom: 1px;
	text-decoration: none;
}

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

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


/**
 * Sets
 */

.set_thumbs_wrapper {
	clear: both;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	clear: both;
	margin-top: -1px;
	padding: 70px;
	position: relative;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.set_title_thumbnails {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 30px;
	width: 100%;
}

.set_link.open .set_wrapper {
	margin-bottom: 21px;
}

.set_footer {
	clear: both;
	font-size: 14px;
	width: 100%;
	text-align: center;
	display: none;
}

.set_thumbs_wrapper.active {
	display: block;
}

.set_thumbs_wrapper.inactive {
	display: none;
}

.set_thumbs_wrapper.active a.show_index	 {
	display: block;
}

a.show_index {
	color: #333333;
	text-decoration: none;
	text-align: center;
}

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

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

.navigation .list {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.navigation .list li {
	list-style: none;
}

.navigation .list li ul {
	padding-left: 0px;
}

.navigation ul .set_link.closed ul li {
	display: none;
}

.navigation ul .set_link > a {
	font-weight: bold;
	color: #333333;
}

/*
 * Projects
 */

.container {
	position: relative;
	margin-left: 300px;
}

.container.solo {
	margin-left: 0;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}

.project_container {
	border-top: 0px solid #ddd;
   
}

.project {
	margin: 0 auto;
	position: relative;
	padding: 70px;
}

.project_navigation {
	position: fixed;
	top: 119px;
	left: 975px;
	display: none;
}

.project_navigation.project {
	display: block;
	width: initial;
}

.project_navigation a {
	display: block;
	margin-top: 10px;
	opacity: 0.25;
}

.project_navigation a:first-child {
	margin-top: 0px;
}

.project_navigation a:last-child {
	margin-top: 9px;
}

.project_navigation a:hover {
	opacity: 0.6;
}

.project_navigation a:active {
	opacity: 1;
}

.project_container {
	clear: both;
	position: relative;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.project_container.bgcolor {
	border-top: 0;
	border-bottom: 0;
}

.project_container:after {
	content: "";
	clear: both;
	display: block;
}

.project_title {
	font-family: sans-serif;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 0 0 35px 0;
	max-width: 640px;
}

.project_title a,
.project_title span {
	display: inline-block;
	color: #222222;
	text-decoration: none;
}

.project_title a:hover,
.project_title span:hover {
	text-decoration: underline;
}

.project_title a:active,
.project_title span:active {
	color: #999;
}

.project_content {
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 24px;
    color: #000;

}

.project_content br {
	clear: both;
}

.project_content a {
	color: #000000;
    text-decoration: none;
    border-bottom: 1px dotted #858585;
    padding-bottom: 2px;
}

.project_content a:hover {
    border-bottom: 1px dotted blue;
    text-decoration: none;
    

}

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

h1 {
	font-size: 22px;
	line-height: 165%;
}

h2 {
	font-size: 16px;
	line-height: 165%;
}

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

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

.project_content img {
	margin: 0 15px 15px 0;
    height: auto;

}

/**
 * Slideshows
 */

.slideshow {

}

.slideshow img {
	margin: 0;
}

.slideshow_container {
	overflow: hidden;
}

.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 {

}

.slideshow_thumbnails.slideshow_below {
	padding-top: 3px;
}

.slideshow .slideshow_thumbnails > * {
	cursor: pointer;
	display: inline-block;
	margin: 0 20px 20px 0;
	height: 90px;
	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 .slideshow_caption {
	display: block;
}

.slideshow_caption {
	display: none;
	clear: both;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	width: 50%;
}

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

/**
 * Fullscreen button
 */

a#fullscreen {
	background-color: #1a1a1a;
	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 #1a1a1a;
	color: #bbbbbb;
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", 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;
}

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

/**
 * Project footer
 */

.project_footer {
	color: #999999;
	clear: both;
	font-family: Menlo, monaco, monospace;
	font-size: 11px;
	padding-top: 35px;
}

.project_footer .date {
	color: #999999;
}

.project_footer .views {
	color: #999999;
}

.project_footer .permalink a:hover {
	background: #ffff00;
	color: #000000;
}

.project_footer .permalink a:active {
	background: #000000;
	color: #ffffff;
}

.project_footer .tags {
	color: #999999;
	margin-right: 15px;
}

.project_footer .tags a {
	border-bottom: 0;
	color: #999;
	padding-bottom: 2px;
	text-decoration: none;
}

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

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

.project_footer .editlink {

}

.project_footer .editlink a {
	color: #ccc;
	text-decoration: none;
}

.project_footer .editlink a:hover {
	color: #000;
}

.project_footer .editlink a:active {
	color: #999;
}

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

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

.project_bottom {
	clear: both;
	border-bottom: 1px solid #cccccc;
	margin: 15px 0px 15px 0px;
	width: 670px;
}

/**
 * Thumbnails
 */

#thumbnails_wrapper {
	background: #212121;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 300px;
	z-index: 999;

	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.thumbnails_container {
	background: #000000;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 315px;
	z-index: 1;
	-webkit-overflow-scrolling: touch;

	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.project_thumbnails {

}

.project_thumb {
	border-bottom: 1px solid #333;
	cursor: pointer;
	display: block;
	clear: both;
	padding: 10px 30px 10px 10px;
	position: relative;
	width: 360px;

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

	/*-webkit-transition: background 250ms ease;*/

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.project_thumb:last-child {
	border-bottom: 0;
}

.project_thumb:after {
	content: "";
	clear: both;
	display: block;
}

.project_thumb .thumb_link_container {
	cursor: pointer;
}

.project_thumb:hover {
	background: #000;
}

.project_thumb:hover .thumb_title {
	color: #fff;
    
}

.project_thumb:active > * {
	-webkit-transform: translateY(1px);
}

.project_thumb.active {
	background: #2c2c2c;
	z-index: 999;
    
}

.project_thumb.active:hover .thumb_title,
.project_thumb.active .thumb_title {
	color: #fff;
    
}

.project_thumb .thumb_image {
	display: block;
	float: left;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	height: 100px;
	width: 100px;
}

.project_thumb .thumb_image img {
	display: block;
	float: left;
	margin: 0;
	height: 100%;
	width: auto;
}

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

.project_thumb .loading {
	display: none;
	position: absolute;
	top: 8px; left: 8px;
	z-index: 3;
}

.project_thumb .thumb_title {
	color: #cccccc;
	font-family: 'Karla_Bold';
    letter-spacing: 0px;
    font-size: 15px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
    
}

.thumb_tags .thumb_tag:nth-child(n+4) {
	display: none;
}

.thumb_tags .thumb_tag:nth-child(3):after {
   content: "";
}

.thumb_tags {
	color: #aaa;
	font-family: Menlo, monaco, monospace;
	font-size: 11px;
	margin: 0 0 2px 0;
	display: none;
}

.thumb_tags a {
	color: #aaa;
	text-decoration: none;
}

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

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

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

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

.project_thumb > a {
	display: block;
	text-decoration: none;
}

/*
 * Search results
 */

.search_container {
	padding: 70px;
}

.search {
	margin: 0 auto;
	max-width: 670px;
}

#search_form {
	position: fixed;
	bottom: 60px; right: 64px;
	z-index: 9999;
}

#search_term {
	font-size: 11px;
	width: 188px;
}

#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: sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 5px;
	width: 130px;
}

#results_search_term {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #000000;
	float: left;
	font-family: 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 {
	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 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
 */

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

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

.loading[data-loading="global"] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

#autopaginate_loader_feed {
	border-top: 1px solid #ddd;
	display: none;
}

#autopaginate_loader_feed .retinaSpinner {
	padding: 0 70px;
	margin: 35px auto;
}

#autopaginate_loader_thumbs {
	border-top: 1px solid #333;
	display: none;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	height: 110px;
	width: 300px;
	z-index: 999;
}

#autopaginate_loader_thumbs .retinaSpinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
}

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

/* "Running on Cargo" */
.cargo_link {
	color: #ccc;
	font-size: 11px;
	font-family: sans-serif;
	position: fixed;
	right: 22px;
    width: 18px;
	bottom: 6px;
	z-index: 99;
}

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

.cargo_link a:hover {
	color: #000;
}

.cargo_link a:hover {
	color: #666;
}

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

/* @group Blink */

.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}


@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

/* @end */