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

body {
    background: #d3bec1;;
    color: #000000;
    font-family:Avenir;
    font-style: regular;
    font-size: 12px;
    line-height: 1.5;
}

body.disable_scroll {
    overflow: hidden;
}

/**
 * Header image and header text
 */

.site_header {
   
     background: #d3bec1;;
    color: #000000;
    padding: 35px 70px;
    font-family: Avenir;
    text-align: center;
    
}

.header_image {
    margin: 20px auto 0 auto;
    border-top:thin solid #000;
    border-bottom:thin solid #000;
    padding: 20px 0;
    width:905px;
}

.header_image img {
    border: 0;
}

.header_text {
    margin: 35px 0;
    font-size: 28px;
}

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

.header_text a:hover {
    color: #000;
    border-bottom: 0;
}

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

/**
 * Navigation
 */

.navigation {

}

.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: inline-block;
    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: 0px;
    width:905px;
    margin: 0 auto;
}

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

.project_container {
    /* border-top: 1px solid #ddd; */
}

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

.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 {
    color: #000000;
    font-family: Times, serif;
    font-size: 12px;
    line-height: 1.5;
    padding: 0 0 15px 0;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:2px;
    
 
}

.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 {
    max-width: 905px;
    margin:0 auto;
}

.project_content br {
    clear: both;
}

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

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

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

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

/**
 * Slideshows
 */

.slideshow {

}

.slideshow img {
    margin: 0;
}

.slideshow_container {
    overflow: hidden;
}

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

.slideshow_navigation {
    color: #000;
    font-family: Avenir;
    font-size: 12px;
    position: relative;
    text-align:center;
}

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

.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: Times;
    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-family: Times;
    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: #000;
    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: 0;
    z-index: 999;

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

#thumbnails_wrapper {display: none;}

.thumbnails_container {
    background: #212121;
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    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: 300px;

    -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: #333;
    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: #000;
    font-size: 16px;
    line-height: 22px;
    -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: Times;
    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: Times;
    font-size: 12px;
    margin: 0;
    padding: 5px;
    width: 130px;
}

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

#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: -24px;
    bottom: 85px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    z-index: 99;
    display:none;
}

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

.page_link{text-transform:uppercase;
    letter-spacing:2px; 
}
.page_link a:hover { 
    color:#333;
}
.link_link {
    font-style:italic;
    text-decoration:underline;
}

.link_link a:hover{
    color:#333;
    text-decoration:underline;
    border-bottom:none;
}
#site_footer {
    text-align:center;    
    text-transform:uppercase;
    letter-spacing:2px; 
    border-top:#000 1px solid;
    font-size:9px;
    margin-top:20px;
    width: 905px;
    margin:0 auto;
    height:100%;
   
}


#site_footer a {color:#000;}
#site_footer a:hover {color:#333;}

#social{
    width: 905px;
    margin:0 auto;
}

.st_facebook_custom{background: url("http://www.jkam.eu/paulbarbera/facebook.png") no-repeat transparent; padding:0px 26px 27px 0;float:left;margin:0px 10px 10px 0; cursor:pointer;}
.st_twitter_custom{background: url("http://www.jkam.eu/paulbarbera/twitter.png") no-repeat transparent; padding:0px 26px 27px 0;float:left;margin:0px 10px 10px 0;    cursor:pointer;}
.st_pinterest_custom{background: url("http://www.jkam.eu/paulbarbera/pintarest.png") no-repeat transparent; padding:0px 26px 27px 0;float:left;margin:0px 10px 10px 0;    cursor:pointer;}
.st_tumblr_custom{background: url("http://www.jkam.eu/paulbarbera/tumblr.png") no-repeat transparent; padding:0px 26px 27px 0;float:left;margin:0px 10px 10px 0;    cursor:pointer;}
.st_linkedin_custom{background: url("http://www.jkam.eu/paulbarbera/linkedin.png") no-repeat transparent; padding:0px 26px 27px 0;float:left;margin:0px 10px 10px 0;    cursor:pointer;}

.buy {
    position: fixed;
    bottom: 0;
    right: 0;
    padding:5px;
    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;
}
