.home .footer {
    text-align: center;
}

body {
    

    margin: 0;
}
#wrapper {
    width: 100%;
}


.nav-wrapper {
    background-color: #fdfdf6;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    min-width: 745px;
    position: relative;
}
.content-wrapper {
    padding-bottom: 30px;
}
.home .content-wrapper {
    padding-top: 20px;
}
.footer-wrapper {
    padding: 10px 0;
    background: #fdfdf6;
    border-top: 1px solid #E2E0D8;
    border-bottom: 1px solid #E2E0D8;
    font-family: 'Arvo','Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0px;
}
.footer-wrapper a {
    color: #4E443C;
    text-decoration: none;
}
.footer-wrapper a:hover {
    text-decoration: underline;
}
.logo,
.nav,
.stage,
.content,
.footer {
    position: relative;
    max-width: 745px;
    margin: auto;
}
.stage {
    padding: 3px 0;
}
.nav {
    padding: 10px 0;
}
.version {
    font-family: 'Arvo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #9A9994;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 0 30px rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 38px;
    right: 0;
    font-style: italic;
    opacity: .5;
}
.title {
    line-height: 80px;
    margin: 0;
    font-family: 'Arvo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 36px;
    text-decoration: none;
    color: #F14E32;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 0 30px rgba(255, 255, 255, 0.75);
    letter-spacing: -1px;
    float: left;
}
.title .small {
    font-weight:normal;
    font-size: 16px;
    line-height: 16px;
    color: #9A9994;
    letter-spacing: 0px;
}
.nav ul {
    list-style:none;
    padding: 0;
    margin: 0;
}
.nav li {
    display: inline-block;
}
.nav li.download {
    float:right;
}

.nav li.download a {
    background-color: #F14E32;
}
.nav li.download-zip a {
    padding-left: 47px;
    background: #6B7985 url(../img/icon-zip.png) 10px 4px no-repeat;
}
.nav li.download-tar-gz a {
    padding-left: 47px;
    background: #6B7985 url(../img/icon-tar-gz.png) 10px 4px no-repeat;
    margin-right: 2px;
}
.nav li.download a:hover {
    background-color: #9A9994;
}

.anchor {
    bottom: 7%;
    cursor: pointer;
    display: block;
    left: 0;
    margin-left: -25px;
    padding-left: 25px;
    position: absolute;
    top: 0;
}
.anchor > * {
    display: none;
}
.anchor > *:before {
    content: '§';
    font-weight: normal;
    font-size: smaller;
    color: #9A9994;
}
*:hover> .anchor > * {
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
}
a {
	color: #FFFFFF;
}


.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

@media (max-width: 808px) {
    .logo-wrapper,
    .stage-wrapper,
    .nav-wrapper,
    .content-wrapper,
    .footer-wrapper {
        min-width: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .title {
        text-align: center;
        display: block;
        float: none;
    }

    .title .small {
        display: none;
    }

    .version {
        top: 5px;
        font-size: 70%;
    }

    .nav {
        text-align: center;
    }

    .nav ul {
        display: inline-block;
    }

    .nav li.download {
        float: none;
    }
}

@media (max-width: 620px) {
    .nav li {
        float: none;
        display: block;
        margin-bottom: 5px;
    }

    .nav li:last-child {
        margin-bottom: 0;
    }
}

/**/



/* jCarousel */

.jcarousel-wrapper {
  
}

@media (max-width: 600px) {
    .jcarousel-wrapper {
        border: 5px solid #fff;
    }
}

.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 180px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
   height: 100px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 35%;
    width: 100px;;
 }

@media (max-width: 480px) {
    .jcarousel-control-prev,
    .jcarousel-control-next {
        margin-top: -10px;
        width: 20px;
        height: 20px;
        border-radius: 20px;
            }
}
	


.jcarousel-control-prev {
    left:-80px;
	 background-image:url("../img/1.png");
	 background-repeat:no-repeat;
     font-size:0px;
}

.jcarousel-control-next {
    right:-115px;
	 background-image:url("../img/2.png");
	 background-repeat:no-repeat;
	 font-size:0px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .25;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -50px;
    left: 50%;

    margin: 0;
    margin-left: -22px;
}

@media (max-width: 620px) {
    .jcarousel-pagination {
        bottom: -35px;
    }
}

.jcarousel-pagination a {
   background: none repeat scroll 0 0 #777777;
    border-radius: 10px;

    color: #4E443C;
    display: inline-block;
    font-size: 11px;
    height: 12px;
    line-height: 10px;
    margin-right: 7px;
    text-decoration: none;
    text-indent: -9999px;
    width: 12px;
}

.jcarousel-pagination a.active {
   background: none repeat scroll 0 0 #FFFFFF;
    color: #777777
	   border-radius: 10px;
box-shadow: 0 0 2px #4E443C;

}
