html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

audio, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

b, strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table th {
        background-color: #fff !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

blockquote.pull-right footer:before {
    content: ''
}

blockquote.pull-right footer:after {
    content: '\00A0 \2014'
}

code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table .table {
    background-color: #fff
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly] {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled] {
    cursor: not-allowed
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }
}

.form-group {
    margin-bottom: 15px
}

input[type=checkbox][disabled], input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 32px
}

.has-error .control-label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active, .btn-info:active {
    background-image: none
}

.btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover {
    color: #777;
    text-decoration: none
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.open > a {
    outline: 0
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn {
    position: relative;
    float: left
}

.btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-sm > .form-control, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group .form-control, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group .form-control:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group .form-control:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav > li > a > img {
    max-width: none
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.container-fluid > .navbar-header, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid > .navbar-header, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-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);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-bottom {
    vertical-align: bottom
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item:focus, a.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info:focus, a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .nav:after, .nav:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .row:after, .row:before {
    content: " ";
    display: table
}

.btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .nav:after, .navbar-header:after, .navbar:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

* {
    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.o-0 {
    opacity: 0 !important;
    color: transparent !important
}

.w-100 {
    width: 100% !important
}

.m-0 {
    margin: 0 !important
}

.m-5 {
    margin: 5px !important
}

.m-10 {
    margin: 10px !important
}

.m-15 {
    margin: 15px !important
}

.m-20 {
    margin: 20px !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-l-0 {
    margin-left: 0 !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-l-15 {
    margin-left: 15px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-r-0 {
    margin-right: 0 !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-r-15 {
    margin-right: 15px !important
}

.m-r-20 {
    margin-right: 20px !important
}

.m-r-30 {
    margin-right: 30px !important
}

.m-c {
    margin: 0 auto
}

.p-0 {
    padding: 0 !important
}

.p-5 {
    padding: 5px !important
}

.p-10 {
    padding: 10px !important
}

.p-15 {
    padding: 15px !important
}

.p-20 {
    padding: 20px !important
}

.p-30 {
    padding: 30px !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-t-5 {
    padding-top: 5px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-t-15 {
    padding-top: 15px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-l-0 {
    padding-left: 0 !important
}

.p-l-5 {
    padding-left: 5px !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-l-15 {
    padding-left: 15px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-r-5 {
    padding-right: 5px !important
}

.p-r-10 {
    padding-right: 10px !important
}

.p-r-15 {
    padding-right: 15px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.r-2 {
    border-radius: 2px !important
}

.r-l-2 {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important
}

.r-r-2 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
}

.r-t-2 {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important
}

.r-b-2 {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important
}

.r-3 {
    border-radius: 3px !important
}

.r-l-3 {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important
}

.r-r-3 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important
}

.r-t-3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important
}

.r-b-3 {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important
}

.r-t-l-0 {
    border-top-left-radius: 0 !important
}

.r-b-l-0 {
    border-bottom-left-radius: 0 !important
}

.r-t-r-0 {
    border-top-right-radius: 0 !important
}

.r-b-r-0 {
    border-bottom-right-radius: 0 !important
}

.b-0 {
    border: 0
}

.show-xs {
    display: none
}

.bg-white {
    background-color: #fff
}

.bg-blue {
    background-color: #2d5be3
}

.bg-blue-dark {
    background-color: #204dcc
}

.bg-grey {
    background-color: #f7f7f7
}

.c-blue {
    color: #204dcc
}

.c-white {
    color: #fff
}

.c-dark {
    color: #000
}

.c-grey {
    color: #707070
}

.f-none {
    float: none
}

.d-block {
    display: block
}

body, html {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    color: #181e21
}

.btn, body {
    font-size: 16px;
    font-weight: 400
}

a {
    outline: 0 none;
    text-decoration: none;
    color: #2d5be3
}

a:hover {
    color: #0079ce;
    text-decoration: underline
}

a:focus {
    text-decoration: none !important
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

input {
    font-family: "Open Sans", sans-serif;
    color: #212121
}

h2 {
    font: 400 24px sans-serif
}

h3 {
    font: 400 20px sans-serif
}

h4 {
    font: 400 18px sans-serif
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.6
}

b, strong {
    font-weight: 500
}

@font-face {
    font-family: fontello;
    font-weight: 400;
    font-style: normal;
    src: url(https://www.dlldownloader.com/assets/fonts/Fontello/fontello.eot?35352768);
    src: url(https://www.dlldownloader.com/assets/fonts/Fontello/fontello.eot?35352768#iefix) format('embedded-opentype'), url(https://www.dlldownloader.com/assets/fonts/Fontello/fontello.woff?35352768) format('woff'), url(https://www.dlldownloader.com/assets/fonts/Fontello/fontello.ttf?35352768) format('truetype'), url(https://www.dlldownloader.com/assets/fonts/Fontello/fontello.svg?35352768#fontello) format('svg');
    font-display: swap
}

.fontello-icons {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.name strong {
    text-transform: uppercase
}

.pointer {
    cursor: pointer
}

.bs-b {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .12), 0 4px 4px 0 rgba(0, 0, 0, .12)
}

.navbar-toggle_container, .search-toggle_container {
    height: 20px
}

.navbar-toggle, .search-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent
}

.navbar-toggle i, .search-toggle i {
    float: left;
    font-size: 19px;
    margin: 0;
    line-height: 20px
}

.navbar-nav > li.active > a, .navbar-nav > li > a:active, .navbar-nav > li > a:hover {
    opacity: 1 !important
}

.logo {
    position: relative;
    display: inline-block
}

.logo h1 img {
    float: left
}

.logo h2 {
    font-size: 13px;
    font-weight: 300
}

.logo:hover {
    text-decoration: none
}

.search .input {
    position: relative;
    height: 38px
}

.search input {
    height: 100%;
    padding-left: 72px
}

input {
    height: 100% !important;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1) inset !important;
    font-size: 16px !important
}

.search i {
    position: absolute;
    top: 11px;
    left: 24px;
    color: #757575
}

i#search {
    cursor: pointer
}

.navbar-inner-container {
    margin-right: 0;
    margin-left: 0;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px
}

.navbar-blue {
    min-height: auto;
    border: none;
    border-radius: 0
}

.navbar-blue .navbar-nav > li > a {
    margin: 0 10px;
    padding: 0 5px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.nav > li > a:focus, .navbar-blue .nav > li > a:hover, .navbar-blue .navbar-nav > li.active > a {
    background-color: transparent
}

.navbar-blue .navbar-nav > li.active > a {
    border-bottom: 3px solid #fff
}

.alphabet-letter, .alphabet > ul, .tags, .top-border {
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #ebebeb
}

.top-border {
    border-width: 0;
    border-top-width: 1px
}

.alphabet > ul {
    display: block;
    color: #bdbdbd;
    font-size: 20px
}

.alphabet > ul > li {
    display: inline-block;
    float: left;
    width: 3.7037037037037%;
    min-width: 29px;
    text-align: center;
    line-height: 30px
}

.alphabet .current {
    background-color: #eee
}

.alphabet a {
    color: #2d5be3
}

.pagination {
    margin-bottom: 0
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #2d5be3;
    border-color: #2d5be3;
    color: #fff
}

.pagination > li {
    margin-top: 20px
}

.pagination > li > a, .pagination > li > span {
    background-color: #f7f7f7;
    border-color: #efefef;
    color: #212121
}

div > .tags:last-child {
    border: none
}

.tags li {
    position: relative;
    padding: 0 0 10px
}

.tags li:last-child {
    padding: 0
}

.tags a {
    position: relative;
    left: 10px;
    padding-left: 34px;
    float: left;
    display: inline-block;
    line-height: 24px;
    color: #212121;
    font: 400 16px/28px sans-serif
}

.tags a:hover {
    text-decoration: none
}

.tags .current, .tags .current a {
    color: #2d5be3
}

.tags li > i {
    position: absolute;
    left: 20px;
    float: left;
    font-size: 24px;
    line-height: 28px
}

.home .tags a {
    float: none;
    left: 0;
    text-indent: 0
}

.home .tags > ul > li {
    padding: 0
}

.home .tags > ul > li > a {
    display: block;
    padding: 10px 20px
}

.dll-list a {
    color: #212121
}

.dll-list > li .dll-row {
    display: block;
    height: 96px;
    padding: 10px 20px 20px;
    background-color: #f7f7f7;
    overflow: hidden
}

.dll-list > li .dll-row:hover {
    background-color: #f7f7f7;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .2)
}

.dll-list > li .dll-row .dll-first-letter {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background-color: #eee
}

.dll-list > li .dll-row .title {
    font-size: 16px
}

.dll-list > li .dll-row .description {
    max-height: 40px;
    margin: 6px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(33, 33, 33, .6);
    overflow: hidden
}

.dll-list > li:last-child {
    margin-bottom: 0 !important
}

.dll-files .dll-list > li {
    float: left;
    width: calc((100% - 10px) / 2)
}

.dll-files .dll-list > li:nth-child(2n) {
    margin-left: 10px
}

.dll-files .dll-list > li:last-child {
    margin-bottom: 10px
}

.dll-list .dll-row .dll-first-letter-containter {
    width: 50px;
    margin-right: 20px
}

.dll-list .dll-row .dll-info-containter {
    width: calc(100% - 70px)
}

.home .tags > ul > li > a:hover {
    background-color: #eee
}

.filter.tags > ul li.current, .filter.tags > ul li:hover {
    background-color: #eee
}

.filter.tags > ul li:last-child {
    margin-bottom: 0 !important
}

.main {
    position: relative;
    max-width: 1512px;
    padding: 0 80px
}

.main-header-ads {
    max-height: 270px
}

.main-header-ads .adsbygoogle {
    margin: 20px 0 0
}

.dll-detail {
    background-color: #f7f7f7
}

.dll-detail .main-header {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.main-header, .main-header a {
    color: #fff
}

.breadcrumbs {
    font-size: 13px
}

.breadcrumbs li {
    display: inline-block
}

.breadcrumbs .brackets {
    font-size: 18px
}

.breadcrumbs .brackets, .breadcrumbs .current, .breadcrumbs a {
    opacity: .8
}

.breadcrumbs a:hover {
    opacity: 1;
    text-decoration: none
}

.dll-detail .breadcrumbs {
    padding-top: 0 !important;
    padding-bottom: 10px !important
}

.main-header-logo-container {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: none;
    display: inline-block;
    height: 56px;
    margin-right: 20px;
    transition: box-shadow .2s ease 0s;
    width: 56px
}

.dll-detail .main-header-logo-container {
    margin-right: 30px
}

.main-header-logo {
    color: #3f51b5;
    font-size: 32px;
    height: 32px;
    margin: 12px;
    width: 32px
}

.main-header-title-container {
    max-width: 90%;
    max-width: calc(100% - 76px)
}

.dll-detail .main-header-title-container {
    max-width: 85%;
    max-width: calc(100% - 86px)
}

.main-header-title-container .ads .adsbygoogle {
    margin-top: 20px
}

.main-header-title {
    display: inline-block;
    font: 30px/1.4 sans-serif;
    letter-spacing: -.01em;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity .2s ease 0s;
    vertical-align: top
}

.main-header-description {
    font: 400 16px/1.6 sans-serif
}

.info-message {
    font-size: 15px;
    color: #212121;
    opacity: .8
}

.info-message p {
    display: inline-block;
    max-width: calc(100% - 36px);
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    line-height: 26px
}

.info-message i {
    color: #2d5be3;
    font-size: 26px
}

.kk-star-ratings .kksr-stars {
    position: relative
}

.kk-star-ratings .kksr-stars a {
    float: left;
    position: relative;
    width: 24px;
    margin-right: 2px;
    font-size: 24px
}

.kk-star-ratings a:hover {
    text-decoration: none
}

.kk-star-ratings a.kksr-star i {
    color: rgba(255, 255, 255, .8);
    content: "&#xe804;";
    transition: content 1s ease 0s
}

.kk-star-ratings a.kksr-star.half-active i {
    color: #f9e900;
    content: "&#xe804;"
}

.kk-star-ratings a.kksr-star.active i {
    color: #f9e900;
    content: "&#xe804;"
}

.kk-star-ratings .kksr-legend {
    float: left;
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    border-left: 1px solid rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .5)
}

.kk-star-ratings .kksr-legend .kksr-title {
    display: none
}

.noborder-right {
    border-right: none !important
}

.kk-star-ratings .tooltip {
    width: 100%
}

.tooltip-1 + .tooltip > .tooltip-inner {
    background-color: #dc3912
}

.tooltip-2 + .tooltip > .tooltip-inner {
    background-color: #f90
}

.tooltip-3 + .tooltip > .tooltip-inner {
    background-color: #757575
}

.tooltip-4 + .tooltip > .tooltip-inner {
    background-color: #36c
}

.tooltip-5 + .tooltip > .tooltip-inner {
    background-color: #109618
}

.button {
    background-color: #f7f7f7;
    border: 0 none;
    border-radius: 2px;
    box-shadow: none;
    color: #212121;
    cursor: pointer;
    display: inline-block;
    font: 500 14px/24px sans-serif;
    margin: 0;
    min-width: 36px;
    outline: 0 none;
    overflow: hidden;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: background-color .2s ease 0s, box-shadow .2s ease 0s;
    vertical-align: middle;
    white-space: nowrap
}

.direct-download-btn:focus, .direct-download-btn:hover, .downloadbar .download-container > a.download-btn:focus, .downloadbar .download-container > a.download-btn:hover, .post-share a:focus, .post-share a:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2), 0 6px 10px rgba(0, 0, 0, .3);
    text-decoration: none
}

.button-text-white {
    color: #fff !important
}

.button i {
    font-size: 24px !important
}

.main-header-nav li {
    display: inline-block;
    margin-right: 1px
}

.main-header-nav li:first-child a {
    border-top-left-radius: 2px
}

.main-header-nav li:last-child a {
    border-top-right-radius: 2px
}

.main-header-nav li a {
    display: block;
    background-color: #2d5be3;
    color: #fff;
    font: 500 14px/44px sans-serif;
    padding: 0 30px;
    text-transform: uppercase;
    transition: box-shadow .2s ease 0s
}

.main-header-nav li a:hover {
    text-decoration: none;
    cursor: default
}

.main-header-nav li.current a {
    background-color: #fff;
    color: #212121
}

.download-btn:focus, .download-btn:hover, .main-header-nav li:not(.current) a:focus, .main-header-nav li:not(.current) a:hover {
    cursor: pointer;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .2), 0 -3px 10px rgba(0, 0, 0, .2)
}

.post-content {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.post-content .leftside {
    width: 315px
}

.post-content .rightside {
    width: calc(100% - 315px)
}

.download-ads .adsbygoogle {
    margin-bottom: 10px
}

.download-btn {
    display: block;
    margin-bottom: 10px;
    border-radius: 0;
    background-color: #59b300;
    font-size: 14px;
    text-align: left
}

.direct-download-btn, .download-btn, .post-share a {
    transition: background-color .2s ease 0s, box-shadow .2s ease 0s
}

.direct-download-btn:focus, .direct-download-btn:hover, .download-btn:focus, .download-btn:hover {
    color: #fff
}

.download-btn .architecture, .download-btn .download-text, .download-btn .file-size {
    display: block
}

.download-btn .download-text {
    font: 400 28px/1.6 sans-serif
}

.download-btn .fontello-icons {
    font-size: 48px
}

.download a.download-btn:last-child {
    margin-bottom: 0 !important
}

.downloadbar {
    position: fixed;
    top: 0;
    border: none;
    background-color: #424242;
    width: 100%;
    z-index: 998;
    transition: height .5s ease;
    overflow: hidden
}

.downloadbar:not(.active) {
    display: none
}

.downloadbar .download-container > a.download-btn {
    display: inline-block;
    min-width: 300px;
    min-height: 63px;
    margin-left: 10px;
    font-size: 12px;
    -webkit-transition: background-color .25s ease-out, box-shadow .25s ease-out;
    -moz-transition: background-color .25s ease-out, box-shadow .25s ease-out;
    transition: background-color .25s ease-out, box-shadow .25s ease-out
}

.downloadbar .download-container > a.download-btn:first-child {
    margin-left: 0
}

.downloadbar .download-container > a.download-btn:hover {
    background-color: #5ebd00
}

.downloadbar .download-container > a.download-btn .download-text {
    font-size: 16px;
    font-weight: 700
}

.downloadbar .download-container > a.download-btn .file-name, .downloadbar .download-container > a.download-btn .file-size {
    display: inline;
    font-size: 12px;
    font-weight: 400
}

.downloadbar .download-container > a.download-btn .fontello-icons {
    font-size: 31px;
    line-height: 36px
}

.downloadbar .post-share {
    min-width: 190px
}

.downloadbar .post-share a {
    padding-top: 18px;
    height: 63px !important
}

.post-share a {
    display: inline-block;
    width: 33.33333%;
    padding: 10px 0;
    text-align: center;
    color: #fff
}

.post-share a > i {
    display: inline-block;
    font-size: 24px
}

.post-details .file-info, .post-details .file-info a {
    color: #fff
}

.post-details .file-info dt {
    padding: 5px 20px;
    background-color: #2d5be3
}

.post-details .file-info dd {
    padding: 10px 30px;
    line-height: 1.7
}

.post-details ul li {
    padding: 5px 0
}

.direct-download-btn .architecture, .post-details .version-list .release-date, .post-details .version-list em {
    font-size: 12px
}

.direct-download {
    border-top: 1px solid #2d5be3
}

.direct-download-btn {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #2d5be3;
    border-radius: 2px;
    line-height: 1.5
}

.direct-download .direct-download-btn:last-child {
    margin-bottom: 0 !important
}

.direct-download-btn:focus, .direct-download-btn:hover {
    border-color: #2d5be3;
    background-color: #2d5be3
}

.post-description {
    color: #212121
}

.post-description ul {
    padding-left: 20px
}

.post-description ul li::before {
    content: "•";
    float: left;
    font-size: 18px;
    margin-right: 12px
}

.post-description ul li {
    list-style-type: none
}

/*.post-description ol li {*/
/*    padding-left: 10px*/
/*}*/

.post-description ol li, .post-description ul li {
    padding-top: 15px !important;
}

.post-description ol li:first-child, .post-description ul li:first-child {
    padding-top: 0
}

.post-description .table-of-contents li a {
    word-wrap: break-word;
    color: #4285f4;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px
}

.post-description .table-of-contents li a:hover {
    text-decoration: underline
}

.post-description ol, .post-description p, .post-description .google-auto-placed {
    margin-top: 15px;
    margin-bottom: 0;
    font: 400 16px/1.8 sans-serif
}

.post-description h2 {
    font-size: 28px
}

.post-description h3 {
    font-size: 26px
}

.post-description h4 {
    font-size: 24px
}

.post-description h5 {
    font-size: 22px
}

.post-description h6 {
    font-size: 20px
}

.post-description .id-permalink {
    display: inline-block;
    margin-left: 10px
}

.post-description a.id-permalink:hover {
    text-decoration: none
}

.post-description h2 .id-permalink i {
    margin-top: 14px
}

.post-description h3 .id-permalink i {
    margin-top: 12px
}

.post-description h4 .id-permalink i {
    margin-top: 10px
}

.post-description h5 .id-permalink i {
    margin-top: 8px
}

.post-description h6 .id-permalink i {
    margin-top: 6px
}

.post-description h2, .post-description h3, .post-description h4, .post-description h5, .post-description h6 {
    margin-top: 25px;
    line-height: 1.5
}

.post-description .title-text {
    max-width: calc(100% - 44px)
}

.id-permalink {
    color: #212121;
    opacity: .4
}

.id-permalink:focus, .id-permalink:hover, .post-description h2:focus .id-permalink, .post-description h2:hover .id-permalink, .post-description h3:focus .id-permalink, .post-description h3:hover .id-permalink, .post-description h4:focus .id-permalink, .post-description h4:hover .id-permalink, .post-description h5:focus .id-permalink, .post-description h5:hover .id-permalink, .post-description h6:focus .id-permalink, .post-description h6:hover .id-permalink {
    color: #212121;
    opacity: 1
}

.id-permalink i {
    float: left;
    height: 24px;
    font-size: 20px
}

.post-description .post-image {
    margin-top: 20px
}

.post-description .post-image, .post-description .post-image .post-image-caption {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fafafa
}

.post-description .post-image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto
}

.post-description .post-image .post-image-caption {
    margin: 0;
    padding: 20px 30px;
    color: rgba(0, 0, 0, .56);
    display: block;
    font-size: 17px;
    line-height: 1.88235
}

.post-description blockquote {
    max-width: 100%;
    margin-top: 20px;
    line-height: 1.8;
    font-size: 15px;
    word-wrap: break-word;
    overflow: visible;
    background-color: #f7f7f7;
    border-left-color: rgba(0, 0, 0, .05);
    padding: 20px
}

.post-description .versions a {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    height: 14px
}

.post-description .versions a em {
    line-height: 18px
}

.post-description .versions a i {
    font-size: 15px;
    float: left;
    height: 20px;
    margin-top: 5px
}

.footer {
    display: block;
    margin-top: 30px;
    text-align: left;
    background-color: #424242
}

.footer .dll-list > li .dll-row .dll-first-letter, .footer a {
    color: rgba(255, 255, 255, .8)
}

.dll-list .dll-row, .footer a {
    -webkit-transition: background-color .2s ease 0s, box-shadow .2s ease 0s, color .2s ease 0s, opacity .25s ease-out 0s;
    -moz-transition: background-color .2s ease 0s, box-shadow .2s ease 0s, color .2s ease 0s, opacity .25s ease-out 0s;
    transition: background-color .2s ease 0s, box-shadow .2s ease 0s, color .2s ease 0s, opacity .25s ease-out 0s
}

.footer .dll-list > li .dll-row a:hover, .footer a:hover {
    color: rgba(255, 255, 255, 1) !important;
    text-decoration: none
}

.footer .dll-list > li .dll-row a:hover {
    text-decoration: underline
}

.footer hgroup {
    background-color: #3a3a3a
}

.footer hgroup .navbar a:hover {
    background: 0 0
}

.footer .logo h1 {
    font-size: 20px;
    color: #fff
}

.footer .alphabet-letter, .footer .dll-list > li .dll-row .description, .footer .logo p {
    color: #9e9e9e
}

.footer .dll-list > li .dll-row {
    background-color: #3a3a3a
}

.footer .dll-list > li .dll-row:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2), 0 4px 6px rgba(0, 0, 0, .3)
}

.footer .dll-list > li .dll-row .dll-first-letter {
    background-color: #424242
}

.footer .navbar li {
    margin: 15px 10px
}

.footer .navbar li > a {
    padding: 0
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active, .cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus, .cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

@media screen and (max-width: 1249px) {
    .main {
        padding-left: 20px;
        padding-right: 20px
    }

    .footer .logo {
        display: block;
        width: 100%;
        float: left
    }

    .footer .navbar {
        display: block;
        width: 100%;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        float: left
    }

    .footer .nav.navbar-nav {
        margin: 0 !important
    }

    .footer .navbar li {
        margin: 15px
    }

    .footer .navbar li:first-child {
        margin-left: 0
    }
}

@media screen and (max-width: 1249px) and (min-width: 1100px) {
    .dll-row .dll-first-letter-containter {
        display: none
    }

    .dll-row .dll-info-containter {
        display: block;
        width: 100%
    }
}

@media screen and (max-width: 1099px) {
    .alphabet > ul > li {
        width: 6.666%;
        min-width: 49px
    }

    .dll-files .dll-list > li {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0 !important
    }
}

@media screen and (max-width: 1003px) {
    .downloadbar {
        display: none
    }

    .hide-sm {
        display: none
    }

    .main.post {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

@media screen and (max-width: 1003px) and (min-width: 768px) {
    .navbar-inner-container {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-right {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .main {
        padding: 0 16px !important
    }

    .p-0-xs {
        padding: 0 !important
    }

    .p-5-xs {
        padding: 5px !important
    }

    .p-10-xs {
        padding: 10px !important
    }

    .p-15-xs {
        padding: 15px !important
    }

    .p-20-xs {
        padding: 20px !important
    }

    .p-t-0-xs {
        padding-top: 0 !important
    }

    .p-t-5-xs {
        padding-top: 5px !important
    }

    .p-t-10-xs {
        padding-top: 10px !important
    }

    .p-t-15-xs {
        padding-top: 15px !important
    }

    .p-t-20-xs {
        padding-top: 20px !important
    }

    .p-b-0-xs {
        padding-bottom: 0 !important
    }

    .p-b-5-xs {
        padding-bottom: 5px !important
    }

    .p-b-10-xs {
        padding-bottom: 10px !important
    }

    .p-b-15-xs {
        padding-bottom: 15px !important
    }

    .p-b-20-xs {
        padding-bottom: 20px !important
    }

    .p-l-0-xs {
        padding-left: 0 !important
    }

    .p-l-5-xs {
        padding-left: 5px !important
    }

    .p-l-10-xs {
        padding-left: 10px !important
    }

    .p-l-15-xs {
        padding-left: 15px !important
    }

    .p-l-20-xs {
        padding-left: 20px !important
    }

    .p-r-0-xs {
        padding-right: 0 !important
    }

    .p-r-5-xs {
        padding-right: 5px !important
    }

    .p-r-10-xs {
        padding-right: 10px !important
    }

    .p-r-15-xs {
        padding-right: 15px !important
    }

    .p-r-20-xs {
        padding-right: 20px !important
    }

    .m-0-xs {
        margin: 0 !important
    }

    .m-5-xs {
        margin: 5px !important
    }

    .m-10-xs {
        margin: 10px !important
    }

    .m-15-xs {
        margin: 15px !important
    }

    .m-20-xs {
        margin: 20px !important
    }

    .m-t-0-xs {
        margin-top: 0 !important
    }

    .m-t-5-xs {
        margin-top: 5px !important
    }

    .m-t-10-xs {
        margin-top: 10px !important
    }

    .m-t-15-xs {
        margin-top: 15px !important
    }

    .m-t-20-xs {
        margin-top: 20px !important
    }

    .m-b-0-xs {
        margin-bottom: 0 !important
    }

    .m-b-5-xs {
        margin-bottom: 5px !important
    }

    .m-b-10-xs {
        margin-bottom: 10px !important
    }

    .m-b-15-xs {
        margin-bottom: 15px !important
    }

    .m-b-20-xs {
        margin-bottom: 20px !important
    }

    .m-l-0-xs {
        margin-left: 0 !important
    }

    .m-l-5-xs {
        margin-left: 5px !important
    }

    .m-l-10-xs {
        margin-left: 10px !important
    }

    .m-l-15-xs {
        margin-left: 15px !important
    }

    .m-l-20-xs {
        margin-left: 20px !important
    }

    .m-r-0-xs {
        margin-right: 0 !important
    }

    .m-r-5-xs {
        margin-right: 5px !important
    }

    .m-r-10-xs {
        margin-right: 10px !important
    }

    .m-r-15-xs {
        margin-right: 15px !important
    }

    .m-r-20-xs {
        margin-right: 20px !important
    }

    .b-0-xs {
        border: none !important
    }

    .r-0-xs {
        border-radius: 0 !important
    }

    .hide-xs {
        display: none
    }

    .show-xs {
        display: inline-block !important
    }

    .logo h1 {
        font-size: 28px
    }

    .logo p {
        margin-top: 10px
    }

    .hgroup-container {
        display: flex;
        padding: 0
    }

    .header .banner {
        display: inline-block;
        flex-grow: 1;
        text-align: center
    }

    .header .banner img {
        height: 18px
    }

    .footer .navbar li {
        margin: 15px 0 0
    }

    .navbar-blue .navbar-nav > li.active > a {
        background-color: rgba(255, 255, 255, .1);
        border-bottom: 0
    }

    .navbar-outer-container, .search {
        transition: height .5s ease;
        overflow: hidden
    }

    .navbar-outer-container:not(.active), .search:not(.active) {
        display: none
    }

    .search {
        padding: 0
    }

    .dll-files .dll-list > li {
        width: 100%;
        margin-left: 0 !important
    }

    .dll-files .dll-list > li:nth-last-child(-n+2) {
        margin-bottom: 10px !important
    }

    .dll-files .dll-list > li:last-child {
        margin-bottom: 0 !important
    }

    .dll-detail .main-header-title-container {
        width: 100%;
        max-width: none
    }

    .post-content .leftside, .post-content .rightside {
        float: left;
        width: 100%;
        display: block
    }

    .post-content .post-details {
        padding-top: 20px
    }

    .download-btn {
        box-shadow: none
    }

    body.dll-download .loading-container {
        display: block;
        width: 100%;
        text-align: center
    }

    body.dll-download .main-header-title-container {
        display: block;
        width: 100%;
        max-width: none;
        text-align: center
    }

    body.dll-download .main-header-title-container a.button {
        display: block;
        width: 100%;
        max-width: none;
        text-align: center
    }

    body.dll-download .main-header-title-container a.button > span {
        float: none !important
    }

    body.dll-detail .footer {
        margin-top: 0
    }

    .post-description .directory {
        max-width: 100%;
        overflow: hidden
    }

    .download {
        max-width: 100%;
        overflow: hidden
    }
}

@media screen and (max-width: 479px) {
    .main {
        padding: 0 20px !important
    }

    .dll-detail .main {
        padding: 0 !important
    }

    .dll-row .dll-first-letter-containter {
        display: none
    }

    .dll-row .dll-info-containter {
        display: block;
        width: 100%
    }
}