.component-top i {
    font-size: 18px !important;
}

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

body {
    margin: 0
}

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

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

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

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,select {
    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"] {
    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
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,th {
    padding: 0
}

@media print {
    *,:before,:after {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

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

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

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100%!important
    }

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

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

    select {
        background: #fff!important
    }

    .navbar {
        display: none
    }

    .btn > .caret,.dropup > .btn > .caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

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

    .table-bordered th,.table-bordered td {
        border: 1px solid #ddd!important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: Lato;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff
}

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

a {
    color: #BB7D11;
    text-decoration: none;
}

a:hover,a:focus {
    color: #23547f;
    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
}

.img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 5px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

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

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

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

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
    font-size: 65%
}

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

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
    font-size: 75%
}

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

small,.small {
    font-size: 85%
}

mark,.mark {
    background-color: #f8d9ac;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337cbb
}

a.text-primary:hover {
    color: #286193
}

.text-success {
    color: #5cb85c
}

a.text-success:hover {
    color: #449d44
}

.text-info {
    color: #5bc0de
}

a.text-info:hover {
    color: #31b0d5
}

.text-warning {
    color: #f0ad4e
}

a.text-warning:hover {
    color: #ec971f
}

.text-danger {
    color: #d9534f
}

a.text-danger:hover {
    color: #c9302c
}

.bg-primary {
    color: #fff;
    background-color: #337cbb
}

a.bg-primary:hover {
    background-color: #286193
}

.bg-success {
    background-color: #a3d7a3
}

a.bg-success:hover {
    background-color: #80c780
}

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

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

.bg-warning {
    background-color: #f8d9ac
}

a.bg-warning:hover {
    background-color: #f4c37d
}

.bg-danger {
    background-color: #eba5a3
}

a.bg-danger:hover {
    background-color: #e27c79
}

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

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

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

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

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

dt,dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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

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

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

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

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

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

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

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

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

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

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    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
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1,.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-sm-10,.col-sm-11,.col-sm-12 {
        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
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1,.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-md-10,.col-md-11,.col-md-12 {
        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
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

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 > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th,.table > colgroup + thead > tr:first-child > th,.table > thead:first-child > tr:first-child > th,.table > caption + thead > tr:first-child > td,.table > colgroup + thead > tr:first-child > td,.table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

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

.table-condensed > thead > tr > th,.table-condensed > tbody > tr > th,.table-condensed > tfoot > tr > th,.table-condensed > thead > tr > td,.table-condensed > tbody > tr > td,.table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th,.table-bordered > tbody > tr > th,.table-bordered > tfoot > tr > th,.table-bordered > thead > tr > td,.table-bordered > tbody > tr > td,.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th,.table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

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

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

.table > thead > tr > td.active,.table > tbody > tr > td.active,.table > tfoot > tr > td.active,.table > thead > tr > th.active,.table > tbody > tr > th.active,.table > tfoot > tr > th.active,.table > thead > tr.active > td,.table > tbody > tr.active > td,.table > tfoot > tr.active > td,.table > thead > tr.active > th,.table > tbody > tr.active > th,.table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover,.table-hover > tbody > tr > th.active:hover,.table-hover > tbody > tr.active:hover > td,.table-hover > tbody > tr:hover > .active,.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success,.table > tbody > tr > td.success,.table > tfoot > tr > td.success,.table > thead > tr > th.success,.table > tbody > tr > th.success,.table > tfoot > tr > th.success,.table > thead > tr.success > td,.table > tbody > tr.success > td,.table > tfoot > tr.success > td,.table > thead > tr.success > th,.table > tbody > tr.success > th,.table > tfoot > tr.success > th {
    background-color: #a3d7a3
}

.table-hover > tbody > tr > td.success:hover,.table-hover > tbody > tr > th.success:hover,.table-hover > tbody > tr.success:hover > td,.table-hover > tbody > tr:hover > .success,.table-hover > tbody > tr.success:hover > th {
    background-color: #91cf91
}

.table > thead > tr > td.info,.table > tbody > tr > td.info,.table > tfoot > tr > td.info,.table > thead > tr > th.info,.table > tbody > tr > th.info,.table > tfoot > tr > th.info,.table > thead > tr.info > td,.table > tbody > tr.info > td,.table > tfoot > tr.info > td,.table > thead > tr.info > th,.table > tbody > tr.info > th,.table > tfoot > tr.info > th {
    background-color: #b0e1ef
}

.table-hover > tbody > tr > td.info:hover,.table-hover > tbody > tr > th.info:hover,.table-hover > tbody > tr.info:hover > td,.table-hover > tbody > tr:hover > .info,.table-hover > tbody > tr.info:hover > th {
    background-color: #9bd8eb
}

.table > thead > tr > td.warning,.table > tbody > tr > td.warning,.table > tfoot > tr > td.warning,.table > thead > tr > th.warning,.table > tbody > tr > th.warning,.table > tfoot > tr > th.warning,.table > thead > tr.warning > td,.table > tbody > tr.warning > td,.table > tfoot > tr.warning > td,.table > thead > tr.warning > th,.table > tbody > tr.warning > th,.table > tfoot > tr.warning > th {
    background-color: #f8d9ac
}

.table-hover > tbody > tr > td.warning:hover,.table-hover > tbody > tr > th.warning:hover,.table-hover > tbody > tr.warning:hover > td,.table-hover > tbody > tr:hover > .warning,.table-hover > tbody > tr.warning:hover > th {
    background-color: #f6ce95
}

.table > thead > tr > td.danger,.table > tbody > tr > td.danger,.table > tfoot > tr > td.danger,.table > thead > tr > th.danger,.table > tbody > tr > th.danger,.table > tfoot > tr > th.danger,.table > thead > tr.danger > td,.table > tbody > tr.danger > td,.table > tfoot > tr.danger > td,.table > thead > tr.danger > th,.table > tbody > tr.danger > th,.table > tfoot > tr.danger > th {
    background-color: #eba5a3
}

.table-hover > tbody > tr > td.danger:hover,.table-hover > tbody > tr > th.danger:hover,.table-hover > tbody > tr.danger:hover > td,.table-hover > tbody > tr:hover > .danger,.table-hover > tbody > tr.danger:hover > th {
    background-color: #e7908e
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th,.table-responsive > .table > tbody > tr > th,.table-responsive > .table > tfoot > tr > th,.table-responsive > .table > thead > tr > td,.table-responsive > .table > tbody > tr > td,.table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,.table-responsive > .table-bordered > tbody > tr > th:first-child,.table-responsive > .table-bordered > tfoot > tr > th:first-child,.table-responsive > .table-bordered > thead > tr > td:first-child,.table-responsive > .table-bordered > tbody > tr > td:first-child,.table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,.table-responsive > .table-bordered > tbody > tr > th:last-child,.table-responsive > .table-bordered > tfoot > tr > th:last-child,.table-responsive > .table-bordered > thead > tr > td:last-child,.table-responsive > .table-bordered > tbody > tr > td:last-child,.table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,.table-responsive > .table-bordered > tfoot > tr:last-child > th,.table-responsive > .table-bordered > tbody > tr:last-child > td,.table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

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="radio"],input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

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

select[multiple],select[size] {
    height: auto
}

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

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.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,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,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,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.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],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

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

textarea.form-control {
    height: auto
}

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

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

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

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

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

.radio,.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio + .radio,.checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline,.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline + .radio-inline,.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

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

.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

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

.form-control-static.input-lg,.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: 2px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,select[multiple].input-sm {
    height: auto
}

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

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

textarea.form-group-sm .form-control,select[multiple].form-group-sm .form-control {
    height: auto
}

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

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 5px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 5px
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

textarea.form-group-lg .form-control,select[multiple].form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    min-height: 38px
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label {
    color: #5cb85c
}

.has-success .form-control {
    border-color: #5cb85c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-success .form-control:focus {
    border-color: #449d44;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #a3d7a3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #a3d7a3
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #a3d7a3
}

.has-success .form-control-feedback {
    color: #5cb85c
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label {
    color: #f0ad4e
}

.has-warning .form-control {
    border-color: #f0ad4e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-warning .form-control:focus {
    border-color: #ec971f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f8d9ac;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f8d9ac
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #f8d9ac
}

.has-warning .form-control-feedback {
    color: #f0ad4e
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label {
    color: #d9534f
}

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

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

.has-error .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #eba5a3
}

.has-error .form-control-feedback {
    color: #d9534f
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040
}

@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 .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control {
        width: auto
    }

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

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

    .form-inline .radio,.form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,.form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align:right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:14.333333px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    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:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

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

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #000;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {
    color: #000;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #000
}

.btn-primary {
    color: #fff;
    background-color: #337cbb;
    border-color: #2e6fa7
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286193;
    border-color: #204f77
}

.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
    background-color: #337cbb;
    border-color: #2e6fa7
}

.btn-primary .badge {
    color: #337cbb;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

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

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

.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info {
    background-image: none
}

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

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

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

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

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

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

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

.btn-lg,.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 5px
}

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

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

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

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

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

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337cbb
}

.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
    color: #777
}

.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left:auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

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

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

.btn-group > .btn:hover,.btn-group-vertical > .btn:hover,.btn-group > .btn:focus,.btn-group-vertical > .btn:focus,.btn-group > .btn:active,.btn-group-vertical > .btn:active,.btn-group > .btn.active,.btn-group-vertical > .btn.active {
    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),.btn-group > .dropdown-toggle: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
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn,.btn-group-vertical > .btn-group,.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn,.btn-group-vertical > .btn + .btn-group,.btn-group-vertical > .btn-group + .btn,.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

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

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

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

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

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

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

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn,.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"] > .btn input[type="radio"],[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],[data-toggle="buttons"] > .btn input[type="checkbox"],[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    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-lg > .form-control,.input-group-lg > .input-group-addon,.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 5px
}

select.input-group-lg > .form-control,select.input-group-lg > .input-group-addon,select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control,textarea.input-group-lg > .input-group-addon,textarea.input-group-lg > .input-group-btn > .btn,select[multiple].input-group-lg > .form-control,select[multiple].input-group-lg > .input-group-addon,select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

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

select.input-group-sm > .form-control,select.input-group-sm > .input-group-addon,select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control,textarea.input-group-sm > .input-group-addon,textarea.input-group-sm > .input-group-btn > .btn,select[multiple].input-group-sm > .form-control,select[multiple].input-group-sm > .input-group-addon,select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

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

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

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

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 5px
}

.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon: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:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

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

.input-group-addon:last-child {
    border-left: 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:hover,.input-group-btn > .btn:focus,.input-group-btn > .btn:active {
    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:hover,.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:hover,.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

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

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

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

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display:table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337cbb
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display:table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

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

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

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

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        max-height:200px
    }
}

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

@media (min-width: 768px) {
    .container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse {
        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-fixed-top,.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

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

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

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,.navbar > .container-fluid .navbar-brand {
        margin-left:-15px
    }
}

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

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@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 (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu > li > a,.navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@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 {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    margin: 8px -15px
}

@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 .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control {
        width: auto
    }

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

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

    .navbar-form .radio,.navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,.navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@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-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #000
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
    color: #000;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #000
}

.navbar-default .navbar-nav > li > a {
    color: #000
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
    color: #000;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a,.navbar-default .navbar-nav > .disabled > a:hover,.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #000
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color:#000
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #000;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #000;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #000
}

.navbar-default .navbar-link:hover {
    color: #000
}

.navbar-default .btn-link {
    color: #000
}

.navbar-default .btn-link:hover,.navbar-default .btn-link:focus {
    color: #000
}

.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a,.navbar-inverse .navbar-nav > .disabled > a:hover,.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a,.navbar-inverse .navbar-nav > .open > a:hover,.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color:#080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.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: #337cbb;
    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:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus {
    color: #23547f;
    background-color: #eee;
    border-color: #ddd
}

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

.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a,.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

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

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

.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: 2px;
    border-top-left-radius: 2px
}

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

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li > a,.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

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

.pager .next > a,.pager .next > span {
    float: right
}

.pager .previous > a,.pager .previous > span {
    float: left
}

.pager .disabled > a,.pager .disabled > a:hover,.pager .disabled > a:focus,.pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.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:hover,a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

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

.label-default {
    background-color: #777
}

.label-default[href]:hover,.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337cbb
}

.label-primary[href]:hover,.label-primary[href]:focus {
    background-color: #286193
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,.label-success[href]:focus {
    background-color: #449d44
}

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

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

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

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

.btn-xs .badge,.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

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

.list-group-item.active > .badge,.nav-pills > .active > a > .badge {
    color: #337cbb;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
    border-radius: 5px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding:48px 0
    }

    .container .jumbotron,.container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1,.jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail > img,.thumbnail a > img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
    border-color: #337cbb
}

.thumbnail .caption {
    padding: 9px;
    color: #000
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p,.alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #a3d7a3;
    border-color: #9ccf91;
    color: #5cb85c
}

.alert-success hr {
    border-top-color: #8cc780
}

.alert-success .alert-link {
    color: #449d44
}

.alert-info {
    background-color: #b0e1ef;
    border-color: #92e4e9;
    color: #5bc0de
}

.alert-info hr {
    border-top-color: #7ddee5
}

.alert-info .alert-link {
    color: #31b0d5
}

.alert-warning {
    background-color: #f8d9ac;
    border-color: #f6bd95;
    color: #f0ad4e
}

.alert-warning hr {
    border-top-color: #f4af7d
}

.alert-warning .alert-link {
    color: #ec971f
}

.alert-danger {
    background-color: #eba5a3;
    border-color: #e78e9a;
    color: #d9534f
}

.alert-danger hr {
    border-top-color: #e27987
}

.alert-danger .alert-link {
    color: #c9302c
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337cbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,.progress-bar-striped {
    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: -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);
    background-size: 40px 40px
}

.progress.active .progress-bar,.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    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: -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-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    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: -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-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    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: -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-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    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: -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)
}

.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-left,.media-right,.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.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 #999
}

.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 .list-group-item-heading {
    color: #333
}

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

.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

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

.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading > small,.list-group-item.active:hover .list-group-item-heading > small,.list-group-item.active:focus .list-group-item-heading > small,.list-group-item.active .list-group-item-heading > .small,.list-group-item.active:hover .list-group-item-heading > .small,.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit
}

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

.list-group-item-success {
    color: #5cb85c;
    background-color: #a3d7a3
}

a.list-group-item-success {
    color: #5cb85c
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,a.list-group-item-success:focus {
    color: #5cb85c;
    background-color: #91cf91
}

a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.list-group-item-info {
    color: #5bc0de;
    background-color: #b0e1ef
}

a.list-group-item-info {
    color: #5bc0de
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,a.list-group-item-info:focus {
    color: #5bc0de;
    background-color: #9bd8eb
}

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

.list-group-item-warning {
    color: #f0ad4e;
    background-color: #f8d9ac
}

a.list-group-item-warning {
    color: #f0ad4e
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,a.list-group-item-warning:focus {
    color: #f0ad4e;
    background-color: #f6ce95
}

a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.list-group-item-danger {
    color: #d9534f;
    background-color: #eba5a3
}

a.list-group-item-danger {
    color: #d9534f
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,a.list-group-item-danger:focus {
    color: #d9534f;
    background-color: #e7908e
}

a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a,.panel-title > small,.panel-title > .small,.panel-title > small > a,.panel-title > .small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group,.panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item,.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child,.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child,.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table,.panel > .table-responsive > .table,.panel > .panel-collapse > .table {
    margin-bottom: 0
}

.panel > .table caption,.panel > .table-responsive > .table caption,.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table:first-child,.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table:last-child,.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table,.panel > .panel-body + .table-responsive,.panel > .table + .panel-body,.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th,.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered,.panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child,.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,.panel > .table-bordered > tbody > tr > th:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,.panel > .table-bordered > tfoot > tr > th:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,.panel > .table-bordered > thead > tr > td:first-child,.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,.panel > .table-bordered > tbody > tr > td:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,.panel > .table-bordered > tfoot > tr > td:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child,.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,.panel > .table-bordered > tbody > tr > th:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,.panel > .table-bordered > tfoot > tr > th:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,.panel > .table-bordered > thead > tr > td:last-child,.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,.panel > .table-bordered > tbody > tr > td:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,.panel > .table-bordered > tfoot > tr > td:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td,.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,.panel > .table-bordered > tbody > tr:first-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,.panel > .table-bordered > thead > tr:first-child > th,.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,.panel > .table-bordered > tbody > tr:first-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,.panel > .table-bordered > tfoot > tr:last-child > td,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,.panel > .table-bordered > tbody > tr:last-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,.panel > .table-bordered > tfoot > tr:last-child > th,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body,.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337cbb
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337cbb;
    border-color: #337cbb
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337cbb
}

.panel-primary > .panel-heading .badge {
    color: #337cbb;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337cbb
}

.panel-success {
    border-color: #9ccf91
}

.panel-success > .panel-heading {
    color: #5cb85c;
    background-color: #a3d7a3;
    border-color: #9ccf91
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #9ccf91
}

.panel-success > .panel-heading .badge {
    color: #a3d7a3;
    background-color: #5cb85c
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #9ccf91
}

.panel-info {
    border-color: #92e4e9
}

.panel-info > .panel-heading {
    color: #5bc0de;
    background-color: #b0e1ef;
    border-color: #92e4e9
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #92e4e9
}

.panel-info > .panel-heading .badge {
    color: #b0e1ef;
    background-color: #5bc0de
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #92e4e9
}

.panel-warning {
    border-color: #f6bd95
}

.panel-warning > .panel-heading {
    color: #f0ad4e;
    background-color: #f8d9ac;
    border-color: #f6bd95
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #f6bd95
}

.panel-warning > .panel-heading .badge {
    color: #f8d9ac;
    background-color: #f0ad4e
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f6bd95
}

.panel-danger {
    border-color: #e78e9a
}

.panel-danger > .panel-heading {
    color: #d9534f;
    background-color: #eba5a3;
    border-color: #e78e9a
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e78e9a
}

.panel-danger > .panel-heading .badge {
    color: #eba5a3;
    background-color: #d9534f
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e78e9a
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.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,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
}

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

.well-lg {
    padding: 24px;
    border-radius: 5px
}

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

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

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

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

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

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

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

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

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 4px 4px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow,.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,0.25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > img,.carousel-inner > .item > a > img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000px
    }

    .carousel-inner > .item.next,.carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        left: 0
    }

    .carousel-inner > .item.prev,.carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        left: 0
    }

    .carousel-inner > .item.next.left,.carousel-inner > .item.prev.right,.carousel-inner > .item.active {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        left: 0
    }
}

.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: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)
}

.carousel-control:hover,.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width:30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical > .btn-group:before,.btn-group-vertical > .btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical > .btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer: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
}

.affix {
    position: fixed
}

.visible-xs,.visible-sm,.visible-md,.visible-lg {
    display: none!important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none!important
}

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

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row!important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell!important
    }
}

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

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

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block!important
    }
}

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

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row!important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell!important
    }

    .visible-sm-block {
        display: block!important
    }

    .visible-sm-inline {
        display: inline!important
    }

    .visible-sm-inline-block {
        display: inline-block!important
    }
}

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

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row!important
    }

    th.visible-md,td.visible-md {
        display: table-cell!important
    }

    .visible-md-block {
        display: block!important
    }

    .visible-md-inline {
        display: inline!important
    }

    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row!important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display:block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display:inline!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block!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 (min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row!important
    }

    th.visible-print,td.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

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

html,body {
    height: 100%
}

.text-inverse {
    color: #fff
}

.jumbotron {
    margin-bottom: 0!important
}

.jumbotron h1.text-primary {
    color: #337cbb!important
}

.jumbotron h1.text-inverse {
    color: #fff!important
}

.jumbotron h1.text-info {
    color: #5bc0de!important
}

.jumbotron h1.text-success {
    color: #5cb85c!important
}

.jumbotron h1.text-warning {
    color: #f0ad4e!important
}

.jumbotron h1.text-danger {
    color: #d9534f!important
}

.carousel .item img {
    min-width: 100%;
}

.section {
    position: relative;
    padding: 35px 0
}

.section .background-image {
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.section .background-image.background-image-fixed {
    background-attachment: fixed
}

.section-primary {
    background-color: #E5E7E8!important;
    color: #fff
}

.section-info {
    background-color: #5bc0de!important;
    color: #fff
}

.section-success {
    background-color: #5cb85c!important;
    color: #fff
}

.section-warning {
    background-color: #f0ad4e!important;
    color: #fff
}

.section-danger {
    background-color: #d9534f!important;
    color: #fff
}

.cover {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
    margin-bottom: 0!important;
    padding: 0 0;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    min-height: 100%
}

.cover h1,.cover .h1 {
    color: inherit
}

.cover p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.cover > hr {
    border-top-color: #d5d5d5
}

.container .cover,.container-fluid .cover {
    border-radius: 5px
}

.cover .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .cover {
        padding:48px 0
    }

    .container .cover,.container-fluid .cover {
        padding-left: 60px;
        padding-right: 60px
    }

    .cover h1,.cover .h1 {
        font-size: 63px
    }
}

.cover h1.text-primary {
    color: #337cbb!important
}

.cover h1.text-inverse {
    color: #fff!important
}

.cover h1.text-info {
    color: #5bc0de!important
}

.cover h1.text-success {
    color: #5cb85c!important
}

.cover h1.text-warning {
    color: #f0ad4e!important
}

.cover h1.text-danger {
    color: #d9534f!important
}

@media screen and (min-width: 768px) {
    .cover {
        padding:0
    }

    .container .cover,.container-fluid .cover {
        padding-left: 0;
        padding-right: 0
    }
}

.cover .navbar {
    position: absolute;
    top: 0;
    width: 100%;
    border: none;
    background-color: transparent!important
}

.cover .navbar .navbar-nav li.active a {
    background-color: transparent!important
}

.cover .navbar .navbar-toggle {
    border-color: transparent
}

.cover .navbar .navbar-toggle:hover,.cover .navbar .navbar-toggle:focus {
    background-color: transparent
}

.cover .navbar .navbar-toggle .icon-bar {
    background-color: #000
}

.cover .navbar.navbar-inverse .navbar-toggle {
    border-color: transparent
}

.cover .navbar.navbar-inverse .navbar-toggle:hover,.cover .navbar.navbar-inverse .navbar-toggle:focus {
    background-color: transparent
}

.cover .navbar.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.cover .cover-image {
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.cover .cover-image.background-image-fixed,.cover .cover-image.cover-image-fixed {
    background-attachment: fixed
}

.featured-item,.featured-item.border-box h2,.featured-item.flat-border-box .icon,.featured-item.flat-border-box h2,.featured-item.hover-outline .desc,.featured-item.hover-outline .icon,.featured-item.hover-outline .icon .colored,.featured-item.hover-outline h2 {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.featured-item .icon {
    font-size: 30px
}

.featured-item .icon .material-icons {
    font-size: 40px;
    line-height: 40px
}

.featured-item .desc p {
    margin: 0
}

.featured-item h2 {
    font-weight: 500
}

@media (max-width: 991px) {
    .featured-item {
        margin-bottom:30px
    }
}

.featured-box {
    overflow: hidden;
    min-height: 160px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.featured-wrapper .intro-header {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .35s;
    -moz-transition: -webkit-transform .35s;
    -ms-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.featured-box:hover .featured-wrapper .intro-header {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-60px,0);
    -moz-transform: translate3d(0,-50%,0) translate3d(0,-60px,0);
    -ms-transform: translate3d(0,-50%,0) translate2d(0,-60px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-60px,0)
}

.featured-wrapper .intro-header i {
    font-size: 34px;
    margin-bottom: 25px
}

.featured-wrapper .intro-header i[class^=flaticon-] {
    margin-bottom: 10px;
    line-height: 55px
}

.featured-wrapper .intro-header i[class^=flaticon-]:before {
    font-size: 55px
}

.featured-wrapper .intro-header i.material-icons {
    font-size: 40px
}

.featured-wrapper .intro-header h2 {
    font-weight: 500
}

.featured-box .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    -ms-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    -moz-transition: opacity .35s,-webkit-transform .35s;
    -ms-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s
}

.featured-box:hover .content {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.featured-box:hover {
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.05),0 17px 50px 0 rgba(0,0,0,.07)
}

.ie9 .featured-box .featured-wrapper .intro-header {
    top: 20%
}

.brand-icon {
    color: #03a9f4
}

.pink-icon {
    color: #ed145b
}

.purple-icon {
    color: #9c27b0
}

.deep-purple-icon {
    color: #673ab7
}

.green-icon {
    color: #8bc34a
}

.cyan-icon {
    color: #00bcd4
}

.red-icon {
    color: #f6483f
}

.yellow-icon {
    color: #f5c400
}

.dark-icon {
    color: #202020
}

.brand-hover:hover {
    background-color: #03a9f4!important
}

.pink-hover:hover {
    background-color: #ed145b!important
}

.purple-hover:hover {
    background-color: #9c27b0!important
}

.deep-purple-hover:hover {
    background-color: #673ab7!important
}

.green-hover:hover {
    background-color: #8bc34a!important
}

.hover:hover .content,.hover:hover h2,.hover:hover i {
    color: #fff!important
}

.hover:hover i {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.icon-hover:hover .icon {
    color: #fff!important;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

.icon-hover:hover .colored {
    color: #fff!important
}

.icon-hover-blue:hover .icon {
    background-color: #03a9f4
}

.icon-hover-pink:hover .icon {
    background-color: #ed145b
}

.icon-hover-purple:hover .icon {
    background-color: #9c27b0
}

.icon-hover-green:hover .icon {
    background-color: #8bc34a
}

.icon-hover-red:hover .icon {
    background-color: #f6483f
}

.icon-outline .icon {
    border: 1px solid #e2e2e2
}

.icon-circle .icon {
    border-radius: 50%
}

.icon-angle .icon {
    border-radius: 4px;
    margin-right: 40px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.icon-angle .icon i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.icon-outline:hover .icon {
    border: 1px solid transparent
}

.featured-item.icon-outline .material-icons {
    font-size: 34px;
    line-height: 66px
}

.border-right {
    border-right: 1px solid #f1f1f1
}

.featured-item.hover-outline {
    padding: 30px 20px
}

.featured-item.hover-outline .icon {
    float: left;
    margin-right: 20px
}

.featured-item.hover-outline .desc {
    overflow: hidden
}

.featured-item.hover-outline:hover .desc,.featured-item.hover-outline:hover .icon,.featured-item.hover-outline:hover .icon .brand-icon,.featured-item.hover-outline:hover .icon .colored,.featured-item.hover-outline:hover h2 {
    color: #fff!important
}

.featured-item.hover-outline:hover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)
}

.featured-item.feature-icon .icon {
    float: left;
    margin-right: 20px;
    width: 70px;
    height: 70px;
    font-size: 25px;
    line-height: 68px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.featured-item.feature-icon .desc {
    overflow: hidden
}

.featured-item.feature-icon.border-right {
    border-right: 1px solid #eee;
    padding: 40px 25px
}

.featured-item.feature-icon.border-right.last {
    border-right: 1px solid transparent
}

.feature-background {
    background-image: url(../../img/page-header/header-2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative
}

.feature-background::before {
    content: "";
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.feature-background .featured-item.feature-icon {
    margin-top: 0
}

.fullwidth .featured-item.feature-icon .icon {
    border: 0;
    background-color: transparent;
    color: #fff;
    font-size: 40px
}

.feature-background .featured-item.pink-hover:hover {
    background-color: #ed145b
}

.feature-background .featured-item.purple-hover:hover {
    background-color: #673ab7
}

.feature-background .featured-item.blue-hover:hover {
    background-color: #03a9f4
}

.featured-item.border-box {
    padding: 50px 20px;
    text-align: center;
    border: 1px solid #eee;
    background-color: #fff
}

.no-gutter .featured-item.border-box {
    margin-left: -1px
}

.featured-item.border-box h2 {
    margin-bottom: 20px
}

.featured-item.border-box:hover .icon,.featured-item.border-box:hover h2 {
    color: #fff
}

.featured-item.border-box:hover {
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

.featured-carousel .owl-item {
    padding: 20px 8px
}

.owl-theme .owl-controls {
    margin-top: 20px
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: #dadada;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.brand-dot.owl-theme .owl-dots .owl-dot.active span,.brand-dot.owl-theme .owl-dots .owl-dot:hover span {
    background: #03a9f4
}

.featured-item.flat-border-box {
    padding: 40px 35px;
    border: 1px solid #e2e2e2
}

.featured-item.flat-border-box .icon {
    color: #202020;
    margin-bottom: 30px
}

.featured-item.flat-border-box h2 {
    margin-bottom: 25px
}

.featured-item.flat-border-box .desc p {
    margin-bottom: 30px
}

.featured-item.flat-border-box .readmore {
    color: #999;
    font-weight: 700
}

.featured-item.flat-border-box .readmore:hover {
    color: #03a9f4
}

.featured-item.flat-border-box .readmore i {
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s
}

.featured-item.flat-border-box .readmore:hover i {
    opacity: 1;
    visibility: visible;
    padding-left: 10px
}

.featured-item.flat-border-box:hover .icon,.featured-item.flat-border-box:hover h2 {
    /* color:#673ab7 */
}

.featured-item.flat-border-box:hover {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

@media (max-width: 991px) {
    .featured-item.flat-border-box {
        margin-bottom:30px
    }
}

.featured-item img {
    width: inherit!important;
    margin: 0 auto
}

.featured {
    overflow: hidden
}

.featured li {
    float: left;
    position: relative;
    padding: 65px 35px 60px;
    text-align: center
}

.featured.plus-box .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.featured.plus-box .icon i.material-icons {
    line-height: 70px
}

.featured.plus-box .desc h2 {
    margin-bottom: 20px
}

.featured.plus-box .featured-item:hover .icon {
    color: #03a9f4
}

.featured.grid-2 li {
    width: 50%
}

.featured.grid-3 li {
    width: 33.33%
}

.featured.grid-4 li {
    width: 25%
}

.featured.grid-5 li {
    width: 20%
}

.featured.grid-6 li {
    width: 16.66%
}

@media screen and (max-width: 991px) {
    .featured.grid-3 li,.featured.grid-4 li,.featured.grid-5 li,.featured.grid-6 li {
        width:33.33%
    }
}

@media screen and (max-width: 767px) {
    .featured.grid-2 li,.featured.grid-3 li,.featured.grid-4 li,.featured.grid-5 li,.featured.grid-6 li {
        width:50%
    }
}

@media screen and (max-width: 479px) {
    .featured.grid-2 li,.featured.grid-3 li,.featured.grid-4 li,.featured.grid-5 li,.featured.grid-6 li {
        width:100%
    }
}

.featured.plus-box li:after,.featured.plus-box li:before {
    content: '';
    position: absolute
}

.featured.plus-box li:before {
    height: 100%;
    top: 0;
    right: -2px;
    border-right: 1px solid #eee
}

.featured.plus-box li:after {
    width: 100%;
    height: 0;
    top: auto;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid #eee
}

.featured-intro {
    padding: 70px 30px
}

.featured-intro .icon {
    color: #6fc673;
    margin-bottom: 30px
}

.featured-intro h2 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 25px
}

.featured-intro.dark-bg,.featured-intro.dark-bg h2 {
    color: #fff
}

.featured-intro.light-gray-bg,.featured-intro.light-gray-bg h2 {
    color: #202020
}

.feature-presentation .featured-item.feature-icon .icon {
    width: 70px;
    height: 70px;
    font-size: 25px;
    line-height: 68px;
    border: 1px solid #e0e0e0
}

.feature-presentation .featured-item.feature-icon .icon .material-icons {
    font-size: 35px;
    line-height: 68px
}

.feature-presentation .featured-item.feature-icon:hover .icon {
    border: 1px solid transparent
}

.feature-presentation .featured-item.feature-icon .material-icons {
    line-height: 58px
}

@media (min-width: 768px) {
    .featured-item.feature-icon.right-icon {
        text-align:right
    }

    .featured-item.feature-icon.right-icon .icon {
        float: right;
        margin-right: 0;
        margin-left: 20px
    }
}

.seo-service img {
    width: 100%!important
}

.seo-service .desc {
    padding: 30px 20px;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden
}

.seo-service .bg-overlay {
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 130px;
    height: 130px;
    background-color: #03a9f4;
    z-index: 1;
    border-radius: 100%;
    -webkit-transform: scale(0) translateZ(0);
    -moz-transform: scale(0) translateZ(0);
    -ms-transform: scale(0) translateZ(0);
    -o-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
    -webkit-transition: all .5s cubic-bezier(.39,.575,.56499,1);
    -moz-transition: all .5s cubic-bezier(.39,.575,.56499,1);
    -ms-transition: all .5s cubic-bezier(.39,.575,.56499,1);
    -o-transition: all .5s cubic-bezier(.39,.575,.56499,1);
    transition: all .5s cubic-bezier(.39,.575,.56499,1)
}

.seo-service:hover .bg-overlay {
    right: 0;
    bottom: 0;
    -webkit-transform: scale(10) translateZ(0);
    -moz-transform: scale(10) translateZ(0);
    -ms-transform: scale(10) translateZ(0);
    -o-transform: scale(10) translateZ(0);
    transform: scale(10) translateZ(0)
}

.ie9 .seo-service:hover .bg-overlay {
    width: 100%;
    height: 100%;
    border-radius: 0
}

.seo-service .learn-more {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0,100px);
    -moz-transform: translate(0,100px);
    -ms-transform: translate(0,100px);
    -o-transform: translate(0,100px);
    transform: translate(0,100px);
    -webkit-transition: .5s cubic-bezier(.87,-.41,.19,1.44);
    -moz-transition: .5s cubic-bezier(.87,-.41,.19,1.44);
    -ms-transition: .5s cubic-bezier(.87,-.41,.19,1.44);
    -o-transition: .5s cubic-bezier(.87,-.41,.19,1.44);
    transition: .5s cubic-bezier(.87,-.41,.19,1.44)
}

.seo-service:hover .learn-more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.footer h2 {
    margin-bottom: 10px;
}

.footer p {
    color: #c9f0ff
}

.footer-one .primary-footer {
    padding-top: 80px;
    padding-bottom: 50px
}

.secondary-footer {
    padding: 27px 0
}

.copy-text a {
    color: #fff
}

.copy-text,.copy-text a:hover {
    color: #e3e5e6
}

.footer .container {
    position: relative
}

.back-top {
    position: absolute!important;
    top: -116px;
    right: 0
}

.back-top i {
    font-size: 4rem!important
}

.back-top.white i {
    color: inherit
}

.social-link {
    margin-bottom: 0;
    padding: 0;
}

.social-link li {
    display: inline-block
}

.social-link li a i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%
}

.social-link li a i {
    color: #fff
}

.social-link li a i:hover {
    color: #03a9f4;
    background: #fff
}

.social-link.dark li a i {
    color: #202020
}

.social-link.dark li a i:hover {
    color: #fff;
    background: #03a9f4
}

.footer-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-list li {
    /* border-bottom:1px solid rgba(255,255,255,.25) */
}

.footer-list li:last-child {
    border-bottom: 0
}

.footer-list li a {
    display: block;
    line-height: 35px;
    color: #fdfdfd;
    font-size: 15px;
}

.footer-list li a:hover {
    color: #fff
}

.twitter-widget-wrapper a {
    color: #fff;
    word-break: break-word
}

.twitter-widget-wrapper a:hover {
    color: #c9f0ff
}

.twitter-widget-wrapper p {
    line-height: 24px;
    margin-bottom: 5px
}

.twitter-widget-wrapper ul li+li {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgba(255,255,255,.25)
}

.twitter-widget-wrapper .user span img {
    display: none
}

.twitter-widget-wrapper .timePosted {
    font-size: 13px
}

.primary-footer .widget .form-control {
    height: 40px;
    border: 1px solid #ffffff;
    font-weight: 300;
    font-size: 14px;
    padding: 0 0 0 12px;
}

.primary-footer .form-control:focus {
    border: 1px solid #ffffff!important;
    box-shadow: none!important;
}

.primary-footer .form-group input[type=email],.primary-footer .form-group input[type=text] {
    color: #6b6a6a;
    background-color: #ffffff;
    width: 76%;
    float: left;
}

.primary-footer.brand-bg .form-group input::-webkit-input-placeholder {
    color: #c9f0ff
}

.primary-footer.brand-bg .form-group input::-moz-placeholder {
    color: #c9f0ff
}

.primary-footer.brand-bg .form-group input:-ms-input-placeholder {
    color: #c9f0ff
}

.primary-footer .form-group {
    margin-bottom: 20px
}

.primary-footer .form-group button {
    float: left;
    width: 15%;
    background: #fff;
    border: 1px solid transparent;
    height: 40px;
    color: #0288d1
}

.primary-footer .form-group button i {
    width: 100%;
    height: 100%;
    line-height: 36px;
    font-size: 14px;
}

.widget-tags a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px 10px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.5)
}

.widget-tags a:hover {
    color: #fff;
    background-color: #0288d1;
    border: 1px solid transparent
}

@media (max-width: 991px) {
    .footer .widget {
        margin-bottom:50px
    }
}

.footer-two .primary-footer {
    padding: 90px 0
}

.footer-two .footer-logo img {
    margin-bottom: 30px
}

.footer-two .back-top {
    top: -122px
}

.footer-two .social-link li a {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.footer-three .primary-footer {
    padding: 90px 0 70px
}

.footer-three .secondary-footer {
    padding: 0 0 20px
}

.footer-three .secondary-footer hr {
    margin-top: 0;
    border-top: 1px solid rgba(255,255,255,.3)
}

.footer-three .social-link {
    text-align: right
}

.footer-three .social-link li a {
    color: #0379ae
}

.footer-three .social-link li a:hover {
    color: #fff
}

.footer-three .back-top {
    right: 50%;
    margin-right: -35px
}

@media (max-width: 991px) {
    .copy-text {
        text-align:center;
        display: block
    }

    .footer-three .social-link {
        margin-top: 15px;
        text-align: center
    }
}

.footer-four .social-link li+li {
    margin-left: 15px
}

.footer-four .social-link li a {
    line-height: 14px
}

.footer-four .social-link li a i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.footer-four .social-link li a i:hover {
    color: #0379ae
}

.footer-four hr {
    border-top: 1px solid rgba(255,255,255,.25)
}

.footer-four .footer-logo {
    margin: 45px 0 35px
}

.footer-intro p {
    margin: 0 auto 70px
}

@media (min-width: 992px) {
    .footer-intro p {
        width:60%
    }
}

.footer-four .secondary-footer {
    padding: 18px 0
}

.footer-four .secondary-footer ul {
    margin: 0
}

.footer-four .secondary-footer ul li {
    display: inline-block;
    margin-right: 30px
}

.footer-four .secondary-footer ul li:last-child {
    margin-right: 0
}

.footer-four .secondary-footer ul li a {
    display: block;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

.footer-four .secondary-footer ul li a:hover {
    color: #81ddff
}

.footer-four .back-top {
    top: -35px
}

@media (max-width: 767px) {
    .footer-intro p {
        width:100%
    }
}

.footer-five .back-top {
    top: -30px
}

.footer-five .social-link li {
    margin: 0 10px
}

.footer-five .social-link li a i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #a6a6a6
}

.footer-five .social-link li a i:hover {
    color: #fff;
    background: #03a9f4
}

.footer-five .footer-logo h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 25px
}

.footer-five h3 {
    font-weight: 700
}

.footer-five address {
    margin: 0;
    line-height: 30px
}

.footer-five .copy-text,.footer-five .copy-text a {
    display: inline-block
}

.footer-five .copy-text {
    color: #898989
}

.footer-five .copy-text a {
    color: #03a9f4
}

.footer-five .secondary-footer ul {
    margin: 0;
    text-align: right
}

.footer-five .secondary-footer ul li {
    display: inline-block;
    margin-right: 30px
}

.footer-five .secondary-footer ul li a {
    display: block;
    color: #898989;
    text-transform: capitalize
}

.footer-five .secondary-footer ul li a:hover {
    color: #03a9f4
}

@media screen and (max-width: 991px) {
    .footer-five .copy-text {
        display:block;
        margin-bottom: 10px
    }

    .footer-five .copy-text,.footer-five .secondary-footer ul {
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .footer-five .copy-text {
        display:block;
        margin-bottom: 10px
    }

    .footer-five .copy-text,.footer-five .secondary-footer ul {
        text-align: center
    }
}

.promo-box {
    padding: 40px;
    display: block;
    width: 100%
}

.full-width.promo-box .container,.promo-box,.text-center .promo-btn,.text-center .promo-btn a {
    position: relative
}

.text-center .promo-btn,.text-center .promo-btn a,.text-center .promo-info,.text-center .promo-info span {
    display: inline-block
}

.promo-info {
    padding-right: 200px
}

.promo-info .promo-icon {
    background-color: #03a9f4;
    width: 73px;
    height: 73px;
    color: #fff;
    font-size: 30px;
    line-height: 73px;
    text-align: center;
    float: left;
    margin-right: 25px
}

.promo-info .promo-icon.circle {
    border-radius: 50%
}

.text-center .promo-info {
    padding-right: 0
}

@media screen and (max-width: 767px) {
    .promo-info {
        padding-right:0
    }
}

.promo-info p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0
}

.promo-btn {
    right: 40px;
    padding-bottom: 70px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .promo-btn {
        margin-top:0;
        position: relative;
        right: 0;
        top: 0;
        margin-top: 20px
    }
}

.text-center .promo-info p {
    margin-bottom: 30px
}

.promo-box.border-box {
    border: 1px solid #fff;
    background-image: #000
}

.promo-pattern {
    background-image: url(../../img/banner/pattern.jpg);
    background-repeat: repeat;
    height: auto
}

.promo-parallax {
    background-image: url(../../img/banner/banner-2.jpg);
    background-repeat: no-repeat;
    height: auto;
    background-attachment: fixed;
    background-size: cover
}

@media (min-width: 992px) {
    .content-promo-box.banner {
        background:url(../../img/mockup/mac-spkr.png) right top no-repeat #f5f5f5
    }
}

.quote-box .quote-intro {
    display: block;
    letter-spacing: 4px;
    margin-bottom: 10px
}

.quote-box .author {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0
}

.quote-box .author .role {
    display: block;
    font-size: 14px;
    font-weight: 400
}

body {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 29px;
    font-weight: 500;
    color: #999;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased!important
}

html {
    font-family: 'Open Sans'
}

body,html {
    width: 100%;
    height: 100%
}

a {
    color: #55acee;
}

a,a>* {
    outline: 0;
    cursor: pointer;
    text-decoration: none
}

a:focus,a:hover {
    color: #03a9f4;
    outline: 0;
    text-decoration: none
}

.form-control,.navbar a,a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans';
    color: #565555;
    margin: 0 0 15px
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 18px;
    line-height: 24px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

p img {
    margin: 0
}

p {
    margin: 0 0 30px;
    line-height: 30px
}

hr {
    margin: 0
}

.btn {
    font-size: 16px;
    line-height: 24px;
    border-radius: 12px;
    background-color: #c78f12;
    border: 0
}

.btn-lg {
    padding: 12px 38px
}

@media screen and (max-width: 767px) {
    .btn-lg {
        height:auto;
        font-size: 14px;
        padding: 8px 25px
    }
}

.btn:hover {
    background-color: rgba(222,155,5,.88)
}

.btn.active,.btn:active {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)
}

.btn.white,.btn.white:focus,.btn.white:hover {
    color: #03a9f4
}

.btn i.material-icons {
    font-size: 20px
}

.btn.focus,.btn:focus,.btn:hover {
    color: #fff
}

.btn:focus,button:focus {
    outline: 0!important
}

.btn-download {
    padding: 16px 38px;
    text-align: left;
    line-height: 22px;
    height: 75px
}

.btn-download i {
    font-size: 30px;
    line-height: 48px
}

.btn-download span {
    display: block!important;
    overflow: hidden
}

.btn-download strong {
    display: block;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase
}

address {
    margin: 30px 0 0;
    font-style: normal;
    line-height: 25px
}

address hr {
    margin-top: 20px;
    margin-bottom: 20px
}

thead {
    color: #272829;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee
}

.table>thead>tr>th {
    padding: 12px 8px
}

.table>thead>tr>th {
    border-bottom: 0
}

.table>tbody>tr>td,.table>tbody>tr>th {
    color: #666;
    padding: 15px 8px;
    border-top: 1px solid #eee
}

.contact-info i {
    font-size: 30px;
    line-height: 38px;
    float: left;
    margin-right: 18px;
    padding-left: 2px
}

.contact-info .address,.contact-info .mail,.contact-info .phone {
    overflow: hidden
}

.contact-info .mail a {
    color: #999
}

.contact-info .mail a:hover {
    color: #03a9f4
}

#mapcontent p {
    margin: 0
}

.contact-form-wrapper {
    background: url(assets/img/vactor-map.png) no-repeat center center
}

.contact-form-bg {
    background: url(assets/img/vactor-map.png) no-repeat center center;
    background-size: contain
}

@media (min-width: 992px) {
    #contactForm .submit-button {
        float:right
    }
}

.form-control {
    border-radius: 0
}

.input-field {
    margin-top: 45px
}

.input-field label {
    color: #999;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 0
}

.input-field label.active {
    font-size: 12px
}

.alert {
    padding: 12px 15px
}

.no-margin {
    margin: 0!important
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.no-padding {
    padding: 0!important
}

.section-padding {
    padding: 70px 0;
    padding-top: 40px;
    padding-bottom: 40px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-80 {
    margin-top: 80px
}

.mt-100 {
    margin-top: 100px
}

.mb-10 {
    margin-bottom: 10px!important
}

.mb-15 {
    margin-bottom: 15px!important
}

.mb-20 {
    margin-bottom: 20px!important
}

.mb-30 {
    margin-bottom: 30px!important
}

.mb-40 {
    margin-bottom: 40px!important
}

.mb-50 {
    margin-bottom: 50px!important
}

.mb-80 {
    margin-bottom: 80px!important
}

.mb-100 {
    margin-bottom: 100px!important
}

.mtb-50 {
    margin: 50px 0!important
}

.mr-10 {
    margin-right: 10px
}

.mr-20 {
    margin-right: 20px
}

.ml-10 {
    margin-left: 10px
}

.ml-20 {
    margin-left: 20px
}

.padding-top-50 {
    padding-top: 50px
}

.padding-top-70 {
    padding-top: 70px
}

.padding-top-90 {
    padding-top: 90px
}

.padding-top-100 {
    padding-top: 100px
}

.padding-top-110 {
    padding-top: 110px
}

.padding-top-120 {
    padding-top: 120px
}

.padding-top-160 {
    padding-top: 160px
}

.padding-top-220 {
    padding-top: 220px
}

@media screen and (max-width: 768px) {
    .padding-top-220 {
        padding-top:170px
    }
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-bottom-30 {
    padding-bottom: 30px
}

.padding-bottom-50 {
    padding-bottom: 50px
}

.padding-bottom-70 {
    padding-bottom: 70px
}

.padding-bottom-80 {
    padding-bottom: 80px
}

.padding-bottom-90 {
    padding-bottom: 90px
}

.padding-bottom-100 {
    padding-bottom: 100px
}

.padding-bottom-110 {
    padding-bottom: 110px
}

.padding-bottom-120 {
    padding-bottom: 120px
}

.padding-bottom-190 {
    padding-bottom: 190px
}

@media screen and (min-width: 992px) {
    .pl-100 {
        padding-left:100px
    }
}

.ptb-30 {
    padding: 30px 0
}

.ptb-50 {
    padding: 50px 0
}

.ptb-70 {
    padding: 70px 0
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.ptb-110 {
    padding-top: 110px;
    padding-bottom: 110px
}

.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px
}

.ptb-150 {
    padding: 150px 0
}

.ptb-190 {
    padding: 190px 0
}

@media screen and (max-width: 991px) {
    .mt-sm-30 {
        margin-top:30px
    }

    .mt-sm-50 {
        margin-top: 50px
    }

    .mb-sm-30 {
        margin-bottom: 30px
    }

    .mb-sm-50 {
        margin-bottom: 50px
    }
}

@media screen and (max-width: 768px) {
    .mt-xs-30 {
        margin-top:30px
    }

    .mt-xs-46 {
        margin-top: 46px
    }
}

.radius-2 {
    border-radius: 2px
}

.radius-3 {
    border-radius: 3px
}

.radius-4 {
    border-radius: 4px
}

.font-roboto {
    font-family: 'Open Sans'!important
}

.font-greatvibes {
    font-family: 'Open Sans'
}

.font-20 {
    font-size: 20px
}

.font-25 {
    font-size: 25px
}

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

.font-35 {
    font-size: 35px
}

.font-40 {
    font-size: 40px
}

@media screen and (max-width: 767px) {
    .font-30 {
        font-size:25px
    }

    .font-35,.font-40,h1 {
        font-size: 30px
    }
}

.line-height-40 {
    line-height: 40px
}

.line-height-50 {
    line-height: 50px
}

.text-light {
    font-weight: 300!important
}

.text-regular {
    font-weight: 400!important
}

.text-medium {
    font-weight: 500!important
}

.text-bold {
    font-weight: 700!important
}

.text-extrabold {
    font-weight: 900!important
}

.dark-text {
    color: #202020!important
}

.light-grey-text {
    color: #dedede!important
}

.list-icon li {
    font-size: 17px;
    line-height: 40px
}

.list-icon li .material-icons {
    position: relative;
    top: 5px
}

.height-200 {
    height: 200px!important
}

.height-350 {
    height: 350px!important
}

.height-450 {
    height: 450px!important
}

.height-650 {
    height: 650px!important
}

.brand-color {
    color: #03a9f4!important
}

.brand-color.darken-2 {
    color: #0288d1!important
}

.brand-bg {
    background-color: #f6c615!important;
}

.brand-bg.darken-2 {
    background-color: #d4a702!important;
}

.brand-hover:hover {
    background-color: #bb7d11!important
}

.green-bg {
    background-color: #71c44c!important
}

.green-color {
    color: #71c44c!important
}

.pink {
    background-color: #bb7d11!important
}

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

.gray-bg {
    background-color: rgba(236,236,236,.44)!important
}

.light-gray-bg {
    background-color: #f3f3f3!important
}

.light-pink-bg {
    background: #fff8f1!important
}

.dark-bg.darken-1 {
    background: #101010!important
}

.dark-bg {
    background: #202020!important
}

.dark-bg.lighten-1 {
    background-color: #1e262a!important
}

.dark-bg.lighten-2 {
    background-color: #303b41!important
}

.dark-bg.lighten-3 {
    background-color: #2c2c2c!important
}

.dark-bg.lighten-4 {
    background-color: #373a3d!important
}

.border-top {
    border-top: 1px solid #eee
}

.border-tb {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.overlay,.overlay .container {
    position: relative
}

.overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.2)
}

.overlay.dark-0:before {
    background-color: rgba(0,0,0,0)
}

.overlay.dark-1:before {
    background-color: rgba(0,0,0,.1)
}

.overlay.dark-2:before {
    background-color: rgba(0,0,0,.2)
}

.overlay.dark-3:before {
    background-color: rgba(0,0,0,.3)
}

.overlay.dark-4:before {
    background-color: rgba(0,0,0,.4)
}

.overlay.dark-5:before {
    background-color: rgba(0,0,0,.5)
}

.overlay.dark-6:before {
    background-color: rgba(0,0,0,.6)
}

.overlay.dark-7:before {
    background-color: rgba(0,0,0,.7)
}

.overlay.dark-8:before {
    background-color: rgba(0,0,0,.8)
}

.overlay.dark-9:before {
    background-color: rgba(0,0,0,.9)
}

.overlay.dark-10:before {
    background-color: rgba(0,0,0,1)
}

.overlay.light-0:before {
    background-color: rgba(255,255,255,0)
}

.overlay.light-1:before {
    background-color: rgba(255,255,255,.1)
}

.overlay.light-2:before {
    background-color: rgba(255,255,255,.2)
}

.overlay.light-3:before {
    background-color: rgba(255,255,255,.3)
}

.overlay.light-4:before {
    background-color: rgba(255,255,255,.4)
}

.overlay.light-5:before {
    background-color: rgba(255,255,255,.5)
}

.overlay.light-6:before {
    background-color: rgba(255,255,255,.6)
}

.overlay.light-7:before {
    background-color: rgba(255,255,255,.7)
}

.overlay.light-8:before {
    background-color: rgba(255,255,255,.8)
}

.overlay.light-9:before {
    background-color: rgba(255,255,255,.9)
}

.overlay.light-10:before {
    background-color: rgba(255,255,255,1)
}

.full-height {
    height: 100vh;
    width: 100%
}

.half-height {
    height: 78vh!important;
    width: 100%
}

.valign-wrapper {
    display: table;
    width: 100%
}

.valign-cell {
    display: table-cell;
    vertical-align: middle
}

.intro-title {
    font-size: 60px;
    font-weight: 900
}

.sub-intro {
    display: block;
    margin: 0 auto 30px
}

@media (min-width: 768px) {
    .sub-intro {
        width:60%
    }
}

.section-title {
    font-size: 40px;
    margin-bottom: 20px
}

.section-sub {
    margin: 0 auto
}

@media (min-width: 992px) {
    .section-sub {
        width:60%
    }
}

.width-60 {
    width: 60%;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .intro-title {
        font-size:35px
    }

    .section-title {
        font-size: 30px
    }

    .section-title p {
        width: 100%
    }

    .width-60 {
        width: 100%
    }
}

.hero-clouds {
    position: absolute;
    top: 0;
    left: 0;
    width: 250.625em;
    height: 100vh;
    background: url(assets/img/banner/clouds.png) 0 100% repeat-x;
    -webkit-animation: cloudLoop 80s linear infinite;
    animation: cloudLoop 80s linear infinite
}

@-webkit-keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0)
    }
}

@keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0)
    }
}

.mouse-icon {
    position: absolute;
    left: 50%;
    bottom: 40px;
    border: 2px solid #fff;
    border-radius: 16px;
    height: 40px;
    width: 24px;
    margin-left: -15px;
    display: block;
    z-index: 10
}

.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running
}

.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 2px;
    height: 6px;
    top: 4px;
    margin-left: auto;
    margin-right: auto
}

@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0
    }

    30% {
        top: 10px;
        opacity: 1
    }

    100% {
        top: 25px;
        opacity: 0
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0
    }

    30% {
        top: 10px;
        opacity: 1
    }

    100% {
        top: 25px;
        opacity: 0
    }
}

.video-intro {
    position: relative
}

.video-intro .external-link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px
}

.video-intro .external-link .material-icons {
    font-size: 60px;
    color: rgba(255,255,255,.4);
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease
}

.video-intro:hover .external-link .material-icons {
    color: rgba(255,255,255,.9)
}

.video-trigger i.material-icons {
    font-size: 68px;
    color: #fff;
    margin: 0 20px;
    position: relative;
    top: 24px
}

.mocup-wrapper {
    position: relative
}

.mocup-wrapper img {
    max-width: 100%
}

@media screen and (max-width: 991px) {
    .mocup-wrapper-sm img {
        width:100%
    }
}

.bg-cover,[class*=banner-] {
    background-size: cover!important
}

.banner-14 {
    background-image: url(../../images/more/banner-14.webp)
}

.banner-14.overlay::before {
    background-color: rgba(187,125,17,.93)
}

.banner-15 {
    background-image: url(assets/img/banner/banner-15.jpg)
}

.banner-16 {
    background-image: url(assets/img/banner/banner-16.jpg)
}

.banner-17 {
    background-image: url(assets/img/banner/banner-17.jpg)
}

.banner-18 {
    background-image: url(assets/img/banner/banner-18.jpg)
}

.banner-19 {
    background-image: url(assets/img/banner/banner-19.jpg)
}

.banner-20 {
    background-image: url(assets/img/banner/banner-20.jpg)
}

@media screen and (max-width: 767px) {
    .banner-wrapper {
        margin-top:45px
    }
}

@media (min-width: 992px) {
    .bg-fixed {
        background-attachment:fixed
    }
}

.error-wrapper {
    padding: 50px 0
}

.error-wrapper i {
    font-size: 180px;
    line-height: 170px;
    text-align: center;
    display: block;
    color: #f6c615;
}

.error-info {
    padding-left: 60px;
    border-left: 1px solid #eee
}

.error-info h1 {
    color: #f7db73;
    font-size: 130px;
    line-height: 100px;
    font-weight: 700;
    text-shadow: 5px 5px 0 #c78f12, -1px -1px 0 #c78f12, 1px -1px 0 #c78f12, -1px 1px 0 #c78f12, 1px 1px 0 #c78f12;
}

.ie9 .error-info h1,.ie9 .error-wrapper-alt h1 {
    color: #999
}

.error-sub {
    display: block;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .error-info {
        padding-left:0;
        border-left: 0;
        text-align: center
    }
}

@media (min-width: 992px) {
    .error-wrapper {
        padding:200px 0
    }
}

.error-wrapper-alt h1 {
    color: #fff;
    font-size: 130px;
    line-height: 130px;
    font-weight: 700;
    text-shadow: 5px 5px 0 #dadada,-1px -1px 0 #dadada,1px -1px 0 #dadada,-1px 1px 0 #dadada,1px 1px 0 #dadada
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    right: -10px;
    padding-right: 0;
    width: 40px;
    text-align: center
}

button.mfp-arrow,button.mfp-close:focus {
    background-color: transparent
}

.mfp-bg {
    z-index: 1055
}

.mfp-wrap {
    z-index: 1056
}

.mfp-iframe-holder .mfp-close:hover,.mfp-image-holder .mfp-close:hover {
    cursor: pointer
}

.mfp-zoom-out-cur {
    cursor: default
}

.box-padding {
    padding: 60px 40px
}

.profile .author-cover {
    position: relative
}

.profile .author-cover img {
    width: 100%
}

.author-wrapper.profile .author-avatar {
    position: relative;
    padding: 15px 20px 30px 130px
}

.author-wrapper.profile .author-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    position: absolute;
    top: -30px;
    left: 15px;
    z-index: 20
}

.profile .author-meta {
    padding: 0 40px;
    overflow: hidden
}

.profile .author-meta li {
    margin: 10px 0;
    font-weight: 500
}

.profile .author-meta li .title {
    display: inline-block;
    width: 135px;
    color: #202020
}

.profile .author-meta li .address {
    float: right;
    width: 50%
}

.profile .available {
    display: block;
    padding: 10px;
    text-align: center
}

.profile .available a {
    display: inline-block;
    color: #999
}

.profile .available a:hover {
    color: #03a9f4
}

@media screen and (max-width: 991px) {
    .author-wrapper.profile {
        margin-top:30px
    }
}

@media screen and (max-width: 479px) {
    .box-padding .cta-button .btn {
        display:block;
        margin-top: 10px
    }

    .profile .author-meta li .title {
        width: 80px
    }

    .profile .author-meta li .address {
        width: 60%
    }
}

.progress-section {
    position: relative
}

.progress-title {
    display: block;
    margin-bottom: 8px
}

.progress {
    box-shadow: none;
    background-color: #eee;
    height: 5px;
    overflow: visible;
    border-radius: 0;
    margin-bottom: 30px
}

.progress-bar {
    box-shadow: none;
    text-align: right
}

.progress-bar span {
    position: absolute;
    top: -32px;
    color: #999;
    font-size: 14px;
    display: inline-block
}

.ie10 .progress-bar span,.ie11 .progress-bar span,.ie9 .progress-bar span {
    top: -25px;
    right: 0
}

.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 2s ease-in-out;
    -moz-transition: width 2s ease-in-out;
    -o-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out
}

.progress-dot {
    position: relative
}

.progress-dot::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #03a9f4;
    border-radius: 50%;
    position: absolute;
    top: 0;
    margin-top: -8px;
    right: -1px
}

.clients-grid .border-box {
    border: 1px solid #eee;
    margin-left: -1px;
    margin-bottom: -1px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    transition: box-shadow .3s
}

.clients-grid .border-box a {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clients-grid .border-box img {
    padding: 12px 23px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.clients-grid .border-box img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.clients-grid .border-box:hover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)
}

.clients-grid.grid-gutter .border-box {
    margin-bottom: -1px!important;
    height: auto;
}

@media (max-width: 991px) {
    .clients-grid.gutter .border-box {
        margin-bottom:30px
    }
}

.gallery-thumb .flex-viewport li img {
    width: 100%
}

.gallery-thumb .flex-control-thumbs {
    margin: -35px 0 0
}

.gallery-thumb .flex-control-thumbs li {
    width: 70px;
    float: none;
    margin: 0 5px
}

.gallery-thumb .flex-control-thumbs img {
    width: 70px;
    height: 70px!important;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    opacity: 1;
    z-index: 100;
    position: relative
}

.gallery-thumb .flex-direction-nav a {
    opacity: 1;
    top: auto;
    bottom: 45px;
    text-align: center
}

.gallery-thumb .flex-direction-nav .flex-prev {
    left: 15px
}

.gallery-thumb .flex-direction-nav .flex-next {
    right: 15px
}

.gallery-thumb .flex-direction-nav a.flex-next::before,.gallery-thumb .flex-direction-nav a.flex-prev::before {
    font-family: 'Open Sans';
    font-size: 20px;
    color: #fff
}

.gallery-thumb .flex-direction-nav a.flex-prev::before {
    content: 'arrow_back'
}

.gallery-thumb .flex-direction-nav a.flex-next::before {
    content: 'arrow_forward'
}

@media screen and (max-width: 370px) {
    .gallery-thumb .flex-control-thumbs li {
        width:50px
    }

    .gallery-thumb .flex-control-thumbs img {
        width: 50px;
        height: 50px!important
    }
}

.food-menu-category {
    padding-bottom: 35px
}

.food-menu-category .food-menu-wrapper {
    -webkit-transition: box-shadow .3s ease-out;
    -moz-transition: box-shadow .3s ease-out;
    -o-transition: box-shadow .3s ease-out;
    -ms-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out
}

.food-menu-category:hover .food-menu-wrapper {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

.food-menu-intro {
    padding: 24px
}

.food-menu-intro .material-icons {
    font-size: 40px
}

.food-menu-list {
    padding: 30px
}

.food-menu {
    border-bottom: 1px dotted rgba(255,255,255,.5);
    padding: 0 0 15px;
    margin: 0 0 15px
}

.food-menu-title {
    margin-bottom: 5px
}

.food-menu-detail {
    line-height: 20px
}

.food-menu-price {
    font-style: italic
}

.food-menu-price-detail {
    position: relative;
    text-align: right
}

.food-menu-label {
    background: #fff8f1;
    color: #03a9f4;
    display: inline-block;
    padding: 0 10px;
    font-style: italic;
    font-size: 13px;
    float: right;
    position: relative
}

i[class^=flaticon-] {
    line-height: 50px;
    display: inline-block
}

i[class^=flaticon-]:before {
    font-size: 45px;
    margin-left: 0
}

nav {
    background-color: transparent
}

nav ul,nav ul li {
    float: none
}

nav ul li.active,nav ul li:hover {
    background-color: transparent
}

nav ul a {
    font-size: inherit
}

@media only screen and (min-width: 1200px) {
    .container {
        width:1270px
    }
}

@media only screen and (max-width: 749px) {
    .container {
        width:100%
    }
}

@media only screen and (max-width: 601px) {
    .container {
        width:90%
    }
}

.container .row,.container-fluid .row {
    margin-bottom: 0
}

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

.row .col {
    padding-right: 15px;
    padding-left: 15px
}

.carousel {
    height: auto
}

#owl-demo .section img {
    display: block;
    width: 100%;
    height: auto
}

.button-style .btn,.button-style .btn-large {
    margin-right: 30px;
    margin-bottom: 30px
}

.button-style .btn-floating i {
    height: auto!important
}

@media (max-width: 767px) {
    .equal-height-column {
        height:auto!important
    }
}

.tt-animate i {
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.tt-animate i::before {
    speak: none;
    display: block;
    -webkit-font-smoothing: subpixel-antialiased!important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.tt-animate.ltr i:hover::before {
    -webkit-animation: LeftToRight .3s forwards;
    -moz-animation: LeftToRight .3s forwards;
    animation: LeftToRight .3s forwards
}

.tt-animate.ltr i:before {
    -webkit-animation: RightToLeft .3s forwards;
    -moz-animation: RightToLeft .3s forwards;
    animation: RightToLeft .3s forwards
}

.tt-animate.btt i:hover::before {
    -webkit-animation: BottomToTop .3s forwards;
    -moz-animation: BottomToTop .3s forwards;
    animation: BottomToTop .3s forwards
}

.tt-animate.btt i:before {
    -webkit-animation: TopToBottom .3s forwards;
    -moz-animation: TopToBottom .3s forwards;
    animation: TopToBottom .3s forwards
}

@-webkit-keyframes LeftToRight {
    49% {
        -webkit-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes LeftToRight {
    49% {
        -moz-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes LeftToRight {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-webkit-keyframes RightToLeft {
    49% {
        -webkit-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes RightToLeft {
    49% {
        -webkit-transform: translate(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes RightToLeft {
    49% {
        -webkit-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-webkit-keyframes BottomToTop {
    49% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes BottomToTop {
    49% {
        -moz-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes BottomToTop {
    49% {
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@-webkit-keyframes TopToBottom {
    49% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes TopToBottom {
    49% {
        -moz-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes TopToBottom {
    49% {
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

.device-mockup {
    position: relative;
    width: 100%;
    padding-bottom: 61.775701%
}

.device-mockup>.device {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-image: url(assets/img/device-mockups/macbook.png)
}

.device-mockup>.device>.screen {
    background-color: #000;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    top: 11.0438729%;
    bottom: 14.6747352%;
    left: 13.364486%;
    right: 13.364486%;
    overflow: hidden
}

.device-mockup[data-device=ipad],.device-mockup[data-device=ipad][data-orientation=portrait] {
    padding-bottom: 128.406276%
}

.device-mockup[data-device=ipad][data-orientation=landscape] {
    padding-bottom: 79.9086758%
}

.device-mockup[data-device=ipad]>.device,.device-mockup[data-device=ipad][data-color=black]>.device,.device-mockup[data-device=ipad][data-orientation=portrait][data-color=black]>.device {
    background-image: url(assets/img/device-mockups/ipad_port_black.png)
}

.device-mockup[data-device=ipad][data-color=white]>.device,.device-mockup[data-device=ipad][data-orientation=portrait][data-color=white]>.device {
    background-image: url(assets/img/device-mockups/ipad_port_white.png)
}

.device-mockup[data-device=ipad][data-orientation=landscape]>.device,.device-mockup[data-device=ipad][data-orientation=landscape][data-color=black]>.device {
    background-image: url(assets/img/device-mockups/ipad_land_black.png)
}

.device-mockup[data-device=ipad][data-orientation=landscape][data-color=white]>.device {
    background-image: url(assets/img/device-mockups/ipad_land_white.png)
}

.device-mockup[data-device=ipad]>.device>.screen,.device-mockup[data-device=ipad][data-orientation=portrait]>.device>.screen {
    top: 12.025723%;
    bottom: 12.154341%;
    left: 13.45995%;
    right: 13.45995%
}

.device-mockup[data-device=ipad][data-orientation=landscape]>.device>.screen {
    top: 13.87755102%;
    bottom: 13.87755102%;
    left: 11.5459883%;
    right: 11.5459883%
}

.screenshot-carousel-wrapper .carousel-control {
    top: 50%;
    margin-top: -35px;
    text-shadow: none;
    opacity: 1;
    width: 70px;
    height: 70px;
    font-size: 40px;
    line-height: 70px;
    background: #fff;
    background-image: none!important;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.screenshot-carousel-wrapper .carousel-control:hover {
    color: #fff;
    background: #81c784;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

@media screen and (min-width: 850px) {
    .screenshot-carousel-wrapper .carousel-control.left {
        left:-70px
    }

    .screenshot-carousel-wrapper .carousel-control.right {
        right: -70px
    }
}

@media screen and (max-width: 767px) {
    .screenshot-carousel-wrapper .carousel-control {
        margin-top:-20px;
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 40px
    }
}

.subscription-success {
    color: #fff;
    line-height: 24px;
    margin-top: 20px
}

.has-header-search .menuzord-menu {
    margin-right: 30px
}

.search-trigger {
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    z-index: 200
}

.search-trigger:focus {
    outline: 0
}

.search-trigger i {
    font-size: 18px;
    line-height: 102px;
    color: #202020;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width: 769px) {
    .search-trigger.light i {
        color:#fff
    }

    .search-trigger.dark i {
        color: #202020
    }

    .sticky .search-trigger.light i {
        color: #999
    }

    .sticky .search-trigger.light.semidark i {
        color: #fff
    }
}

.search-trigger i:hover {
    color: #03a9f4
}

.tt-nav.sticky .search-trigger i.material-icons {
    line-height: 62px
}

.search-trigger .search-btn {
    padding: 0;
    outline: 0;
    width: 40px;
    height: 40px;
    margin-top: 30px;
    border-radius: 50%;
    box-sizing: border-box;
    transform-origin: 50%;
    -webkit-transition: all .7s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .7s cubic-bezier(.4,0,.2,1);
    -ms-transition: all .7s cubic-bezier(.4,0,.2,1);
    -o-transition: all .7s cubic-bezier(.4,0,.2,1);
    transition: all .7s cubic-bezier(.4,0,.2,1)
}

.search-trigger .search-btn:active,.search-trigger .search-btn:focus {
    outline: 0
}

.search-trigger .icon-search,.search-trigger .search-close {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.icon-search {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 28px
}

.search-close {
    position: fixed;
    top: 35px;
    right: 35px;
    color: rgba(255,255,255,.9);
    font-size: 30px;
    visibility: hidden;
    -webkit-transform: translate(10px,0) rotate(90deg);
    -moz-transform: translate(10px,0) rotate(90deg);
    -ms-transform: translate(10px,0) rotate(90deg);
    -o-transform: translate(10px,0) rotate(90deg);
    transform: translate(10px,0) rotate(90deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1001;
    cursor: pointer
}

.search-close:hover {
    color: #fff
}

.search-form-wrapper {
    position: relative
}

.search-form-wrapper .search-button {
    position: absolute;
    top: 30px;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    padding: 0
}

.search-form-wrapper .input-field input[type=text],.search-form-wrapper .input-field label {
    color: #fff;
    font-size: 17px
}

.search-form-wrapper .input-field label.active {
    font-size: 12px
}

.search-form-wrapper form {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    pointer-events: none;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(40px,0);
    -moz-transform: translate(40px,0);
    -ms-transform: translate(40px,0);
    -o-transform: translate(40px,0);
    transform: translate(40px,0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1000
}

.active-search {
    overflow: hidden
}

.active-search .search-close,.active-search .search-form-wrapper form {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.active-search .search-trigger .icon-search {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden
}

.active-search .search-trigger .search-btn {
    position: relative;
    cursor: default;
    z-index: 300;
    background-color: rgba(3,169,244,.9);
    -webkit-transform: scale(90);
    -moz-transform: scale(90);
    -ms-transform: scale(90);
    -o-transform: scale(90);
    transform: scale(90)
}

@media screen and (max-width: 768px) {
    .search-trigger i {
        line-height:52px
    }

    .search-trigger .search-btn {
        margin-top: 6px
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 999999;
    text-align: center
}

#preloader .preloader-position {
    width: 100%;
    margin: 0 auto;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

#preloader .progress {
    height: 2px;
    margin: 35px 0
}

#preloader .progress .indeterminate {
    background: #03a9f4
}

.bootstrap {
}

.bootstrap article {
    display: block
}

.bootstrap aside {
    display: block
}

.bootstrap details {
    display: block
}

.bootstrap figcaption {
    display: block
}

.bootstrap figure {
    display: block
}

.bootstrap footer {
    display: block
}

.bootstrap header {
    display: block
}

.bootstrap hgroup {
    display: block
}

.bootstrap nav {
    display: block
}

.bootstrap section {
    display: block
}

.bootstrap audio {
    display: inline-block
}

.bootstrap canvas {
    display: inline-block
}

.bootstrap video {
    display: inline-block
}

.bootstrap audio:not([controls]) {
    display: none
}

.bootstrap html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.bootstrap sub {
    line-height: 0;
    font-size: 75%;
    vertical-align: baseline;
    position: relative
}

.bootstrap sup {
    line-height: 0;
    font-size: 75%;
    vertical-align: baseline;
    position: relative
}

.bootstrap sup {
    top: -.5em
}

.bootstrap sub {
    bottom: -.25em
}

.bootstrap img {
    border: 0 currentColor;
    width: auto;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%
}

.bootstrap #map_canvas img {
    max-width: none
}

.bootstrap .google-maps img {
    max-width: none
}

.bootstrap button {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

.bootstrap input {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

.bootstrap select {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

.bootstrap textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

.bootstrap button {
    line-height: normal
}

.bootstrap input {
    line-height: normal
}

.bootstrap button {
    cursor: pointer;
    -webkit-appearance: button
}

.bootstrap html input[type=button] {
    cursor: pointer;
    -webkit-appearance: button
}

.bootstrap input[type=reset] {
    cursor: pointer;
    -webkit-appearance: button
}

.bootstrap input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

.bootstrap label {
    cursor: pointer
}

.bootstrap select {
    cursor: pointer
}

.bootstrap button {
    cursor: pointer
}

.bootstrap input[type=button] {
    cursor: pointer
}

.bootstrap input[type=reset] {
    cursor: pointer
}

.bootstrap input[type=submit] {
    cursor: pointer
}

.bootstrap input[type=radio] {
    cursor: pointer
}

.bootstrap input[type=checkbox] {
    cursor: pointer
}

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

.bootstrap textarea {
    overflow: auto;
    vertical-align: top
}

@media print {
    .bootstrap * {
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

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

    .bootstrap abbr[title]::after {
        content: " (" attr(title) ")"
    }

    .bootstrap .ir a::after {
        content: ""
    }

    .bootstrap a[href^='javascript:']::after {
        content: ""
    }

    .bootstrap a[href^='#']::after {
        content: ""
    }

    .bootstrap pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

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

    .bootstrap thead {
        display: table-header-group
    }

    .bootstrap tr {
        page-break-inside: avoid
    }

    .bootstrap img {
        page-break-inside: avoid
    }

    .bootstrap img {
        max-width: 100%!important
    }

    .bootstrap p {
        orphans: 3;
        widows: 3
    }

    .bootstrap h2 {
        orphans: 3;
        widows: 3
    }

    .bootstrap h3 {
        orphans: 3;
        widows: 3
    }

    .bootstrap h2 {
        page-break-after: avoid
    }

    .bootstrap h3 {
        page-break-after: avoid
    }
}

.bootstrap .clearfix {
}

.bootstrap .clearfix::before {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .clearfix::after {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .clearfix::after {
    clear: both
}

.bootstrap .hide-text {
    font: 0/0 a;
    border: 0 currentColor;
    color: transparent;
    font-size-adjust: none;
    font-stretch: normal;
    text-shadow: none;
    background-color: transparent
}

.bootstrap .input-block-level {
    width: 100%;
    display: block;
    min-height: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.bootstrap body {
    margin: 0;
    color: #333;
    line-height: 20px;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 14px;
    background-color: #fff
}

.bootstrap .img-rounded {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px
}

.bootstrap .img-polaroid {
    padding: 4px;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1)
}

.bootstrap .img-circle {
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px
}

.bootstrap .row {
    margin-left: -20px
}

.bootstrap .row::before {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .row::after {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .row::after {
    clear: both
}

.bootstrap [class*=span] {
    margin-left: 20px;
    float: left;
    min-height: 1px
}

.bootstrap .container {
    width: 940px
}

.bootstrap .navbar-static-top .container {
    width: 940px
}

.bootstrap .navbar-fixed-top .container {
    width: 940px
}

.bootstrap .navbar-fixed-bottom .container {
    width: 940px
}

.bootstrap .span12 {
    width: 940px
}

.bootstrap .span11 {
    width: 860px
}

.bootstrap .span10 {
    width: 780px
}

.bootstrap .span9 {
    width: 700px
}

.bootstrap .span8 {
    width: 620px
}

.bootstrap .span7 {
    width: 540px
}

.bootstrap .span6 {
    width: 460px
}

.bootstrap .span5 {
    width: 380px
}

.bootstrap .span4 {
    width: 300px
}

.bootstrap .span3 {
    width: 220px
}

.bootstrap .span2 {
    width: 140px
}

.bootstrap .span1 {
    width: 60px
}

.bootstrap .offset12 {
    margin-left: 980px
}

.bootstrap .offset11 {
    margin-left: 900px
}

.bootstrap .offset10 {
    margin-left: 820px
}

.bootstrap .offset9 {
    margin-left: 740px
}

.bootstrap .offset8 {
    margin-left: 660px
}

.bootstrap .offset7 {
    margin-left: 580px
}

.bootstrap .offset6 {
    margin-left: 500px
}

.bootstrap .offset5 {
    margin-left: 420px
}

.bootstrap .offset4 {
    margin-left: 340px
}

.bootstrap .offset3 {
    margin-left: 260px
}

.bootstrap .offset2 {
    margin-left: 180px
}

.bootstrap .offset1 {
    margin-left: 100px
}

.bootstrap .row-fluid {
    width: 100%
}

.bootstrap .row-fluid::before {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .row-fluid::after {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .row-fluid::after {
    clear: both
}

.bootstrap .row-fluid [class*=span] {
    width: 100%;
    margin-left: 2.12%;
    float: left;
    display: block;
    min-height: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.bootstrap .row-fluid [class*=span]:first-child {
    margin-left: 0
}

.bootstrap .row-fluid .controls-row [class*=span]+[class*=span] {
    margin-left: 2.12%
}

.bootstrap .row-fluid .span12 {
    width: 100%
}

.bootstrap .row-fluid .span11 {
    width: 91.48%
}

.bootstrap .row-fluid .span10 {
    width: 82.97%
}

.bootstrap .row-fluid .span9 {
    width: 74.46%
}

.bootstrap .row-fluid .span8 {
    width: 65.95%
}

.bootstrap .row-fluid .span7 {
    width: 57.44%
}

.bootstrap .row-fluid .span6 {
    width: 48.93%
}

.bootstrap .row-fluid .span5 {
    width: 40.42%
}

.bootstrap .row-fluid .span4 {
    width: 31.91%
}

.bootstrap .row-fluid .span3 {
    width: 23.4%
}

.bootstrap .row-fluid .span2 {
    width: 14.89%
}

.bootstrap .row-fluid .span1 {
    width: 6.38%
}

.bootstrap .row-fluid .offset12 {
    margin-left: 104.25%
}

.bootstrap .row-fluid :first-child.offset12 {
    margin-left: 102.12%
}

.bootstrap .row-fluid .offset11 {
    margin-left: 95.74%
}

.bootstrap .row-fluid :first-child.offset11 {
    margin-left: 93.61%
}

.bootstrap .row-fluid .offset10 {
    margin-left: 87.23%
}

.bootstrap .row-fluid :first-child.offset10 {
    margin-left: 85.1%
}

.bootstrap .row-fluid .offset9 {
    margin-left: 78.72%
}

.bootstrap .row-fluid :first-child.offset9 {
    margin-left: 76.59%
}

.bootstrap .row-fluid .offset8 {
    margin-left: 70.21%
}

.bootstrap .row-fluid :first-child.offset8 {
    margin-left: 68.08%
}

.bootstrap .row-fluid .offset7 {
    margin-left: 61.7%
}

.bootstrap .row-fluid :first-child.offset7 {
    margin-left: 59.57%
}

.bootstrap .row-fluid .offset6 {
    margin-left: 53.19%
}

.bootstrap .row-fluid :first-child.offset6 {
    margin-left: 51.06%
}

.bootstrap .row-fluid .offset5 {
    margin-left: 44.68%
}

.bootstrap .row-fluid :first-child.offset5 {
    margin-left: 42.55%
}

.bootstrap .row-fluid .offset4 {
    margin-left: 36.17%
}

.bootstrap .row-fluid :first-child.offset4 {
    margin-left: 34.04%
}

.bootstrap .row-fluid .offset3 {
    margin-left: 27.65%
}

.bootstrap .row-fluid :first-child.offset3 {
    margin-left: 25.53%
}

.bootstrap .row-fluid .offset2 {
    margin-left: 19.14%
}

.bootstrap .row-fluid :first-child.offset2 {
    margin-left: 17.02%
}

.bootstrap .row-fluid .offset1 {
    margin-left: 10.63%
}

.bootstrap .row-fluid :first-child.offset1 {
    margin-left: 8.51%
}

.bootstrap [class*=span].hide {
    display: none
}

.bootstrap .row-fluid [class*=span].hide {
    display: none
}

.bootstrap [class*=span].pull-right {
    float: right
}

.bootstrap .row-fluid [class*=span].pull-right {
    float: right
}

.bootstrap .container {
    margin-right: auto;
    margin-left: auto
}

.bootstrap .container::before {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .container::after {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .container::after {
    clear: both
}

.bootstrap .container-fluid {
    padding-right: 20px;
    padding-left: 20px
}

.bootstrap .container-fluid::before {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .container-fluid::after {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .container-fluid::after {
    clear: both
}

.bootstrap p {
    margin: 0 0 10px
}

.bootstrap .lead {
    line-height: 30px;
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 20px
}

.bootstrap small {
    font-size: 85%
}

.bootstrap strong {
    font-weight: 700
}

.bootstrap em {
    font-style: italic
}

.bootstrap cite {
    font-style: normal
}

.bootstrap .muted {
    color: #999
}

.bootstrap a.muted:hover {
    color: gray
}

.bootstrap .text-warning {
    color: #c09853
}

.bootstrap a.text-warning:hover {
    color: #a47e3c
}

.bootstrap .text-error {
    color: #b94a48
}

.bootstrap a.text-error:hover {
    color: #953b39
}

.bootstrap .text-info {
    color: #3a87ad
}

.bootstrap a.text-info:hover {
    color: #2d6987
}

.bootstrap .text-success {
    color: #468847
}

.bootstrap a.text-success:hover {
    color: #356635
}

.bootstrap h1 {
    margin: 10px 0;
    color: inherit;
    line-height: 20px;
    font-family: inherit;
    font-weight: 700;
    text-rendering: optimizelegibility
}

.bootstrap h2 {
    margin: 10px 0;
    color: inherit;
    line-height: 20px;
    font-family: inherit;
    font-weight: 700;
    text-rendering: optimizelegibility
}

.bootstrap h3 {
    margin: 10px 0;
    color: inherit;
    line-height: 20px;
    font-family: inherit;
    font-weight: 700;
    text-rendering: optimizelegibility
}

.bootstrap h4 {
    margin: 10px 0;
    color: inherit;
    line-height: 20px;
    font-family: inherit;
    font-weight: 700;
    text-rendering: optimizelegibility
}

.bootstrap h5 {
    margin: 10px 0;
    color: inherit;
    line-height: 20px;
    font-family: inherit;
    font-weight: 700;
    text-rendering: optimizelegibility
}

.bootstrap h6 {
    margin: 10px 0;
    color: inherit;
    line-height: 20px;
    font-family: inherit;
    font-weight: 700;
    text-rendering: optimizelegibility
}

.bootstrap h1 small {
    color: #999;
    line-height: 1;
    font-weight: 400
}

.bootstrap h2 small {
    color: #999;
    line-height: 1;
    font-weight: 400
}

.bootstrap h3 small {
    color: #999;
    line-height: 1;
    font-weight: 400
}

.bootstrap h4 small {
    color: #999;
    line-height: 1;
    font-weight: 400
}

.bootstrap h5 small {
    color: #999;
    line-height: 1;
    font-weight: 400
}

.bootstrap h6 small {
    color: #999;
    line-height: 1;
    font-weight: 400
}

.bootstrap h1 {
    line-height: 40px
}

.bootstrap h2 {
    line-height: 40px
}

.bootstrap h3 {
    line-height: 40px
}

.bootstrap h1 {
    font-size: 38.5px
}

.bootstrap h2 {
    font-size: 31.5px
}

.bootstrap h3 {
    font-size: 24.5px
}

.bootstrap h4 {
    font-size: 17.5px
}

.bootstrap h5 {
    font-size: 14px
}

.bootstrap h6 {
    font-size: 11.9px
}

.bootstrap h1 small {
    font-size: 24.5px
}

.bootstrap h2 small {
    font-size: 17.5px
}

.bootstrap h3 small {
    font-size: 14px
}

.bootstrap h4 small {
    font-size: 14px
}

.bootstrap .page-header {
    margin: 20px 0 30px;
    padding-bottom: 9px;
    border-bottom-color: #eee;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.bootstrap ul {
    margin: 0 0 10px 25px;
    padding: 0
}

.bootstrap ol {
    margin: 0 0 10px 25px;
    padding: 0
}

.bootstrap ul ul {
    margin-bottom: 0
}

.bootstrap ul ol {
    margin-bottom: 0
}

.bootstrap ol ol {
    margin-bottom: 0
}

.bootstrap ol ul {
    margin-bottom: 0
}

.bootstrap li {
    line-height: 20px
}

.bootstrap ul.unstyled {
    list-style: none;
    margin-left: 0
}

.bootstrap ol.unstyled {
    list-style: none;
    margin-left: 0
}

.bootstrap ul.inline {
    list-style: none;
    margin-left: 0
}

.bootstrap ol.inline {
    list-style: none;
    margin-left: 0
}

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

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

.bootstrap dl {
    margin-bottom: 20px
}

.bootstrap dt {
    line-height: 20px
}

.bootstrap dd {
    line-height: 20px
}

.bootstrap dt {
    font-weight: 700
}

.bootstrap dd {
    margin-left: 10px
}

.bootstrap .dl-horizontal {
}

.bootstrap .dl-horizontal::before {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .dl-horizontal::after {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .dl-horizontal::after {
    clear: both
}

.bootstrap .dl-horizontal dt {
    width: 160px;
    text-align: right;
    overflow: hidden;
    clear: left;
    float: left;
    white-space: nowrap;
    -ms-text-overflow: ellipsis
}

.bootstrap .dl-horizontal dd {
    margin-left: 180px
}

.bootstrap hr {
    border-width: 1px 0;
    border-style: solid none;
    border-color: #eee currentColor #fff;
    margin: 20px 0
}

.bootstrap abbr[title] {
    border-bottom-color: #999;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    cursor: help
}

.bootstrap abbr[data-original-title] {
    border-bottom-color: #999;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    cursor: help
}

.bootstrap abbr.initialism {
    text-transform: uppercase;
    font-size: 90%
}

.bootstrap blockquote {
    margin: 0 0 20px;
    padding: 0 0 0 15px;
    border-left-color: #eee;
    border-left-width: 5px;
    border-left-style: solid
}

.bootstrap blockquote p {
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0
}

.bootstrap blockquote small {
    color: #999;
    line-height: 20px;
    display: block
}

.bootstrap blockquote small::before {
    content: "\2014 \00A0"
}

.bootstrap blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right-color: #eee;
    border-left-color: currentColor;
    border-right-width: 5px;
    border-left-width: 0;
    border-right-style: solid;
    border-left-style: none;
    float: right
}

.bootstrap blockquote.pull-right p {
    text-align: right
}

.bootstrap blockquote.pull-right small {
    text-align: right
}

.bootstrap blockquote.pull-right small::before {
    content: ""
}

.bootstrap blockquote.pull-right small::after {
    content: "\00A0 \2014"
}

.bootstrap q::before {
    content: ""
}

.bootstrap q::after {
    content: ""
}

.bootstrap blockquote::before {
    content: ""
}

.bootstrap blockquote::after {
    content: ""
}

.bootstrap address {
    line-height: 20px;
    font-style: normal;
    margin-bottom: 20px;
    display: block
}

.bootstrap code {
    padding: 0 3px 2px;
    border-radius: 3px;
    color: #333;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.bootstrap pre {
    padding: 0 3px 2px;
    border-radius: 3px;
    color: #333;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.bootstrap code {
    padding: 2px 4px;
    border: 1px solid #e1e1e8;
    color: #d14;
    white-space: nowrap;
    background-color: #f7f7f9
}

.bootstrap pre {
    margin: 0 0 10px;
    padding: 9.5px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.15);
    line-height: 20px;
    font-size: 13px;
    display: block;
    white-space: pre-wrap;
    -ms-word-break: break-all;
    -ms-word-wrap: break-word;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap pre.prettyprint {
    margin-bottom: 20px
}

.bootstrap pre code {
    padding: 0;
    border: 0 currentColor;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent
}

.bootstrap .pre-scrollable {
    -ms-overflow-y: scroll;
    max-height: 340px
}

.bootstrap form {
    margin: 0 0 20px
}

.bootstrap fieldset {
    margin: 0;
    padding: 0;
    border: 0 currentColor
}

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

.bootstrap legend small {
    color: #999;
    font-size: 15px
}

.bootstrap label {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400
}

.bootstrap input {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400
}

.bootstrap button {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400
}

.bootstrap select {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400
}

.bootstrap textarea {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400
}

.bootstrap input {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif
}

.bootstrap button {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif
}

.bootstrap select {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif
}

.bootstrap textarea {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif
}

.bootstrap label {
    margin-bottom: 5px;
    display: block
}

.bootstrap select {
    padding: 4px 6px;
    border-radius: 4px;
    height: 20px;
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap textarea {
    padding: 4px 6px;
    border-radius: 4px;
    height: 20px;
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap input[type=text] {
    padding: 4px 6px;
    border-radius: 4px;
    height: 20px;
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap input[type=password] {
    padding: 4px 6px;
    border-radius: 4px;
    height: 20px;
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap input[type=datetime] {
    padding: 4px 6px;
    border-radius: 4px;
    height: 20px;
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap input[type=datetime-local] {
    padding: 4px 6px;
    border-radius: 4px;
    height: 20px;
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap input[type=date] {
    padding: 4px 6px;
    border-radius: 4px;
    height: 20px;
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap input[type=month] {
    padding: 4px 6px;
    border-radius: 4px;
    height: 20px;
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap input[type=time] {
    padding: 4px 6px;
    border-radius: 4px;
    height: 20px;
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap input[type=week] {
    padding: 4px 6px;
    border-radius: 4px;
    height: 20px;
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap input[type=number] {
    padding: 4px 6px;
    border-radius: 4px;
    height: 20px;
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap input[type=email] {
    padding: 4px 6px;
    border-radius: 4px;
    height: 20px;
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap input[type=url] {
    padding: 4px 6px;
    border-radius: 4px;
    height: 20px;
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap input[type=search] {
    padding: 4px 6px;
    border-radius: 4px;
    height: 20px;
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap input[type=tel] {
    padding: 4px 6px;
    border-radius: 4px;
    height: 20px;
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap input[type=color] {
    padding: 4px 6px;
    border-radius: 4px;
    height: 20px;
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap .uneditable-input {
    padding: 4px 6px;
    border-radius: 4px;
    height: 20px;
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap input {
    width: 206px
}

.bootstrap textarea {
    width: 206px
}

.bootstrap .uneditable-input {
    width: 206px
}

.bootstrap textarea {
    height: auto
}

.bootstrap textarea {
    border: 1px solid #ccc;
    transition: border .2s linear,box-shadow .2s linear;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s
}

.bootstrap input[type=text] {
    border: 1px solid #ccc;
    transition: border .2s linear,box-shadow .2s linear;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s
}

.bootstrap input[type=password] {
    border: 1px solid #ccc;
    transition: border .2s linear,box-shadow .2s linear;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s
}

.bootstrap input[type=datetime] {
    border: 1px solid #ccc;
    transition: border .2s linear,box-shadow .2s linear;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s
}

.bootstrap input[type=datetime-local] {
    border: 1px solid #ccc;
    transition: border .2s linear,box-shadow .2s linear;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s
}

.bootstrap input[type=date] {
    border: 1px solid #ccc;
    transition: border .2s linear,box-shadow .2s linear;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s
}

.bootstrap input[type=month] {
    border: 1px solid #ccc;
    transition: border .2s linear,box-shadow .2s linear;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s
}

.bootstrap input[type=time] {
    border: 1px solid #ccc;
    transition: border .2s linear,box-shadow .2s linear;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s
}

.bootstrap input[type=week] {
    border: 1px solid #ccc;
    transition: border .2s linear,box-shadow .2s linear;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s
}

.bootstrap input[type=number] {
    border: 1px solid #ccc;
    transition: border .2s linear,box-shadow .2s linear;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s
}

.bootstrap input[type=email] {
    border: 1px solid #ccc;
    transition: border .2s linear,box-shadow .2s linear;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s
}

.bootstrap input[type=url] {
    border: 1px solid #ccc;
    transition: border .2s linear,box-shadow .2s linear;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s
}

.bootstrap input[type=search] {
    border: 1px solid #ccc;
    transition: border .2s linear,box-shadow .2s linear;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s
}

.bootstrap input[type=tel] {
    border: 1px solid #ccc;
    transition: border .2s linear,box-shadow .2s linear;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s
}

.bootstrap input[type=color] {
    border: 1px solid #ccc;
    transition: border .2s linear,box-shadow .2s linear;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s
}

.bootstrap .uneditable-input {
    border: 1px solid #ccc;
    transition: border .2s linear,box-shadow .2s linear;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s
}

.bootstrap textarea:focus {
    border-color: rgba(82,168,236,.8);
    outline: azure;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
}

.bootstrap input[type=text]:focus {
    border-color: rgba(82,168,236,.8);
    outline: aquamarine;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
}

.bootstrap input[type=password]:focus {
    border-color: rgba(82,168,236,.8);
    outline: dotted thin;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)
}

.bootstrap input[type=datetime]:focus {
    border-color: rgba(82,168,236,.8);
    outline: dotted thin;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)
}

.bootstrap input[type=datetime-local]:focus {
    border-color: rgba(82,168,236,.8);
    outline: dotted thin;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)
}

.bootstrap input[type=date]:focus {
    border-color: rgba(82,168,236,.8);
    outline: dotted thin;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)
}

.bootstrap input[type=month]:focus {
    border-color: rgba(82,168,236,.8);
    outline: dotted thin;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)
}

.bootstrap input[type=time]:focus {
    border-color: rgba(82,168,236,.8);
    outline: dotted thin;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)
}

.bootstrap input[type=week]:focus {
    border-color: rgba(82,168,236,.8);
    outline: dotted thin;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)
}

.bootstrap input[type=number]:focus {
    border-color: rgba(82,168,236,.8);
    outline: dotted thin;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)
}

.bootstrap input[type=email]:focus {
    border-color: rgba(82,168,236,.8);
    outline: dotted thin;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)
}

.bootstrap input[type=url]:focus {
    border-color: rgba(82,168,236,.8);
    outline: dotted thin;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)
}

.bootstrap input[type=search]:focus {
    border-color: rgba(82,168,236,.8);
    outline: dotted thin;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)
}

.bootstrap input[type=tel]:focus {
    border-color: rgba(82,168,236,.8);
    outline: dotted thin;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)
}

.bootstrap input[type=color]:focus {
    border-color: rgba(82,168,236,.8);
    outline: dotted thin;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)
}

.bootstrap .uneditable-input:focus {
    border-color: rgba(82,168,236,.8);
    outline: dotted thin;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)
}

.bootstrap input[type=radio] {
    margin: 1px 0 0;
    line-height: normal
}

.bootstrap input[type=checkbox] {
    margin: 1px 0 0;
    line-height: normal
}

.bootstrap input[type=file] {
    width: auto
}

.bootstrap input[type=image] {
    width: auto
}

.bootstrap input[type=submit] {
    width: auto
}

.bootstrap input[type=reset] {
    width: auto
}

.bootstrap input[type=button] {
    width: auto
}

.bootstrap input[type=radio] {
    width: auto
}

.bootstrap input[type=checkbox] {
    width: auto
}

.bootstrap select {
    height: 30px;
    line-height: 30px
}

.bootstrap input[type=file] {
    height: 30px;
    line-height: 30px
}

.bootstrap select {
    border: 1px solid #ccc;
    width: 220px;
    background-color: #fff
}

.bootstrap select[multiple] {
    height: auto
}

.bootstrap select[size] {
    height: auto
}

.bootstrap select:focus {
    outline: #333 dotted thin;
    outline-offset: -2px
}

.bootstrap input[type=file]:focus {
    outline: #333 dotted thin;
    outline-offset: -2px
}

.bootstrap input[type=radio]:focus {
    outline: #333 dotted thin;
    outline-offset: -2px
}

.bootstrap input[type=checkbox]:focus {
    outline: #333 dotted thin;
    outline-offset: -2px
}

.bootstrap .uneditable-input {
    border-color: #ccc;
    color: #999;
    cursor: not-allowed;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.025);
    background-color: #fcfcfc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.025)
}

.bootstrap .uneditable-textarea {
    border-color: #ccc;
    color: #999;
    cursor: not-allowed;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.025);
    background-color: #fcfcfc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.025)
}

.bootstrap .uneditable-input {
    overflow: hidden;
    white-space: nowrap
}

.bootstrap .uneditable-textarea {
    width: auto;
    height: auto
}

.bootstrap input:-ms-input-placeholder {
    color: #999
}

.bootstrap textarea:-ms-input-placeholder {
    color: #999
}

.bootstrap .radio {
    padding-left: 20px;
    min-height: 20px
}

.bootstrap .checkbox {
    padding-left: 20px;
    min-height: 20px
}

.bootstrap .radio input[type=radio] {
    margin-left: -20px;
    float: left
}

.bootstrap .checkbox input[type=checkbox] {
    margin-left: -20px;
    float: left
}

.bootstrap .controls>:first-child.radio {
    padding-top: 5px
}

.bootstrap .controls>:first-child.checkbox {
    padding-top: 5px
}

.bootstrap .inline.radio {
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .inline.checkbox {
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .inline.radio+.inline.radio {
    margin-left: 10px
}

.bootstrap .inline.checkbox+.inline.checkbox {
    margin-left: 10px
}

.bootstrap .input-mini {
    width: 60px
}

.bootstrap .input-small {
    width: 90px
}

.bootstrap .input-medium {
    width: 150px
}

.bootstrap .input-large {
    width: 210px
}

.bootstrap .input-xlarge {
    width: 270px
}

.bootstrap .input-xxlarge {
    width: 530px
}

.bootstrap input[class*=span] {
    margin-left: 0;
    float: none
}

.bootstrap select[class*=span] {
    margin-left: 0;
    float: none
}

.bootstrap textarea[class*=span] {
    margin-left: 0;
    float: none
}

.bootstrap [class*=span].uneditable-input {
    margin-left: 0;
    float: none
}

.bootstrap .row-fluid input[class*=span] {
    margin-left: 0;
    float: none
}

.bootstrap .row-fluid select[class*=span] {
    margin-left: 0;
    float: none
}

.bootstrap .row-fluid textarea[class*=span] {
    margin-left: 0;
    float: none
}

.bootstrap .row-fluid [class*=span].uneditable-input {
    margin-left: 0;
    float: none
}

.bootstrap .input-append input[class*=span] {
    display: inline-block
}

.bootstrap .input-append [class*=span].uneditable-input {
    display: inline-block
}

.bootstrap .input-prepend input[class*=span] {
    display: inline-block
}

.bootstrap .input-prepend [class*=span].uneditable-input {
    display: inline-block
}

.bootstrap .row-fluid input[class*=span] {
    display: inline-block
}

.bootstrap .row-fluid select[class*=span] {
    display: inline-block
}

.bootstrap .row-fluid textarea[class*=span] {
    display: inline-block
}

.bootstrap .row-fluid [class*=span].uneditable-input {
    display: inline-block
}

.bootstrap .row-fluid .input-prepend [class*=span] {
    display: inline-block
}

.bootstrap .row-fluid .input-append [class*=span] {
    display: inline-block
}

.bootstrap input {
    margin-left: 0
}

.bootstrap textarea {
    margin-left: 0
}

.bootstrap .uneditable-input {
    margin-left: 0
}

.bootstrap .controls-row [class*=span]+[class*=span] {
    margin-left: 20px
}

.bootstrap input.span12 {
    width: 926px
}

textarea.span12 {
    width: 926px
}

.span12.uneditable-input {
    width: 926px
}

.bootstrap input.span11 {
    width: 846px
}

textarea.span11 {
    width: 846px
}

.span11.uneditable-input {
    width: 846px
}

.bootstrap input.span10 {
    width: 766px
}

textarea.span10 {
    width: 766px
}

.span10.uneditable-input {
    width: 766px
}

.bootstrap input.span9 {
    width: 686px
}

textarea.span9 {
    width: 686px
}

.span9.uneditable-input {
    width: 686px
}

.bootstrap input.span8 {
    width: 606px
}

textarea.span8 {
    width: 606px
}

.span8.uneditable-input {
    width: 606px
}

.bootstrap input.span7 {
    width: 526px
}

textarea.span7 {
    width: 526px
}

.span7.uneditable-input {
    width: 526px
}

.bootstrap input.span6 {
    width: 446px
}

textarea.span6 {
    width: 446px
}

.span6.uneditable-input {
    width: 446px
}

.bootstrap input.span5 {
    width: 366px
}

textarea.span5 {
    width: 366px
}

.span5.uneditable-input {
    width: 366px
}

.bootstrap input.span4 {
    width: 286px
}

textarea.span4 {
    width: 286px
}

.span4.uneditable-input {
    width: 286px
}

.bootstrap input.span3 {
    width: 206px
}

textarea.span3 {
    width: 206px
}

.span3.uneditable-input {
    width: 206px
}

.bootstrap input.span2 {
    width: 126px
}

textarea.span2 {
    width: 126px
}

.span2.uneditable-input {
    width: 126px
}

.bootstrap input.span1 {
    width: 46px
}

textarea.span1 {
    width: 46px
}

.span1.uneditable-input {
    width: 46px
}

.bootstrap .controls-row {
}

.bootstrap .controls-row::before {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .controls-row::after {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .controls-row::after {
    clear: both
}

.bootstrap .controls-row [class*=span] {
    float: left
}

.bootstrap .row-fluid .controls-row [class*=span] {
    float: left
}

.bootstrap .controls-row [class*=span].checkbox {
    padding-top: 5px
}

.bootstrap .controls-row [class*=span].radio {
    padding-top: 5px
}

.bootstrap input[disabled] {
    cursor: not-allowed;
    background-color: #eee
}

.bootstrap select[disabled] {
    cursor: not-allowed;
    background-color: #eee
}

.bootstrap textarea[disabled] {
    cursor: not-allowed;
    background-color: #eee
}

.bootstrap input[readonly] {
    cursor: not-allowed;
    background-color: #eee
}

.bootstrap select[readonly] {
    cursor: not-allowed;
    background-color: #eee
}

.bootstrap textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee
}

.bootstrap input[type=radio][disabled] {
    background-color: transparent
}

.bootstrap input[type=checkbox][disabled] {
    background-color: transparent
}

.bootstrap input[type=radio][readonly] {
    background-color: transparent
}

.bootstrap input[type=checkbox][readonly] {
    background-color: transparent
}

.bootstrap .warning.control-group .control-label {
    color: #c09853
}

.bootstrap .warning.control-group .help-block {
    color: #c09853
}

.bootstrap .warning.control-group .help-inline {
    color: #c09853
}

.bootstrap .warning.control-group .checkbox {
    color: #c09853
}

.bootstrap .warning.control-group .radio {
    color: #c09853
}

.bootstrap .warning.control-group input {
    color: #c09853
}

.bootstrap .warning.control-group select {
    color: #c09853
}

.bootstrap .warning.control-group textarea {
    color: #c09853
}

.bootstrap .warning.control-group input {
    border-color: #c09853;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.bootstrap .warning.control-group select {
    border-color: #c09853;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.bootstrap .warning.control-group textarea {
    border-color: #c09853;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.bootstrap .warning.control-group input:focus {
    border-color: #a47e3c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e
}

.bootstrap .warning.control-group select:focus {
    border-color: #a47e3c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e
}

.bootstrap .warning.control-group textarea:focus {
    border-color: #a47e3c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e
}

.bootstrap .warning.control-group .input-prepend .add-on {
    border-color: #c09853;
    color: #c09853;
    background-color: #fcf8e3
}

.bootstrap .warning.control-group .input-append .add-on {
    border-color: #c09853;
    color: #c09853;
    background-color: #fcf8e3
}

.bootstrap .error.control-group .control-label {
    color: #b94a48
}

.bootstrap .error.control-group .help-block {
    color: #b94a48
}

.bootstrap .error.control-group .help-inline {
    color: #b94a48
}

.bootstrap .error.control-group .checkbox {
    color: #b94a48
}

.bootstrap .error.control-group .radio {
    color: #b94a48
}

.bootstrap .error.control-group input {
    color: #b94a48
}

.bootstrap .error.control-group select {
    color: #b94a48
}

.bootstrap .error.control-group textarea {
    color: #b94a48
}

.bootstrap .error.control-group input {
    border-color: #b94a48;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.bootstrap .error.control-group select {
    border-color: #b94a48;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.bootstrap .error.control-group textarea {
    border-color: #b94a48;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.bootstrap .error.control-group input:focus {
    border-color: #953b39;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392
}

.bootstrap .error.control-group select:focus {
    border-color: #953b39;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392
}

.bootstrap .error.control-group textarea:focus {
    border-color: #953b39;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392
}

.bootstrap .error.control-group .input-prepend .add-on {
    border-color: #b94a48;
    color: #b94a48;
    background-color: #f2dede
}

.bootstrap .error.control-group .input-append .add-on {
    border-color: #b94a48;
    color: #b94a48;
    background-color: #f2dede
}

.bootstrap .success.control-group .control-label {
    color: #468847
}

.bootstrap .success.control-group .help-block {
    color: #468847
}

.bootstrap .success.control-group .help-inline {
    color: #468847
}

.bootstrap .success.control-group .checkbox {
    color: #468847
}

.bootstrap .success.control-group .radio {
    color: #468847
}

.bootstrap .success.control-group input {
    color: #468847
}

.bootstrap .success.control-group select {
    color: #468847
}

.bootstrap .success.control-group textarea {
    color: #468847
}

.bootstrap .success.control-group input {
    border-color: #468847;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.bootstrap .success.control-group select {
    border-color: #468847;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.bootstrap .success.control-group textarea {
    border-color: #468847;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.bootstrap .success.control-group input:focus {
    border-color: #356635;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b
}

.bootstrap .success.control-group select:focus {
    border-color: #356635;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b
}

.bootstrap .success.control-group textarea:focus {
    border-color: #356635;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b
}

.bootstrap .success.control-group .input-prepend .add-on {
    border-color: #468847;
    color: #468847;
    background-color: #dff0d8
}

.bootstrap .success.control-group .input-append .add-on {
    border-color: #468847;
    color: #468847;
    background-color: #dff0d8
}

.bootstrap .info.control-group .control-label {
    color: #3a87ad
}

.bootstrap .info.control-group .help-block {
    color: #3a87ad
}

.bootstrap .info.control-group .help-inline {
    color: #3a87ad
}

.bootstrap .info.control-group .checkbox {
    color: #3a87ad
}

.bootstrap .info.control-group .radio {
    color: #3a87ad
}

.bootstrap .info.control-group input {
    color: #3a87ad
}

.bootstrap .info.control-group select {
    color: #3a87ad
}

.bootstrap .info.control-group textarea {
    color: #3a87ad
}

.bootstrap .info.control-group input {
    border-color: #3a87ad;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.bootstrap .info.control-group select {
    border-color: #3a87ad;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.bootstrap .info.control-group textarea {
    border-color: #3a87ad;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.bootstrap .info.control-group input:focus {
    border-color: #2d6987;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3
}

.bootstrap .info.control-group select:focus {
    border-color: #2d6987;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3
}

.bootstrap .info.control-group textarea:focus {
    border-color: #2d6987;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3
}

.bootstrap .info.control-group .input-prepend .add-on {
    border-color: #3a87ad;
    color: #3a87ad;
    background-color: #d9edf7
}

.bootstrap .info.control-group .input-append .add-on {
    border-color: #3a87ad;
    color: #3a87ad;
    background-color: #d9edf7
}

.bootstrap input:invalid:focus {
    border-color: #ee5f5b;
    color: #b94a48
}

.bootstrap textarea:invalid:focus {
    border-color: #ee5f5b;
    color: #b94a48
}

.bootstrap select:invalid:focus {
    border-color: #ee5f5b;
    color: #b94a48
}

.bootstrap input:invalid:focus {
    border-color: #e9322d;
    box-shadow: 0 0 6px #f8b9b7;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7
}

.bootstrap textarea:invalid:focus {
    border-color: #e9322d;
    box-shadow: 0 0 6px #f8b9b7;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7
}

.bootstrap select:invalid:focus {
    border-color: #e9322d;
    box-shadow: 0 0 6px #f8b9b7;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7
}

.bootstrap .form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top-color: #e5e5e5;
    border-top-width: 1px;
    border-top-style: solid;
    background-color: #f5f5f5
}

.bootstrap .form-actions::before {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .form-actions::after {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .form-actions::after {
    clear: both
}

.bootstrap .help-block {
    color: #595959
}

.bootstrap .help-inline {
    color: #595959
}

.bootstrap .help-block {
    margin-bottom: 10px;
    display: block
}

.bootstrap .help-inline {
    padding-left: 5px;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .input-append {
    font-size: 0;
    margin-bottom: 5px;
    white-space: nowrap
}

.bootstrap .input-prepend {
    font-size: 0;
    margin-bottom: 5px;
    white-space: nowrap
}

.bootstrap .input-append input {
    font-size: 14px
}

.bootstrap .input-prepend input {
    font-size: 14px
}

.bootstrap .input-append select {
    font-size: 14px
}

.bootstrap .input-prepend select {
    font-size: 14px
}

.bootstrap .input-append .uneditable-input {
    font-size: 14px
}

.bootstrap .input-prepend .uneditable-input {
    font-size: 14px
}

.bootstrap .input-append .dropdown-menu {
    font-size: 14px
}

.bootstrap .input-prepend .dropdown-menu {
    font-size: 14px
}

.bootstrap .input-append input {
    border-radius: 0 4px 4px 0;
    margin-bottom: 0;
    vertical-align: top;
    position: relative;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.bootstrap .input-prepend input {
    border-radius: 0 4px 4px 0;
    margin-bottom: 0;
    vertical-align: top;
    position: relative;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.bootstrap .input-append select {
    border-radius: 0 4px 4px 0;
    margin-bottom: 0;
    vertical-align: top;
    position: relative;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.bootstrap .input-prepend select {
    border-radius: 0 4px 4px 0;
    margin-bottom: 0;
    vertical-align: top;
    position: relative;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.bootstrap .input-append .uneditable-input {
    border-radius: 0 4px 4px 0;
    margin-bottom: 0;
    vertical-align: top;
    position: relative;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.bootstrap .input-prepend .uneditable-input {
    border-radius: 0 4px 4px 0;
    margin-bottom: 0;
    vertical-align: top;
    position: relative;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.bootstrap .input-append input:focus {
    z-index: 2
}

.bootstrap .input-prepend input:focus {
    z-index: 2
}

.bootstrap .input-append select:focus {
    z-index: 2
}

.bootstrap .input-prepend select:focus {
    z-index: 2
}

.bootstrap .input-append .uneditable-input:focus {
    z-index: 2
}

.bootstrap .input-prepend .uneditable-input:focus {
    z-index: 2
}

.bootstrap .input-append .add-on {
    padding: 4px 5px;
    border: 1px solid #ccc;
    width: auto;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    min-width: 16px;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee
}

.bootstrap .input-prepend .add-on {
    padding: 4px 5px;
    border: 1px solid #ccc;
    width: auto;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    min-width: 16px;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee
}

.bootstrap .input-append .add-on {
    border-radius: 0;
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.bootstrap .input-prepend .add-on {
    border-radius: 0;
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.bootstrap .input-append .btn {
    border-radius: 0;
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.bootstrap .input-prepend .btn {
    border-radius: 0;
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.bootstrap .input-append .btn-group>.dropdown-toggle {
    border-radius: 0;
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.bootstrap .input-prepend .btn-group>.dropdown-toggle {
    border-radius: 0;
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.bootstrap .input-append .active {
    border-color: #46a546;
    background-color: #a9dba9
}

.bootstrap .input-prepend .active {
    border-color: #46a546;
    background-color: #a9dba9
}

.bootstrap .input-prepend .add-on {
    margin-right: -1px
}

.bootstrap .input-prepend .btn {
    margin-right: -1px
}

.bootstrap .input-prepend :first-child.add-on {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}

.bootstrap .input-prepend :first-child.btn {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}

.bootstrap .input-append input {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}

.bootstrap .input-append select {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}

.bootstrap .input-append .uneditable-input {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}

.bootstrap .input-append input+.btn-group :last-child.btn {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.bootstrap .input-append select+.btn-group :last-child.btn {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.bootstrap .input-append .uneditable-input+.btn-group :last-child.btn {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.bootstrap .input-append .add-on {
    margin-left: -1px
}

.bootstrap .input-append .btn {
    margin-left: -1px
}

.bootstrap .input-append .btn-group {
    margin-left: -1px
}

.bootstrap .input-append :last-child.add-on {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.bootstrap .input-append :last-child.btn {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.bootstrap .input-append :last-child.btn-group>.dropdown-toggle {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.bootstrap .input-append.input-prepend input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.bootstrap .input-append.input-prepend select {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.bootstrap .input-append.input-prepend .uneditable-input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.bootstrap .input-append.input-prepend input+.btn-group .btn {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.bootstrap .input-append.input-prepend select+.btn-group .btn {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.bootstrap .input-append.input-prepend .uneditable-input+.btn-group .btn {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.bootstrap .input-append.input-prepend :first-child.add-on {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}

.bootstrap .input-append.input-prepend :first-child.btn {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}

.bootstrap .input-append.input-prepend :last-child.add-on {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.bootstrap .input-append.input-prepend :last-child.btn {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.bootstrap .input-append.input-prepend :first-child.btn-group {
    margin-left: 0
}

.bootstrap input.search-query {
    border-radius: 15px;
    padding-right: 4px;
    padding-left: 4px;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px
}

.bootstrap .form-search .input-append .search-query {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.bootstrap .form-search .input-prepend .search-query {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.bootstrap .form-search .input-append .search-query {
    border-radius: 14px 0 0 14px;
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px
}

.bootstrap .form-search .input-append .btn {
    border-radius: 0 14px 14px 0;
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0
}

.bootstrap .form-search .input-prepend .search-query {
    border-radius: 0 14px 14px 0;
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0
}

.bootstrap .form-search .input-prepend .btn {
    border-radius: 14px 0 0 14px;
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px
}

.bootstrap .form-search input {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-inline input {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-horizontal input {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-search textarea {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-inline textarea {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-horizontal textarea {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-search select {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-inline select {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-horizontal select {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-search .help-inline {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-inline .help-inline {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-horizontal .help-inline {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-search .uneditable-input {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-inline .uneditable-input {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-horizontal .uneditable-input {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-search .input-prepend {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-inline .input-prepend {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-horizontal .input-prepend {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-search .input-append {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-inline .input-append {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-horizontal .input-append {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.bootstrap .form-search .hide {
    display: none
}

.bootstrap .form-inline .hide {
    display: none
}

.bootstrap .form-horizontal .hide {
    display: none
}

.bootstrap .form-search label {
    display: inline-block
}

.bootstrap .form-inline label {
    display: inline-block
}

.bootstrap .form-search .btn-group {
    display: inline-block
}

.bootstrap .form-inline .btn-group {
    display: inline-block
}

.bootstrap .form-search .input-append {
    margin-bottom: 0
}

.bootstrap .form-inline .input-append {
    margin-bottom: 0
}

.bootstrap .form-search .input-prepend {
    margin-bottom: 0
}

.bootstrap .form-inline .input-prepend {
    margin-bottom: 0
}

.bootstrap .form-search .radio {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.bootstrap .form-search .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.bootstrap .form-inline .radio {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.bootstrap .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.bootstrap .form-search .radio input[type=radio] {
    margin-right: 3px;
    margin-left: 0;
    float: left
}

.bootstrap .form-search .checkbox input[type=checkbox] {
    margin-right: 3px;
    margin-left: 0;
    float: left
}

.bootstrap .form-inline .radio input[type=radio] {
    margin-right: 3px;
    margin-left: 0;
    float: left
}

.bootstrap .form-inline .checkbox input[type=checkbox] {
    margin-right: 3px;
    margin-left: 0;
    float: left
}

.bootstrap .control-group {
    margin-bottom: 10px
}

.bootstrap legend+.control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate
}

.bootstrap .form-horizontal .control-group {
    margin-bottom: 20px
}

.bootstrap .form-horizontal .control-group::before {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .form-horizontal .control-group::after {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .form-horizontal .control-group::after {
    clear: both
}

.bootstrap .form-horizontal .control-label {
    width: 160px;
    text-align: right;
    padding-top: 5px;
    float: left
}

.bootstrap .form-horizontal .controls {
    margin-left: 180px
}

.bootstrap .form-horizontal :first-child.controls {
}

.bootstrap .form-horizontal .help-block {
    margin-bottom: 0
}

.bootstrap .form-horizontal input+.help-block {
    margin-top: 10px
}

.bootstrap .form-horizontal select+.help-block {
    margin-top: 10px
}

.bootstrap .form-horizontal textarea+.help-block {
    margin-top: 10px
}

.bootstrap .form-horizontal .uneditable-input+.help-block {
    margin-top: 10px
}

.bootstrap .form-horizontal .input-prepend+.help-block {
    margin-top: 10px
}

.bootstrap .form-horizontal .input-append+.help-block {
    margin-top: 10px
}

.bootstrap .form-horizontal .form-actions {
    padding-left: 180px
}

.bootstrap table {
    border-collapse: collapse;
    max-width: 100%;
    border-spacing: 0;
    background-color: transparent
}

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

.bootstrap .table th {
    padding: 8px;
    text-align: left;
    line-height: 20px;
    vertical-align: top;
    border-top-color: #ddd;
    border-top-width: 1px;
    border-top-style: solid
}

.bootstrap .table td {
    padding: 8px;
    text-align: left;
    line-height: 20px;
    vertical-align: top;
    border-top-color: #ddd;
    border-top-width: 1px;
    border-top-style: solid
}

.bootstrap .table th {
    font-weight: 700
}

.bootstrap .table thead th {
    vertical-align: bottom
}

.bootstrap .table caption+thead tr:first-child th {
    border-top-color: currentColor;
    border-top-width: 0;
    border-top-style: none
}

.bootstrap .table caption+thead tr:first-child td {
    border-top-color: currentColor;
    border-top-width: 0;
    border-top-style: none
}

.bootstrap .table colgroup+thead tr:first-child th {
    border-top-color: currentColor;
    border-top-width: 0;
    border-top-style: none
}

.bootstrap .table colgroup+thead tr:first-child td {
    border-top-color: currentColor;
    border-top-width: 0;
    border-top-style: none
}

.bootstrap .table thead:first-child tr:first-child th {
    border-top-color: currentColor;
    border-top-width: 0;
    border-top-style: none
}

.bootstrap .table thead:first-child tr:first-child td {
    border-top-color: currentColor;
    border-top-width: 0;
    border-top-style: none
}

.bootstrap .table tbody+tbody {
    border-top-color: #ddd;
    border-top-width: 2px;
    border-top-style: solid
}

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

.bootstrap .table-condensed th {
    padding: 4px 5px
}

.bootstrap .table-condensed td {
    padding: 4px 5px
}

.bootstrap .table-bordered {
    border-width: 1px 1px 1px 0;
    border-style: solid solid solid none;
    border-color: #ddd #ddd #ddd currentColor;
    border-radius: 4px;
    border-collapse: separate;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap .table-bordered th {
    border-left-color: #ddd;
    border-left-width: 1px;
    border-left-style: solid
}

.bootstrap .table-bordered td {
    border-left-color: #ddd;
    border-left-width: 1px;
    border-left-style: solid
}

.bootstrap .table-bordered caption+thead tr:first-child th {
    border-top-color: currentColor;
    border-top-width: 0;
    border-top-style: none
}

.bootstrap .table-bordered caption+tbody tr:first-child th {
    border-top-color: currentColor;
    border-top-width: 0;
    border-top-style: none
}

.bootstrap .table-bordered caption+tbody tr:first-child td {
    border-top-color: currentColor;
    border-top-width: 0;
    border-top-style: none
}

.bootstrap .table-bordered colgroup+thead tr:first-child th {
    border-top-color: currentColor;
    border-top-width: 0;
    border-top-style: none
}

.bootstrap .table-bordered colgroup+tbody tr:first-child th {
    border-top-color: currentColor;
    border-top-width: 0;
    border-top-style: none
}

.bootstrap .table-bordered colgroup+tbody tr:first-child td {
    border-top-color: currentColor;
    border-top-width: 0;
    border-top-style: none
}

.bootstrap .table-bordered thead:first-child tr:first-child th {
    border-top-color: currentColor;
    border-top-width: 0;
    border-top-style: none
}

.bootstrap .table-bordered tbody:first-child tr:first-child th {
    border-top-color: currentColor;
    border-top-width: 0;
    border-top-style: none
}

.bootstrap .table-bordered tbody:first-child tr:first-child td {
    border-top-color: currentColor;
    border-top-width: 0;
    border-top-style: none
}

.bootstrap .table-bordered thead:first-child tr:first-child>th:first-child {
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.bootstrap .table-bordered tbody:first-child tr:first-child>td:first-child {
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.bootstrap .table-bordered thead:first-child tr:first-child>th:last-child {
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.bootstrap .table-bordered tbody:first-child tr:first-child>td:last-child {
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.bootstrap .table-bordered thead:last-child tr:last-child>th:first-child {
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px
}

.bootstrap .table-bordered tbody:last-child tr:last-child>td:first-child {
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px
}

.bootstrap .table-bordered tfoot:last-child tr:last-child>td:first-child {
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px
}

.bootstrap .table-bordered thead:last-child tr:last-child>th:last-child {
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}

.bootstrap .table-bordered tbody:last-child tr:last-child>td:last-child {
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}

.bootstrap .table-bordered tfoot:last-child tr:last-child>td:last-child {
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}

.bootstrap .table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0
}

.bootstrap .table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0
}

.bootstrap .table-bordered caption+thead tr:first-child th:first-child {
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.bootstrap .table-bordered caption+tbody tr:first-child td:first-child {
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.bootstrap .table-bordered colgroup+thead tr:first-child th:first-child {
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.bootstrap .table-bordered colgroup+tbody tr:first-child td:first-child {
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.bootstrap .table-bordered caption+thead tr:first-child th:last-child {
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.bootstrap .table-bordered caption+tbody tr:first-child td:last-child {
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.bootstrap .table-bordered colgroup+thead tr:first-child th:last-child {
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.bootstrap .table-bordered colgroup+tbody tr:first-child td:last-child {
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.bootstrap .table-striped tbody>tr:nth-child(2n+1)>td {
    background-color: #f9f9f9
}

.bootstrap .table-striped tbody>tr:nth-child(2n+1)>th {
    background-color: #f9f9f9
}

.bootstrap .table-hover tbody tr:hover td {
    background-color: #f5f5f5
}

.bootstrap .table-hover tbody tr:hover th {
    background-color: #f5f5f5
}

.bootstrap table td[class*=span] {
    margin-left: 0;
    float: none;
    display: table-cell
}

.bootstrap table th[class*=span] {
    margin-left: 0;
    float: none;
    display: table-cell
}

.bootstrap .row-fluid table td[class*=span] {
    margin-left: 0;
    float: none;
    display: table-cell
}

.bootstrap .row-fluid table th[class*=span] {
    margin-left: 0;
    float: none;
    display: table-cell
}

.bootstrap .table td.span1 {
    width: 44px;
    margin-left: 0;
    float: none
}

.bootstrap .table th.span1 {
    width: 44px;
    margin-left: 0;
    float: none
}

.bootstrap .table td.span2 {
    width: 124px;
    margin-left: 0;
    float: none
}

.bootstrap .table th.span2 {
    width: 124px;
    margin-left: 0;
    float: none
}

.bootstrap .table td.span3 {
    width: 204px;
    margin-left: 0;
    float: none
}

.bootstrap .table th.span3 {
    width: 204px;
    margin-left: 0;
    float: none
}

.bootstrap .table td.span4 {
    width: 284px;
    margin-left: 0;
    float: none
}

.bootstrap .table th.span4 {
    width: 284px;
    margin-left: 0;
    float: none
}

.bootstrap .table td.span5 {
    width: 364px;
    margin-left: 0;
    float: none
}

.bootstrap .table th.span5 {
    width: 364px;
    margin-left: 0;
    float: none
}

.bootstrap .table td.span6 {
    width: 444px;
    margin-left: 0;
    float: none
}

.bootstrap .table th.span6 {
    width: 444px;
    margin-left: 0;
    float: none
}

.bootstrap .table td.span7 {
    width: 524px;
    margin-left: 0;
    float: none
}

.bootstrap .table th.span7 {
    width: 524px;
    margin-left: 0;
    float: none
}

.bootstrap .table td.span8 {
    width: 604px;
    margin-left: 0;
    float: none
}

.bootstrap .table th.span8 {
    width: 604px;
    margin-left: 0;
    float: none
}

.bootstrap .table td.span9 {
    width: 684px;
    margin-left: 0;
    float: none
}

.bootstrap .table th.span9 {
    width: 684px;
    margin-left: 0;
    float: none
}

.bootstrap .table td.span10 {
    width: 764px;
    margin-left: 0;
    float: none
}

.bootstrap .table th.span10 {
    width: 764px;
    margin-left: 0;
    float: none
}

.bootstrap .table td.span11 {
    width: 844px;
    margin-left: 0;
    float: none
}

.bootstrap .table th.span11 {
    width: 844px;
    margin-left: 0;
    float: none
}

.bootstrap .table td.span12 {
    width: 924px;
    margin-left: 0;
    float: none
}

.bootstrap .table th.span12 {
    width: 924px;
    margin-left: 0;
    float: none
}

.bootstrap .table tbody tr.success td {
    background-color: #dff0d8
}

.bootstrap .table tbody tr.error td {
    background-color: #f2dede
}

.bootstrap .table tbody tr.warning td {
    background-color: #fcf8e3
}

.bootstrap .table tbody tr.info td {
    background-color: #d9edf7
}

.bootstrap .table-hover tbody tr.success:hover td {
    background-color: #d0e9c6
}

.bootstrap .table-hover tbody tr.error:hover td {
    background-color: #ebcccc
}

.bootstrap .table-hover tbody tr.warning:hover td {
    background-color: #faf2cc
}

.bootstrap .table-hover tbody tr.info:hover td {
    background-color: #c4e3f3
}

.bootstrap .icon-glass {
}

.bootstrap .icon-music {
    background-position: -24px 0
}

.bootstrap .icon-search {
    background-position: -48px 0
}

.bootstrap .icon-envelope {
    background-position: -72px 0
}

.bootstrap .icon-heart {
    background-position: -96px 0
}

.bootstrap .icon-star {
    background-position: -120px 0
}

.bootstrap .icon-star-empty {
    background-position: -144px 0
}

.bootstrap .icon-user {
    background-position: -168px 0
}

.bootstrap .icon-film {
    background-position: -192px 0
}

.bootstrap .icon-th-large {
    background-position: -216px 0
}

.bootstrap .icon-th {
    background-position: -240px 0
}

.bootstrap .icon-th-list {
    background-position: -264px 0
}

.bootstrap .icon-ok {
    background-position: -288px 0
}

.bootstrap .icon-remove {
    background-position: -312px 0
}

.bootstrap .icon-zoom-in {
    background-position: -336px 0
}

.bootstrap .icon-zoom-out {
    background-position: -360px 0
}

.bootstrap .icon-off {
    background-position: -384px 0
}

.bootstrap .icon-signal {
    background-position: -408px 0
}

.bootstrap .icon-cog {
    background-position: -432px 0
}

.bootstrap .icon-trash {
    background-position: -456px 0
}

.bootstrap .icon-home {
    background-position: 0 -24px
}

.bootstrap .icon-file {
    background-position: -24px -24px
}

.bootstrap .icon-time {
    background-position: -48px -24px
}

.bootstrap .icon-road {
    background-position: -72px -24px
}

.bootstrap .icon-download-alt {
    background-position: -96px -24px
}

.bootstrap .icon-download {
    background-position: -120px -24px
}

.bootstrap .icon-upload {
    background-position: -144px -24px
}

.bootstrap .icon-inbox {
    background-position: -168px -24px
}

.bootstrap .icon-play-circle {
    background-position: -192px -24px
}

.bootstrap .icon-repeat {
    background-position: -216px -24px
}

.bootstrap .icon-refresh {
    background-position: -240px -24px
}

.bootstrap .icon-list-alt {
    background-position: -264px -24px
}

.bootstrap .icon-lock {
    background-position: -287px -24px
}

.bootstrap .icon-flag {
    background-position: -312px -24px
}

.bootstrap .icon-headphones {
    background-position: -336px -24px
}

.bootstrap .icon-volume-off {
    background-position: -360px -24px
}

.bootstrap .icon-volume-down {
    background-position: -384px -24px
}

.bootstrap .icon-volume-up {
    background-position: -408px -24px
}

.bootstrap .icon-qrcode {
    background-position: -432px -24px
}

.bootstrap .icon-barcode {
    background-position: -456px -24px
}

.bootstrap .icon-tag {
    background-position: 0 -48px
}

.bootstrap .icon-tags {
    background-position: -25px -48px
}

.bootstrap .icon-book {
    background-position: -48px -48px
}

.bootstrap .icon-bookmark {
    background-position: -72px -48px
}

.bootstrap .icon-print {
    background-position: -96px -48px
}

.bootstrap .icon-camera {
    background-position: -120px -48px
}

.bootstrap .icon-font {
    background-position: -144px -48px
}

.bootstrap .icon-bold {
    background-position: -167px -48px
}

.bootstrap .icon-italic {
    background-position: -192px -48px
}

.bootstrap .icon-text-height {
    background-position: -216px -48px
}

.bootstrap .icon-text-width {
    background-position: -240px -48px
}

.bootstrap .icon-align-left {
    background-position: -264px -48px
}

.bootstrap .icon-align-center {
    background-position: -288px -48px
}

.bootstrap .icon-align-right {
    background-position: -312px -48px
}

.bootstrap .icon-align-justify {
    background-position: -336px -48px
}

.bootstrap .icon-list {
    background-position: -360px -48px
}

.bootstrap .icon-indent-left {
    background-position: -384px -48px
}

.bootstrap .icon-indent-right {
    background-position: -408px -48px
}

.bootstrap .icon-facetime-video {
    background-position: -432px -48px
}

.bootstrap .icon-picture {
    background-position: -456px -48px
}

.bootstrap .icon-pencil {
    background-position: 0 -72px
}

.bootstrap .icon-map-marker {
    background-position: -24px -72px
}

.bootstrap .icon-adjust {
    background-position: -48px -72px
}

.bootstrap .icon-tint {
    background-position: -72px -72px
}

.bootstrap .icon-edit {
    background-position: -96px -72px
}

.bootstrap .icon-share {
    background-position: -120px -72px
}

.bootstrap .icon-check {
    background-position: -144px -72px
}

.bootstrap .icon-move {
    background-position: -168px -72px
}

.bootstrap .icon-step-backward {
    background-position: -192px -72px
}

.bootstrap .icon-fast-backward {
    background-position: -216px -72px
}

.bootstrap .icon-backward {
    background-position: -240px -72px
}

.bootstrap .icon-play {
    background-position: -264px -72px
}

.bootstrap .icon-pause {
    background-position: -288px -72px
}

.bootstrap .icon-stop {
    background-position: -312px -72px
}

.bootstrap .icon-forward {
    background-position: -336px -72px
}

.bootstrap .icon-fast-forward {
    background-position: -360px -72px
}

.bootstrap .icon-step-forward {
    background-position: -384px -72px
}

.bootstrap .icon-eject {
    background-position: -408px -72px
}

.bootstrap .icon-chevron-left {
    background-position: -432px -72px
}

.bootstrap .icon-chevron-right {
    background-position: -456px -72px
}

.bootstrap .icon-plus-sign {
    background-position: 0 -96px
}

.bootstrap .icon-minus-sign {
    background-position: -24px -96px
}

.bootstrap .icon-remove-sign {
    background-position: -48px -96px
}

.bootstrap .icon-ok-sign {
    background-position: -72px -96px
}

.bootstrap .icon-question-sign {
    background-position: -96px -96px
}

.bootstrap .icon-info-sign {
    background-position: -120px -96px
}

.bootstrap .icon-screenshot {
    background-position: -144px -96px
}

.bootstrap .icon-remove-circle {
    background-position: -168px -96px
}

.bootstrap .icon-ok-circle {
    background-position: -192px -96px
}

.bootstrap .icon-ban-circle {
    background-position: -216px -96px
}

.bootstrap .icon-arrow-left {
    background-position: -240px -96px
}

.bootstrap .icon-arrow-right {
    background-position: -264px -96px
}

.bootstrap .icon-arrow-up {
    background-position: -289px -96px
}

.bootstrap .icon-arrow-down {
    background-position: -312px -96px
}

.bootstrap .icon-share-alt {
    background-position: -336px -96px
}

.bootstrap .icon-resize-full {
    background-position: -360px -96px
}

.bootstrap .icon-resize-small {
    background-position: -384px -96px
}

.bootstrap .icon-plus {
    background-position: -408px -96px
}

.bootstrap .icon-minus {
    background-position: -433px -96px
}

.bootstrap .icon-asterisk {
    background-position: -456px -96px
}

.bootstrap .icon-exclamation-sign {
    background-position: 0 -120px
}

.bootstrap .icon-gift {
    background-position: -24px -120px
}

.bootstrap .icon-leaf {
    background-position: -48px -120px
}

.bootstrap .icon-fire {
    background-position: -72px -120px
}

.bootstrap .icon-eye-open {
    background-position: -96px -120px
}

.bootstrap .icon-eye-close {
    background-position: -120px -120px
}

.bootstrap .icon-warning-sign {
    background-position: -144px -120px
}

.bootstrap .icon-plane {
    background-position: -168px -120px
}

.bootstrap .icon-calendar {
    background-position: -192px -120px
}

.bootstrap .icon-random {
    background-position: -216px -120px;
    width: 16px
}

.bootstrap .icon-comment {
    background-position: -240px -120px
}

.bootstrap .icon-magnet {
    background-position: -264px -120px
}

.bootstrap .icon-chevron-up {
    background-position: -288px -120px
}

.bootstrap .icon-chevron-down {
    background-position: -313px -119px
}

.bootstrap .icon-retweet {
    background-position: -336px -120px
}

.bootstrap .icon-shopping-cart {
    background-position: -360px -120px
}

.bootstrap .icon-folder-close {
    background-position: -384px -120px
}

.bootstrap .icon-folder-open {
    background-position: -408px -120px;
    width: 16px
}

.bootstrap .icon-resize-vertical {
    background-position: -432px -119px
}

.bootstrap .icon-resize-horizontal {
    background-position: -456px -118px
}

.bootstrap .icon-hdd {
    background-position: 0 -144px
}

.bootstrap .icon-bullhorn {
    background-position: -24px -144px
}

.bootstrap .icon-bell {
    background-position: -48px -144px
}

.bootstrap .icon-certificate {
    background-position: -72px -144px
}

.bootstrap .icon-thumbs-up {
    background-position: -96px -144px
}

.bootstrap .icon-thumbs-down {
    background-position: -120px -144px
}

.bootstrap .icon-hand-right {
    background-position: -144px -144px
}

.bootstrap .icon-hand-left {
    background-position: -168px -144px
}

.bootstrap .icon-hand-up {
    background-position: -192px -144px
}

.bootstrap .icon-hand-down {
    background-position: -216px -144px
}

.bootstrap .icon-circle-arrow-right {
    background-position: -240px -144px
}

.bootstrap .icon-circle-arrow-left {
    background-position: -264px -144px
}

.bootstrap .icon-circle-arrow-up {
    background-position: -288px -144px
}

.bootstrap .icon-circle-arrow-down {
    background-position: -312px -144px
}

.bootstrap .icon-globe {
    background-position: -336px -144px
}

.bootstrap .icon-wrench {
    background-position: -360px -144px
}

.bootstrap .icon-tasks {
    background-position: -384px -144px
}

.bootstrap .icon-filter {
    background-position: -408px -144px
}

.bootstrap .icon-briefcase {
    background-position: -432px -144px
}

.bootstrap .icon-fullscreen {
    background-position: -456px -144px
}

.bootstrap .dropup {
    position: relative
}

.bootstrap .dropdown {
    position: relative
}

.bootstrap .dropdown-toggle {
}

.bootstrap .dropdown-toggle:active {
    outline: 0
}

.bootstrap .open .dropdown-toggle {
    outline: 0
}

.bootstrap .caret {
    width: 0;
    height: 0;
    vertical-align: top;
    border-top-color: #000;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-width: 4px;
    border-right-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    display: inline-block;
    content: ""
}

.bootstrap .dropdown .caret {
    margin-top: 8px;
    margin-left: 2px
}

.bootstrap .dropdown-menu {
    list-style: none;
    margin: 2px 0 0;
    padding: 5px 0;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,.2);
    left: 0;
    top: 100%;
    float: left;
    display: none;
    position: absolute;
    z-index: 1000;
    min-width: 160px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    background-clip: padding-box;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding
}

.bootstrap .pull-right.dropdown-menu {
    left: auto;
    right: 0
}

.bootstrap .dropdown-menu .divider {
    margin: 9px 1px;
    height: 1px;
    overflow: hidden;
    border-bottom-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #e5e5e5
}

.bootstrap .dropdown-menu li>a {
    padding: 3px 20px;
    color: #333;
    line-height: 20px;
    clear: both;
    font-weight: 400;
    display: block;
    white-space: nowrap
}

.bootstrap .dropdown-menu li>a:hover {
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(#08c,#0077b3);
    background-repeat: repeat-x;
    background-color: #0081c2
}

.bootstrap .dropdown-menu li>a:focus {
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(#08c,#0077b3);
    background-repeat: repeat-x;
    background-color: #0081c2
}

.bootstrap .dropdown-submenu:hover>a {
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(#08c,#0077b3);
    background-repeat: repeat-x;
    background-color: #0081c2
}

.bootstrap .dropdown-menu .active>a {
    outline: 0;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(#08c,#0077b3);
    background-repeat: repeat-x;
    background-color: #0081c2
}

.bootstrap .dropdown-menu .active>a:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(#08c,#0077b3);
    background-repeat: repeat-x;
    background-color: #0081c2
}

.bootstrap .dropdown-menu .disabled>a {
    color: #999
}

.bootstrap .dropdown-menu .disabled>a:hover {
    color: #999
}

.bootstrap .dropdown-menu .disabled>a:hover {
    text-decoration: none;
    cursor: default;
    background-image: none;
    background-color: transparent
}

.bootstrap .open {
}

.bootstrap .open>.dropdown-menu {
    display: block
}

.bootstrap .pull-right>.dropdown-menu {
    left: auto;
    right: 0
}

.bootstrap .dropup .caret {
    border-top-color: currentColor;
    border-bottom-color: #000;
    border-top-width: 0;
    border-bottom-width: 4px;
    border-top-style: none;
    border-bottom-style: solid;
    content: ""
}

.bootstrap .navbar-fixed-bottom .dropdown .caret {
    border-top-color: currentColor;
    border-bottom-color: #000;
    border-top-width: 0;
    border-bottom-width: 4px;
    border-top-style: none;
    border-bottom-style: solid;
    content: ""
}

.bootstrap .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.bootstrap .dropdown-submenu {
    position: relative
}

.bootstrap .dropdown-submenu>.dropdown-menu {
    border-radius: 0 6px 6px;
    left: 100%;
    top: 0;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px;
    -moz-border-radius: 0 6px 6px
}

.bootstrap .dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.bootstrap .dropup .dropdown-submenu>.dropdown-menu {
    border-radius: 5px 5px 5px 0;
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0
}

.bootstrap .dropdown-submenu>a::after {
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #ccc;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    float: right;
    display: block;
    content: " "
}

.bootstrap .dropdown-submenu:hover>a::after {
    border-left-color: #fff
}

.bootstrap .pull-left.dropdown-submenu {
    float: none
}

.bootstrap .pull-left.dropdown-submenu>.dropdown-menu {
    border-radius: 6px 0 6px 6px;
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px
}

.bootstrap .dropdown .dropdown-menu .nav-header {
    padding-right: 20px;
    padding-left: 20px
}

.bootstrap .typeahead {
    border-radius: 4px;
    margin-top: 2px;
    z-index: 1051;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

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

.bootstrap .well blockquote {
    border-color: rgba(0,0,0,.15)
}

.bootstrap .well-large {
    padding: 24px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px
}

.bootstrap .well-small {
    padding: 9px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.bootstrap .fade {
    transition: opacity .15s linear;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear
}

.bootstrap .in.fade {
    opacity: 1
}

.bootstrap .collapse {
    transition: height .35s;
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease
}

.bootstrap .in.collapse {
    height: auto
}

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

.bootstrap .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4
}

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

.bootstrap .btn {
    border-width: 1px;
    border-style: solid;
    border-color: #bbb #bbb #a2a2a2;
    padding: 4px 12px;
    border-radius: 4px;
    text-align: center;
    color: #333;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    background-image: linear-gradient(#fff,#e6e6e6);
    background-repeat: repeat-x;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
}

.bootstrap .btn:hover {
    color: #333;
    background-color: #e6e6e6
}

.bootstrap .btn:active {
    color: #333;
    background-color: #e6e6e6
}

.bootstrap .active.btn {
    color: #333;
    background-color: #e6e6e6
}

.bootstrap .disabled.btn {
    color: #333;
    background-color: #e6e6e6
}

.bootstrap [disabled].btn {
    color: #333;
    background-color: #e6e6e6
}

.bootstrap .btn:active {
}

.bootstrap .active.btn {
}

.bootstrap :first-child.btn {
}

.bootstrap .btn:hover {
    background-position: 0 -15px;
    transition: background-position .1s linear;
    color: #333;
    text-decoration: none;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear
}

.bootstrap .btn:focus {
    outline: #333 dotted thin;
    outline-offset: -2px
}

.bootstrap .active.btn {
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}

.bootstrap .btn:active {
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}

.bootstrap .disabled.btn {
    cursor: default;
    opacity: .65;
    box-shadow: none;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.bootstrap [disabled].btn {
    cursor: default;
    opacity: .65;
    box-shadow: none;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.bootstrap .btn-large {
    padding: 11px 19px;
    border-radius: 6px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px
}

.bootstrap .btn-large [class^=icon-] {
    margin-top: 4px
}

.bootstrap .btn-large [class*=' icon-'] {
    margin-top: 4px
}

.bootstrap .btn-small {
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.bootstrap .btn-small [class^=icon-] {
    margin-top: 0
}

.bootstrap .btn-small [class*=' icon-'] {
    margin-top: 0
}

.bootstrap .btn-mini [class^=icon-] {
    margin-top: -1px
}

.bootstrap .btn-mini [class*=' icon-'] {
    margin-top: -1px
}

.bootstrap .btn-mini {
    padding: 0 6px;
    border-radius: 3px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.bootstrap .btn-block {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

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

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

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

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

.bootstrap .active.btn-primary {
    color: rgba(255,255,255,.75)
}

.bootstrap .active.btn-warning {
    color: rgba(255,255,255,.75)
}

.bootstrap .active.btn-danger {
    color: rgba(255,255,255,.75)
}

.bootstrap .active.btn-success {
    color: rgba(255,255,255,.75)
}

.bootstrap .active.btn-info {
    color: rgba(255,255,255,.75)
}

.bootstrap .active.btn-inverse {
    color: rgba(255,255,255,.75)
}

.bootstrap .btn {
    border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25)
}

.bootstrap .btn-primary {
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-image: linear-gradient(#08c,#04c);
    background-repeat: repeat-x;
    background-color: #006dcc
}

.bootstrap .btn-primary:hover {
    color: #fff;
    background-color: #04c
}

.bootstrap .btn-primary:active {
    color: #fff;
    background-color: #04c
}

.bootstrap .active.btn-primary {
    color: #fff;
    background-color: #04c
}

.bootstrap .disabled.btn-primary {
    color: #fff;
    background-color: #04c
}

.bootstrap [disabled].btn-primary {
    color: #fff;
    background-color: #04c
}

.bootstrap .btn-primary:active {
}

.bootstrap .active.btn-primary {
}

.bootstrap .btn-warning {
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-image: linear-gradient(#fbb450,#f89406);
    background-repeat: repeat-x;
    background-color: #faa732
}

.bootstrap .btn-warning:hover {
    color: #fff;
    background-color: #f89406
}

.bootstrap .btn-warning:active {
    color: #fff;
    background-color: #f89406
}

.bootstrap .active.btn-warning {
    color: #fff;
    background-color: #f89406
}

.bootstrap .disabled.btn-warning {
    color: #fff;
    background-color: #f89406
}

.bootstrap [disabled].btn-warning {
    color: #fff;
    background-color: #f89406
}

.bootstrap .btn-warning:active {
}

.bootstrap .active.btn-warning {
}

.bootstrap .btn-danger {
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-image: linear-gradient(#ee5f5b,#bd362f);
    background-repeat: repeat-x;
    background-color: #da4f49
}

.bootstrap .btn-danger:hover {
    color: #fff;
    background-color: #bd362f
}

.bootstrap .btn-danger:active {
    color: #fff;
    background-color: #bd362f
}

.bootstrap .active.btn-danger {
    color: #fff;
    background-color: #bd362f
}

.bootstrap .disabled.btn-danger {
    color: #fff;
    background-color: #bd362f
}

.bootstrap [disabled].btn-danger {
    color: #fff;
    background-color: #bd362f
}

.bootstrap .btn-danger:active {
}

.bootstrap .active.btn-danger {
}

.bootstrap .btn-success {
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-image: linear-gradient(#62c462,#51a351);
    background-repeat: repeat-x;
    background-color: #5bb75b
}

.bootstrap .btn-success:hover {
    color: #fff;
    background-color: #51a351
}

.bootstrap .btn-success:active {
    color: #fff;
    background-color: #51a351
}

.bootstrap .active.btn-success {
    color: #fff;
    background-color: #51a351
}

.bootstrap .disabled.btn-success {
    color: #fff;
    background-color: #51a351
}

.bootstrap [disabled].btn-success {
    color: #fff;
    background-color: #51a351
}

.bootstrap .btn-success:active {
}

.bootstrap .active.btn-success {
}

.bootstrap .btn-info {
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-image: linear-gradient(#5bc0de,#2f96b4);
    background-repeat: repeat-x;
    background-color: #49afcd
}

.bootstrap .btn-info:hover {
    color: #fff;
    background-color: #2f96b4
}

.bootstrap .btn-info:active {
    color: #fff;
    background-color: #2f96b4
}

.bootstrap .active.btn-info {
    color: #fff;
    background-color: #2f96b4
}

.bootstrap .disabled.btn-info {
    color: #fff;
    background-color: #2f96b4
}

.bootstrap [disabled].btn-info {
    color: #fff;
    background-color: #2f96b4
}

.bootstrap .btn-info:active {
}

.bootstrap .active.btn-info {
}

.bootstrap .btn-inverse {
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-image: linear-gradient(#444,#222);
    background-repeat: repeat-x;
    background-color: #363636
}

.bootstrap .btn-inverse:hover {
    color: #fff;
    background-color: #222
}

.bootstrap .btn-inverse:active {
    color: #fff;
    background-color: #222
}

.bootstrap .active.btn-inverse {
    color: #fff;
    background-color: #222
}

.bootstrap .disabled.btn-inverse {
    color: #fff;
    background-color: #222
}

.bootstrap [disabled].btn-inverse {
    color: #fff;
    background-color: #222
}

.bootstrap .btn-inverse:active {
}

.bootstrap .active.btn-inverse {
}

.bootstrap button.btn {
}

.bootstrap input[type=submit].btn {
}

.bootstrap button.btn-large.btn {
}

.bootstrap input[type=submit].btn-large.btn {
}

.bootstrap button.btn-small.btn {
}

.bootstrap input[type=submit].btn-small.btn {
}

.bootstrap button.btn-mini.btn {
}

.bootstrap input[type=submit].btn-mini.btn {
}

.bootstrap .btn-link {
    box-shadow: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.bootstrap .btn-link:active {
    box-shadow: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.bootstrap [disabled].btn-link {
    box-shadow: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.bootstrap .btn-link {
    border-color: transparent;
    border-radius: 0;
    color: #08c;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.bootstrap .btn-link:hover {
    color: #005580;
    text-decoration: underline;
    background-color: transparent
}

.bootstrap [disabled].btn-link:hover {
    color: #333;
    text-decoration: none
}

.bootstrap .btn-group {
    font-size: 0;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    position: relative
}

.bootstrap :first-child.btn-group {
}

.bootstrap .btn-group+.btn-group {
    margin-left: 5px
}

.bootstrap .btn-toolbar {
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 10px
}

.bootstrap .btn-toolbar>.btn+.btn {
    margin-left: 5px
}

.bootstrap .btn-toolbar>.btn-group+.btn {
    margin-left: 5px
}

.bootstrap .btn-toolbar>.btn+.btn-group {
    margin-left: 5px
}

.bootstrap .btn-group>.btn {
    border-radius: 0;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

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

.bootstrap .btn-group>.btn {
    font-size: 14px
}

.bootstrap .btn-group>.dropdown-menu {
    font-size: 14px
}

.bootstrap .btn-group>.popover {
    font-size: 14px
}

.bootstrap .btn-group>.btn-mini {
    font-size: 10.5px
}

.bootstrap .btn-group>.btn-small {
    font-size: 11.9px
}

.bootstrap .btn-group>.btn-large {
    font-size: 17.5px
}

.bootstrap .btn-group>:first-child.btn {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px
}

.bootstrap .btn-group>:last-child.btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}

.bootstrap .btn-group>.dropdown-toggle {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}

.bootstrap .btn-group>:first-child.large.btn {
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px
}

.bootstrap .btn-group>:last-child.large.btn {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px
}

.bootstrap .btn-group>.dropdown-toggle.large {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px
}

.bootstrap .btn-group>.btn:hover {
    z-index: 2
}

.bootstrap .btn-group>.btn:focus {
    z-index: 2
}

.bootstrap .btn-group>.btn:active {
    z-index: 2
}

.bootstrap .btn-group>.active.btn {
    z-index: 2
}

.bootstrap .btn-group .dropdown-toggle:active {
    outline: 0
}

.bootstrap .open.btn-group .dropdown-toggle {
    outline: 0
}

.bootstrap .btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
    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);
    -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)
}

.bootstrap .btn-group>.btn-mini+.dropdown-toggle {
    padding-right: 5px;
    padding-left: 5px
}

.bootstrap .btn-group>.btn-small+.dropdown-toggle {
}

.bootstrap .btn-group>.btn-large+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.bootstrap .open.btn-group .dropdown-toggle {
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}

.bootstrap .open.btn-group .dropdown-toggle.btn {
    background-color: #e6e6e6
}

.bootstrap .open.btn-group .dropdown-toggle.btn-primary {
    background-color: #04c
}

.bootstrap .open.btn-group .dropdown-toggle.btn-warning {
    background-color: #f89406
}

.bootstrap .open.btn-group .dropdown-toggle.btn-danger {
    background-color: #bd362f
}

.bootstrap .open.btn-group .dropdown-toggle.btn-success {
    background-color: #51a351
}

.bootstrap .open.btn-group .dropdown-toggle.btn-info {
    background-color: #2f96b4
}

.bootstrap .open.btn-group .dropdown-toggle.btn-inverse {
    background-color: #222
}

.bootstrap .btn .caret {
    margin-top: 8px;
    margin-left: 0
}

.bootstrap .btn-mini .caret {
    margin-top: 6px
}

.bootstrap .btn-small .caret {
    margin-top: 6px
}

.bootstrap .btn-large .caret {
    margin-top: 6px
}

.bootstrap .btn-large .caret {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px
}

.bootstrap .dropup .btn-large .caret {
    border-bottom-width: 5px
}

.bootstrap .btn-primary .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.bootstrap .btn-warning .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.bootstrap .btn-danger .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.bootstrap .btn-info .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.bootstrap .btn-success .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.bootstrap .btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.bootstrap .btn-group-vertical {
    display: inline-block
}

.bootstrap .btn-group-vertical>.btn {
    border-radius: 0;
    float: none;
    display: block;
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.bootstrap .btn-group-vertical>.btn+.btn {
    margin-top: -1px;
    margin-left: 0
}

.bootstrap .btn-group-vertical>:first-child.btn {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0
}

.bootstrap .btn-group-vertical>:last-child.btn {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px
}

.bootstrap .btn-group-vertical>:first-child.btn-large {
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0
}

.bootstrap .btn-group-vertical>:last-child.btn-large {
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px
}

.bootstrap .alert {
    padding: 8px 35px 8px 14px;
    border-radius: 4px;
    border: 1px solid #fbeed5;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #fcf8e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap .alert {
    color: #c09853
}

.bootstrap .alert h4 {
    color: #c09853
}

.bootstrap .alert h4 {
    margin: 0
}

.bootstrap .alert .close {
    top: -2px;
    right: -21px;
    line-height: 20px;
    position: relative
}

.bootstrap .alert-success {
    border-color: #d6e9c6;
    color: #468847;
    background-color: #dff0d8
}

.bootstrap .alert-success h4 {
    color: #468847
}

.bootstrap .alert-danger {
    border-color: #eed3d7;
    color: #b94a48;
    background-color: #f2dede
}

.bootstrap .alert-error {
    border-color: #eed3d7;
    color: #b94a48;
    background-color: #f2dede
}

.bootstrap .alert-danger h4 {
    color: #b94a48
}

.bootstrap .alert-error h4 {
    color: #b94a48
}

.bootstrap .alert-info {
    border-color: #bce8f1;
    color: #3a87ad;
    background-color: #d9edf7
}

.bootstrap .alert-info h4 {
    color: #3a87ad
}

.bootstrap .alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.bootstrap .alert-block>p {
    margin-bottom: 0
}

.bootstrap .alert-block>ul {
    margin-bottom: 0
}

.bootstrap .alert-block p+p {
    margin-top: 5px
}

.bootstrap .nav {
    list-style: none;
    margin-bottom: 20px;
    margin-left: 0
}

.bootstrap .nav>li>a {
    display: block
}

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

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

.bootstrap .nav>.pull-right {
    float: right
}

.bootstrap .nav-header {
    padding: 3px 15px;
    color: #999;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 11px;
    font-weight: 700;
    display: block;
    text-shadow: 0 1px 0 rgba(255,255,255,.5)
}

.bootstrap .nav li+.nav-header {
    margin-top: 9px
}

.bootstrap .nav-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0
}

.bootstrap .nav-list>li>a {
    margin-right: -15px;
    margin-left: -15px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5)
}

.bootstrap .nav-list .nav-header {
    margin-right: -15px;
    margin-left: -15px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5)
}

.bootstrap .nav-list>li>a {
    padding: 3px 15px
}

.bootstrap .nav-list>.active>a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    background-color: #08c
}

.bootstrap .nav-list>.active>a:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    background-color: #08c
}

.bootstrap .nav-list [class^=icon-] {
    margin-right: 2px
}

.bootstrap .nav-list [class*=' icon-'] {
    margin-right: 2px
}

.bootstrap .nav-list .divider {
    margin: 9px 1px;
    height: 1px;
    overflow: hidden;
    border-bottom-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #e5e5e5
}

.bootstrap .nav-tabs {
}

.bootstrap .nav-pills {
}

.bootstrap .nav-tabs::before {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .nav-pills::before {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .nav-tabs::after {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .nav-pills::after {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .nav-tabs::after {
    clear: both
}

.bootstrap .nav-pills::after {
    clear: both
}

.bootstrap .nav-tabs>li {
    float: left
}

.bootstrap .nav-pills>li {
    float: left
}

.bootstrap .nav-tabs>li>a {
    line-height: 14px;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px
}

.bootstrap .nav-pills>li>a {
    line-height: 14px;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px
}

.bootstrap .nav-tabs {
    border-bottom-color: #ddd;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.bootstrap .nav-tabs>li {
    margin-bottom: -1px
}

.bootstrap .nav-tabs>li>a {
    border-radius: 4px 4px 0 0;
    border: 1px solid transparent;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0
}

.bootstrap .nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.bootstrap .nav-tabs>.active>a {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd #ddd transparent;
    color: #555;
    cursor: default;
    background-color: #fff
}

.bootstrap .nav-tabs>.active>a:hover {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd #ddd transparent;
    color: #555;
    cursor: default;
    background-color: #fff
}

.bootstrap .nav-pills>li>a {
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.bootstrap .nav-pills>.active>a {
    color: #fff;
    background-color: #08c
}

.bootstrap .nav-pills>.active>a:hover {
    color: #fff;
    background-color: #08c
}

.bootstrap .nav-stacked>li {
    float: none
}

.bootstrap .nav-stacked>li>a {
    margin-right: 0
}

.bootstrap .nav-stacked.nav-tabs {
    border-bottom-color: currentColor;
    border-bottom-width: 0;
    border-bottom-style: none
}

.bootstrap .nav-stacked.nav-tabs>li>a {
    border-radius: 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.bootstrap .nav-stacked.nav-tabs>li:first-child>a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.bootstrap .nav-stacked.nav-tabs>li:last-child>a {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}

.bootstrap .nav-stacked.nav-tabs>li>a:hover {
    border-color: #ddd;
    z-index: 2
}

.bootstrap .nav-stacked.nav-pills>li>a {
    margin-bottom: 3px
}

.bootstrap .nav-stacked.nav-pills>li:last-child>a {
    margin-bottom: 1px
}

.bootstrap .nav-tabs .dropdown-menu {
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px
}

.bootstrap .nav-pills .dropdown-menu {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px
}

.bootstrap .nav .dropdown-toggle .caret {
    margin-top: 6px;
    border-top-color: #08c;
    border-bottom-color: #08c
}

.bootstrap .nav .dropdown-toggle:hover .caret {
    border-top-color: #005580;
    border-bottom-color: #005580
}

.bootstrap .nav-tabs .dropdown-toggle .caret {
    margin-top: 8px
}

.bootstrap .nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.bootstrap .nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.bootstrap .nav>.active.dropdown>a:hover {
    cursor: pointer
}

.bootstrap .nav-tabs .open .dropdown-toggle {
    border-color: #999;
    color: #fff;
    background-color: #999
}

.bootstrap .nav-pills .open .dropdown-toggle {
    border-color: #999;
    color: #fff;
    background-color: #999
}

.bootstrap .nav>li.active.open.dropdown>a:hover {
    border-color: #999;
    color: #fff;
    background-color: #999
}

.bootstrap .nav li.open.dropdown .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1
}

.bootstrap .nav li.active.open.dropdown .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1
}

.bootstrap .nav li.open.dropdown a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1
}

.bootstrap .tabs-stacked .open>a:hover {
    border-color: #999
}

.bootstrap .tabbable {
}

.bootstrap .tabbable::before {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .tabbable::after {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .tabbable::after {
    clear: both
}

.bootstrap .tab-content {
    overflow: auto
}

.bootstrap .tabs-below>.nav-tabs {
    border-bottom-color: currentColor;
    border-bottom-width: 0;
    border-bottom-style: none
}

.bootstrap .tabs-right>.nav-tabs {
    border-bottom-color: currentColor;
    border-bottom-width: 0;
    border-bottom-style: none
}

.bootstrap .tabs-left>.nav-tabs {
    border-bottom-color: currentColor;
    border-bottom-width: 0;
    border-bottom-style: none
}

.bootstrap .tab-content>.tab-pane {
    display: none
}

.bootstrap .pill-content>.pill-pane {
    display: none
}

.bootstrap .tab-content>.active {
    display: block
}

.bootstrap .pill-content>.active {
    display: block
}

.bootstrap .tabs-below>.nav-tabs {
    border-top-color: #ddd;
    border-top-width: 1px;
    border-top-style: solid
}

.bootstrap .tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0
}

.bootstrap .tabs-below>.nav-tabs>li>a {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px
}

.bootstrap .tabs-below>.nav-tabs>li>a:hover {
    border-top-color: #ddd;
    border-bottom-color: transparent
}

.bootstrap .tabs-below>.nav-tabs>.active>a {
    border-color: transparent #ddd #ddd
}

.bootstrap .tabs-below>.nav-tabs>.active>a:hover {
    border-color: transparent #ddd #ddd
}

.bootstrap .tabs-left>.nav-tabs>li {
    float: none
}

.bootstrap .tabs-right>.nav-tabs>li {
    float: none
}

.bootstrap .tabs-left>.nav-tabs>li>a {
    margin-right: 0;
    margin-bottom: 3px;
    min-width: 74px
}

.bootstrap .tabs-right>.nav-tabs>li>a {
    margin-right: 0;
    margin-bottom: 3px;
    min-width: 74px
}

.bootstrap .tabs-left>.nav-tabs {
    margin-right: 19px;
    border-right-color: #ddd;
    border-right-width: 1px;
    border-right-style: solid;
    float: left
}

.bootstrap .tabs-left>.nav-tabs>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}

.bootstrap .tabs-left>.nav-tabs>li>a:hover {
    border-color: #eee #ddd #eee #eee
}

.bootstrap .tabs-left>.nav-tabs .active>a {
    border-color: #ddd transparent #ddd #ddd
}

.bootstrap .tabs-left>.nav-tabs .active>a:hover {
    border-color: #ddd transparent #ddd #ddd
}

.bootstrap .tabs-right>.nav-tabs {
    margin-left: 19px;
    border-left-color: #ddd;
    border-left-width: 1px;
    border-left-style: solid;
    float: right
}

.bootstrap .tabs-right>.nav-tabs>li>a {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.bootstrap .tabs-right>.nav-tabs>li>a:hover {
    border-color: #eee #eee #eee #ddd
}

.bootstrap .tabs-right>.nav-tabs .active>a {
    border-color: #ddd #ddd #ddd transparent
}

.bootstrap .tabs-right>.nav-tabs .active>a:hover {
    border-color: #ddd #ddd #ddd transparent
}

.bootstrap .nav>.disabled>a {
    color: #999
}

.bootstrap .nav>.disabled>a:hover {
    text-decoration: none;
    cursor: default;
    background-color: transparent
}

.bootstrap .navbar {
    overflow: visible;
    margin-bottom: 20px
}

.bootstrap .navbar-inner {
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    padding-right: 20px;
    padding-left: 20px;
    min-height: 40px;
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
    background-image: linear-gradient(#fff,#f2f2f2);
    background-repeat: repeat-x;
    background-color: #fafafa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065)
}

.bootstrap .navbar-inner::before {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .navbar-inner::after {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .navbar-inner::after {
    clear: both
}

.bootstrap .navbar .container {
    width: auto
}

.bootstrap .collapse.nav-collapse {
    height: auto;
    overflow: visible
}

.bootstrap .navbar .brand {
    padding: 10px 20px;
    color: #777;
    font-size: 20px;
    font-weight: 200;
    margin-left: -20px;
    float: left;
    display: block;
    text-shadow: 0 1px 0 #fff
}

.bootstrap .navbar .brand:hover {
    text-decoration: none
}

.bootstrap .navbar-text {
    color: #777;
    line-height: 40px;
    margin-bottom: 0
}

.bootstrap .navbar-link {
    color: #777
}

.bootstrap .navbar-link:hover {
    color: #333
}

.bootstrap .navbar .divider-vertical {
    margin: 0 9px;
    height: 40px;
    border-right-color: #fff;
    border-left-color: #f2f2f2;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid
}

.bootstrap .navbar .btn {
    margin-top: 5px
}

.bootstrap .navbar .btn-group {
    margin-top: 5px
}

.bootstrap .navbar .btn-group .btn {
    margin-top: 0
}

.bootstrap .navbar .input-prepend .btn {
    margin-top: 0
}

.bootstrap .navbar .input-append .btn {
    margin-top: 0
}

.bootstrap .navbar-form {
    margin-bottom: 0
}

.bootstrap .navbar-form::before {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .navbar-form::after {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .navbar-form::after {
    clear: both
}

.bootstrap .navbar-form input {
    margin-top: 5px
}

.bootstrap .navbar-form select {
    margin-top: 5px
}

.bootstrap .navbar-form .radio {
    margin-top: 5px
}

.bootstrap .navbar-form .checkbox {
    margin-top: 5px
}

.bootstrap .navbar-form input {
    margin-bottom: 0;
    display: inline-block
}

.bootstrap .navbar-form select {
    margin-bottom: 0;
    display: inline-block
}

.bootstrap .navbar-form .btn {
    margin-bottom: 0;
    display: inline-block
}

.bootstrap .navbar-form input[type=image] {
    margin-top: 3px
}

.bootstrap .navbar-form input[type=checkbox] {
    margin-top: 3px
}

.bootstrap .navbar-form input[type=radio] {
    margin-top: 3px
}

.bootstrap .navbar-form .input-append {
    margin-top: 5px;
    white-space: nowrap
}

.bootstrap .navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap
}

.bootstrap .navbar-form .input-append input {
    margin-top: 0
}

.bootstrap .navbar-form .input-prepend input {
    margin-top: 0
}

.bootstrap .navbar-search {
    margin-top: 5px;
    margin-bottom: 0;
    float: left;
    position: relative
}

.bootstrap .navbar-search .search-query {
    padding: 4px 14px;
    border-radius: 15px;
    line-height: 1;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px
}

.bootstrap .navbar-static-top {
    margin-bottom: 0;
    position: static
}

.bootstrap .navbar-static-top .navbar-inner {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.bootstrap .navbar-fixed-top {
    left: 0;
    right: 0;
    margin-bottom: 0;
    position: fixed;
    z-index: 1030
}

.bootstrap .navbar-fixed-bottom {
    left: 0;
    right: 0;
    margin-bottom: 0;
    position: fixed;
    z-index: 1030
}

.bootstrap .navbar-fixed-top .navbar-inner {
    border-width: 0 0 1px
}

.bootstrap .navbar-static-top .navbar-inner {
    border-width: 0 0 1px
}

.bootstrap .navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0
}

.bootstrap .navbar-fixed-top .navbar-inner {
    border-radius: 0;
    padding-right: 0;
    padding-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.bootstrap .navbar-fixed-bottom .navbar-inner {
    border-radius: 0;
    padding-right: 0;
    padding-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.bootstrap .navbar-static-top .container {
    width: 940px
}

.bootstrap .navbar-fixed-top .container {
    width: 940px
}

.bootstrap .navbar-fixed-bottom .container {
    width: 940px
}

.bootstrap .navbar-fixed-top {
    top: 0
}

.bootstrap .navbar-fixed-top .navbar-inner {
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1)
}

.bootstrap .navbar-static-top .navbar-inner {
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1)
}

.bootstrap .navbar-fixed-bottom {
    bottom: 0
}

.bootstrap .navbar-fixed-bottom .navbar-inner {
    box-shadow: 0 -1px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1)
}

.bootstrap .navbar .nav {
    margin: 0 10px 0 0;
    left: 0;
    float: left;
    display: block;
    position: relative
}

.bootstrap .navbar .pull-right.nav {
    margin-right: 0;
    float: right
}

.bootstrap .navbar .nav>li {
    float: left
}

.bootstrap .navbar .nav>li>a {
    padding: 10px 15px;
    color: #777;
    text-decoration: none;
    float: none;
    text-shadow: 0 1px 0 #fff
}

.bootstrap .navbar .nav .dropdown-toggle .caret {
    margin-top: 8px
}

.bootstrap .navbar .nav>li>a:focus {
    color: #333;
    text-decoration: none;
    background-color: transparent
}

.bootstrap .navbar .nav>li>a:hover {
    color: #333;
    text-decoration: none;
    background-color: transparent
}

.bootstrap .navbar .nav>.active>a {
    color: #555;
    text-decoration: none;
    box-shadow: inset 0 3px 8px rgba(0,0,0,.125);
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.125)
}

.bootstrap .navbar .nav>.active>a:hover {
    color: #555;
    text-decoration: none;
    box-shadow: inset 0 3px 8px rgba(0,0,0,.125);
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.125)
}

.bootstrap .navbar .nav>.active>a:focus {
    color: #555;
    text-decoration: none;
    box-shadow: inset 0 3px 8px rgba(0,0,0,.125);
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.125)
}

.bootstrap .navbar .btn-navbar {
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    padding: 7px 10px;
    color: #fff;
    margin-right: 5px;
    margin-left: 5px;
    float: right;
    display: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075);
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-image: linear-gradient(#f2f2f2,#e5e5e5);
    background-repeat: repeat-x;
    background-color: #ededed;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075)
}

.bootstrap .navbar .btn-navbar:hover {
    color: #fff;
    background-color: #e5e5e5
}

.bootstrap .navbar .btn-navbar:active {
    color: #fff;
    background-color: #e5e5e5
}

.bootstrap .navbar .active.btn-navbar {
    color: #fff;
    background-color: #e5e5e5
}

.bootstrap .navbar .disabled.btn-navbar {
    color: #fff;
    background-color: #e5e5e5
}

.bootstrap .navbar [disabled].btn-navbar {
    color: #fff;
    background-color: #e5e5e5
}

.bootstrap .navbar .btn-navbar:active {
}

.bootstrap .navbar .active.btn-navbar {
}

.bootstrap .navbar .btn-navbar .icon-bar {
    border-radius: 1px;
    width: 18px;
    height: 2px;
    display: block;
    box-shadow: 0 1px 0 rgba(0,0,0,.25);
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.25)
}

.bootstrap .btn-navbar .icon-bar+.icon-bar {
    margin-top: 3px
}

.bootstrap .navbar .nav>li>.dropdown-menu::before {
    left: 9px;
    top: -7px;
    border-right-color: transparent;
    border-bottom-color: rgba(0,0,0,.2);
    border-left-color: transparent;
    border-right-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 7px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    display: inline-block;
    position: absolute;
    content: ""
}

.bootstrap .navbar .nav>li>.dropdown-menu::after {
    left: 10px;
    top: -6px;
    border-right-color: transparent;
    border-bottom-color: #fff;
    border-left-color: transparent;
    border-right-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 6px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    display: inline-block;
    position: absolute;
    content: ""
}

.bootstrap .navbar-fixed-bottom .nav>li>.dropdown-menu::before {
    top: auto;
    bottom: -7px;
    border-top-color: rgba(0,0,0,.2);
    border-bottom-color: currentColor;
    border-top-width: 7px;
    border-bottom-width: 0;
    border-top-style: solid;
    border-bottom-style: none
}

.bootstrap .navbar-fixed-bottom .nav>li>.dropdown-menu::after {
    top: auto;
    bottom: -6px;
    border-top-color: #fff;
    border-bottom-color: currentColor;
    border-top-width: 6px;
    border-bottom-width: 0;
    border-top-style: solid;
    border-bottom-style: none
}

.bootstrap .navbar .nav li.dropdown>a:hover .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.bootstrap .navbar .nav li.open.dropdown>.dropdown-toggle {
    color: #555;
    background-color: #e5e5e5
}

.bootstrap .navbar .nav li.active.dropdown>.dropdown-toggle {
    color: #555;
    background-color: #e5e5e5
}

.bootstrap .navbar .nav li.active.open.dropdown>.dropdown-toggle {
    color: #555;
    background-color: #e5e5e5
}

.bootstrap .navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

.bootstrap .navbar .nav li.open.dropdown>.dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.bootstrap .navbar .nav li.active.dropdown>.dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.bootstrap .navbar .nav li.active.open.dropdown>.dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.bootstrap .navbar .pull-right>li>.dropdown-menu {
    left: auto;
    right: 0
}

.bootstrap .navbar .nav>li>.pull-right.dropdown-menu {
    left: auto;
    right: 0
}

.bootstrap .navbar .pull-right>li>.dropdown-menu::before {
    left: auto;
    right: 12px
}

.bootstrap .navbar .nav>li>.pull-right.dropdown-menu::before {
    left: auto;
    right: 12px
}

.bootstrap .navbar .pull-right>li>.dropdown-menu::after {
    left: auto;
    right: 13px
}

.bootstrap .navbar .nav>li>.pull-right.dropdown-menu::after {
    left: auto;
    right: 13px
}

.bootstrap .navbar .pull-right>li>.dropdown-menu .dropdown-menu {
    border-radius: 6px 0 6px 6px;
    left: auto;
    right: 100%;
    margin-right: -1px;
    margin-left: 0;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px
}

.bootstrap .navbar .nav>li>.pull-right.dropdown-menu .dropdown-menu {
    border-radius: 6px 0 6px 6px;
    left: auto;
    right: 100%;
    margin-right: -1px;
    margin-left: 0;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px
}

.bootstrap .navbar-inverse .navbar-inner {
    border-color: #252525;
    background-image: linear-gradient(#222,#111);
    background-repeat: repeat-x;
    background-color: #1b1b1b
}

.bootstrap .navbar-inverse .brand {
    color: #999;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.bootstrap .navbar-inverse .nav>li>a {
    color: #999;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.bootstrap .navbar-inverse .brand:hover {
    color: #fff
}

.bootstrap .navbar-inverse .nav>li>a:hover {
    color: #fff
}

.bootstrap .navbar-inverse .brand {
    color: #999
}

.bootstrap .navbar-inverse .navbar-text {
    color: #999
}

.bootstrap .navbar-inverse .nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.bootstrap .navbar-inverse .nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.bootstrap .navbar-inverse .nav .active>a {
    color: #fff;
    background-color: #111
}

.bootstrap .navbar-inverse .nav .active>a:hover {
    color: #fff;
    background-color: #111
}

.bootstrap .navbar-inverse .nav .active>a:focus {
    color: #fff;
    background-color: #111
}

.bootstrap .navbar-inverse .navbar-link {
    color: #999
}

.bootstrap .navbar-inverse .navbar-link:hover {
    color: #fff
}

.bootstrap .navbar-inverse .divider-vertical {
    border-right-color: #222;
    border-left-color: #111
}

.bootstrap .navbar-inverse .nav li.open.dropdown>.dropdown-toggle {
    color: #fff;
    background-color: #111
}

.bootstrap .navbar-inverse .nav li.active.dropdown>.dropdown-toggle {
    color: #fff;
    background-color: #111
}

.bootstrap .navbar-inverse .nav li.active.open.dropdown>.dropdown-toggle {
    color: #fff;
    background-color: #111
}

.bootstrap .navbar-inverse .nav li.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.bootstrap .navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.bootstrap .navbar-inverse .nav li.open.dropdown>.dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.bootstrap .navbar-inverse .nav li.active.dropdown>.dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.bootstrap .navbar-inverse .nav li.active.open.dropdown>.dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.bootstrap .navbar-inverse .navbar-search .search-query {
    border-color: #111;
    transition: none;
    color: #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.15);
    background-color: #515151;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none
}

.bootstrap .navbar-inverse .navbar-search :-ms-input-placeholder.search-query {
    color: #ccc
}

.bootstrap .navbar-inverse .navbar-search .search-query:focus {
    padding: 5px 15px;
    outline: 0;
    border: 0 currentColor;
    color: #333;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    text-shadow: 0 1px 0 #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.15)
}

.bootstrap .navbar-inverse .navbar-search .focused.search-query {
    padding: 5px 15px;
    outline: 0;
    border: 0 currentColor;
    color: #333;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    text-shadow: 0 1px 0 #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.15)
}

.bootstrap .navbar-inverse .btn-navbar {
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-image: linear-gradient(#151515,#040404);
    background-repeat: repeat-x;
    background-color: #0e0e0e
}

.bootstrap .navbar-inverse .btn-navbar:hover {
    color: #fff;
    background-color: #040404
}

.bootstrap .navbar-inverse .btn-navbar:active {
    color: #fff;
    background-color: #040404
}

.bootstrap .navbar-inverse .active.btn-navbar {
    color: #fff;
    background-color: #040404
}

.bootstrap .navbar-inverse .disabled.btn-navbar {
    color: #fff;
    background-color: #040404
}

.bootstrap .navbar-inverse [disabled].btn-navbar {
    color: #fff;
    background-color: #040404
}

.bootstrap .navbar-inverse .btn-navbar:active {
}

.bootstrap .navbar-inverse .active.btn-navbar {
}

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

.bootstrap .breadcrumb>li {
    display: inline-block;
    text-shadow: 0 1px 0 #fff
}

.bootstrap .breadcrumb>li>.divider {
    padding: 0 5px;
    color: #ccc
}

.bootstrap .breadcrumb>.active {
    color: #999
}

.bootstrap .pagination {
    margin: 20px 0
}

.bootstrap .pagination ul {
    border-radius: 4px;
    margin-bottom: 0;
    margin-left: 0;
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05)
}

.bootstrap .pagination ul>li {
    display: inline
}

.bootstrap .pagination ul>li>a {
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    float: left;
    background-color: #fff
}

.bootstrap .pagination ul>li>span {
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    float: left;
    background-color: #fff
}

.bootstrap .pagination ul>li>a:hover {
    background-color: #f5f5f5
}

.bootstrap .pagination ul>.active>a {
    background-color: #f5f5f5
}

.bootstrap .pagination ul>.active>span {
    background-color: #f5f5f5
}

.bootstrap .pagination ul>.active>a {
    color: #999;
    cursor: default
}

.bootstrap .pagination ul>.active>span {
    color: #999;
    cursor: default
}

.bootstrap .pagination ul>.disabled>span {
    color: #999;
    cursor: default;
    background-color: transparent
}

.bootstrap .pagination ul>.disabled>a {
    color: #999;
    cursor: default;
    background-color: transparent
}

.bootstrap .pagination ul>.disabled>a:hover {
    color: #999;
    cursor: default;
    background-color: transparent
}

.bootstrap .pagination ul>li:first-child>a {
    border-left-width: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px
}

.bootstrap .pagination ul>li:first-child>span {
    border-left-width: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px
}

.bootstrap .pagination ul>li:last-child>a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}

.bootstrap .pagination ul>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}

.bootstrap .pagination-centered {
    text-align: center
}

.bootstrap .pagination-right {
    text-align: right
}

.bootstrap .pagination-large ul>li>a {
    padding: 11px 19px;
    font-size: 17.5px
}

.bootstrap .pagination-large ul>li>span {
    padding: 11px 19px;
    font-size: 17.5px
}

.bootstrap .pagination-large ul>li:first-child>a {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px
}

.bootstrap .pagination-large ul>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px
}

.bootstrap .pagination-large ul>li:last-child>a {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px
}

.bootstrap .pagination-large ul>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px
}

.bootstrap .pagination-mini ul>li:first-child>a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px
}

.bootstrap .pagination-small ul>li:first-child>a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px
}

.bootstrap .pagination-mini ul>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px
}

.bootstrap .pagination-small ul>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px
}

.bootstrap .pagination-mini ul>li:last-child>a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px
}

.bootstrap .pagination-small ul>li:last-child>a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px
}

.bootstrap .pagination-mini ul>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px
}

.bootstrap .pagination-small ul>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px
}

.bootstrap .pagination-small ul>li>a {
    padding: 2px 10px;
    font-size: 11.9px
}

.bootstrap .pagination-small ul>li>span {
    padding: 2px 10px;
    font-size: 11.9px
}

.bootstrap .pagination-mini ul>li>a {
    padding: 0 6px;
    font-size: 10.5px
}

.bootstrap .pagination-mini ul>li>span {
    padding: 0 6px;
    font-size: 10.5px
}

.bootstrap .pager {
    list-style: none;
    margin: 20px 0;
    text-align: center
}

.bootstrap .pager::before {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .pager::after {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .pager::after {
    clear: both
}

.bootstrap .pager li {
    display: inline
}

.bootstrap .pager li>a {
    padding: 5px 14px;
    border-radius: 15px;
    border: 1px solid #ddd;
    display: inline-block;
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px
}

.bootstrap .pager li>span {
    padding: 5px 14px;
    border-radius: 15px;
    border: 1px solid #ddd;
    display: inline-block;
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px
}

.bootstrap .pager li>a:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.bootstrap .pager .next>a {
    float: right
}

.bootstrap .pager .next>span {
    float: right
}

.bootstrap .pager .previous>a {
    float: left
}

.bootstrap .pager .previous>span {
    float: left
}

.bootstrap .pager .disabled>a {
    color: #999;
    cursor: default;
    background-color: #fff
}

.bootstrap .pager .disabled>a:hover {
    color: #999;
    cursor: default;
    background-color: #fff
}

.bootstrap .pager .disabled>span {
    color: #999;
    cursor: default;
    background-color: #fff
}

.bootstrap .tooltip {
    padding: 5px;
    font-size: 11px;
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 1030;
    opacity: 0
}

.bootstrap .in.tooltip {
    opacity: .8
}

.bootstrap .top.tooltip {
    margin-top: -3px
}

.bootstrap .right.tooltip {
    margin-left: 3px
}

.bootstrap .bottom.tooltip {
    margin-top: 3px
}

.bootstrap .left.tooltip {
    margin-left: -3px
}

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

.bootstrap .tooltip-arrow {
    border-style: solid;
    border-color: transparent;
    width: 0;
    height: 0;
    position: absolute
}

.bootstrap .top.tooltip .tooltip-arrow {
    border-width: 5px 5px 0;
    left: 50%;
    bottom: 0;
    margin-left: -5px;
    border-top-color: #000
}

.bootstrap .right.tooltip .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-color: #000
}

.bootstrap .left.tooltip .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000
}

.bootstrap .bottom.tooltip .tooltip-arrow {
    border-width: 0 5px 5px;
    left: 50%;
    top: 0;
    margin-left: -5px;
    border-bottom-color: #000
}

.bootstrap .popover {
    padding: 1px;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,.2);
    left: 0;
    top: 0;
    width: 236px;
    text-align: left;
    display: none;
    white-space: normal;
    position: absolute;
    z-index: 1010;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    background-clip: padding-box;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding
}

.bootstrap .top.popover {
    margin-top: -10px
}

.bootstrap .right.popover {
    margin-left: 10px
}

.bootstrap .bottom.popover {
    margin-top: 10px
}

.bootstrap .left.popover {
    margin-left: -10px
}

.bootstrap .popover-title {
    margin: 0;
    padding: 8px 14px;
    border-radius: 5px 5px 0 0;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    border-bottom-color: #ebebeb;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #f7f7f7;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0
}

.bootstrap .popover-content {
    padding: 9px 14px
}

.bootstrap .popover .arrow {
    border-style: solid;
    border-color: transparent;
    width: 0;
    height: 0;
    display: block;
    position: absolute
}

.bootstrap .popover .arrow::after {
    border-style: solid;
    border-color: transparent;
    width: 0;
    height: 0;
    display: block;
    position: absolute
}

.bootstrap .popover .arrow {
    border-width: 11px
}

.bootstrap .popover .arrow::after {
    border-width: 10px;
    content: ""
}

.bootstrap .top.popover .arrow {
    left: 50%;
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

.bootstrap .top.popover .arrow::after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.bootstrap .right.popover .arrow {
    left: -11px;
    top: 50%;
    margin-top: -11px;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

.bootstrap .right.popover .arrow::after {
    left: 1px;
    bottom: -10px;
    border-right-color: #fff;
    border-left-width: 0
}

.bootstrap .bottom.popover .arrow {
    left: 50%;
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0,0,0,.25);
    border-top-width: 0
}

.bootstrap .bottom.popover .arrow::after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0
}

.bootstrap .left.popover .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0,0,0,.25);
    border-right-width: 0
}

.bootstrap .left.popover .arrow::after {
    right: 1px;
    bottom: -10px;
    border-left-color: #fff;
    border-right-width: 0
}

.bootstrap .thumbnails {
    list-style: none;
    margin-left: -20px
}

.bootstrap .thumbnails::before {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .thumbnails::after {
    line-height: 0;
    display: table;
    content: ""
}

.bootstrap .thumbnails::after {
    clear: both
}

.bootstrap .row-fluid .thumbnails {
    margin-left: 0
}

.bootstrap .thumbnails>li {
    margin-bottom: 20px;
    margin-left: 20px;
    float: left
}

.bootstrap .thumbnail {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    transition: .2s ease-in-out;
    line-height: 20px;
    display: block;
    box-shadow: 0 1px 3px rgba(0,0,0,.055);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.055);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.bootstrap a.thumbnail:hover {
    border-color: #08c;
    box-shadow: 0 1px 4px rgba(0,105,214,.25);
    -webkit-box-shadow: 0 1px 4px rgba(0,105,214,.25);
    -moz-box-shadow: 0 1px 4px rgba(0,105,214,.25)
}

.bootstrap .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%
}

.bootstrap .thumbnail .caption {
    padding: 9px;
    color: #555
}

.bootstrap .media {
    overflow: hidden;
    -ms-zoom:1}

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

.bootstrap .media {
    margin-top: 15px
}

.bootstrap .media .media {
    margin-top: 15px
}

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

.bootstrap .media-object {
    display: block
}

.bootstrap .media-heading {
    margin: 0 0 5px
}

.bootstrap .media .pull-left {
    margin-right: 10px
}

.bootstrap .media .pull-right {
    margin-left: 10px
}

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

.bootstrap .label {
    padding: 2px 4px;
    color: #fff;
    line-height: 14px;
    font-size: 11.84px;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #999
}

.bootstrap .badge {
    padding: 2px 4px;
    color: #fff;
    line-height: 14px;
    font-size: 11.84px;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #999
}

.bootstrap .label {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.bootstrap .badge {
    border-radius: 9px;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px
}

.bootstrap :empty.label {
    display: none
}

.bootstrap :empty.badge {
    display: none
}

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

.bootstrap a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.bootstrap .label-important {
    background-color: #b94a48
}

.bootstrap .badge-important {
    background-color: #b94a48
}

.bootstrap [href].label-important {
    background-color: #953b39
}

.bootstrap [href].badge-important {
    background-color: #953b39
}

.bootstrap .label-warning {
    background-color: #f89406
}

.bootstrap .badge-warning {
    background-color: #f89406
}

.bootstrap [href].label-warning {
    background-color: #c67605
}

.bootstrap [href].badge-warning {
    background-color: #c67605
}

.bootstrap .label-success {
    background-color: #468847
}

.bootstrap .badge-success {
    background-color: #468847
}

.bootstrap [href].label-success {
    background-color: #356635
}

.bootstrap [href].badge-success {
    background-color: #356635
}

.bootstrap .label-info {
    background-color: #3a87ad
}

.bootstrap .badge-info {
    background-color: #3a87ad
}

.bootstrap [href].label-info {
    background-color: #2d6987
}

.bootstrap [href].badge-info {
    background-color: #2d6987
}

.bootstrap .label-inverse {
    background-color: #333
}

.bootstrap .badge-inverse {
    background-color: #333
}

.bootstrap [href].label-inverse {
    background-color: #1a1a1a
}

.bootstrap [href].badge-inverse {
    background-color: #1a1a1a
}

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

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

.bootstrap .btn-mini .label {
    top: 0
}

.bootstrap .btn-mini .badge {
    top: 0
}

.bootstrap .progress {
    border-radius: 4px;
    height: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    background-image: linear-gradient(#f5f5f5,#f9f9f9);
    background-repeat: repeat-x;
    background-color: #f7f7f7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.bootstrap .progress .bar {
    transition: width .6s;
    width: 0;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    float: left;
    box-sizing: border-box;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-image: linear-gradient(#149bdf,#0480be);
    background-repeat: repeat-x;
    background-color: #0e90d2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease
}

.bootstrap .progress .bar+.bar {
    box-shadow: inset 1px 0 0 rgba(0,0,0,.15),inset 0 -1px 0 rgba(0,0,0,.15);
    -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)
}

.bootstrap .progress-striped .bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
    background-color: #149bdf;
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px
}

.bootstrap .active.progress .bar {
    animation: progress-bar-stripes 2s linear infinite;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite
}

.bootstrap .progress-danger .bar {
    background-image: linear-gradient(#ee5f5b,#c43c35);
    background-repeat: repeat-x;
    background-color: #dd514c
}

.bootstrap .progress .bar-danger {
    background-image: linear-gradient(#ee5f5b,#c43c35);
    background-repeat: repeat-x;
    background-color: #dd514c
}

.bootstrap .progress-striped.progress-danger .bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-color: #ee5f5b
}

.bootstrap .progress-striped .bar-danger {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-color: #ee5f5b
}

.bootstrap .progress-success .bar {
    background-image: linear-gradient(#62c462,#57a957);
    background-repeat: repeat-x;
    background-color: #5eb95e
}

.bootstrap .progress .bar-success {
    background-image: linear-gradient(#62c462,#57a957);
    background-repeat: repeat-x;
    background-color: #5eb95e
}

.bootstrap .progress-striped.progress-success .bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-color: #62c462
}

.bootstrap .progress-striped .bar-success {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-color: #62c462
}

.bootstrap .progress-info .bar {
    background-image: linear-gradient(#5bc0de,#339bb9);
    background-repeat: repeat-x;
    background-color: #4bb1cf
}

.bootstrap .progress .bar-info {
    background-image: linear-gradient(#5bc0de,#339bb9);
    background-repeat: repeat-x;
    background-color: #4bb1cf
}

.bootstrap .progress-striped.progress-info .bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-color: #5bc0de
}

.bootstrap .progress-striped .bar-info {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-color: #5bc0de
}

.bootstrap .progress-warning .bar {
    background-image: linear-gradient(#fbb450,#f89406);
    background-repeat: repeat-x;
    background-color: #faa732
}

.bootstrap .progress .bar-warning {
    background-image: linear-gradient(#fbb450,#f89406);
    background-repeat: repeat-x;
    background-color: #faa732
}

.bootstrap .progress-striped.progress-warning .bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-color: #fbb450
}

.bootstrap .progress-striped .bar-warning {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-color: #fbb450
}

.bootstrap .accordion {
    margin-bottom: 20px
}

.bootstrap .accordion-group {
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    margin-bottom: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.bootstrap .accordion-heading {
    border-bottom-color: currentColor;
    border-bottom-width: 0;
    border-bottom-style: none
}

.bootstrap .accordion-heading .accordion-toggle {
    padding: 8px 15px;
    display: block
}

.bootstrap .accordion-toggle {
    cursor: pointer
}

.bootstrap .accordion-inner {
    padding: 9px 15px;
    border-top-color: #e5e5e5;
    border-top-width: 1px;
    border-top-style: solid
}

.bootstrap .carousel {
    line-height: 1;
    margin-bottom: 20px;
    position: relative
}

.bootstrap .carousel-inner {
    width: 100%;
    overflow: hidden;
    position: relative
}

.bootstrap .carousel-inner>.item {
    transition: left .6s ease-in-out;
    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
}

.bootstrap .carousel-inner>.item>img {
    line-height: 1;
    display: block
}

.bootstrap .carousel-inner>.active {
    display: block
}

.bootstrap .carousel-inner>.next {
    display: block
}

.bootstrap .carousel-inner>.prev {
    display: block
}

.bootstrap .carousel-inner>.active {
    left: 0
}

.bootstrap .carousel-inner>.next {
    top: 0;
    width: 100%;
    position: absolute
}

.bootstrap .carousel-inner>.prev {
    top: 0;
    width: 100%;
    position: absolute
}

.bootstrap .carousel-inner>.next {
    left: 100%
}

.bootstrap .carousel-inner>.prev {
    left: -100%
}

.bootstrap .carousel-inner>.left.next {
    left: 0
}

.bootstrap .carousel-inner>.right.prev {
    left: 0
}

.bootstrap .carousel-inner>.left.active {
    left: -100%
}

.bootstrap .carousel-inner>.right.active {
    left: 100%
}

.bootstrap .carousel-control {
    background: #222;
    border-radius: 23px;
    border: 3px solid #fff;
    left: 15px;
    top: 40%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 60px;
    font-weight: 100;
    margin-top: -20px;
    position: absolute;
    opacity: .5;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px
}

.bootstrap .right.carousel-control {
    left: auto;
    right: 15px
}

.bootstrap .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    opacity: .9
}

.bootstrap .carousel-caption {
    background: rgba(0,0,0,.75);
    padding: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

.bootstrap .carousel-caption h4 {
    color: #fff;
    line-height: 20px
}

.bootstrap .carousel-caption p {
    color: #fff;
    line-height: 20px
}

.bootstrap .carousel-caption h4 {
    margin: 0 0 5px
}

.bootstrap .carousel-caption p {
    margin-bottom: 0
}

.bootstrap .hero-unit {
    padding: 60px;
    border-radius: 6px;
    color: inherit;
    line-height: 30px;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 30px;
    background-color: #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px
}

.bootstrap .hero-unit h1 {
    color: inherit;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 60px;
    margin-bottom: 0
}

.bootstrap .hero-unit li {
    line-height: 30px
}

.bootstrap .pull-right {
    float: right
}

.bootstrap .pull-left {
    float: left
}

.bootstrap .hide {
    display: none
}

.bootstrap .show {
    display: block
}

.bootstrap .invisible {
    visibility: hidden
}

.bootstrap .affix {
    position: fixed
}

@-moz-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(.92) translate3d(0,0,0);
        -moz-transform: scale(.92) translate3d(0,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0,0,0);
        -moz-transform: scale(1) translate3d(0,0,0)
    }
}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(.92) translate3d(0,0,0);
        -moz-transform: scale(.92) translate3d(0,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0,0,0);
        -moz-transform: scale(1) translate3d(0,0,0)
    }
}

@-o-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(.92) translate3d(0,0,0);
        -moz-transform: scale(.92) translate3d(0,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0,0,0);
        -moz-transform: scale(1) translate3d(0,0,0)
    }
}

@-ms-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(.92) translate3d(0,0,0);
        -moz-transform: scale(.92) translate3d(0,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0,0,0);
        -moz-transform: scale(1) translate3d(0,0,0)
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(.92) translate3d(0,0,0);
        -moz-transform: scale(.92) translate3d(0,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0,0,0);
        -moz-transform: scale(1) translate3d(0,0,0)
    }
}

@-moz-keyframes disappear {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0,0,0);
        -moz-transform: scale(1) translate3d(0,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.92) translate3d(0,0,0);
        -moz-transform: scale(.92) translate3d(0,0,0)
    }
}

@-webkit-keyframes disappear {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0,0,0);
        -moz-transform: scale(1) translate3d(0,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.92) translate3d(0,0,0);
        -moz-transform: scale(.92) translate3d(0,0,0)
    }
}

@-o-keyframes disappear {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0,0,0);
        -moz-transform: scale(1) translate3d(0,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.92) translate3d(0,0,0);
        -moz-transform: scale(.92) translate3d(0,0,0)
    }
}

@-ms-keyframes disappear {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0,0,0);
        -moz-transform: scale(1) translate3d(0,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.92) translate3d(0,0,0);
        -moz-transform: scale(.92) translate3d(0,0,0)
    }
}

@keyframes disappear {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0,0,0);
        -moz-transform: scale(1) translate3d(0,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.92) translate3d(0,0,0);
        -moz-transform: scale(.92) translate3d(0,0,0)
    }
}

@-moz-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.bootstrap-timepicker-widget,.datepicker-dropdown,.form_desc {
    -webkit-animation-duration: .3s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-name: appear;
    -moz-animation-duration: .3s;
    -moz-animation-timing-function: ease;
    -moz-animation-name: appear;
    -o-animation-duration: .3s;
    -o-animation-timing-function: ease;
    -o-animation-name: appear;
    -ms-animation-duration: .3s;
    -ms-animation-timing-function: ease;
    -ms-animation-name: appear;
    animation-duration: .3s;
    animation-timing-function: ease;
    animation-name: appear
}

.bootstrap-timepicker-widget a {
    text-decoration: none
}

.bootstrap .modal,.form_ul li.artificial,.form_ul li.show {
    -webkit-animation-duration: .6s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-name: appear;
    -moz-animation-duration: .6s;
    -moz-animation-timing-function: ease;
    -moz-animation-name: appear;
    -o-animation-duration: .6s;
    -o-animation-timing-function: ease;
    -o-animation-name: appear;
    -ms-animation-duration: .6s;
    -ms-animation-timing-function: ease;
    -ms-animation-name: appear;
    animation-duration: .8s;
    animation-timing-function: ease;
    animation-name: appear
}

.bootstrap .modal {
    box-shadow: 0 0 8px #444;
    -moz-box-shadow: 0 0 8px #444;
    -webkit-box-shadow: 0 0 8px #444;
    position: fixed
}

.bootstrap .modal.in,.modal-backdrop.in {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.bootstrap .modal {
    transition: transform .8s ease 0s,opacity .8s ease 0s;
    -webkit-transition: -webkit-transform .4s ease 0s,opacity .4s ease 0s;
    -moz-transition: transform .8s ease 0s,opacity .8s ease 0s;
    -webkit-transform: scale(.95);
    transform: scale(.92);
    opacity: 0;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .4s;
    -ms-animation-duration: .4s;
    animation-duration: .6s
}

@-moz-document url-prefix() {
    .bootstrap .modal {
        top: -1000%!important;
        display: block!important
    }
}

.bootstrap .modal.in {
    top: 10%!important
}

.modal-backdrop {
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .8s;
    -o-animation-duration: .5s;
    -ms-animation-duration: .5s;
    animation-duration: .8s;
    background: #000;
    background: rgba(0,0,0,.8);
    background: -webkit-radial-gradient(50% 50%,ellipse closest-corner,rgba(0,0,0,.5) 1%,rgba(0,0,0,.75) 100%);
    background: -moz-radial-gradient(50% 50%,ellipse closest-corner,rgba(0,0,0,.5) 1%,rgba(0,0,0,.75) 100%);
    background: -ms-radial-gradient(50% 50%,ellipse closest-corner,rgba(0,0,0,.5) 1%,rgba(0,0,0,.75) 100%);
    background: radial-gradient(50% 50%,ellipse closest-corner,rgba(0,0,0,.5) 1%,rgba(0,0,0,.75) 100%)
}

.modal-backdrop.in {
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-name: fadein;
    -moz-animation-duration: .8s;
    -moz-animation-timing-function: ease;
    -moz-animation-name: fadein;
    -o-animation-duration: .5s;
    -o-animation-timing-function: ease;
    -o-animation-name: fadein;
    -ms-animation-duration: .5s;
    -ms-animation-timing-function: ease;
    -ms-animation-name: fadein;
    animation-duration: .8s;
    animation-timing-function: ease;
    animation-name: fadein;
    opacity: 1
}

.nform.bootstrap {
    padding: 0;
    margin: auto;
    margin-bottom: 0;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    box-shadow: 0 3px 3px -2px #aaa;
    -moz-box-shadow: 0 3px 3px -2px #aaa;
    -webkit-box-shadow: 0 3px 3px -2px #aaa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    opacity: 1
}

.nform.noframe {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.nform .btn {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#nform_sticky {
    position: fixed;
    bottom: 0;
    right: 5%;
    min-width: 200px;
    z-index: 1900
}

.sticky_nform {
    display: none
}

.sticky_nform {
    box-shadow: -10px 0 18px -12px #ddd,10px 0 18px -12px #ddd;
    -moz-box-shadow: -10px 0 18px -12px #ddd,10px 0 18px -12px #ddd;
    -webkit-box-shadow: -10px 0 18px -12px #ddd,10px 0 18px -12px #ddd
}

.sticky_nform .nform,.sticky_nform .nform #fe_title {
    border-top-right-radius: 0!important;
    -moz-border-top-right-radius: 0!important;
    -webkit-border-top-right-radius: 0!important
}

.sticky_nform .nform_res.alert {
    display: none
}

.sticky_toggle {
    padding: 3px 10px;
    margin-bottom: 0;
    display: inline-block;
    background-color: #eee;
    position: absolute;
    right: 1px;
    top: -30px;
    line-height: 24px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    cursor: pointer;
    opacity: .85;
    z-index: 1900
}

.sticky_toggle:hover {
    font-style: none;
    text-transform: none;
    opacity: 1
}

.fly_form {
    position: fixed;
    bottom: auto;
    top: auto;
    right: -100%;
    min-width: 200px;
    z-index: 1000;
    max-height: 400px;
    overflow: auto
}

.fly_form .nform.bootstrap {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.fly_toggle {
    padding: 3px 10px;
    margin-bottom: 0;
    display: inline-block;
    background-color: #fff;
    position: fixed;
    right: -1px;
    top: 50%;
    margin-top: -12px;
    line-height: 24px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    cursor: pointer;
    opacity: .7;
    z-index: 1000
}

.fly_toggle:hover {
    font-style: none;
    text-transform: none;
    opacity: 1
}

.fly_toggle_in {
    background-color: red;
    color: #fff;
    position: absolute;
    left: -30px;
    width: 30px;
    top: 50%;
    bottom: auto;
    height: 30px;
    margin-top: -15px
}

.nform #form_ul {
    letter-spacing: -.31em;
    word-spacing: -.43em;
    padding-bottom: 0
}

.nform #form_ul>li {
    letter-spacing: normal;
    word-spacing: normal;
    display: block;
    padding: 4px 0;
    height: auto;
    background: 0 0;
    list-style: none;
    margin: 0
}

.nform #form_ul>li.is_hidden {
    display: none
}

.preview_form .nform #form_ul>li.is_hidden {
    display: inline-block
}

.preview_form .nform #form_ul>li.inline1.is_hidden {
    display: block
}

.bootstrap.nform ul#form_ul {
    border-top: 1px solid #ddd;
    margin-top: -1px;
    margin-left: 0;
    padding: 14px;
    margin-bottom: 0;
    padding-bottom: 0
}

.modal .bootstrap.nform ul#form_ul {
    border-top: 1px solid #ddd;
    margin-top: auto;
    margin-left: 0;
    padding: 14px;
    padding-bottom: 0
}

.bootstrap.nform ul#form_ul.clearfix {
    visibility: visible;
    height: auto;
    line-height: auto
}

.ff_c_t .nform .form_title {
    border-bottom: 1px solid #e4e4e4;
    min-height: 5px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px
}

.ff_c_t .nform.carbon .form_title {
    border-bottom: 1px solid #222
}

.bootstrap.nform select {
    padding: 5px;
    height: 2.3em;
    margin-bottom: 2px
}

.nform #form_ul .cap_cover {
    display: inline-block;
    height: 32px;
    padding-left: 1%;
    text-align: right;
    padding-right: 4%;
    white-space: pre;
    vertical-align: top;
    width: 32%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    white-space: pre-line;
    height: auto
}

.nform #form_ul .slider_cap_cover {
    text-align: left;
    padding-left: 12px;
    width: auto
}

.nform #form_ul .cap1 {
    font-weight: 600;
    display: block;
    line-height: 19px;
    color: #777;
    min-height: 19px
}

.nform #form_ul .matrix_table thead tr td {
    font-weight: 600;
    color: #777
}

.nform #form_ul .cap2 {
    font-weight: 400;
    font-size: 11px;
    color: #999;
    font-style: italic;
    display: block;
    line-height: 12px
}

.nform #form_ul .cap_cover.relative {
    width: auto
}

.nform #form_ul .show_false,.nform #form_ul .show_true {
    display: none;
    transition: all ease-in 1s;
    -moz-transition: all ease-in 1s;
    -webkit-transition: all ease-in 1s;
    -o-transition: all ease-in 1s;
    padding-left: 10px
}

.nform #form_ul .show_false input[type=text],.nform #form_ul .show_true input[type=text] {
    width: 1px
}

.nform #form_ul .textfield_text {
    display: block;
    font-size: 13px;
    line-height: 180%;
    color: #888
}

.nform #form_ul .cap1.subl {
    line-height: 26px;
    padding-bottom: 0;
    margin-bottom: 0
}

.nform.vertical .cap1.subl {
    padding-top: 6px
}

.nform #form_ul .cap2.subl {
    display: none
}

.nform .form_title {
    color: #888;
    line-height: 220%;
    padding-left: 18px;
    padding-right: 18px;
    box-shadow: 0 -1px 2px -1px #c6c6c6 inset;
    -moz-box-shadow: 0 -1px 2px -1px #c6c6c6 inset;
    -webkit-box-shadow: 0 -1px 2px -1px #c6c6c6 inset
}

.nform .form_title.none {
    background-color: #fafafa;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.nform.none {
    background-color: #fff;
    display: block
}

.form_title.linen {
    background-image: url(../images/wash.png);
    background-size: 320px 320px
}

.nform.linen {
    background-image: url(../images/wash.png);
    background-size: 320px 320px
}

.nform.noframe .form_title {
    border: none
}

.nform .div_text2 {
    background: #fff;
    padding-left: 6px;
    padding-right: 6px
}

.nform.linen .div_text2 {
    background: url(../images/wash.png)
}

.nform.carbon .div_text2 {
    background: url(../images/carbon.png);
    color: #eee
}

.nform .carbon .div_text,.nform .will .div_text {
    color: #eee
}

.form_title.carbon {
    background-image: url(../images/carbon2.png);
    color: #fff;
    box-shadow: 0 -1px 2px -1px #000 inset;
    -moz-box-shadow: 0 -1px 2px -1px #000 inset;
    -webkit-box-shadow: 0 -1px 2px -1px #000 inset
}

.bootstrap.nform.carbon ul#form_ul {
    border-top: 1px solid #222
}

.nform.carbon ul#form_ul {
    border-top: 1px solid #222
}

.nform.carbon {
    color: #fff;
    background-image: url(../images/carbon.png)
}

.nform.carbon .div_text2 {
    background: url(../images/carbon.png)
}

.nform #form_ul .carbon .c_image {
    box-shadow: 0 2px 6px -2px #999;
    -moz-box-shadow: 0 2px 6px -2px #999;
    -webkit-box-shadow: 0 2px 6px -2px #999
}

.nform .nform_image {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    padding: 0
}

.form_title.jean {
    background-image: url(../images/jean2.png)
}

.nform.jean .div_text2 {
    background: url(../images/jean.png)
}

.nform.jean {
    background-image: url(../images/jean.png)
}

.form_title.debut {
    background: url(../images/debut2.png)
}

.nform.debut .div_text2 {
    background-image: url(../images/debut.png)
}

.nform.debut {
    background-image: url(../images/debut.png)
}

.nform #form_ul .div_text {
    display: block;
    white-space: pre-wrap
}

.nform #form_ul .div_text2 {
    width: 100%;
    white-space: pre-wrap
}

.nform #form_ul .c_image {
    cursor: pointer;
    vertical-align: middle;
    width: 100px;
    height: 30px;
    box-shadow: 0 1px 4px #ccc;
    -moz-box-shadow: 0 1px 4px #ccc;
    -webkit-box-shadow: 0 1px 4px #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

#fe_submit {
    text-align: center;
    display: inline-block
}

.nform #form_ul .box_cover {
    display: inline-block;
    padding-bottom: 4px;
    position: relative
}

.nform #form_ul .input_cover .box_cover {
    display: inline-block;
    width: 100%;
    padding-bottom: 4px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.has-js .box_cover.lines>div,.has-js .vertical .box_cover.lines>div {
    clear: none;
    top: 0
}

.nform #form_ul .label_div {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
    opacity: .7;
    cursor: pointer;
    top: 0;
    margin-left: 25px
}

.nform #form_ul .new_ldiv label {
    float: left;
    display: block
}

.nform #form_ul .new_ldiv {
    vertical-align: top;
    margin-left: 3%;
    min-height: 25px
}

.nform #form_ul .lines .new_ldiv {
    vertical-align: top;
    margin-left: 0
}

.nform #form_ul .label_div:hover {
    opacity: 1
}

.nform #form_ul label .label_div {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 30px
}

.bootstrap .input-append .add-on {
    min-height: 32px
}

.nform #form_ul .inst {
    position: relative;
    left: 0;
    top: 50%;
    margin-top: -10px;
    color: #888;
    font-size: 20px;
    font-weight: block;
    display: inherit;
    margin-left: 10px;
    float: right
}

.nform #form_ul .q_cover .inst {
    float: none
}

.nform #form_ul .inst.sld {
    bottom: -10px
}

.nform #form_ul .input_cover {
    position: relative;
    width: 68%;
    display: inline-block
}

.nform #form_ul .slider_ic.input_cover {
    display: inline
}

.nform.vertical #form_ul .input_cover {
    display: block;
    width: auto
}

.nform #form_ul .text_cover {
    display: inline-block
}

.nform #form_ul .upload_input_cover {
    display: inline-block
}

.nform.placeholder #form_ul>li .cap_cover {
    display: none
}

.nform.placeholder #form_ul .box_cover,.nform.placeholder #form_ul .input_cover {
    display: block!important;
    width: auto;
    max-width: 100%
}

.nform.rtl {
    direction: rtl!important
}

.nform.rtl #fe_title,.nform.rtl #form_ul>li,.nform.rtl #form_ul>li .cap_cover {
    text-align: right!important;
    direction: rtl!important
}

.nform.rtl #form_ul .input-append {
    margin-left: 26px;
    margin-right: 0
}

.nform.rtl #form_ul .input-append .nform.rtl #form_ul .uneditable-input,.nform.rtl #form_ul .input-append input,.nform.rtl #form_ul .input-append select {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.nform.rtl #form_ul .input-append .add-on:last-child,.nform.rtl #form_ul .input-append .btn-group:last-child>.dropdown-toggle,.nform.rtl #form_ul .input-append .btn:last-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border-right: 0
}

.nform.block_label #form_ul .cap_cover,.nform.vertical #form_ul .cap_cover {
    display: block;
    text-align: left;
    width: auto;
    margin-bottom: 6px;
    padding-left: 1%;
    padding-right: 1%
}

.nform.block_label #form_ul .box_cover,.nform.block_label #form_ul .input_cover,.nform.vertical #form_ul .box_cover,.nform.vertical #form_ul .input_cover {
    display: block;
    width: 100%;
    max-width: 100%
}

.nform #form_ul>li.center,.nform #form_ul>li.center .cap_cover {
    text-align: center
}

.nform #form_ul>li.right,.nform #form_ul>li.right .cap_cover {
    text-align: right
}

.nform #form_ul .center .reason_ta {
    margin: auto auto
}

.nform #form_ul .valid_show {
    background-color: #ff3535;
    color: #fff;
    position: absolute;
    padding: 3px 6px;
    margin-left: 18px;
    white-space: nowrap;
    font-size: 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: none;
    opacity: .9;
    top: 2px;
    left: 105%;
    font-family: "Trebuchet MS",Arial;
    min-height: 20px;
    line-height: 20px;
    border: 1px solid #df0000;
    z-index: 1900
}

.nform #form_ul .valid_show:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 10px solid #ff3535;
    z-index: 999
}

.nform #form_ul .valid_show:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 998;
    opacity: .9
}

.nform.one #form_ul .valid_show {
    color: #fff;
    position: absolute;
    margin-left: 14px;
    min-width: 120px;
    white-space: nowrap;
    font-size: 12px;
    border: 1px solid red;
    border-left: 1px solid inherit;
    border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px
}

.nform.one #form_ul .valid_show:before {
    left: -10px;
    top: 0
}

.nform.one #form_ul .valid_show:after {
    left: -9px;
    top: 3px
}

.nform.three #form_ul .valid_show {
    background-color: #ff3535;
    color: #fff;
    position: absolute;
    margin-left: -10px;
    top: -42px;
    min-width: 120px;
    white-space: nowrap;
    font-size: 12px;
    border: 1px solid red;
    display: none;
    z-index: 999
}

.nform.three #form_ul .valid_show:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 27px;
    left: 10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #ff3535;
    z-index: 1002
}

.nform.three #form_ul .valid_show:after {
    content: '';
    position: absolute;
    left: -11px;
    top: 27px;
    left: 7px;
    z-index: 1001
}

.nform ul {
    list-style: none
}

.nform #form_ul .nform_btn {
    display: block;
    height: auto;
    color: #444;
    background: #ddd;
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 4px #888 inset;
    -moz-box-shadow: 0 0 4px #888 inset;
    -webkit-box-shadow: 0 0 4px #888 inset;
    text-decoration: none;
    opacity: .9;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    transition: border-radius ease .1s;
    -moz-transition: border-radius ease .1s;
    -webkit-transition: border-radius ease .1s;
    -o-transition: border-radius ease .1s;
    transition: width ease .1s;
    -moz-transition: width ease .1s;
    -webkit-transition: width ease .1s;
    -o-transition: width ease .1s
}

.nform #form_ul .nform_btn:hover {
    opacity: 1
}

.nform #form_ul .nform_btn.boots {
    padding: 4px 12px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.nform #form_ul .nform_btn.boots:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}

.nform #form_ul .nform_btn.boots:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.nform #form_ul .submit_button.nform_btn.loading_class {
    background-image: url(../images/loader_4.gif);
    background-size: 22px 22px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    width: 42px!important;
    padding-left: 14px!important;
    padding-right: 14px!important;
    box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    border-radius: 30px!important;
    -moz-border-radius: 30px!important;
    -webkit-border-radius: 30px!important
}

.nform #form_ul .brk {
    display: block;
    height: 10px
}

.nform #form_ul .ui-slider-handle {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background: #fff;
    border: none;
    box-shadow: 0 0 5px #bbb;
    -moz-box-shadow: 0 0 5px #bbb;
    -webkit-box-shadow: 0 0 5px #bbb;
    cursor: pointer;
    width: 18px;
    height: 19px;
    outline: 0;
    background: #fafafa
}

.nform .image_cap_cover {
    z-index: 102
}

.nform #form_ul .image_cap_cover img {
    max-width: none;
    max-height: none
}

.nform #form_ul .ui-slider-handle:hover {
    background-color: #eee
}

.nform #form_ul .ui-slider-range,.nform #form_ul .ui-slider-range-min {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #ddd;
    box-shadow: 0 0 4px #bbb inset;
    -moz-box-shadow: 0 0 4px #bbb inset;
    -webkit-box-shadow: 0 0 4px #bbb inset
}

.nform #form_ul .ui-slider {
    display: inline-block;
    margin-left: 15px;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0;
    box-shadow: 0 0 4px #ddd inset;
    background: #f0f0f0
}

#form_ul .ui-corner-all {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}

.nform #form_ul .slider_txt {
    font-size: 15px;
    color: #555;
    padding-left: 12px;
    display: inline-block;
    width: 40%
}

.nform #form_ul .inline2 .slider_txt,.nform #form_ul .inline3 .slider_txt,.nform #form_ul .inline3 .slider_val,.nform #form_ul .inline4 .slider_txt .nform #form_ul .inline2 .slider_val,.nform #form_ul .inline4 .slider_val {
    display: block
}

.nform #form_ul .slider_val {
    font-size: 13px;
    color: #777;
    font-weight: 700;
    padding: 1px 6px;
    margin-top: -3px;
    box-shadow: 0 0 2px #777 inset;
    -moz-box-shadow: 0 0 2px #777 inset;
    -webkit-box-shadow: 0 0 2px #777 inset;
    border-radius: 4px;
    min-width: 24px;
    max-width: 58px;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.slider_cover {
    display: block;
    margin-top: 7px;
    margin-bottom: 7px
}

.nform #form_ul .show_1 {
    font-size: 18px;
    font-weight: 700;
    color: red;
    position: absolute;
    line-height: 17px
}

.show_1_sample {
    font-size: 18px;
    font-weight: 700;
    color: red;
    line-height: 17px
}

.nform #form_ul .show_0 {
    display: none
}

.nform #form_ul .reason_text {
    margin-top: 5px
}

.transparent #form_ul .uneditable-input,.transparent #form_ul input[type=color],.transparent #form_ul input[type=date],.transparent #form_ul input[type=datetime-local],.transparent #form_ul input[type=datetime],.transparent #form_ul input[type=email],.transparent #form_ul input[type=month],.transparent #form_ul input[type=number],.transparent #form_ul input[type=password],.transparent #form_ul input[type=search],.transparent #form_ul input[type=tel],.transparent #form_ul input[type=text],.transparent #form_ul input[type=time],.transparent #form_ul input[type=url],.transparent #form_ul input[type=week],.transparent #form_ul textarea {
    box-shadow: 2px 2px 3px #e4e4e4 inset;
    -moz-box-shadow: 2px 2px 3px #e4e4e4 inset;
    -webkit-box-shadow: 2px 2px 3px #e4e4e4 inset;
    background-image: inherit;
    background: inherit
}

.transparent.carbon #form_ul .uneditable-input,.transparent.carbon #form_ul input[type=color],.transparent.carbon #form_ul input[type=date],.transparent.carbon #form_ul input[type=datetime-local],.transparent.carbon #form_ul input[type=datetime],.transparent.carbon #form_ul input[type=email],.transparent.carbon #form_ul input[type=month],.transparent.carbon #form_ul input[type=number],.transparent.carbon #form_ul input[type=password],.transparent.carbon #form_ul input[type=search],.transparent.carbon #form_ul input[type=tel],.transparent.carbon #form_ul input[type=text],.transparent.carbon #form_ul input[type=time],.transparent.carbon #form_ul input[type=url],.transparent.carbon #form_ul input[type=week],.transparent.carbon #form_ul textarea {
    box-shadow: 2px 3px 3px #333 inset;
    -moz-box-shadow: 2px 3px 3px #333 inset;
    -webkit-box-shadow: 2px 3px 3px #333 inset;
    background-image: url(../images/carbon.png);
    color: #fff;
    border: 1px solid #777;
    opacity: .9
}

.nform #form_ul .uneditable-input,.nform #form_ul input[type=color],.nform #form_ul input[type=date],.nform #form_ul input[type=datetime-local],.nform #form_ul input[type=datetime],.nform #form_ul input[type=email],.nform #form_ul input[type=month],.nform #form_ul input[type=number],.nform #form_ul input[type=password],.nform #form_ul input[type=search],.nform #form_ul input[type=tel],.nform #form_ul input[type=text],.nform #form_ul input[type=time],.nform #form_ul input[type=url],.nform #form_ul input[type=week],.nform #form_ul select,.nform #form_ul textarea {
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.060);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.060);
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.060);
    margin-bottom: 1px;
    box-sizing: inherit;
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    padding: 4px 7px;
    color: #666;
    line-height: 160%;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    min-height: 32px;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

input[type=color] {
    height: 24px
}

.curvy #form_ul .uneditable-input,.curvy #form_ul input[type=color],.curvy #form_ul input[type=date],.curvy #form_ul input[type=datetime-local],.curvy #form_ul input[type=datetime],.curvy #form_ul input[type=email],.curvy #form_ul input[type=month],.curvy #form_ul input[type=number],.curvy #form_ul input[type=password],.curvy #form_ul input[type=search],.curvy #form_ul input[type=tel],.curvy #form_ul input[type=text],.curvy #form_ul input[type=time],.curvy #form_ul input[type=url],.curvy #form_ul input[type=week],.curvy #form_ul select,.curvy #form_ul textarea {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 1px 1px 2px #e4e4e4 inset;
    -moz-box-shadow: 1px 1px 2px #e4e4e4 inset;
    -webkit-box-shadow: 1px 1px 2px #e4e4e4 inset;
    padding-left: 12px
}

.carbon #form_ul .uneditable-input,.carbon #form_ul input[type=color],.carbon #form_ul input[type=date],.carbon #form_ul input[type=datetime-local],.carbon #form_ul input[type=datetime],.carbon #form_ul input[type=email],.carbon #form_ul input[type=month],.carbon #form_ul input[type=number],.carbon #form_ul input[type=password],.carbon #form_ul input[type=search],.carbon #form_ul input[type=tel],.carbon #form_ul input[type=text],.carbon #form_ul input[type=time],.carbon #form_ul input[type=url],.carbon #form_ul input[type=week],.carbon #form_ul select,.carbon #form_ul textarea {
    box-shadow: 1px 1px 2px #222 inset;
    -moz-box-shadow: 1px 1px 2px #222 inset;
    -webkit-box-shadow: 1px 1px 2px #222 inset;
    padding-left: 12px;
    background-color: #444;
    color: #fff;
    border: 1px solid #777
}

.nform.curvy #form_ul .c_image {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px
}

.curvy #form_ul .input-append .uneditable-input,.curvy #form_ul .input-append input[type=color],.curvy #form_ul .input-append input[type=date],.curvy #form_ul .input-append input[type=datetime-local],.curvy #form_ul .input-append input[type=datetime],.curvy #form_ul .input-append input[type=email],.curvy #form_ul .input-append input[type=month],.curvy #form_ul .input-append input[type=number],.curvy #form_ul .input-append input[type=password],.curvy #form_ul .input-append input[type=search],.curvy #form_ul .input-append input[type=tel],.curvy #form_ul .input-append input[type=text],.curvy #form_ul .input-append input[type=time],.curvy #form_ul .input-append input[type=url],.curvy #form_ul .input-append input[type=week],.curvy #form_ul .input-append textarea {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0
}

.nform.curvy #form_ul .input-append .add-on:last-child {
    border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px
}

.nform.carbon.curvy #form_ul .input-append .add-on:last-child {
    border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    background-color: #666;
    border: 1px solid #777
}

.nform.carbon #form_ul .input-append .add-on:last-child {
    background-color: #666;
    border: 1px solid #777
}

.nform #form_ul .input-append {
    margin-right: 26px
}

.nform #form_ul .add-on {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.nform .input-append .add-on {
    padding-top: 7px;
    cursor: pointer
}

.preview_form .nform .input-append .add-on {
    padding-top: 3px;
    cursor: pointer
}

// Modal .nform .close_custom {
    font-size: 32px;
    margin-top: 15px;
    margin-right: 15px
}

.bootstrap .close {
    text-align: center;
    vertical-align: middle;
    line-height: 30px
}

.nform .nform_res {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin: 8px;
    margin-top: 0;
    line-height: 125%;
    text-shadow: none
}

.nform .nform_res.alert-error {
    background-color: inherit;
    border: none;
    text-shadow: none
}

.nform .nform_res.nform_success {
    padding: 50px 20px;
    text-align: center;
    font-size: 24px;
    color: #999;
    text-shadow: 0 0 1px #fff;
    width: 90%;
    white-space: pre-line
}

.wysiwyg-font-size-large {
    font-size: large
}

.wysiwyg-font-size-small {
    font-size: small
}

.bootstrap #form_ul .nform_res.alert-error {
    color: #e2211e
}

.nform #form_ul .fileupload-cover.btn {
    width: auto;
    display: inline-block;
    white-space: nowrap;
    padding: 2px 10px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    height: 25x;
    line-height: 30px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    min-width: 75px
}

.nform #form_ul .fileupload {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0;
    cursor: pointer;
    width: 98%
}

.nform #form_ul.fileupload span {
    cursor: pointer
}

.nform #form_ul.upload_ul li {
    display: block;
    height: 30px;
    margin: 3px 0;
    padding: 0;
    list-style: none
}

.nform #form_ul.upload_ul {
    margin: 0;
    margin-top: 8px;
    padding: 0;
    min-width: 270px;
    margin-left: 0
}

.bootstrap .upload_ul {
    margin: 0;
    margin-top: 8px;
    padding: 0;
    min-width: 270px;
    margin-left: 0
}

.upload_ul .progress {
    margin-bottom: 0;
    margin-right: 0;
    width: 64%;
    display: inline-block;
    height: 30px;
    float: left
}

#form_ul .cover_fileupload {
    display: inline-block;
    width: 30%;
    height: 30px;
    margin-left: 6px
}

#form_ul .file_name {
    vertical-align: top;
    font-size: 11px;
    line-height: 30px;
    height: 30px;
    color: #888;
    position: absolute;
    display: inline-block;
    width: 60px;
    padding-left: 20px
}

#form_ul .file_name .icon-trash {
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    left: 0;
    top: 6px;
    cursor: pointer
}

.bootstrap.nform li .bar .name_bar {
    font-size: 13px;
    font-style: italic;
    line-height: 30px
}

.nform #form_ul .input-append {
    display: inline-block
}

.nform.vertical #form_ul .box_cover {
    display: block;
    width: auto;
    max-width: 100%
}

.nform.vertical #form_ul .cap_cover {
    text-align: left;
    display: block;
    width: auto
}

.vertical #form_ul .label_smiley,.vertical #form_ul .label_stars,.vertical #form_ul .label_thumb {
    display: block!important
}

.opt_val {
    display: none;
    color: #666;
    padding-left: 8px
}

.vertical #form_ul .opt_val {
    display: inline-block;
    width: 96%;
    background: #fff
}

#form_ul .matrix_table {
    width: 100%
}

#form_ul .matrix_table td:nth-child(even) {
    background-color: rgba(238,238,238,.56)
}

#form_ul .matrix_table td:nth-child(1n+7) {
    background-color: #fff
}

#form_ul .matrix_table tr:nth-child(even) {
    background-color: rgba(228,228,228,.27)
}

#form_ul .matrix_table thead td {
    font-weight: 700;
    border-bottom: 1px dotted #ccc
}

#form_ul .matrix_table .matrix_left_c {
    padding-left: 8px
}

#form_ul .matrix_table .matrix_right_c {
    background-color: none!important
}

#form_ul td.matrix_label {
    width: 50%;
    line-height: 30px
}

#form_ul td.matrix_label_2 {
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    padding: 8px
}

#form_ul .matrix_cell {
    text-align: center
}

.bootstrap .modal .nform {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none
}

.bootstrap .modal {
    background-color: none;
    width: auto!important;
    overflow-y: auto;
    max-height: 80%;
    overflow-x: hidden
}

.clearfix:after,.clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

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

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap .modal {
    width: auto;
    background-color: inherit;
    border: none;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -220px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.bootstrap .modal.in {
    top: 10%
}

.bootstrap .modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee
}

.bootstrap .modal-header .close {
    margin-top: 2px
}

.bootstrap .modal-header h3 {
    margin: 0;
    line-height: 30px
}

.bootstrap .modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px
}

.bootstrap .modal-form {
    margin-bottom: 0
}

.bootstrap .modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}

.bootstrap .modal-footer:after,.bootstrap .modal-footer:before {
    display: table;
    content: "";
    line-height: 0
}

.bootstrap .modal-footer:after {
    clear: both
}

.bootstrap .modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.bootstrap .modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.bootstrap .modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.bootstrap .modal_close {
    position: absolute;
    top: 7px;
    right: 7px;
    background: inherit;
    border: none;
    font-size: 22px;
    height: 28px;
    width: 28px;
    font-weight: 700;
    line-height: 28px;
    padding: 0;
    z-index: 1001;
    color: #444!important;
    opacity: .4!important
}

.bootstrap .modal_close:hover,.modal_close:active {
    background: inherit;
    opacity: .7!important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.nform .bootstrap-timepicker-widget input {
    width: 35px!important;
    border-radius: 3px!important;
    font-size: 12px!important
}

.nform .bootstrap-timepicker-widget table td a {
    padding: 0
}

.nform #form_ul input.bootstrap-timepicker-hour,.nform #form_ul input.bootstrap-timepicker-meridian,.nform #form_ul input.bootstrap-timepicker-minute {
    height: 26px!important;
    max-height: 26px!important;
    min-height: 26px!important
}

.nform #form_ul .bootstrap-timepicker-widget table td {
    height: 24px
}

.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    position: absolute;
    top: -7px;
    left: 6px
}

.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px
}

.datepicker>div {
    display: none
}

.datepicker table {
    width: 100%;
    margin: 0
}

.datepicker td,.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker td.new,.datepicker td.old {
    color: #999
}

.datepicker td.active,.datepicker td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#08c,#04c);
    background-image: -ms-linear-gradient(top,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(top,#08c,#04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.datepicker td.active.active,.datepicker td.active.disabled,.datepicker td.active:active,.datepicker td.active:hover,.datepicker td.active:hover.active,.datepicker td.active:hover.disabled,.datepicker td.active:hover:active,.datepicker td.active:hover:hover,.datepicker td.active:hover[disabled],.datepicker td.active[disabled] {
    background-color: #04c
}

.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker td span:hover {
    background: #eee
}

.datepicker td span.active {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#08c,#04c);
    background-image: -ms-linear-gradient(top,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(top,#08c,#04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.datepicker td span.active.active,.datepicker td span.active.disabled,.datepicker td span.active:active,.datepicker td span.active:hover,.datepicker td span.active[disabled] {
    background-color: #04c
}

.datepicker td span.old {
    color: #999
}

.datepicker th.switch {
    width: 145px
}

.datepicker th.next,.datepicker th.prev {
    font-size: 13px
}

.datepicker thead tr:first-child th {
    cursor: pointer
}

.datepicker thead tr:first-child th:hover {
    background: #eee
}

.input-append.date .add-on i,.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.datepicker.dropdown-menu {
    position: absolute;
    background-color: #fff;
    display: none;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px #ddd;
    -moz-box-shadow: 0 1px 2px #ddd;
    -webkit-box-shadow: 0 1px 2px #ddd;
    z-index: 10000;
    padding: 8px 8px 8px 8px;
    font-size: 13px
}

.datepicker td.active.active,.datepicker td.active.disabled,.datepicker td.active:active,.datepicker td.active:hover,.datepicker td.active:hover.active,.datepicker td.active:hover.disabled,.datepicker td.active:hover:active,.datepicker td.active:hover:hover,.datepicker td.active:hover[disabled],.datepicker td.active[disabled] {
    background-color: #999
}

.datepicker .day.disabled {
    color: #999
}

.datepicker td {
    padding: 3px;
    width: 14px;
    line-height: 21px;
    border: 0;
    font-size: 12px
}

.datepicker td.active,.datepicker td.active:hover {
    background-image: none;
    background-color: rgba(40,101,224,.7)
}

.datepicker th.dow {
    padding-top: 6px
}

.datepicker th.next,.datepicker th.prev {
    background-color: #f4f4f4
}

.datepicker th {
    font-weight: 700;
    font-size: 13px
}

.datepicker th.switch {
    line-height: 30px
}

.nform #form_ul .icon-envelope,.nform #form_ul .icon-home,.nform #form_ul .icon-time {
    vertical-align: middle;
    margin-bottom: 3px
}

th .icon-arrow-left {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    line-height: 20px;
    background-repeat: no-repeat
}

th .icon-arrow-right {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    line-height: 20px;
    background-repeat: no-repeat
}

.nform hr {
    background-color: #ddd;
    height: 1px;
    box-shadow: none;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px
}

#drive_load {
    position: absolute;
    width: 120px;
    line-height: 32px;
    font-size: 13px;
    color: #444;
    font-style: italic;
    margin-left: 12px
}

#form_ul .inline2 .element_id,#form_ul .inline3 .element_id,#form_ul .inline4 .element_id {
    opacity: 0
}

#form_ul .inline2:hover .element_id,#form_ul .inline3:hover .element_id,#form_ul .inline4:hover .element_id {
    opacity: 1
}

#form_ul .inline2.nform_li_before .element_id,#form_ul .inline3.nform_li_before .element_id,#form_ul .inline4.nform_li_before .element_id {
    opacity: 1
}

#form_ul li.inline2,.inline2 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#form_ul li.inline1,.inline1 {
    display: block;
    width: 100%;
    vertical-align: top;
    min-width: 210px
}

#form_ul li.inline2 .cap_cover {
    text-align: left
}

.nform.star_true .show_1 {
    display: none!important
}

#form_ul li.inline3,.inline3 {
    display: inline-block;
    width: 33.3%;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#form_ul li.inline4,.inline4 {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#form_ul li {
    padding: 1%;
    margin: 0
}

.element_id {
    display: none
}

#form_ul>li,.form_ul>li {
    background-image: none!important;
    margin: 0;
    position: relative
}

#form_ul>li.hidden_li {
    background: inherit;
    height: 0;
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin: 0
}

.preview_form #form_ul>li.hidden_li {
    background: #fafafa;
    height: 8px;
    padding-top: 0!important;
    padding-bottom: 0!important
}

#form_ul>li.hidden_li {
    height: 8px
}

.nform #form_ul>li>div {
    margin: auto 8px
}

#form_ul li.inline3 .cap_cover,#form_ul li.inline4 .cap_cover {
    text-align: left
}

.nform .ref_link {
    line-height: 20px;
    display: block;
    font-size: 11px;
    font-style: none;
    text-decoration: none;
    margin-top: -10px;
    margin-bottom: 4px
}

.nform #form_ul .q_cover .tooltip {
    min-width: 120px;
    line-height: 135%
}

.nform #form_ul .q_cover {
    display: inline-block;
    width: 25px;
    vertical-align: top;
    display: none;
    position: absolute;
    right: 10px;
    top: -1px;
    height: 100%
}

.fly_form .nform #form_ul .q_cover,.modal .nform #form_ul .q_cover {
    right: 32px
}

.rtl #form_ul .q_cover {
    left: 12px;
    right: auto
}

.nform .box_cover>div {
    display: inline-block
}

@media screen and (max-device-width: 740px) {
    .bootstrap .modal {
        width:94%!important;
        left: 3%!important;
        right: 3%!important;
        margin: 0!important;
        top: 15%!important
    }

    .nform #form_ul .uneditable-input,.nform #form_ul input[type=color],.nform #form_ul input[type=date],.nform #form_ul input[type=datetime-local],.nform #form_ul input[type=datetime],.nform #form_ul input[type=month],.nform #form_ul input[type=number],.nform #form_ul input[type=password],.nform #form_ul input[type=search],.nform #form_ul input[type=tel],.nform #form_ul input[type=text],.nform #form_ul input[type=time],.nform #form_ul input[type=url],.nform #form_ul input[type=week],.nform #form_ul select,.nform #form_ul textarea {
        -webkit-appearance: none!important
    }

    #form_ul li.inline2,#form_ul li.inline3,#form_ul li.inline4 {
        width: auto;
        display: block
    }

    .nform {
        width: 94%!important;
        margin-top: 3%!important
    }

    .logo_form {
        width: 60%
    }

    #form_ul .tooltip {
        display: none!important
    }

    #form_ul .cap_cover,#form_ul .input_cover {
        display: block!important;
        width: 100%!important;
        text-align: center!important
    }

    .vertical .cap_cover,.vertical .input_cover {
        display: block!important;
        width: 100%!important;
        text-align: left!important
    }

    .placeholder #form_ul .cap_cover {
        display: none!important
    }

    .reason_ta {
        width: 90%!important
    }

    .vertical .opt_val {
        width: 80%;
        text-align: left
    }

    #form_ul .valid_show {
        display: block;
        position: static!important;
        margin-top: 6px;
        margin-left: auto!important;
        margin-right: auto!important;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-size: 13px
    }

    #form_ul .valid_show:after,#form_ul .valid_show:before {
        display: none!important
    }

    .nform .upload_input_cover {
        text-align: center!important;
        max-width: auto!important;
        margin-right: auto;
        margin-left: auto;
        cursor: auto
    }

    .nform .fileupload-cover {
        display: block
    }

    .nform .label_check,.nform .label_radio {
        text-align: left
    }

    .nform .box_cover {
        max-width: 100%;
        width: 100%
    }

    .nform #form_ul input[type=email] {
        min-height: 34px
    }
}

.pay-now {
    font-size: 20px;
    font-weight: 600;
    #background: rgb(187, 125, 17); color: #fff;
    border: 0;
    margin-top: 30px;
    margin-left: 16px;
    width: 150px !important;
    height: 40px;
    display: none
}

.pay-now a {
    color: #fff;
}
