﻿/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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: bold
}

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: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    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;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@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
    }
    .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: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #424242;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #e6ad10;
    text-decoration: none
}

a:hover,
a:focus {
    color: #876509;
    text-decoration: underline
}

a:focus {
    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: 6px
}

.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: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #1c1c1c
}

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: normal;
    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: #fcf8e3;
    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: #e6ad10
}

a.text-primary:hover,
a.text-primary:focus {
    color: #b6890d
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #e6ad10
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #b6890d
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.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: bold
}

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: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    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: #dff0d8
}

.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: #d0e9c6
}

.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: #d9edf7
}

.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: #c4e3f3
}

.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: #fcf8e3
}

.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: #faf2cc
}

.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: #f2dede
}

.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: #ebcccc
}

.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: bold
}

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: 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%
}

input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.form-control {
    height: 34px
}

input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.form-control {
    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
}

input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
select:focus,
textarea:focus,
.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)
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=color]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #999
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #999
}

input[type=text]::-ms-expand,
input[type=password]::-ms-expand,
input[type=datetime]::-ms-expand,
input[type=datetime-local]::-ms-expand,
input[type=date]::-ms-expand,
input[type=month]::-ms-expand,
input[type=time]::-ms-expand,
input[type=week]::-ms-expand,
input[type=number]::-ms-expand,
input[type=email]::-ms-expand,
input[type=url]::-ms-expand,
input[type=search]::-ms-expand,
input[type=tel]::-ms-expand,
input[type=color]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand,
.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

input[type=text][disabled],
input[type=password][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=date][disabled],
input[type=month][disabled],
input[type=time][disabled],
input[type=week][disabled],
input[type=number][disabled],
input[type=email][disabled],
input[type=url][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=color][disabled],
select[disabled],
textarea[disabled],
.form-control[disabled],
input[type=text][readonly],
input[type=password][readonly],
input[type=datetime][readonly],
input[type=datetime-local][readonly],
input[type=date][readonly],
input[type=month][readonly],
input[type=time][readonly],
input[type=week][readonly],
input[type=number][readonly],
input[type=email][readonly],
input[type=url][readonly],
input[type=search][readonly],
input[type=tel][readonly],
input[type=color][readonly],
select[readonly],
textarea[readonly],
.form-control[readonly],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=datetime],
fieldset[disabled] input[type=datetime-local],
fieldset[disabled] input[type=date],
fieldset[disabled] input[type=month],
fieldset[disabled] input[type=time],
fieldset[disabled] input[type=week],
fieldset[disabled] input[type=number],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=url],
fieldset[disabled] input[type=search],
fieldset[disabled] input[type=tel],
fieldset[disabled] input[type=color],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

input[type=text][disabled],
input[type=password][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=date][disabled],
input[type=month][disabled],
input[type=time][disabled],
input[type=week][disabled],
input[type=number][disabled],
input[type=email][disabled],
input[type=url][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=color][disabled],
select[disabled],
textarea[disabled],
.form-control[disabled],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=datetime],
fieldset[disabled] input[type=datetime-local],
fieldset[disabled] input[type=date],
fieldset[disabled] input[type=month],
fieldset[disabled] input[type=time],
fieldset[disabled] input[type=week],
fieldset[disabled] input[type=number],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=url],
fieldset[disabled] input[type=search],
fieldset[disabled] input[type=tel],
fieldset[disabled] input[type=color],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textareainput[type=text],
textareainput[type=password],
textareainput[type=datetime],
textareainput[type=datetime-local],
textareainput[type=date],
textareainput[type=month],
textareainput[type=time],
textareainput[type=week],
textareainput[type=number],
textareainput[type=email],
textareainput[type=url],
textareainput[type=search],
textareainput[type=tel],
textareainput[type=color],
textareaselect,
textareatextarea,
textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        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: normal;
    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: normal;
    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
}

.form-control.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-control.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.form-control.input-sm,
select[multiple].form-control.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.form-control.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.form-control.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.form-control.input-lg,
select[multiple].form-control.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.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,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.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: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -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: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.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: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -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: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.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: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -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: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-success .form-control {
    border: #468847 1px solid!important
}

.has-warning .form-control {
    border: #c09853 1px solid!important
}

.has-error .form-control {
    border: #b94a48 1px solid!important
}

.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: #828282
}

@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: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

input[type=submit],
input[type=reset],
input[type=button],
button,
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    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
}

input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus,
button:focus,
.btn:focus,
input[type=submit]:active:focus,
input[type=reset]:active:focus,
input[type=button]:active:focus,
button:active:focus,
.btn:active:focus,
input[type=submit].active:focus,
input[type=reset].active:focus,
input[type=button].active:focus,
button.active:focus,
.btn.active:focus,
input[type=submit].focus,
input[type=reset].focus,
input[type=button].focus,
button.focus,
.btn.focus,
input[type=submit]:active.focus,
input[type=reset]:active.focus,
input[type=button]:active.focus,
button:active.focus,
.btn:active.focus,
input[type=submit].active.focus,
input[type=reset].active.focus,
input[type=button].active.focus,
button.active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover,
.btn:hover,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus,
button:focus,
.btn:focus,
input[type=submit].focus,
input[type=reset].focus,
input[type=button].focus,
button.focus,
.btn.focus {
    color: #fff;
    text-decoration: none
}

input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
button:active,
.btn:active,
input[type=submit].active,
input[type=reset].active,
input[type=button].active,
button.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)
}

input[type=submit].disabled,
input[type=reset].disabled,
input[type=button].disabled,
button.disabled,
.btn.disabled,
input[type=submit][disabled],
input[type=reset][disabled],
input[type=button][disabled],
button[disabled],
.btn[disabled],
fieldset[disabled] input[type=submit],
fieldset[disabled] input[type=reset],
fieldset[disabled] input[type=button],
fieldset[disabled] button,
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

ainput[type=submit].disabled,
ainput[type=reset].disabled,
ainput[type=button].disabled,
abutton.disabled,
a.btn.disabled,
fieldset[disabled] ainput[type=submit],
fieldset[disabled] ainput[type=reset],
fieldset[disabled] ainput[type=button],
fieldset[disabled] abutton,
fieldset[disabled] a.btn {
    pointer-events: none
}

input[type=submit],
input[type=reset],
input[type=button],
button,
.btn-default {
    color: #fff;
    background-color: #3c3770;
    border-color: #332f5f
}

input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus,
button:focus,
.btn-default:focus,
input[type=submit].focus,
input[type=reset].focus,
input[type=button].focus,
button.focus,
.btn-default.focus {
    color: #fff;
    background-color: #2a264e;
    border-color: #050509
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover,
.btn-default:hover {
    color: #fff;
    background-color: #2a264e;
    border-color: #1d1a36
}

input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
button:active,
.btn-default:active,
input[type=submit].active,
input[type=reset].active,
input[type=button].active,
button.active,
.btn-default.active,
.open>.dropdown-toggleinput[type=submit],
.open>.dropdown-toggleinput[type=reset],
.open>.dropdown-toggleinput[type=button],
.open>.dropdown-togglebutton,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #2a264e;
    border-color: #1d1a36
}

input[type=submit]:active:hover,
input[type=reset]:active:hover,
input[type=button]:active:hover,
button:active:hover,
.btn-default:active:hover,
input[type=submit].active:hover,
input[type=reset].active:hover,
input[type=button].active:hover,
button.active:hover,
.btn-default.active:hover,
.open>.dropdown-toggleinput[type=submit]:hover,
.open>.dropdown-toggleinput[type=reset]:hover,
.open>.dropdown-toggleinput[type=button]:hover,
.open>.dropdown-togglebutton:hover,
.open>.dropdown-toggle.btn-default:hover,
input[type=submit]:active:focus,
input[type=reset]:active:focus,
input[type=button]:active:focus,
button:active:focus,
.btn-default:active:focus,
input[type=submit].active:focus,
input[type=reset].active:focus,
input[type=button].active:focus,
button.active:focus,
.btn-default.active:focus,
.open>.dropdown-toggleinput[type=submit]:focus,
.open>.dropdown-toggleinput[type=reset]:focus,
.open>.dropdown-toggleinput[type=button]:focus,
.open>.dropdown-togglebutton:focus,
.open>.dropdown-toggle.btn-default:focus,
input[type=submit]:active.focus,
input[type=reset]:active.focus,
input[type=button]:active.focus,
button:active.focus,
.btn-default:active.focus,
input[type=submit].active.focus,
input[type=reset].active.focus,
input[type=button].active.focus,
button.active.focus,
.btn-default.active.focus,
.open>.dropdown-toggleinput[type=submit].focus,
.open>.dropdown-toggleinput[type=reset].focus,
.open>.dropdown-toggleinput[type=button].focus,
.open>.dropdown-togglebutton.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #1d1a36;
    border-color: #050509
}

input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
button:active,
.btn-default:active,
input[type=submit].active,
input[type=reset].active,
input[type=button].active,
button.active,
.btn-default.active,
.open>.dropdown-toggleinput[type=submit],
.open>.dropdown-toggleinput[type=reset],
.open>.dropdown-toggleinput[type=button],
.open>.dropdown-togglebutton,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

input[type=submit].disabled:hover,
input[type=reset].disabled:hover,
input[type=button].disabled:hover,
button.disabled:hover,
.btn-default.disabled:hover,
input[type=submit][disabled]:hover,
input[type=reset][disabled]:hover,
input[type=button][disabled]:hover,
button[disabled]:hover,
.btn-default[disabled]:hover,
fieldset[disabled] input[type=submit]:hover,
fieldset[disabled] input[type=reset]:hover,
fieldset[disabled] input[type=button]:hover,
fieldset[disabled] button:hover,
fieldset[disabled] .btn-default:hover,
input[type=submit].disabled:focus,
input[type=reset].disabled:focus,
input[type=button].disabled:focus,
button.disabled:focus,
.btn-default.disabled:focus,
input[type=submit][disabled]:focus,
input[type=reset][disabled]:focus,
input[type=button][disabled]:focus,
button[disabled]:focus,
.btn-default[disabled]:focus,
fieldset[disabled] input[type=submit]:focus,
fieldset[disabled] input[type=reset]:focus,
fieldset[disabled] input[type=button]:focus,
fieldset[disabled] button:focus,
fieldset[disabled] .btn-default:focus,
input[type=submit].disabled.focus,
input[type=reset].disabled.focus,
input[type=button].disabled.focus,
button.disabled.focus,
.btn-default.disabled.focus,
input[type=submit][disabled].focus,
input[type=reset][disabled].focus,
input[type=button][disabled].focus,
button[disabled].focus,
.btn-default[disabled].focus,
fieldset[disabled] input[type=submit].focus,
fieldset[disabled] input[type=reset].focus,
fieldset[disabled] input[type=button].focus,
fieldset[disabled] button.focus,
fieldset[disabled] .btn-default.focus {
    background-color: #3c3770;
    border-color: #332f5f
}

input[type=submit] .badge,
input[type=reset] .badge,
input[type=button] .badge,
button .badge,
.btn-default .badge {
    color: #3c3770;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #e6ad10;
    border-color: #ce9b0e
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #b6890d;
    border-color: #574106
}

.btn-primary:hover {
    color: #fff;
    background-color: #b6890d;
    border-color: #95700a
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #b6890d;
    border-color: #95700a
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #95700a;
    border-color: #574106
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.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 {
    background-color: #e6ad10;
    border-color: #ce9b0e
}

.btn-primary .badge {
    color: #e6ad10;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.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 {
    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:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.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 {
    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:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.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 {
    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:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.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 {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #e6ad10;
    font-weight: normal;
    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: #876509;
    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: 6px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="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-top: 4px solid \9;
    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: normal;
    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: #e6ad10
}

.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 dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:992px) {
    .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,
.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-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.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 .form-control:focus {
    z-index: 3
}

.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: 6px
}

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: 3px
}

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: normal;
    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: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.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 {
    z-index: 2;
    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: #e6ad10
}

.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: #e6ad10
}

.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: 20px;
    border: 1px solid transparent
}

@media (min-width:992px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:992px) {
    .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:992px) {
    .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:992px) {
    .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:992px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:992px) {
    .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 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:992px) {
    .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:992px) {
    .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:991px) {
    .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:992px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 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-top: 8px;
    margin-bottom: 8px
}

@media (min-width:992px) {
    .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:991px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:991px) {
    .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:992px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:992px) {
    .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: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    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: #555
}

@media (max-width:991px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        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: #555;
        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: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.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:991px) {
    .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
}

.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: #e6ad10;
    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 {
    z-index: 2;
    color: #876509;
    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: 3;
    color: #fff;
    background-color: #e6ad10;
    border-color: #e6ad10;
    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;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.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: bold;
    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: #e6ad10
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #b6890d
}

.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: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    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: #e6ad10;
    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-top: 30px;
    padding-bottom: 30px;
    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: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .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: #e6ad10
}

.thumbnail .caption {
    padding: 9px;
    color: #424242
}

.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: bold
}

.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: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-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: #e6ad10;
    -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-object.img-thumbnail {
    max-width: none
}

.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 #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.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: #e6ad10;
    border-color: #e6ad10
}

.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: #fbedc7
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.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>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.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: #e6ad10
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #e6ad10;
    border-color: #e6ad10
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e6ad10
}

.panel-primary>.panel-heading .badge {
    color: #e6ad10;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #e6ad10
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.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: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    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: 6px;
    -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
}

.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: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    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;
    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: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.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: 5px 5px 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: 1000px;
        -moz-perspective: 1000px;
        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);
    background-color: rgba(0, 0, 0, 0)
}

.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%;
    margin-top: -10px;
    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;
    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: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .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-header:before,
.modal-header: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-header: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
}

@-ms-viewport {
    width: device-width
}

.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!important
    }
    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!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .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!important
    }
    tr.visible-md {
        display: table-row!important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    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!important
    }
    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
    }
}

@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    src: url('fonts/Roboto-300/Roboto-300.eot');
    src: url('fonts/Roboto-300/Roboto-300.eot?#iefix') format('embedded-opentype'), local('Roboto Light'), local('Roboto-300'), url('fonts/Roboto-300/Roboto-300.woff2') format('woff2'), url('fonts/Roboto-300/Roboto-300.woff') format('woff'), url('fonts/Roboto-300/Roboto-300.ttf') format('truetype'), url('fonts/Roboto-300/Roboto-300.svg#Roboto') format('svg')
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    src: url('fonts/Roboto-regular/Roboto-regular.eot');
    src: url('fonts/Roboto-regular/Roboto-regular.eot?#iefix') format('embedded-opentype'), local('Roboto'), local('Roboto-regular'), url('fonts/Roboto-regular/Roboto-regular.woff2') format('woff2'), url('fonts/Roboto-regular/Roboto-regular.woff') format('woff'), url('fonts/Roboto-regular/Roboto-regular.ttf') format('truetype'), url('fonts/Roboto-regular/Roboto-regular.svg#Roboto') format('svg')
}

@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    src: url('fonts/Roboto-700/Roboto-700.eot');
    src: url('fonts/Roboto-700/Roboto-700.eot?#iefix') format('embedded-opentype'), local('Roboto Bold'), local('Roboto-700'), url('fonts/Roboto-700/Roboto-700.woff2') format('woff2'), url('fonts/Roboto-700/Roboto-700.woff') format('woff'), url('fonts/Roboto-700/Roboto-700.ttf') format('truetype'), url('fonts/Roboto-700/Roboto-700.svg#Roboto') format('svg')
}

@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    font-style: normal;
    src: url('fonts/Roboto-900/Roboto-900.eot');
    src: url('fonts/Roboto-900/Roboto-900.eot?#iefix') format('embedded-opentype'), local('Roboto Black'), local('Roboto-900'), url('fonts/Roboto-900/Roboto-900.woff2') format('woff2'), url('fonts/Roboto-900/Roboto-900.woff') format('woff'), url('fonts/Roboto-900/Roboto-900.ttf') format('truetype'), url('fonts/Roboto-900/Roboto-900.svg#Roboto') format('svg')
}

html {
    height: 100%
}

#Body,
#Form,
#body,
#form,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

header.navbar {
    background: #3c3770;
    border-width: 0;
    margin: 0
}

header.navbar>.container {
    position: relative
}

header.navbar>.container .navbar-toggle {
    margin-top: 5px;
    margin-bottom: 0
}

header.navbar.inner-nav .navbar-collapse #MenuH {
    width: auto
}

#MenuH .bt-trigger-item {
    vertical-align: middle!important
}

#bt-pagetitle,
#bt-slider {
    color: #000;
    min-height: 3px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1)
}

#bt-slider h1,
#bt-slider h2,
#bt-slider h3,
#bt-slider h4,
#bt-slider h5,
#bt-slider h6 {
    color: #fff;
    font-weight: 300;
    line-height: 1
}

#bt-slider .lead {
    color: #fff;
    font-size: 20px;
    margin: 0 auto 30px
}

#bt-slider .btn {
    font-size: 20px;
    padding: 15px 30px
}

@media (min-width:768px) {
    #bt-slider h1 {
        font-size: 60px
    }
    #bt-slider .lead {
        font-size: 24px
    }
}

@media (min-width:992px) {
    #bt-slider .lead {
        font-size: 30px;
        width: 80%
    }
}

#bt-pagetitle {
    font-size: 20px
}

#bt-pagetitle h1,
#bt-pagetitle h2,
#bt-pagetitle h3,
#bt-pagetitle h4,
#bt-pagetitle h5,
#bt-pagetitle h6 {
    color: #000;
    margin: .4em 0 .3em
}

#bt-pagetitle p {
    font-weight: 300;
    line-height: 1.4;
    margin: .5em 0 .6em;
    opacity: .65
}

#bt-pagetitle .container {
    position: relative
}

@media (min-width:768px) {
    #bt-pagetitle {
        font-size: 24px;
        text-align: left
    }
    #bt-pagetitle h1 {
        font-size: 60px;
        line-height: 1
    }
}

.bs-footer {
    background: #9e032a;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    margin-top: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center
}

.bs-footer .footer-links {
    margin: 20px 0
}

.bs-footer .footer-links>span {
    margin-left: 5px
}

.bs-footer .footer-links>span:before {
    content: "\00b7";
    margin-right: 5px
}

.bs-footer .footer-links>span:before {
    content: ""
}

.bs-footer a,
.bs-footer a:active,
.bs-footer a:link,
.bs-footer a:visited {
    color: #fff
}

.bs-footer a:hover {
    color: #876509
}

.fa-rounded {
    background: #eee;
    color: #e6ad10;
    border-radius: 900px;
    font-size: 30px;
    height: 90px;
    margin-bottom: 10px;
    padding: 30px;
    width: 90px;
    transition: all .1s
}

.fa-rounded:hover {
    background: #e6ad10;
    color: #000
}

.carousel .item {
    padding: 0
}

.carousel .item img {
    width: 100%
}

.carousel .item .carousel-caption.eshop-caption {
    left: 10%;
    padding: 30px 0 80px;
    top: 0;
    right: 10%
}

.carousel .item .carousel-caption.eshop-caption h1,
.carousel .item .carousel-caption.eshop-caption h2,
.carousel .item .carousel-caption.eshop-caption h3,
.carousel .item .carousel-caption.eshop-caption h4,
.carousel .item .carousel-caption.eshop-caption h5,
.carousel .item .carousel-caption.eshop-caption h6 {
    color: #fff
}

.carousel .carousel-control {
    top: 50%!important
}

.carousel .carousel-control.left {
    background-image: none
}

.carousel .carousel-control.left:after {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 36px;
    font-weight: bold;
    position: absolute
}

.carousel .carousel-control.right {
    background-image: none
}

.carousel .carousel-control.right:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 36px;
    font-weight: bold;
    position: absolute
}

@media (max-width:768px) {
/*    .carousel .item .carousel-caption {        position: static    } */
    .carousel .item .carousel-caption h1,
    .carousel .item .carousel-caption h2,
    .carousel .item .carousel-caption h3,
    .carousel .item .carousel-caption h4,
    .carousel .item .carousel-caption h5,
    .carousel .item .carousel-caption h6,
    .carousel .item .carousel-caption p {
        color: #000
    }
}

.panel-primary .panel-title {
    color: #000
}

#Breadcrumb {
    margin-top: 11px;
    vertical-align: middle
}

#Breadcrumb a,
#Breadcrumb span {
    color: #555;
    font-size: 18px;
    margin-left: 2px
}

#Breadcrumb .selected,
#Breadcrumb a:hover {
    color: #555;
    text-decoration: none!important
}

#Breadcrumb .icon-home:before {
    color: #555
}

#Breadcrumb a:not(:last-child):after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 15px;
    margin-left: 5px;
    color: #fff
}

#Copyright {
    display: inline-block
}

#Copyright .copyrightText {
    color: #ccc
}

#Login {
    display: inline-block
}

#Login a,
#Login input {
    color: #fff!important
}

#Login a:hover,
#Login input:hover {
    color: #ccc!important
}

#Logo {
    height: auto;
    padding: 10px 15px;
    min-height: 40px
}

#Logo a img {
    border: 0
}

#Logo a {
    color: #fff;
    font-size: 18px
}

#Logo h1.ms-core-pageTitle,
#Logo h1.ms-core-pageTitle a {
    color: #ccc;
    font-size: 18px
}

#MenuH {
    display: inline-block
}

#MenuH .menu {
    display: block!important
}

#MenuH .menu>li>a,
#MenuH .menu>li>span {
    height: 50px;
    font-weight: 500;
    padding: 15px;
    text-decoration: none;
    color: #fff;
    transition: .2s all
}

#MenuH .menu>li.sel>a,
#MenuH .menu>li.sel>span,
#MenuH .menu>li:hover>a,
#MenuH .menu>li:hover>span {
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 #e6ad10;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#MenuH .submenu {
    background: #3c3770;
    margin: 0;
    padding: 0;
    z-index: 9999;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

#MenuH .submenu li,
#MenuH .submenu li.sel,
#MenuH .submenu li:hover {
    background: transparent
}

#MenuH .submenu li a,
#MenuH .submenu li span,
#MenuH .submenu li.sel>a,
#MenuH .submenu li.sel>span,
#MenuH .submenu li:hover>a,
#MenuH .submenu li:hover>span {
    font-size: 13px;
    padding: 0;
    text-decoration: none;
    color: #fff
}

#MenuH.megamenu .mega>.submenu>.megamenu-row>li,
#MenuH.megamenu .mega>.submenu>li {
    border-right: 1px solid #2a264e;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 10px
}

#MenuH.megamenu .mega>.submenu>.megamenu-row>li:last-child,
#MenuH.megamenu .mega>.submenu>li:last-child {
    border-right: 0
}

#MenuH.megamenu .mega>.submenu>.megamenu-row>li>a,
#MenuH.megamenu .mega>.submenu>li>a {
    border: none!important;
    font-size: 15px!important;
    padding: 6px 0!important
}

#MenuH.megamenu .mega>.submenu .submenu {
    border: 0;
    box-shadow: none;
    padding-left: 15px
}

#MenuH.megamenu .mega>.submenu .submenu li a {
    background: transparent!important;
    border-bottom: 0;
    font-size: .9em;
    padding: 6px 0
}

#bs-main #MenuH {
    background: #3c3770
}

#MenuV {
    display: block;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

#MenuV .menu>li {
    padding: 4px 0
}

#MenuV .menu>li>a,
#MenuV .menu>li>span {
    font-size: 13px;
    font-weight: 500;
    padding: 6px 20px;
    text-decoration: none;
    color: #000;
    border-left: 1px solid transparent;
    transition: .2s all
}

#MenuV .menu>li:hover>a,
#MenuV .menu>li:hover>span {
    font-size: 13px;
    font-weight: 500;
    padding: 6px 20px;
    text-decoration: none;
    color: #e6ad10;
    border-left: 1px solid #e6ad10
}

#MenuV .menu>li.sel>a,
#MenuV .menu>li.sel>span {
    font-size: 13px;
    font-weight: 500;
    padding: 6px 20px 6px 19px;
    text-decoration: none;
    color: #e6ad10;
    border-left: 2px solid #e6ad10
}

#MenuV .submenu {
    background: #3c3770;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    z-index: 9
}

#MenuV .submenu li,
#MenuV .submenu li.sel,
#MenuV .submenu li:hover {
    background: transparent
}

#MenuV .submenu li a,
#MenuV .submenu li span,
#MenuV .submenu li.sel>a,
#MenuV .submenu li.sel>span,
#MenuV .submenu li:hover>a,
#MenuV .submenu li:hover>span {
    font-size: 13px;
    padding: 0;
    text-decoration: none;
    color: #fff
}

#MenuV.megamenu .mega>.submenu>.megamenu-row>li,
#MenuV.megamenu .mega>.submenu>li {
    padding: 5px 10px
}

#MenuV.megamenu .mega>.submenu>.megamenu-row>li:last-child,
#MenuV.megamenu .mega>.submenu>li:last-child {
    border-right: 0
}

#MenuV.megamenu .mega>.submenu>.megamenu-row>li>a,
#MenuV.megamenu .mega>.submenu>li>a {
    border: none!important;
    font-size: 15px!important;
    padding: 6px 0!important
}

#MenuV.megamenu .mega>.submenu .submenu {
    border: 0;
    box-shadow: none;
    padding-left: 15px
}

#MenuV.megamenu .mega>.submenu .submenu li a {
    background: transparent!important;
    border-bottom: 0;
    font-size: .9em;
    padding: 6px 0
}

#MenuV.accordion .submenu {
    background: transparent;
    border-top: 1px dashed #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

#MenuV.accordion .submenu .submenu {
    padding-left: 10px
}

#MenuV.accordion .submenu li a,
#MenuV.accordion .submenu li span,
#MenuV.accordion .submenu li.sel>a,
#MenuV.accordion .submenu li.sel>span,
#MenuV.accordion .submenu li:hover>a,
#MenuV.accordion .submenu li:hover>span {
    border-bottom: none!important;
    color: #000;
    padding: 4px 5px 4px 30px
}

#Privacy {
    display: inline-block
}

#Privacy a {
    color: #fff
}

#Privacy a:hover {
    color: #876509
}

#Search {
    display: block;
    float: right;
    top: 75px
}

#Search .btn {
    box-shadow: none;
    padding: 9px 0 0!important
}

#Search .btn:after {
    color: #fff;
    content: "\f002";
    font-family: fontawesome;
    font-size: 20px
}

#Search .btn.active+#SearchBar {
    display: block;
    width: auto
}

#Search #SearchBar {
    background: #3c3770;
    display: none;
    padding: 7px;
    border-radius: 3px;
    position: absolute;
    top: 66px;
    right: -15px;
    width: 0;
    transition: all .3s;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

#Search input[type=text] {
    background: #fff;
    border-radius: 3px;
    margin: 0;
    padding-right: 40px
}

#Search input[type=submit] {
    background: transparent url("images/search.gif") no-repeat center center;
    border: 0;
    display: inline-block;
    font-size: 0;
    height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 30px
}

#Terms {
    display: inline-block
}

#Terms a {
    color: #fff
}

#Terms a:hover {
    color: #876509
}

#User {
    display: inline-block
}

#User a,
#User input,
#User span {
    color: #fff!important
}

#User a:hover,
#User input:hover,
#User span:hover {
    color: #876509!important
}

#FooterCopyright #User {
    display: inline-block
}

#FooterCopyright #User a,
#FooterCopyright #User input,
#FooterCopyright #User span {
    color: #fff!important
}

#FooterCopyright #User a:hover,
#FooterCopyright #User input:hover,
#FooterCopyright #User span:hover {
    color: #876509!important
}

#FooterCopyright #Login {
    display: inline-block
}

#FooterCopyright #Login a,
#FooterCopyright #Login input {
    color: #fff!important
}

#FooterCopyright #Login a:hover,
#FooterCopyright #Login input:hover {
    color: #876509!important
}

@media (min-width:991px) and (max-width:992px) {
    #MenuH .menu>li>a,
    #MenuH .menu>li>span,
    #MenuH .menu>li.sel>a,
    #MenuH .menu>li.sel>span,
    #MenuH .menu>li:hover>a,
    #MenuH .menu>li:hover>span {
        padding: 15px 7px
    }
}

@media (max-width:992px) {
    #Logo a img {
        max-height: 70px;
        max-width: 200px
    }
    #MenuH .submenu {
        -webkit-box-shadow: none!important;
        -moz-box-shadow: none!important;
        -ms-box-shadow: none!important;
        -o-box-shadow: none!important;
        box-shadow: none!important
    }
    .submenu .submenu {
        border: 0;
        padding-left: 25px;
        width: auto
    }
    .submenu .submenu li a,
    .submenu .submenu li span {
        border: 0
    }
}

.navbar-collapse {
    max-height: 100%
}

.navbar-collapse.collapsing {
    position: static!important
}

.navbar-toggle {
    background: transparent!important;
    border: none!important
}

.navbar-toggle .fa-bars:before {
    color: #fff;
    font-size: 21px
}

#bt-pagetitle {
    margin-bottom: 20px
}

@media (min-width:992px) {
    #MenuH {
        float: left
    }
}

@media (min-width:1200px) {
    .container,
    .navbar-fixed-top .container {
        width: 95%!important
    }
}

.IE7 .container,
.IE7 .navbar-fixed-top .container,
.IE8 .container,
.IE8 .navbar-fixed-top .container {
    width: 95%!important
}

.btn-outline {
    background-color: rgba(0, 0, 0, 0);
    border-color: #e6ad10;
    color: #e6ad10
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    background-color: #e6ad10;
    border-color: #e6ad10;
    color: #000
}

.btn-outline-inverse {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0.5);
    color: #000
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
    background-color: #000;
    border-color: #000;
    color: #e6ad10;
    text-shadow: none
}

.bs-booticon {
    background-color: #e6ad10;
    border-radius: 15%;
    color: #000;
    cursor: default;
    display: block;
    font-weight: 500;
    text-align: center
}

.bs-booticon-sm {
    font-size: 20px;
    height: 30px;
    line-height: 28px;
    width: 30px
}

.bs-booticon-lg {
    font-size: 108px;
    height: 144px;
    line-height: 140px;
    width: 144px
}

.bs-booticon-inverse {
    background-color: #000;
    color: #e6ad10
}

.bs-booticon-outline {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.5)
}

#bt-slider .bs-booticon {
    margin: 0 auto 30px
}

.bs-featurette {
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    text-align: center
}

.bs-featurette+.bs-footer {
    border-top: 0 none;
    margin-top: 0
}

.bs-featurette-title {
    color: #333;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px
}

.half-rule {
    margin: 40px auto;
    width: 100px
}

.bs-featurette h3 {
    color: #333;
    font-weight: 400;
    margin-bottom: 5px
}

.bs-featurette-img {
    color: #333;
    display: block;
    margin-bottom: 20px
}

.bs-featurette-img:hover {
    color: #428bca;
    text-decoration: none
}

.bs-featurette-img img {
    display: block;
    margin-bottom: 15px
}

.bs-featured-sites {
    margin-left: -1px;
    margin-right: -1px
}

.bs-featured-sites .col-sm-3 {
    padding-left: 1px;
    padding-right: 1px
}

@media (min-width:480px) {
    .bs-featurette .img-responsive {
        margin-top: 30px
    }
}

@media (min-width:768px) {
    .bs-featurette-title {
        font-size: 40px
    }
    .bs-featurette .lead {
        margin-left: auto;
        margin-right: auto;
        max-width: 80%
    }
    .bs-featured-sites .col-sm-3:first-child img {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px
    }
    .bs-featured-sites .col-sm-3:last-child img {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px
    }
    .bs-featurette .img-responsive {
        margin-top: 0
    }
}

html {
    height: 100%!important;
    position: relative!important
}

body {
    background: #008d4f!important;
    height: auto!important;
    position: unset!important
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #212121
}

body p {
    color: #424242
}

footer {
    opacity: 0
}

a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.remove-card {
    height: 0!important;
    width: 0;
    overflow: hidden
}

.change-margins-card {
    margin: 0 0 30px!important
}

.nav-spacing {
    height: 63px
}

.no-margin {
    margin: 0!important
}

.show-overflow {
    overflow: visible!important
}

.sp-breadcrumb {
    display: inline-block;
    font-size: 16px;
   
    width: 100%;
}

.sp-breadcrumb h1 {
    font-size: 18px!important;
    margin: 15px 0!important
}

.row-offcanvas.active #bt-sidebar .bt-submenu {
    padding: 0 0 0 20px!important
}

header.navbar {
    top: auto!important;
    z-index: 99!important;
    min-height: 50px!important
}

header.navbar .navbar-toggle {
    background: transparent;
    border: 0;
    color: #777;
    font-size: 28px;
    margin: 0;
    min-width: 0;
    padding: 0!important;
    position: absolute;
    right: 20px;
    top: 14px
}

header.navbar .navbar-collapse {
    max-height: 100%;
    padding: 0;
    width: auto;
    width: 100%
}

header.navbar .navbar-collapse #MenuH {
    width: 100%;
    background: #3c3770;
    padding-right: 50px
}

header.navbar .nav-tokens #Cart,
header.navbar .nav-tokens #Login,
header.navbar .nav-tokens #Language {
    padding-top: 20px
}

header.navbar .nav-tokens #Cart span a,
header.navbar .nav-tokens #Login span a,
header.navbar .nav-tokens #Language span a,
header.navbar .nav-tokens #Cart span,
header.navbar .nav-tokens #Login span,
header.navbar .nav-tokens #Language span,
header.navbar .nav-tokens #Cart a,
header.navbar .nav-tokens #Login a,
header.navbar .nav-tokens #Language a {
    color: #fff
}

header.navbar .logo-row {
    margin-bottom: 4px
}

header.navbar .inner-logo {
    display: inline-block;
    float: left;
    width: auto;
    height: auto!important;
    padding-top: 8px
}

header.navbar .inner-logo img {
    height: 36px;
    margin-right: 15px
}

header.navbar .hidden-logo {
    max-width: 0;
    opacity: 0
}

#MenuH .submenu li a:hover {
    color: #e6ad10
}

#MenuV .submenu li a:hover {
    color: #e6ad10
}

.BT-bp #bt-slider .carousel {
    display: block
}

#bt-slider {
    position: relative;
    clear: both;
    width: 100%;
    right: 0;
    left: 0;
    overflow: hidden;
    background: #f0191e;
    z-index: 0
}

#bt-slider .container-box {
    margin: 0!important
}

#bt-slider .carousel-inner,
#bt-slider .item {
    max-height: 540px
}

#bt-slider .carousel-caption {
    margin: 180px 60px 0
}

#bt-slider .carousel-caption h1,
#bt-slider .carousel-caption p {
    text-shadow: 2px 2px 2px #000
}

.main-content-zone {
    padding-bottom: 30px
}

.main-content-zone .card {
    overflow-x: auto
}

#bt-main hr,
#bt-content hr {
    border-color: #555!important;
    opacity: .3!important
}

#bt-main .above-content-white-zone,
#bt-content .above-content-white-zone {
    position: relative;
    background: #fff;
    z-index: 2
}

#bt-main .above-content-white-zone>.container>.row>[class*="col-"]>div,
#bt-content .above-content-white-zone>.container>.row>[class*="col-"]>div {
    padding: 90px 0
}

#bt-main .above-content-white-zone h1,
#bt-content .above-content-white-zone h1 {
    margin: 0
}

#bt-main .above-content-white-zone p,
#bt-content .above-content-white-zone p {
    margin: 10px 0 0 0
}

#bt-main .above-content-white-zone>.container>.row>[class*="col-"]>div:empty,
#bt-content .above-content-white-zone>.container>.row>[class*="col-"]>div:empty {
    display: none;
    padding: 0
}

#bt-main .sp-breadcrumb:empty,
#bt-content .sp-breadcrumb:empty {
    display: none
}

#bt-main .sp-breadcrumb>div:empty,
#bt-content .sp-breadcrumb>div:empty {
    display: none
}

#bt-main .card:empty,
#bt-content .card:empty {
    display: none
}

#bt-main .above-content-grey-zone,
#bt-content .above-content-grey-zone {
    position: relative;
}

#bt-main .above-content-grey-zone .container>.row,
#bt-content .above-content-grey-zone .container>.row {
    overflow: hidden;
    position: unset;
    background: #e6ad10
}

#bt-main .above-content-grey-zone .container>.row>.col-sm-12,
#bt-content .above-content-grey-zone .container>.row>.col-sm-12 {
    position: unset
}

#bt-main .above-content-grey-zone .extend-top,
#bt-content .above-content-grey-zone .extend-top {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
    z-index: -1;
    box-shadow: 0 5px 4px 0 rgba(50, 50, 50, 0.2)
}

#bt-main .above-content-grey-zone .extend-bottom,
#bt-content .above-content-grey-zone .extend-bottom {
    background: #FFF;
    position: absolute;
    right: 0;
    left: 0;
    height: 60px;
    bottom: 0;
    z-index: -1;
    box-shadow: 0 -5px 4px 0 rgba(50, 50, 50, 0.2)
}

#bt-main .above-content-grey-zone>.container>.row>[class*="col-"]>div:empty,
#bt-content .above-content-grey-zone>.container>.row>[class*="col-"]>div:empty {
    display: none
}

#bt-main .content-white-zone,
#bt-content .content-white-zone {
    background: #fff;
    position: relative;
    z-index: 5;
    text-align: center
}

#bt-main .content-white-zone>.container>.row>[class*="col-"]>div,
#bt-content .content-white-zone>.container>.row>[class*="col-"]>div {
    padding: 90px 0 90px 0
}

#bt-main .content-white-zone h2,
#bt-content .content-white-zone h2 {
    margin-bottom: 45px;
    text-transform: uppercase
}

#bt-main .content-white-zone .fa-stack,
#bt-content .content-white-zone .fa-stack {
    font-size: 38px
}

#bt-main .content-white-zone>.container>.row>[class*="col-"]>div:empty,
#bt-content .content-white-zone>.container>.row>[class*="col-"]>div:empty {
    display: none;
    padding: 0
}

#bt-main .content-color-zone,
#bt-content .content-color-zone {
    position: relative;
    background: #e67e00;
    text-align: center;
}

#bt-main .content-color-zone>.container>.row>[class*="col-"]>div,
#bt-content .content-color-zone>.container>.row>[class*="col-"]>div {
    padding: 60px 0
}

#bt-main .content-color-zone p,
#bt-content .content-color-zone p {
    color: #fff;
    text-size: 15px;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase
}

#bt-main .content-color-zone h2,
#bt-content .content-color-zone h2 {
    color: #fff;
    margin: 15px 0 30px 0;
    font-size: 50px;
    font-weight: 400
}

#bt-main .content-color-zone .btn.btn-alternative,
#bt-content .content-color-zone .btn.btn-alternative {
    margin-left: 15px
}

#bt-main .content-color-zone>.container>.row>[class*="col-"]>div:empty,
#bt-content .content-color-zone>.container>.row>[class*="col-"]>div:empty {
    display: none
}

#bt-main .product-categories,
#bt-content .product-categories {
    position: relative;
    z-index: 5;
    text-align: center;
    padding: 90px 0 90px 0
}

#bt-main .product-categories h2,
#bt-content .product-categories h2 {
    margin-top: 0;
    margin-bottom: 45px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase
}

#bt-main .product-categories .btn.btn-default,
#bt-content .product-categories .btn.btn-default {
    margin-top: 45px
}

#bt-main .product-categories ._category-content,
#bt-content .product-categories ._category-content {
    position: absolute;
    z-index: 1111;
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#bt-main .product-categories ._category-content h3,
#bt-content .product-categories ._category-content h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1abc9c;
    text-align: center;
    color: #0d0d0d;
    font-size: 22px;
    padding: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
    opacity: .96
}

#bt-main .product-categories #cat1,
#bt-content .product-categories #cat1 {
    background: url('demoimages/cat-1.jpg')
}

#bt-main .product-categories #cat2,
#bt-content .product-categories #cat2 {
    background: url('demoimages/cat-2.jpg')
}

#bt-main .product-categories #cat3,
#bt-content .product-categories #cat3 {
    background: url('demoimages/cat-3.jpg')
}

#bt-main .product-categories .category-content,
#bt-content .product-categories .category-content {
    position: absolute;
    z-index: 1111;
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#bt-main .product-categories .category-content h3,
#bt-content .product-categories .category-content h3 {
    width: 100%;
    text-align: center;
    color: #FFF;
    padding: 15px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    opacity: .0;
    transform: scale(0.95);
    font-weight: 300
}

#bt-main .product-categories .category-ripple,
#bt-content .product-categories .category-ripple {
    background: #e6ad10;
    opacity: .9;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0!important;
    z-index: 50!important;
    overflow: hidden;
    pointer-events: none;
    border-radius: 1000px;
    transform: scale(0)
}

#bt-main .product-categories .category-rippled,
#bt-content .product-categories .category-rippled {
    transform: scale(2)
}

#bt-main .product-categories .category-background,
#bt-content .product-categories .category-background {
    background-size: cover!important;
    background-color: #000;
    height: 300px
}

#bt-main .product-categories .category-wrapper,
#bt-content .product-categories .category-wrapper {
    position: relative;
    padding: 0;
    overflow: hidden
}

#bt-main .product-categories .category-zoom,
#bt-content .product-categories .category-zoom {
    --webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

#bt-main .product-categories .category-pull h3,
#bt-content .product-categories .category-pull h3 {
    opacity: 1;
    transform: scale(1)
}

#bt-main .product-categories .category-content:hover,
#bt-content .product-categories .category-content:hover {
    cursor: pointer
}

#bt-main .product-categories>.container>.row>[class*="col-"]>div:empty,
#bt-content .product-categories>.container>.row>[class*="col-"]>div:empty {
    display: none
}

#bt-main .below-content-image-zone,
#bt-content .below-content-image-zone {
    position: relative;
    z-index: 11;
    text-align: center;
    background: url("images/texture.png") #f0191e
}

#bt-main .below-content-image-zone>.container>.row>[class*="col-"]>div,
#bt-content .below-content-image-zone>.container>.row>[class*="col-"]>div {
    padding: 90px 0
}

#bt-main .below-content-image-zone h2,
#bt-content .below-content-image-zone h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
    margin: 0 0 30px 0
}

#bt-main .below-content-image-zone .fa-play,
#bt-content .below-content-image-zone .fa-play {
    color: #fff;
    padding: 1px 4px
}

#bt-main .below-content-image-zone .btn-ghost:hover .fa-play,
#bt-content .below-content-image-zone .btn-ghost:hover .fa-play {
    color: #212121
}

#bt-main .below-content-image-zone p,
#bt-content .below-content-image-zone p {
    font-size: 22px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 0
}

#bt-main .below-content-image-zone .btn-ghost,
#bt-content .below-content-image-zone .btn-ghost {
    padding: 18px
}

#bt-main .below-content-image-zone>.container>.row>[class*="col-"]>div:empty,
#bt-content .below-content-image-zone>.container>.row>[class*="col-"]>div:empty {
    display: none
}

#bt-main .above-footer-zone,
#bt-content .above-footer-zone {
    background-color: #b70331;
    position: relative;
    z-index: 10
}

#bt-main .above-footer-zone>.container>.row>[class*="col-"]>div,
#bt-content .above-footer-zone>.container>.row>[class*="col-"]>div {
    padding: 60px 0
}

#bt-main .above-footer-zone h3,
#bt-content .above-footer-zone h3 {
    margin: 0;
    line-height: 40px;
    color: #fff
}

#bt-main .above-footer-zone input,
#bt-content .above-footer-zone input {
    width: 100%;
    height: 43px
}

#bt-main .above-footer-zone>.container>.row>[class*="col-"]>div:empty,
#bt-content .above-footer-zone>.container>.row>[class*="col-"]>div:empty {
    display: none
}

#bt-main .card.wide-image,
#bt-content .card.wide-image {
    padding: 0
}

#bt-main .card.wide-image #img1.card-image,
#bt-content .card.wide-image #img1.card-image {
    background: url('demoimages/inner-1.jpg');
    background-size: cover
}

#bt-main .card.wide-image #img2.card-image,
#bt-content .card.wide-image #img2.card-image {
    background: url('demoimages/inner-2.jpg');
    background-size: cover
}

#bt-main .card.wide-image #img3.card-image,
#bt-content .card.wide-image #img3.card-image {
    background: url('demoimages/inner-3.jpg');
    background-size: cover
}

#bt-main .card.wide-image .card-image,
#bt-content .card.wide-image .card-image {
    height: 120px;
    width: 100%
}

#bt-main .card.wide-image h3,
#bt-content .card.wide-image h3,
#bt-main .card.wide-image p,
#bt-content .card.wide-image p {
    padding: 4px 30px
}

#bt-main .card.topline,
#bt-content .card.topline {
    text-align: center;
    border-top: 3px solid #e6ad10
}

#bt-main .card.title-card,
#bt-content .card.title-card {
    overflow: hidden;
    padding: 0
}

#bt-main .card.title-card .title,
#bt-content .card.title-card .title {
    background: #e6ad10;
    padding: 15px 30px
}

#bt-main .card.title-card .title h1,
#bt-content .card.title-card .title h1,
#bt-main .card.title-card .title h2,
#bt-content .card.title-card .title h2,
#bt-main .card.title-card .title h3,
#bt-content .card.title-card .title h3,
#bt-main .card.title-card .title h4,
#bt-content .card.title-card .title h4,
#bt-main .card.title-card .title h5,
#bt-content .card.title-card .title h5,
#bt-main .card.title-card .title h6,
#bt-content .card.title-card .title h6 {
    color: #000;
    text-transform: uppercase
}

#bt-main .card.title-card .title p,
#bt-content .card.title-card .title p {
    margin: 5px 0 0 0;
    color: #000;
    opacity: .5
}

#bt-main .card.title-card .title.title-sm h1,
#bt-content .card.title-card .title.title-sm h1,
#bt-main .card.title-card .title.title-sm h2,
#bt-content .card.title-card .title.title-sm h2,
#bt-main .card.title-card .title.title-sm h3,
#bt-content .card.title-card .title.title-sm h3,
#bt-main .card.title-card .title.title-sm h4,
#bt-content .card.title-card .title.title-sm h4,
#bt-main .card.title-card .title.title-sm h5,
#bt-content .card.title-card .title.title-sm h5,
#bt-main .card.title-card .title.title-sm h6,
#bt-content .card.title-card .title.title-sm h6 {
    font-size: 20px
}

#bt-main .card.title-card .title.title-sm p,
#bt-content .card.title-card .title.title-sm p {
    font-size: 12px
}

#bt-main .card.title-card .title.title-lg h1,
#bt-content .card.title-card .title.title-lg h1,
#bt-main .card.title-card .title.title-lg h2,
#bt-content .card.title-card .title.title-lg h2,
#bt-main .card.title-card .title.title-lg h3,
#bt-content .card.title-card .title.title-lg h3,
#bt-main .card.title-card .title.title-lg h4,
#bt-content .card.title-card .title.title-lg h4,
#bt-main .card.title-card .title.title-lg h5,
#bt-content .card.title-card .title.title-lg h5,
#bt-main .card.title-card .title.title-lg h6,
#bt-content .card.title-card .title.title-lg h6 {
    font-size: 28px
}

#bt-main .card.title-card .title.title-lg p,
#bt-content .card.title-card .title.title-lg p {
    font-size: 16px
}

#bt-main .card.title-card .title.bg-secondary,
#bt-content .card.title-card .title.bg-secondary {
    background: #e67e00
}

#bt-main .card.title-card .title.bg-secondary h1,
#bt-content .card.title-card .title.bg-secondary h1,
#bt-main .card.title-card .title.bg-secondary h2,
#bt-content .card.title-card .title.bg-secondary h2,
#bt-main .card.title-card .title.bg-secondary h3,
#bt-content .card.title-card .title.bg-secondary h3,
#bt-main .card.title-card .title.bg-secondary h4,
#bt-content .card.title-card .title.bg-secondary h4,
#bt-main .card.title-card .title.bg-secondary h5,
#bt-content .card.title-card .title.bg-secondary h5,
#bt-main .card.title-card .title.bg-secondary h6,
#bt-content .card.title-card .title.bg-secondary h6,
#bt-main .card.title-card .title.bg-secondary p,
#bt-content .card.title-card .title.bg-secondary p,
#bt-main .card.title-card .title.bg-secondary span,
#bt-content .card.title-card .title.bg-secondary span {
    color: #fff
}

#bt-main .card.title-card .content,
#bt-content .card.title-card .content {
    padding: 30px
}

#bt-main .card.title-card .content h2,
#bt-content .card.title-card .content h2,
#bt-main .card.title-card .content p,
#bt-content .card.title-card .content p {
    color: #333
}

#bt-main .card.hover-card:hover,
#bt-content .card.hover-card:hover {
    transform: scale(1.02);
    cursor: pointer
}

#bt-main .card.persona-card,
#bt-content .card.persona-card {
    position: relative;
    background: #f0191e;
    text-align: center;
    padding: 0;
    overflow: visible
}

#bt-main .card.persona-card .highlight,
#bt-content .card.persona-card .highlight {
    padding: 30px 0 15px 0;
    background: 0
}

#bt-main .card.persona-card .highlight img,
#bt-content .card.persona-card .highlight img {
    margin: 0 auto;
    max-width: 140px
}

#bt-main .card.persona-card .highlight h3,
#bt-content .card.persona-card .highlight h3 {
    color: #e6ad10;
    margin-bottom: 0;
    font-weight: 300
}

#bt-main .card.persona-card .highlight .job,
#bt-content .card.persona-card .highlight .job {
    margin-top: 5px;
    font-weight: 600;
    color: #000
}

#bt-main .card.persona-card .description,
#bt-content .card.persona-card .description {
    padding: 30px;
    font-size: 16px;
    background: #3c3770;
    color: #fff;
    margin: 0;
    min-height: 85px
}

#bt-main .card.persona-card .fa-toggle,
#bt-content .card.persona-card .fa-toggle {
    position: absolute;
    top: 15px;
    right: -25px;
    font-size: 26px
}

#bt-main .card.persona-card .fa-toggle:hover,
#bt-content .card.persona-card .fa-toggle:hover {
    cursor: pointer
}

#bt-main .card.persona-card .social-cover,
#bt-content .card.persona-card .social-cover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f0191e;
    height: 0;
    overflow: hidden
}

#bt-main .card.persona-card .social-cover .fa-stack,
#bt-content .card.persona-card .social-cover .fa-stack {
    margin-top: 10px;
    margin-bottom: 2px
}

#bt-main .card.persona-card .social-cover p,
#bt-content .card.persona-card .social-cover p {
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    opacity: .5
}

#bt-main .card.profile-card,
#bt-content .card.profile-card {
    padding: 0;
    position: relative;
    background: #3c3770;
    text-align: left
}

#bt-main .card.profile-card .fa-stack,
#bt-content .card.profile-card .fa-stack {
    position: absolute;
    top: 10px
}

#bt-main .card.profile-card .fa-stack.first-stack,
#bt-content .card.profile-card .fa-stack.first-stack {
    right: 100px
}

#bt-main .card.profile-card .fa-stack.second-stack,
#bt-content .card.profile-card .fa-stack.second-stack {
    right: 55px
}

#bt-main .card.profile-card .fa-stack.third-stack,
#bt-content .card.profile-card .fa-stack.third-stack {
    right: 10px
}

#bt-main .card.profile-card .highlight,
#bt-content .card.profile-card .highlight {
    position: relative;
    z-index: 2;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px 0
}

#bt-main .card.profile-card .highlight .profile-overlap,
#bt-content .card.profile-card .highlight .profile-overlap {
    padding: 15px 30px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px
}

#bt-main .card.profile-card .highlight img,
#bt-content .card.profile-card .highlight img {
    display: inline-block;
    margin-right: 15px
}

#bt-main .card.profile-card .highlight h3,
#bt-content .card.profile-card .highlight h3 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
    vertical-align: top;
    color: #fff
}

#bt-main .card.profile-card .highlight .job,
#bt-content .card.profile-card .highlight .job {
    color: #ffc680;
    margin-top: 0;
    font-weight: 600
}

#bt-main .card.profile-card .highlight .description,
#bt-content .card.profile-card .highlight .description {
    color: #ccc
}

#bt-main .card.blog-card,
#bt-content .card.blog-card {
    padding: 0;
    background: #fff;
    overflow: hidden
}

#bt-main .card.blog-card h2,
#bt-content .card.blog-card h2 {
    text-align: center;
    margin: 30px 0 60px 0;
    text-transform: uppercase
}

#bt-main .card.blog-card .blog-head,
#bt-content .card.blog-card .blog-head {
    position: relative;
    z-index: 2;
    background: #e6ad10;
    padding: 10px
}

#bt-main .card.blog-card .blog-head h3,
#bt-content .card.blog-card .blog-head h3 {
    margin: 15px 0 10px 0;
    color: #0d0d0d
}

#bt-main .card.blog-card .blog-head p,
#bt-content .card.blog-card .blog-head p {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px
}

#bt-main .card.blog-card .blog-before,
#bt-content .card.blog-card .blog-before {
    padding: 10px;
    position: relative;
    z-index: 1;
    background: #b6890d
}

#bt-main .card.blog-card .blog-before p,
#bt-content .card.blog-card .blog-before p {
    display: inline;
    margin: 0;
    color: #f8de97
}

#bt-main .card.blog-card .blog-before p.small,
#bt-content .card.blog-card .blog-before p.small {
    margin-top: 5px;
    float: right
}

#bt-main .card.blog-card .blog-post,
#bt-content .card.blog-card .blog-post {
    position: relative
}

#bt-main .card.blog-card .blog-post h3,
#bt-content .card.blog-card .blog-post h3 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 65px
}

#bt-main .card.blog-card .blog-post p,
#bt-content .card.blog-card .blog-post p {
    margin-top: 15px;
    margin-bottom: 2px
}

#bt-main .card.blog-card .blog-post .post-info,
#bt-content .card.blog-card .blog-post .post-info {
    position: absolute;
    right: 15px;
    bottom: 15px
}

#bt-main .card.blog-card .blog-post .post-info span,
#bt-content .card.blog-card .blog-post .post-info span {
    margin-left: 10px;
    font-size: 16px;
    color: #999
}

#bt-main .card.blog-card .blog-post .post-info span:hover,
#bt-content .card.blog-card .blog-post .post-info span:hover {
    cursor: pointer;
    color: #e67e00
}

#bt-main .card.blog-card .blog-post .post-date,
#bt-content .card.blog-card .blog-post .post-date {
    position: absolute;
    right: 15px;
    top: -15px;
    padding: 4px 10px;
    background: #e6ad10;
    text-align: center;
    color: #000
}

#bt-main .card.blog-card .blog-post .post-date p,
#bt-content .card.blog-card .blog-post .post-date p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0
}

footer {
    padding: 60px 0;
    background: #9e032a
}

footer.footer-absolute {
    position: absolute;
    bottom: 0;
    width: 100%
}

footer h4,
footer p {
    color: #fff
}

footer a {
    color: #fff
}

footer a:hover {
    color: #876509
}

footer .fa-stack .fa-circle {
    color: #b70331
}

footer .fa-stack .fa-stack-1x {
    font-size: 20px;
    color: #fff
}

footer .fa-stack:hover .fa-facebook-circle {
    color: #3b5998
}

footer .fa-stack:hover .fa-twitter-circle {
    color: #4099ff
}

footer .fa-stack:hover .fa-google-circle {
    color: #dd4b39
}

footer .fa-stack:hover .fa-stack-1x {
    color: #fff
}

footer .fa-angle-right {
    color: #e9043e
}

.btn-wrapper {
    background: #333;
    padding: 15px;
    text-align: center
}

.page-header {
    border-bottom: 0;
    padding-bottom: 0
}

.simple-box {
    height: 150px;
    width: 100%;
    background: #e6ad10
}

.simple-box p {
    color: #000!important;
    opacity: .6;
    width: 100%;
    line-height: 150px;
    text-align: center;
    font-size: 20px
}

.assets-description {
    margin: 30px 0;
    font-size: 16px
}

.script-list li {
    color: #333
}

.script-list li span {
    color: 777;
    text-decoration: underline
}

.material-spin {
    --webkit-transform: rotatey(150deg);
    transform: rotatey(150deg)
}

a:hover {
    text-decoration: none
}

.card {
    position: relative;
    background: #fff;
    padding: 30px;
    margin: 30px 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6,
.card p,
.card span {
    color: #333
}

.margin-v {
    margin: 30px 0
}

.col-card {
    background: #f0191e;
    padding: 60px 30px
}

.col-card p {
    color: #fff
}

.col-card h2 {
    color: #fff
}

.col-card img {
    max-height: 270px;
    position: absolute;
    top: -30px
}

.btn {
    position: relative;
    overflow: hidden;
    padding: 11px 22px;
    font-weight: 300;
    text-transform: uppercase;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.btn .fa-left {
    margin-right: 5px
}

.btn .fa-right {
    margin-left: 5px;
    font-size: 18px
}

.btn:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.btn-default {
    background: #3c3770;
    color: #fff
}

.btn-default:hover {
    background: #2a264e;
    color: #e6e6e6
}

.btn-primary {
    color: #000;
    background: #e6ad10
}

.btn-primary:hover {
    background: #b6890d;
    color: #000
}

.btn.btn-default.bg-color2:hover {
    background: #005a32;
    color: #e6e6e6
}

.btn.btn-default.bg-color3:hover {
    background: #2a264e;
    color: #e6e6e6
}

.btn.btn-default.bg-color4:hover {
    background: #b36200;
    color: #e6e6e6
}

.btn.btn-default.bg-color5:hover {
    background: #c90d11;
    color: #e6e6e6
}

.btn.btn-default.bg-color6:hover {
    background: #6c021d;
    color: #e6e6e6
}

.btn-ghost {
    background: 0;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.btn-ghost:hover {
    background: #fff;
    color: #555
}

.well,
.thumbnail,
.list-group,
.panel,
.modal-content,
.popover {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 0
}

.ink {
    display: block;
    position: absolute;
    background: #ddd;
    border-radius: 100%;
    transform: scale(0)
}

.ink.animate {
    animation: ripple .44s linear
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2, 5)
    }
}

.lead.smaller {
    font-size: 16px
}

.fa {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fa-stack {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.fa-stack .fa-circle {
    color: #e6ad10;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fa-stack .fa-stack-1x {
    color: #000
}

.fa-stack:hover .fa-circle {
    cursor: pointer;
    text-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    color: #e67e00
}

.fa-stack:hover .fa-stack-1x {
    color: #fff
}

.animate {
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out
}

.animate-fast {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.animate-slow {
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    -ms-transition: all .9s ease-out;
    -o-transition: all .9s ease-out;
    transition: all .9s ease-out
}

.shadow {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.shadow-shallow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.shadow-deep {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22)
}

.shadow-far {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22)
}

.shadow-distant {
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)
}

.rounded-edge {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.rounded-edge-left {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.rounded-edge-right {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.rounded-edge-top {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -o-border-top-right-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.rounded-edge-bottom {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

@media (max-width:991px) {
    .collapse-tablet header.navbar .inner-logo {
        display: inline-block!important;
        opacity: 1!important;
        visibility: visible
    }
    .collapse-tablet header.navbar .inner-logo img {
        max-height: 31px
    }
    .collapse-tablet header.navbar.ghost-nav .navbar-collapse #MenuH,
    .collapse-tablet header.navbar .navbar-collapse #MenuH {
        padding: 0!important
    }
    .collapse-tablet header.navbar .submenu {
        box-shadow: none!important
    }
    .collapse-tablet header.navbar #Search {
        display: block!important;
        width: 100%!important;
        margin-top: 10px;
        margin-bottom: 10px
    }
    .collapse-tablet header.navbar #Search .search-btn {
        display: none!important
    }
    .collapse-tablet header.navbar #Search #SearchBar {
        display: block!important;
        width: 100%!important;
        position: relative!important;
        box-shadow: none!important;
        top: 0!important;
        left: 0!important;
        right: 0!important;
        bottom: 0!important
    }
    .collapse-tablet header.navbar #Search #SearchBar .ms-srch-sb>input {
        display: block!important;
        width: 100%!important;
        position: relative!important
    }
    .collapse-tablet body {
        position: relative
    }
    .collapse-tablet #bt-slider {
        margin-bottom: 0
    }
    .collapse-tablet #bt-slider .carousel-caption {
        margin-top: 0
    }
    .collapse-tablet header.navbar {
        max-height: 100%;
        overflow-y: scroll
    }
    .collapse-tablet header.navbar .menu-row .hidden-logo {
        display: none
    }
    .collapse-tablet header.navbar .navbar-toggle {
        position: absolute;
        top: 0
    }
    .collapse-tablet header.navbar #offcanvasButton {
        margin-top: 5px;
        margin-right: 30px;
        position: absolute;
        top: 0;
        color: #fff
    }
    .collapse-tablet header.navbar #offcanvasButton .fa {
        font-size: 20px
    }
    .collapse-tablet header.navbar .bt-sidebar #MenuV {
        box-shadow: none
    }
    .collapse-tablet header.navbar .navbar-collapse {
        top: 8px;
        margin-top: 0
    }
    .collapse-tablet header.navbar #MenuH {
        box-shadow: none
    }
    .collapse-tablet header.navbar #Search.search-button {
        display: none
    }
    .collapse-tablet header.navbar .inner-logo {
        float: none
    }
    .collapse-tablet header.navbar .nav-tokens {
        display: none
    }
    .collapse-tablet header.navbar #Logo img {
        max-height: 31px
    }
    .card.wide-image .card-image {
        height: 120px;
        width: 100%
    }
    .card.wide-image h3,
    .card.wide-image p,
    .card.wide-image .btn {
        padding-left: 15px;
        padding-right: 15px
    }
    .card .simple-box {
        margin: 15px 0
    }
    .card .btn-wrapper .btn {
        margin: 15px 0
    }
    .blog-post {
        padding-bottom: 15px
    }
    .blog-post a,
    .blog-post p {
        margin: 15px
    }
    #bt-slider .item .carousel-caption {
        margin: 110px 60px 0
    }
    #bt-slider .item .carousel-caption h1 {
        font-size: 40px
    }
    #bt-slider .item .carousel-caption p {
        font-size: 20px
    }
    .category-wrapper .category-background {
        height: 200px
    }
    .col-card img {
        position: relative;
        top: 0
    }
}

.main-nav-spacing {
    height: 0
}

@media (max-width:992px) {
    .profile-card .highlight {
        text-align: center
    }
    .profile-card .highlight img {
        margin: 15px auto;
        padding: 5px
    }
/*    .main-nav-spacing {        height: 55px    }	*/
    #bt-slider:empty {
        height: 55px!important;
        min-height: 55px!important
    }
    #bt-slider .item .carousel-caption {
        margin: 0 60px 0;
        padding: 15px 0 45px 0
    }
    #bt-slider .item .carousel-caption h1 {
        font-size: 36px
    }
    #bt-slider .item .carousel-caption p {
        font-size: 18px
    }
    #Logo h1 a {
        color: #e6ad10
    }
    .BT-bp .navbar-collapse #MenuH {
        padding: 0!important
    }
    header.navbar .inner-logo {
        display: inline-block!important;
        opacity: 1!important;
        visibility: visible
    }
    header.navbar .inner-logo img {
        max-height: 31px
    }
    header.navbar.ghost-nav .navbar-collapse #MenuH,
    header.navbar .navbar-collapse #MenuH {
        padding: 0 /* AKUEB !important */
    }
    header.navbar .submenu {
        box-shadow: none!important
    }
/*
    header.navbar #Search { display: block!important; width: 100%!important; margin-top: 10px;        margin-bottom: 10px; }
    header.navbar #Search .search-btn { display: none!important; }
    header.navbar #Search #SearchBar { display: block!important; width: 100%!important; position: relative!important; box-shadow: none!important; top: 0!important; left: 0!important; right: 0!important; bottom: 0!important; }
*/
    header.navbar #Search #SearchBar .ms-srch-sb>input {
        display: block!important;
        width: 100%!important;
        position: relative!important
    }
    body {
        position: relative
    }
/*    #bt-slider {        margin-bottom: 0    }	*/
    #bt-slider .carousel-caption {
        margin-top: 0
    }
/*    header.navbar {        max-height: 100%;        overflow-y: scroll    }	*/
    header.navbar .menu-row .hidden-logo {
        display: none
    }
    header.navbar .navbar-toggle {
        position: absolute;
        top: 0
    }
    header.navbar #offcanvasButton {
        margin-top: 5px;
        margin-right: 30px;
        position: absolute;
        top: 0;
        color: #fff
    }
    header.navbar #offcanvasButton .fa {
        font-size: 20px
    }
    header.navbar .bt-sidebar #MenuV {
        box-shadow: none
    }
    header.navbar .navbar-collapse {
        top: 8px;
        margin-top: 0
    }
    header.navbar #MenuH {
        box-shadow: none
    }
/*    header.navbar #Search.search-button {        display: none;    }	*/
    header.navbar .inner-logo {
        float: none
    }
    header.navbar .nav-tokens {
        display: none
    }
/*    header.navbar #Logo img {        max-height: 31px;    }	*/
    .BT-bp header.navbar {
        overflow: hidden!important
    }
    .above-content-grey-zone {
        text-align: center
    }
    .above-content-grey-zone img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 15px
    }
    .above-content-grey-zone .btn.btn-default {
        margin: 15px 0
    }
    .content-color-zone .btn.btn-default.btn-default.bg-color5 {
        margin-top: 15px
    }
    .category-wrapper {
        margin-bottom: 30px
    }
    .above-footer-zone {
        text-align: center
    }
    .above-footer-zone .form-control {
        margin: 15px 0
    }
    .blog-card .blog-before p.small {
        float: none;
        display: block
    }
    footer {
        text-align: center
    }
    footer h4 {
        margin-top: 30px
    }
    footer #FooterCopyright {
        margin-top: 30px
    }
}

@media (min-width:991px) {
    #bt-slider {
        background: #f0191e;
        min-height: 160px
    }
    header.navbar.ghost-nav {
        position: fixed;
        display: inline-block;
        width: 100%;
        z-index: 99;
        height: auto!important;
        background: #3c3770;
        border-radius: 0
    }
    header.navbar.ghost-nav #Search.search-button {
        position: absolute;
        right: 30px;
        top: 0!important
    }
    header.navbar.ghost-nav #MenuH {
        margin-top: 0;
        background: 0;
        padding-right: 50px
    }
    header.navbar.ghost-nav .menu-row {
        margin-bottom: -10px;
        width: 100%;
        top: 0
    }
    header.navbar.ghost-nav .logo-row {
        opacity: 0;
        position: absolute;
        display: none
    }
    header.navbar.ghost-nav .hidden-logo {
        display: inline-block;
        height: auto!important;
        max-width: 200px;
        padding-top: 7px;
        max-height: 50px!important;
        opacity: 1;
        vertical-align: top
    }
    header.navbar.ghost-nav .navbar-collapse {
        width: auto;
        display: inline-block
    }
    header.navbar.ghost-nav .nav-tokens {
        position: absolute
    }
    header.navbar {
        display: inline-block;
        position: absolute;
        background: 0;
        width: 100%;
        height: auto;
        border: 0;
        z-index: 99
    }
    header.navbar .search-button {
        position: absolute;
        right: 30px;
        top: 64px
    }
    header.navbar .hidden-logo {
        display: none;
        height: 0!important;
        padding: 0;
        overflow: hidden;
        margin: 0!important;
        opacity: 0
    }
    header.navbar .hidden-logo img {
        height: 36px;
        margin-right: 15px
    }
}

#suiteBar,
#suiteBar *,
#suiteBar *:before,
#suiteBar *:after,
#s4-ribbonrow,
#s4-ribbonrow *,
#s4-ribbonrow *:before,
#s4-ribbonrow *:after,
.ms-dlgContent,
.ms-dlgContent *,
.ms-dlgContent *:before,
.ms-dlgContent *:after,
.js-callout-mainElement,
.js-callout-mainElement *,
.js-callout-mainElement *:before,
.js-callout-mainElement *:after,
#AsynchronousViewDefault_CalendarView,
#AsynchronousViewDefault_CalendarView *,
#AsynchronousViewDefault_CalendarView *:before,
#AsynchronousViewDefault_CalendarView *:after,
.ms-srch-siteSearchResults,
.ms-srch-siteSearchResults *,
.ms-srch-siteSearchResults *:before,
.ms-srch-siteSearchResults *:after,
.js-callout-closeButton,
*[class*='ms-'],
*[id*='ms-'],
*[class*='jsgrid-'],
*[id*='jsgrid-'] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#Breadcrumb,
#Breadcrumb *,
#Breadcrumb *:before,
#Breadcrumb *:after,
#Login,
#Login *,
#Login *:before,
#Login *:after,
#Logo,
#Logo *,
#Logo *:before,
#Logo *:after,
#MenuH,
#MenuH *,
#MenuH *:before,
#MenuH *:after,
#MenuV,
#MenuV *,
#MenuV *:before,
#MenuV *:after,
#Search,
#Search *,
#Search *:before,
#Search *:after,
.ms-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ms-fullWidth {
    box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important
}

.ms-WPBody .img-responsive,
.ms-wpContentDivSpace .img-responsive,
.ms-WPBorderBorderOnly .img-responsive,
img[id^="MSOImageWebPart_"] {
    width: 100%
}

.bt-graph-formating,
.bt-graph-formating *,
.bt-graph-formating *:before,
.bt-graph-formating *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.navbar-collapse {
    max-height: 100%!important;
    overflow: visible!important
}

.navbar-brand {
    font-size: inherit;
    height: auto;
    line-height: inherit;
    padding: 0
}

.carousel-inner>.item {
    padding: 0
}

.btn-color1 {
    background: #e6ad10;
    transition: background .12s ease-out
}

.btn-color1.btn-default {
    color: #000
}

.btn-color1.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #b6890d
}

.btn-color1.btn-default:focus {
    color: #fff;
    background: #9e770b
}

.btn-color1.hover:hover {
    background: #ce9b0e;
    cursor: pointer
}

.btn-color1.hover:hover h1,
.btn-color1.hover:hover h2,
.btn-color1.hover:hover h3,
.btn-color1.hover:hover h4,
.btn-color1.hover:hover h5,
.btn-color1.hover:hover h6,
.btn-color1.hover:hover i,
.btn-color1.hover:hover p,
.btn-color1.hover:hover span,
.btn-color1.hover:hover a {
    color: #fff
}

.btn-color1.lighter {
    background: #f3e350
}

.btn-color1.lighter.hover:hover {
    background: #f1df38;
    cursor: pointer
}

.btn-color1.lighter.hover:hover h1,
.btn-color1.lighter.hover:hover h2,
.btn-color1.lighter.hover:hover h3,
.btn-color1.lighter.hover:hover h4,
.btn-color1.lighter.hover:hover h5,
.btn-color1.lighter.hover:hover h6,
.btn-color1.lighter.hover:hover i,
.btn-color1.lighter.hover:hover p,
.btn-color1.lighter.hover:hover span,
.btn-color1.lighter.hover:hover a {
    color: #000
}

.btn-color1.light {
    background: #f1cf38
}

.btn-color1.light.hover:hover {
    cursor: pointer;
    background: #efca20
}

.btn-color1.light.hover:hover h1,
.btn-color1.light.hover:hover h2,
.btn-color1.light.hover:hover h3,
.btn-color1.light.hover:hover h4,
.btn-color1.light.hover:hover h5,
.btn-color1.light.hover:hover h6,
.btn-color1.light.hover:hover i,
.btn-color1.light.hover:hover p,
.btn-color1.light.hover:hover span,
.btn-color1.light.hover:hover a {
    color: #000
}

.btn-color1.dark {
    background: #b67b0d
}

.btn-color1.dark.hover:hover {
    cursor: pointer;
    background: #f3d550
}

.btn-color1.dark.hover:hover h1,
.btn-color1.dark.hover:hover h2,
.btn-color1.dark.hover:hover h3,
.btn-color1.dark.hover:hover h4,
.btn-color1.dark.hover:hover h5,
.btn-color1.dark.hover:hover h6,
.btn-color1.dark.hover:hover i,
.btn-color1.dark.hover:hover p,
.btn-color1.dark.hover:hover span,
.btn-color1.dark.hover:hover a {
    color: #000
}

.btn-color1.darker {
    background: #9e5f0b
}

.btn-color1.darker.hover:hover {
    cursor: pointer;
    background: #f3d550
}

.btn-color1.darker.hover:hover h1,
.btn-color1.darker.hover:hover h2,
.btn-color1.darker.hover:hover h3,
.btn-color1.darker.hover:hover h4,
.btn-color1.darker.hover:hover h5,
.btn-color1.darker.hover:hover h6,
.btn-color1.darker.hover:hover i,
.btn-color1.darker.hover:hover p,
.btn-color1.darker.hover:hover span,
.btn-color1.darker.hover:hover a {
    color: #000
}

.btn-color2 {
    background: #008d4f;
    transition: background .12s ease-out
}

.btn-color2.btn-default {
    color: #fff
}

.btn-color2.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #005a32
}

.btn-color2.btn-default:focus {
    color: #fff;
    background: #004124
}

.btn-color2.hover:hover {
    background: #007441;
    cursor: pointer
}

.btn-color2.hover:hover h1,
.btn-color2.hover:hover h2,
.btn-color2.hover:hover h3,
.btn-color2.hover:hover h4,
.btn-color2.hover:hover h5,
.btn-color2.hover:hover h6,
.btn-color2.hover:hover i,
.btn-color2.hover:hover p,
.btn-color2.hover:hover span,
.btn-color2.hover:hover a {
    color: #fff
}

.btn-color2.lighter {
    background: #00da9e
}

.btn-color2.lighter.hover:hover {
    background: #00c08c;
    cursor: pointer
}

.btn-color2.lighter.hover:hover h1,
.btn-color2.lighter.hover:hover h2,
.btn-color2.lighter.hover:hover h3,
.btn-color2.lighter.hover:hover h4,
.btn-color2.lighter.hover:hover h5,
.btn-color2.lighter.hover:hover h6,
.btn-color2.lighter.hover:hover i,
.btn-color2.lighter.hover:hover p,
.btn-color2.lighter.hover:hover span,
.btn-color2.lighter.hover:hover a {
    color: #fff
}

.btn-color2.light {
    background: #00c07c
}

.btn-color2.light.hover:hover {
    cursor: pointer;
    background: #00a76b
}

.btn-color2.light.hover:hover h1,
.btn-color2.light.hover:hover h2,
.btn-color2.light.hover:hover h3,
.btn-color2.light.hover:hover h4,
.btn-color2.light.hover:hover h5,
.btn-color2.light.hover:hover h6,
.btn-color2.light.hover:hover i,
.btn-color2.light.hover:hover p,
.btn-color2.light.hover:hover span,
.btn-color2.light.hover:hover a {
    color: #fff
}

.btn-color2.dark {
    background: #005a2b
}

.btn-color2.dark.hover:hover {
    cursor: pointer;
    background: #00da8c
}

.btn-color2.dark.hover:hover h1,
.btn-color2.dark.hover:hover h2,
.btn-color2.dark.hover:hover h3,
.btn-color2.dark.hover:hover h4,
.btn-color2.dark.hover:hover h5,
.btn-color2.dark.hover:hover h6,
.btn-color2.dark.hover:hover i,
.btn-color2.dark.hover:hover p,
.btn-color2.dark.hover:hover span,
.btn-color2.dark.hover:hover a {
    color: #000
}

.btn-color2.darker {
    background: #004119
}

.btn-color2.darker.hover:hover {
    cursor: pointer;
    background: #00da8c
}

.btn-color2.darker.hover:hover h1,
.btn-color2.darker.hover:hover h2,
.btn-color2.darker.hover:hover h3,
.btn-color2.darker.hover:hover h4,
.btn-color2.darker.hover:hover h5,
.btn-color2.darker.hover:hover h6,
.btn-color2.darker.hover:hover i,
.btn-color2.darker.hover:hover p,
.btn-color2.darker.hover:hover span,
.btn-color2.darker.hover:hover a {
    color: #000
}

.btn-color3 {
    background: #3c3770;
    transition: background .12s ease-out
}

.btn-color3.btn-default {
    color: #fff
}

.btn-color3.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #2a264e
}

.btn-color3.btn-default:focus {
    color: #fff;
    background: #211e3d
}

.btn-color3.hover:hover {
    background: #332f5f;
    cursor: pointer
}

.btn-color3.hover:hover h1,
.btn-color3.hover:hover h2,
.btn-color3.hover:hover h3,
.btn-color3.hover:hover h4,
.btn-color3.hover:hover h5,
.btn-color3.hover:hover h6,
.btn-color3.hover:hover i,
.btn-color3.hover:hover p,
.btn-color3.hover:hover span,
.btn-color3.hover:hover a {
    color: #fff
}

.btn-color3.lighter {
    background: #6550a3
}

.btn-color3.lighter.hover:hover {
    background: #5b4892;
    cursor: pointer
}

.btn-color3.lighter.hover:hover h1,
.btn-color3.lighter.hover:hover h2,
.btn-color3.lighter.hover:hover h3,
.btn-color3.lighter.hover:hover h4,
.btn-color3.lighter.hover:hover h5,
.btn-color3.lighter.hover:hover h6,
.btn-color3.lighter.hover:hover i,
.btn-color3.lighter.hover:hover p,
.btn-color3.lighter.hover:hover span,
.btn-color3.lighter.hover:hover a {
    color: #fff
}

.btn-color3.light {
    background: #554892
}

.btn-color3.light.hover:hover {
    cursor: pointer;
    background: #4b3f81
}

.btn-color3.light.hover:hover h1,
.btn-color3.light.hover:hover h2,
.btn-color3.light.hover:hover h3,
.btn-color3.light.hover:hover h4,
.btn-color3.light.hover:hover h5,
.btn-color3.light.hover:hover h6,
.btn-color3.light.hover:hover i,
.btn-color3.light.hover:hover p,
.btn-color3.light.hover:hover span,
.btn-color3.light.hover:hover a {
    color: #fff
}

.btn-color3.dark {
    background: #26264e
}

.btn-color3.dark.hover:hover {
    cursor: pointer;
    background: #5e50a3
}

.btn-color3.dark.hover:hover h1,
.btn-color3.dark.hover:hover h2,
.btn-color3.dark.hover:hover h3,
.btn-color3.dark.hover:hover h4,
.btn-color3.dark.hover:hover h5,
.btn-color3.dark.hover:hover h6,
.btn-color3.dark.hover:hover i,
.btn-color3.dark.hover:hover p,
.btn-color3.dark.hover:hover span,
.btn-color3.dark.hover:hover a {
    color: #fff
}

.btn-color3.darker {
    background: #1e203d
}

.btn-color3.darker.hover:hover {
    cursor: pointer;
    background: #5e50a3
}

.btn-color3.darker.hover:hover h1,
.btn-color3.darker.hover:hover h2,
.btn-color3.darker.hover:hover h3,
.btn-color3.darker.hover:hover h4,
.btn-color3.darker.hover:hover h5,
.btn-color3.darker.hover:hover h6,
.btn-color3.darker.hover:hover i,
.btn-color3.darker.hover:hover p,
.btn-color3.darker.hover:hover span,
.btn-color3.darker.hover:hover a {
    color: #fff
}

.btn-color4 {
    background: #e67e00;
    transition: background .12s ease-out
}

.btn-color4.btn-default {
    color: #fff
}

.btn-color4.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #b36200
}

.btn-color4.btn-default:focus {
    color: #fff;
    background: #9a5400
}

.btn-color4.hover:hover {
    background: #cd7000;
    cursor: pointer
}

.btn-color4.hover:hover h1,
.btn-color4.hover:hover h2,
.btn-color4.hover:hover h3,
.btn-color4.hover:hover h4,
.btn-color4.hover:hover h5,
.btn-color4.hover:hover h6,
.btn-color4.hover:hover i,
.btn-color4.hover:hover p,
.btn-color4.hover:hover span,
.btn-color4.hover:hover a {
    color: #fff
}

.btn-color4.lighter {
    background: #ffc533
}

.btn-color4.lighter.hover:hover {
    background: #ffbe1a;
    cursor: pointer
}

.btn-color4.lighter.hover:hover h1,
.btn-color4.lighter.hover:hover h2,
.btn-color4.lighter.hover:hover h3,
.btn-color4.lighter.hover:hover h4,
.btn-color4.lighter.hover:hover h5,
.btn-color4.lighter.hover:hover h6,
.btn-color4.lighter.hover:hover i,
.btn-color4.lighter.hover:hover p,
.btn-color4.lighter.hover:hover span,
.btn-color4.lighter.hover:hover a {
    color: #000
}

.btn-color4.light {
    background: #ffab1a
}

.btn-color4.light.hover:hover {
    cursor: pointer;
    background: #ffa100
}

.btn-color4.light.hover:hover h1,
.btn-color4.light.hover:hover h2,
.btn-color4.light.hover:hover h3,
.btn-color4.light.hover:hover h4,
.btn-color4.light.hover:hover h5,
.btn-color4.light.hover:hover h6,
.btn-color4.light.hover:hover i,
.btn-color4.light.hover:hover p,
.btn-color4.light.hover:hover span,
.btn-color4.light.hover:hover a {
    color: #000
}

.btn-color4.dark {
    background: #b35300
}

.btn-color4.dark.hover:hover {
    cursor: pointer;
    background: #ffb434
}

.btn-color4.dark.hover:hover h1,
.btn-color4.dark.hover:hover h2,
.btn-color4.dark.hover:hover h3,
.btn-color4.dark.hover:hover h4,
.btn-color4.dark.hover:hover h5,
.btn-color4.dark.hover:hover h6,
.btn-color4.dark.hover:hover i,
.btn-color4.dark.hover:hover p,
.btn-color4.dark.hover:hover span,
.btn-color4.dark.hover:hover a {
    color: #000
}

.btn-color4.darker {
    background: #9a3b00
}

.btn-color4.darker.hover:hover {
    cursor: pointer;
    background: #ffb434
}

.btn-color4.darker.hover:hover h1,
.btn-color4.darker.hover:hover h2,
.btn-color4.darker.hover:hover h3,
.btn-color4.darker.hover:hover h4,
.btn-color4.darker.hover:hover h5,
.btn-color4.darker.hover:hover h6,
.btn-color4.darker.hover:hover i,
.btn-color4.darker.hover:hover p,
.btn-color4.darker.hover:hover span,
.btn-color4.darker.hover:hover a {
    color: #000
}

.btn-color5 {
    background: #f0191e;
    transition: background .12s ease-out
}

.btn-color5.btn-default {
    color: #fff
}

.btn-color5.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #c90d11
}

.btn-color5.btn-default:focus {
    color: #fff;
    background: #b10c0f
}

.btn-color5.hover:hover {
    background: #e10f14;
    cursor: pointer
}

.btn-color5.hover:hover h1,
.btn-color5.hover:hover h2,
.btn-color5.hover:hover h3,
.btn-color5.hover:hover h4,
.btn-color5.hover:hover h5,
.btn-color5.hover:hover h6,
.btn-color5.hover:hover i,
.btn-color5.hover:hover p,
.btn-color5.hover:hover span,
.btn-color5.hover:hover a {
    color: #fff
}

.btn-color5.lighter {
    background: #f57661
}

.btn-color5.lighter.hover:hover {
    background: #f36149;
    cursor: pointer
}

.btn-color5.lighter.hover:hover h1,
.btn-color5.lighter.hover:hover h2,
.btn-color5.lighter.hover:hover h3,
.btn-color5.lighter.hover:hover h4,
.btn-color5.lighter.hover:hover h5,
.btn-color5.lighter.hover:hover h6,
.btn-color5.lighter.hover:hover i,
.btn-color5.lighter.hover:hover p,
.btn-color5.lighter.hover:hover span,
.btn-color5.lighter.hover:hover a {
    color: #fff
}

.btn-color5.light {
    background: #f35349
}

.btn-color5.light.hover:hover {
    cursor: pointer;
    background: #f23d31
}

.btn-color5.light.hover:hover h1,
.btn-color5.light.hover:hover h2,
.btn-color5.light.hover:hover h3,
.btn-color5.light.hover:hover h4,
.btn-color5.light.hover:hover h5,
.btn-color5.light.hover:hover h6,
.btn-color5.light.hover:hover i,
.btn-color5.light.hover:hover p,
.btn-color5.light.hover:hover span,
.btn-color5.light.hover:hover a {
    color: #fff
}

.btn-color5.dark {
    background: #c90d21
}

.btn-color5.dark.hover:hover {
    cursor: pointer;
    background: #f56a61
}

.btn-color5.dark.hover:hover h1,
.btn-color5.dark.hover:hover h2,
.btn-color5.dark.hover:hover h3,
.btn-color5.dark.hover:hover h4,
.btn-color5.dark.hover:hover h5,
.btn-color5.dark.hover:hover h6,
.btn-color5.dark.hover:hover i,
.btn-color5.dark.hover:hover p,
.btn-color5.dark.hover:hover span,
.btn-color5.dark.hover:hover a {
    color: #fff
}

.btn-color5.darker {
    background: #b10c2b
}

.btn-color5.darker.hover:hover {
    cursor: pointer;
    background: #f56a61
}

.btn-color5.darker.hover:hover h1,
.btn-color5.darker.hover:hover h2,
.btn-color5.darker.hover:hover h3,
.btn-color5.darker.hover:hover h4,
.btn-color5.darker.hover:hover h5,
.btn-color5.darker.hover:hover h6,
.btn-color5.darker.hover:hover i,
.btn-color5.darker.hover:hover p,
.btn-color5.darker.hover:hover span,
.btn-color5.darker.hover:hover a {
    color: #fff
}

.btn-color6 {
    background: #9e032a;
    transition: background .12s ease-out
}

.btn-color6.btn-default {
    color: #fff
}

.btn-color6.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #6c021d
}

.btn-color6.btn-default:focus {
    color: #fff;
    background: #530216
}

.btn-color6.hover:hover {
    background: #850323;
    cursor: pointer
}

.btn-color6.hover:hover h1,
.btn-color6.hover:hover h2,
.btn-color6.hover:hover h3,
.btn-color6.hover:hover h4,
.btn-color6.hover:hover h5,
.btn-color6.hover:hover h6,
.btn-color6.hover:hover i,
.btn-color6.hover:hover p,
.btn-color6.hover:hover span,
.btn-color6.hover:hover a {
    color: #fff
}

.btn-color6.lighter {
    background: #e90418
}

.btn-color6.lighter.hover:hover {
    background: #d00415;
    cursor: pointer
}

.btn-color6.lighter.hover:hover h1,
.btn-color6.lighter.hover:hover h2,
.btn-color6.lighter.hover:hover h3,
.btn-color6.lighter.hover:hover h4,
.btn-color6.lighter.hover:hover h5,
.btn-color6.lighter.hover:hover h6,
.btn-color6.lighter.hover:hover i,
.btn-color6.lighter.hover:hover p,
.btn-color6.lighter.hover:hover span,
.btn-color6.lighter.hover:hover a {
    color: #fff
}

.btn-color6.light {
    background: #d00426
}

.btn-color6.light.hover:hover {
    cursor: pointer;
    background: #b70322
}

.btn-color6.light.hover:hover h1,
.btn-color6.light.hover:hover h2,
.btn-color6.light.hover:hover h3,
.btn-color6.light.hover:hover h4,
.btn-color6.light.hover:hover h5,
.btn-color6.light.hover:hover h6,
.btn-color6.light.hover:hover i,
.btn-color6.light.hover:hover p,
.btn-color6.light.hover:hover span,
.btn-color6.light.hover:hover a {
    color: #fff
}

.btn-color6.dark {
    background: #6c0226
}

.btn-color6.dark.hover:hover {
    cursor: pointer;
    background: #e9042b
}

.btn-color6.dark.hover:hover h1,
.btn-color6.dark.hover:hover h2,
.btn-color6.dark.hover:hover h3,
.btn-color6.dark.hover:hover h4,
.btn-color6.dark.hover:hover h5,
.btn-color6.dark.hover:hover h6,
.btn-color6.dark.hover:hover i,
.btn-color6.dark.hover:hover p,
.btn-color6.dark.hover:hover span,
.btn-color6.dark.hover:hover a {
    color: #fff
}

.btn-color6.darker {
    background: #530224
}

.btn-color6.darker.hover:hover {
    cursor: pointer;
    background: #e9042b
}

.btn-color6.darker.hover:hover h1,
.btn-color6.darker.hover:hover h2,
.btn-color6.darker.hover:hover h3,
.btn-color6.darker.hover:hover h4,
.btn-color6.darker.hover:hover h5,
.btn-color6.darker.hover:hover h6,
.btn-color6.darker.hover:hover i,
.btn-color6.darker.hover:hover p,
.btn-color6.darker.hover:hover span,
.btn-color6.darker.hover:hover a {
    color: #fff
}

.btn-tone-1 {
    background: #e6ad10;
    transition: background .12s ease-out
}

.btn-tone-1.btn-default {
    color: #000
}

.btn-tone-1.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #b6890d
}

.btn-tone-1.btn-default:focus {
    color: #fff;
    background: #9e770b
}

.btn-tone-1.hover:hover {
    background: #ce9b0e;
    cursor: pointer
}

.btn-tone-1.hover:hover h1,
.btn-tone-1.hover:hover h2,
.btn-tone-1.hover:hover h3,
.btn-tone-1.hover:hover h4,
.btn-tone-1.hover:hover h5,
.btn-tone-1.hover:hover h6,
.btn-tone-1.hover:hover i,
.btn-tone-1.hover:hover p,
.btn-tone-1.hover:hover span,
.btn-tone-1.hover:hover a {
    color: #fff
}

.btn-tone-1.lighter {
    background: #f3e350
}

.btn-tone-1.lighter.hover:hover {
    background: #f1df38;
    cursor: pointer
}

.btn-tone-1.lighter.hover:hover h1,
.btn-tone-1.lighter.hover:hover h2,
.btn-tone-1.lighter.hover:hover h3,
.btn-tone-1.lighter.hover:hover h4,
.btn-tone-1.lighter.hover:hover h5,
.btn-tone-1.lighter.hover:hover h6,
.btn-tone-1.lighter.hover:hover i,
.btn-tone-1.lighter.hover:hover p,
.btn-tone-1.lighter.hover:hover span,
.btn-tone-1.lighter.hover:hover a {
    color: #000
}

.btn-tone-1.light {
    background: #f1cf38
}

.btn-tone-1.light.hover:hover {
    cursor: pointer;
    background: #efca20
}

.btn-tone-1.light.hover:hover h1,
.btn-tone-1.light.hover:hover h2,
.btn-tone-1.light.hover:hover h3,
.btn-tone-1.light.hover:hover h4,
.btn-tone-1.light.hover:hover h5,
.btn-tone-1.light.hover:hover h6,
.btn-tone-1.light.hover:hover i,
.btn-tone-1.light.hover:hover p,
.btn-tone-1.light.hover:hover span,
.btn-tone-1.light.hover:hover a {
    color: #000
}

.btn-tone-1.dark {
    background: #b67b0d
}

.btn-tone-1.dark.hover:hover {
    cursor: pointer;
    background: #f3d550
}

.btn-tone-1.dark.hover:hover h1,
.btn-tone-1.dark.hover:hover h2,
.btn-tone-1.dark.hover:hover h3,
.btn-tone-1.dark.hover:hover h4,
.btn-tone-1.dark.hover:hover h5,
.btn-tone-1.dark.hover:hover h6,
.btn-tone-1.dark.hover:hover i,
.btn-tone-1.dark.hover:hover p,
.btn-tone-1.dark.hover:hover span,
.btn-tone-1.dark.hover:hover a {
    color: #000
}

.btn-tone-1.darker {
    background: #9e5f0b
}

.btn-tone-1.darker.hover:hover {
    cursor: pointer;
    background: #f3d550
}

.btn-tone-1.darker.hover:hover h1,
.btn-tone-1.darker.hover:hover h2,
.btn-tone-1.darker.hover:hover h3,
.btn-tone-1.darker.hover:hover h4,
.btn-tone-1.darker.hover:hover h5,
.btn-tone-1.darker.hover:hover h6,
.btn-tone-1.darker.hover:hover i,
.btn-tone-1.darker.hover:hover p,
.btn-tone-1.darker.hover:hover span,
.btn-tone-1.darker.hover:hover a {
    color: #000
}

.btn-tone-2 {
    background: #1e10e6;
    transition: background .12s ease-out
}

.btn-tone-2.btn-default {
    color: #fff
}

.btn-tone-2.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #180db6
}

.btn-tone-2.btn-default:focus {
    color: #fff;
    background: #150b9e
}

.btn-tone-2.hover:hover {
    background: #1b0ece;
    cursor: pointer
}

.btn-tone-2.hover:hover h1,
.btn-tone-2.hover:hover h2,
.btn-tone-2.hover:hover h3,
.btn-tone-2.hover:hover h4,
.btn-tone-2.hover:hover h5,
.btn-tone-2.hover:hover h6,
.btn-tone-2.hover:hover i,
.btn-tone-2.hover:hover p,
.btn-tone-2.hover:hover span,
.btn-tone-2.hover:hover a {
    color: #fff
}

.btn-tone-2.lighter {
    background: #7650f3
}

.btn-tone-2.lighter.hover:hover {
    background: #6338f1;
    cursor: pointer
}

.btn-tone-2.lighter.hover:hover h1,
.btn-tone-2.lighter.hover:hover h2,
.btn-tone-2.lighter.hover:hover h3,
.btn-tone-2.lighter.hover:hover h4,
.btn-tone-2.lighter.hover:hover h5,
.btn-tone-2.lighter.hover:hover h6,
.btn-tone-2.lighter.hover:hover i,
.btn-tone-2.lighter.hover:hover p,
.btn-tone-2.lighter.hover:hover span,
.btn-tone-2.lighter.hover:hover a {
    color: #fff
}

.btn-tone-2.light {
    background: #5438f1
}

.btn-tone-2.light.hover:hover {
    cursor: pointer;
    background: #3f20ef
}

.btn-tone-2.light.hover:hover h1,
.btn-tone-2.light.hover:hover h2,
.btn-tone-2.light.hover:hover h3,
.btn-tone-2.light.hover:hover h4,
.btn-tone-2.light.hover:hover h5,
.btn-tone-2.light.hover:hover h6,
.btn-tone-2.light.hover:hover i,
.btn-tone-2.light.hover:hover p,
.btn-tone-2.light.hover:hover span,
.btn-tone-2.light.hover:hover a {
    color: #fff
}

.btn-tone-2.dark {
    background: #0d0fb6
}

.btn-tone-2.dark.hover:hover {
    cursor: pointer;
    background: #6850f3
}

.btn-tone-2.dark.hover:hover h1,
.btn-tone-2.dark.hover:hover h2,
.btn-tone-2.dark.hover:hover h3,
.btn-tone-2.dark.hover:hover h4,
.btn-tone-2.dark.hover:hover h5,
.btn-tone-2.dark.hover:hover h6,
.btn-tone-2.dark.hover:hover i,
.btn-tone-2.dark.hover:hover p,
.btn-tone-2.dark.hover:hover span,
.btn-tone-2.dark.hover:hover a {
    color: #fff
}

.btn-tone-2.darker {
    background: #0b1a9e
}

.btn-tone-2.darker.hover:hover {
    cursor: pointer;
    background: #6850f3
}

.btn-tone-2.darker.hover:hover h1,
.btn-tone-2.darker.hover:hover h2,
.btn-tone-2.darker.hover:hover h3,
.btn-tone-2.darker.hover:hover h4,
.btn-tone-2.darker.hover:hover h5,
.btn-tone-2.darker.hover:hover h6,
.btn-tone-2.darker.hover:hover i,
.btn-tone-2.darker.hover:hover p,
.btn-tone-2.darker.hover:hover span,
.btn-tone-2.darker.hover:hover a {
    color: #fff
}

.btn-tone-3 {
    background: #d8e610;
    transition: background .12s ease-out
}

.btn-tone-3.btn-default {
    color: #000
}

.btn-tone-3.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #abb60d
}

.btn-tone-3.btn-default:focus {
    color: #fff;
    background: #959e0b
}

.btn-tone-3.hover:hover {
    background: #c1ce0e;
    cursor: pointer
}

.btn-tone-3.hover:hover h1,
.btn-tone-3.hover:hover h2,
.btn-tone-3.hover:hover h3,
.btn-tone-3.hover:hover h4,
.btn-tone-3.hover:hover h5,
.btn-tone-3.hover:hover h6,
.btn-tone-3.hover:hover i,
.btn-tone-3.hover:hover p,
.btn-tone-3.hover:hover span,
.btn-tone-3.hover:hover a {
    color: #000
}

.btn-tone-3.lighter {
    background: #cdf350
}

.btn-tone-3.lighter.hover:hover {
    background: #c6f138;
    cursor: pointer
}

.btn-tone-3.lighter.hover:hover h1,
.btn-tone-3.lighter.hover:hover h2,
.btn-tone-3.lighter.hover:hover h3,
.btn-tone-3.lighter.hover:hover h4,
.btn-tone-3.lighter.hover:hover h5,
.btn-tone-3.lighter.hover:hover h6,
.btn-tone-3.lighter.hover:hover i,
.btn-tone-3.lighter.hover:hover p,
.btn-tone-3.lighter.hover:hover span,
.btn-tone-3.lighter.hover:hover a {
    color: #000
}

.btn-tone-3.light {
    background: #d5f138
}

.btn-tone-3.light.hover:hover {
    cursor: pointer;
    background: #d0ef20
}

.btn-tone-3.light.hover:hover h1,
.btn-tone-3.light.hover:hover h2,
.btn-tone-3.light.hover:hover h3,
.btn-tone-3.light.hover:hover h4,
.btn-tone-3.light.hover:hover h5,
.btn-tone-3.light.hover:hover h6,
.btn-tone-3.light.hover:hover i,
.btn-tone-3.light.hover:hover p,
.btn-tone-3.light.hover:hover span,
.btn-tone-3.light.hover:hover a {
    color: #000
}

.btn-tone-3.dark {
    background: #b6b40d
}

.btn-tone-3.dark.hover:hover {
    cursor: pointer;
    background: #daf350
}

.btn-tone-3.dark.hover:hover h1,
.btn-tone-3.dark.hover:hover h2,
.btn-tone-3.dark.hover:hover h3,
.btn-tone-3.dark.hover:hover h4,
.btn-tone-3.dark.hover:hover h5,
.btn-tone-3.dark.hover:hover h6,
.btn-tone-3.dark.hover:hover i,
.btn-tone-3.dark.hover:hover p,
.btn-tone-3.dark.hover:hover span,
.btn-tone-3.dark.hover:hover a {
    color: #000
}

.btn-tone-3.darker {
    background: #9e900b
}

.btn-tone-3.darker.hover:hover {
    cursor: pointer;
    background: #daf350
}

.btn-tone-3.darker.hover:hover h1,
.btn-tone-3.darker.hover:hover h2,
.btn-tone-3.darker.hover:hover h3,
.btn-tone-3.darker.hover:hover h4,
.btn-tone-3.darker.hover:hover h5,
.btn-tone-3.darker.hover:hover h6,
.btn-tone-3.darker.hover:hover i,
.btn-tone-3.darker.hover:hover p,
.btn-tone-3.darker.hover:hover span,
.btn-tone-3.darker.hover:hover a {
    color: #000
}

.btn-tone-4 {
    background: #6610e6;
    transition: background .12s ease-out
}

.btn-tone-4.btn-default {
    color: #fff
}

.btn-tone-4.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #510db6
}

.btn-tone-4.btn-default:focus {
    color: #fff;
    background: #460b9e
}

.btn-tone-4.hover:hover {
    background: #5b0ece;
    cursor: pointer
}

.btn-tone-4.hover:hover h1,
.btn-tone-4.hover:hover h2,
.btn-tone-4.hover:hover h3,
.btn-tone-4.hover:hover h4,
.btn-tone-4.hover:hover h5,
.btn-tone-4.hover:hover h6,
.btn-tone-4.hover:hover i,
.btn-tone-4.hover:hover p,
.btn-tone-4.hover:hover span,
.btn-tone-4.hover:hover a {
    color: #fff
}

.btn-tone-4.lighter {
    background: #ac50f3
}

.btn-tone-4.lighter.hover:hover {
    background: #a138f1;
    cursor: pointer
}

.btn-tone-4.lighter.hover:hover h1,
.btn-tone-4.lighter.hover:hover h2,
.btn-tone-4.lighter.hover:hover h3,
.btn-tone-4.lighter.hover:hover h4,
.btn-tone-4.lighter.hover:hover h5,
.btn-tone-4.lighter.hover:hover h6,
.btn-tone-4.lighter.hover:hover i,
.btn-tone-4.lighter.hover:hover p,
.btn-tone-4.lighter.hover:hover span,
.btn-tone-4.lighter.hover:hover a {
    color: #fff
}

.btn-tone-4.light {
    background: #9138f1
}

.btn-tone-4.light.hover:hover {
    cursor: pointer;
    background: #8420ef
}

.btn-tone-4.light.hover:hover h1,
.btn-tone-4.light.hover:hover h2,
.btn-tone-4.light.hover:hover h3,
.btn-tone-4.light.hover:hover h4,
.btn-tone-4.light.hover:hover h5,
.btn-tone-4.light.hover:hover h6,
.btn-tone-4.light.hover:hover i,
.btn-tone-4.light.hover:hover p,
.btn-tone-4.light.hover:hover span,
.btn-tone-4.light.hover:hover a {
    color: #fff
}

.btn-tone-4.dark {
    background: #420db6
}

.btn-tone-4.dark.hover:hover {
    cursor: pointer;
    background: #9f50f3
}

.btn-tone-4.dark.hover:hover h1,
.btn-tone-4.dark.hover:hover h2,
.btn-tone-4.dark.hover:hover h3,
.btn-tone-4.dark.hover:hover h4,
.btn-tone-4.dark.hover:hover h5,
.btn-tone-4.dark.hover:hover h6,
.btn-tone-4.dark.hover:hover i,
.btn-tone-4.dark.hover:hover p,
.btn-tone-4.dark.hover:hover span,
.btn-tone-4.dark.hover:hover a {
    color: #fff
}

.btn-tone-4.darker {
    background: #2d0b9e
}

.btn-tone-4.darker.hover:hover {
    cursor: pointer;
    background: #9f50f3
}

.btn-tone-4.darker.hover:hover h1,
.btn-tone-4.darker.hover:hover h2,
.btn-tone-4.darker.hover:hover h3,
.btn-tone-4.darker.hover:hover h4,
.btn-tone-4.darker.hover:hover h5,
.btn-tone-4.darker.hover:hover h6,
.btn-tone-4.darker.hover:hover i,
.btn-tone-4.darker.hover:hover p,
.btn-tone-4.darker.hover:hover span,
.btn-tone-4.darker.hover:hover a {
    color: #fff
}

.btn-tone-5 {
    background: #e66610;
    transition: background .12s ease-out
}

.btn-tone-5.btn-default {
    color: #fff
}

.btn-tone-5.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #b6510d
}

.btn-tone-5.btn-default:focus {
    color: #fff;
    background: #9e460b
}

.btn-tone-5.hover:hover {
    background: #ce5b0e;
    cursor: pointer
}

.btn-tone-5.hover:hover h1,
.btn-tone-5.hover:hover h2,
.btn-tone-5.hover:hover h3,
.btn-tone-5.hover:hover h4,
.btn-tone-5.hover:hover h5,
.btn-tone-5.hover:hover h6,
.btn-tone-5.hover:hover i,
.btn-tone-5.hover:hover p,
.btn-tone-5.hover:hover span,
.btn-tone-5.hover:hover a {
    color: #fff
}

.btn-tone-5.lighter {
    background: #f3ac50
}

.btn-tone-5.lighter.hover:hover {
    background: #f1a138;
    cursor: pointer
}

.btn-tone-5.lighter.hover:hover h1,
.btn-tone-5.lighter.hover:hover h2,
.btn-tone-5.lighter.hover:hover h3,
.btn-tone-5.lighter.hover:hover h4,
.btn-tone-5.lighter.hover:hover h5,
.btn-tone-5.lighter.hover:hover h6,
.btn-tone-5.lighter.hover:hover i,
.btn-tone-5.lighter.hover:hover p,
.btn-tone-5.lighter.hover:hover span,
.btn-tone-5.lighter.hover:hover a {
    color: #000
}

.btn-tone-5.light {
    background: #f19138
}

.btn-tone-5.light.hover:hover {
    cursor: pointer;
    background: #ef8420
}

.btn-tone-5.light.hover:hover h1,
.btn-tone-5.light.hover:hover h2,
.btn-tone-5.light.hover:hover h3,
.btn-tone-5.light.hover:hover h4,
.btn-tone-5.light.hover:hover h5,
.btn-tone-5.light.hover:hover h6,
.btn-tone-5.light.hover:hover i,
.btn-tone-5.light.hover:hover p,
.btn-tone-5.light.hover:hover span,
.btn-tone-5.light.hover:hover a {
    color: #fff
}

.btn-tone-5.dark {
    background: #b6420d
}

.btn-tone-5.dark.hover:hover {
    cursor: pointer;
    background: #f39f50
}

.btn-tone-5.dark.hover:hover h1,
.btn-tone-5.dark.hover:hover h2,
.btn-tone-5.dark.hover:hover h3,
.btn-tone-5.dark.hover:hover h4,
.btn-tone-5.dark.hover:hover h5,
.btn-tone-5.dark.hover:hover h6,
.btn-tone-5.dark.hover:hover i,
.btn-tone-5.dark.hover:hover p,
.btn-tone-5.dark.hover:hover span,
.btn-tone-5.dark.hover:hover a {
    color: #000
}

.btn-tone-5.darker {
    background: #9e2d0b
}

.btn-tone-5.darker.hover:hover {
    cursor: pointer;
    background: #f39f50
}

.btn-tone-5.darker.hover:hover h1,
.btn-tone-5.darker.hover:hover h2,
.btn-tone-5.darker.hover:hover h3,
.btn-tone-5.darker.hover:hover h4,
.btn-tone-5.darker.hover:hover h5,
.btn-tone-5.darker.hover:hover h6,
.btn-tone-5.darker.hover:hover i,
.btn-tone-5.darker.hover:hover p,
.btn-tone-5.darker.hover:hover span,
.btn-tone-5.darker.hover:hover a {
    color: #000
}

.btn-tone-6 {
    background: #10d8e6;
    transition: background .12s ease-out
}

.btn-tone-6.btn-default {
    color: #000
}

.btn-tone-6.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #0dabb6
}

.btn-tone-6.btn-default:focus {
    color: #fff;
    background: #0b959e
}

.btn-tone-6.hover:hover {
    background: #0ec1ce;
    cursor: pointer
}

.btn-tone-6.hover:hover h1,
.btn-tone-6.hover:hover h2,
.btn-tone-6.hover:hover h3,
.btn-tone-6.hover:hover h4,
.btn-tone-6.hover:hover h5,
.btn-tone-6.hover:hover h6,
.btn-tone-6.hover:hover i,
.btn-tone-6.hover:hover p,
.btn-tone-6.hover:hover span,
.btn-tone-6.hover:hover a {
    color: #fff
}

.btn-tone-6.lighter {
    background: #50cdf3
}

.btn-tone-6.lighter.hover:hover {
    background: #38c6f1;
    cursor: pointer
}

.btn-tone-6.lighter.hover:hover h1,
.btn-tone-6.lighter.hover:hover h2,
.btn-tone-6.lighter.hover:hover h3,
.btn-tone-6.lighter.hover:hover h4,
.btn-tone-6.lighter.hover:hover h5,
.btn-tone-6.lighter.hover:hover h6,
.btn-tone-6.lighter.hover:hover i,
.btn-tone-6.lighter.hover:hover p,
.btn-tone-6.lighter.hover:hover span,
.btn-tone-6.lighter.hover:hover a {
    color: #000
}

.btn-tone-6.light {
    background: #38d5f1
}

.btn-tone-6.light.hover:hover {
    cursor: pointer;
    background: #20d0ef
}

.btn-tone-6.light.hover:hover h1,
.btn-tone-6.light.hover:hover h2,
.btn-tone-6.light.hover:hover h3,
.btn-tone-6.light.hover:hover h4,
.btn-tone-6.light.hover:hover h5,
.btn-tone-6.light.hover:hover h6,
.btn-tone-6.light.hover:hover i,
.btn-tone-6.light.hover:hover p,
.btn-tone-6.light.hover:hover span,
.btn-tone-6.light.hover:hover a {
    color: #000
}

.btn-tone-6.dark {
    background: #0db6b4
}

.btn-tone-6.dark.hover:hover {
    cursor: pointer;
    background: #50daf3
}

.btn-tone-6.dark.hover:hover h1,
.btn-tone-6.dark.hover:hover h2,
.btn-tone-6.dark.hover:hover h3,
.btn-tone-6.dark.hover:hover h4,
.btn-tone-6.dark.hover:hover h5,
.btn-tone-6.dark.hover:hover h6,
.btn-tone-6.dark.hover:hover i,
.btn-tone-6.dark.hover:hover p,
.btn-tone-6.dark.hover:hover span,
.btn-tone-6.dark.hover:hover a {
    color: #000
}

.btn-tone-6.darker {
    background: #0b9e90
}

.btn-tone-6.darker.hover:hover {
    cursor: pointer;
    background: #50daf3
}

.btn-tone-6.darker.hover:hover h1,
.btn-tone-6.darker.hover:hover h2,
.btn-tone-6.darker.hover:hover h3,
.btn-tone-6.darker.hover:hover h4,
.btn-tone-6.darker.hover:hover h5,
.btn-tone-6.darker.hover:hover h6,
.btn-tone-6.darker.hover:hover i,
.btn-tone-6.darker.hover:hover p,
.btn-tone-6.darker.hover:hover span,
.btn-tone-6.darker.hover:hover a {
    color: #000
}

.btn-blue {
    background: #2b88d8;
    transition: background .12s ease-out
}

.btn-blue.btn-default {
    color: #fff
}

.btn-blue.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #206db0
}

.btn-blue.btn-default:focus {
    color: #fff;
    background: #1c609a
}

.btn-blue.hover:hover {
    background: #247bc5;
    cursor: pointer
}

.btn-blue.hover:hover h1,
.btn-blue.hover:hover h2,
.btn-blue.hover:hover h3,
.btn-blue.hover:hover h4,
.btn-blue.hover:hover h5,
.btn-blue.hover:hover h6,
.btn-blue.hover:hover i,
.btn-blue.hover:hover p,
.btn-blue.hover:hover span,
.btn-blue.hover:hover a {
    color: #fff
}

.btn-blue.lighter {
    background: #6c98e4
}

.btn-blue.lighter.hover:hover {
    background: #5689e0;
    cursor: pointer
}

.btn-blue.lighter.hover:hover h1,
.btn-blue.lighter.hover:hover h2,
.btn-blue.lighter.hover:hover h3,
.btn-blue.lighter.hover:hover h4,
.btn-blue.lighter.hover:hover h5,
.btn-blue.lighter.hover:hover h6,
.btn-blue.lighter.hover:hover i,
.btn-blue.lighter.hover:hover p,
.btn-blue.lighter.hover:hover span,
.btn-blue.lighter.hover:hover a {
    color: #fff
}

.btn-blue.light {
    background: #5695e0
}

.btn-blue.light.hover:hover {
    cursor: pointer;
    background: #4187dc
}

.btn-blue.light.hover:hover h1,
.btn-blue.light.hover:hover h2,
.btn-blue.light.hover:hover h3,
.btn-blue.light.hover:hover h4,
.btn-blue.light.hover:hover h5,
.btn-blue.light.hover:hover h6,
.btn-blue.light.hover:hover i,
.btn-blue.light.hover:hover p,
.btn-blue.light.hover:hover span,
.btn-blue.light.hover:hover a {
    color: #fff
}

.btn-blue.dark {
    background: #2079b0
}

.btn-blue.dark.hover:hover {
    cursor: pointer;
    background: #6ca2e4
}

.btn-blue.dark.hover:hover h1,
.btn-blue.dark.hover:hover h2,
.btn-blue.dark.hover:hover h3,
.btn-blue.dark.hover:hover h4,
.btn-blue.dark.hover:hover h5,
.btn-blue.dark.hover:hover h6,
.btn-blue.dark.hover:hover i,
.btn-blue.dark.hover:hover p,
.btn-blue.dark.hover:hover span,
.btn-blue.dark.hover:hover a {
    color: #fff
}

.btn-blue.darker {
    background: #1c759a
}

.btn-blue.darker.hover:hover {
    cursor: pointer;
    background: #6ca2e4
}

.btn-blue.darker.hover:hover h1,
.btn-blue.darker.hover:hover h2,
.btn-blue.darker.hover:hover h3,
.btn-blue.darker.hover:hover h4,
.btn-blue.darker.hover:hover h5,
.btn-blue.darker.hover:hover h6,
.btn-blue.darker.hover:hover i,
.btn-blue.darker.hover:hover p,
.btn-blue.darker.hover:hover span,
.btn-blue.darker.hover:hover a {
    color: #fff
}

.btn-red {
    background: #c0392b;
    transition: background .12s ease-out
}

.btn-red.btn-default {
    color: #fff
}

.btn-red.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #962d22
}

.btn-red.btn-default:focus {
    color: #fff;
    background: #81261d
}

.btn-red.hover:hover {
    background: #ab3326;
    cursor: pointer
}

.btn-red.hover:hover h1,
.btn-red.hover:hover h2,
.btn-red.hover:hover h3,
.btn-red.hover:hover h4,
.btn-red.hover:hover h5,
.btn-red.hover:hover h6,
.btn-red.hover:hover i,
.btn-red.hover:hover p,
.btn-red.hover:hover span,
.btn-red.hover:hover a {
    color: #fff
}

.btn-red.lighter {
    background: #db7e5d
}

.btn-red.lighter.hover:hover {
    background: #d66d48;
    cursor: pointer
}

.btn-red.lighter.hover:hover h1,
.btn-red.lighter.hover:hover h2,
.btn-red.lighter.hover:hover h3,
.btn-red.lighter.hover:hover h4,
.btn-red.lighter.hover:hover h5,
.btn-red.lighter.hover:hover h6,
.btn-red.lighter.hover:hover i,
.btn-red.lighter.hover:hover p,
.btn-red.lighter.hover:hover span,
.btn-red.lighter.hover:hover a {
    color: #fff
}

.btn-red.light {
    background: #d66148
}

.btn-red.light.hover:hover {
    cursor: pointer;
    background: #d14f33
}

.btn-red.light.hover:hover h1,
.btn-red.light.hover:hover h2,
.btn-red.light.hover:hover h3,
.btn-red.light.hover:hover h4,
.btn-red.light.hover:hover h5,
.btn-red.light.hover:hover h6,
.btn-red.light.hover:hover i,
.btn-red.light.hover:hover p,
.btn-red.light.hover:hover span,
.btn-red.light.hover:hover a {
    color: #fff
}

.btn-red.dark {
    background: #962322
}

.btn-red.dark.hover:hover {
    cursor: pointer;
    background: #db735d
}

.btn-red.dark.hover:hover h1,
.btn-red.dark.hover:hover h2,
.btn-red.dark.hover:hover h3,
.btn-red.dark.hover:hover h4,
.btn-red.dark.hover:hover h5,
.btn-red.dark.hover:hover h6,
.btn-red.dark.hover:hover i,
.btn-red.dark.hover:hover p,
.btn-red.dark.hover:hover span,
.btn-red.dark.hover:hover a {
    color: #fff
}

.btn-red.darker {
    background: #811d24
}

.btn-red.darker.hover:hover {
    cursor: pointer;
    background: #db735d
}

.btn-red.darker.hover:hover h1,
.btn-red.darker.hover:hover h2,
.btn-red.darker.hover:hover h3,
.btn-red.darker.hover:hover h4,
.btn-red.darker.hover:hover h5,
.btn-red.darker.hover:hover h6,
.btn-red.darker.hover:hover i,
.btn-red.darker.hover:hover p,
.btn-red.darker.hover:hover span,
.btn-red.darker.hover:hover a {
    color: #fff
}

.btn-green {
    background: #008272;
    transition: background .12s ease-out
}

.btn-green.btn-default {
    color: #fff
}

.btn-green.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #004f45
}

.btn-green.btn-default:focus {
    color: #fff;
    background: #00352f
}

.btn-green.hover:hover {
    background: #00695c;
    cursor: pointer
}

.btn-green.hover:hover h1,
.btn-green.hover:hover h2,
.btn-green.hover:hover h3,
.btn-green.hover:hover h4,
.btn-green.hover:hover h5,
.btn-green.hover:hover h6,
.btn-green.hover:hover i,
.btn-green.hover:hover p,
.btn-green.hover:hover span,
.btn-green.hover:hover a {
    color: #fff
}

.btn-green.lighter {
    background: #00c5cf
}

.btn-green.lighter.hover:hover {
    background: #00adb5;
    cursor: pointer
}

.btn-green.lighter.hover:hover h1,
.btn-green.lighter.hover:hover h2,
.btn-green.lighter.hover:hover h3,
.btn-green.lighter.hover:hover h4,
.btn-green.lighter.hover:hover h5,
.btn-green.lighter.hover:hover h6,
.btn-green.lighter.hover:hover i,
.btn-green.lighter.hover:hover p,
.btn-green.lighter.hover:hover span,
.btn-green.lighter.hover:hover a {
    color: #fff
}

.btn-green.light {
    background: #00b5ae
}

.btn-green.light.hover:hover {
    cursor: pointer;
    background: #009b95
}

.btn-green.light.hover:hover h1,
.btn-green.light.hover:hover h2,
.btn-green.light.hover:hover h3,
.btn-green.light.hover:hover h4,
.btn-green.light.hover:hover h5,
.btn-green.light.hover:hover h6,
.btn-green.light.hover:hover i,
.btn-green.light.hover:hover p,
.btn-green.light.hover:hover span,
.btn-green.light.hover:hover a {
    color: #fff
}

.btn-green.dark {
    background: #004f3f
}

.btn-green.dark.hover:hover {
    cursor: pointer;
    background: #00cec6
}

.btn-green.dark.hover:hover h1,
.btn-green.dark.hover:hover h2,
.btn-green.dark.hover:hover h3,
.btn-green.dark.hover:hover h4,
.btn-green.dark.hover:hover h5,
.btn-green.dark.hover:hover h6,
.btn-green.dark.hover:hover i,
.btn-green.dark.hover:hover p,
.btn-green.dark.hover:hover span,
.btn-green.dark.hover:hover a {
    color: #000
}

.btn-green.darker {
    background: #003526
}

.btn-green.darker.hover:hover {
    cursor: pointer;
    background: #00cec6
}

.btn-green.darker.hover:hover h1,
.btn-green.darker.hover:hover h2,
.btn-green.darker.hover:hover h3,
.btn-green.darker.hover:hover h4,
.btn-green.darker.hover:hover h5,
.btn-green.darker.hover:hover h6,
.btn-green.darker.hover:hover i,
.btn-green.darker.hover:hover p,
.btn-green.darker.hover:hover span,
.btn-green.darker.hover:hover a {
    color: #000
}

.btn-yellow {
    background: #ffb900;
    transition: background .12s ease-out
}

.btn-yellow.btn-default {
    color: #000
}

.btn-yellow.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #cc9400
}

.btn-yellow.btn-default:focus {
    color: #fff;
    background: #b38200
}

.btn-yellow.hover:hover {
    background: #e6a700;
    cursor: pointer
}

.btn-yellow.hover:hover h1,
.btn-yellow.hover:hover h2,
.btn-yellow.hover:hover h3,
.btn-yellow.hover:hover h4,
.btn-yellow.hover:hover h5,
.btn-yellow.hover:hover h6,
.btn-yellow.hover:hover i,
.btn-yellow.hover:hover p,
.btn-yellow.hover:hover span,
.btn-yellow.hover:hover a {
    color: #000
}

.btn-yellow.lighter {
    background: #ffec4d
}

.btn-yellow.lighter.hover:hover {
    background: #ffe933;
    cursor: pointer
}

.btn-yellow.lighter.hover:hover h1,
.btn-yellow.lighter.hover:hover h2,
.btn-yellow.lighter.hover:hover h3,
.btn-yellow.lighter.hover:hover h4,
.btn-yellow.lighter.hover:hover h5,
.btn-yellow.lighter.hover:hover h6,
.btn-yellow.lighter.hover:hover i,
.btn-yellow.lighter.hover:hover p,
.btn-yellow.lighter.hover:hover span,
.btn-yellow.lighter.hover:hover a {
    color: #000
}

.btn-yellow.light {
    background: #ffd833
}

.btn-yellow.light.hover:hover {
    cursor: pointer;
    background: #ffd319
}

.btn-yellow.light.hover:hover h1,
.btn-yellow.light.hover:hover h2,
.btn-yellow.light.hover:hover h3,
.btn-yellow.light.hover:hover h4,
.btn-yellow.light.hover:hover h5,
.btn-yellow.light.hover:hover h6,
.btn-yellow.light.hover:hover i,
.btn-yellow.light.hover:hover p,
.btn-yellow.light.hover:hover span,
.btn-yellow.light.hover:hover a {
    color: #000
}

.btn-yellow.dark {
    background: #cc8300
}

.btn-yellow.dark.hover:hover {
    cursor: pointer;
    background: #ffdd4d
}

.btn-yellow.dark.hover:hover h1,
.btn-yellow.dark.hover:hover h2,
.btn-yellow.dark.hover:hover h3,
.btn-yellow.dark.hover:hover h4,
.btn-yellow.dark.hover:hover h5,
.btn-yellow.dark.hover:hover h6,
.btn-yellow.dark.hover:hover i,
.btn-yellow.dark.hover:hover p,
.btn-yellow.dark.hover:hover span,
.btn-yellow.dark.hover:hover a {
    color: #000
}

.btn-yellow.darker {
    background: #b36400
}

.btn-yellow.darker.hover:hover {
    cursor: pointer;
    background: #ffdd4d
}

.btn-yellow.darker.hover:hover h1,
.btn-yellow.darker.hover:hover h2,
.btn-yellow.darker.hover:hover h3,
.btn-yellow.darker.hover:hover h4,
.btn-yellow.darker.hover:hover h5,
.btn-yellow.darker.hover:hover h6,
.btn-yellow.darker.hover:hover i,
.btn-yellow.darker.hover:hover p,
.btn-yellow.darker.hover:hover span,
.btn-yellow.darker.hover:hover a {
    color: #000
}

.btn-orange {
    background: #ff8c00;
    transition: background .12s ease-out
}

.btn-orange.btn-default {
    color: #fff
}

.btn-orange.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #cc7000
}

.btn-orange.btn-default:focus {
    color: #fff;
    background: #b36200
}

.btn-orange.hover:hover {
    background: #e67e00;
    cursor: pointer
}

.btn-orange.hover:hover h1,
.btn-orange.hover:hover h2,
.btn-orange.hover:hover h3,
.btn-orange.hover:hover h4,
.btn-orange.hover:hover h5,
.btn-orange.hover:hover h6,
.btn-orange.hover:hover i,
.btn-orange.hover:hover p,
.btn-orange.hover:hover span,
.btn-orange.hover:hover a {
    color: #fff
}

.btn-orange.lighter {
    background: #ffcc4d
}

.btn-orange.lighter.hover:hover {
    background: #ffc533;
    cursor: pointer
}

.btn-orange.lighter.hover:hover h1,
.btn-orange.lighter.hover:hover h2,
.btn-orange.lighter.hover:hover h3,
.btn-orange.lighter.hover:hover h4,
.btn-orange.lighter.hover:hover h5,
.btn-orange.lighter.hover:hover h6,
.btn-orange.lighter.hover:hover i,
.btn-orange.lighter.hover:hover p,
.btn-orange.lighter.hover:hover span,
.btn-orange.lighter.hover:hover a {
    color: #000
}

.btn-orange.light {
    background: #ffb433
}

.btn-orange.light.hover:hover {
    cursor: pointer;
    background: #ffab19
}

.btn-orange.light.hover:hover h1,
.btn-orange.light.hover:hover h2,
.btn-orange.light.hover:hover h3,
.btn-orange.light.hover:hover h4,
.btn-orange.light.hover:hover h5,
.btn-orange.light.hover:hover h6,
.btn-orange.light.hover:hover i,
.btn-orange.light.hover:hover p,
.btn-orange.light.hover:hover span,
.btn-orange.light.hover:hover a {
    color: #000
}

.btn-orange.dark {
    background: #cc5f00
}

.btn-orange.dark.hover:hover {
    cursor: pointer;
    background: #ffbd4d
}

.btn-orange.dark.hover:hover h1,
.btn-orange.dark.hover:hover h2,
.btn-orange.dark.hover:hover h3,
.btn-orange.dark.hover:hover h4,
.btn-orange.dark.hover:hover h5,
.btn-orange.dark.hover:hover h6,
.btn-orange.dark.hover:hover i,
.btn-orange.dark.hover:hover p,
.btn-orange.dark.hover:hover span,
.btn-orange.dark.hover:hover a {
    color: #000
}

.btn-orange.darker {
    background: #b34400
}

.btn-orange.darker.hover:hover {
    cursor: pointer;
    background: #ffbd4d
}

.btn-orange.darker.hover:hover h1,
.btn-orange.darker.hover:hover h2,
.btn-orange.darker.hover:hover h3,
.btn-orange.darker.hover:hover h4,
.btn-orange.darker.hover:hover h5,
.btn-orange.darker.hover:hover h6,
.btn-orange.darker.hover:hover i,
.btn-orange.darker.hover:hover p,
.btn-orange.darker.hover:hover span,
.btn-orange.darker.hover:hover a {
    color: #000
}

.btn-white {
    background: #fff;
    transition: background .12s ease-out
}

.btn-white.btn-default {
    color: #000
}

.btn-white.btn-default:hover {
    cursor: pointer;
    color: #000;
    background: #e6e6e6
}

.btn-white.btn-default:focus {
    color: #000;
    background: #d9d9d9
}

.btn-white.hover:hover {
    background: #f2f2f2;
    cursor: pointer
}

.btn-white.hover:hover h1,
.btn-white.hover:hover h2,
.btn-white.hover:hover h3,
.btn-white.hover:hover h4,
.btn-white.hover:hover h5,
.btn-white.hover:hover h6,
.btn-white.hover:hover i,
.btn-white.hover:hover p,
.btn-white.hover:hover span,
.btn-white.hover:hover a {
    color: #000
}

.btn-white.lighter {
    background: #fff
}

.btn-white.lighter.hover:hover {
    background: #f2f2f2;
    cursor: pointer
}

.btn-white.lighter.hover:hover h1,
.btn-white.lighter.hover:hover h2,
.btn-white.lighter.hover:hover h3,
.btn-white.lighter.hover:hover h4,
.btn-white.lighter.hover:hover h5,
.btn-white.lighter.hover:hover h6,
.btn-white.lighter.hover:hover i,
.btn-white.lighter.hover:hover p,
.btn-white.lighter.hover:hover span,
.btn-white.lighter.hover:hover a {
    color: #000
}

.btn-white.light {
    background: #fff
}

.btn-white.light.hover:hover {
    cursor: pointer;
    background: #f2f2f2
}

.btn-white.light.hover:hover h1,
.btn-white.light.hover:hover h2,
.btn-white.light.hover:hover h3,
.btn-white.light.hover:hover h4,
.btn-white.light.hover:hover h5,
.btn-white.light.hover:hover h6,
.btn-white.light.hover:hover i,
.btn-white.light.hover:hover p,
.btn-white.light.hover:hover span,
.btn-white.light.hover:hover a {
    color: #000
}

.btn-white.dark {
    background: #e6e6e6
}

.btn-white.dark.hover:hover {
    cursor: pointer;
    background: #fff
}

.btn-white.dark.hover:hover h1,
.btn-white.dark.hover:hover h2,
.btn-white.dark.hover:hover h3,
.btn-white.dark.hover:hover h4,
.btn-white.dark.hover:hover h5,
.btn-white.dark.hover:hover h6,
.btn-white.dark.hover:hover i,
.btn-white.dark.hover:hover p,
.btn-white.dark.hover:hover span,
.btn-white.dark.hover:hover a {
    color: #000
}

.btn-white.darker {
    background: #d9d9d9
}

.btn-white.darker.hover:hover {
    cursor: pointer;
    background: #fff
}

.btn-white.darker.hover:hover h1,
.btn-white.darker.hover:hover h2,
.btn-white.darker.hover:hover h3,
.btn-white.darker.hover:hover h4,
.btn-white.darker.hover:hover h5,
.btn-white.darker.hover:hover h6,
.btn-white.darker.hover:hover i,
.btn-white.darker.hover:hover p,
.btn-white.darker.hover:hover span,
.btn-white.darker.hover:hover a {
    color: #000
}

.btn-soft {
    background: #f1f1f1;
    transition: background .12s ease-out
}

.btn-soft.btn-default {
    color: #000
}

.btn-soft.btn-default:hover {
    cursor: pointer;
    color: #000;
    background: #d8d8d8
}

.btn-soft.btn-default:focus {
    color: #000;
    background: #cbcbcb
}

.btn-soft.hover:hover {
    background: #e4e4e4;
    cursor: pointer
}

.btn-soft.hover:hover h1,
.btn-soft.hover:hover h2,
.btn-soft.hover:hover h3,
.btn-soft.hover:hover h4,
.btn-soft.hover:hover h5,
.btn-soft.hover:hover h6,
.btn-soft.hover:hover i,
.btn-soft.hover:hover p,
.btn-soft.hover:hover span,
.btn-soft.hover:hover a {
    color: #000
}

.btn-soft.lighter {
    background: #fff
}

.btn-soft.lighter.hover:hover {
    background: #f2f2f2;
    cursor: pointer
}

.btn-soft.lighter.hover:hover h1,
.btn-soft.lighter.hover:hover h2,
.btn-soft.lighter.hover:hover h3,
.btn-soft.lighter.hover:hover h4,
.btn-soft.lighter.hover:hover h5,
.btn-soft.lighter.hover:hover h6,
.btn-soft.lighter.hover:hover i,
.btn-soft.lighter.hover:hover p,
.btn-soft.lighter.hover:hover span,
.btn-soft.lighter.hover:hover a {
    color: #000
}

.btn-soft.light {
    background: #fff
}

.btn-soft.light.hover:hover {
    cursor: pointer;
    background: #f2f2f2
}

.btn-soft.light.hover:hover h1,
.btn-soft.light.hover:hover h2,
.btn-soft.light.hover:hover h3,
.btn-soft.light.hover:hover h4,
.btn-soft.light.hover:hover h5,
.btn-soft.light.hover:hover h6,
.btn-soft.light.hover:hover i,
.btn-soft.light.hover:hover p,
.btn-soft.light.hover:hover span,
.btn-soft.light.hover:hover a {
    color: #000
}

.btn-soft.dark {
    background: #d8d8d8
}

.btn-soft.dark.hover:hover {
    cursor: pointer;
    background: #fff
}

.btn-soft.dark.hover:hover h1,
.btn-soft.dark.hover:hover h2,
.btn-soft.dark.hover:hover h3,
.btn-soft.dark.hover:hover h4,
.btn-soft.dark.hover:hover h5,
.btn-soft.dark.hover:hover h6,
.btn-soft.dark.hover:hover i,
.btn-soft.dark.hover:hover p,
.btn-soft.dark.hover:hover span,
.btn-soft.dark.hover:hover a {
    color: #000
}

.btn-soft.darker {
    background: #cbcbcb
}

.btn-soft.darker.hover:hover {
    cursor: pointer;
    background: #fff
}

.btn-soft.darker.hover:hover h1,
.btn-soft.darker.hover:hover h2,
.btn-soft.darker.hover:hover h3,
.btn-soft.darker.hover:hover h4,
.btn-soft.darker.hover:hover h5,
.btn-soft.darker.hover:hover h6,
.btn-soft.darker.hover:hover i,
.btn-soft.darker.hover:hover p,
.btn-soft.darker.hover:hover span,
.btn-soft.darker.hover:hover a {
    color: #000
}

.btn-gray {
    background: #ccc;
    transition: background .12s ease-out
}

.btn-gray.btn-default {
    color: #000
}

.btn-gray.btn-default:hover {
    cursor: pointer;
    color: #000;
    background: #b3b3b3
}

.btn-gray.btn-default:focus {
    color: #fff;
    background: #a6a6a6
}

.btn-gray.hover:hover {
    background: #bfbfbf;
    cursor: pointer
}

.btn-gray.hover:hover h1,
.btn-gray.hover:hover h2,
.btn-gray.hover:hover h3,
.btn-gray.hover:hover h4,
.btn-gray.hover:hover h5,
.btn-gray.hover:hover h6,
.btn-gray.hover:hover i,
.btn-gray.hover:hover p,
.btn-gray.hover:hover span,
.btn-gray.hover:hover a {
    color: #000
}

.btn-gray.lighter {
    background: #f2f2f2
}

.btn-gray.lighter.hover:hover {
    background: #e6e6e6;
    cursor: pointer
}

.btn-gray.lighter.hover:hover h1,
.btn-gray.lighter.hover:hover h2,
.btn-gray.lighter.hover:hover h3,
.btn-gray.lighter.hover:hover h4,
.btn-gray.lighter.hover:hover h5,
.btn-gray.lighter.hover:hover h6,
.btn-gray.lighter.hover:hover i,
.btn-gray.lighter.hover:hover p,
.btn-gray.lighter.hover:hover span,
.btn-gray.lighter.hover:hover a {
    color: #000
}

.btn-gray.light {
    background: #e6e6e6
}

.btn-gray.light.hover:hover {
    cursor: pointer;
    background: #d9d9d9
}

.btn-gray.light.hover:hover h1,
.btn-gray.light.hover:hover h2,
.btn-gray.light.hover:hover h3,
.btn-gray.light.hover:hover h4,
.btn-gray.light.hover:hover h5,
.btn-gray.light.hover:hover h6,
.btn-gray.light.hover:hover i,
.btn-gray.light.hover:hover p,
.btn-gray.light.hover:hover span,
.btn-gray.light.hover:hover a {
    color: #000
}

.btn-gray.dark {
    background: #b3b3b3
}

.btn-gray.dark.hover:hover {
    cursor: pointer;
    background: #f2f2f2
}

.btn-gray.dark.hover:hover h1,
.btn-gray.dark.hover:hover h2,
.btn-gray.dark.hover:hover h3,
.btn-gray.dark.hover:hover h4,
.btn-gray.dark.hover:hover h5,
.btn-gray.dark.hover:hover h6,
.btn-gray.dark.hover:hover i,
.btn-gray.dark.hover:hover p,
.btn-gray.dark.hover:hover span,
.btn-gray.dark.hover:hover a {
    color: #000
}

.btn-gray.darker {
    background: #a6a6a6
}

.btn-gray.darker.hover:hover {
    cursor: pointer;
    background: #f2f2f2
}

.btn-gray.darker.hover:hover h1,
.btn-gray.darker.hover:hover h2,
.btn-gray.darker.hover:hover h3,
.btn-gray.darker.hover:hover h4,
.btn-gray.darker.hover:hover h5,
.btn-gray.darker.hover:hover h6,
.btn-gray.darker.hover:hover i,
.btn-gray.darker.hover:hover p,
.btn-gray.darker.hover:hover span,
.btn-gray.darker.hover:hover a {
    color: #000
}

.btn-dark {
    background: #555;
    transition: background .12s ease-out
}

.btn-dark.btn-default {
    color: #fff
}

.btn-dark.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #3b3b3b
}

.btn-dark.btn-default:focus {
    color: #fff;
    background: #2f2f2f
}

.btn-dark.hover:hover {
    background: #484848;
    cursor: pointer
}

.btn-dark.hover:hover h1,
.btn-dark.hover:hover h2,
.btn-dark.hover:hover h3,
.btn-dark.hover:hover h4,
.btn-dark.hover:hover h5,
.btn-dark.hover:hover h6,
.btn-dark.hover:hover i,
.btn-dark.hover:hover p,
.btn-dark.hover:hover span,
.btn-dark.hover:hover a {
    color: #fff
}

.btn-dark.lighter {
    background: #7b7b7b
}

.btn-dark.lighter.hover:hover {
    background: #6e6e6e;
    cursor: pointer
}

.btn-dark.lighter.hover:hover h1,
.btn-dark.lighter.hover:hover h2,
.btn-dark.lighter.hover:hover h3,
.btn-dark.lighter.hover:hover h4,
.btn-dark.lighter.hover:hover h5,
.btn-dark.lighter.hover:hover h6,
.btn-dark.lighter.hover:hover i,
.btn-dark.lighter.hover:hover p,
.btn-dark.lighter.hover:hover span,
.btn-dark.lighter.hover:hover a {
    color: #fff
}

.btn-dark.light {
    background: #6f6f6f
}

.btn-dark.light.hover:hover {
    cursor: pointer;
    background: #626262
}

.btn-dark.light.hover:hover h1,
.btn-dark.light.hover:hover h2,
.btn-dark.light.hover:hover h3,
.btn-dark.light.hover:hover h4,
.btn-dark.light.hover:hover h5,
.btn-dark.light.hover:hover h6,
.btn-dark.light.hover:hover i,
.btn-dark.light.hover:hover p,
.btn-dark.light.hover:hover span,
.btn-dark.light.hover:hover a {
    color: #fff
}

.btn-dark.dark {
    background: #3b3b3b
}

.btn-dark.dark.hover:hover {
    cursor: pointer;
    background: #7b7b7b
}

.btn-dark.dark.hover:hover h1,
.btn-dark.dark.hover:hover h2,
.btn-dark.dark.hover:hover h3,
.btn-dark.dark.hover:hover h4,
.btn-dark.dark.hover:hover h5,
.btn-dark.dark.hover:hover h6,
.btn-dark.dark.hover:hover i,
.btn-dark.dark.hover:hover p,
.btn-dark.dark.hover:hover span,
.btn-dark.dark.hover:hover a {
    color: #fff
}

.btn-dark.darker {
    background: #2f2f2f
}

.btn-dark.darker.hover:hover {
    cursor: pointer;
    background: #7b7b7b
}

.btn-dark.darker.hover:hover h1,
.btn-dark.darker.hover:hover h2,
.btn-dark.darker.hover:hover h3,
.btn-dark.darker.hover:hover h4,
.btn-dark.darker.hover:hover h5,
.btn-dark.darker.hover:hover h6,
.btn-dark.darker.hover:hover i,
.btn-dark.darker.hover:hover p,
.btn-dark.darker.hover:hover span,
.btn-dark.darker.hover:hover a {
    color: #fff
}

.btn-black {
    background: #121212;
    transition: background .12s ease-out
}

.btn-black.btn-default {
    color: #fff
}

.btn-black.btn-default:hover {
    cursor: pointer;
    color: #fff;
    background: #000
}

.btn-black.btn-default:focus {
    color: #fff;
    background: #000
}

.btn-black.hover:hover {
    background: #050505;
    cursor: pointer
}

.btn-black.hover:hover h1,
.btn-black.hover:hover h2,
.btn-black.hover:hover h3,
.btn-black.hover:hover h4,
.btn-black.hover:hover h5,
.btn-black.hover:hover h6,
.btn-black.hover:hover i,
.btn-black.hover:hover p,
.btn-black.hover:hover span,
.btn-black.hover:hover a {
    color: #fff
}

.btn-black.lighter {
    background: #383838
}

.btn-black.lighter.hover:hover {
    background: #2c2c2c;
    cursor: pointer
}

.btn-black.lighter.hover:hover h1,
.btn-black.lighter.hover:hover h2,
.btn-black.lighter.hover:hover h3,
.btn-black.lighter.hover:hover h4,
.btn-black.lighter.hover:hover h5,
.btn-black.lighter.hover:hover h6,
.btn-black.lighter.hover:hover i,
.btn-black.lighter.hover:hover p,
.btn-black.lighter.hover:hover span,
.btn-black.lighter.hover:hover a {
    color: #fff
}

.btn-black.light {
    background: #2c2c2c
}

.btn-black.light.hover:hover {
    cursor: pointer;
    background: #1f1f1f
}

.btn-black.light.hover:hover h1,
.btn-black.light.hover:hover h2,
.btn-black.light.hover:hover h3,
.btn-black.light.hover:hover h4,
.btn-black.light.hover:hover h5,
.btn-black.light.hover:hover h6,
.btn-black.light.hover:hover i,
.btn-black.light.hover:hover p,
.btn-black.light.hover:hover span,
.btn-black.light.hover:hover a {
    color: #fff
}

.btn-black.dark {
    background: #000
}

.btn-black.dark.hover:hover {
    cursor: pointer;
    background: #383838
}

.btn-black.dark.hover:hover h1,
.btn-black.dark.hover:hover h2,
.btn-black.dark.hover:hover h3,
.btn-black.dark.hover:hover h4,
.btn-black.dark.hover:hover h5,
.btn-black.dark.hover:hover h6,
.btn-black.dark.hover:hover i,
.btn-black.dark.hover:hover p,
.btn-black.dark.hover:hover span,
.btn-black.dark.hover:hover a {
    color: #fff
}

.btn-black.darker {
    background: #000
}

.btn-black.darker.hover:hover {
    cursor: pointer;
    background: #383838
}

.btn-black.darker.hover:hover h1,
.btn-black.darker.hover:hover h2,
.btn-black.darker.hover:hover h3,
.btn-black.darker.hover:hover h4,
.btn-black.darker.hover:hover h5,
.btn-black.darker.hover:hover h6,
.btn-black.darker.hover:hover i,
.btn-black.darker.hover:hover p,
.btn-black.darker.hover:hover span,
.btn-black.darker.hover:hover a {
    color: #fff
}

.bg-tone-1 {
    background: #e6ad10;
    transition: background .12s ease-out
}

.bg-tone-1.hover:hover {
    background: #ce9b0e;
    cursor: pointer
}

.bg-tone-1.hover:hover h1,
.bg-tone-1.hover:hover h2,
.bg-tone-1.hover:hover h3,
.bg-tone-1.hover:hover h4,
.bg-tone-1.hover:hover h5,
.bg-tone-1.hover:hover h6,
.bg-tone-1.hover:hover i,
.bg-tone-1.hover:hover p,
.bg-tone-1.hover:hover span,
.bg-tone-1.hover:hover a {
    color: #fff
}

.bg-tone-1.lighter {
    background: #f3e350
}

.bg-tone-1.lighter.hover:hover {
    background: #f1df38;
    cursor: pointer
}

.bg-tone-1.lighter.hover:hover h1,
.bg-tone-1.lighter.hover:hover h2,
.bg-tone-1.lighter.hover:hover h3,
.bg-tone-1.lighter.hover:hover h4,
.bg-tone-1.lighter.hover:hover h5,
.bg-tone-1.lighter.hover:hover h6,
.bg-tone-1.lighter.hover:hover i,
.bg-tone-1.lighter.hover:hover p,
.bg-tone-1.lighter.hover:hover span,
.bg-tone-1.lighter.hover:hover a {
    color: #000
}

.bg-tone-1.light {
    background: #f1cf38
}

.bg-tone-1.light.hover:hover {
    cursor: pointer;
    background: #efca20
}

.bg-tone-1.light.hover:hover h1,
.bg-tone-1.light.hover:hover h2,
.bg-tone-1.light.hover:hover h3,
.bg-tone-1.light.hover:hover h4,
.bg-tone-1.light.hover:hover h5,
.bg-tone-1.light.hover:hover h6,
.bg-tone-1.light.hover:hover i,
.bg-tone-1.light.hover:hover p,
.bg-tone-1.light.hover:hover span,
.bg-tone-1.light.hover:hover a {
    color: #000
}

.bg-tone-1.dark {
    background: #b67b0d
}

.bg-tone-1.dark.hover:hover {
    cursor: pointer;
    background: #f3d550
}

.bg-tone-1.dark.hover:hover h1,
.bg-tone-1.dark.hover:hover h2,
.bg-tone-1.dark.hover:hover h3,
.bg-tone-1.dark.hover:hover h4,
.bg-tone-1.dark.hover:hover h5,
.bg-tone-1.dark.hover:hover h6,
.bg-tone-1.dark.hover:hover i,
.bg-tone-1.dark.hover:hover p,
.bg-tone-1.dark.hover:hover span,
.bg-tone-1.dark.hover:hover a {
    color: #000
}

.bg-tone-1.darker {
    background: #9e5f0b
}

.bg-tone-1.darker.hover:hover {
    cursor: pointer;
    background: #f3d550
}

.bg-tone-1.darker.hover:hover h1,
.bg-tone-1.darker.hover:hover h2,
.bg-tone-1.darker.hover:hover h3,
.bg-tone-1.darker.hover:hover h4,
.bg-tone-1.darker.hover:hover h5,
.bg-tone-1.darker.hover:hover h6,
.bg-tone-1.darker.hover:hover i,
.bg-tone-1.darker.hover:hover p,
.bg-tone-1.darker.hover:hover span,
.bg-tone-1.darker.hover:hover a {
    color: #000
}

.bg-tone-2 {
    background: #1e10e6;
    transition: background .12s ease-out
}

.bg-tone-2.hover:hover {
    background: #1b0ece;
    cursor: pointer
}

.bg-tone-2.hover:hover h1,
.bg-tone-2.hover:hover h2,
.bg-tone-2.hover:hover h3,
.bg-tone-2.hover:hover h4,
.bg-tone-2.hover:hover h5,
.bg-tone-2.hover:hover h6,
.bg-tone-2.hover:hover i,
.bg-tone-2.hover:hover p,
.bg-tone-2.hover:hover span,
.bg-tone-2.hover:hover a {
    color: #fff
}

.bg-tone-2.lighter {
    background: #7650f3
}

.bg-tone-2.lighter.hover:hover {
    background: #6338f1;
    cursor: pointer
}

.bg-tone-2.lighter.hover:hover h1,
.bg-tone-2.lighter.hover:hover h2,
.bg-tone-2.lighter.hover:hover h3,
.bg-tone-2.lighter.hover:hover h4,
.bg-tone-2.lighter.hover:hover h5,
.bg-tone-2.lighter.hover:hover h6,
.bg-tone-2.lighter.hover:hover i,
.bg-tone-2.lighter.hover:hover p,
.bg-tone-2.lighter.hover:hover span,
.bg-tone-2.lighter.hover:hover a {
    color: #fff
}

.bg-tone-2.light {
    background: #5438f1
}

.bg-tone-2.light.hover:hover {
    cursor: pointer;
    background: #3f20ef
}

.bg-tone-2.light.hover:hover h1,
.bg-tone-2.light.hover:hover h2,
.bg-tone-2.light.hover:hover h3,
.bg-tone-2.light.hover:hover h4,
.bg-tone-2.light.hover:hover h5,
.bg-tone-2.light.hover:hover h6,
.bg-tone-2.light.hover:hover i,
.bg-tone-2.light.hover:hover p,
.bg-tone-2.light.hover:hover span,
.bg-tone-2.light.hover:hover a {
    color: #fff
}

.bg-tone-2.dark {
    background: #0d0fb6
}

.bg-tone-2.dark.hover:hover {
    cursor: pointer;
    background: #6850f3
}

.bg-tone-2.dark.hover:hover h1,
.bg-tone-2.dark.hover:hover h2,
.bg-tone-2.dark.hover:hover h3,
.bg-tone-2.dark.hover:hover h4,
.bg-tone-2.dark.hover:hover h5,
.bg-tone-2.dark.hover:hover h6,
.bg-tone-2.dark.hover:hover i,
.bg-tone-2.dark.hover:hover p,
.bg-tone-2.dark.hover:hover span,
.bg-tone-2.dark.hover:hover a {
    color: #fff
}

.bg-tone-2.darker {
    background: #0b1a9e
}

.bg-tone-2.darker.hover:hover {
    cursor: pointer;
    background: #6850f3
}

.bg-tone-2.darker.hover:hover h1,
.bg-tone-2.darker.hover:hover h2,
.bg-tone-2.darker.hover:hover h3,
.bg-tone-2.darker.hover:hover h4,
.bg-tone-2.darker.hover:hover h5,
.bg-tone-2.darker.hover:hover h6,
.bg-tone-2.darker.hover:hover i,
.bg-tone-2.darker.hover:hover p,
.bg-tone-2.darker.hover:hover span,
.bg-tone-2.darker.hover:hover a {
    color: #fff
}

.bg-tone-3 {
    background: #d8e610;
    transition: background .12s ease-out
}

.bg-tone-3.hover:hover {
    background: #c1ce0e;
    cursor: pointer
}

.bg-tone-3.hover:hover h1,
.bg-tone-3.hover:hover h2,
.bg-tone-3.hover:hover h3,
.bg-tone-3.hover:hover h4,
.bg-tone-3.hover:hover h5,
.bg-tone-3.hover:hover h6,
.bg-tone-3.hover:hover i,
.bg-tone-3.hover:hover p,
.bg-tone-3.hover:hover span,
.bg-tone-3.hover:hover a {
    color: #000
}

.bg-tone-3.lighter {
    background: #cdf350
}

.bg-tone-3.lighter.hover:hover {
    background: #c6f138;
    cursor: pointer
}

.bg-tone-3.lighter.hover:hover h1,
.bg-tone-3.lighter.hover:hover h2,
.bg-tone-3.lighter.hover:hover h3,
.bg-tone-3.lighter.hover:hover h4,
.bg-tone-3.lighter.hover:hover h5,
.bg-tone-3.lighter.hover:hover h6,
.bg-tone-3.lighter.hover:hover i,
.bg-tone-3.lighter.hover:hover p,
.bg-tone-3.lighter.hover:hover span,
.bg-tone-3.lighter.hover:hover a {
    color: #000
}

.bg-tone-3.light {
    background: #d5f138
}

.bg-tone-3.light.hover:hover {
    cursor: pointer;
    background: #d0ef20
}

.bg-tone-3.light.hover:hover h1,
.bg-tone-3.light.hover:hover h2,
.bg-tone-3.light.hover:hover h3,
.bg-tone-3.light.hover:hover h4,
.bg-tone-3.light.hover:hover h5,
.bg-tone-3.light.hover:hover h6,
.bg-tone-3.light.hover:hover i,
.bg-tone-3.light.hover:hover p,
.bg-tone-3.light.hover:hover span,
.bg-tone-3.light.hover:hover a {
    color: #000
}

.bg-tone-3.dark {
    background: #b6b40d
}

.bg-tone-3.dark.hover:hover {
    cursor: pointer;
    background: #daf350
}

.bg-tone-3.dark.hover:hover h1,
.bg-tone-3.dark.hover:hover h2,
.bg-tone-3.dark.hover:hover h3,
.bg-tone-3.dark.hover:hover h4,
.bg-tone-3.dark.hover:hover h5,
.bg-tone-3.dark.hover:hover h6,
.bg-tone-3.dark.hover:hover i,
.bg-tone-3.dark.hover:hover p,
.bg-tone-3.dark.hover:hover span,
.bg-tone-3.dark.hover:hover a {
    color: #000
}

.bg-tone-3.darker {
    background: #9e900b
}

.bg-tone-3.darker.hover:hover {
    cursor: pointer;
    background: #daf350
}

.bg-tone-3.darker.hover:hover h1,
.bg-tone-3.darker.hover:hover h2,
.bg-tone-3.darker.hover:hover h3,
.bg-tone-3.darker.hover:hover h4,
.bg-tone-3.darker.hover:hover h5,
.bg-tone-3.darker.hover:hover h6,
.bg-tone-3.darker.hover:hover i,
.bg-tone-3.darker.hover:hover p,
.bg-tone-3.darker.hover:hover span,
.bg-tone-3.darker.hover:hover a {
    color: #000
}

.bg-tone-4 {
    background: #6610e6;
    transition: background .12s ease-out
}

.bg-tone-4.hover:hover {
    background: #5b0ece;
    cursor: pointer
}

.bg-tone-4.hover:hover h1,
.bg-tone-4.hover:hover h2,
.bg-tone-4.hover:hover h3,
.bg-tone-4.hover:hover h4,
.bg-tone-4.hover:hover h5,
.bg-tone-4.hover:hover h6,
.bg-tone-4.hover:hover i,
.bg-tone-4.hover:hover p,
.bg-tone-4.hover:hover span,
.bg-tone-4.hover:hover a {
    color: #fff
}

.bg-tone-4.lighter {
    background: #ac50f3
}

.bg-tone-4.lighter.hover:hover {
    background: #a138f1;
    cursor: pointer
}

.bg-tone-4.lighter.hover:hover h1,
.bg-tone-4.lighter.hover:hover h2,
.bg-tone-4.lighter.hover:hover h3,
.bg-tone-4.lighter.hover:hover h4,
.bg-tone-4.lighter.hover:hover h5,
.bg-tone-4.lighter.hover:hover h6,
.bg-tone-4.lighter.hover:hover i,
.bg-tone-4.lighter.hover:hover p,
.bg-tone-4.lighter.hover:hover span,
.bg-tone-4.lighter.hover:hover a {
    color: #fff
}

.bg-tone-4.light {
    background: #9138f1
}

.bg-tone-4.light.hover:hover {
    cursor: pointer;
    background: #8420ef
}

.bg-tone-4.light.hover:hover h1,
.bg-tone-4.light.hover:hover h2,
.bg-tone-4.light.hover:hover h3,
.bg-tone-4.light.hover:hover h4,
.bg-tone-4.light.hover:hover h5,
.bg-tone-4.light.hover:hover h6,
.bg-tone-4.light.hover:hover i,
.bg-tone-4.light.hover:hover p,
.bg-tone-4.light.hover:hover span,
.bg-tone-4.light.hover:hover a {
    color: #fff
}

.bg-tone-4.dark {
    background: #420db6
}

.bg-tone-4.dark.hover:hover {
    cursor: pointer;
    background: #9f50f3
}

.bg-tone-4.dark.hover:hover h1,
.bg-tone-4.dark.hover:hover h2,
.bg-tone-4.dark.hover:hover h3,
.bg-tone-4.dark.hover:hover h4,
.bg-tone-4.dark.hover:hover h5,
.bg-tone-4.dark.hover:hover h6,
.bg-tone-4.dark.hover:hover i,
.bg-tone-4.dark.hover:hover p,
.bg-tone-4.dark.hover:hover span,
.bg-tone-4.dark.hover:hover a {
    color: #fff
}

.bg-tone-4.darker {
    background: #2d0b9e
}

.bg-tone-4.darker.hover:hover {
    cursor: pointer;
    background: #9f50f3
}

.bg-tone-4.darker.hover:hover h1,
.bg-tone-4.darker.hover:hover h2,
.bg-tone-4.darker.hover:hover h3,
.bg-tone-4.darker.hover:hover h4,
.bg-tone-4.darker.hover:hover h5,
.bg-tone-4.darker.hover:hover h6,
.bg-tone-4.darker.hover:hover i,
.bg-tone-4.darker.hover:hover p,
.bg-tone-4.darker.hover:hover span,
.bg-tone-4.darker.hover:hover a {
    color: #fff
}

.bg-tone-5 {
    background: #e66610;
    transition: background .12s ease-out
}

.bg-tone-5.hover:hover {
    background: #ce5b0e;
    cursor: pointer
}

.bg-tone-5.hover:hover h1,
.bg-tone-5.hover:hover h2,
.bg-tone-5.hover:hover h3,
.bg-tone-5.hover:hover h4,
.bg-tone-5.hover:hover h5,
.bg-tone-5.hover:hover h6,
.bg-tone-5.hover:hover i,
.bg-tone-5.hover:hover p,
.bg-tone-5.hover:hover span,
.bg-tone-5.hover:hover a {
    color: #fff
}

.bg-tone-5.lighter {
    background: #f3ac50
}

.bg-tone-5.lighter.hover:hover {
    background: #f1a138;
    cursor: pointer
}

.bg-tone-5.lighter.hover:hover h1,
.bg-tone-5.lighter.hover:hover h2,
.bg-tone-5.lighter.hover:hover h3,
.bg-tone-5.lighter.hover:hover h4,
.bg-tone-5.lighter.hover:hover h5,
.bg-tone-5.lighter.hover:hover h6,
.bg-tone-5.lighter.hover:hover i,
.bg-tone-5.lighter.hover:hover p,
.bg-tone-5.lighter.hover:hover span,
.bg-tone-5.lighter.hover:hover a {
    color: #000
}

.bg-tone-5.light {
    background: #f19138
}

.bg-tone-5.light.hover:hover {
    cursor: pointer;
    background: #ef8420
}

.bg-tone-5.light.hover:hover h1,
.bg-tone-5.light.hover:hover h2,
.bg-tone-5.light.hover:hover h3,
.bg-tone-5.light.hover:hover h4,
.bg-tone-5.light.hover:hover h5,
.bg-tone-5.light.hover:hover h6,
.bg-tone-5.light.hover:hover i,
.bg-tone-5.light.hover:hover p,
.bg-tone-5.light.hover:hover span,
.bg-tone-5.light.hover:hover a {
    color: #fff
}

.bg-tone-5.dark {
    background: #b6420d
}

.bg-tone-5.dark.hover:hover {
    cursor: pointer;
    background: #f39f50
}

.bg-tone-5.dark.hover:hover h1,
.bg-tone-5.dark.hover:hover h2,
.bg-tone-5.dark.hover:hover h3,
.bg-tone-5.dark.hover:hover h4,
.bg-tone-5.dark.hover:hover h5,
.bg-tone-5.dark.hover:hover h6,
.bg-tone-5.dark.hover:hover i,
.bg-tone-5.dark.hover:hover p,
.bg-tone-5.dark.hover:hover span,
.bg-tone-5.dark.hover:hover a {
    color: #000
}

.bg-tone-5.darker {
    background: #9e2d0b
}

.bg-tone-5.darker.hover:hover {
    cursor: pointer;
    background: #f39f50
}

.bg-tone-5.darker.hover:hover h1,
.bg-tone-5.darker.hover:hover h2,
.bg-tone-5.darker.hover:hover h3,
.bg-tone-5.darker.hover:hover h4,
.bg-tone-5.darker.hover:hover h5,
.bg-tone-5.darker.hover:hover h6,
.bg-tone-5.darker.hover:hover i,
.bg-tone-5.darker.hover:hover p,
.bg-tone-5.darker.hover:hover span,
.bg-tone-5.darker.hover:hover a {
    color: #000
}

.bg-tone-6 {
    background: #10d8e6;
    transition: background .12s ease-out
}

.bg-tone-6.hover:hover {
    background: #0ec1ce;
    cursor: pointer
}

.bg-tone-6.hover:hover h1,
.bg-tone-6.hover:hover h2,
.bg-tone-6.hover:hover h3,
.bg-tone-6.hover:hover h4,
.bg-tone-6.hover:hover h5,
.bg-tone-6.hover:hover h6,
.bg-tone-6.hover:hover i,
.bg-tone-6.hover:hover p,
.bg-tone-6.hover:hover span,
.bg-tone-6.hover:hover a {
    color: #fff
}

.bg-tone-6.lighter {
    background: #50cdf3
}

.bg-tone-6.lighter.hover:hover {
    background: #38c6f1;
    cursor: pointer
}

.bg-tone-6.lighter.hover:hover h1,
.bg-tone-6.lighter.hover:hover h2,
.bg-tone-6.lighter.hover:hover h3,
.bg-tone-6.lighter.hover:hover h4,
.bg-tone-6.lighter.hover:hover h5,
.bg-tone-6.lighter.hover:hover h6,
.bg-tone-6.lighter.hover:hover i,
.bg-tone-6.lighter.hover:hover p,
.bg-tone-6.lighter.hover:hover span,
.bg-tone-6.lighter.hover:hover a {
    color: #000
}

.bg-tone-6.light {
    background: #38d5f1
}

.bg-tone-6.light.hover:hover {
    cursor: pointer;
    background: #20d0ef
}

.bg-tone-6.light.hover:hover h1,
.bg-tone-6.light.hover:hover h2,
.bg-tone-6.light.hover:hover h3,
.bg-tone-6.light.hover:hover h4,
.bg-tone-6.light.hover:hover h5,
.bg-tone-6.light.hover:hover h6,
.bg-tone-6.light.hover:hover i,
.bg-tone-6.light.hover:hover p,
.bg-tone-6.light.hover:hover span,
.bg-tone-6.light.hover:hover a {
    color: #000
}

.bg-tone-6.dark {
    background: #0db6b4
}

.bg-tone-6.dark.hover:hover {
    cursor: pointer;
    background: #50daf3
}

.bg-tone-6.dark.hover:hover h1,
.bg-tone-6.dark.hover:hover h2,
.bg-tone-6.dark.hover:hover h3,
.bg-tone-6.dark.hover:hover h4,
.bg-tone-6.dark.hover:hover h5,
.bg-tone-6.dark.hover:hover h6,
.bg-tone-6.dark.hover:hover i,
.bg-tone-6.dark.hover:hover p,
.bg-tone-6.dark.hover:hover span,
.bg-tone-6.dark.hover:hover a {
    color: #000
}

.bg-tone-6.darker {
    background: #0b9e90
}

.bg-tone-6.darker.hover:hover {
    cursor: pointer;
    background: #50daf3
}

.bg-tone-6.darker.hover:hover h1,
.bg-tone-6.darker.hover:hover h2,
.bg-tone-6.darker.hover:hover h3,
.bg-tone-6.darker.hover:hover h4,
.bg-tone-6.darker.hover:hover h5,
.bg-tone-6.darker.hover:hover h6,
.bg-tone-6.darker.hover:hover i,
.bg-tone-6.darker.hover:hover p,
.bg-tone-6.darker.hover:hover span,
.bg-tone-6.darker.hover:hover a {
    color: #000
}

.text-tone-1 {
    color: #e6ad10;
    transition: color .12s ease-out
}

.text-tone-1.hover-darken:hover {
    cursor: pointer;
    color: #9e770b
}

.text-tone-1.hover-lighten:hover {
    cursor: pointer;
    color: #f3c750
}

.text-tone-1.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-tone-1.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-tone-1.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-tone-1.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-tone-1.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-tone-1.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-tone-1.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-tone-1.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-tone-1.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-tone-1.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-tone-1.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-tone-1.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-tone-1.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-tone-1.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-tone-1.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-tone-1.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-tone-1.lighter {
    color: #f3e350
}

.text-tone-1.lighter.hover-darken:hover {
    color: #e6d110
}

.text-tone-1.lighter.hover-lighten:hover {
    color: #f8ee97
}

.text-tone-1.light {
    color: #f1cf38
}

.text-tone-1.light.hover-darken:hover {
    color: #ceab0e
}

.text-tone-1.light.hover-lighten:hover {
    color: #f6e07f
}

.text-tone-1.dark {
    color: #875b09
}

.text-tone-1.dark.hover-darken:hover {
    color: #3f2b04
}

.text-tone-1.dark.hover-lighten:hover {
    color: #ce8b0e
}

.text-tone-1.darker {
    color: #573406
}

.text-tone-1.darker.hover-darken:hover {
    color: #0f0901
}

.text-tone-1.darker.hover-lighten:hover {
    color: #9e5f0b
}

.text-tone-2 {
    color: #1e10e6;
    transition: color .12s ease-out
}

.text-tone-2.hover-darken:hover {
    cursor: pointer;
    color: #150b9e
}

.text-tone-2.hover-lighten:hover {
    cursor: pointer;
    color: #5b50f3
}

.text-tone-2.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-tone-2.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-tone-2.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-tone-2.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-tone-2.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-tone-2.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-tone-2.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-tone-2.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-tone-2.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-tone-2.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-tone-2.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-tone-2.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-tone-2.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-tone-2.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-tone-2.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-tone-2.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-tone-2.lighter {
    color: #7650f3
}

.text-tone-2.lighter.hover-darken:hover {
    color: #4210e6
}

.text-tone-2.lighter.hover-lighten:hover {
    color: #ae97f8
}

.text-tone-2.light {
    color: #5438f1
}

.text-tone-2.light.hover-darken:hover {
    color: #2b0ece
}

.text-tone-2.light.hover-lighten:hover {
    color: #917ff6
}

.text-tone-2.dark {
    color: #090b87
}

.text-tone-2.dark.hover-darken:hover {
    color: #04053f
}

.text-tone-2.dark.hover-lighten:hover {
    color: #0e11ce
}

.text-tone-2.darker {
    color: #060e57
}

.text-tone-2.darker.hover-darken:hover {
    color: #01030f
}

.text-tone-2.darker.hover-lighten:hover {
    color: #0b1a9e
}

.text-tone-3 {
    color: #d8e610;
    transition: color .12s ease-out
}

.text-tone-3.hover-darken:hover {
    cursor: pointer;
    color: #959e0b
}

.text-tone-3.hover-lighten:hover {
    cursor: pointer;
    color: #e8f350
}

.text-tone-3.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-tone-3.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-tone-3.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-tone-3.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-tone-3.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-tone-3.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-tone-3.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-tone-3.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-tone-3.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-tone-3.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-tone-3.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-tone-3.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-tone-3.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-tone-3.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-tone-3.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-tone-3.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-tone-3.lighter {
    color: #cdf350
}

.text-tone-3.lighter.hover-darken:hover {
    color: #b4e610
}

.text-tone-3.lighter.hover-lighten:hover {
    color: #e1f897
}

.text-tone-3.light {
    color: #d5f138
}

.text-tone-3.light.hover-darken:hover {
    color: #b1ce0e
}

.text-tone-3.light.hover-lighten:hover {
    color: #e4f67f
}

.text-tone-3.dark {
    color: #878509
}

.text-tone-3.dark.hover-darken:hover {
    color: #3f3e04
}

.text-tone-3.dark.hover-lighten:hover {
    color: #cecb0e
}

.text-tone-3.darker {
    color: #574f06
}

.text-tone-3.darker.hover-darken:hover {
    color: #0f0e01
}

.text-tone-3.darker.hover-lighten:hover {
    color: #9e900b
}

.text-tone-4 {
    color: #6610e6;
    transition: color .12s ease-out
}

.text-tone-4.hover-darken:hover {
    cursor: pointer;
    color: #460b9e
}

.text-tone-4.hover-lighten:hover {
    cursor: pointer;
    color: #9150f3
}

.text-tone-4.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-tone-4.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-tone-4.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-tone-4.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-tone-4.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-tone-4.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-tone-4.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-tone-4.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-tone-4.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-tone-4.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-tone-4.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-tone-4.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-tone-4.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-tone-4.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-tone-4.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-tone-4.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-tone-4.lighter {
    color: #ac50f3
}

.text-tone-4.lighter.hover-darken:hover {
    color: #8910e6
}

.text-tone-4.lighter.hover-lighten:hover {
    color: #ce97f8
}

.text-tone-4.light {
    color: #9138f1
}

.text-tone-4.light.hover-darken:hover {
    color: #6b0ece
}

.text-tone-4.light.hover-lighten:hover {
    color: #b97ff6
}

.text-tone-4.dark {
    color: #310987
}

.text-tone-4.dark.hover-darken:hover {
    color: #17043f
}

.text-tone-4.dark.hover-lighten:hover {
    color: #4b0ece
}

.text-tone-4.darker {
    color: #190657
}

.text-tone-4.darker.hover-darken:hover {
    color: #04010f
}

.text-tone-4.darker.hover-lighten:hover {
    color: #2d0b9e
}

.text-tone-5 {
    color: #e66610;
    transition: color .12s ease-out
}

.text-tone-5.hover-darken:hover {
    cursor: pointer;
    color: #9e460b
}

.text-tone-5.hover-lighten:hover {
    cursor: pointer;
    color: #f39150
}

.text-tone-5.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-tone-5.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-tone-5.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-tone-5.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-tone-5.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-tone-5.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-tone-5.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-tone-5.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-tone-5.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-tone-5.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-tone-5.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-tone-5.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-tone-5.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-tone-5.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-tone-5.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-tone-5.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-tone-5.lighter {
    color: #f3ac50
}

.text-tone-5.lighter.hover-darken:hover {
    color: #e68910
}

.text-tone-5.lighter.hover-lighten:hover {
    color: #f8ce97
}

.text-tone-5.light {
    color: #f19138
}

.text-tone-5.light.hover-darken:hover {
    color: #ce6b0e
}

.text-tone-5.light.hover-lighten:hover {
    color: #f6b97f
}

.text-tone-5.dark {
    color: #873109
}

.text-tone-5.dark.hover-darken:hover {
    color: #3f1704
}

.text-tone-5.dark.hover-lighten:hover {
    color: #ce4b0e
}

.text-tone-5.darker {
    color: #571906
}

.text-tone-5.darker.hover-darken:hover {
    color: #0f0401
}

.text-tone-5.darker.hover-lighten:hover {
    color: #9e2d0b
}

.text-tone-6 {
    color: #10d8e6;
    transition: color .12s ease-out
}

.text-tone-6.hover-darken:hover {
    cursor: pointer;
    color: #0b959e
}

.text-tone-6.hover-lighten:hover {
    cursor: pointer;
    color: #50e8f3
}

.text-tone-6.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-tone-6.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-tone-6.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-tone-6.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-tone-6.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-tone-6.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-tone-6.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-tone-6.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-tone-6.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-tone-6.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-tone-6.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-tone-6.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-tone-6.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-tone-6.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-tone-6.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-tone-6.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-tone-6.lighter {
    color: #50cdf3
}

.text-tone-6.lighter.hover-darken:hover {
    color: #10b4e6
}

.text-tone-6.lighter.hover-lighten:hover {
    color: #97e1f8
}

.text-tone-6.light {
    color: #38d5f1
}

.text-tone-6.light.hover-darken:hover {
    color: #0eb1ce
}

.text-tone-6.light.hover-lighten:hover {
    color: #7fe4f6
}

.text-tone-6.dark {
    color: #098785
}

.text-tone-6.dark.hover-darken:hover {
    color: #043f3e
}

.text-tone-6.dark.hover-lighten:hover {
    color: #0ececb
}

.text-tone-6.darker {
    color: #06574f
}

.text-tone-6.darker.hover-darken:hover {
    color: #010f0e
}

.text-tone-6.darker.hover-lighten:hover {
    color: #0b9e90
}

.bg-blue {
    background: #2b88d8;
    transition: background .12s ease-out
}

.bg-blue.hover:hover {
    background: #247bc5;
    cursor: pointer
}

.bg-blue.hover:hover h1,
.bg-blue.hover:hover h2,
.bg-blue.hover:hover h3,
.bg-blue.hover:hover h4,
.bg-blue.hover:hover h5,
.bg-blue.hover:hover h6,
.bg-blue.hover:hover i,
.bg-blue.hover:hover p,
.bg-blue.hover:hover span,
.bg-blue.hover:hover a {
    color: #fff
}

.bg-blue.lighter {
    background: #6c98e4
}

.bg-blue.lighter.hover:hover {
    background: #5689e0;
    cursor: pointer
}

.bg-blue.lighter.hover:hover h1,
.bg-blue.lighter.hover:hover h2,
.bg-blue.lighter.hover:hover h3,
.bg-blue.lighter.hover:hover h4,
.bg-blue.lighter.hover:hover h5,
.bg-blue.lighter.hover:hover h6,
.bg-blue.lighter.hover:hover i,
.bg-blue.lighter.hover:hover p,
.bg-blue.lighter.hover:hover span,
.bg-blue.lighter.hover:hover a {
    color: #fff
}

.bg-blue.light {
    background: #5695e0
}

.bg-blue.light.hover:hover {
    cursor: pointer;
    background: #4187dc
}

.bg-blue.light.hover:hover h1,
.bg-blue.light.hover:hover h2,
.bg-blue.light.hover:hover h3,
.bg-blue.light.hover:hover h4,
.bg-blue.light.hover:hover h5,
.bg-blue.light.hover:hover h6,
.bg-blue.light.hover:hover i,
.bg-blue.light.hover:hover p,
.bg-blue.light.hover:hover span,
.bg-blue.light.hover:hover a {
    color: #fff
}

.bg-blue.dark {
    background: #2079b0
}

.bg-blue.dark.hover:hover {
    cursor: pointer;
    background: #6ca2e4
}

.bg-blue.dark.hover:hover h1,
.bg-blue.dark.hover:hover h2,
.bg-blue.dark.hover:hover h3,
.bg-blue.dark.hover:hover h4,
.bg-blue.dark.hover:hover h5,
.bg-blue.dark.hover:hover h6,
.bg-blue.dark.hover:hover i,
.bg-blue.dark.hover:hover p,
.bg-blue.dark.hover:hover span,
.bg-blue.dark.hover:hover a {
    color: #fff
}

.bg-blue.darker {
    background: #1c759a
}

.bg-blue.darker.hover:hover {
    cursor: pointer;
    background: #6ca2e4
}

.bg-blue.darker.hover:hover h1,
.bg-blue.darker.hover:hover h2,
.bg-blue.darker.hover:hover h3,
.bg-blue.darker.hover:hover h4,
.bg-blue.darker.hover:hover h5,
.bg-blue.darker.hover:hover h6,
.bg-blue.darker.hover:hover i,
.bg-blue.darker.hover:hover p,
.bg-blue.darker.hover:hover span,
.bg-blue.darker.hover:hover a {
    color: #fff
}

.bg-red {
    background: #c0392b;
    transition: background .12s ease-out
}

.bg-red.hover:hover {
    background: #ab3326;
    cursor: pointer
}

.bg-red.hover:hover h1,
.bg-red.hover:hover h2,
.bg-red.hover:hover h3,
.bg-red.hover:hover h4,
.bg-red.hover:hover h5,
.bg-red.hover:hover h6,
.bg-red.hover:hover i,
.bg-red.hover:hover p,
.bg-red.hover:hover span,
.bg-red.hover:hover a {
    color: #fff
}

.bg-red.lighter {
    background: #db7e5d
}

.bg-red.lighter.hover:hover {
    background: #d66d48;
    cursor: pointer
}

.bg-red.lighter.hover:hover h1,
.bg-red.lighter.hover:hover h2,
.bg-red.lighter.hover:hover h3,
.bg-red.lighter.hover:hover h4,
.bg-red.lighter.hover:hover h5,
.bg-red.lighter.hover:hover h6,
.bg-red.lighter.hover:hover i,
.bg-red.lighter.hover:hover p,
.bg-red.lighter.hover:hover span,
.bg-red.lighter.hover:hover a {
    color: #fff
}

.bg-red.light {
    background: #d66148
}

.bg-red.light.hover:hover {
    cursor: pointer;
    background: #d14f33
}

.bg-red.light.hover:hover h1,
.bg-red.light.hover:hover h2,
.bg-red.light.hover:hover h3,
.bg-red.light.hover:hover h4,
.bg-red.light.hover:hover h5,
.bg-red.light.hover:hover h6,
.bg-red.light.hover:hover i,
.bg-red.light.hover:hover p,
.bg-red.light.hover:hover span,
.bg-red.light.hover:hover a {
    color: #fff
}

.bg-red.dark {
    background: #962322
}

.bg-red.dark.hover:hover {
    cursor: pointer;
    background: #db735d
}

.bg-red.dark.hover:hover h1,
.bg-red.dark.hover:hover h2,
.bg-red.dark.hover:hover h3,
.bg-red.dark.hover:hover h4,
.bg-red.dark.hover:hover h5,
.bg-red.dark.hover:hover h6,
.bg-red.dark.hover:hover i,
.bg-red.dark.hover:hover p,
.bg-red.dark.hover:hover span,
.bg-red.dark.hover:hover a {
    color: #fff
}

.bg-red.darker {
    background: #811d24
}

.bg-red.darker.hover:hover {
    cursor: pointer;
    background: #db735d
}

.bg-red.darker.hover:hover h1,
.bg-red.darker.hover:hover h2,
.bg-red.darker.hover:hover h3,
.bg-red.darker.hover:hover h4,
.bg-red.darker.hover:hover h5,
.bg-red.darker.hover:hover h6,
.bg-red.darker.hover:hover i,
.bg-red.darker.hover:hover p,
.bg-red.darker.hover:hover span,
.bg-red.darker.hover:hover a {
    color: #fff
}

.bg-yellow {
    background: #ffb900;
    transition: background .12s ease-out
}

.bg-yellow.hover:hover {
    background: #e6a700;
    cursor: pointer
}

.bg-yellow.hover:hover h1,
.bg-yellow.hover:hover h2,
.bg-yellow.hover:hover h3,
.bg-yellow.hover:hover h4,
.bg-yellow.hover:hover h5,
.bg-yellow.hover:hover h6,
.bg-yellow.hover:hover i,
.bg-yellow.hover:hover p,
.bg-yellow.hover:hover span,
.bg-yellow.hover:hover a {
    color: #000
}

.bg-yellow.lighter {
    background: #ffec4d
}

.bg-yellow.lighter.hover:hover {
    background: #ffe933;
    cursor: pointer
}

.bg-yellow.lighter.hover:hover h1,
.bg-yellow.lighter.hover:hover h2,
.bg-yellow.lighter.hover:hover h3,
.bg-yellow.lighter.hover:hover h4,
.bg-yellow.lighter.hover:hover h5,
.bg-yellow.lighter.hover:hover h6,
.bg-yellow.lighter.hover:hover i,
.bg-yellow.lighter.hover:hover p,
.bg-yellow.lighter.hover:hover span,
.bg-yellow.lighter.hover:hover a {
    color: #000
}

.bg-yellow.light {
    background: #ffd833
}

.bg-yellow.light.hover:hover {
    cursor: pointer;
    background: #ffd319
}

.bg-yellow.light.hover:hover h1,
.bg-yellow.light.hover:hover h2,
.bg-yellow.light.hover:hover h3,
.bg-yellow.light.hover:hover h4,
.bg-yellow.light.hover:hover h5,
.bg-yellow.light.hover:hover h6,
.bg-yellow.light.hover:hover i,
.bg-yellow.light.hover:hover p,
.bg-yellow.light.hover:hover span,
.bg-yellow.light.hover:hover a {
    color: #000
}

.bg-yellow.dark {
    background: #cc8300
}

.bg-yellow.dark.hover:hover {
    cursor: pointer;
    background: #ffdd4d
}

.bg-yellow.dark.hover:hover h1,
.bg-yellow.dark.hover:hover h2,
.bg-yellow.dark.hover:hover h3,
.bg-yellow.dark.hover:hover h4,
.bg-yellow.dark.hover:hover h5,
.bg-yellow.dark.hover:hover h6,
.bg-yellow.dark.hover:hover i,
.bg-yellow.dark.hover:hover p,
.bg-yellow.dark.hover:hover span,
.bg-yellow.dark.hover:hover a {
    color: #000
}

.bg-yellow.darker {
    background: #b36400
}

.bg-yellow.darker.hover:hover {
    cursor: pointer;
    background: #ffdd4d
}

.bg-yellow.darker.hover:hover h1,
.bg-yellow.darker.hover:hover h2,
.bg-yellow.darker.hover:hover h3,
.bg-yellow.darker.hover:hover h4,
.bg-yellow.darker.hover:hover h5,
.bg-yellow.darker.hover:hover h6,
.bg-yellow.darker.hover:hover i,
.bg-yellow.darker.hover:hover p,
.bg-yellow.darker.hover:hover span,
.bg-yellow.darker.hover:hover a {
    color: #000
}

.bg-orange {
    background: #ff8c00;
    transition: background .12s ease-out
}

.bg-orange.hover:hover {
    background: #e67e00;
    cursor: pointer
}

.bg-orange.hover:hover h1,
.bg-orange.hover:hover h2,
.bg-orange.hover:hover h3,
.bg-orange.hover:hover h4,
.bg-orange.hover:hover h5,
.bg-orange.hover:hover h6,
.bg-orange.hover:hover i,
.bg-orange.hover:hover p,
.bg-orange.hover:hover span,
.bg-orange.hover:hover a {
    color: #fff
}

.bg-orange.lighter {
    background: #ffcc4d
}

.bg-orange.lighter.hover:hover {
    background: #ffc533;
    cursor: pointer
}

.bg-orange.lighter.hover:hover h1,
.bg-orange.lighter.hover:hover h2,
.bg-orange.lighter.hover:hover h3,
.bg-orange.lighter.hover:hover h4,
.bg-orange.lighter.hover:hover h5,
.bg-orange.lighter.hover:hover h6,
.bg-orange.lighter.hover:hover i,
.bg-orange.lighter.hover:hover p,
.bg-orange.lighter.hover:hover span,
.bg-orange.lighter.hover:hover a {
    color: #000
}

.bg-orange.light {
    background: #ffb433
}

.bg-orange.light.hover:hover {
    cursor: pointer;
    background: #ffab19
}

.bg-orange.light.hover:hover h1,
.bg-orange.light.hover:hover h2,
.bg-orange.light.hover:hover h3,
.bg-orange.light.hover:hover h4,
.bg-orange.light.hover:hover h5,
.bg-orange.light.hover:hover h6,
.bg-orange.light.hover:hover i,
.bg-orange.light.hover:hover p,
.bg-orange.light.hover:hover span,
.bg-orange.light.hover:hover a {
    color: #000
}

.bg-orange.dark {
    background: #cc5f00
}

.bg-orange.dark.hover:hover {
    cursor: pointer;
    background: #ffbd4d
}

.bg-orange.dark.hover:hover h1,
.bg-orange.dark.hover:hover h2,
.bg-orange.dark.hover:hover h3,
.bg-orange.dark.hover:hover h4,
.bg-orange.dark.hover:hover h5,
.bg-orange.dark.hover:hover h6,
.bg-orange.dark.hover:hover i,
.bg-orange.dark.hover:hover p,
.bg-orange.dark.hover:hover span,
.bg-orange.dark.hover:hover a {
    color: #000
}

.bg-orange.darker {
    background: #b34400
}

.bg-orange.darker.hover:hover {
    cursor: pointer;
    background: #ffbd4d
}

.bg-orange.darker.hover:hover h1,
.bg-orange.darker.hover:hover h2,
.bg-orange.darker.hover:hover h3,
.bg-orange.darker.hover:hover h4,
.bg-orange.darker.hover:hover h5,
.bg-orange.darker.hover:hover h6,
.bg-orange.darker.hover:hover i,
.bg-orange.darker.hover:hover p,
.bg-orange.darker.hover:hover span,
.bg-orange.darker.hover:hover a {
    color: #000
}

.bg-green {
    background: #008272;
    transition: background .12s ease-out
}

.bg-green.hover:hover {
    background: #00695c;
    cursor: pointer
}

.bg-green.hover:hover h1,
.bg-green.hover:hover h2,
.bg-green.hover:hover h3,
.bg-green.hover:hover h4,
.bg-green.hover:hover h5,
.bg-green.hover:hover h6,
.bg-green.hover:hover i,
.bg-green.hover:hover p,
.bg-green.hover:hover span,
.bg-green.hover:hover a {
    color: #fff
}

.bg-green.lighter {
    background: #00c5cf
}

.bg-green.lighter.hover:hover {
    background: #00adb5;
    cursor: pointer
}

.bg-green.lighter.hover:hover h1,
.bg-green.lighter.hover:hover h2,
.bg-green.lighter.hover:hover h3,
.bg-green.lighter.hover:hover h4,
.bg-green.lighter.hover:hover h5,
.bg-green.lighter.hover:hover h6,
.bg-green.lighter.hover:hover i,
.bg-green.lighter.hover:hover p,
.bg-green.lighter.hover:hover span,
.bg-green.lighter.hover:hover a {
    color: #fff
}

.bg-green.light {
    background: #00b5ae
}

.bg-green.light.hover:hover {
    cursor: pointer;
    background: #009b95
}

.bg-green.light.hover:hover h1,
.bg-green.light.hover:hover h2,
.bg-green.light.hover:hover h3,
.bg-green.light.hover:hover h4,
.bg-green.light.hover:hover h5,
.bg-green.light.hover:hover h6,
.bg-green.light.hover:hover i,
.bg-green.light.hover:hover p,
.bg-green.light.hover:hover span,
.bg-green.light.hover:hover a {
    color: #fff
}

.bg-green.dark {
    background: #004f3f
}

.bg-green.dark.hover:hover {
    cursor: pointer;
    background: #00cec6
}

.bg-green.dark.hover:hover h1,
.bg-green.dark.hover:hover h2,
.bg-green.dark.hover:hover h3,
.bg-green.dark.hover:hover h4,
.bg-green.dark.hover:hover h5,
.bg-green.dark.hover:hover h6,
.bg-green.dark.hover:hover i,
.bg-green.dark.hover:hover p,
.bg-green.dark.hover:hover span,
.bg-green.dark.hover:hover a {
    color: #000
}

.bg-green.darker {
    background: #003526
}

.bg-green.darker.hover:hover {
    cursor: pointer;
    background: #00cec6
}

.bg-green.darker.hover:hover h1,
.bg-green.darker.hover:hover h2,
.bg-green.darker.hover:hover h3,
.bg-green.darker.hover:hover h4,
.bg-green.darker.hover:hover h5,
.bg-green.darker.hover:hover h6,
.bg-green.darker.hover:hover i,
.bg-green.darker.hover:hover p,
.bg-green.darker.hover:hover span,
.bg-green.darker.hover:hover a {
    color: #000
}

.bg-white {
    background: #fff;
    transition: background .12s ease-out
}

.bg-white.hover:hover {
    background: #f2f2f2;
    cursor: pointer
}

.bg-white.hover:hover h1,
.bg-white.hover:hover h2,
.bg-white.hover:hover h3,
.bg-white.hover:hover h4,
.bg-white.hover:hover h5,
.bg-white.hover:hover h6,
.bg-white.hover:hover i,
.bg-white.hover:hover p,
.bg-white.hover:hover span,
.bg-white.hover:hover a {
    color: #000
}

.bg-white.lighter {
    background: #fff
}

.bg-white.lighter.hover:hover {
    background: #f2f2f2;
    cursor: pointer
}

.bg-white.lighter.hover:hover h1,
.bg-white.lighter.hover:hover h2,
.bg-white.lighter.hover:hover h3,
.bg-white.lighter.hover:hover h4,
.bg-white.lighter.hover:hover h5,
.bg-white.lighter.hover:hover h6,
.bg-white.lighter.hover:hover i,
.bg-white.lighter.hover:hover p,
.bg-white.lighter.hover:hover span,
.bg-white.lighter.hover:hover a {
    color: #000
}

.bg-white.light {
    background: #fff
}

.bg-white.light.hover:hover {
    cursor: pointer;
    background: #f2f2f2
}

.bg-white.light.hover:hover h1,
.bg-white.light.hover:hover h2,
.bg-white.light.hover:hover h3,
.bg-white.light.hover:hover h4,
.bg-white.light.hover:hover h5,
.bg-white.light.hover:hover h6,
.bg-white.light.hover:hover i,
.bg-white.light.hover:hover p,
.bg-white.light.hover:hover span,
.bg-white.light.hover:hover a {
    color: #000
}

.bg-white.dark {
    background: #e6e6e6
}

.bg-white.dark.hover:hover {
    cursor: pointer;
    background: #fff
}

.bg-white.dark.hover:hover h1,
.bg-white.dark.hover:hover h2,
.bg-white.dark.hover:hover h3,
.bg-white.dark.hover:hover h4,
.bg-white.dark.hover:hover h5,
.bg-white.dark.hover:hover h6,
.bg-white.dark.hover:hover i,
.bg-white.dark.hover:hover p,
.bg-white.dark.hover:hover span,
.bg-white.dark.hover:hover a {
    color: #000
}

.bg-white.darker {
    background: #d9d9d9
}

.bg-white.darker.hover:hover {
    cursor: pointer;
    background: #fff
}

.bg-white.darker.hover:hover h1,
.bg-white.darker.hover:hover h2,
.bg-white.darker.hover:hover h3,
.bg-white.darker.hover:hover h4,
.bg-white.darker.hover:hover h5,
.bg-white.darker.hover:hover h6,
.bg-white.darker.hover:hover i,
.bg-white.darker.hover:hover p,
.bg-white.darker.hover:hover span,
.bg-white.darker.hover:hover a {
    color: #000
}

.bg-soft {
    background: #f1f1f1;
    transition: background .12s ease-out
}

.bg-soft.hover:hover {
    background: #e4e4e4;
    cursor: pointer
}

.bg-soft.hover:hover h1,
.bg-soft.hover:hover h2,
.bg-soft.hover:hover h3,
.bg-soft.hover:hover h4,
.bg-soft.hover:hover h5,
.bg-soft.hover:hover h6,
.bg-soft.hover:hover i,
.bg-soft.hover:hover p,
.bg-soft.hover:hover span,
.bg-soft.hover:hover a {
    color: #000
}

.bg-soft.lighter {
    background: #fff
}

.bg-soft.lighter.hover:hover {
    background: #f2f2f2;
    cursor: pointer
}

.bg-soft.lighter.hover:hover h1,
.bg-soft.lighter.hover:hover h2,
.bg-soft.lighter.hover:hover h3,
.bg-soft.lighter.hover:hover h4,
.bg-soft.lighter.hover:hover h5,
.bg-soft.lighter.hover:hover h6,
.bg-soft.lighter.hover:hover i,
.bg-soft.lighter.hover:hover p,
.bg-soft.lighter.hover:hover span,
.bg-soft.lighter.hover:hover a {
    color: #000
}

.bg-soft.light {
    background: #fff
}

.bg-soft.light.hover:hover {
    cursor: pointer;
    background: #f2f2f2
}

.bg-soft.light.hover:hover h1,
.bg-soft.light.hover:hover h2,
.bg-soft.light.hover:hover h3,
.bg-soft.light.hover:hover h4,
.bg-soft.light.hover:hover h5,
.bg-soft.light.hover:hover h6,
.bg-soft.light.hover:hover i,
.bg-soft.light.hover:hover p,
.bg-soft.light.hover:hover span,
.bg-soft.light.hover:hover a {
    color: #000
}

.bg-soft.dark {
    background: #d8d8d8
}

.bg-soft.dark.hover:hover {
    cursor: pointer;
    background: #fff
}

.bg-soft.dark.hover:hover h1,
.bg-soft.dark.hover:hover h2,
.bg-soft.dark.hover:hover h3,
.bg-soft.dark.hover:hover h4,
.bg-soft.dark.hover:hover h5,
.bg-soft.dark.hover:hover h6,
.bg-soft.dark.hover:hover i,
.bg-soft.dark.hover:hover p,
.bg-soft.dark.hover:hover span,
.bg-soft.dark.hover:hover a {
    color: #000
}

.bg-soft.darker {
    background: #cbcbcb
}

.bg-soft.darker.hover:hover {
    cursor: pointer;
    background: #fff
}

.bg-soft.darker.hover:hover h1,
.bg-soft.darker.hover:hover h2,
.bg-soft.darker.hover:hover h3,
.bg-soft.darker.hover:hover h4,
.bg-soft.darker.hover:hover h5,
.bg-soft.darker.hover:hover h6,
.bg-soft.darker.hover:hover i,
.bg-soft.darker.hover:hover p,
.bg-soft.darker.hover:hover span,
.bg-soft.darker.hover:hover a {
    color: #000
}

.bg-gray {
    background: #ccc;
    transition: background .12s ease-out
}

.bg-gray.hover:hover {
    background: #bfbfbf;
    cursor: pointer
}

.bg-gray.hover:hover h1,
.bg-gray.hover:hover h2,
.bg-gray.hover:hover h3,
.bg-gray.hover:hover h4,
.bg-gray.hover:hover h5,
.bg-gray.hover:hover h6,
.bg-gray.hover:hover i,
.bg-gray.hover:hover p,
.bg-gray.hover:hover span,
.bg-gray.hover:hover a {
    color: #000
}

.bg-gray.lighter {
    background: #f2f2f2
}

.bg-gray.lighter.hover:hover {
    background: #e6e6e6;
    cursor: pointer
}

.bg-gray.lighter.hover:hover h1,
.bg-gray.lighter.hover:hover h2,
.bg-gray.lighter.hover:hover h3,
.bg-gray.lighter.hover:hover h4,
.bg-gray.lighter.hover:hover h5,
.bg-gray.lighter.hover:hover h6,
.bg-gray.lighter.hover:hover i,
.bg-gray.lighter.hover:hover p,
.bg-gray.lighter.hover:hover span,
.bg-gray.lighter.hover:hover a {
    color: #000
}

.bg-gray.light {
    background: #e6e6e6
}

.bg-gray.light.hover:hover {
    cursor: pointer;
    background: #d9d9d9
}

.bg-gray.light.hover:hover h1,
.bg-gray.light.hover:hover h2,
.bg-gray.light.hover:hover h3,
.bg-gray.light.hover:hover h4,
.bg-gray.light.hover:hover h5,
.bg-gray.light.hover:hover h6,
.bg-gray.light.hover:hover i,
.bg-gray.light.hover:hover p,
.bg-gray.light.hover:hover span,
.bg-gray.light.hover:hover a {
    color: #000
}

.bg-gray.dark {
    background: #b3b3b3
}

.bg-gray.dark.hover:hover {
    cursor: pointer;
    background: #f2f2f2
}

.bg-gray.dark.hover:hover h1,
.bg-gray.dark.hover:hover h2,
.bg-gray.dark.hover:hover h3,
.bg-gray.dark.hover:hover h4,
.bg-gray.dark.hover:hover h5,
.bg-gray.dark.hover:hover h6,
.bg-gray.dark.hover:hover i,
.bg-gray.dark.hover:hover p,
.bg-gray.dark.hover:hover span,
.bg-gray.dark.hover:hover a {
    color: #000
}

.bg-gray.darker {
    background: #a6a6a6
}

.bg-gray.darker.hover:hover {
    cursor: pointer;
    background: #f2f2f2
}

.bg-gray.darker.hover:hover h1,
.bg-gray.darker.hover:hover h2,
.bg-gray.darker.hover:hover h3,
.bg-gray.darker.hover:hover h4,
.bg-gray.darker.hover:hover h5,
.bg-gray.darker.hover:hover h6,
.bg-gray.darker.hover:hover i,
.bg-gray.darker.hover:hover p,
.bg-gray.darker.hover:hover span,
.bg-gray.darker.hover:hover a {
    color: #000
}

.bg-dark {
    background: #555;
    transition: background .12s ease-out
}

.bg-dark.hover:hover {
    background: #484848;
    cursor: pointer
}

.bg-dark.hover:hover h1,
.bg-dark.hover:hover h2,
.bg-dark.hover:hover h3,
.bg-dark.hover:hover h4,
.bg-dark.hover:hover h5,
.bg-dark.hover:hover h6,
.bg-dark.hover:hover i,
.bg-dark.hover:hover p,
.bg-dark.hover:hover span,
.bg-dark.hover:hover a {
    color: #fff
}

.bg-dark.lighter {
    background: #7b7b7b
}

.bg-dark.lighter.hover:hover {
    background: #6e6e6e;
    cursor: pointer
}

.bg-dark.lighter.hover:hover h1,
.bg-dark.lighter.hover:hover h2,
.bg-dark.lighter.hover:hover h3,
.bg-dark.lighter.hover:hover h4,
.bg-dark.lighter.hover:hover h5,
.bg-dark.lighter.hover:hover h6,
.bg-dark.lighter.hover:hover i,
.bg-dark.lighter.hover:hover p,
.bg-dark.lighter.hover:hover span,
.bg-dark.lighter.hover:hover a {
    color: #fff
}

.bg-dark.light {
    background: #6f6f6f
}

.bg-dark.light.hover:hover {
    cursor: pointer;
    background: #626262
}

.bg-dark.light.hover:hover h1,
.bg-dark.light.hover:hover h2,
.bg-dark.light.hover:hover h3,
.bg-dark.light.hover:hover h4,
.bg-dark.light.hover:hover h5,
.bg-dark.light.hover:hover h6,
.bg-dark.light.hover:hover i,
.bg-dark.light.hover:hover p,
.bg-dark.light.hover:hover span,
.bg-dark.light.hover:hover a {
    color: #fff
}

.bg-dark.dark {
    background: #3b3b3b
}

.bg-dark.dark.hover:hover {
    cursor: pointer;
    background: #7b7b7b
}

.bg-dark.dark.hover:hover h1,
.bg-dark.dark.hover:hover h2,
.bg-dark.dark.hover:hover h3,
.bg-dark.dark.hover:hover h4,
.bg-dark.dark.hover:hover h5,
.bg-dark.dark.hover:hover h6,
.bg-dark.dark.hover:hover i,
.bg-dark.dark.hover:hover p,
.bg-dark.dark.hover:hover span,
.bg-dark.dark.hover:hover a {
    color: #fff
}

.bg-dark.darker {
    background: #2f2f2f
}

.bg-dark.darker.hover:hover {
    cursor: pointer;
    background: #7b7b7b
}

.bg-dark.darker.hover:hover h1,
.bg-dark.darker.hover:hover h2,
.bg-dark.darker.hover:hover h3,
.bg-dark.darker.hover:hover h4,
.bg-dark.darker.hover:hover h5,
.bg-dark.darker.hover:hover h6,
.bg-dark.darker.hover:hover i,
.bg-dark.darker.hover:hover p,
.bg-dark.darker.hover:hover span,
.bg-dark.darker.hover:hover a {
    color: #fff
}

.bg-black {
    background: #121212;
    transition: background .12s ease-out
}

.bg-black.hover:hover {
    background: #050505;
    cursor: pointer
}

.bg-black.hover:hover h1,
.bg-black.hover:hover h2,
.bg-black.hover:hover h3,
.bg-black.hover:hover h4,
.bg-black.hover:hover h5,
.bg-black.hover:hover h6,
.bg-black.hover:hover i,
.bg-black.hover:hover p,
.bg-black.hover:hover span,
.bg-black.hover:hover a {
    color: #fff
}

.bg-black.lighter {
    background: #383838
}

.bg-black.lighter.hover:hover {
    background: #2c2c2c;
    cursor: pointer
}

.bg-black.lighter.hover:hover h1,
.bg-black.lighter.hover:hover h2,
.bg-black.lighter.hover:hover h3,
.bg-black.lighter.hover:hover h4,
.bg-black.lighter.hover:hover h5,
.bg-black.lighter.hover:hover h6,
.bg-black.lighter.hover:hover i,
.bg-black.lighter.hover:hover p,
.bg-black.lighter.hover:hover span,
.bg-black.lighter.hover:hover a {
    color: #fff
}

.bg-black.light {
    background: #2c2c2c
}

.bg-black.light.hover:hover {
    cursor: pointer;
    background: #1f1f1f
}

.bg-black.light.hover:hover h1,
.bg-black.light.hover:hover h2,
.bg-black.light.hover:hover h3,
.bg-black.light.hover:hover h4,
.bg-black.light.hover:hover h5,
.bg-black.light.hover:hover h6,
.bg-black.light.hover:hover i,
.bg-black.light.hover:hover p,
.bg-black.light.hover:hover span,
.bg-black.light.hover:hover a {
    color: #fff
}

.bg-black.dark {
    background: #000
}

.bg-black.dark.hover:hover {
    cursor: pointer;
    background: #383838
}

.bg-black.dark.hover:hover h1,
.bg-black.dark.hover:hover h2,
.bg-black.dark.hover:hover h3,
.bg-black.dark.hover:hover h4,
.bg-black.dark.hover:hover h5,
.bg-black.dark.hover:hover h6,
.bg-black.dark.hover:hover i,
.bg-black.dark.hover:hover p,
.bg-black.dark.hover:hover span,
.bg-black.dark.hover:hover a {
    color: #fff
}

.bg-black.darker {
    background: #000
}

.bg-black.darker.hover:hover {
    cursor: pointer;
    background: #383838
}

.bg-black.darker.hover:hover h1,
.bg-black.darker.hover:hover h2,
.bg-black.darker.hover:hover h3,
.bg-black.darker.hover:hover h4,
.bg-black.darker.hover:hover h5,
.bg-black.darker.hover:hover h6,
.bg-black.darker.hover:hover i,
.bg-black.darker.hover:hover p,
.bg-black.darker.hover:hover span,
.bg-black.darker.hover:hover a {
    color: #fff
}

.text-green {
    color: #008272;
    transition: color .12s ease-out
}

.text-green.hover-darken:hover {
    cursor: pointer;
    color: #00352f
}

.text-green.hover-lighten:hover {
    cursor: pointer;
    color: #00cfb5
}

.text-green.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-green.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-green.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-green.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-green.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-green.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-green.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-green.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-green.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-green.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-green.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-green.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-green.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-green.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-green.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-green.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-green.lighter {
    color: #00c5cf
}

.text-green.lighter.hover-darken:hover {
    color: #007c82
}

.text-green.lighter.hover-lighten:hover {
    color: #1cf5ff
}

.text-green.light {
    color: #00b5ae
}

.text-green.light.hover-darken:hover {
    color: #006864
}

.text-green.light.hover-lighten:hover {
    color: #02fff5
}

.text-green.dark {
    color: #001c16
}

.text-green.dark.hover-darken:hover {
    color: #000
}

.text-green.dark.hover-lighten:hover {
    color: #006853
}

.text-green.darker {
    color: #000
}

.text-green.darker.hover-darken:hover {
    color: #000
}

.text-green.darker.hover-lighten:hover {
    color: #262626
}

.text-red {
    color: #c0392b;
    transition: color .12s ease-out
}

.text-red.hover-darken:hover {
    cursor: pointer;
    color: #81261d
}

.text-red.hover-lighten:hover {
    cursor: pointer;
    color: #db695d
}

.text-red.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-red.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-red.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-red.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-red.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-red.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-red.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-red.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-red.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-red.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-red.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-red.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-red.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-red.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-red.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-red.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-red.lighter {
    color: #db7e5d
}

.text-red.lighter.hover-darken:hover {
    color: #c0522b
}

.text-red.lighter.hover-lighten:hover {
    color: #e9af9b
}

.text-red.light {
    color: #d66148
}

.text-red.light.hover-darken:hover {
    color: #ab3e26
}

.text-red.light.hover-lighten:hover {
    color: #e49786
}

.text-red.dark {
    color: #6d1918
}

.text-red.dark.hover-darken:hover {
    color: #2e0b0a
}

.text-red.dark.hover-lighten:hover {
    color: #ab2826
}

.text-red.darker {
    color: #430f13
}

.text-red.darker.hover-darken:hover {
    color: #040101
}

.text-red.darker.hover-lighten:hover {
    color: #811d24
}

.text-blue {
    color: #2b88d8;
    transition: color .12s ease-out
}

.text-blue.hover-darken:hover {
    cursor: pointer;
    color: #1c609a
}

.text-blue.hover-lighten:hover {
    cursor: pointer;
    color: #6cace4
}

.text-blue.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-blue.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-blue.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-blue.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-blue.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-blue.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-blue.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-blue.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-blue.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-blue.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-blue.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-blue.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-blue.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-blue.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-blue.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-blue.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-blue.lighter {
    color: #6c98e4
}

.text-blue.lighter.hover-darken:hover {
    color: #2b6bd8
}

.text-blue.lighter.hover-lighten:hover {
    color: #acc5f0
}

.text-blue.light {
    color: #5695e0
}

.text-blue.light.hover-darken:hover {
    color: #246dc5
}

.text-blue.light.hover-lighten:hover {
    color: #97bdec
}

.text-blue.dark {
    color: #185c85
}

.text-blue.dark.hover-darken:hover {
    color: #0d2f44
}

.text-blue.dark.hover-lighten:hover {
    color: #2488c5
}

.text-blue.darker {
    color: #10445a
}

.text-blue.darker.hover-darken:hover {
    color: #051319
}

.text-blue.darker.hover-lighten:hover {
    color: #1c759a
}

.text-yellow {
    color: #ffb900;
    transition: color .12s ease-out
}

.text-yellow.hover-darken:hover {
    cursor: pointer;
    color: #b38200
}

.text-yellow.hover-lighten:hover {
    cursor: pointer;
    color: #ffce4d
}

.text-yellow.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-yellow.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-yellow.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-yellow.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-yellow.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-yellow.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-yellow.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-yellow.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-yellow.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-yellow.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-yellow.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-yellow.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-yellow.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-yellow.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-yellow.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-yellow.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-yellow.lighter {
    color: #ffec4d
}

.text-yellow.lighter.hover-darken:hover {
    color: #ffe300
}

.text-yellow.lighter.hover-lighten:hover {
    color: #fff499
}

.text-yellow.light {
    color: #ffd833
}

.text-yellow.light.hover-darken:hover {
    color: #e5ba00
}

.text-yellow.light.hover-lighten:hover {
    color: #ffe780
}

.text-yellow.dark {
    color: #996200
}

.text-yellow.dark.hover-darken:hover {
    color: #4d3100
}

.text-yellow.dark.hover-lighten:hover {
    color: #e59300
}

.text-yellow.darker {
    color: #663900
}

.text-yellow.darker.hover-darken:hover {
    color: #1a0e00
}

.text-yellow.darker.hover-lighten:hover {
    color: #b36400
}

.text-orange {
    color: #ff8c00;
    transition: color .12s ease-out
}

.text-orange.hover-darken:hover {
    cursor: pointer;
    color: #b36200
}

.text-orange.hover-lighten:hover {
    cursor: pointer;
    color: #ffaf4d
}

.text-orange.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-orange.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-orange.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-orange.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-orange.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-orange.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-orange.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-orange.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-orange.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-orange.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-orange.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-orange.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-orange.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-orange.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-orange.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-orange.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-orange.lighter {
    color: #ffcc4d
}

.text-orange.lighter.hover-darken:hover {
    color: #ffb600
}

.text-orange.lighter.hover-lighten:hover {
    color: #ffe299
}

.text-orange.light {
    color: #ffb433
}

.text-orange.light.hover-darken:hover {
    color: #e59100
}

.text-orange.light.hover-lighten:hover {
    color: #ffd080
}

.text-orange.dark {
    color: #994700
}

.text-orange.dark.hover-darken:hover {
    color: #4d2400
}

.text-orange.dark.hover-lighten:hover {
    color: #e56b00
}

.text-orange.darker {
    color: #662700
}

.text-orange.darker.hover-darken:hover {
    color: #1a0a00
}

.text-orange.darker.hover-lighten:hover {
    color: #b34400
}

.text-white {
    color: #fff;
    transition: color .12s ease-out
}

.text-white.hover-darken:hover {
    cursor: pointer;
    color: #d9d9d9
}

.text-white.hover-lighten:hover {
    cursor: pointer;
    color: #fff
}

.text-white.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-white.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-white.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-white.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-white.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-white.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-white.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-white.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-white.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-white.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-white.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-white.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-white.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-white.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-white.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-white.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-white.lighter {
    color: #fff
}

.text-white.lighter.hover-darken:hover {
    color: #d9d9d9
}

.text-white.lighter.hover-lighten:hover {
    color: #fff
}

.text-white.light {
    color: #fff
}

.text-white.light.hover-darken:hover {
    color: #d9d9d9
}

.text-white.light.hover-lighten:hover {
    color: #fff
}

.text-white.dark {
    color: #ccc
}

.text-white.dark.hover-darken:hover {
    color: #a6a6a6
}

.text-white.dark.hover-lighten:hover {
    color: #f2f2f2
}

.text-white.darker {
    color: #b3b3b3
}

.text-white.darker.hover-darken:hover {
    color: #8c8c8c
}

.text-white.darker.hover-lighten:hover {
    color: #d9d9d9
}

.text-soft {
    color: #f1f1f1;
    transition: color .12s ease-out
}

.text-soft.hover-darken:hover {
    cursor: pointer;
    color: #cbcbcb
}

.text-soft.hover-lighten:hover {
    cursor: pointer;
    color: #fff
}

.text-soft.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-soft.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-soft.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-soft.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-soft.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-soft.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-soft.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-soft.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-soft.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-soft.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-soft.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-soft.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-soft.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-soft.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-soft.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-soft.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-soft.lighter {
    color: #fff
}

.text-soft.lighter.hover-darken:hover {
    color: #d9d9d9
}

.text-soft.lighter.hover-lighten:hover {
    color: #fff
}

.text-soft.light {
    color: #fff
}

.text-soft.light.hover-darken:hover {
    color: #d9d9d9
}

.text-soft.light.hover-lighten:hover {
    color: #fff
}

.text-soft.dark {
    color: #bebebe
}

.text-soft.dark.hover-darken:hover {
    color: #989898
}

.text-soft.dark.hover-lighten:hover {
    color: #e4e4e4
}

.text-soft.darker {
    color: #a4a4a4
}

.text-soft.darker.hover-darken:hover {
    color: #7e7e7e
}

.text-soft.darker.hover-lighten:hover {
    color: #cbcbcb
}

.text-gray {
    color: #ccc;
    transition: color .12s ease-out
}

.text-gray.hover-darken:hover {
    cursor: pointer;
    color: #a6a6a6
}

.text-gray.hover-lighten:hover {
    cursor: pointer;
    color: #f2f2f2
}

.text-gray.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-gray.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-gray.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-gray.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-gray.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-gray.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-gray.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-gray.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-gray.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-gray.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-gray.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-gray.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-gray.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-gray.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-gray.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-gray.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-gray.lighter {
    color: #f2f2f2
}

.text-gray.lighter.hover-darken:hover {
    color: #ccc
}

.text-gray.lighter.hover-lighten:hover {
    color: #fff
}

.text-gray.light {
    color: #e6e6e6
}

.text-gray.light.hover-darken:hover {
    color: #bfbfbf
}

.text-gray.light.hover-lighten:hover {
    color: #fff
}

.text-gray.dark {
    color: #999
}

.text-gray.dark.hover-darken:hover {
    color: #737373
}

.text-gray.dark.hover-lighten:hover {
    color: #bfbfbf
}

.text-gray.darker {
    color: #808080
}

.text-gray.darker.hover-darken:hover {
    color: #595959
}

.text-gray.darker.hover-lighten:hover {
    color: #a6a6a6
}

.text-dark {
    color: #555;
    transition: color .12s ease-out
}

.text-dark.hover-darken:hover {
    cursor: pointer;
    color: #2f2f2f
}

.text-dark.hover-lighten:hover {
    cursor: pointer;
    color: #7b7b7b
}

.text-dark.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-dark.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-dark.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-dark.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-dark.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-dark.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-dark.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-dark.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-dark.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-dark.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-dark.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-dark.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-dark.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-dark.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-dark.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-dark.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-dark.lighter {
    color: #7b7b7b
}

.text-dark.lighter.hover-darken:hover {
    color: #555
}

.text-dark.lighter.hover-lighten:hover {
    color: #a2a2a2
}

.text-dark.light {
    color: #6f6f6f
}

.text-dark.light.hover-darken:hover {
    color: #484848
}

.text-dark.light.hover-lighten:hover {
    color: #959595
}

.text-dark.dark {
    color: #222
}

.text-dark.dark.hover-darken:hover {
    color: #000
}

.text-dark.dark.hover-lighten:hover {
    color: #484848
}

.text-dark.darker {
    color: #080808
}

.text-dark.darker.hover-darken:hover {
    color: #000
}

.text-dark.darker.hover-lighten:hover {
    color: #2f2f2f
}

.text-black {
    color: #121212;
    transition: color .12s ease-out
}

.text-black.hover-darken:hover {
    cursor: pointer;
    color: #000
}

.text-black.hover-lighten:hover {
    cursor: pointer;
    color: #383838
}

.text-black.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-black.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-black.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-black.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-black.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-black.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-black.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-black.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-black.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-black.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-black.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-black.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-black.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-black.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-black.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-black.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-black.lighter {
    color: #383838
}

.text-black.lighter.hover-darken:hover {
    color: #121212
}

.text-black.lighter.hover-lighten:hover {
    color: #5f5f5f
}

.text-black.light {
    color: #2c2c2c
}

.text-black.light.hover-darken:hover {
    color: #050505
}

.text-black.light.hover-lighten:hover {
    color: #525252
}

.text-black.dark {
    color: #000
}

.text-black.dark.hover-darken:hover {
    color: #000
}

.text-black.dark.hover-lighten:hover {
    color: #262626
}

.text-black.darker {
    color: #000
}

.text-black.darker.hover-darken:hover {
    color: #000
}

.text-black.darker.hover-lighten:hover {
    color: #262626
}

.text-warning {
    color: #8a6d3b;
    transition: color .12s ease-out
}

.text-warning.hover-darken:hover {
    cursor: pointer;
    color: #544324
}

.text-warning.hover-lighten:hover {
    cursor: pointer;
    color: #b89559
}

.text-warning.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-warning.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-warning.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-warning.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-warning.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-warning.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-warning.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-warning.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-warning.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-warning.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-warning.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-warning.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-warning.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-warning.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-warning.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-warning.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-warning.lighter {
    color: #b8a559
}

.text-warning.lighter.hover-darken:hover {
    color: #8a7a3b
}

.text-warning.lighter.hover-lighten:hover {
    color: #cfc28f
}

.text-warning.light {
    color: #ae924a
}

.text-warning.light.hover-darken:hover {
    color: #786533
}

.text-warning.light.hover-lighten:hover {
    color: #c7b27d
}

.text-warning.dark {
    color: #43311c
}

.text-warning.dark.hover-darken:hover {
    color: #0d0a06
}

.text-warning.dark.hover-lighten:hover {
    color: #785933
}

.text-warning.darker {
    color: #1f150d
}

.text-warning.darker.hover-darken:hover {
    color: #000
}

.text-warning.darker.hover-lighten:hover {
    color: #543b24
}

.text-info {
    color: #31708f;
    transition: color .12s ease-out
}

.text-info.hover-darken:hover {
    cursor: pointer;
    color: #1d4356
}

.text-info.hover-lighten:hover {
    cursor: pointer;
    color: #4b9ac1
}

.text-info.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-info.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-info.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-info.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-info.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-info.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-info.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-info.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-info.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-info.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-info.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-info.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-info.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-info.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-info.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-info.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-info.lighter {
    color: #4b87c1
}

.text-info.lighter.hover-darken:hover {
    color: #31608f
}

.text-info.lighter.hover-lighten:hover {
    color: #84add5
}

.text-info.light {
    color: #3e84b5
}

.text-info.light.hover-darken:hover {
    color: #2a5a7c
}

.text-info.light.hover-lighten:hover {
    color: #71a8ce
}

.text-info.dark {
    color: #173843
}

.text-info.dark.hover-darken:hover {
    color: #03080a
}

.text-info.dark.hover-lighten:hover {
    color: #2a687c
}

.text-info.darker {
    color: #0a1a1d
}

.text-info.darker.hover-darken:hover {
    color: #000
}

.text-info.darker.hover-lighten:hover {
    color: #1d4d56
}

.text-success {
    color: #3c763d;
    transition: color .12s ease-out
}

.text-success.hover-darken:hover {
    cursor: pointer;
    color: #224323
}

.text-success.hover-lighten:hover {
    cursor: pointer;
    color: #56a957
}

.text-success.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-success.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-success.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-success.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-success.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-success.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-success.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-success.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-success.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-success.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-success.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-success.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-success.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-success.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-success.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-success.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-success.lighter {
    color: #56a965
}

.text-success.lighter.hover-darken:hover {
    color: #3c7647
}

.text-success.lighter.hover-lighten:hover {
    color: #88c393
}

.text-success.light {
    color: #4d9855
}

.text-success.light.hover-darken:hover {
    color: #336538
}

.text-success.light.hover-lighten:hover {
    color: #77ba7e
}

.text-success.dark {
    color: #1b321a
}

.text-success.dark.hover-darken:hover {
    color: #000
}

.text-success.dark.hover-lighten:hover {
    color: #376533
}

.text-success.darker {
    color: #0a1108
}

.text-success.darker.hover-darken:hover {
    color: #000
}

.text-success.darker.hover-lighten:hover {
    color: #274322
}

.text-danger {
    color: #a94442;
    transition: color .12s ease-out
}

.text-danger.hover-darken:hover {
    cursor: pointer;
    color: #722e2d
}

.text-danger.hover-lighten:hover {
    cursor: pointer;
    color: #c77270
}

.text-danger.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.text-danger.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.text-danger.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.text-danger.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.text-danger.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.text-danger.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.text-danger.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.text-danger.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.text-danger.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.text-danger.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.text-danger.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.text-danger.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.text-danger.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.text-danger.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.text-danger.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.text-danger.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.text-danger.lighter {
    color: #c78070
}

.text-danger.lighter.hover-darken:hover {
    color: #a95542
}

.text-danger.lighter.hover-lighten:hover {
    color: #ddb1a7
}

.text-danger.light {
    color: #c0685e
}

.text-danger.light.hover-darken:hover {
    color: #97443b
}

.text-danger.light.hover-lighten:hover {
    color: #d69c95
}

.text-danger.dark {
    color: #602529
}

.text-danger.dark.hover-darken:hover {
    color: #291011
}

.text-danger.dark.hover-lighten:hover {
    color: #973b41
}

.text-danger.darker {
    color: #3b171c
}

.text-danger.darker.hover-darken:hover {
    color: #040202
}

.text-danger.darker.hover-lighten:hover {
    color: #722d37
}

.link-tone-1 {
    position: relative;
    text-decoration: none!important;
    z-index: 1;
    color: #e6ad10;
    transition: color .12s ease-out
}

.link-tone-1.hover-darken:hover {
    cursor: pointer;
    color: #9e770b
}

.link-tone-1.hover-lighten:hover {
    cursor: pointer;
    color: #f3c750
}

.link-tone-1.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.link-tone-1.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.link-tone-1.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.link-tone-1.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.link-tone-1.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.link-tone-1.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.link-tone-1.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.link-tone-1.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.link-tone-1.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.link-tone-1.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.link-tone-1.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.link-tone-1.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.link-tone-1.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.link-tone-1.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.link-tone-1.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.link-tone-1.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.link-tone-1.lighter {
    color: #f3e350
}

.link-tone-1.lighter.hover-darken:hover {
    color: #e6d110
}

.link-tone-1.lighter.hover-lighten:hover {
    color: #f8ee97
}

.link-tone-1.light {
    color: #f1cf38
}

.link-tone-1.light.hover-darken:hover {
    color: #ceab0e
}

.link-tone-1.light.hover-lighten:hover {
    color: #f6e07f
}

.link-tone-1.dark {
    color: #875b09
}

.link-tone-1.dark.hover-darken:hover {
    color: #3f2b04
}

.link-tone-1.dark.hover-lighten:hover {
    color: #ce8b0e
}

.link-tone-1.darker {
    color: #573406
}

.link-tone-1.darker.hover-darken:hover {
    color: #0f0901
}

.link-tone-1.darker.hover-lighten:hover {
    color: #9e5f0b
}

.link-tone-2 {
    position: relative;
    text-decoration: none!important;
    z-index: 1;
    color: #1e10e6;
    transition: color .12s ease-out
}

.link-tone-2.hover-darken:hover {
    cursor: pointer;
    color: #150b9e
}

.link-tone-2.hover-lighten:hover {
    cursor: pointer;
    color: #5b50f3
}

.link-tone-2.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.link-tone-2.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.link-tone-2.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.link-tone-2.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.link-tone-2.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.link-tone-2.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.link-tone-2.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.link-tone-2.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.link-tone-2.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.link-tone-2.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.link-tone-2.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.link-tone-2.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.link-tone-2.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.link-tone-2.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.link-tone-2.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.link-tone-2.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.link-tone-2.lighter {
    color: #7650f3
}

.link-tone-2.lighter.hover-darken:hover {
    color: #4210e6
}

.link-tone-2.lighter.hover-lighten:hover {
    color: #ae97f8
}

.link-tone-2.light {
    color: #5438f1
}

.link-tone-2.light.hover-darken:hover {
    color: #2b0ece
}

.link-tone-2.light.hover-lighten:hover {
    color: #917ff6
}

.link-tone-2.dark {
    color: #090b87
}

.link-tone-2.dark.hover-darken:hover {
    color: #04053f
}

.link-tone-2.dark.hover-lighten:hover {
    color: #0e11ce
}

.link-tone-2.darker {
    color: #060e57
}

.link-tone-2.darker.hover-darken:hover {
    color: #01030f
}

.link-tone-2.darker.hover-lighten:hover {
    color: #0b1a9e
}

.link-tone-3 {
    position: relative;
    text-decoration: none!important;
    z-index: 1;
    color: #d8e610;
    transition: color .12s ease-out
}

.link-tone-3.hover-darken:hover {
    cursor: pointer;
    color: #959e0b
}

.link-tone-3.hover-lighten:hover {
    cursor: pointer;
    color: #e8f350
}

.link-tone-3.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.link-tone-3.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.link-tone-3.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.link-tone-3.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.link-tone-3.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.link-tone-3.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.link-tone-3.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.link-tone-3.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.link-tone-3.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.link-tone-3.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.link-tone-3.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.link-tone-3.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.link-tone-3.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.link-tone-3.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.link-tone-3.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.link-tone-3.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.link-tone-3.lighter {
    color: #cdf350
}

.link-tone-3.lighter.hover-darken:hover {
    color: #b4e610
}

.link-tone-3.lighter.hover-lighten:hover {
    color: #e1f897
}

.link-tone-3.light {
    color: #d5f138
}

.link-tone-3.light.hover-darken:hover {
    color: #b1ce0e
}

.link-tone-3.light.hover-lighten:hover {
    color: #e4f67f
}

.link-tone-3.dark {
    color: #878509
}

.link-tone-3.dark.hover-darken:hover {
    color: #3f3e04
}

.link-tone-3.dark.hover-lighten:hover {
    color: #cecb0e
}

.link-tone-3.darker {
    color: #574f06
}

.link-tone-3.darker.hover-darken:hover {
    color: #0f0e01
}

.link-tone-3.darker.hover-lighten:hover {
    color: #9e900b
}

.link-tone-4 {
    position: relative;
    text-decoration: none!important;
    z-index: 1;
    color: #6610e6;
    transition: color .12s ease-out
}

.link-tone-4.hover-darken:hover {
    cursor: pointer;
    color: #460b9e
}

.link-tone-4.hover-lighten:hover {
    cursor: pointer;
    color: #9150f3
}

.link-tone-4.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.link-tone-4.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.link-tone-4.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.link-tone-4.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.link-tone-4.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.link-tone-4.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.link-tone-4.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.link-tone-4.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.link-tone-4.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.link-tone-4.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.link-tone-4.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.link-tone-4.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.link-tone-4.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.link-tone-4.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.link-tone-4.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.link-tone-4.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.link-tone-4.lighter {
    color: #ac50f3
}

.link-tone-4.lighter.hover-darken:hover {
    color: #8910e6
}

.link-tone-4.lighter.hover-lighten:hover {
    color: #ce97f8
}

.link-tone-4.light {
    color: #9138f1
}

.link-tone-4.light.hover-darken:hover {
    color: #6b0ece
}

.link-tone-4.light.hover-lighten:hover {
    color: #b97ff6
}

.link-tone-4.dark {
    color: #310987
}

.link-tone-4.dark.hover-darken:hover {
    color: #17043f
}

.link-tone-4.dark.hover-lighten:hover {
    color: #4b0ece
}

.link-tone-4.darker {
    color: #190657
}

.link-tone-4.darker.hover-darken:hover {
    color: #04010f
}

.link-tone-4.darker.hover-lighten:hover {
    color: #2d0b9e
}

.link-tone-5 {
    position: relative;
    text-decoration: none!important;
    z-index: 1;
    color: #e66610;
    transition: color .12s ease-out
}

.link-tone-5.hover-darken:hover {
    cursor: pointer;
    color: #9e460b
}

.link-tone-5.hover-lighten:hover {
    cursor: pointer;
    color: #f39150
}

.link-tone-5.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.link-tone-5.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.link-tone-5.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.link-tone-5.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.link-tone-5.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.link-tone-5.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.link-tone-5.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.link-tone-5.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.link-tone-5.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.link-tone-5.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.link-tone-5.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.link-tone-5.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.link-tone-5.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.link-tone-5.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.link-tone-5.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.link-tone-5.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.link-tone-5.lighter {
    color: #f3ac50
}

.link-tone-5.lighter.hover-darken:hover {
    color: #e68910
}

.link-tone-5.lighter.hover-lighten:hover {
    color: #f8ce97
}

.link-tone-5.light {
    color: #f19138
}

.link-tone-5.light.hover-darken:hover {
    color: #ce6b0e
}

.link-tone-5.light.hover-lighten:hover {
    color: #f6b97f
}

.link-tone-5.dark {
    color: #873109
}

.link-tone-5.dark.hover-darken:hover {
    color: #3f1704
}

.link-tone-5.dark.hover-lighten:hover {
    color: #ce4b0e
}

.link-tone-5.darker {
    color: #571906
}

.link-tone-5.darker.hover-darken:hover {
    color: #0f0401
}

.link-tone-5.darker.hover-lighten:hover {
    color: #9e2d0b
}

.link-tone-6 {
    position: relative;
    text-decoration: none!important;
    z-index: 1;
    color: #10d8e6;
    transition: color .12s ease-out
}

.link-tone-6.hover-darken:hover {
    cursor: pointer;
    color: #0b959e
}

.link-tone-6.hover-lighten:hover {
    cursor: pointer;
    color: #50e8f3
}

.link-tone-6.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.link-tone-6.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.link-tone-6.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.link-tone-6.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.link-tone-6.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.link-tone-6.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.link-tone-6.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.link-tone-6.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.link-tone-6.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.link-tone-6.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.link-tone-6.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.link-tone-6.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.link-tone-6.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.link-tone-6.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.link-tone-6.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.link-tone-6.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.link-tone-6.lighter {
    color: #50cdf3
}

.link-tone-6.lighter.hover-darken:hover {
    color: #10b4e6
}

.link-tone-6.lighter.hover-lighten:hover {
    color: #97e1f8
}

.link-tone-6.light {
    color: #38d5f1
}

.link-tone-6.light.hover-darken:hover {
    color: #0eb1ce
}

.link-tone-6.light.hover-lighten:hover {
    color: #7fe4f6
}

.link-tone-6.dark {
    color: #098785
}

.link-tone-6.dark.hover-darken:hover {
    color: #043f3e
}

.link-tone-6.dark.hover-lighten:hover {
    color: #0ececb
}

.link-tone-6.darker {
    color: #06574f
}

.link-tone-6.darker.hover-darken:hover {
    color: #010f0e
}

.link-tone-6.darker.hover-lighten:hover {
    color: #0b9e90
}

.link-green {
    position: relative;
    text-decoration: none!important;
    z-index: 1;
    color: #008272;
    transition: color .12s ease-out
}

.link-green.hover-darken:hover {
    cursor: pointer;
    color: #00352f
}

.link-green.hover-lighten:hover {
    cursor: pointer;
    color: #00cfb5
}

.link-green.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.link-green.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.link-green.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.link-green.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.link-green.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.link-green.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.link-green.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.link-green.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.link-green.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.link-green.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.link-green.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.link-green.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.link-green.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.link-green.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.link-green.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.link-green.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.link-green.lighter {
    color: #00c5cf
}

.link-green.lighter.hover-darken:hover {
    color: #007c82
}

.link-green.lighter.hover-lighten:hover {
    color: #1cf5ff
}

.link-green.light {
    color: #00b5ae
}

.link-green.light.hover-darken:hover {
    color: #006864
}

.link-green.light.hover-lighten:hover {
    color: #02fff5
}

.link-green.dark {
    color: #001c16
}

.link-green.dark.hover-darken:hover {
    color: #000
}

.link-green.dark.hover-lighten:hover {
    color: #006853
}

.link-green.darker {
    color: #000
}

.link-green.darker.hover-darken:hover {
    color: #000
}

.link-green.darker.hover-lighten:hover {
    color: #262626
}

.link-red {
    position: relative;
    text-decoration: none!important;
    z-index: 1;
    color: #c0392b;
    transition: color .12s ease-out
}

.link-red.hover-darken:hover {
    cursor: pointer;
    color: #81261d
}

.link-red.hover-lighten:hover {
    cursor: pointer;
    color: #db695d
}

.link-red.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.link-red.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.link-red.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.link-red.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.link-red.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.link-red.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.link-red.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.link-red.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.link-red.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.link-red.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.link-red.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.link-red.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.link-red.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.link-red.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.link-red.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.link-red.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.link-red.lighter {
    color: #db7e5d
}

.link-red.lighter.hover-darken:hover {
    color: #c0522b
}

.link-red.lighter.hover-lighten:hover {
    color: #e9af9b
}

.link-red.light {
    color: #d66148
}

.link-red.light.hover-darken:hover {
    color: #ab3e26
}

.link-red.light.hover-lighten:hover {
    color: #e49786
}

.link-red.dark {
    color: #6d1918
}

.link-red.dark.hover-darken:hover {
    color: #2e0b0a
}

.link-red.dark.hover-lighten:hover {
    color: #ab2826
}

.link-red.darker {
    color: #430f13
}

.link-red.darker.hover-darken:hover {
    color: #040101
}

.link-red.darker.hover-lighten:hover {
    color: #811d24
}

.link-orange {
    position: relative;
    text-decoration: none!important;
    z-index: 1;
    color: #ff8c00;
    transition: color .12s ease-out
}

.link-orange.hover-darken:hover {
    cursor: pointer;
    color: #b36200
}

.link-orange.hover-lighten:hover {
    cursor: pointer;
    color: #ffaf4d
}

.link-orange.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.link-orange.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.link-orange.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.link-orange.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.link-orange.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.link-orange.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.link-orange.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.link-orange.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.link-orange.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.link-orange.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.link-orange.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.link-orange.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.link-orange.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.link-orange.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.link-orange.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.link-orange.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.link-orange.lighter {
    color: #ffcc4d
}

.link-orange.lighter.hover-darken:hover {
    color: #ffb600
}

.link-orange.lighter.hover-lighten:hover {
    color: #ffe299
}

.link-orange.light {
    color: #ffb433
}

.link-orange.light.hover-darken:hover {
    color: #e59100
}

.link-orange.light.hover-lighten:hover {
    color: #ffd080
}

.link-orange.dark {
    color: #994700
}

.link-orange.dark.hover-darken:hover {
    color: #4d2400
}

.link-orange.dark.hover-lighten:hover {
    color: #e56b00
}

.link-orange.darker {
    color: #662700
}

.link-orange.darker.hover-darken:hover {
    color: #1a0a00
}

.link-orange.darker.hover-lighten:hover {
    color: #b34400
}

.link-blue {
    position: relative;
    text-decoration: none!important;
    z-index: 1;
    color: #2b88d8;
    transition: color .12s ease-out
}

.link-blue.hover-darken:hover {
    cursor: pointer;
    color: #1c609a
}

.link-blue.hover-lighten:hover {
    cursor: pointer;
    color: #6cace4
}

.link-blue.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.link-blue.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.link-blue.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.link-blue.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.link-blue.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.link-blue.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.link-blue.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.link-blue.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.link-blue.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.link-blue.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.link-blue.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.link-blue.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.link-blue.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.link-blue.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.link-blue.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.link-blue.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.link-blue.lighter {
    color: #6c98e4
}

.link-blue.lighter.hover-darken:hover {
    color: #2b6bd8
}

.link-blue.lighter.hover-lighten:hover {
    color: #acc5f0
}

.link-blue.light {
    color: #5695e0
}

.link-blue.light.hover-darken:hover {
    color: #246dc5
}

.link-blue.light.hover-lighten:hover {
    color: #97bdec
}

.link-blue.dark {
    color: #185c85
}

.link-blue.dark.hover-darken:hover {
    color: #0d2f44
}

.link-blue.dark.hover-lighten:hover {
    color: #2488c5
}

.link-blue.darker {
    color: #10445a
}

.link-blue.darker.hover-darken:hover {
    color: #051319
}

.link-blue.darker.hover-lighten:hover {
    color: #1c759a
}

.link-white {
    position: relative;
    text-decoration: none!important;
    z-index: 1;
    color: #fff;
    transition: color .12s ease-out
}

.link-white.hover-darken:hover {
    cursor: pointer;
    color: #d9d9d9
}

.link-white.hover-lighten:hover {
    cursor: pointer;
    color: #fff
}

.link-white.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.link-white.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.link-white.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.link-white.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.link-white.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.link-white.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.link-white.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.link-white.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.link-white.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.link-white.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.link-white.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.link-white.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.link-white.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.link-white.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.link-white.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.link-white.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.link-white.lighter {
    color: #fff
}

.link-white.lighter.hover-darken:hover {
    color: #d9d9d9
}

.link-white.lighter.hover-lighten:hover {
    color: #fff
}

.link-white.light {
    color: #fff
}

.link-white.light.hover-darken:hover {
    color: #d9d9d9
}

.link-white.light.hover-lighten:hover {
    color: #fff
}

.link-white.dark {
    color: #ccc
}

.link-white.dark.hover-darken:hover {
    color: #a6a6a6
}

.link-white.dark.hover-lighten:hover {
    color: #f2f2f2
}

.link-white.darker {
    color: #b3b3b3
}

.link-white.darker.hover-darken:hover {
    color: #8c8c8c
}

.link-white.darker.hover-lighten:hover {
    color: #d9d9d9
}

.link-soft {
    position: relative;
    text-decoration: none!important;
    z-index: 1;
    color: #f1f1f1;
    transition: color .12s ease-out
}

.link-soft.hover-darken:hover {
    cursor: pointer;
    color: #cbcbcb
}

.link-soft.hover-lighten:hover {
    cursor: pointer;
    color: #fff
}

.link-soft.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.link-soft.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.link-soft.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.link-soft.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.link-soft.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.link-soft.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.link-soft.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.link-soft.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.link-soft.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.link-soft.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.link-soft.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.link-soft.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.link-soft.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.link-soft.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.link-soft.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.link-soft.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.link-soft.lighter {
    color: #fff
}

.link-soft.lighter.hover-darken:hover {
    color: #d9d9d9
}

.link-soft.lighter.hover-lighten:hover {
    color: #fff
}

.link-soft.light {
    color: #fff
}

.link-soft.light.hover-darken:hover {
    color: #d9d9d9
}

.link-soft.light.hover-lighten:hover {
    color: #fff
}

.link-soft.dark {
    color: #bebebe
}

.link-soft.dark.hover-darken:hover {
    color: #989898
}

.link-soft.dark.hover-lighten:hover {
    color: #e4e4e4
}

.link-soft.darker {
    color: #a4a4a4
}

.link-soft.darker.hover-darken:hover {
    color: #7e7e7e
}

.link-soft.darker.hover-lighten:hover {
    color: #cbcbcb
}

.link-gray {
    position: relative;
    text-decoration: none!important;
    z-index: 1;
    color: #ccc;
    transition: color .12s ease-out
}

.link-gray.hover-darken:hover {
    cursor: pointer;
    color: #a6a6a6
}

.link-gray.hover-lighten:hover {
    cursor: pointer;
    color: #f2f2f2
}

.link-gray.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.link-gray.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.link-gray.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.link-gray.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.link-gray.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.link-gray.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.link-gray.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.link-gray.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.link-gray.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.link-gray.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.link-gray.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.link-gray.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.link-gray.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.link-gray.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.link-gray.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.link-gray.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.link-gray.lighter {
    color: #f2f2f2
}

.link-gray.lighter.hover-darken:hover {
    color: #ccc
}

.link-gray.lighter.hover-lighten:hover {
    color: #fff
}

.link-gray.light {
    color: #e6e6e6
}

.link-gray.light.hover-darken:hover {
    color: #bfbfbf
}

.link-gray.light.hover-lighten:hover {
    color: #fff
}

.link-gray.dark {
    color: #999
}

.link-gray.dark.hover-darken:hover {
    color: #737373
}

.link-gray.dark.hover-lighten:hover {
    color: #bfbfbf
}

.link-gray.darker {
    color: #808080
}

.link-gray.darker.hover-darken:hover {
    color: #595959
}

.link-gray.darker.hover-lighten:hover {
    color: #a6a6a6
}

.link-dark {
    position: relative;
    text-decoration: none!important;
    z-index: 1;
    color: #555;
    transition: color .12s ease-out
}

.link-dark.hover-darken:hover {
    cursor: pointer;
    color: #2f2f2f
}

.link-dark.hover-lighten:hover {
    cursor: pointer;
    color: #7b7b7b
}

.link-dark.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.link-dark.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.link-dark.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.link-dark.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.link-dark.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.link-dark.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.link-dark.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.link-dark.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.link-dark.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.link-dark.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.link-dark.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.link-dark.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.link-dark.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.link-dark.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.link-dark.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.link-dark.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.link-dark.lighter {
    color: #7b7b7b
}

.link-dark.lighter.hover-darken:hover {
    color: #555
}

.link-dark.lighter.hover-lighten:hover {
    color: #a2a2a2
}

.link-dark.light {
    color: #6f6f6f
}

.link-dark.light.hover-darken:hover {
    color: #484848
}

.link-dark.light.hover-lighten:hover {
    color: #959595
}

.link-dark.dark {
    color: #222
}

.link-dark.dark.hover-darken:hover {
    color: #000
}

.link-dark.dark.hover-lighten:hover {
    color: #484848
}

.link-dark.darker {
    color: #080808
}

.link-dark.darker.hover-darken:hover {
    color: #000
}

.link-dark.darker.hover-lighten:hover {
    color: #2f2f2f
}

.link-black {
    position: relative;
    text-decoration: none!important;
    z-index: 1;
    color: #121212;
    transition: color .12s ease-out
}

.link-black.hover-darken:hover {
    cursor: pointer;
    color: #000
}

.link-black.hover-lighten:hover {
    cursor: pointer;
    color: #383838
}

.link-black.hover-tone-1:hover {
    cursor: pointer;
    color: #e6ad10
}

.link-black.hover-tone-2:hover {
    cursor: pointer;
    color: #1e10e6
}

.link-black.hover-tone-3:hover {
    cursor: pointer;
    color: #d8e610
}

.link-black.hover-tone-4:hover {
    cursor: pointer;
    color: #6610e6
}

.link-black.hover-tone-5:hover {
    cursor: pointer;
    color: #e66610
}

.link-black.hover-tone-6:hover {
    cursor: pointer;
    color: #10d8e6
}

.link-black.hover-blue:hover {
    cursor: pointer;
    color: #2b88d8
}

.link-black.hover-red:hover {
    cursor: pointer;
    color: #c0392b
}

.link-black.hover-yellow:hover {
    cursor: pointer;
    color: #ffb900
}

.link-black.hover-orange:hover {
    cursor: pointer;
    color: #ff8c00
}

.link-black.hover-green:hover {
    cursor: pointer;
    color: #008272
}

.link-black.hover-white:hover {
    cursor: pointer;
    color: #fff
}

.link-black.hover-soft:hover {
    cursor: pointer;
    color: #f1f1f1
}

.link-black.hover-gray:hover {
    cursor: pointer;
    color: #ccc
}

.link-black.hover-dark:hover {
    cursor: pointer;
    color: #555
}

.link-black.hover-black:hover {
    cursor: pointer;
    color: #121212
}

.link-black.lighter {
    color: #383838
}

.link-black.lighter.hover-darken:hover {
    color: #121212
}

.link-black.lighter.hover-lighten:hover {
    color: #5f5f5f
}

.link-black.light {
    color: #2c2c2c
}

.link-black.light.hover-darken:hover {
    color: #050505
}

.link-black.light.hover-lighten:hover {
    color: #525252
}

.link-black.dark {
    color: #000
}

.link-black.dark.hover-darken:hover {
    color: #000
}

.link-black.dark.hover-lighten:hover {
    color: #262626
}

.link-black.darker {
    color: #000
}

.link-black.darker.hover-darken:hover {
    color: #000
}

.link-black.darker.hover-lighten:hover {
    color: #262626
}

.row [class*="col-"] {
    min-height: 0
}

.row [class*="col-"]:empty,
.pane:empty,
.EmptyZone {
    display: none!important;
    height: 0;
    line-height: 0;
    margin: 0!important;
    padding: 0!important;
    width: 0
}

.showZone span {
    border: 1px #777 dotted;
    color: #999;
    display: block;
    padding: 10px;
    margin: 1px;
    text-align: center
}

#Breadcrumb:empty,
#Copyright:empty,
#Login:empty,
#Logo:empty,
#MenuH:empty,
#MenuV:empty,
#Privacy:empty,
#Search:empty,
#Terms:empty,
#Cart,
#Language,
#Sitemap,
#User {
    display: none!important
}

body #aspnetForm {
    margin: 0
}

#suiteBarLeft .ms-core-suitemenu {
    z-index: 9999
}

#s4-ribbonrow {
    font-family: "Segoe UI", "Segoe", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none
}

#s4-workspace {
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch
}

#s4-bodyContainer>.ms-table {
    display: block;
    height: 100%
}

#Search .ms-WPBody {
    padding: 0!important
}

#DeltaPlaceHolderMain:after {
    clear: both;
    content: "";
    display: table
}

#DeltaSiteLogo {
    display: inline-block;
    margin-right: 10px
}

h1.ms-core-pageTitle {
    display: inline-block;
    font-size: 30px;
    vertical-align: top
}

label {
    display: inline-block;
    margin-bottom: 0
}

input[type=radio],
input[type=checkbox] {
    margin: 0 10px 0 0
}

img[src*="blank.gif"] {
    height: 7px!important;
    width: 1px!important
}

#MenuH ul.root ul.static {
    display: inline
}

#MenuH .menu-item-text {
    display: inline-block
}

#MenuH li.dynamic .menu-item-text {
    display: block
}

#MenuV .menu-item-text {
    display: block
}

#MenuV .ms-core-listMenu-verticalBox .ms-core-listMenu-item .ms-splinkbutton-text,
#MenuV .ms-core-listMenu-verticalBox .ms-core-listMenu-item:hover .ms-splinkbutton-text,
#MenuV .ms-core-listMenu-item.ms-commandLink,
#MenuV .ms-core-listMenu-item.ms-commandLink:hover {
    display: block;
    font-family: "Segoe UI", Arial, Verdana, sans-serif;
    font-size: .85em;
    text-transform: uppercase
}

.ms-core-listMenu-horizontalBox>.ms-core-listMenu-root>li.static>.ms-core-listMenuEdit .ms-navedit-deletelinkContainer {
    margin-top: -20px;
    position: absolute
}

#MenuV .ms-searchCenter-refinement {
    margin-top: 0
}

#MenuV .ms-ref-refiner,
#MenuV .ms-ref-refinername,
#MenuV #Value {
    padding: 0
}

#MenuV .ms-ref-refinername,
#MenuV .ms-ref-refinername .ms-displayInlineBlock,
#MenuV #Value,
#MenuV #Value a,
#MenuV #Value a .ms-ref-name,
#MenuV .ms-ref-refiner .ms-commandLink,
#MenuV .ms-ref-refiner .ms-commandLink .ms-displayInlineBlock {
    display: block;
    width: 100%
}

#MenuV .ms-ref-refinername:hover {
    text-decoration: none
}

#MenuV .ms-ref-refiner #Value a {
    position: relative
}

#MenuV .ms-ref-name {
    padding-right: 30px
}

#MenuV #RefinementCount {
    position: absolute;
    right: 3px;
    top: 3px
}

#MenuH ul.dynamic {
    display: none
}

.IE7 #MenuH .MenuBar,
.IE8 #MenuH .MenuBar {
    display: block!important
}

.IE7 #MenuH>select,
.IE8 #MenuH>select {
    display: none!important
}

.IE7 #MenuH>select+span,
.IE8 #MenuH>select+span {
    display: none!important
}

#MenuH .mega ul.dynamic ul.dynamic {
    left: 0!important;
    top: 0!important
}

#MenuV .has-children {
    position: relative
}

#MenuV .has-children-close>a:after,
#MenuV .has-children-close>span:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 8px;
    transition: .3s
}

#MenuV .has-children-open>a:after,
#MenuV .has-children-open>span:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 8px
}

.ms-dlgFrame {
    min-height: 150px
}

.ms-dialog .s4-notdlg {
    background: #fff none!important;
    border: none!important;
    box-shadow: none!important;
    display: block!important;
    float: none!important;
    font-size: 0!important;
    height: 0!important;
    list-style-type: none!important;
    margin: 0!important;
    padding: 0!important;
    position: static!important;
    text-shadow: none!important;
    width: 0!important
}

.ms-dialog #s4-workspace {
    font-size: 12px
}

.ms-dialog #s4-ribbonrow .s4-notdlg,
.ms-dialog #TurnOffAccessibility,
.ms-dialog #Breadcrumb,
.ms-dialog #Cart,
.ms-dialog #Copyright,
.ms-dialog #Date,
.ms-dialog #Language,
.ms-dialog #Login,
.ms-dialog #Logo,
.ms-dialog #MenuH,
.ms-dialog #MenuV,
.ms-dialog #Privacy,
.ms-dialog #Search,
.ms-dialog #Sitemap,
.ms-dialog #Terms,
.ms-dialog #User,
.ms-dialog .s4-notdlg.ms-globalnav,
.ms-dialog #HeaderArea,
.ms-dialog #slides,
.ms-dialog footer,
.ms-dialog h1.ms-core-pageTitle {
    display: none!important
}

.ms-dialog #s4-bodyContainer {
    position: relative
}

.ms-dialog .s4-notdlg {
    height: auto!important;
    width: auto!important
}

.ms-dialog #BgLayer1,
.ms-dialog #BgLayer2,
.ms-dialog #BgLayer3 {
    background: transparent none
}

.ms-dialog .span1,
.ms-dialog .span2,
.ms-dialog .span3,
.ms-dialog .span4,
.ms-dialog .span5,
.ms-dialog .span6,
.ms-dialog .span7,
.ms-dialog .span8,
.ms-dialog .span9,
.ms-dialog .span10,
.ms-dialog .span11,
.ms-dialog .span11 {
    display: block;
    float: none;
    margin: 0;
    padding: 0
}

.ms-dialog body #s4-bodyContainer {
    width: auto!important
}

.ms-dialog .container,
.ms-fullscreenmode .container,
.ms-dialog .row,
.ms-fullscreenmode .row,
.ms-dialog .row [class*="col-"],
.ms-fullscreenmode .row [class*="col-"] {
    margin: 0;
    padding: 0
}

.ms-fullscreenmode .container {
    width: 100%!important
}

.ms-formtable input[type=text],
.ms-formtable input[type=password],
.ms-formtable input[type=datetime],
.ms-formtable input[type=datetime-local],
.ms-formtable input[type=date],
.ms-formtable input[type=month],
.ms-formtable input[type=time],
.ms-formtable input[type=week],
.ms-formtable input[type=number],
.ms-formtable input[type=email],
.ms-formtable input[type=url],
.ms-formtable input[type=search],
.ms-formtable input[type=tel],
.ms-formtable input[type=color],
.ms-formtable select,
.ms-formtable textarea,
.ms-formtable .form-control {
    padding: 2px
}

.ms-formtable h3.ms-standardheader {
    color: inherit!important;
    font-family: inherit!important;
    font-size: 1em!important;
    font-weight: normal!important
}

@media (max-width:767px) {
    .ms-formtable .ms-formlabel {
        width: 25%
    }
    .ms-formtable .ms-formbody {
        width: 75%
    }
    .ms-formtable .ms-formbody .ms-long {
        padding: 6px 0!important;
        text-indent: 12px;
        width: 100%
    }
    .ms-formtable .ms-formbody .ms-rtefield {
        min-width: 0
    }
}

.ms-ToolPaneOuter input[type=text],
.ms-ToolPaneOuter input[type=password],
.ms-ToolPaneOuter input[type=datetime],
.ms-ToolPaneOuter input[type=datetime-local],
.ms-ToolPaneOuter input[type=date],
.ms-ToolPaneOuter input[type=month],
.ms-ToolPaneOuter input[type=time],
.ms-ToolPaneOuter input[type=week],
.ms-ToolPaneOuter input[type=number],
.ms-ToolPaneOuter input[type=email],
.ms-ToolPaneOuter input[type=url],
.ms-ToolPaneOuter input[type=search],
.ms-ToolPaneOuter input[type=tel],
.ms-ToolPaneOuter input[type=color],
.ms-ToolPaneOuter select,
.ms-ToolPaneOuter textarea,
.ms-ToolPaneOuter .form-control {
    padding: 2px
}

#Breadcrumb ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

#Breadcrumb li {
    list-style: none;
    margin: 0;
    padding: 0
}

#Breadcrumb .s4-breadcrumb-arrowcont>span.s4-breadcrumb {
    display: none!important
}

#Search .ms-srch-sb {
    display: block
}

#Search .ms-srch-sb-searchImg {
    display: none
}

#Search .ms-srch-sb-border,
#Search .ms-srch-sb-border:hover,
#Search .ms-srch-sb-borderFocused {
    border: 0
}

@media (max-width:767px) {
    .ms-srch-ellipsis {
        white-space: normal
    }
    .ms-srch-siteSearchResults,
    .ms-srch-siteSearchResults #SearchBox,
    .ms-srch-siteSearchResults .ms-srch-sbLarge,
    .ms-srch-siteSearchResults .ms-srch-sbLarge>input {
        width: 100%!important
    }
    .ms-srch-siteSearchResults .ms-srch-sb-navLink {
        position: absolute!important;
        right: 50px
    }
    .ms-srch-siteSearchResults .ms-srch-sbLarge>.ms-srch-sb-searchLink {
        position: absolute!important;
        right: 20px
    }
    .ms-srch-siteSearchResults .ms-srch-sbLarge-navWidth {
        width: 200px
    }
    .ms-srch-siteSearchResults .ms-srch-siteSearchResults {
        float: none
    }
    .ms-srch-siteSearchResults .ms-srch-upscope-top,
    .ms-srch-siteSearchResults .ms-srch-upscope-bottom {
        display: block!important;
        width: 100%!important
    }
    .ms-srch-siteSearchResults .ms-srch-item {
        width: 100%
    }
    .ms-srch-siteSearchResults .ms-srch-item-path {
        width: 100%
    }
    .ms-srch-siteSearchResults .ms-srch-item-summaryPreview {
        width: 75%
    }
    .ms-srch-siteSearchResults .ms-srch-item-previewContainer {
        width: 25%
    }
    .ms-srch-siteSearchResults .ms-srch-item-preview-path {
        width: 100%
    }
}

@media (max-width:767px) {
    #s4-workspace {
        width: 100%!important
    }
    .ContentPadding {
        overflow: hidden
    }
    .ms-searchCenter-result-main {
        width: 100%;
        overflow: hidden
    }
    .ms-srch-people-outerContainer {
        width: 100%;
        padding: 0;
        margin: 0
    }
    .ms-srch-people-item #UserPersonaContainer {
        width: 15%;
        min-width: 92px
    }
    .ms-srch-people-item #UserInfoContainer {
        float: left;
        width: 85%;
        margin-left: 0
    }
    .ms-srch-upscope-top {
        width: 100%!important
    }
    .ms-srch-people-item {
        width: 100%;
        padding: 10px 0 0 0
    }
    .ms-srch-sbLarge>input {
        margin: 0!important;
        padding: 0 5px!important
    }
    .ms-srch-hover-outerContainer {
        position: absolute!important;
        top: 0!important;
        right: 0!important;
        bottom: 0!important;
        left: 0!important
    }
    .ms-srch-hover-arrowBorder,
    .ms-srch-hover-arrow {
        display: none
    }
}

@media (max-width:680px) {
    .ms-srch-people-item #UserPersonaContainer {
        width: 20%;
        min-width: 92px
    }
    .ms-srch-people-item #UserInfoContainer {
        float: left;
        width: 80%;
        margin-left: 0
    }
    .ms-searchCenter-result-main ul li h2 {
        font-size: 14px
    }
    .ms-srch-hover-outerContainer {
        width: 100%!important
    }
}

@media (max-width:520px) {
    .ms-srch-people-item #UserPersonaContainer {
        width: 28%;
        min-width: 92px
    }
    .ms-srch-people-item #UserInfoContainer {
        float: left;
        width: 72%;
        margin-left: 0
    }
    .ms-srch-item-summaryPreview {
        width: 100%
    }
    .ms-srch-item {
        width: 100%
    }
    .ms-srch-item-preview-path {
        width: 100%
    }
    .ms-searchCenter-result-main .ms-webpart-zone.ms-fullWidth,
    .ms-searchCenter-result-main .s4-wpcell-plain,
    .ms-searchCenter-result-main .ms-webpart-chrome {
        display: block!important
    }
    .ms-srch-item-previewContainer {
        float: none;
        width: 100%;
        background: rgba(239, 239, 239, 0.78);
        border: 1px solid #fff;
        text-align: center;
        margin-top: 5px
    }
    .ms-srch-hover-outerContainer {
        display: none!important
    }
}

@media (max-width:320px) {
    .ms-srch-people-item #UserPersonaContainer {
        width: 35%;
        min-width: 92px
    }
    .ms-srch-people-item #UserInfoContainer {
        float: left;
        width: 65%;
        margin-left: 0
    }
}

body>form[action*="searchresults"] #Search,
body>form[action*="/_layouts/15/settings.aspx"] #Search,
body>form[action*="/_layouts/15/mngsiteadmin.aspx"] #Search,
body>form[action*="/_layouts/15/appprincipals.aspx"] #Search,
body>form[action*="/_layouts/15/prjsetng.aspx"] #Search,
body>form[action*="/_layouts/15/designgallery.aspx"] #Search,
body>form[action*="/_layouts/15/regionalsetng.aspx"] #Search,
body>form[action*="/_layouts/15/muisetng.aspx"] #Search,
body>form[action*="/_layouts/15/sitesubs.aspx"] #Search,
body>form[action*="/_layouts/15/siterss.aspx"] #Search,
body>form[action*="/_layouts/15/srchvis.aspx"] #Search,
body>form[action*="/search/Pages/"] #Search {
    display: none
}

body>form[action*="results.aspx?k="] h1#pageTitle {
    display: none!important
}

.ms-webpart-titleText>a {
    color: inherit!important;
    text-decoration: none!important
}

.ms-comm-adminLinks .ms-webpart-titleText,
.ms-comm-activity .ms-webpart-titleText,
.ms-comm-membersContainer .ms-webpart-titleText,
.ms-contentFollowing-table .ms-webpart-titleText.ms-webpart-titleText,
.ms-contentFollowing-sitesRightZone .ms-webpart-titleText.ms-webpart-titleText,
.ms-microfeed-title.ms-webpart-titleText,
.ms-microfeed-feedTitleLabel.ms-webpart-titleText,
.ms-blog-adminLinks .ms-webpart-titleText,
.ms-profile-followedCountDiv .ms-webpart-titleText {
    background: transparent!important;
    color: inherit!important;
    border: 0;
    margin: 0!important;
    padding: 0!important;
    text-decoration: none!important;
    text-shadow: none!important
}

.fullPageLayout {
    max-width: 100%!important;
    min-width: 100%!important
}

.ms-contentFollowing-searchBox input[type=text] {
    border-style: solid
}

.ms-contentFollowing-itemFullUrl.ms-contentFollowing-itemFullUrl {
    box-shadow: none;
    font-size: 12px;
    height: auto
}

.cbs-List .ms-noWrap {
    white-space: normal
}

@media print {
    a[href]:after {
        content: none!important
    }
}

.nf-outer input {
    box-sizing: content-box!important;
    font-size: inherit!important;
    height: 16px;
    min-height: 16px!important;
    padding: 6px 3px!important
}

.nf-outer textarea {
    font-size: inherit!important;
    min-height: 28px!important;
    padding: 6px 3px!important
}

.nf-outer select {
    box-sizing: content-box!important;
    font-size: inherit!important;
    min-height: 28px!important;
    padding: 0!important
}

.nf-outer .ip-container textarea {
    border: none!important;
    box-shadow: none!important;
    outline: none!important
}

.nf-outer .nf-filler-control input[type=submit] {
    padding: 0!important
}

@media (max-width:767px) {
    .ms-core-suiteLinkList {
        display: none
    }
    .ms-welcome-root>a.ms-core-menu-root {
        font-size: 0
    }
    .ms-welcome-root>a.ms-core-menu-root:before {
        content: "\f007";
        font-family: FontAwesome;
        font-size: 14px
    }
}

.text-color1 {
    color: #e6ad10
}

.text-color2 {
    color: #008d4f
}

.text-color3 {
    color: #3c3770
}

.text-color4 {
    color: #e67e00
}

.text-color5 {
    color: #f0191e
}

.text-color6 {
    color: #9e032a
}

.text-dark {
    color: #000
}

.text-light {
    color: #fff
}

.bg-color1 {
    background-color: #e6ad10;
    color: #fff
}

.bg-color1 h1,
.bg-color1 h2,
.bg-color1 h3,
.bg-color1 h4,
.bg-color1 h5,
.bg-color1 h6 {
    color: inherit
}

.bg-color1 .fa-inverse {
    color: #e6ad10
}

.bg-color2 {
    background-color: #008d4f;
    color: #fff
}

.bg-color2 h1,
.bg-color2 h2,
.bg-color2 h3,
.bg-color2 h4,
.bg-color2 h5,
.bg-color2 h6 {
    color: inherit
}

.bg-color2 .fa-inverse {
    color: #008d4f
}

.bg-color3 {
    background-color: #3c3770;
    color: #fff
}

.bg-color3 h1,
.bg-color3 h2,
.bg-color3 h3,
.bg-color3 h4,
.bg-color3 h5,
.bg-color3 h6 {
    color: inherit
}

.bg-color3 .fa-inverse {
    color: #3c3770
}

.bg-color4 {
    background-color: #e67e00;
    color: #fff
}

.bg-color4 h1,
.bg-color4 h2,
.bg-color4 h3,
.bg-color4 h4,
.bg-color4 h5,
.bg-color4 h6 {
    color: inherit
}

.bg-color4 .fa-inverse {
    color: #e67e00
}

.bg-color5 {
    background-color: #f0191e;
    color: #fff
}

.bg-color5 h1,
.bg-color5 h2,
.bg-color5 h3,
.bg-color5 h4,
.bg-color5 h5,
.bg-color5 h6 {
    color: inherit
}

.bg-color5 .fa-inverse {
    color: #f0191e
}

.bg-color6 {
    background-color: #9e032a;
    color: #fff
}

.bg-color6 h1,
.bg-color6 h2,
.bg-color6 h3,
.bg-color6 h4,
.bg-color6 h5,
.bg-color6 h6 {
    color: inherit
}

.bg-color6 .fa-inverse {
    color: #9e032a
}

.bg-dark {
    background-color: #000;
    color: #999
}

.bg-light {
    background-color: #fff
}

.align-block {
    position: relative
}

.valign-abs {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.halign-abs {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.align-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.bindMENU-ease .bt-submenu {
    transition-timing-function: ease!important;
    -webkit-transition-timing-function: ease!important;
    -moz-transition-timing-function: ease!important
}

.bindMENU-easeout .bt-submenu {
    transition-timing-function: ease-out!important;
    -webkit-transition-timing-function: ease-out!important;
    -moz-transition-timing-function: ease-out!important
}

.bindMENU-easein .bt-submenu {
    transition-timing-function: ease-in!important;
    -webkit-transition-timing-function: ease-in!important;
    -moz-transition-timing-function: ease-in!important
}

.bindMENU-fast .bt-submenu {
    transition-duration: .2s!important;
    -webkit-transition-duration: .2s!important;
    -moz-transition-duration: .2s!important
}

.bindMENU-normal .bt-submenu {
    transition-duration: .3s!important;
    -webkit-transition-duration: .3s!important;
    -moz-transition-duration: .3s!important
}

.bindMENU-slow .bt-submenu {
    transition-duration: .4s!important;
    -webkit-transition-duration: .4s!important;
    -moz-transition-duration: .4s!important
}

.bindMENU-left .bt-submenu {
    transform: translateX(-15px)
}

.bindMENU-right .bt-submenu {
    transform: translateX(15px)
}

.bindMENU-top .bt-submenu {
    transform: translateY(-15px)
}

.bindMENU-bottom .bt-submenu {
    transform: translateY(15px)
}

.more i.fa.fa-bars {
    font-size: 14px;
    opacity: .8;
    transition: opacity .3s ease;
    padding: 10px 6px
}

.more i.fa.fa-bars:hover {
    cursor: pointer;
    opacity: 1!important
}

.sub-menu-position {
    display: block!important;
    margin: 0!important
}

.more ul>li.mega.extra-links-tag {
    display: block!important;
    min-width: 100%!important
}

.bt-submenu {
    z-index: 99999!important
}

.cmsORX #MenuH ul.dynamic li.dynamic>.menu-item .menu-item-text,
.cmsDNN #MenuH ul.dynamic li.dynamic>.menu-item .menu-item-text,
.cmsKENTICO #MenuH ul.dynamic li.dynamic>.menu-item .menu-item-text,
.cmsUMB #MenuH ul.dynamic li.dynamic>.menu-item .menu-item-text,
.cmsORX #MenuH .ms-navedit-dropNode .dynamic.menu-item .menu-item-text,
.cmsDNN #MenuH .ms-navedit-dropNode .dynamic.menu-item .menu-item-text,
.cmsKENTICO #MenuH .ms-navedit-dropNode .dynamic.menu-item .menu-item-text,
.cmsUMB #MenuH .ms-navedit-dropNode .dynamic.menu-item .menu-item-text,
.cmsORX #MenuH ul.dynamic li.dynamic>.menu-item .menu-item-text,
.cmsDNN #MenuH ul.dynamic li.dynamic>.menu-item .menu-item-text,
.cmsKENTICO #MenuH ul.dynamic li.dynamic>.menu-item .menu-item-text,
.cmsUMB #MenuH ul.dynamic li.dynamic>.menu-item .menu-item-text,
.cmsORX #MenuH .ms-navedit-dropNode .dynamic.menu-item .menu-item-text,
.cmsDNN #MenuH .ms-navedit-dropNode .dynamic.menu-item .menu-item-text,
.cmsKENTICO #MenuH .ms-navedit-dropNode .dynamic.menu-item .menu-item-text,
.cmsUMB #MenuH .ms-navedit-dropNode .dynamic.menu-item .menu-item-text,
.cmsORX #MenuH hover,
.cmsDNN #MenuH hover,
.cmsKENTICO #MenuH hover,
.cmsUMB #MenuH hover,
.cmsORX #MenuH ul.dynamic li.dynamic>.menu-item.selected .menu-item-text,
.cmsDNN #MenuH ul.dynamic li.dynamic>.menu-item.selected .menu-item-text,
.cmsKENTICO #MenuH ul.dynamic li.dynamic>.menu-item.selected .menu-item-text,
.cmsUMB #MenuH ul.dynamic li.dynamic>.menu-item.selected .menu-item-text {
    padding: 12px 14px
}

.cmsORX #MenuV ul ul li .menu-item .menu-item-text,
.cmsDNN #MenuV ul ul li .menu-item .menu-item-text,
.cmsKENTICO #MenuV ul ul li .menu-item .menu-item-text,
.cmsUMB #MenuV ul ul li .menu-item .menu-item-text,
.cmsORX #MenuV ul.ms-storefront-list ul li>a,
.cmsDNN #MenuV ul.ms-storefront-list ul li>a,
.cmsKENTICO #MenuV ul.ms-storefront-list ul li>a,
.cmsUMB #MenuV ul.ms-storefront-list ul li>a,
.cmsORX #MenuV #Value a .ms-ref-name,
.cmsDNN #MenuV #Value a .ms-ref-name,
.cmsKENTICO #MenuV #Value a .ms-ref-name,
.cmsUMB #MenuV #Value a .ms-ref-name,
.cmsORX #MenuV .ms-ref-refiner .ms-commandLink .ms-displayInlineBlock,
.cmsDNN #MenuV .ms-ref-refiner .ms-commandLink .ms-displayInlineBlock,
.cmsKENTICO #MenuV .ms-ref-refiner .ms-commandLink .ms-displayInlineBlock,
.cmsUMB #MenuV .ms-ref-refiner .ms-commandLink .ms-displayInlineBlock,
.cmsORX #MenuV .ms-webpart-chrome .ms-core-listMenu-root ul.static li .ms-core-listMenu-item,
.cmsDNN #MenuV .ms-webpart-chrome .ms-core-listMenu-root ul.static li .ms-core-listMenu-item,
.cmsKENTICO #MenuV .ms-webpart-chrome .ms-core-listMenu-root ul.static li .ms-core-listMenu-item,
.cmsUMB #MenuV .ms-webpart-chrome .ms-core-listMenu-root ul.static li .ms-core-listMenu-item,
.cmsORX #MenuV ul ul li .menu-item .menu-item-text,
.cmsDNN #MenuV ul ul li .menu-item .menu-item-text,
.cmsKENTICO #MenuV ul ul li .menu-item .menu-item-text,
.cmsUMB #MenuV ul ul li .menu-item .menu-item-text,
.cmsORX #MenuV ul.ms-storefront-list ul li>a,
.cmsDNN #MenuV ul.ms-storefront-list ul li>a,
.cmsKENTICO #MenuV ul.ms-storefront-list ul li>a,
.cmsUMB #MenuV ul.ms-storefront-list ul li>a,
.cmsORX #MenuV #Value a .ms-ref-name,
.cmsDNN #MenuV #Value a .ms-ref-name,
.cmsKENTICO #MenuV #Value a .ms-ref-name,
.cmsUMB #MenuV #Value a .ms-ref-name,
.cmsORX #MenuV .ms-ref-refiner .ms-commandLink .ms-displayInlineBlock,
.cmsDNN #MenuV .ms-ref-refiner .ms-commandLink .ms-displayInlineBlock,
.cmsKENTICO #MenuV .ms-ref-refiner .ms-commandLink .ms-displayInlineBlock,
.cmsUMB #MenuV .ms-ref-refiner .ms-commandLink .ms-displayInlineBlock,
.cmsORX #MenuV .ms-webpart-chrome .ms-core-listMenu-root ul.static li .ms-core-listMenu-item,
.cmsDNN #MenuV .ms-webpart-chrome .ms-core-listMenu-root ul.static li .ms-core-listMenu-item,
.cmsKENTICO #MenuV .ms-webpart-chrome .ms-core-listMenu-root ul.static li .ms-core-listMenu-item,
.cmsUMB #MenuV .ms-webpart-chrome .ms-core-listMenu-root ul.static li .ms-core-listMenu-item,
.cmsORX #MenuV hover,
.cmsDNN #MenuV hover,
.cmsKENTICO #MenuV hover,
.cmsUMB #MenuV hover,
.cmsORX #MenuV ul ul li.selected>.menu-item .menu-item-text,
.cmsDNN #MenuV ul ul li.selected>.menu-item .menu-item-text,
.cmsKENTICO #MenuV ul ul li.selected>.menu-item .menu-item-text,
.cmsUMB #MenuV ul ul li.selected>.menu-item .menu-item-text,
.cmsORX #MenuV ul.ms-storefront-list ul li.ms-core-listMenu-selected>a,
.cmsDNN #MenuV ul.ms-storefront-list ul li.ms-core-listMenu-selected>a,
.cmsKENTICO #MenuV ul.ms-storefront-list ul li.ms-core-listMenu-selected>a,
.cmsUMB #MenuV ul.ms-storefront-list ul li.ms-core-listMenu-selected>a,
.cmsORX #MenuV #Value a.ms-ref-filterSel .ms-ref-name,
.cmsDNN #MenuV #Value a.ms-ref-filterSel .ms-ref-name,
.cmsKENTICO #MenuV #Value a.ms-ref-filterSel .ms-ref-name,
.cmsUMB #MenuV #Value a.ms-ref-filterSel .ms-ref-name {
    padding: 12px 14px
}

#MenuH ul.dynamic li.dynamic>.menu-item .menu-item-text,
#MenuH .ms-navedit-dropNode .dynamic.menu-item .menu-item-text {
    overflow: hidden;
    text-overflow: ellipsis
}

#MenuH .bt-submenu {
    height: auto!important
}

#MenuH .bt-submenu:not(.extra-links-submenu)li.extra-links-tag {
    display: inline-block!important
}

#MenuH .more {
    display: inline-block!important
}

#MenuH .more li.static>.menu-item .menu-item-text,
#MenuH .more li.static>a.menu-item .menu-item-text,
#MenuH .more li.static>.bt-extra-links-icon,
#MenuH .more .ms-navedit-dropNode .static.menu-item .menu-item-text {
    line-height: 2em!important
}

#MenuH .bt-trigger-item {
    position: relative!important;
    vertical-align: top
}

#MenuH .bt-submenu {
    transition-property: transform, opacity, height!important;
    position: absolute;
    display: none
}

#MenuH .bt-submenu.open {
    display: block!important;
    width: auto!important;
    opacity: 0
}

#MenuH .bt-submenu.open.flyIn {
    transform: translate(0px, 0px)!important;
    opacity: 1!important
}

#MenuH .bt-submenu li {
    white-space: nowrap
}

#MenuH.default .bt-submenu,
#MenuV.accordion .bt-submenu {
    width: auto!important;
    padding: 0!important
}

#MenuH.default .bindMENU-left .bt-submenu,
#MenuV.accordion .bindMENU-left .bt-submenu {
    transform: translateX(-15px)
}

#MenuH.default .bindMENU-right .bt-submenu,
#MenuV.accordion .bindMENU-right .bt-submenu {
    transform: translateX(15px)
}

#MenuH.default .bindMENU-top .bt-submenu,
#MenuV.accordion .bindMENU-top .bt-submenu {
    transform: translateY(-15px)
}

#MenuH.default .bindMENU-bottom .bt-submenu,
#MenuV.accordion .bindMENU-bottom .bt-submenu {
    transform: translateY(15px)
}

#MenuH.megamenu .bt-submenu.sub-sub {
    transform: translate(0px, 0px)!important
}

#MenuH.megamenu ul.sub-sub>li {
    border: none!important
}

#MenuH.megamenu .bt-submenu li span:after {
    content: ""!important
}

#MenuH.megamenu .sub-sub>li,
#MenuH.megamenu .sub-sub>a {
    padding: 0!important
}

#MenuH.megamenu .bt-submenu .dynamic-children.additional-background {
    background: none!important
}

#MenuH.megamenu .mega>ul.bt-submenu>li {
    background: none!important
}

#MenuH.megamenu .bt-trigger-item:not(.more)>.bt-submenu>li {
    display: inline-block!important;
    position: relative;
    vertical-align: top;
    text-align: left
}

#MenuH.megamenu .mega ul.sub-sub {
    left: auto!important;
    top: auto!important;
    position: relative;
    display: block!important;
    box-shadow: none!important;
    border: none!important;
    width: auto!important;
    background: none!important
}

#MenuV.default .bt-submenu {
    position: absolute!important;
    height: auto!important;
    opacity: 0!important;
    overflow: hidden;
    display: none!important;
    margin: 0!important;
    transition-property: transform, opacity, height!important;
    padding: 0!important;
    overflow: visible!important;
    margin-left: -1px!important
}

#MenuV.default .bt-submenu.open {
    display: block!important;
    position: absolute
}

#MenuV.default .bt-submenu.open.flyIn {
    transform: translate(0px, 0px)!important;
    top: 0!important;
    opacity: 1!important
}

#MenuV.default .bt-submenu li {
    white-space: nowrap
}

.cmsSP #MenuV.default .bt-submenu {
    transform: translate(0px, 0px)!important;
    display: inline!important;
    position: relative!important;
    opacity: 1!important;
    margin-left: 0!important;
    left: 0!important
}

.cmsSP #MenuV.default .bt-submenu li {
    white-space: normal
}

.cmsSP #MenuH .bt-submenu li {
    white-space: normal
}

#MenuV.accordion .bt-submenu {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition-property: transform, opacity, height!important;
    left: 0!important;
    margin: 0!important
}

#MenuV.accordion .bt-submenu.reveal {
    position: absolute;
    height: auto!important
}

#MenuV.accordion .bt-submenu.flyIn {
    transform: translate(0px, 0px)!important;
    opacity: 1!important
}

#MenuV.accordion .bt-submenu.open {
    display: block!important;
    position: relative;
    width: auto!important
}

#MenuH .more .menu-item-text {
    line-height: 2em!important
}

.ms-navedit-editSpan {
    padding: 10px;
    position: relative;
    display: block
}

.ms-navedit-editSpan span {
    color: #fff!important
}

.ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
    padding-right: 0!important
}

@media only screen and (max-width:991px) {
    .navbar-collapse.collapse-nav.collapsing {
        overflow: hidden!important
    }
    #offcanvasButton {
        background: none!important
    }
    .cmsKENTICO #MenuH .Horizontal ul,
    .cmsKENTICO #MenuH .Vertical ul {
        white-space: normal
    }
    .navbar-collapse.collapse.in #MenuH li.static>.menu-item,
    .navbar-collapse.collapsing #MenuH li.static>.menu-item,
    .navbar-collapse.collapse.in #MenuH .ms-navedit-dropNode .static.menu-item,
    .navbar-collapse.collapsing #MenuH .ms-navedit-dropNode .static.menu-item,
    .navbar-collapse.collapse.in #MenuH li.static>.menu-item,
    .navbar-collapse.collapsing #MenuH li.static>.menu-item,
    .navbar-collapse.collapse.in #MenuH .ms-navedit-dropNode .static.menu-item,
    .navbar-collapse.collapsing #MenuH .ms-navedit-dropNode .static.menu-item,
    .navbar-collapse.collapse.in #MenuH hover,
    .navbar-collapse.collapsing #MenuH hover,
    .navbar-collapse.collapse.in #MenuH li.static>.menu-item,
    .navbar-collapse.collapsing #MenuH li.static>.menu-item,
    .navbar-collapse.collapse.in #MenuH .ms-navedit-dropNode .static.menu-item,
    .navbar-collapse.collapsing #MenuH .ms-navedit-dropNode .static.menu-item,
    .navbar-collapse.collapse.in #MenuH selected,
    .navbar-collapse.collapsing #MenuH selected {
        line-height: 0!important;
        border: none!important
    }
    .navbar-collapse.collapse.in #MenuH li.static>.menu-item .menu-item-text,
    .navbar-collapse.collapsing #MenuH li.static>.menu-item .menu-item-text,
    .navbar-collapse.collapse.in #MenuH li.static>a.menu-item .menu-item-text,
    .navbar-collapse.collapsing #MenuH li.static>a.menu-item .menu-item-text,
    .navbar-collapse.collapse.in #MenuH li.static>.bt-extra-links-icon,
    .navbar-collapse.collapsing #MenuH li.static>.bt-extra-links-icon,
    .navbar-collapse.collapse.in #MenuH .ms-navedit-dropNode .static.menu-item .menu-item-text,
    .navbar-collapse.collapsing #MenuH .ms-navedit-dropNode .static.menu-item .menu-item-text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 40px!important
    }
    .navbar-collapse.collapse.in #MenuH li.static>.menu-item,
    .navbar-collapse.collapsing #MenuH li.static>.menu-item,
    .navbar-collapse.collapse.in #MenuH .ms-navedit-dropNode .static.menu-item,
    .navbar-collapse.collapsing #MenuH .ms-navedit-dropNode .static.menu-item,
    .navbar-collapse.collapse.in #MenuH li.static>.menu-item,
    .navbar-collapse.collapsing #MenuH li.static>.menu-item,
    .navbar-collapse.collapse.in #MenuH .ms-navedit-dropNode .static.menu-item,
    .navbar-collapse.collapsing #MenuH .ms-navedit-dropNode .static.menu-item,
    .navbar-collapse.collapse.in #MenuH hover,
    .navbar-collapse.collapsing #MenuH hover,
    .navbar-collapse.collapse.in #MenuH li.static>.menu-item,
    .navbar-collapse.collapsing #MenuH li.static>.menu-item,
    .navbar-collapse.collapse.in #MenuH .ms-navedit-dropNode .static.menu-item,
    .navbar-collapse.collapsing #MenuH .ms-navedit-dropNode .static.menu-item,
    .navbar-collapse.collapse.in #MenuH text,
    .navbar-collapse.collapsing #MenuH text,
    .navbar-collapse.collapse.in #MenuH li.static>.menu-item,
    .navbar-collapse.collapsing #MenuH li.static>.menu-item,
    .navbar-collapse.collapse.in #MenuH .ms-navedit-dropNode .static.menu-item,
    .navbar-collapse.collapsing #MenuH .ms-navedit-dropNode .static.menu-item,
    .navbar-collapse.collapse.in #MenuH texthover,
    .navbar-collapse.collapsing #MenuH texthover,
    .navbar-collapse.collapse.in #MenuH li.static>.menu-item,
    .navbar-collapse.collapsing #MenuH li.static>.menu-item,
    .navbar-collapse.collapse.in #MenuH .ms-navedit-dropNode .static.menu-item,
    .navbar-collapse.collapsing #MenuH .ms-navedit-dropNode .static.menu-item,
    .navbar-collapse.collapse.in #MenuH selected,
    .navbar-collapse.collapsing #MenuH selected,
    .navbar-collapse.collapse.in #MenuH li.static>.menu-item,
    .navbar-collapse.collapsing #MenuH li.static>.menu-item,
    .navbar-collapse.collapse.in #MenuH .ms-navedit-dropNode .static.menu-item,
    .navbar-collapse.collapsing #MenuH .ms-navedit-dropNode .static.menu-item,
    .navbar-collapse.collapse.in #MenuH textselected,
    .navbar-collapse.collapsing #MenuH textselected {
        font-size: 16px!important
    }
    .navbar-collapse.collapse.in #MenuH li.static>.menu-item:hover,
    .navbar-collapse.collapsing #MenuH li.static>.menu-item:hover,
    .navbar-collapse.collapse.in #MenuH .ms-navedit-dropNode .static.menu-item:hover,
    .navbar-collapse.collapsing #MenuH .ms-navedit-dropNode .static.menu-item:hover,
    .navbar-collapse.collapse.in #MenuH li.static>.menu-item:hover .menu-item-text,
    .navbar-collapse.collapsing #MenuH li.static>.menu-item:hover .menu-item-text,
    .navbar-collapse.collapse.in #MenuH li.static>a.menu-item:hover .menu-item-text,
    .navbar-collapse.collapsing #MenuH li.static>a.menu-item:hover .menu-item-text,
    .navbar-collapse.collapse.in #MenuH li.static:hover>.bt-extra-links-icon,
    .navbar-collapse.collapsing #MenuH li.static:hover>.bt-extra-links-icon,
    .navbar-collapse.collapse.in #MenuH .ms-navedit-dropNode .static.menu-item:hover .menu-item-text,
    .navbar-collapse.collapsing #MenuH .ms-navedit-dropNode .static.menu-item:hover .menu-item-text,
    .navbar-collapse.collapse.in #MenuH ul.root>li.selected>.menu-item,
    .navbar-collapse.collapsing #MenuH ul.root>li.selected>.menu-item,
    .navbar-collapse.collapse.in #MenuH ul.root>li>ul>li.selected>.menu-item,
    .navbar-collapse.collapsing #MenuH ul.root>li>ul>li.selected>.menu-item,
    .navbar-collapse.collapse.in #MenuH ul.root>li.selected>.menu-item .menu-item-text,
    .navbar-collapse.collapsing #MenuH ul.root>li.selected>.menu-item .menu-item-text,
    .navbar-collapse.collapse.in #MenuH ul.root>li>ul>li.selected>.menu-item .menu-item-text,
    .navbar-collapse.collapsing #MenuH ul.root>li>ul>li.selected>.menu-item .menu-item-text {
        box-shadow: none!important
    }
    .collapse-tablet .navbar {
        min-height: 0!important
    }
    .collapse-tablet .navbar-toggle {
        min-width: 30px!important;
        border: none!important;
        box-shadow: none!important;
        background: none!important
    }
    .collapse-tablet .navbar-toggle:hover,
    .collapse-tablet .navbar-toggle:active,
    .collapse-tablet .navbar-toggle:focus {
        border: none!important;
        box-shadow: none!important;
        background: none!important;
        outline: none!important
    }
    .collapse-tablet .navbar-collapse {
        padding: 0!important
    }
    .collapse-tablet #MenuH {
        display: block;
        width: 100%;
        overflow: hidden!important;
        padding: 0!important
    }
    .collapse-tablet #MenuH .bt-masterUL {
        text-align: left!important
    }
    .collapse-tablet #MenuH li:after,
    .collapse-tablet #MenuH a:after,
    .collapse-tablet #MenuH span:after,
    .collapse-tablet #MenuH li:before,
    .collapse-tablet #MenuH a:before,
    .collapse-tablet #MenuH span:before {
        display: none!important
    }
    .collapse-tablet #MenuH li>a {
        padding: 0!important
    }
    .collapse-tablet #MenuH ul.dynamic,
    .collapse-tablet #MenuH .ms-navedit-dropNode ul.dynamic {
        border-radius: 0!important
    }
    .collapse-tablet #MenuH li.static>.menu-item .menu-item-text,
    .collapse-tablet #MenuH li.static>a.menu-item .menu-item-text,
    .collapse-tablet #MenuH li.static>.bt-extra-links-icon,
    .collapse-tablet #MenuH .ms-navedit-dropNode .static.menu-item .menu-item-text,
    .collapse-tablet #MenuH .menuhitemm,
    .collapse-tablet #MenuH .MenuBar {
        background: none!important;
        box-shadow: none!important;
        padding: 0;
        display: block!important
    }
    .collapse-tablet #MenuH .has-children {
        position: relative
    }
    .collapse-tablet #MenuH .has-children:after {
        display: block!important;
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: 20px!important;
        top: 20px!important;
        color: #fff!important;
        cursor: pointer
    }
    .collapse-tablet #MenuH .has-children .has-children:after {
        top: 8px!important
    }
    .collapse-tablet #MenuH .onClick.has-children:after {
        content: "\f106"!important
    }
    .collapse-tablet #MenuH li.static>.menu-item .menu-item-text,
    .collapse-tablet #MenuH li.static>a.menu-item .menu-item-text,
    .collapse-tablet #MenuH li.static>.bt-extra-links-icon,
    .collapse-tablet #MenuH .ms-navedit-dropNode .static.menu-item .menu-item-text {
        padding: 0 15px!important;
        line-height: 40px!important
    }
    .collapse-tablet #MenuH ul.dynamic li.dynamic>.menu-item .menu-item-text,
    .collapse-tablet #MenuH .ms-navedit-dropNode .dynamic.menu-item .menu-item-text,
    .collapse-tablet #MenuH ul.dynamic li.dynamic>.menu-item:hover .menu-item-text,
    .collapse-tablet #MenuH .ms-navedit-dropNode .dynamic.menu-item:hover .menu-item-text {
        padding: 4px 10px 4px 25px!important;
        line-height: 1.8em!important
    }
    .collapse-tablet #MenuH li.more {
        display: none!important
    }
    .collapse-tablet #MenuH .bt-submenu {
        box-shadow: none!important;
        border: none!important;
        position: relative;
        left: 0!important;
        top: 0!important
    }
    .collapse-tablet #MenuH .bt-submenu br {
        display: none!important
    }
    .collapse-tablet #MenuH div,
    .collapse-tablet #MenuH ul,
    .collapse-tablet #MenuH li,
    .collapse-tablet #MenuH a {
        width: 100%!important;
        min-height: 0!important
    }
    .collapse-tablet #MenuH li.static>.menu-item,
    .collapse-tablet #MenuH .ms-navedit-dropNode .static.menu-item,
    .collapse-tablet #MenuH li.static>.menu-item,
    .collapse-tablet #MenuH .ms-navedit-dropNode .static.menu-item,
    .collapse-tablet #MenuH text {
        width: 100%!important
    }
    .collapse-tablet #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu {
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all .3s ease!important;
        top: auto;
        left: auto!important;
        width: auto!important;
        min-width: 100%!important;
        max-width: 9999px!important
    }
    .collapse-tablet #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu>li {
        min-width: 100%!important;
        max-width: 99999px!important
    }
    .collapse-tablet #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu li.static>.menu-item .menu-item-text,
    .collapse-tablet #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu li.static>a.menu-item .menu-item-text,
    .collapse-tablet #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu li.static>.bt-extra-links-icon,
    .collapse-tablet #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu .ms-navedit-dropNode .static.menu-item .menu-item-text {
        font-size: 100%!important
    }
    .collapse-tablet #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu.sub-sub li.static>.menu-item .menu-item-text,
    .collapse-tablet #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu.sub-sub li.static>a.menu-item .menu-item-text,
    .collapse-tablet #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu.sub-sub li.static>.bt-extra-links-icon,
    .collapse-tablet #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu.sub-sub .ms-navedit-dropNode .static.menu-item .menu-item-text {
        padding-left: 20px!important;
        font-size: 90%!important
    }
    .collapse-tablet #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu.reveal {
        position: absolute;
        height: auto!important
    }
    .collapse-tablet #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu.open {
        opacity: 1!important;
        display: block;
        position: static
    }
    .collapse-tablet #MenuH .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
        background: none!important
    }
    .collapse-tablet #MenuV.default .bt-submenu {
        height: auto!important;
        opacity: 1!important;
        display: block!important;
        transform: translate(0px, 0px)!important;
        display: block!important;
        position: relative!important;
        box-shadow: none!important
    }
    .collapse-tablet.cmsSP #MenuV.default .bt-submenu {
        display: inline!important
    }
    .collapse-tablet .navbar-header {
        float: none
    }
    .collapse-tablet .navbar-toggle {
        display: block!important
    }
    .collapse-tablet .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
    }
    .collapse-tablet .navbar-collapse.collapse {
        display: none!important
    }
    .collapse-tablet .navbar-collapse.collapse.in {
        display: block!important
    }
    .collapse-tablet .navbar-nav {
        float: none!important;
        margin: 7.5px -15px
    }
    .collapse-tablet .navbar-nav>li {
        float: none
    }
    .collapse-tablet .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media only screen and (max-width:991px) {
    .navbar {
        min-height: 0!important
    }
    header {
        overflow: hidden!important
    }
    .hide-br {
        display: none!important
    }
    .navbar-collapse {
        padding: 0!important
    }
    .navbar-toggle {
        min-width: 30px!important;
        border: none!important;
        box-shadow: none!important;
        background: none!important
    }
    .navbar-toggle:hover,
    .navbar-toggle:active,
    .navbar-toggle:focus {
        border: none!important;
        box-shadow: none!important;
        background: none!important;
        outline: none!important
    }
    #MenuH {
        display: block;
        width: 100%;
        overflow: hidden!important;
        padding: 0!important
    }
    #MenuH .bt-masterUL {
        text-align: left!important
    }
    #MenuH li:after,
    #MenuH a:after,
    #MenuH span:after,
    #MenuH li:before,
    #MenuH a:before,
    #MenuH span:before {
        display: none!important
    }
    #MenuH li>a {
        padding: 0!important
    }
    #MenuH ul.dynamic,
    #MenuH .ms-navedit-dropNode ul.dynamic {
        border-radius: 0!important
    }
    #MenuH li.static>.menu-item .menu-item-text,
    #MenuH li.static>a.menu-item .menu-item-text,
    #MenuH li.static>.bt-extra-links-icon,
    #MenuH .ms-navedit-dropNode .static.menu-item .menu-item-text,
    #MenuH .menuhitemm,
    #MenuH .MenuBar {
        background: none!important;
        box-shadow: none!important;
        padding: 0;
        display: block!important
    }
    #MenuH .has-children {
        position: relative
    }
    #MenuH .has-children:after {
        display: block!important;
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: 20px!important;
        top: 20px!important;
        color: #fff!important;
        cursor: pointer
    }
    #MenuH .has-children .has-children:after {
        top: 8px!important
    }
    #MenuH .onClick.has-children:after {
        content: "\f106"!important
    }
    #MenuH li.static>.menu-item .menu-item-text,
    #MenuH li.static>a.menu-item .menu-item-text,
    #MenuH li.static>.bt-extra-links-icon,
    #MenuH .ms-navedit-dropNode .static.menu-item .menu-item-text {
        padding: 0 15px!important;
        line-height: 40px!important
    }
    #MenuH ul.dynamic li.dynamic>.menu-item .menu-item-text,
    #MenuH .ms-navedit-dropNode .dynamic.menu-item .menu-item-text,
    #MenuH ul.dynamic li.dynamic>.menu-item:hover .menu-item-text,
    #MenuH .ms-navedit-dropNode .dynamic.menu-item:hover .menu-item-text {
        padding: 4px 10px 4px 25px!important;
        line-height: 1.8em!important
    }
    #MenuH li.more {
        display: none!important
    }
    #MenuH .bt-submenu {
        box-shadow: none!important;
        border: none!important;
        position: relative;
        left: 0!important;
        top: 0!important
    }
    #MenuH .bt-submenu br {
        display: none!important
    }
    #MenuH div,
    #MenuH ul,
    #MenuH li,
    #MenuH a {
        width: 100%!important;
        min-height: 0!important
    }
    #MenuH li.static>.menu-item,
    #MenuH .ms-navedit-dropNode .static.menu-item,
    #MenuH li.static>.menu-item,
    #MenuH .ms-navedit-dropNode .static.menu-item,
    #MenuH text {
        width: 100%!important
    }
    #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu {
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all .3s ease!important;
        top: auto;
        left: auto!important;
        width: auto!important;
        min-width: 100%!important;
        max-width: 9999px!important
    }
    #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu>li {
        min-width: 100%!important;
        max-width: 99999px!important
    }
    #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu li.static>.menu-item .menu-item-text,
    #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu li.static>a.menu-item .menu-item-text,
    #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu li.static>.bt-extra-links-icon,
    #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu .ms-navedit-dropNode .static.menu-item .menu-item-text {
        font-size: 100%!important
    }
    #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu.sub-sub li.static>.menu-item .menu-item-text,
    #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu.sub-sub li.static>a.menu-item .menu-item-text,
    #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu.sub-sub li.static>.bt-extra-links-icon,
    #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu.sub-sub .ms-navedit-dropNode .static.menu-item .menu-item-text {
        padding-left: 20px!important;
        font-size: 90%!important
    }
    #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu.reveal {
        position: absolute;
        height: auto!important
    }
    #MenuH ul.bt-masterUL>li.has-children>ul.bt-submenu.open {
        opacity: 1!important;
        display: block;
        position: static
    }
    #MenuH .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
        background: none!important
    }
    #MenuV.default .bt-submenu {
        height: auto!important;
        opacity: 1!important;
        display: block!important;
        transform: translate(0px, 0px)!important;
        display: block!important;
        position: relative!important;
        box-shadow: none!important
    }
    .cmsSP #MenuV.default .bt-submenu {
        display: inline!important
    }
}

#offcanvasButton {
    display: none
}

#offcanvasButton .rotate-icon {
    --webkit-transform: rotatey(150deg);
    transform: rotatey(150deg)
}

@media only screen and (max-width:991px) {
    .offcanvas-tablet #MenuV.default .bt-submenu {
        left: 0!important;
        border: 0
    }
    .offcanvas-tablet #MenuV.accordion .bt-submenu {
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition-property: transform, opacity, height!important;
        left: 0!important;
        border: 0
    }
    .offcanvas-tablet #MenuV.accordion .bt-submenu.reveal {
        position: absolute;
        height: auto!important
    }
    .offcanvas-tablet #MenuV.accordion .bt-submenu.flyIn {
        transform: translate(0px, 0px)!important;
        opacity: 1!important
    }
    .offcanvas-tablet #MenuV.accordion .bt-submenu.open {
        position: relative;
        width: auto!important;
        height: auto!important;
        opacity: 1!important;
        overflow: visible
    }
    .offcanvas-tablet .mobile-trigger {
        overflow: hidden
    }
    .offcanvas-tablet #offcanvasButton {
        display: block!important
    }
    .offcanvas-tablet .row-offcanvas,
    .offcanvas-tablet #bt-sidebar {
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }
    .offcanvas-tablet #bt-sidebar {
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        height: auto!important;
        min-height: 100%!important;
        padding: 0;
        position: absolute!important;
        top: 0;
        width: 64%;
        z-index: 99999;
        overflow: auto
    }
    .offcanvas-tablet .row-offcanvas {
        left: 0
    }
    .offcanvas-tablet .row-offcanvas #bt-sidebar {
        left: -100%
    }
    .offcanvas-tablet .row-offcanvas.active #bt-sidebar {
        left: 0
    }
    .offcanvas-tablet #bt-sidebar #MenuV {
        box-shadow: none!important
    }
    .offcanvas-tablet #bt-sidebar #MenuV .root>li>.menu-item>span>.menu-item-text,
    .offcanvas-tablet #bt-sidebar #MenuV .ms-core-listMenu-heading .ms-splinkbutton-text,
    .offcanvas-tablet #bt-sidebar #MenuV .root>.ms-navedit-dropNode>table .menu-item .menu-item-text,
    .offcanvas-tablet #bt-sidebar #MenuV ul.ms-storefront-list>li>a,
    .offcanvas-tablet #bt-sidebar #MenuV .ms-ref-refinername .ms-displayInlineBlock,
    .offcanvas-tablet #bt-sidebar #MenuV .ms-webpart-chrome .ms-core-listMenu-item,
    .offcanvas-tablet #bt-sidebar #MenuV .s4-qlheader span.ms-splinkbutton-text,
    .offcanvas-tablet #bt-sidebar #MenuV a.s4-qlheader span.ms-splinkbutton-text,
    .offcanvas-tablet #bt-sidebar #MenuV a.s4-qlheader:link span.ms-splinkbutton-text,
    .offcanvas-tablet #bt-sidebar #MenuV a.s4-qlheader:visited span.ms-splinkbutton-text,
    .offcanvas-tablet #bt-sidebar #MenuV a.s4-qlheader:active span.ms-splinkbutton-text,
    .offcanvas-tablet #bt-sidebar #MenuV .root>li>.menu-item>span>.menu-item-text,
    .offcanvas-tablet #bt-sidebar #MenuV .ms-core-listMenu-heading .ms-splinkbutton-text,
    .offcanvas-tablet #bt-sidebar #MenuV .root>.ms-navedit-dropNode>table .menu-item .menu-item-text,
    .offcanvas-tablet #bt-sidebar #MenuV ul.ms-storefront-list>li>a,
    .offcanvas-tablet #bt-sidebar #MenuV .ms-ref-refinername .ms-displayInlineBlock,
    .offcanvas-tablet #bt-sidebar #MenuV .ms-webpart-chrome .ms-core-listMenu-item,
    .offcanvas-tablet #bt-sidebar #MenuV .s4-qlheader span.ms-splinkbutton-text,
    .offcanvas-tablet #bt-sidebar #MenuV a.s4-qlheader span.ms-splinkbutton-text,
    .offcanvas-tablet #bt-sidebar #MenuV a.s4-qlheader:link span.ms-splinkbutton-text,
    .offcanvas-tablet #bt-sidebar #MenuV a.s4-qlheader:visited span.ms-splinkbutton-text,
    .offcanvas-tablet #bt-sidebar #MenuV a.s4-qlheader:active span.ms-splinkbutton-text,
    .offcanvas-tablet #bt-sidebar #MenuV hover,
    .offcanvas-tablet #bt-sidebar #MenuV .root>li>.menu-item>span>.menu-item-text,
    .offcanvas-tablet #bt-sidebar #MenuV .ms-core-listMenu-heading .ms-splinkbutton-text,
    .offcanvas-tablet #bt-sidebar #MenuV .root>.ms-navedit-dropNode>table .menu-item .menu-item-text,
    .offcanvas-tablet #bt-sidebar #MenuV ul.ms-storefront-list>li>a,
    .offcanvas-tablet #bt-sidebar #MenuV .ms-ref-refinername .ms-displayInlineBlock,
    .offcanvas-tablet #bt-sidebar #MenuV .ms-webpart-chrome .ms-core-listMenu-item,
    .offcanvas-tablet #bt-sidebar #MenuV .s4-qlheader span.ms-splinkbutton-text,
    .offcanvas-tablet #bt-sidebar #MenuV a.s4-qlheader span.ms-splinkbutton-text,
    .offcanvas-tablet #bt-sidebar #MenuV a.s4-qlheader:link span.ms-splinkbutton-text,
    .offcanvas-tablet #bt-sidebar #MenuV a.s4-qlheader:visited span.ms-splinkbutton-text,
    .offcanvas-tablet #bt-sidebar #MenuV a.s4-qlheader:active span.ms-splinkbutton-text,
    .offcanvas-tablet #bt-sidebar #MenuV selected {
        font-size: 16px;
        position: relative
    }
}

@media only screen and (max-width:767px) {
    #MenuV.default .bt-submenu {
        left: 0!important
    }
    #MenuV.accordion .bt-submenu {
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition-property: transform, opacity, height!important;
        left: 0!important
    }
    #MenuV.accordion .bt-submenu.reveal {
        position: absolute;
        height: auto!important
    }
    #MenuV.accordion .bt-submenu.flyIn {
        transform: translate(0px, 0px)!important;
        opacity: 1!important
    }
    #MenuV.accordion .bt-submenu.open {
        position: relative;
        width: auto!important;
        height: auto!important;
        opacity: 1!important;
        overflow: visible
    }
    .mobile-trigger {
        overflow: hidden
    }
    .offcanvas-phone #offcanvasButton {
        display: block!important
    }
    .offcanvas-phone .row-offcanvas,
    .offcanvas-phone #bt-sidebar {
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out
    }
    .offcanvas-phone #bt-sidebar {
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        height: auto!important;
        min-height: 100%!important;
        padding: 0;
        position: absolute!important;
        top: 0;
        width: 64%;
        z-index: 99999;
        overflow: auto
    }
    .offcanvas-phone #bt-sidebar .bt-submenu {
        border: 0
    }
    .offcanvas-phone .row-offcanvas {
        left: 0
    }
    .offcanvas-phone .row-offcanvas #bt-sidebar {
        left: -100%
    }
    .offcanvas-phone .row-offcanvas.active #bt-sidebar {
        left: 0
    }
    .offcanvas-phone #bt-sidebar #MenuV {
        box-shadow: none!important
    }
    .offcanvas-phone #bt-sidebar #MenuV .root>li>.menu-item>span>.menu-item-text,
    .offcanvas-phone #bt-sidebar #MenuV .ms-core-listMenu-heading .ms-splinkbutton-text,
    .offcanvas-phone #bt-sidebar #MenuV .root>.ms-navedit-dropNode>table .menu-item .menu-item-text,
    .offcanvas-phone #bt-sidebar #MenuV ul.ms-storefront-list>li>a,
    .offcanvas-phone #bt-sidebar #MenuV .ms-ref-refinername .ms-displayInlineBlock,
    .offcanvas-phone #bt-sidebar #MenuV .ms-webpart-chrome .ms-core-listMenu-item,
    .offcanvas-phone #bt-sidebar #MenuV .s4-qlheader span.ms-splinkbutton-text,
    .offcanvas-phone #bt-sidebar #MenuV a.s4-qlheader span.ms-splinkbutton-text,
    .offcanvas-phone #bt-sidebar #MenuV a.s4-qlheader:link span.ms-splinkbutton-text,
    .offcanvas-phone #bt-sidebar #MenuV a.s4-qlheader:visited span.ms-splinkbutton-text,
    .offcanvas-phone #bt-sidebar #MenuV a.s4-qlheader:active span.ms-splinkbutton-text,
    .offcanvas-phone #bt-sidebar #MenuV .root>li>.menu-item>span>.menu-item-text,
    .offcanvas-phone #bt-sidebar #MenuV .ms-core-listMenu-heading .ms-splinkbutton-text,
    .offcanvas-phone #bt-sidebar #MenuV .root>.ms-navedit-dropNode>table .menu-item .menu-item-text,
    .offcanvas-phone #bt-sidebar #MenuV ul.ms-storefront-list>li>a,
    .offcanvas-phone #bt-sidebar #MenuV .ms-ref-refinername .ms-displayInlineBlock,
    .offcanvas-phone #bt-sidebar #MenuV .ms-webpart-chrome .ms-core-listMenu-item,
    .offcanvas-phone #bt-sidebar #MenuV .s4-qlheader span.ms-splinkbutton-text,
    .offcanvas-phone #bt-sidebar #MenuV a.s4-qlheader span.ms-splinkbutton-text,
    .offcanvas-phone #bt-sidebar #MenuV a.s4-qlheader:link span.ms-splinkbutton-text,
    .offcanvas-phone #bt-sidebar #MenuV a.s4-qlheader:visited span.ms-splinkbutton-text,
    .offcanvas-phone #bt-sidebar #MenuV a.s4-qlheader:active span.ms-splinkbutton-text,
    .offcanvas-phone #bt-sidebar #MenuV hover,
    .offcanvas-phone #bt-sidebar #MenuV .root>li>.menu-item>span>.menu-item-text,
    .offcanvas-phone #bt-sidebar #MenuV .ms-core-listMenu-heading .ms-splinkbutton-text,
    .offcanvas-phone #bt-sidebar #MenuV .root>.ms-navedit-dropNode>table .menu-item .menu-item-text,
    .offcanvas-phone #bt-sidebar #MenuV ul.ms-storefront-list>li>a,
    .offcanvas-phone #bt-sidebar #MenuV .ms-ref-refinername .ms-displayInlineBlock,
    .offcanvas-phone #bt-sidebar #MenuV .ms-webpart-chrome .ms-core-listMenu-item,
    .offcanvas-phone #bt-sidebar #MenuV .s4-qlheader span.ms-splinkbutton-text,
    .offcanvas-phone #bt-sidebar #MenuV a.s4-qlheader span.ms-splinkbutton-text,
    .offcanvas-phone #bt-sidebar #MenuV a.s4-qlheader:link span.ms-splinkbutton-text,
    .offcanvas-phone #bt-sidebar #MenuV a.s4-qlheader:visited span.ms-splinkbutton-text,
    .offcanvas-phone #bt-sidebar #MenuV a.s4-qlheader:active span.ms-splinkbutton-text,
    .offcanvas-phone #bt-sidebar #MenuV selected {
        font-size: 16px;
        position: relative
    }
}

#s4-workspace>#s4-bodyContainer>.ms-table {
    position: unset!important
}

.ms-wikicontent.ms-rtestate-field {
    padding: 0!important
}

.ms-core-listMenu-horizontalBox .dynamic .dynamic-children.additional-background:after {
    content: "\f054"!important;
    font-size: 12px!important;
    opacity: .7;
    margin: 2px 0;
    position: absolute;
    right: 5px;
    top: 12px
}

#MenuV .ms-core-listMenu-verticalBox .ms-splinkbutton-text {
    padding: 15px
}

#MenuH .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
    background-image: none!important;
    background: none!important;
    padding-right: 0!important
}

#MenuH .ms-core-listMenu-horizontalBox .dynamic-children.additional-background:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    padding-left: 4px;
    float: right
}

#MenuH .ms-core-listMenu-horizontalBox .dynamic-children.additional-background:after:hover {
    color: #e6ad10
}

#MenuH ul.dynamic .ms-core-listMenu-horizontalBox .dynamic-children.additional-background:after,
#MenuH .ms-navedit-dropNode ul.dynamic .ms-core-listMenu-horizontalBox .dynamic-children.additional-background:after {
    margin-right: -13px;
    margin-top: 4px;
    font-size: 10px!important
}

#MenuV .has-children-close>a:after,
#MenuV .has-children-close>span:after {
    right: 15px
}

#MenuV .has-children-open>a:after,
#MenuV .has-children-open>span:after {
    right: 15px
}

#MenuH li.dynamic .menu-item-text {
    display: block
}

.bt-custom-srch-refiners {
    margin-top: 30px;
    margin-left: -15px!important
}

header.navbar #offcanvasButton,
header.navbar .navbar-toggle {
    padding: 0!important
}

header.navbar .navbar-collapse #MenuH {
    min-height: 50px
}

header.navbar.ghost-nav.inner-nav #MenuH {
    transition: all .300s;
    padding-left: 180px
}

.BT-bp .ghost-nav .navbar-collapse #MenuH {
    padding-left: 114px!important
}

.static.menu-item.ms-core-listMenu-item.ms-displayInline.ms-navedit-linkNode {
    position: relative
}

#bt-content .ms-searchCenter-result-main #SearchBox {
    padding: 30px 0
}

form[action*="results.aspx?k="] #Search {
    display: none
}

@media (min-width:767px) {
    header.navbar.ghost-nav .menu-row {
        margin-right: 61px
    }
    header.navbar.ghost-nav .hidden-logo {
        position: absolute
    }
}

.ms-dnd-dropbox {
    position: fixed!important;
    margin-top: 80px!important
}

.ms-dialog .nav-spacing,
.ms-dialog .above-content-white-zone,
.ms-dialog .above-content-grey-zone,
.ms-dialog .content-white-zone,
.ms-dialog .content-color-zone shadow,
.ms-dialog .content-color-zone,
.ms-dialog .below-content-image-zone,
.ms-dialog .above-footer-zone,
.ms-dialog .sp-breadcrumb {
    display: none
}

.ms-dialog body {
    background: #FFF!important
}

.ms-dialog .card {
    position: relative;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0
}

#Breadcrumb {
    float: right;
    margin-top: 12px;
    margin-left: 0
}

#Breadcrumb a,
#Breadcrumb span {
    font-size: 16px!important
}

#Search .ms-srch-sb-searchLink {
    position: absolute;
    right: 10px;
    top: 10px
}

#Search .ms-srch-sb-searchImg {
    display: block
}

#Logo,
#Logo a,
#Logo span,
#Logo h1.ms-core-pageTitle {
    color: #fff!important;
    vertical-align: middle;
    font-size: 18px
}

#Logo a {
    color: #fff!important;
    vertical-align: middle!important;
    font-size: 18px
}

#Logo a:hover {
    color: #ccc!important
}

#Logo h1.pageTitle a,
#Logo h1.pageTitle span {
    float: left
}

#Logo>div {
    vertical-align: middle
}

.hidden-logo h1.ms-core-pageTitle {
    display: none
}

.ms-core-pageTitle span {
    vertical-align: bottom
}

.ms-listMenu-editLink.ms-navedit-editArea {
    vertical-align: middle
}

.cmsSP2013 #Logo h1.ms-core-pageTitle,
.cmsSP2013 #Logo h1.ms-core-pageTitle a,
.cmsSPO2013 #Logo h1.ms-core-pageTitle,
.cmsSPO2013 #Logo h1.ms-core-pageTitle a,
.cmsSPCSS #Logo h1.ms-core-pageTitle,
.cmsSPCSS #Logo h1.ms-core-pageTitle a {
    margin: 0
}

.bt-custom-srch-refiners>div {
    position: relative;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.bt-custom-srch-refiners>div h1,
.bt-custom-srch-refiners>div h2,
.bt-custom-srch-refiners>div h3,
.bt-custom-srch-refiners>div h4,
.bt-custom-srch-refiners>div h5,
.bt-custom-srch-refiners>div h6,
.bt-custom-srch-refiners>div p,
.bt-custom-srch-refiners>div span {
    color: #333
}

#Search #SearchBar .ms-srch-sb>input {
    padding-right: 45px
}

#Search #SearchBar a.ms-srch-sb-navLink {
    position: absolute;
    right: 35px;
    top: 15px
}

#MenuH {
    padding: 0 11px
}

#MenuH li.static a {
    font-weight: 500;
    padding: 15px 6px;
    text-decoration: none;
    transition: all .2s ease 0s;
    color: #fff
}

#MenuH li.selected>span {
    font-weight: 500;
    padding: 15px;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 #e6ad10;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #e6ad10
}

#MenuH ul.dynamic {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #3c3770
}

#MenuH ul.dynamic li a {
    color: #fff
}

#MenuH ul.dynamic li a:hover {
    color: #e6ad10!important
}

#MenuH ul.dynamic li>.dynamic:not(ul) {
    padding: 10px 15px
}

#MenuH .mega>ul>li>ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

#MenuH .mega>ul>li>ul:not(:first-child) {
    border-left: 1px solid #e9e9e9
}

#MenuH .mega>ul>li>ul li:first-child {
    border-top: 1px solid #e9e9e9
}

#MenuH ul.static>li>a:hover,
#MenuH ul.static>li.selected>a {
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 #e6ad10;
    -webkit-transition: all .3s ease-out
}

#MenuH ul.dynamic>li>a:hover {
    text-decoration: none;
    color: #e6ad10;
    -webkit-transition: all .3s ease-out
}

#MenuV .ms-ref-ctrl {
    padding: 15px
}

#MenuV ul:first-child li.static ul>li>a {
    font-size: 13px;
    font-weight: 500;
    padding: 6px 20px;
    text-decoration: none;
    color: #000;
    border-left: none!important
}

#MenuV ul:first-child li.static ul>li>a:hover {
    font-size: 13px;
    font-weight: 500;
    padding: 6px 20px;
    text-decoration: none;
    color: #e6ad10;
    border-left: none!important
}

#MenuV ul:first-child li.static ul.static li.static {
    margin-left: 15px
}

#MenuV ul:first-child li {
    padding: 4px 0
}

#MenuV ul:first-child li>a,
#MenuV ul:first-child li>span {
    font-size: 13px;
    font-weight: 500;
    padding: 6px 20px;
    text-decoration: none;
    color: #000;
    border-left: 1px solid transparent;
    transition: .2s all
}

#MenuV ul:first-child li:hover>a,
#MenuV ul:first-child li:hover>span {
    font-size: 13px;
    font-weight: 500;
    padding: 6px 20px;
    text-decoration: none;
    color: #e6ad10;
    border-left: 1px solid #e6ad10
}

#MenuV ul:first-child li.selected>a,
#MenuV ul:first-child li.selected>span {
    font-size: 13px;
    font-weight: 500;
    padding: 6px 20px 6px 19px;
    text-decoration: none;
    color: #e6ad10;
    border-left: 2px solid #e6ad10
}

@media (min-width:1200px) {
    .col-lg-sp-2 {
        width: 16.66666667%
    }
    .col-lg-sp-10 {
        width: 83.33333333%
    }
}

@media (max-width:991px) {
    #MenuH .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
        background-image: none!important;
        background: none!important;
        padding-right: 0!important
    }
    #MenuH .ms-core-listMenu-horizontalBox .dynamic-children.additional-background:after {
        content: none!important;
        display: none!important
    }
    #MenuH ul.dynamic {
        box-shadow: none!important
    }
    #MenuH ul.dynamic ul.dynamic {
        border: 0;
        padding-left: 25px;
        width: auto
    }
    #MenuH ul.dynamic ul.dynamic li a,
    #MenuH ul.dynamic ul.dynamic li span {
        border: 0
    }
    .navbar-collapse {
        max-height: 100%
    }
    .navbar-toggle {
        background: transparent!important;
        border: none!important
    }
    .navbar-toggle .fa-bars:before {
        color: #fff;
        font-size: 21px
    }
    #bt-slider,
    #bt-pagetitle {
        margin-bottom: 20px
    }
}

.ms-fullscreenmode header,
.ms-dialog header,
.ms-fullscreenmode #bt-pagetitle,
.ms-dialog #bt-pagetitle,
.ms-fullscreenmode main,
.ms-dialog main,
.ms-fullscreenmode footer,
.ms-dialog footer,
.ms-fullscreenmode #bt-sidebar,
.ms-dialog #bt-sidebar {
    display: none!important
}

.ms-fullscreenmode #bt-content,
.ms-dialog #bt-content {
    margin: 0;
    width: 100%
}

.ms-webpart-chrome-title {
    border-bottom: 1px solid #ddd
}

.ms-webpart-titleText {
    font-size: 20px
}

.ms-WPBorder,
.ms-WPBorderOnly,
.ms-WPBorderBorderOnly {
    border: 1px solid #ddd;
    padding: 10px
}

.ms-WPBorder {
    border: 1px solid #ddd;
    padding: 10px;
    border-top: 0
}

.cmsSPCSS #Copyright a {
    color: #fff
}

.cmsSPCSS #Copyright a:hover {
    color: #876509
}

/* AKUEB 20170322 Start */
@media (max-width: 991px){
header.navbar { max-height: 100%; overflow-y: scroll; }
.carousel .item .carousel-caption { position: static; }
header.navbar #Search{display:block!important;width:100%!important;margin-top:10px;margin-bottom:10px}
header.navbar #Search.search-button{display:none}
header.navbar #Search .search-btn{display:none!important}
header.navbar #Search #SearchBar{display:block!important;width:100%!important;position:relative!important;box-shadow:none!important;top:0!important;left:0!important;right:0!important;bottom:0!important}
header.navbar #Logo img{max-height:31px}
#bt-slider{margin-bottom:0}
.main-nav-spacing{height:55px}
}
#MenuH .menu-item-text {    display: inline-block;font-size: 14px; }
body,.ms-core-defaultFont,#pageStatusBar,.ms-status-msg,.js-callout-body {
/*  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;	*/
  font-size: 14px !important;
}
/* AKUEB 20170322 End */
