@import url(http://fonts.googleapis.com/css?family=Open+Sans);
.label,
.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 10.998px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999
}
.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
.label:empty,
.badge:empty {
    display: none
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.label-important,
.badge-important {
    background-color: #b94a48
}
.label-important[href],
.badge-important[href] {
    background-color: #953b39
}
.label-warning,
.badge-warning {
    background-color: #ff8100
}
.label-warning[href],
.badge-warning[href] {
    background-color: #cc6700
}
.label-success,
.badge-success {
    background-color: #468847
}
.label-success[href],
.badge-success[href] {
    background-color: #356635
}
.label-info,
.badge-info {
    background-color: #3a87ad
}
.label-info[href],
.badge-info[href] {
    background-color: #2d6987
}
.label-inverse,
.badge-inverse {
    background-color: #333
}
.label-inverse[href],
.badge-inverse[href] {
    background-color: #1a1a1a
}
.btn .label,
.btn .badge {
    position: relative;
    top: -1px
}
.btn-mini .label,
.btn-mini .badge {
    top: 0
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
.progress .bar {
    width: 0%;
    height: 100%;
    color: #fff;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    -webkit-transition: all width .6s ease ease-out;
    -moz-transition: all width .6s ease ease-out;
    -o-transition: all width .6s ease ease-out;
    transition: all width .6s ease ease-out
}
.progress .bar+.bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15)
}
.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, 0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)), color-stop(.75, rgba(255, 255, 255, 0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px
}
.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}
.progress-danger .bar,
.progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0)
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, 0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)), color-stop(.75, rgba(255, 255, 255, 0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-success .bar,
.progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0)
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, 0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)), color-stop(.75, rgba(255, 255, 255, 0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-info .bar,
.progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0)
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, 0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)), color-stop(.75, rgba(255, 255, 255, 0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-warning .bar,
.progress .bar-warning {
    background-color: #ff982e;
    background-image: -moz-linear-gradient(top, #ffa74d, #ff8100);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa74d), to(#ff8100));
    background-image: -webkit-linear-gradient(top, #ffa74d, #ff8100);
    background-image: -o-linear-gradient(top, #ffa74d, #ff8100);
    background-image: linear-gradient(to bottom, #ffa74d, #ff8100);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffa74d', endColorstr='#ffff8100', GradientType=0)
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
    background-color: #ffa74d;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, 0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)), color-stop(.75, rgba(255, 255, 255, 0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.accordion {
    margin-bottom: 18px
}
.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
.accordion-heading {
    border-bottom: 0
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px
}
.accordion-toggle {
    cursor: pointer
}
.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5
}
.carousel {
    position: relative;
    margin-bottom: 18px;
    line-height: 1
}
.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative
}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
    -webkit-transition: all .6s ease-in-out left ease-out;
    -moz-transition: all .6s ease-in-out left ease-out;
    -o-transition: all .6s ease-in-out left ease-out;
    transition: all .6s ease-in-out left ease-out
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    line-height: 1
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}
.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    -webkit-border-top-right-radius: 23px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 23px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: 50;
    -khtml-opacity: 50;
    -webkit-opacity: 50;
    opacity: 50;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=5000);
    filter: alpha(opacity=5000)
}
.carousel-control.right {
    left: auto;
    right: 15px
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
    -moz-opacity: 90;
    -khtml-opacity: 90;
    -webkit-opacity: 90;
    opacity: 90;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=9000);
    filter: alpha(opacity=9000)
}
.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none
}
.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px
}
.carousel-indicators .active {
    background-color: #fff
}
.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #333;
    background: rgba(0, 0, 0, 0.75)
}
.carousel-caption h4,
.carousel-caption p {
    color: #fff;
    line-height: 18px
}
.carousel-caption h4 {
    margin: 0 0 5px
}
.carousel-caption p {
    margin-bottom: 0
}
.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
    color: inherit;
    background-color: #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px
}
.hero-unit li {
    line-height: 27px
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.hide {
    display: none
}
.show {
    display: block
}
.invisible {
    visibility: hidden
}
.affix {
    position: fixed
}
@media (max-width: 767px) {
    body {
        padding-left: 20px;
        padding-right: 20px
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
        margin-left: -20px;
        margin-right: -20px
    }
    .container-fluid {
        padding: 0
    }
    .dl-horizontal dt {
        float: none;
        clear: none;
        width: auto;
        text-align: left
    }
    .dl-horizontal dd {
        margin-left: 0
    }
    .container {
        width: auto
    }
    .row-fluid {
        width: 100%
    }
    .row,
    .thumbnails {
        margin-left: 0
    }
    .thumbnails>li {
        float: none;
        margin-left: 0
    }
    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .span12,
    .row-fluid .span12 {
        width: 100%;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .row-fluid [class*="offset"]:first-child {
        margin-left: 0
    }
    .input-large,
    .input-xlarge,
    .input-xxlarge,
    input[class*="span"],
    select[class*="span"],
    textarea[class*="span"],
    .uneditable-input {
        display: block;
        width: 100%;
        min-height: 28px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .input-prepend input,
    .input-append input,
    .input-prepend input[class*="span"],
    .input-append input[class*="span"] {
        display: inline-block;
        width: auto
    }
    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 0
    }
}
@media (max-width: 480px) {
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0)
    }
    .page-header h1 small {
        display: block;
        line-height: 18px
    }
    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc
    }
    .form-horizontal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left
    }
    .form-horizontal .controls {
        margin-left: 0
    }
    .form-horizontal .control-list {
        padding-top: 0
    }
    .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px
    }
    .media .pull-left,
    .media .pull-right {
        float: none;
        display: block;
        margin-bottom: 10px
    }
    .media-object {
        margin-right: 0;
        margin-left: 0
    }
    .modal-header .close {
        padding: 10px;
        margin: -10px
    }
    .carousel-caption {
        position: static
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .row {
        margin-left: -20px;
        *zoom: 1
    }
    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0
    }
    .row:after {
        clear: both
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 724px
    }
    .span12 {
        width: 724px
    }
    .span11 {
        width: 662px
    }
    .span10 {
        width: 600px
    }
    .span9 {
        width: 538px
    }
    .span8 {
        width: 476px
    }
    .span7 {
        width: 414px
    }
    .span6 {
        width: 352px
    }
    .span5 {
        width: 290px
    }
    .span4 {
        width: 228px
    }
    .span3 {
        width: 166px
    }
    .span2 {
        width: 104px
    }
    .span1 {
        width: 42px
    }
    .offset12 {
        margin-left: 764px
    }
    .offset11 {
        margin-left: 702px
    }
    .offset10 {
        margin-left: 640px
    }
    .offset9 {
        margin-left: 578px
    }
    .offset8 {
        margin-left: 516px
    }
    .offset7 {
        margin-left: 454px
    }
    .offset6 {
        margin-left: 392px
    }
    .offset5 {
        margin-left: 330px
    }
    .offset4 {
        margin-left: 268px
    }
    .offset3 {
        margin-left: 206px
    }
    .offset2 {
        margin-left: 144px
    }
    .offset1 {
        margin-left: 82px
    }
    .row-fluid {
        width: 100%;
        *zoom: 1
    }
    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0
    }
    .row-fluid:after {
        clear: both
    }
    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 28px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.76243094%;
        *margin-left: 2.70923945%
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }
    .row-fluid .controls-row [class*="span"]+[class*="span"] {
        margin-left: 2.76243094%
    }
    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851%
    }
    .row-fluid .span11 {
        width: 91.43646409%;
        *width: 91.3832726%
    }
    .row-fluid .span10 {
        width: 82.87292818%;
        *width: 82.81973669%
    }
    .row-fluid .span9 {
        width: 74.30939227%;
        *width: 74.25620078%
    }
    .row-fluid .span8 {
        width: 65.74585635%;
        *width: 65.69266486%
    }
    .row-fluid .span7 {
        width: 57.18232044%;
        *width: 57.12912895%
    }
    .row-fluid .span6 {
        width: 48.61878453%;
        *width: 48.56559304%
    }
    .row-fluid .span5 {
        width: 40.05524862%;
        *width: 40.00205713%
    }
    .row-fluid .span4 {
        width: 31.49171271%;
        *width: 31.43852122%
    }
    .row-fluid .span3 {
        width: 22.9281768%;
        *width: 22.87498531%
    }
    .row-fluid .span2 {
        width: 14.36464088%;
        *width: 14.31144939%
    }
    .row-fluid .span1 {
        width: 5.80110497%;
        *width: 5.74791348%
    }
    .row-fluid .offset12 {
        margin-left: 105.52486188%;
        *margin-left: 105.4184789%
    }
    .row-fluid .offset12:first-child {
        margin-left: 102.76243094%;
        *margin-left: 102.65604796%
    }
    .row-fluid .offset11 {
        margin-left: 96.96132597%;
        *margin-left: 96.85494299%
    }
    .row-fluid .offset11:first-child {
        margin-left: 94.19889503%;
        *margin-left: 94.09251205%
    }
    .row-fluid .offset10 {
        margin-left: 88.39779006%;
        *margin-left: 88.29140708%
    }
    .row-fluid .offset10:first-child {
        margin-left: 85.63535912%;
        *margin-left: 85.52897614%
    }
    .row-fluid .offset9 {
        margin-left: 79.83425414%;
        *margin-left: 79.72787116%
    }
    .row-fluid .offset9:first-child {
        margin-left: 77.0718232%;
        *margin-left: 76.96544023%
    }
    .row-fluid .offset8 {
        margin-left: 71.27071823%;
        *margin-left: 71.16433525%
    }
    .row-fluid .offset8:first-child {
        margin-left: 68.50828729%;
        *margin-left: 68.40190431%
    }
    .row-fluid .offset7 {
        margin-left: 62.70718232%;
        *margin-left: 62.60079934%
    }
    .row-fluid .offset7:first-child {
        margin-left: 59.94475138%;
        *margin-left: 59.8383684%
    }
    .row-fluid .offset6 {
        margin-left: 54.14364641%;
        *margin-left: 54.03726343%
    }
    .row-fluid .offset6:first-child {
        margin-left: 51.38121547%;
        *margin-left: 51.27483249%
    }
    .row-fluid .offset5 {
        margin-left: 45.5801105%;
        *margin-left: 45.47372752%
    }
    .row-fluid .offset5:first-child {
        margin-left: 42.81767956%;
        *margin-left: 42.71129658%
    }
    .row-fluid .offset4 {
        margin-left: 37.01657459%;
        *margin-left: 36.91019161%
    }
    .row-fluid .offset4:first-child {
        margin-left: 34.25414365%;
        *margin-left: 34.14776067%
    }
    .row-fluid .offset3 {
        margin-left: 28.45303867%;
        *margin-left: 28.3466557%
    }
    .row-fluid .offset3:first-child {
        margin-left: 25.69060773%;
        *margin-left: 25.58422476%
    }
    .row-fluid .offset2 {
        margin-left: 19.88950276%;
        *margin-left: 19.78311978%
    }
    .row-fluid .offset2:first-child {
        margin-left: 17.12707182%;
        *margin-left: 17.02068884%
    }
    .row-fluid .offset1 {
        margin-left: 11.32596685%;
        *margin-left: 11.21958387%
    }
    .row-fluid .offset1:first-child {
        margin-left: 8.56353591%;
        *margin-left: 8.45715293%
    }
    input,
    textarea,
    .uneditable-input {
        margin-left: 0
    }
    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 20px
    }
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 710px
    }
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 648px
    }
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 586px
    }
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 524px
    }
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 462px
    }
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 400px
    }
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 338px
    }
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 276px
    }
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 214px
    }
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 152px
    }
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 90px
    }
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 28px
    }
}
@media (min-width: 1200px) {
    .row {
        margin-left: -30px;
        *zoom: 1
    }
    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0
    }
    .row:after {
        clear: both
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 1170px
    }
    .span12 {
        width: 1170px
    }
    .span11 {
        width: 1070px
    }
    .span10 {
        width: 970px
    }
    .span9 {
        width: 870px
    }
    .span8 {
        width: 770px
    }
    .span7 {
        width: 670px
    }
    .span6 {
        width: 570px
    }
    .span5 {
        width: 470px
    }
    .span4 {
        width: 370px
    }
    .span3 {
        width: 270px
    }
    .span2 {
        width: 170px
    }
    .span1 {
        width: 70px
    }
    .offset12 {
        margin-left: 1230px
    }
    .offset11 {
        margin-left: 1130px
    }
    .offset10 {
        margin-left: 1030px
    }
    .offset9 {
        margin-left: 930px
    }
    .offset8 {
        margin-left: 830px
    }
    .offset7 {
        margin-left: 730px
    }
    .offset6 {
        margin-left: 630px
    }
    .offset5 {
        margin-left: 530px
    }
    .offset4 {
        margin-left: 430px
    }
    .offset3 {
        margin-left: 330px
    }
    .offset2 {
        margin-left: 230px
    }
    .offset1 {
        margin-left: 130px
    }
    .row-fluid {
        width: 100%;
        *zoom: 1
    }
    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0
    }
    .row-fluid:after {
        clear: both
    }
    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 28px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.56410256%;
        *margin-left: 2.51091107%
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }
    .row-fluid .controls-row [class*="span"]+[class*="span"] {
        margin-left: 2.56410256%
    }
    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851%
    }
    .row-fluid .span11 {
        width: 91.45299145%;
        *width: 91.39979996%
    }
    .row-fluid .span10 {
        width: 82.90598291%;
        *width: 82.85279142%
    }
    .row-fluid .span9 {
        width: 74.35897436%;
        *width: 74.30578287%
    }
    .row-fluid .span8 {
        width: 65.81196581%;
        *width: 65.75877432%
    }
    .row-fluid .span7 {
        width: 57.26495726%;
        *width: 57.21176578%
    }
    .row-fluid .span6 {
        width: 48.71794872%;
        *width: 48.66475723%
    }
    .row-fluid .span5 {
        width: 40.17094017%;
        *width: 40.11774868%
    }
    .row-fluid .span4 {
        width: 31.62393162%;
        *width: 31.57074013%
    }
    .row-fluid .span3 {
        width: 23.07692308%;
        *width: 23.02373159%
    }
    .row-fluid .span2 {
        width: 14.52991453%;
        *width: 14.47672304%
    }
    .row-fluid .span1 {
        width: 5.98290598%;
        *width: 5.92971449%
    }
    .row-fluid .offset12 {
        margin-left: 105.12820513%;
        *margin-left: 105.02182215%
    }
    .row-fluid .offset12:first-child {
        margin-left: 102.56410256%;
        *margin-left: 102.45771959%
    }
    .row-fluid .offset11 {
        margin-left: 96.58119658%;
        *margin-left: 96.4748136%
    }
    .row-fluid .offset11:first-child {
        margin-left: 94.01709402%;
        *margin-left: 93.91071104%
    }
    .row-fluid .offset10 {
        margin-left: 88.03418803%;
        *margin-left: 87.92780506%
    }
    .row-fluid .offset10:first-child {
        margin-left: 85.47008547%;
        *margin-left: 85.36370249%
    }
    .row-fluid .offset9 {
        margin-left: 79.48717949%;
        *margin-left: 79.38079651%
    }
    .row-fluid .offset9:first-child {
        margin-left: 76.92307692%;
        *margin-left: 76.81669394%
    }
    .row-fluid .offset8 {
        margin-left: 70.94017094%;
        *margin-left: 70.83378796%
    }
    .row-fluid .offset8:first-child {
        margin-left: 68.37606838%;
        *margin-left: 68.2696854%
    }
    .row-fluid .offset7 {
        margin-left: 62.39316239%;
        *margin-left: 62.28677941%
    }
    .row-fluid .offset7:first-child {
        margin-left: 59.82905983%;
        *margin-left: 59.72267685%
    }
    .row-fluid .offset6 {
        margin-left: 53.84615385%;
        *margin-left: 53.73977087%
    }
    .row-fluid .offset6:first-child {
        margin-left: 51.28205128%;
        *margin-left: 51.1756683%
    }
    .row-fluid .offset5 {
        margin-left: 45.2991453%;
        *margin-left: 45.19276232%
    }
    .row-fluid .offset5:first-child {
        margin-left: 42.73504274%;
        *margin-left: 42.62865976%
    }
    .row-fluid .offset4 {
        margin-left: 36.75213675%;
        *margin-left: 36.64575377%
    }
    .row-fluid .offset4:first-child {
        margin-left: 34.18803419%;
        *margin-left: 34.08165121%
    }
    .row-fluid .offset3 {
        margin-left: 28.20512821%;
        *margin-left: 28.09874523%
    }
    .row-fluid .offset3:first-child {
        margin-left: 25.64102564%;
        *margin-left: 25.53464266%
    }
    .row-fluid .offset2 {
        margin-left: 19.65811966%;
        *margin-left: 19.55173668%
    }
    .row-fluid .offset2:first-child {
        margin-left: 17.09401709%;
        *margin-left: 16.98763412%
    }
    .row-fluid .offset1 {
        margin-left: 11.11111111%;
        *margin-left: 11.00472813%
    }
    .row-fluid .offset1:first-child {
        margin-left: 8.54700855%;
        *margin-left: 8.44062557%
    }
    input,
    textarea,
    .uneditable-input {
        margin-left: 0
    }
    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 30px
    }
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 1156px
    }
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 1056px
    }
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 956px
    }
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 856px
    }
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 756px
    }
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 656px
    }
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 556px
    }
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 456px
    }
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 356px
    }
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 256px
    }
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 156px
    }
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 56px
    }
    .thumbnails {
        margin-left: -30px
    }
    .thumbnails>li {
        margin-left: 30px
    }
    .row-fluid .thumbnails {
        margin-left: 0
    }
}
@media (max-width: 738px) {
    body {
        padding-top: 0
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static
    }
    .navbar-fixed-top {
        margin-bottom: 18px
    }
    .navbar-fixed-bottom {
        margin-top: 18px
    }
    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
        padding: 5px
    }
    .navbar .container {
        width: auto;
        padding: 0
    }
    .navbar .brand {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 0 0 -5px
    }
    .nav-collapse {
        clear: both
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 9px
    }
    .nav-collapse .nav>li {
        float: none
    }
    .nav-collapse .nav>li>a {
        margin-bottom: 2px
    }
    .nav-collapse .nav>.divider-vertical {
        display: none
    }
    .nav-collapse .nav .nav-header {
        color: #555;
        text-shadow: none
    }
    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        padding: 9px 15px;
        font-weight: bold;
        color: #555;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-topleft: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }
    .nav-collapse .btn {
        padding: 4px 10px 4px;
        font-weight: normal;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-topleft: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }
    .nav-collapse .dropdown-menu li+li a {
        margin-bottom: 2px
    }
    .nav-collapse .nav>li>a:hover,
    .nav-collapse .nav>li>a:focus,
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .dropdown-menu a:focus {
        background-color: #f2f2f2
    }
    .navbar-inverse .nav-collapse .nav>li>a,
    .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #d9d9d9
    }
    .navbar-inverse .nav-collapse .nav>li>a:hover,
    .navbar-inverse .nav-collapse .nav>li>a:focus,
    .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    .navbar-inverse .nav-collapse .dropdown-menu a:focus {
        background-color: #10223e
    }
    .nav-collapse.in .btn-group {
        margin-top: 5px;
        padding: 0
    }
    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        float: none;
        display: none;
        max-width: none;
        margin: 0 15px;
        padding: 0;
        background-color: transparent;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-topleft: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    .nav-collapse .open>.dropdown-menu {
        display: block
    }
    .nav-collapse .dropdown-menu:before,
    .nav-collapse .dropdown-menu:after {
        display: none
    }
    .nav-collapse .dropdown-menu .divider {
        display: none
    }
    .nav-collapse .nav>li>.dropdown-menu:before,
    .nav-collapse .nav>li>.dropdown-menu:after {
        display: none
    }
    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
        float: none;
        padding: 9px 15px;
        margin: 9px 0;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
    }
    .navbar-inverse .nav-collapse .navbar-form,
    .navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #10223e;
        border-bottom-color: #10223e
    }
    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0
    }
    .nav-collapse,
    .nav-collapse.collapse {
        overflow: hidden;
        height: 0
    }
    .navbar .btn-navbar {
        display: block
    }
    .navbar-static .navbar-inner {
        padding-left: 10px;
        padding-right: 10px
    }
}
@media (min-width: 738px + 1) {
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important
    }
}
@-ms-viewport {
    width: device-width
}
.hidden {
    display: none;
    visibility: hidden
}
.visible-phone {
    display: none !important
}
.visible-tablet {
    display: none !important
}
.hidden-desktop {
    display: none !important
}
.visible-desktop {
    display: inherit !important
}
@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important
    }
    .visible-desktop {
        display: none !important
    }
    .visible-tablet {
        display: inherit !important
    }
    .hidden-tablet {
        display: none !important
    }
}
@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important
    }
    .visible-desktop {
        display: none !important
    }
    .visible-phone {
        display: inherit !important
    }
    .hidden-phone {
        display: none !important
    }
}
.visible-print {
    display: none !important
}
@media print {
    .visible-print {
        display: inherit !important
    }
    .hidden-print {
        display: none !important
    }
}
.small {
    font-size: 11px
}
iframe,
svg {
    max-width: 100%
}
.nowrap {
    white-space: nowrap
}
.center,
.table td.center,
.table th.center {
    text-align: center
}
a.disabled,
a.disabled:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
    text-decoration: none
}
.hero-unit {
    text-align: center
}
.hero-unit .lead {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 200;
    line-height: 27px
}
.btn .caret {
    margin-bottom: 7px
}
.btn.btn-micro .caret {
    margin: 5px 0
}
.blog-row-rule,
.blog-item-rule {
    border: 0
}
body.modal {
    padding-top: 0
}
.row-even,
.row-odd {
    padding: 5px;
    width: 99%;
    border-bottom: 1px solid #ddd
}
.row-odd {
    background-color: transparent
}
.row-even {
    background-color: #f9f9f9
}
.blog-row-rule,
.blog-item-rule {
    border: 0
}
.row-fluid .row-reveal {
    visibility: hidden
}
.row-fluid:hover .row-reveal {
    visibility: visible
}
.btn-wide {
    width: 80%
}
.nav-list>li.offset>a {
    padding-left: 30px;
    font-size: 12px
}
.blog-row-rule,
.blog-item-rule {
    border: 0
}
.row-fluid .offset1 {
    margin-left: 8.382978723%
}
.row-fluid .offset2 {
    margin-left: 16.89361702%
}
.row-fluid .offset3 {
    margin-left: 25.404255317%
}
.row-fluid .offset4 {
    margin-left: 33.914893614%
}
.row-fluid .offset5 {
    margin-left: 42.425531911%
}
.row-fluid .offset6 {
    margin-left: 50.93617020799999%
}
.row-fluid .offset7 {
    margin-left: 59.446808505%
}
.row-fluid .offset8 {
    margin-left: 67.95744680199999%
}
.row-fluid .offset9 {
    margin-left: 76.468085099%
}
.row-fluid .offset10 {
    margin-left: 84.97872339599999%
}
.row-fluid .offset11 {
    margin-left: 91.489361693%
}
.navbar .nav>li>a.btn {
    padding: 4px 10px;
    line-height: 18px
}
.nav-tabs.nav-dark {
    border-bottom: 1px solid #333;
    text-shadow: 1px 1px 1px #000
}
.nav-tabs.nav-dark>li>a {
    color: #F8F8F8
}
.nav-tabs.nav-dark>li>a:hover {
    border-color: #333 #333 #111;
    background-color: #777777
}
.nav-tabs.nav-dark>.active>a,
.nav-tabs.nav-dark>.active>a:hover {
    color: #ffffff;
    background-color: #555555;
    border: 1px solid #222;
    border-bottom-color: transparent
}
.thumbnail.pull-left {
    margin: 0 10px 10px 0
}
.thumbnail.pull-right {
    margin: 0 0 10px 10px
}
.width-10 {
    width: 10px
}
.width-20 {
    width: 20px
}
.width-30 {
    width: 30px
}
.width-40 {
    width: 40px
}
.width-50 {
    width: 50px
}
.width-60 {
    width: 60px
}
.width-70 {
    width: 70px
}
.width-80 {
    width: 80px
}
.width-90 {
    width: 90px
}
.width-100 {
    width: 100px
}
.height-10 {
    height: 10px
}
.height-20 {
    height: 20px
}
.height-30 {
    height: 30px
}
.height-40 {
    height: 40px
}
.height-50 {
    height: 50px
}
.height-60 {
    height: 60px
}
.height-70 {
    height: 70px
}
.height-80 {
    height: 80px
}
.height-90 {
    height: 90px
}
.height-100 {
    height: 100px
}
hr.hr-condensed {
    margin: 10px 0
}
.list-striped,
.row-striped {
    list-style: none;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    margin-left: 0
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
    border-bottom: 1px solid #ddd;
    padding: 8px
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
    background-color: #f9f9f9
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
    background-color: #f5f5f5
}
.row-striped .row-fluid {
    width: 97%
}
.row-striped .row-fluid [class*="span"] {
    min-height: 10px
}
.row-striped .row-fluid [class*="span"] {
    margin-left: 8px
}
.row-striped .row-fluid [class*="span"]:first-child {
    margin-left: 0
}
.list-condensed li {
    padding: 4px 5px
}
.row-condensed .row,
.row-condensed .row-fluid {
    padding: 4px 5px
}
.list-bordered,
.row-bordered {
    list-style: none;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    margin-left: 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
.radio.btn-group input[type=radio] {
    display: none
}
.radio.btn-group>label:first-of-type {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px
}
fieldset.radio.btn-group {
    padding-left: 0
}
.iframe-bordered {
    border: 1px solid #ddd
}
.tab-content {
    overflow: visible
}
.tabs-left .tab-content {
    overflow: auto
}
.nav-tabs>li>span {
    display: block;
    margin-right: 2px;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}
.btn-micro {
    padding: 1px 4px;
    font-size: 10px;
    line-height: 8px
}
.btn-group>.btn-micro {
    font-size: 10px
}
.tip-wrap {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 100
}
.page-header {
    margin: 2px 0px 10px 0px;
    padding-bottom: 5px
}
.input-prepend .chzn-container-single .chzn-single,
.input-append .chzn-container-single .chzn-single {
    border-color: #ccc;
    height: 26px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.input-prepend .chzn-container-single .chzn-drop,
.input-append .chzn-container-single .chzn-drop {
    border-color: #ccc
}
.input-prepend>.add-on,
.input-append>.add-on {
    vertical-align: top
}
.input-prepend .chzn-container-single .chzn-single {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}
.input-prepend .chzn-container-single .chzn-single-with-drop {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0
}
.input-append .chzn-container-single .chzn-single {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}
.input-append .chzn-container-single .chzn-single-with-drop {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0
}
.input-prepend.input-append .chzn-container-single .chzn-single,
.input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}
.form-vertical .control-label {
    float: none;
    width: auto;
    padding-right: 0;
    padding-top: 0;
    text-align: left
}
.form-vertical .controls {
    margin-left: 0
}
.width-auto {
    width: auto
}
.btn-group .chzn-results {
    white-space: normal
}
.accordion-body.in:hover {
    overflow: visible
}
.invalid {
    color: #ff2121;
    font-weight: bold
}
input.invalid {
    border: 1px solid #ff2121
}
.tooltip {
    max-width: 400px
}
.tooltip-inner {
    max-width: none;
    text-align: left;
    text-shadow: none
}
th .tooltip-inner {
    font-weight: normal
}
.tooltip.hasimage {
    opacity: 1
}
.tip-text {
    text-align: left
}
.btn-group>.btn+.dropdown-backdrop+.btn {
    margin-left: -1px
}
.btn-group>.btn+.dropdown-backdrop+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    *padding-top: 5px;
    *padding-bottom: 5px
}
.btn-group>.btn-mini+.dropdown-backdrop+.dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px
}
.btn-group>.btn-small+.dropdown-backdrop+.dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px
}
.btn-group>.btn-large+.dropdown-backdrop+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px
}
.dropdown-menu {
    text-align: left
}
div.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 580px;
    margin-left: -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: none
}
div.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    -webkit-transition: all opacity .3s linear, top .3s ease-out ease-out;
    -moz-transition: all opacity .3s linear, top .3s ease-out ease-out;
    -o-transition: all opacity .3s linear, top .3s ease-out ease-out;
    transition: all opacity .3s linear, top .3s ease-out ease-out;
    top: -25%
}
div.modal.fade.in {
    top: 10%
}
.modal-batch {
    overflow-y: visible
}
@media (max-width: 767px) {
    div.modal {
        position: fixed;
        top: 20px;
        left: 20px;
        right: 20px;
        width: auto;
        margin: 0
    }
    div.modal.fade {
        top: -100px
    }
    div.modal.fade.in {
        top: 20px
    }
}
@media (max-width: 480px) {
    div.modal {
        top: 10px;
        left: 10px;
        right: 10px
    }
}
.input-append .chzn-container-single .chzn-single {
    border-color: #ccc;
    height: 26px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.input-append .chzn-container-active .chzn-single-with-drop {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}
.input-append .chzn-container-single .chzn-drop {
    border-color: #ccc
}
body.site {
    padding-top: 37px;
    background-color: #f4f6f7
}
body.site.fluid {
    background-color: #ffffff
}
.thumbnail {
    margin-bottom: 9px
}
.accordion-group {
    background: #fff
}
.select[multiple],
select[size] {
    height: 28px
}
.site-title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold
}
.brand {
    color: #046;
    -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    -o-transition: color .5s linear;
    transition: color .5s linear;
    -webkit-transition: all color .5s linear ease-out;
    -moz-transition: all color .5s linear ease-out;
    -o-transition: all color .5s linear ease-out;
    transition: all color .5s linear ease-out
}
.brand:hover {
    color: #08c;
    text-decoration: none
}
.header .finder {
    margin-top: 14px
}
.header .finder .btn {
    margin-top: 0px
}
.navigation {
    padding: 5px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.075);
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    margin-bottom: 10px
}
.navigation .nav-pills {
    margin-bottom: 0
}
.hero-unit {
    background-color: #08C
}
.hero-unit>* {
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}
.container {
    max-width: 960px
}
.body .container {
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05)
}
.well .page-header {
    margin: 0px 0px 5px 0px
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 12px 0
}
h1 {
    font-size: 26px;
    line-height: 28px
}
h2 {
    font-size: 22px;
    line-height: 24px
}
h3 {
    font-size: 18px;
    line-height: 20px
}
h4 {
    font-size: 14px;
    line-height: 16px
}
h5 {
    font-size: 13px;
    line-height: 15px
}
h6 {
    font-size: 12px;
    line-height: 14px
}
.module-header {
    padding-bottom: 17px;
    margin: 20px 0 18px 0;
    border-bottom: 1px solid #eeeeee
}
.item-title {
    margin-bottom: 9px
}
.item-content {
    margin: 18px 0
}
.item-subtitle {
    margin-bottom: 9px
}
.pull-right.item-image {
    margin: 0 0 18px 20px
}
.pull-left.item-image {
    margin: 0 20px 18px 0
}
.header .nav>li:last-child>.dropdown-menu,
.item-actions .dropdown-menu,
.item-comment .dropdown-menu {
    left: initial;
    right: 0
}
.article-index {
    margin: 0 0 10px 10px
}
.list-item-title {
    margin-bottom: 9px
}
.list-item-content {
    margin: 18px 0
}
.list-item-subtitle {
    margin-bottom: 9px
}
.items-more,
.content-links {
    padding: 15px 0
}
.breadcrumb {
    margin: 10px 0
}
.img_caption .left {
    float: left;
    margin-right: 1em
}
.img_caption .right {
    float: right;
    margin-left: 1em
}
.img_caption .left p {
    clear: left;
    text-align: center
}
.img_caption .right p {
    clear: right;
    text-align: center
}
.img_caption {
    text-align: center!important
}
.img_caption.none {
    margin-left: auto;
    margin-right: auto
}
#aside .nav .nav-child {
    border-left: 2px solid #ddd;
    padding-left: 5px
}
.navigation .nav-child {
    position: absolute;
    top: 95%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}
.navigation .nav-child.pull-right {
    right: 0;
    left: auto
}
.navigation .nav-child .divider {
    *width: 100%;
    height: 1px;
    margin: 8px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
}
.navigation .nav-child a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #333;
    white-space: nowrap
}
.navigation .nav>li {
    position: relative
}
.navigation .nav>li:hover>.nav-child,
.navigation .nav>li>a:focus+.nav-child {
    display: block
}
.navigation .nav-child:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''
}
.navigation .nav-child:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: ''
}
.navigation .nav-child li>a:hover,
.navigation .nav-child li>a:focus,
.navigation .nav-child:hover>a {
    text-decoration: none;
    color: #fff;
    background-color: #08c;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}
body .navbar,
body .navbar-fixed-top {
    margin-bottom: 0
}
.header {
    background-color: #1a3867;
    background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#17568c), to(#1a3867));
    background-image: -webkit-radial-gradient(circle, #17568c, #1a3867);
    background-image: -moz-radial-gradient(circle, #17568c, #1a3867);
    background-image: -o-radial-gradient(circle, #17568c, #1a3867);
    background-image: radial-gradient(circle, #17568c, #1a3867);
    background-repeat: no-repeat;
    border-top: 1px solid #2f64b8;
    border-bottom: 1px solid #10223e;
    padding: 5px
}
.navbar .btn-navbar {
    background: #17568c;
    background: -moz-linear-gradient(top, #17568c 0, #1a3867 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #17568c), color-stop(100%, #1a3867));
    background: -webkit-linear-gradient(top, #17568c 0, #1a3867 100%);
    background: -o-linear-gradient(top, #17568c 0, #1a3867 100%);
    background: -ms-linear-gradient(top, #17568c 0, #1a3867 100%);
    background: linear-gradient(top, #17568c 0, #1a3867 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#17568c', endColorstr='#1a3867', GradientType=0);
    border: 1px solid #0D2242;
    margin-bottom: 2px
}
.logo {
    width: 100%;
    max-width: 143px;
    line-height: 50px;
    height: auto
}
.container-logo {
    text-align: center
}
.page-title {
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    font-weight: normal;
    font-size: 30px;
    line-height: 50px;
    margin: 0
}
.nav-list>li>a {
    border-bottom: 1px solid #eee
}
.subnav {
    background-color: #1b63a2;
    border-top: 1px solid #2d8bdc;
    border-bottom: 1px solid #10223e;
    padding: 5px;
    margin-bottom: 10px
}
.subnav .nav-pills {
    margin-bottom: 0
}
.subnav .nav-pills>li>a {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition: all all .5s ease-in-out ease-out;
    -moz-transition: all all .5s ease-in-out ease-out;
    -o-transition: all all .5s ease-in-out ease-out;
    transition: all all .5s ease-in-out ease-out
}
.subnav .nav-pills>li>a:hover {
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
    background-color: #103b60;
    border: 1px solid #092034
}
.subnav .nav-pills>li.active>a {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #103b60;
    background-color: #1e71b8
}
.subnav .nav-pills>li.active>a:hover {
    background-color: #134976;
    border: 1px solid #103b60
}
.subnav.affix {
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1020
}
.nav-inline {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0
}
.nav-inline li {
    display: inline;
    margin: 0 5px
}
.thumbnail .text-large {
    margin: 4px 0
}
.thumbnail .thumbnail-link {
    position: relative;
    display: block
}
.thumbnail .thumbnail-rating {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: 80;
    -khtml-opacity: 80;
    -webkit-opacity: 80;
    opacity: 80;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=8000);
    filter: alpha(opacity=8000)
}
.thumbnail .thumbnail-labels {
    position: absolute;
    left: 5px;
    bottom: 5px;
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: 80;
    -khtml-opacity: 80;
    -webkit-opacity: 80;
    opacity: 80;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=8000);
    filter: alpha(opacity=8000)
}
.thumbnail .thumbnail-link:hover .thumbnail-rating,
.thumbnail .thumbnail-link:hover .thumbnail-labels {
    opacity: .98;
    filter: alpha(opacity=98);
    -moz-opacity: 98;
    -khtml-opacity: 98;
    -webkit-opacity: 98;
    opacity: 98;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=9800);
    filter: alpha(opacity=9800)
}
.label-one,
.badge-one {
    background-color: #69a73d
}
.label-two,
.badge-two {
    background-color: #1881b4
}
.label-three,
.badge-three {
    background-color: #142b4f
}
.text-success {
    color: #468847
}
.text-info {
    color: #3a87ad
}
.text-warning {
    color: #c09853
}
.text-error {
    color: #b94a48
}
.text-one {
    color: #466f29
}
.text-two {
    color: #0f5171
}
.text-three {
    color: #050a12
}
.text-large {
    font-size: 115%
}
.text-xlarge {
    font-size: 200%;
    line-height: 1.4
}
.text-xxlarge {
    font-size: 300%;
    line-height: 1.8
}
.full-width {
    width: 90%
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.item-tags .btn {
    margin-bottom: 5px
}
.btn-group>.btn+.dropdown-toggle {
    height: 18px
}
div#nav-search form {
    margin: 0
}
div#nav-search form input[type="text"] {
    color: #777777
}
@media (max-width: 738px) {
    body.site {
        padding-top: 0
    }
    .header .pull-right {
        float: none
    }
}
@media (max-width: 480px) {
    .header .btn {
        margin-bottom: 5px
    }
    .item-info>span {
        display: block
    }
    .blog-item .pull-right.item-image {
        margin: 0 0 18px 0
    }
    .blog-item .pull-left.item-image {
        margin: 0 0 18px 0;
        float: none
    }
    .page-title {
        line-height: 1
    }
    .subnav.affix {
        position: static
    }
}
@media (max-width: 768px) {
    .header {
        text-align: center
    }
    .header,
    .subnav {
        margin-left: -20px;
        margin-right: -20px
    }
    .header .brand {
        float: none;
        display: block;
        text-align: center
    }
    .header .nav.pull-right,
    .header-search {
        float: none;
        display: block
    }
    .header-search form {
        margin: 0
    }
    .header-search .search-query {
        width: 90%
    }
    .header .nav-pills>li>a {
        border: 1px solid #ddd;
        border-bottom: 0;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-right: 0
    }
    .header .nav-pills>li:first-child>a {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }
    .header .nav-pills>li:last-child>a {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        border-bottom: 1px solid #ddd
    }
    .modal.fade {
        top: -100%
    }
    .nav-tabs {
        border-bottom: 0
    }
    .nav-tabs>li {
        float: none
    }
    .nav-tabs>li>a {
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-right: 0
    }
    .nav-tabs>li:first-child>a {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs>li:last-child>a,
    .nav-tabs>.active:last-child>a {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        border-bottom: 1px solid #ddd
    }
    .nav-tabs>li>a:hover {
        border-color: #ddd;
        z-index: 2
    }
    .nav-tabs.nav-dark>li>a {
        border: 1px solid #333
    }
    .nav-tabs>li:last-child>a,
    .nav-tabs>.active:last-child>a {
        border-bottom: 1px solid #333
    }
    .nav-tabs.nav-dark>li>a:hover {
        border-color: #333
    }
    .nav-pills>li {
        float: none
    }
    .nav-pills>li>a {
        margin-right: 0
    }
    .nav-pills>li>a {
        margin-bottom: 3px
    }
    .nav-pills>li:last-child>a {
        margin-bottom: 1px
    }
    .form-search>.pull-left,
    .form-search>.pull-right {
        float: none;
        display: block;
        margin-bottom: 9px
    }
}
@media (max-width: 980px) {
    .navbar-fixed-top {
        margin-bottom: 0!important
    }
    .navbar-fixed-top .nav>li>a {
        padding: 8px 5px
    }
    .navbar-fixed-top .search-query {
        width: 150px
    }
    .header .btn-large {
        padding: 5px 8px
    }
    .header .page-title {
        font-size: 22px
    }
    .item-comment .item-image {
        display: none
    }
    .well {
        padding: 10px
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #login-form .input-small {
        width: 62px
    }
}
@media (max-width: 738px) {
    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-top .navbar-inner .container-fluid {
        padding: 0
    }
    .navbar .brand {
        margin-top: 2px
    }
    .navbar .btn-navbar {
        margin-top: 3px;
        margin-right: 3px;
        margin-bottom: 3px
    }
    .nav-collapse .nav .nav-header {
        color: #fff
    }
    .nav-collapse.collapse.in {
        height: auto !important
    }
    .nav-collapse .nav,
    .navbar .nav-collapse .nav.pull-right {
        margin: 0
    }
    .nav-collapse .dropdown-menu {
        margin: 0
    }
    .nav-collapse .nav>li>a.dropdown-toggle {
        background-color: rgba(255, 255, 255, 0.11);
        background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.05)));
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
        background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#26ffffff', endColorstr='#0dffffff', GradientType=0);
        font-size: 12px;
        font-weight: bold;
        color: #eee;
        text-transform: uppercase;
        padding-left: 15px
    }
    .nav-collapse .nav li a {
        margin-bottom: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        border-bottom: 1px solid rgba(0, 0, 0, 0.5)
    }
    .nav-collapse .nav li ul li ul.dropdown-menu,
    .nav-collapse .nav li ul li:hover ul.dropdown-menu,
    .nav-collapse .caret {
        display: none !important
    }
    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        font-size: 15px;
        font-weight: normal;
        color: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-topleft: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }
    .navbar .nav-collapse .nav>li>.dropdown-menu::before,
    .navbar .nav-collapse .nav>li>.dropdown-menu::after,
    .navbar .nav-collapse .dropdown-submenu>a::after {
        display: none
    }
    .nav-collapse .dropdown-menu li+li a {
        margin-bottom: 0
    }
    .nav-collapse .navbar-search {
        border-top: 0;
        border-bottom: 0
    }
    .nav-collapse .navbar-search .search-query {
        width: 88%
    }
}
@media (min-width: 980px) {
    .header .span5 {
        margin-left: 0
    }
}
@media (min-width: 980px) and (max-width: 1200px) {
    .header .span5 .hidden-tablet {
        display: none
    }
}
.modal .btn.main-download,
.sclogout-button .btn.main-download,
.body .btn.main-download {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.modal .btn,
.sclogout-button .btn,
.body .btn {
    text-shadow: none;
    background-image: none;
    border: 0;
    border-bottom: 2px solid;
    border-top: 2px solid #ebf0f1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 #999;
    -moz-box-shadow: 0 0 0 #999;
    box-shadow: 0 0 0 #999;
    min-height: 28px;
    line-height: 28px;
    border-bottom-color: #5d6d6d
}
.modal .btn-primary,
.sclogout-button .btn-primary,
.body .btn-primary {
    border-top: 2px solid #ff8100;
    border-bottom: 2px solid #ff8100;
    background-color: #ff8100
}
.modal .btn-primary:hover,
.sclogout-button .btn-primary:hover,
.body .btn-primary:hover {
    border-top: 2px solid #ebf0f1;
    background-color: #ebf0f1;
    border-bottom: 2px solid #ff8100;
    color: #5d6d6d
}
.modal .btn-success,
.sclogout-button .btn-success,
.body .btn-success {
    background-color: #ebf0f1;
    color: #5d6d6d;
    border-bottom: 2px solid #00a500
}
.modal .btn-success:hover,
.sclogout-button .btn-success:hover,
.body .btn-success:hover {
    background-color: #00a500;
    border-top: 2px solid #00a500;
    color: #fff
}
.modal .btn-warning,
.sclogout-button .btn-warning,
.body .btn-warning {
    background-color: #ebf0f1;
    color: #5d6d6d;
    border-bottom: 2px solid #ff8100
}
.modal .btn-warning:hover,
.sclogout-button .btn-warning:hover,
.body .btn-warning:hover {
    background-color: #ff8100;
    border-top: 2px solid #ff8100;
    color: #fff
}
.modal .btn-link,
.sclogout-button .btn-link,
.body .btn-link {
    border-top: 0;
    border-bottom: 0
}
.modal .btn-danger,
.sclogout-button .btn-danger,
.body .btn-danger {
    background-color: #ebf0f1;
    color: #5d6d6d;
    border-bottom: 2px solid #ff2121
}
.modal .btn-danger:hover,
.sclogout-button .btn-danger:hover,
.body .btn-danger:hover {
    background-color: #ff2121;
    border-top: 2px solid #ff2121;
    color: #fff
}
.modal .btn-inverse,
.sclogout-button .btn-inverse,
.body .btn-inverse {
    border-color: #fff;
    background-color: #fff;
    color: #0099de
}
.modal .btn-inverse:hover,
.sclogout-button .btn-inverse:hover,
.body .btn-inverse:hover {
    border-color: #0099de;
    background-color: #0099de;
    color: #fff
}
.modal .btn-inverse-alt,
.sclogout-button .btn-inverse-alt,
.body .btn-inverse-alt {
    border-color: #ebf0f1;
    background-color: #ebf0f1;
    color: #0099de;
    border: 0
}
.modal .btn-inverse-alt:hover,
.sclogout-button .btn-inverse-alt:hover,
.body .btn-inverse-alt:hover {
    color: #000
}
.modal .btn-info,
.sclogout-button .btn-info,
.body .btn-info {
    background-color: #ebf0f1;
    color: #5d6d6d;
    border-bottom: 2px solid #0081bc
}
.modal .btn-info:hover,
.sclogout-button .btn-info:hover,
.body .btn-info:hover {
    background-color: #0081bc;
    border-top: 2px solid #0081bc;
    color: #fff
}
.modal .btn-info-alt,
.sclogout-button .btn-info-alt,
.body .btn-info-alt {
    background-color: #0081bc;
    color: #fff;
    border-bottom: 2px solid #0081bc
}
.modal .form-actions .btn-info-alt,
.sclogout-button .form-actions .btn-info-alt,
.body .form-actions .btn-info-alt {
    border-top: 2px solid #0081bc
}
.modal .btn-info-alt:hover,
.sclogout-button .btn-info-alt:hover,
.body .btn-info-alt:hover {
    background-color: #fff;
    border-top: 2px solid #fff;
    color: #0081bc
}
.modal .btn.disabled,
.sclogout-button .btn.disabled,
.body .btn.disabled {
    background-color: #bcc4c8;
    color: #8fa7a8;
    border-color: #bcc4c8
}
.modal .btn-large,
.sclogout-button .btn-large,
.body .btn-large {
    text-transform: uppercase
}
.modal .btn-group>.btn:first-child,
.sclogout-button .btn-group>.btn:first-child,
.body .btn-group>.btn:first-child,
.modal .btn-group>.btn:last-child,
.sclogout-button .btn-group>.btn:last-child,
.body .btn-group>.btn:last-child,
.modal .btn-group .dropdown-toggle,
.sclogout-button .btn-group .dropdown-toggle,
.body .btn-group .dropdown-toggle {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.modal .input-append a,
.sclogout-button .input-append a,
.body .input-append a {
    min-height: 26px;
    padding: 0 12px;
    border: 1px solid #bcc4c8;
    margin: 0;
    height: 26px;
    line-height: 26px;
    border-left: 0
}
.subnav .nav-pills>li {
    border: 0
}
.subnav .nav-pills>li a {
    text-shadow: none;
    border: 0 !important
}
.subnav .nav-pills>li>a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 0 0 #999;
    -moz-box-shadow: 0 0 0 #999;
    box-shadow: 0 0 0 #999
}
.subnav .nav-pills li.active a {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.subnav .nav-pills>li.open>a,
.subnav .nav-pills>li.open>a:focus,
.subnav .nav-pills>li.open>a:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    -webkit-box-shadow: 0 0 0 #999;
    -moz-box-shadow: 0 0 0 #999;
    box-shadow: 0 0 0 #999;
    background-color: #fff !important;
    color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none
}
.subnav .nav-pills>li.dropdown.open.active>a:focus,
.subnav .nav-pills .open .dropdown-toggle {
    color: #000 !important
}
.subnav .nav-pills>li.dropdown.open.active>a:focus b.caret,
.subnav .nav-pills .open .dropdown-toggle b.caret {
    border-top-color: #000 !important
}
.subnav .nav-pills .dropdown-menu {
    left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 #999;
    -moz-box-shadow: 0 0 0 #999;
    box-shadow: 0 0 0 #999;
    margin-top: -2px;
    border-top: 0
}
.subnav .nav-pills .dropdown-menu a {
    padding: 3px 12px
}
.subnav .nav-pills .dropdown-menu>li>a:hover,
.subnav .nav-pills .dropdown-menu li>a:focus,
.subnav .nav-pills .dropdown-menu>.active>a,
.subnav .nav-pills .dropdown-menu>.active>a:hover,
.subnav .nav-pills .dropdown-menu>.active>a:focus {
    background-color: #0099de;
    background-image: none;
    color: #fff
}
.modal .modal-footer .btn {
    background-color: #5d6d6d;
    color: #fff
}
.body .nav-tabs {
    border-color: #bcc4c8
}
.body .nav-tabs>li {
    margin: 5px 1px 0px 1px
}
.body .nav-tabs>li>a {
    background-color: #ebf0f1;
    color: #0099de;
    border-bottom-color: #ebf0f1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 20px
}
.body .nav-tabs>li a:hover,
.body .nav-tabs>li a:focus {
    border-color: #eee #eee #ebf0f1
}
.body .nav-tabs>li.active {
    margin-bottom: 1px;
    line-height: 23px
}
.body .nav-tabs>li.active a {
    display: block;
    height: 23px;
    line-height: 23px;
    border-color: #bcc4c8;
    color: #5d6d6d;
    border-bottom-color: #fff;
    background-color: #fff;
    margin-bottom: -2px;
    border-bottom-width: 2px
}
.trophies .badge,
.badge.badge-rounded {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-transform: uppercase;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    padding: 3px;
    margin: 5px 0
}
span.badge-com {
    background-color: #00a500
}
span.badge-mod {
    background-color: #ff4b39
}
span.badge-plugin {
    background-color: #e20079
}
span.badge-search {
    background-color: #ff8100
}
span.badge-ext {
    background-color: #ffc40d;
    color: #333
}
span.badge-tool {
    background-color: #eab31d
}
span.badge-lang {
    background-color: #ff2121
}
span.badge-25 {
    background-color: #b700ff
}
span.badge-30 {
    background-color: #eab31d
}
.fa-check {
    color: #00a500
}
.fa-times {
    color: #ff2121
}
.fa-exclamation-circle {
    color: #ff8100
}
.text-warning {
    color: #ff8100
}
.text-error {
    color: #ff2121
}
.text-info {
    color: #0081bc
}
.text-success {
    color: #00a500
}