/*
 * Global Counterform 2012 styles
 */





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

    
}


body {
    background: #efefef;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    overflow-x: hidden;
    overflow-y: auto;

}

	

#myBtn {
  display: block;
  position: fixed;
  bottom: 23px;
  right: 47px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #303250;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
body.open_project {
    background: #efefef;
    overflow: hidden;  
}




/*
 * Header / Navigation
 */

.header_img {
    left: 50%;
    margin: 95px 0 0 -469px;
    position: absolute;
    top: 0;
    width: 940px;
    text-align: center;
    z-index: 11;
    
}


/* Vertical nav is not supported, however if you'd like to configure this do so here */
.nav_container {

}


.nav_container.horizontal {
    left: 0;
    line-height: 2;
    letter-spacing: 10px;
    margin: 0;
    padding: 67px 20px  20px;
    position: absolute;
    text-align: center;
    white-space: normal;
    width: 100%;
    z-index: 25;
}




.nav_container.horizontal div {
    display: inline-block;
    padding-right: 1px;
}


#nav_loadspin {
    display: none;
    position: fixed;
    top: 10px; left: 10px;
    z-index: 100;
}


.nav_container a {
    font-size: 10.5px;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}


.project_link,
.page_link,
.link_link,
.nav_active {
    margin: 0 20px 0 0;
}


.project_link a,
.page_link a,
.link_link a,
.nav_active a {

    text-decoration: none;
    white-space: nowrap;
}


.project_link a {
    color: #999999;
}


.project_link a:hover {
    background: #ffff66;
    color: #000000;
}


.project_link a:active {
    background: #000000;
    color: #f2f2f2;
}


.page_link a {
    color: #1c4572;
}


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


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


.link_link a {
    color: #1c4572;
    text-decoration: none;
}


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


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


.nav_active a {
    color: #333333;
}


.nav_active a:hover {
    color: #333333;
}


.nav_active a:active {
    color: #333333;
}


.pagination {
    border-top: 1px solid #1c4572;
    display: inline-block;
    color: #cccccc;
    padding: 20px 0 0 0;
    font-size: 13px;
    width: 500px;
    z-index: 11;
}


.bottompad .pagination {
    margin-left: 35px;
}


.pagination a {
    color: #1c4572;
    padding-right: 4px;
    text-decoration: blink;
}


.pagination a:hover {
    color: #666666;
}


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


.nav_follow {
    color: #aaaaaa;
    font-size: 12px;
    z-index: 11;
}


.nav_follow a {
    color: #999999;

}


.nav_follow a:hover {
    color: #222222;
    text-decoration: underline;
}


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


.view_tag_info {
    color: #999999;
    padding-left: 3px;
    font-size: 12px;
    margin-right: 20px;
}


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


.view_tag_info a:hover {
    color: #666666;
}


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


/*
 * Content
 */

#mainwrapper {
    display: none;
    overflow: auto;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 99;
    -webkit-overflow-scrolling: touch;
}


#maincontainer{
    background: #fff;
    display: none;
    margin: 0 auto;
    min-height: 100%;
    outline: 0px solid rgba(0, 0, 0, 0.1);
    padding: 160px 20px 0 20px;
    text-align: left;
    width: 1450px;
    z-index: 998;
}


#content_container {
    clear: both;
    padding: 290px 150px 0 150px;
    position: relative ;
    text-align: center;
    z-index: 10;
}


#content_container.permalink_page {
	text-align: left;
	margin: 0 auto;
	width: 905px;
}


.permalink_index {
	display: none;
}


.bodycopy a {
    color: #1c4572;
    font-family: 'Raleway', sans-serif;
}


.bodycopy a:hover {
    color: #06f;
}


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



#entry_3195204 .project_content {
    
    clear: both;
    width: 670px;
    text-align: justify;
    margin: 40px ;
    margin-top: -100px;
}

#div1 {
  margin: 700px;
  margin-top: 490px;
  width: 550px;
  height: 75px;
  background: #fff ;
  position: absolute;
  animation-name: example;
  animation-duration: 1s;  
  animation-fill-mode: forwards;
}

#div1 {animation-timing-function: linear;}

@keyframes example {
  from {top: 200px;}
  to {top: 0px; background-color: #fdfdfd;}
}

#div2 {
  margin: 700px;
  margin-top: 615px;
  width: 550px;
  height: 90px;
  background: #fff ;
  position: absolute;
  animation-name: example;
  animation-duration: 1.5s;  
  animation-fill-mode: forwards;
}

#div2 {animation-timing-function: linear;}

@keyframes example {
  from {top: 200px;}
  to {top: 0px; background-color: #fdfdfd;}
}


#div3 {
  margin: 700px;
  margin-top: 800px;
  width: 550px;
  height: 90px;
  background: #fff ;
  position: absolute;
  animation-name: example;
  animation-duration: 3s;  
  animation-fill-mode: forwards;
}

#div2 {animation-timing-function: linear;}

@keyframes example {
  from {top: 200px;}
  to {top: 0px; background-color: #fdfdfd;}
}



#entry_3346341  .project_content {
    
    clear: both;
    width: 670px;
    text-align: justify;
    margin: 20px ;
    margin-top: 0px;
}

#entry_3195486 .project_content {
    
    clear: both;
    width: 800px;
    text-align: justify;
    margin: px ;
    font-family: 'Raleway', sans-serif,bold;
    color: #5d656d;
    font-size: inherit;
}



#entry_11509291 .project_content {
    
    clear: both;
    width: 850px;
    text-align: left;
    margin: 20px ;
    font-family: 'Raleway', sans-serif,bold;
    color: #5d656d;

}



#entry_11509340  .project_content {
    
    clear: both;
    width: 850px;
    text-align: justify;
    margin: 50px;
    font-family: 'Raleway', sans-serif,bold;
    color: #5d656d;

}


#entry_11509347 .project_content {
    
    clear: both;
    width: 800px;
    text-align: justify;
    margin: 16px ;
    font-family: 'Raleway', sans-serif,bold;
    color: #5d656d;

}


#entry_3383736  .project_content {
    
    clear: both;
    width: 850px;
    text-align: justify;
    margin: 20px ;
    font-family: 'Raleway', sans-serif,bold;
    color: #5d656d;

}

#entry_11509330 .project_content {
    
    clear: both;
    width: 850px;
    text-align: justify;
    margin: 20px ;
    font-family: 'Raleway', sans-serif,bold;
    color: #5d656d;

}

#entry_3383738  .project_content {
    
    clear: both;
    width: 670px;
    text-align: justify;
    margin: 20px ;
    font-family: 'Raleway', sans-serif,bold;
    color: #5d656d;
}

#entry_11509182  .project_content {
    
    clear: both;
    width: 800px;
    text-align: justify;
    margin: 98px;
    font-family: 'Raleway', sans-serif,bold;
    color: #5d656d;

    
}


#entry_3195486 .project_content {
    
    clear: both;
    width: 670 px;
    text-align: justify;
    margin: 10px ;
}

#entry_3577233 .project_content {
    
    clear: both;
    width: 900px;
    text-align: justify;
    margin: 9px ;
    font-family: 'Raleway', sans-serif,bold;
    color: #5d656d;

}

.project_title {
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    margin-top: -37px;
    height: 40px;
}


/*
 * Project header
 */

.project_header {
    color: #dddddd;
    font-size: 13px;
    height: 36px;
    margin: 75px 0px 0px -1190px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    z-index: 99;
}


.project_header div {
    display: inline-block;
}


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


.project_header a:hover {
    background: none;
    color: #1c4572;
}


.project_header a:active {
    color: #666666;
    background: none;
}


.project_divider {
    color: #dddddd;
    margin: 0 1px 0 3px;
}


/*
 * Styling of default typographic headers and elements
 */

h1 {
    font-size: 16px;
    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 {

    clear: both;
    width: 1414px;
    text-align: justify;
    margin-left: 20px;


}



/*
 * Slideshows
 */

.slideshow_component {
}


.slideshow_wrapper {
    clear: both;
    margin: 0 10px 0 0px;
}


.slideshow_wrapper img {
    margin: 0;
}


.slideshow_wrapper a,
.slideshow_wrapper a:hover,
.slideshow_wrapper a:active {
    background: none !important;
}


.slideshow_nav {
    clear: both;
    color: #cccccc;
    font-size: 12px;
    margin: 50px;
}





.title_visible .slideshow_nav.above {
	margin-top: 0;
}


.slideshow_nav a {
    color: #666666;
    position: relative;
    text-decoration: none;
    z-index: 99;
}


.slideshow_nav a:hover {
    color: #333333;
    text-decoration: underline;
}


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


.slideshow_count {
    color: #cccccc;
}


ul.slideshow_thumbs {
    margin: 0;
    padding: 0;
}


.slideshow_thumb {
    float: left;
    list-style: none;
    margin: -3px 7px 7px -3px;
}


.slideshow_thumb a {
    background: none !important;
    border: 1px solid transparent;
    display: block;
    padding: 2px;
}


.slideshow_thumb a:hover {
    background: none !important;
    border: 1px solid #ccc;
}


a.activeSlide {
    background: none;
    border: 1px solid #ccc;
}


.slideshow_thumb a:active,
a.activeSlide:active {
    background: none !important;
    border: 1px solid #666;
}


.slideshow_thumb img {
    border: 0;
    display: block;
    margin: 0;
    height: 60px;
}


/**
 * Fullscreen button
 */

a#fullscreen {
    background-color: #1a1a1a;
    background-image: url(/_gfx/fullscreen_open.png);
    background-repeat: no-repeat;
    background-position: 67px 3px;
    border: 1px solid #1a1a1a;
    color: #bbbbbb;
    display: 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;
}


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


/*
 * Project footer
 */

.project_footer {
    color: #999999;
    clear: both;
    font-size: 12px;
    padding: 50px 0px 50px 0px;
    margin: 125px;
    position: relative;
}


.project_footer.fixed {
    position: absolute;
    bottom: 15px;
}


.permalink_page .project_footer {
    padding: 30px 0 15px 0;
}


.comment_link a {
    color: #666666;
}


.comment_link a:hover {
    color: #333333;
}


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


.footer_title_type {
    color: #000000;
}


.project_views {
    color: #bbbbbb;
}


.project_footer span {

}


.project_footer .permalink {
    display: none;
}


.project_footer .permalink a {
    color: #999999;
    font-style: italic;
}


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


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


.tags {
    color: #bbbbbb;
}


.tags a {
    color: #666666;
    text-decoration: none;
}


.tags a:hover {
    color: #333333;
    text-decoration: underline;
}


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


.project_footer .editlink a {
    color: #0066ff;
}


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


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


.project_footer .permalink_index {
    color: #666666;
    position: fixed;
    top: 53px; left: 920px;
}


.project_footer .permalink_index a {
    background: none;
    color: #666666;
}


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


.project_footer .permalink_index a:active {
    background: none;
    color: #666666;
}


.project_bottom {
    clear: both;
}


/*
 * Thumbnails
 */

.project_thumb {
    display: inline-block;
    margin: 0 px 40px 20px;
    position: relative;
}


.project_thumb .hover {
    cursor: pointer;
    text-decoration: none;
    background-image: black;
}


.project_thumb .hover .cardimgcrop img {
    outline: 4px none #cccccc;
opacity: .7;
    
}


.project_thumb .nohover {
    text-decoration: none;
}


.project_thumb .hover .thumb_title span {

}


.project_thumb.active .cardimgcrop {
    outline: 0px solid #999999;
}


.project_thumb.active .thumb_title span {
    text-decoration: underline;
}


.cardimgcrop {
	background: #eeeeee;
    margin:  0 0 12px 0;
    position: relative;
    overflow: hidden;
    position: relative;
    -moz-box-shadow: 0px 2px 10px #888888;
    -webkit-box-shadow: 0px 2px 10px #888888;
    box-shadow: 0px 2px 10px #888888;
}



.cardimgcrop.notitle_notag {
    margin-bottom: 22px;
}


.loader_holder {
    display: none;
    position: absolute;
    text-align: center;
    top: 8px; left: 8px;
    z-index: 3;
}


.thumb_title {
    overflow: hidden;
    white-space:nowrap;
    width: 320px;
    text-align: center;
}


.thumb_title.notag {
    margin: 0 0 22px 0;
}


.thumb_title .text {
    color: #1c4572;
    font-size: 15.2px;
    font-weight: 600;
    line-height: 2;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'Raleway', sans-serif;

}


.thumb_tag {
    color: #aaaaaa;
    height: 3em;
    line-height: 15px;
    margin: 0 0 2px 0;
    overflow: hidden;
    text-align: center;
    width: 320px;
}


.thumb_tag.notitle {
    margin-top: 5px;
}


.thumb_tag a {
    color: #1c4572;
    font-size: 12px;
    line-height: 1.5em;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}


.thumb_tag a:hover {
    color: #ffffff;
    text-decoration: none;
}


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


/*
 * Search results
 */

#search_form {
    position: absolute;
    top: 10px; right: 44px;
    z-index: 999;
}


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


#search_form_results {
    padding-bottom: 90px;
    margin: 0 0 0 60px;
}


.search_header {
    color: #999999;
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 3px 0;
    width: 145px;
    text-align: left;
}


#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: 0 0 60px 60px;
    text-align: left;
}


.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: #ffff66;
    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;
}


/*
 * Footer
 */

.bottompad {
    clear: both;
    position: relative;
    height: 35px;
    margin: 35px 0 0 0;
    width: 705px;
}


.bottompad a {
    padding: 2px 3px 2px 3px;
}


/*
 * Video component
 */

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


/*
 * Audio component
 */

.audio_component {
    color: #777777;
    font-family: 'Droid Sans Mono', Monaco, Monospace, Arial, 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: url("/_gfx/playpause.png");
}


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

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


/* "Running on Cargo" */
.cargo_link {
    color: #cccccc;
    font-size: 11px;
    line-height:1.5;
    position: fixed;
    right: 15px; bottom: 11px;
    text-align: right;
    z-index:99;
}


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


.cargo_link a:hover {
    color: #000000;
    text-decoration: underline;
}


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


/*
 * In-browser code editing made "almost bearable" by CodeMirror: http://marijn.haverbeke.nl/codemirror
 */