body {
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333
}

body a {
    color: #333;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body a:hover, body a:active {
    text-decoration: none;
    color: #474747
}

body a:visited {
    color: #333;
    text-decoration: underline
}

.btn {
    display: inline-block;
    position: relative;
    text-decoration: none;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    text-align: center;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    line-height: .9em
}

.btn small {
    font-size: .6em
}

.btn i {
    position: relative;
    margin-right: 5px
}

.btn:active {
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2), 0 0 1px rgba(0, 0, 0, .4);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2), 0 0 1px rgba(0, 0, 0, .4)
}

.btn.btn-small {
    padding: 5px 9px;
    font-size: .9em
}

.btn.btn-small i {
    top: 1px
}

.btn.btn-medium {
    padding: 10px;
    font-size: 1.1em
}

.btn.btn-medium i {
    top: 2px
}

.btn.btn-large {
    padding: 20px;
    font-size: 1.5em
}

.btn.btn-large i {
    top: 2px
}

.btn.btn-red {
    background-color: #cb3d35;
    border: 1px solid #d05049;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #eeeeee;
}

.btn.btn-red:hover {
    background-color: #b7362f;
    border: 1px solid #d05049;
}

.btn.btn-red:active {
    background-color: #b7362f;
    border: 1px solid #d05049;
}

.btn.btn-blue {
    background-color: #165cb1;
    border: 1px solid #1a77d1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    color: #eee
}

.btn.btn-blue:hover {
    background-color: #165098;
    border: 1px solid #176dc5
}

.btn.btn-blue:active {
    background-color: #165098;
    border: 1px solid #176dc5
}

.btn.btn-green {
    background-color: #590;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    color: #eee
}

.btn.btn-green:hover {
    background-color: #6FBF00
}

.btn.btn-green:active {
    background-color: #6FBF00
}

.btn.btn-orange {
    background-color: #f28a2e;
    border: 1px solid #f26917;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
    color: #333
}

.btn.btn-orange:hover {
    background-color: #ffa022
}

.btn.btn-orange:active {
    background-color: #ffa022
}

input[type=submit] {
    display: inline-block;
    position: relative;
    text-decoration: none;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    text-align: center;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    line-height: .9em;
    background-color: #b52016;
    border: 1px solid #c02018;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    color: #eee;
    padding: 10px;
    font-size: 1.1em;
    font-size: inherit !important;
    padding: 7px !important
}

input[type=submit] small {
    font-size: .6em
}

input[type=submit] i {
    position: relative;
    margin-right: 5px
}

input[type=submit]:active {
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2), 0 0 1px rgba(0, 0, 0, .4);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2), 0 0 1px rgba(0, 0, 0, .4)
}

input[type=submit].btn-small {
    padding: 5px 9px;
    font-size: .9em
}

input[type=submit].btn-small i {
    top: 1px
}

input[type=submit].btn-medium {
    padding: 10px;
    font-size: 1.1em
}

input[type=submit].btn-medium i {
    top: 2px
}

input[type=submit].btn-large {
    padding: 20px;
    font-size: 1.5em
}

input[type=submit].btn-large i {
    top: 2px
}

input[type=submit].btn-red {
    background-color: #b52016;
    border: 1px solid #c02018;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    color: #eee
}

input[type=submit].btn-red:hover {
    background-color: #991d15;
    border: 1px solid #b52016
}

input[type=submit].btn-red:active {
    background-color: #991d15;
    border: 1px solid #b52016
}

input[type=submit].btn-blue {
    background-color: #165cb1;
    border: 1px solid #1a77d1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    color: #eee
}

input[type=submit].btn-blue:hover {
    background-color: #165098;
    border: 1px solid #176dc5
}

input[type=submit].btn-blue:active {
    background-color: #165098;
    border: 1px solid #176dc5
}

input[type=submit].btn-green {
    background-color: #590;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    color: #eee
}

input[type=submit].btn-green:hover {
    background-color: #6FBF00
}

input[type=submit].btn-green:active {
    background-color: #6FBF00
}

input[type=submit].btn-orange {
    background-color: #f28a2e;
    border: 1px solid #f26917;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
    color: #333
}

input[type=submit].btn-orange:hover {
    background-color: #ffa022
}

input[type=submit].btn-orange:active {
    background-color: #ffa022
}

input[type=submit]:hover {
    background-color: #991d15;
    border: 1px solid #b52016
}

input[type=submit]:active {
    background-color: #991d15;
    border: 1px solid #b52016
}

input[type=submit] i {
    top: 2px
}

.headerWrapper {
    position: relative;
    width: 100%;
    min-height: 520px;
    background: #513f35;
    background-image: url(../images/headerPattern.png), url(../images/noise.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #513f35), color-stop(100%, #3e3330));
    background-image: url(../images/headerPattern.png), url(../images/noise.png), -webkit-linear-gradient(top, #513f35 0, #3e3330 100%);
    background-image: url(../images/headerPattern.png), url(../images/noise.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #513f35), to(#3e3330));
    background-image: url(../images/headerPattern.png), url(../images/noise.png), -webkit-linear-gradient(top, #513f35 0, #3e3330 100%);
    background-image: url(../images/headerPattern.png), url(../images/noise.png), linear-gradient(to bottom, #513f35 0, #3e3330 100%);
    z-index: 0;
    background-attachment: local;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#513f35', endColorstr='#3e3330', GradientType=0);
    -webkit-box-shadow: inset 0 -8px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 -8px 0 rgba(0, 0, 0, .5)
}

.headerWrapper header {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 70px 0 40px;
    color: #eee;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3)
}

.headerWrapper header a {
    color: #eee;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none
}

.headerWrapper header a:hover {
    color: #cfcfcf
}

.headerWrapper header a.logo {
    display: block;
    width: 713px;
    height: 64px;
    margin: 0 auto;
    background: url(../images/logo.png);
    text-indent: -99999px
}

.headerWrapper header .downloads {
    position: relative;
    text-align: center;
    margin: 100px auto 0
}

.navWrapper {
    position: relative;
    width: 100%;
    height: 60px;
    color: #eeeeee;
    background: #333333;
    z-index: 10;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.navWrapper.fixed {
    position: fixed;
    top: 0;
    height: 60px;
    z-index: 10;
}

.navWrapper nav {
    position: relative;
    width: 960px;
    left: 50%;
    margin-left: -480px;
}

.navWrapper nav .forge {
    display: block;
    float: left;
    width: 139px;
    height: 38px;
    margin-top: 13px;
    text-indent: -99999px;
    background: url("../images/forge.png");
    transition: left 0.6s ease-in-out, opacity 0.8s ease-in-out !important;
}

.navWrapper nav > ul.links {
    display: block;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    color: #eeeeee;
}

.navWrapper.fixed nav > ul.links {
    margin-left: 10px;
}

.navWrapper nav > ul.links > li {
    list-style: none;
    float: left;
    font-size: 20px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

.navWrapper nav > ul.links > li > a.active {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.navWrapper nav > ul.links > li > a {
    display: none;
    display: block;
    padding: 18px 20px 17px !important;
    color: #c6c6c6;
    text-decoration: none;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.navWrapper nav > ul.links > li > a:hover {
    color: #dddddd;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.navWrapper nav > ul.links > li > a:active {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.wrapper {
    position: relative;
    width: 960px;
    margin: 0 auto
}

.teasers {
    width: 950px;
    margin: 60px 10px 100px
}

.teasers .teaser {
    float: left;
    width: 290px;
    margin-right: 40px;
    font-size: 1.1em;
    text-align: justify
}

.teasers .teaser:last-child {
    margin-right: 0
}

.teasers .teaser h3 {
    position: relative;
    width: 242px;
    text-align: left;
    margin-bottom: 10px;
    padding: 8px 0 10px 50px;
    border-bottom: 1px solid #727272;
    font-size: 1.3em
}

.teasers .teaser h3 i {
    position: absolute;
    top: 0;
    left: 0
}

.teasers .teaser h3 i.fa-smile-o {
    font-size: 2em
}

.teasers .teaser h3 i.fa-users {
    font-size: 1.5em;
    top: 5px
}

.teasers .teaser h3 i.fa-github {
    font-size: 2em
}

.teasers .teaser a.btn {
    margin-top: 16px;
    text-decoration: none;
    font-size: .9em
}

section {
    position: relative;
}

section:last-child {
    //margin-bottom: 100px
}

section:first-child {
    margin-top: 90px
}

section article {
    margin-bottom: 50px;
    text-align: justify;
    width: 100%
}

section article a.btn {
    display: block;
    float: right;
    margin-top: 1.1em
}

h2 {
    position: relative;
    display: block;
    padding: 8px 0 10px;
    border-bottom: 1px solid #727272;
    font-size: 1.8em
}

h2 form {
    font-size: .7em
}

h3 {
    font-size: 1.5em
}

h3 small {
    color: #4f4f4f
}

.footerWrapper {
    position: relative;
    width: 100%;
    margin-top: 100px;
}

.footerWrapper footer {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 30px 0;
    border-top: 1px solid #939393;
}

form {
    width: 100%
}

form .form-group {
    width: 100%
}

form .form-group label {
    display: block;
    font-weight: 700
}

form select {
    position: relative;
    padding: 4px;
    line-height: 1em !important;
    border-radius: 3px;
    min-width: 100px;
    background: 0 0;
    border: 1px solid #ccc;
    color: #454545;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3)
}

form select:hover {
    color: #383838
}

form select:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3)
}

form input:not([type]), form input[type=text], form input[type=number], form input[type=email], form input[type=date], form input[type=search], form input[type=password] {
    width: 100%;
    padding: 4px;
    background: 0 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
    border-radius: 3px;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

form input:not([type]):focus, form input[type=text]:focus, form input[type=number]:focus, form input[type=email]:focus, form input[type=date]:focus, form input[type=search]:focus, form input[type=password]:focus {
    outline: 0;
    border-color: #942117;
    -webkit-box-shadow: 0 0 5px rgba(181, 32, 22, .4);
    box-shadow: 0 0 5px rgba(181, 32, 22, .4);
    color: #525252
}

form input, form select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px !important
}

form input:last-child, form select:last-child {
    margin-bottom: 0 !important
}

form.form-inline div, form.form-inline label, form.form-inline select {
    display: inline !important
}

form.form-inline select {
    margin-left: 5px;
    margin-right: 40px;
    padding: 1px 0 1px 2px
}

.downloads {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.downloads div.download {
    background-color: #cb3d35;
    border: 1px solid #d05049;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #eeeeee;
    min-width: 310px;
    padding: 0;
    display: inline-block;
    position: relative;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
    text-align: center;
    line-height: 0.9em;
    font-size: 1.5em;
    margin: 10px 30px 10px 0;
}

.downloads div.download small {
    font-size: 0.6em;
}

.downloads div.download i {
    position: relative;
    margin-right: 5px;
    top: 2px;
}

.downloads div.download:last-child {
    margin-right: 0;
}

.downloads div.download .title {
    position: relative;
    padding: 10px;
}

.downloads div.download .links {
    position: relative;
    border-top: 1px solid #d64b44;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    margin: 0;
}

.downloads div.download .links a {
    float: left;
    position: relative;
    box-sizing: border-box;
    font-size: 1em;
    width: 100%;
    text-decoration: none;
    display: block;
    padding: 10px;
    background-color: #cb3d35;
    border-right: 1px solid #d64b44;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #eeeeee;
}

.downloads div.download .links a i {
    margin: 0;
}

.downloads div.download .links a:hover {
    background-color: #b7362f;
    border-right-color: #d1372f;
}

.downloads div.download .links a:hover .promo-download-info {
    overflow: hidden;
    max-height: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.downloads div.download .links a:active {
    background-color: #b7362f;
    border-right-color: #d1372f;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.downloads div.download .links a:first-child {
    border-left: 0;
}

.downloads div.download .links a:last-child {
    border-right: 0;
}

.downloads div.download .links a .promo-download-info {
    display: block;
    font-size: 0.5em;
    text-align: left;
    max-height: 0;
    overflow: hidden;
    width: 150px;
    position: absolute;
    line-height: 1em;
    left: 50%;
    margin-left: -75px;
    top: 100%;
    z-index: 100;
    transition: all 0.2s ease-in-out;
    color: #333333;
    text-shadow: none;
    background: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.downloads div.download .links a .promo-download-info .header {
    display: block;
    width: 100%;
    text-align: center;
    color: #b7362f;
    font-size: 1.6em;
    height: 2px;
    overflow: visible;
    line-height: 0;
}

.downloads div.download .links a .promo-download-info .header:before {
    display: inline-block;
    margin-top: -7px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f0d7";
}

.downloads div.download .links a .promo-download-info .text {
    display: inline-block;
    float: none;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 7px;
    font-size: 1.25em;
}

.downloads div.download .links a .promo-download-info .text small {
    font-size: 0.9em;
}

#list.loading {
    text-align: center;
    padding-top: 60px
}

#list i.fa-refresh {
    font-size: 4em
}

.downloadsTable {
    position: relative;
    width: 100%;
}

.downloadsTable td:first-child, .downloadsTable th:first-child {
    width: 14%;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.downloadsTable td {
    font-size: .9em
}

.downloadsTable td:first-child {
    font-weight: 700;
    font-size: .95em;
    color: #b60000
}

.downloadsTable td.recommended i {
    font-size: .9em;
    margin-right: 0;
    position: absolute;
    left: -10px;
    margin-top: 3px
}

.downloadsTable i {
    margin-right: 5px
}

.downloadsTable i.fa-link, .downloadsTable i.fa-info-circle {
    margin-right: 0
}

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

.downloadsTable li {
    display: block;
    float: left;
    padding: 0 5px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    list-style: none
}

.downloadsTable li .info {
    display: none
}

.downloadsTable li:last-child {
    border-right: none
}

table {
    width: 100%
}

table th, table td {
    text-align: left;
    padding: 10px
}

table th {
    font-size: 1.1em;
    font-weight: 700;
    border-bottom: 2px solid rgba(0, 0, 0, .5)
}

.pull-left {
    float: left
}

.inline {
    display: inline !important
}

.jumbo {
    margin-top: 60px;
    background: rgba(0, 0, 0, .1);
    width: 100%;
    position: relative
}

.jumbo section {
    margin-top: 0;
    padding: 60px 0
}

.jumbo section .pageicon {
    float: left;
    width: 120px;
    height: 120px;
    display: block;
    padding: 4px;
    background: #fff;
    border-radius: 3px
}

.jumbo section .pagetitle {
    margin-left: 150px;
    height: 120px;
    margin-bottom: 30px
}

.jumbo section .title h1 {
    width: 100%;
    border-bottom: 1px solid #727272
}

.jumbo section h1 {
    font-size: 2.5em;
    margin-top: 0;
    margin-bottom: 10px
}

.jumbo section .large {
    font-size: 1.5em;
    text-align: justify
}

.jumbo section .links {
    margin-top: 20px;
    text-align: left;
}

.jumbo section .links .btn {
    margin-right: 20px;
    margin-bottom: 20px
}

.jumbo section .links .btn:last-child {
    margin-right: 0
}

.jumbo section .links.mods .btn {
    margin-bottom: 0
}

.jumbo .downloads {
    margin-bottom: 0
}

#Comments {
    margin-top: 20px !important
}

.versions-wrapper {
    text-align: center;
}

.versions-heading {
    display: block;
    font-weight: 600;
    color: #fafafa;
}

.versions {
    background-color: #cb3d35;
    border: 1px solid #d05049;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #eeeeee;
    min-width: 310px;
    padding: 0;
    display: inline-block;
    position: relative;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
    text-align: center;
    line-height: 0.9em;
    font-size: 1.5em;
    margin: 10px 30px 10px 0;
}

.versions i {
    position: relative;
    margin-right: 5px;
    top: 2px;
}

.versions:last-child {
    margin-right: 0;
}

.versions .title {
    position: relative;
    padding: 10px;
}

.versions .links {
    position: relative;
    border-top: 1px solid #d64b44;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    margin: 0;
    list-style: none;
}

.versions .links > li {
    float: left;
    position: relative;
    box-sizing: border-box;
    font-size: 1em;
    text-decoration: none;
    display: block;
    padding: 10px;
    background-color: #cb3d35;
    border-right: 1px solid #d64b44;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #eeeeee;
}

.li-version-list.active > span {
    font-weight: bold;
}

.versions .links > li i {
    margin: 0;
}

.versions .links > li:hover {
    background-color: #b7362f;
    border-right-color: #d1372f;
    cursor: default;
}

.versions .links > li:hover .versions-info {
    overflow: hidden;
    max-height: 500px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.versions .links > li:first-child {
    border-left: 0;
}

.versions .links > li:last-child {
    border-right: 0;
}

.versions .links > li .versions-info {
    display: block;
    font-size: 0.5em;
    text-align: left;
    max-height: 0;
    overflow: hidden;
    width: 150px;
    position: absolute;
    line-height: 1em;
    left: 50%;
    margin-left: -75px;
    top: 100%;
    z-index: 100;
    transition: all 0.2s ease-in-out;
    color: #333333;
    text-shadow: none;
    background: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.versions .links > li .versions-info .header {
    display: block;
    width: 100%;
    text-align: center;
    color: #b7362f;
    font-size: 1.6em;
    height: 2px;
    overflow: visible;
    line-height: 0;
}

.versions .links > li .versions-info .header:before {
    display: inline-block;
    margin-top: -7px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f0d7";
}

.versions .links > li .versions-info ul.text {
    margin: 0;
    display: inline-block;
    float: none;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    font-size: 1.25em;
}

.versions .links > li .versions-info ul.text li {
    margin: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.versions .links > li .versions-info ul.text li a {
    padding: 7px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
}

.versions .links > li .versions-info ul.text li a:hover, .versions .links > li .versions-info ul.text li a:active {
    background: rgba(0, 0, 0, 0.1);
}

.li-version-list-current {
    font-weight: bold;
    padding: 7px;
}

.versions .links a .versions-info .text small {
    font-size: 0.9em;
}
