/*===============================
/templates/ja_company/css/bootstrap.css
================================================================================*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,slick
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: 0.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 {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff !important
    }
    .navbar {
        display: none
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.715;
    color: #404040;
    background-color: #ffffff
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: #234269;
    text-decoration: none
}
a:hover,
a:focus {
    color: #16B00E;
    text-decoration: underline
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: 6px
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.715;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #eeeeee
}
.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
}
code,
kbd,
pre,
samp {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 2px
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 1px;
    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: 11.5px;
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.715;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 2px
}
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: 16px;
    padding-right: 16px
}
@media (min-width: 768px) {
    .container {
        width: 752px
    }
}
@media (min-width: 992px) {
    .container {
        width: 972px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1172px
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px
}
.row {
    margin-left: -16px;
    margin-right: -16px
}
.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: 16px;
    padding-right: 16px
}
.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: #9e9e9e;
    text-align: left
}
th {
    text-align: left
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px
}
.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.715;
    vertical-align: top;
    border-top: 1px solid #dddddd
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd
}
.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 #dddddd
}
.table .table {
    background-color: #ffffff
}
.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 #dddddd
}
.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 #dddddd
}
.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: 0.01%
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd
    }
    .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
    }
}
select,
textarea,
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"],
.inputbox {
    display: block;
    width: 100%;
    height: 50px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.715;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    -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
}
select:focus,
textarea:focus,
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,
.inputbox: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)
}
select::-moz-placeholder,
textarea::-moz-placeholder,
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,
.inputbox::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
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,
.inputbox:-ms-input-placeholder {
    color: #9e9e9e
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
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,
.inputbox::-webkit-input-placeholder {
    color: #9e9e9e
}
select[disabled],
textarea[disabled],
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],
.inputbox[disabled],
select[readonly],
textarea[readonly],
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],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
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] .inputbox {
    background-color: #eeeeee;
    opacity: 1
}
select[disabled],
textarea[disabled],
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],
.inputbox[disabled],
fieldset[disabled] select,
fieldset[disabled] textarea,
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] .inputbox {
    cursor: not-allowed
}
textareaselect,
textareatextarea,
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"],
textarea.inputbox {
    height: auto
}
select:focus,
textarea:focus,
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,
.inputbox: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)
}
select::-moz-placeholder,
textarea::-moz-placeholder,
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,
.inputbox::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
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,
.inputbox:-ms-input-placeholder {
    color: #9e9e9e
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
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,
.inputbox::-webkit-input-placeholder {
    color: #9e9e9e
}
select[disabled],
textarea[disabled],
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],
.inputbox[disabled],
select[readonly],
textarea[readonly],
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],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
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] .inputbox {
    cursor: not-allowed;
    background-color: #eeeeee
}
textareaselect,
textareatextarea,
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"],
textarea.inputbox {
    height: auto
}
@media screen and (min-width: 768px) {
    select,
    textarea,
    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"],
    .inputbox {
        width: auto
    }
}
select,
select.form-control,
select.inputbox,
select.input {
    padding-right: 5px
}
.input-mini {
    width: 60px
}
.input-small {
    width: 90px
}
.input-medium {
    width: 150px
}
.input-large {
    width: 210px
}
.input-xlarge {
    width: 270px
}
.input-xxlarge {
    width: 530px
}
input.input-sm {
    height: 34px;
    padding: 7px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px
}
selectinput.input-sm {
    height: 34px;
    line-height: 34px
}
textareainput.input-sm,
select[multiple]input.input-sm {
    height: auto
}
input.input-lg {
    height: 57px;
    padding: 16px 24px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
selectinput.input-lg {
    height: 57px;
    line-height: 57px
}
textareainput.input-lg,
select[multiple]input.input-lg {
    height: auto
}
@media (min-width: 768px) {
    .form-inline .inputbox,
    .form-inline select,
    .form-inline textarea,
    .form-inline input {
        display: inline-block
    }
}
.control-group {
    margin-bottom: 12px
}
legend + .control-group {
    margin-top: 24px;
    -webkit-margin-top-collapse: separate
}
.form-horizontal .control-group {
    margin-bottom: 24px
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    content: " ";
    display: table
}
.form-horizontal .control-group:after {
    clear: both
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    content: " ";
    display: table
}
.form-horizontal .control-group:after {
    clear: both
}
.form-horizontal .control-group .control-label {
    display: block;
    width: 100%
}
@media (min-width: 768px) {
    .form-horizontal .control-group .control-label {
        display: inline-block;
        float: left;
        width: 160px;
        padding-top: 5px;
        text-align: right
    }
}
.form-horizontal .control-group .controls {
    margin-left: 180px
}
.form-actions {
    padding: 24px;
    margin: 24px 0;
    background-color: #eeeeee;
    border-radius: 2px
}
.form-actions:before,
.form-actions:after {
    content: " ";
    display: table
}
.form-actions:after {
    clear: both
}
.form-actions:before,
.form-actions:after {
    content: " ";
    display: table
}
.form-actions:after {
    clear: both
}
.form-actions [class*="col-sm-offset-"],
.form-actions [class*="col-md-offset-"] {
    padding-left: 5px !important
}
.input-append,
.input-prepend {
    display: inline-block;
    margin-bottom: 12px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
    font-size: 14px
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    border-radius: 0 2px 2px 0
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
    z-index: 2
}
.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 50px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.715;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
    vertical-align: top;
    border-radius: 0
}
.input-append .active,
.input-prepend .active {
    background-color: #bbff33;
    border-color: #669900
}
.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    border-radius: 2px 0 0 2px
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
    border-radius: 2px 0 0 2px
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
    border-radius: 0 2px 2px 0
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -1px
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
    border-radius: 0 2px 2px 0
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    border-radius: 0
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
    border-radius: 0 2px 2px 0
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    border-radius: 2px 0 0 2px
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    border-radius: 0 2px 2px 0
}
.input-prepend.input-append .btn-group:first-child {
    margin-left: 0
}
.btn-large {
    padding: 16px 24px;
    font-size: 18px;
    border-radius: 6px
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px
}
.btn-small {
    padding: 7px 12px;
    font-size: 12px;
    border-radius: 1px
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0
}
.btn-mini {
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 1px
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    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
    height: 46px;
    padding: 10px 13px 10px 13px;
}
#contact-form .star{
    color:#FF0000;
}
#contact-form input{
    color:#000 !important;
}
input[type="range"] {
    display: block;
    width: 100%
}
select[multiple],
select[size] {
    height: auto
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 13px;
    font-size: 14px;
    line-height: 1.715;
    color: #555555
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.715;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.form-control::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #9e9e9e
}
.form-control::-webkit-input-placeholder {
    color: #9e9e9e
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}
textarea.form-control {
    height: auto
}
input[type="search"] {
    -webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 50px
    }
    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: 34px
    }
    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: 57px
    }
}
.form-group {
    margin-bottom: 15px
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.radio label,
.checkbox label {
    min-height: 24px;
    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: 13px;
    padding-bottom: 13px;
    margin-bottom: 0;
    min-height: 38px
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}
.input-sm {
    height: 34px;
    padding: 7px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px
}
select.input-sm {
    height: 34px;
    line-height: 34px
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto
}
.form-group-sm .form-control {
    height: 34px;
    padding: 7px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px
}
select.form-group-sm .form-control {
    height: 34px;
    line-height: 34px
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
    height: auto
}
.form-group-sm .form-control-static {
    height: 34px;
    padding: 7px 12px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 36px
}
.input-lg {
    height: 57px;
    padding: 16px 24px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
select.input-lg {
    height: 57px;
    line-height: 57px
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto
}
.form-group-lg .form-control {
    height: 57px;
    padding: 16px 24px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
select.form-group-lg .form-control {
    height: 57px;
    line-height: 57px
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
    height: auto
}
.form-group-lg .form-control-static {
    height: 57px;
    padding: 16px 24px;
    font-size: 18px;
    line-height: 1.33;
    min-height: 42px
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 62.5px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    pointer-events: none
}
.input-lg + .form-control-feedback {
    width: 57px;
    height: 57px;
    line-height: 57px
}
.input-sm + .form-control-feedback {
    width: 34px;
    height: 34px;
    line-height: 34px
}
.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: #468847
}
.has-success .form-control {
    border-color: #468847;
    -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: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}
.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8
}
.has-success .form-control-feedback {
    color: #468847
}
.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: #c09853
}
.has-warning .form-control {
    border-color: #c09853;
    -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: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}
.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3
}
.has-warning .form-control-feedback {
    color: #c09853
}
.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: #b94a48
}
.has-error .form-control {
    border-color: #b94a48;
    -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: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}
.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede
}
.has-error .form-control-feedback {
    color: #b94a48
}
.has-feedback label ~ .form-control-feedback {
    top: 29px
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a6a6a6
}
@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: 13px
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 37px
}
.form-horizontal .form-group {
    margin-left: -16px;
    margin-right: -16px
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 13px
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 16px
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 22.28px
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 8px
    }
}
.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: 12px 16px;
    font-size: 14px;
    line-height: 1.715;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #ffffff;
    text-decoration: none
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-default {
    background-color: #0F3E4D;
    border-color: #0F3E4D;
    color: #ffffff;
    background: #0F3E4D;
    border: 0;
    font-size: 11px;

    text-transform: uppercase
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #162a43;
    border-color: #14253b
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #234269;
    border-color: #234269
}
.btn-default .badge {
    color: #234269;
    background-color: #ffffff
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #ffffff;
    background: #1d3656;
    border-color: #14253b
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #234269;
    border-color: #234269
}
.btn-default .badge {
    color: #234269;
    background-color: #ffffff
}
.btn-primary {
    background-color: #16B00E;
    border-color: #16B00E;
    color: #ffffff;
    background: #16B00E;
    border: 0;
    font-size: 11px;
    text-transform: uppercase;
    
}
.navbar-header {
    .btn-primary {
        background-color: transparent;
        background: transparent;
        border: none;
        color:#404040;
        @media (max-width: 768px) {
            background: #16B00E;
            background-color: #16B00E;
        }
    }
    .btn-primary:hover {
        background-color: transparent;
        background: transparent;
        color:#404040;
    }
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #ee5a08;
    border-color: #e45608
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #16B00E;
    border-color: #16B00E
}
.btn-primary .badge {
    color: #16B00E;
    background-color: #ffffff
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #077E01;
    border-color: #e45608
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #16B00E;
    border-color: #16B00E
}
.btn-primary .badge {
    color: #16B00E;
    background-color: #ffffff
}
.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #ffffff;
    background: linear-gradient(#6ec06e, #5cb85c);
    border: 0;
    font-size: 11px;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    text-transform: uppercase
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background: #4cae4c;
    border-color: #398439
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff
}
.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #ffffff;
    background: linear-gradient(#70c8e2, #5bc0de);
    border: 0;
    font-size: 11px;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    text-transform: uppercase
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background: #46b8da;
    border-color: #269abc
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff
}
.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #ffffff;
    background: linear-gradient(#f2b866, #f0ad4e);
    border: 0;
    font-size: 11px;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    text-transform: uppercase
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background: #eea236;
    border-color: #d58512
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff
}
.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #ffffff;
    background: linear-gradient(#de6764, #d9534f);
    border: 0;
    font-size: 11px;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    text-transform: uppercase
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background: #d43f3a;
    border-color: #ac2925
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff
}
.btn-link {
    color: #234269;
    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: #16B00E;
    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: #9e9e9e;
    text-decoration: none
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 16px 24px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 7px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px
}
.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%
}
.dropdown-submenu {
    position: relative
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -5px;
    margin-left: -1px
}
.dropdown-submenu.open > .dropdown-menu {
    display: block
}
.dropdown-submenu > .dropdown-menu {
    border-radius: 2px
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -5px
}
.dropdown-submenu.open > a:after {
    border-left-color: #16B00E
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.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: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('https://ja-company.demo.joomlart.com/plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot');
    src: url('https://ja-company.demo.joomlart.com/plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://ja-company.demo.joomlart.com/plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('https://ja-company.demo.joomlart.com/plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://ja-company.demo.joomlart.com/plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://ja-company.demo.joomlart.com/plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.glyphicon-asterisk:before {
    content: "\2a"
}
.glyphicon-plus:before {
    content: "\2b"
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}
.glyphicon-minus:before {
    content: "\2212"
}
.glyphicon-cloud:before {
    content: "\2601"
}
.glyphicon-envelope:before {
    content: "\2709"
}
.glyphicon-pencil:before {
    content: "\270f"
}
.glyphicon-glass:before {
    content: "\e001"
}
.glyphicon-music:before {
    content: "\e002"
}
.glyphicon-search:before {
    content: "\e003"
}
.glyphicon-heart:before {
    content: "\e005"
}
.glyphicon-star:before {
    content: "\e006"
}
.glyphicon-star-empty:before {
    content: "\e007"
}
.glyphicon-user:before {
    content: "\e008"
}
.glyphicon-film:before {
    content: "\e009"
}
.glyphicon-th-large:before {
    content: "\e010"
}
.glyphicon-th:before {
    content: "\e011"
}
.glyphicon-th-list:before {
    content: "\e012"
}
.glyphicon-ok:before {
    content: "\e013"
}
.glyphicon-remove:before {
    content: "\e014"
}
.glyphicon-zoom-in:before {
    content: "\e015"
}
.glyphicon-zoom-out:before {
    content: "\e016"
}
.glyphicon-off:before {
    content: "\e017"
}
.glyphicon-signal:before {
    content: "\e018"
}
.glyphicon-cog:before {
    content: "\e019"
}
.glyphicon-trash:before {
    content: "\e020"
}
.glyphicon-home:before {
    content: "\e021"
}
.glyphicon-file:before {
    content: "\e022"
}
.glyphicon-time:before {
    content: "\e023"
}
.glyphicon-road:before {
    content: "\e024"
}
.glyphicon-download-alt:before {
    content: "\e025"
}
.glyphicon-download:before {
    content: "\e026"
}
.glyphicon-upload:before {
    content: "\e027"
}
.glyphicon-inbox:before {
    content: "\e028"
}
.glyphicon-play-circle:before {
    content: "\e029"
}
.glyphicon-repeat:before {
    content: "\e030"
}
.glyphicon-refresh:before {
    content: "\e031"
}
.glyphicon-list-alt:before {
    content: "\e032"
}
.glyphicon-lock:before {
    content: "\e033"
}
.glyphicon-flag:before {
    content: "\e034"
}
.glyphicon-headphones:before {
    content: "\e035"
}
.glyphicon-volume-off:before {
    content: "\e036"
}
.glyphicon-volume-down:before {
    content: "\e037"
}
.glyphicon-volume-up:before {
    content: "\e038"
}
.glyphicon-qrcode:before {
    content: "\e039"
}
.glyphicon-barcode:before {
    content: "\e040"
}
.glyphicon-tag:before {
    content: "\e041"
}
.glyphicon-tags:before {
    content: "\e042"
}
.glyphicon-book:before {
    content: "\e043"
}
.glyphicon-bookmark:before {
    content: "\e044"
}
.glyphicon-print:before {
    content: "\e045"
}
.glyphicon-camera:before {
    content: "\e046"
}
.glyphicon-font:before {
    content: "\e047"
}
.glyphicon-bold:before {
    content: "\e048"
}
.glyphicon-italic:before {
    content: "\e049"
}
.glyphicon-text-height:before {
    content: "\e050"
}
.glyphicon-text-width:before {
    content: "\e051"
}
.glyphicon-align-left:before {
    content: "\e052"
}
.glyphicon-align-center:before {
    content: "\e053"
}
.glyphicon-align-right:before {
    content: "\e054"
}
.glyphicon-align-justify:before {
    content: "\e055"
}
.glyphicon-list:before {
    content: "\e056"
}
.glyphicon-indent-left:before {
    content: "\e057"
}
.glyphicon-indent-right:before {
    content: "\e058"
}
.glyphicon-facetime-video:before {
    content: "\e059"
}
.glyphicon-picture:before {
    content: "\e060"
}
.glyphicon-map-marker:before {
    content: "\e062"
}
.glyphicon-adjust:before {
    content: "\e063"
}
.glyphicon-tint:before {
    content: "\e064"
}
.glyphicon-edit:before {
    content: "\e065"
}
.glyphicon-share:before {
    content: "\e066"
}
.glyphicon-check:before {
    content: "\e067"
}
.glyphicon-move:before {
    content: "\e068"
}
.glyphicon-step-backward:before {
    content: "\e069"
}
.glyphicon-fast-backward:before {
    content: "\e070"
}
.glyphicon-backward:before {
    content: "\e071"
}
.glyphicon-play:before {
    content: "\e072"
}
.glyphicon-pause:before {
    content: "\e073"
}
.glyphicon-stop:before {
    content: "\e074"
}
.glyphicon-forward:before {
    content: "\e075"
}
.glyphicon-fast-forward:before {
    content: "\e076"
}
.glyphicon-step-forward:before {
    content: "\e077"
}
.glyphicon-eject:before {
    content: "\e078"
}
.glyphicon-chevron-left:before {
    content: "\e079"
}
.glyphicon-chevron-right:before {
    content: "\e080"
}
.glyphicon-plus-sign:before {
    content: "\e081"
}
.glyphicon-minus-sign:before {
    content: "\e082"
}
.glyphicon-remove-sign:before {
    content: "\e083"
}
.glyphicon-ok-sign:before {
    content: "\e084"
}
.glyphicon-question-sign:before {
    content: "\e085"
}
.glyphicon-info-sign:before {
    content: "\e086"
}
.glyphicon-screenshot:before {
    content: "\e087"
}
.glyphicon-remove-circle:before {
    content: "\e088"
}
.glyphicon-ok-circle:before {
    content: "\e089"
}
.glyphicon-ban-circle:before {
    content: "\e090"
}
.glyphicon-arrow-left:before {
    content: "\e091"
}
.glyphicon-arrow-right:before {
    content: "\e092"
}
.glyphicon-arrow-up:before {
    content: "\e093"
}
.glyphicon-arrow-down:before {
    content: "\e094"
}
.glyphicon-share-alt:before {
    content: "\e095"
}
.glyphicon-resize-full:before {
    content: "\e096"
}
.glyphicon-resize-small:before {
    content: "\e097"
}
.glyphicon-exclamation-sign:before {
    content: "\e101"
}
.glyphicon-gift:before {
    content: "\e102"
}
.glyphicon-leaf:before {
    content: "\e103"
}
.glyphicon-fire:before {
    content: "\e104"
}
.glyphicon-eye-open:before {
    content: "\e105"
}
.glyphicon-eye-close:before {
    content: "\e106"
}
.glyphicon-warning-sign:before {
    content: "\e107"
}
.glyphicon-plane:before {
    content: "\e108"
}
.glyphicon-calendar:before {
    content: "\e109"
}
.glyphicon-random:before {
    content: "\e110"
}
.glyphicon-comment:before {
    content: "\e111"
}
.glyphicon-magnet:before {
    content: "\e112"
}
.glyphicon-chevron-up:before {
    content: "\e113"
}
.glyphicon-chevron-down:before {
    content: "\e114"
}
.glyphicon-retweet:before {
    content: "\e115"
}
.glyphicon-shopping-cart:before {
    content: "\e116"
}
.glyphicon-folder-close:before {
    content: "\e117"
}
.glyphicon-folder-open:before {
    content: "\e118"
}
.glyphicon-resize-vertical:before {
    content: "\e119"
}
.glyphicon-resize-horizontal:before {
    content: "\e120"
}
.glyphicon-hdd:before {
    content: "\e121"
}
.glyphicon-bullhorn:before {
    content: "\e122"
}
.glyphicon-bell:before {
    content: "\e123"
}
.glyphicon-certificate:before {
    content: "\e124"
}
.glyphicon-thumbs-up:before {
    content: "\e125"
}
.glyphicon-thumbs-down:before {
    content: "\e126"
}
.glyphicon-hand-right:before {
    content: "\e127"
}
.glyphicon-hand-left:before {
    content: "\e128"
}
.glyphicon-hand-up:before {
    content: "\e129"
}
.glyphicon-hand-down:before {
    content: "\e130"
}
.glyphicon-circle-arrow-right:before {
    content: "\e131"
}
.glyphicon-circle-arrow-left:before {
    content: "\e132"
}
.glyphicon-circle-arrow-up:before {
    content: "\e133"
}
.glyphicon-circle-arrow-down:before {
    content: "\e134"
}
.glyphicon-globe:before {
    content: "\e135"
}
.glyphicon-wrench:before {
    content: "\e136"
}
.glyphicon-tasks:before {
    content: "\e137"
}
.glyphicon-filter:before {
    content: "\e138"
}
.glyphicon-briefcase:before {
    content: "\e139"
}
.glyphicon-fullscreen:before {
    content: "\e140"
}
.glyphicon-dashboard:before {
    content: "\e141"
}
.glyphicon-paperclip:before {
    content: "\e142"
}
.glyphicon-heart-empty:before {
    content: "\e143"
}
.glyphicon-link:before {
    content: "\e144"
}
.glyphicon-phone:before {
    content: "\e145"
}
.glyphicon-pushpin:before {
    content: "\e146"
}
.glyphicon-usd:before {
    content: "\e148"
}
.glyphicon-gbp:before {
    content: "\e149"
}
.glyphicon-sort:before {
    content: "\e150"
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}
.glyphicon-sort-by-order:before {
    content: "\e153"
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}
.glyphicon-sort-by-attributes:before {
    content: "\e155"
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}
.glyphicon-unchecked:before {
    content: "\e157"
}
.glyphicon-expand:before {
    content: "\e158"
}
.glyphicon-collapse-down:before {
    content: "\e159"
}
.glyphicon-collapse-up:before {
    content: "\e160"
}
.glyphicon-log-in:before {
    content: "\e161"
}
.glyphicon-flash:before {
    content: "\e162"
}
.glyphicon-log-out:before {
    content: "\e163"
}
.glyphicon-new-window:before {
    content: "\e164"
}
.glyphicon-record:before {
    content: "\e165"
}
.glyphicon-save:before {
    content: "\e166"
}
.glyphicon-open:before {
    content: "\e167"
}
.glyphicon-saved:before {
    content: "\e168"
}
.glyphicon-import:before {
    content: "\e169"
}
.glyphicon-export:before {
    content: "\e170"
}
.glyphicon-send:before {
    content: "\e171"
}
.glyphicon-floppy-disk:before {
    content: "\e172"
}
.glyphicon-floppy-saved:before {
    content: "\e173"
}
.glyphicon-floppy-remove:before {
    content: "\e174"
}
.glyphicon-floppy-save:before {
    content: "\e175"
}
.glyphicon-floppy-open:before {
    content: "\e176"
}
.glyphicon-credit-card:before {
    content: "\e177"
}
.glyphicon-transfer:before {
    content: "\e178"
}
.glyphicon-cutlery:before {
    content: "\e179"
}
.glyphicon-header:before {
    content: "\e180"
}
.glyphicon-compressed:before {
    content: "\e181"
}
.glyphicon-earphone:before {
    content: "\e182"
}
.glyphicon-phone-alt:before {
    content: "\e183"
}
.glyphicon-tower:before {
    content: "\e184"
}
.glyphicon-stats:before {
    content: "\e185"
}
.glyphicon-sd-video:before {
    content: "\e186"
}
.glyphicon-hd-video:before {
    content: "\e187"
}
.glyphicon-subtitles:before {
    content: "\e188"
}
.glyphicon-sound-stereo:before {
    content: "\e189"
}
.glyphicon-sound-dolby:before {
    content: "\e190"
}
.glyphicon-sound-5-1:before {
    content: "\e191"
}
.glyphicon-sound-6-1:before {
    content: "\e192"
}
.glyphicon-sound-7-1:before {
    content: "\e193"
}
.glyphicon-copyright-mark:before {
    content: "\e194"
}
.glyphicon-registration-mark:before {
    content: "\e195"
}
.glyphicon-cloud-download:before {
    content: "\e197"
}
.glyphicon-cloud-upload:before {
    content: "\e198"
}
.glyphicon-tree-conifer:before {
    content: "\e199"
}
.glyphicon-tree-deciduous:before {
    content: "\e200"
}
.glyphicon-cd:before {
    content: "\e201"
}
.glyphicon-save-file:before {
    content: "\e202"
}
.glyphicon-open-file:before {
    content: "\e203"
}
.glyphicon-level-up:before {
    content: "\e204"
}
.glyphicon-copy:before {
    content: "\e205"
}
.glyphicon-paste:before {
    content: "\e206"
}
.glyphicon-alert:before {
    content: "\e209"
}
.glyphicon-equalizer:before {
    content: "\e210"
}
.glyphicon-king:before {
    content: "\e211"
}
.glyphicon-queen:before {
    content: "\e212"
}
.glyphicon-pawn:before {
    content: "\e213"
}
.glyphicon-bishop:before {
    content: "\e214"
}
.glyphicon-knight:before {
    content: "\e215"
}
.glyphicon-baby-formula:before {
    content: "\e216"
}
.glyphicon-tent:before {
    content: "\26fa"
}
.glyphicon-blackboard:before {
    content: "\e218"
}
.glyphicon-bed:before {
    content: "\e219"
}
.glyphicon-apple:before {
    content: "\f8ff"
}
.glyphicon-erase:before {
    content: "\e221"
}
.glyphicon-hourglass:before {
    content: "\231b"
}
.glyphicon-lamp:before {
    content: "\e223"
}
.glyphicon-duplicate:before {
    content: "\e224"
}
.glyphicon-piggy-bank:before {
    content: "\e225"
}
.glyphicon-scissors:before {
    content: "\e226"
}
.glyphicon-bitcoin:before {
    content: "\e227"
}
.glyphicon-btc:before {
    content: "\e227"
}
.glyphicon-xbt:before {
    content: "\e227"
}
.glyphicon-yen:before {
    content: "\00a5"
}
.glyphicon-jpy:before {
    content: "\00a5"
}
.glyphicon-ruble:before {
    content: "\20bd"
}
.glyphicon-rub:before {
    content: "\20bd"
}
.glyphicon-scale:before {
    content: "\e230"
}
.glyphicon-ice-lolly:before {
    content: "\e231"
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}
.glyphicon-education:before {
    content: "\e233"
}
.glyphicon-option-horizontal:before {
    content: "\e234"
}
.glyphicon-option-vertical:before {
    content: "\e235"
}
.glyphicon-menu-hamburger:before {
    content: "\e236"
}
.glyphicon-modal-window:before {
    content: "\e237"
}
.glyphicon-oil:before {
    content: "\e238"
}
.glyphicon-grain:before {
    content: "\e239"
}
.glyphicon-sunglasses:before {
    content: "\e240"
}
.glyphicon-text-size:before {
    content: "\e241"
}
.glyphicon-text-color:before {
    content: "\e242"
}
.glyphicon-text-background:before {
    content: "\e243"
}
.glyphicon-object-align-top:before {
    content: "\e244"
}
.glyphicon-object-align-bottom:before {
    content: "\e245"
}
.glyphicon-object-align-horizontal:before {
    content: "\e246"
}
.glyphicon-object-align-left:before {
    content: "\e247"
}
.glyphicon-object-align-vertical:before {
    content: "\e248"
}
.glyphicon-object-align-right:before {
    content: "\e249"
}
.glyphicon-triangle-right:before {
    content: "\e250"
}
.glyphicon-triangle-left:before {
    content: "\e251"
}
.glyphicon-triangle-bottom:before {
    content: "\e252"
}
.glyphicon-triangle-top:before {
    content: "\e253"
}
.glyphicon-console:before {
    content: "\e254"
}
.glyphicon-superscript:before {
    content: "\e255"
}
.glyphicon-subscript:before {
    content: "\e256"
}
.glyphicon-menu-left:before {
    content: "\e257"
}
.glyphicon-menu-right:before {
    content: "\e258"
}
.glyphicon-menu-down:before {
    content: "\e259"
}
.glyphicon-menu-up:before {
    content: "\e260"
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.dropup,
.dropdown {
    position: relative
}
.dropdown-toggle:focus {
    outline: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    -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: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.715;
    color: #2d2d2d;
    white-space: nowrap
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #16B00E;
    background-color: #ffffff
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #16B00E;
    text-decoration: none;
    outline: 0;
    background-color: #ffffff
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #9e9e9e
}
.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.715;
    color: #9e9e9e;
    white-space: nowrap
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}
@media (min-width: 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-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: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}
.btn-group-justified > .btn-group .btn {
    width: 100%
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 57px;
    padding: 16px 24px;
    font-size: 18px;
    line-height: 1.33;
    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: 57px;
    line-height: 57px
}
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: 34px;
    padding: 7px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 34px;
    line-height: 34px
}
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: 12px 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    border-radius: 2px
}
.input-group-addon.input-sm {
    padding: 7px 12px;
    font-size: 12px;
    border-radius: 1px
}
.input-group-addon.input-lg {
    padding: 16px 24px;
    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 {
    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: #16B00E;
    color: #FFF;
}
.nav > li.disabled > a {
    color: #9e9e9e
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #9e9e9e;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #234269
}
.nav .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav > li > a > img {
    max-width: none
}
.nav-tabs {
    border-bottom: 1px solid #dddddd
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.715;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    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: 2px
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 2px 2px 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: #ffffff
    }
}
.nav-pills > li {
    float: left
}
.nav-pills > li > a {
    border-radius: 2px;
    font-weight: 700;
    background: #f8f8f8;
}
footer .nav-pills > li > a {

    background: none;
}
.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: #ffffff;
    background-color: #16B00E;
}
.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: 2px
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 2px 2px 0 0
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff
    }
}
.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: 64px;
    margin-bottom: 24px;
    border: 1px solid transparent
}
@media (min-width: 992px) {
    .navbar {
        border-radius: 2px
    }
}
@media (min-width: 992px) {
    .navbar-header {
        float: left
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 16px;
    padding-left: 0px;
    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: -16px;
    margin-left: -16px
}
@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: 20px 16px;
    font-size: 18px;
    line-height: 24px;
    height: 64px
}
.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: -16px
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 16px;
    padding: 9px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px
}
.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: 10px -16px
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px
}
@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: 24px
    }
    .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: 20px;
        padding-bottom: 20px
    }
}
.navbar-form {
    margin-left: -16px;
    margin-right: -16px;
    padding: 10px 16px;
    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: 7px;
    margin-bottom: 7px
}
@media (min-width: 768px) {
    .navbar-form .inputbox,
    .navbar-form select,
    .navbar-form textarea,
    .navbar-form input {
        display: inline-block
    }
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group > .form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}
@media (max-width: 991px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}
@media (min-width: 992px) {
    .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: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px
}
.navbar-btn.btn-sm {
    margin-top: 15px;
    margin-bottom: 15px
}
.navbar-btn.btn-xs {
    margin-top: 21px;
    margin-bottom: 21px
}
.navbar-text {
    margin-top: 20px;
    margin-bottom: 20px
}
@media (min-width: 992px) {
    .navbar-text {
        float: left;
        margin-left: 16px;
        margin-right: 16px
    }
}
@media (min-width: 992px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -16px
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}
.navbar-default {
    background-color: transparent;
    border-color: transparent
}
.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 0.6)
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: rgba(230, 230, 230, 0.6);
    background-color: transparent
}
.navbar-default .navbar-text {
    color: rgba(255, 255, 255, 0.6)
}
.navbar-default .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.6)
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff!important;
    background-color: #16B00E;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: transparent
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    border-color: #dddddd
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #cccccc
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff!important;
    background-color: #16B00E;
}
@media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: rgba(255, 255, 255, 0.6)
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        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: #ffffff;
        background-color: transparent
    }
    .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: #cccccc;
        background-color: transparent
    }
}
.navbar-default .navbar-link {
    color: rgba(255, 255, 255, 0.6)
}
.navbar-default .navbar-link:hover {
    color: #ffffff
}
.navbar-default .btn-link {
    color: rgba(255, 255, 255, 0.6)
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #ffffff
}
.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: #cccccc
}
.navbar-inverse {
    background-color: #222222;
    border-color: #080808
}
.navbar-inverse .navbar-brand {
    color: #9e9e9e
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent
}
.navbar-inverse .navbar-text {
    color: #9e9e9e
}
.navbar-inverse .navbar-nav > li > a {
    color: #9e9e9e
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #080808
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent
}
.navbar-inverse .navbar-toggle {
    border-color: #333333
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff
}
.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: #ffffff
}
@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: #9e9e9e
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        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: #ffffff;
        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: #444444;
        background-color: transparent
    }
}
.navbar-inverse .navbar-link {
    color: #9e9e9e
}
.navbar-inverse .navbar-link:hover {
    color: #ffffff
}
.navbar-inverse .btn-link {
    color: #9e9e9e
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #ffffff
}
.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: #444444
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 24px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 2px
}
.breadcrumb > li {
    display: inline-block
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc
}
.breadcrumb > .active {
    color: #9e9e9e
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 2px
}
.pagination > li {
    display: inline
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 12px 16px;
    line-height: 1.715;
    text-decoration: none;
    color: #234269;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #16B00E;
    background-color: #eeeeee;
    border-color: #dddddd
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #234269;
    border-color: #234269;
    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: #9e9e9e;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 16px 24px;
    font-size: 18px
}
.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: 7px 12px;
    font-size: 12px
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px
}
.pager {
    padding-left: 0;
    margin: 24px 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: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee
}
.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: #9e9e9e;
    background-color: #ffffff;
    cursor: not-allowed
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
a.label:hover,
a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer
}
.label:empty {
    display: none
}
.btn .label {
    position: relative;
    top: -1px
}
.label-default {
    background-color: #9e9e9e
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #858585
}
.label-primary {
    background-color: #234269
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #162a43
}
.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: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #9e9e9e;
    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: #ffffff;
    text-decoration: none;
    cursor: pointer
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #234269;
    background-color: #ffffff
}
.list-group-item > .badge {
    float: right
}
.list-group-item > .badge + .badge {
    margin-right: 5px
}
.nav-pills > li > a > .badge {
    margin-left: 3px
}
.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee
}
.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
}
.jumbotron .container {
    max-width: 100%
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 24px;
    line-height: 1.715;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.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: #234269
}
.thumbnail .caption {
    padding: 9px;
    color: #666666
}
.alert {
    padding: 15px;
    margin-bottom: 24px;
    border: 1px solid transparent;
    border-radius: 2px
}
.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: #468847
}
.alert-success hr {
    border-top-color: #c9e2b3
}
.alert-success .alert-link {
    color: #356635
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}
.alert-info hr {
    border-top-color: #a6e1ec
}
.alert-info .alert-link {
    color: #2d6987
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #c09853
}
.alert-warning hr {
    border-top-color: #f7e1b5
}
.alert-warning .alert-link {
    color: #a47e3c
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48
}
.alert-danger hr {
    border-top-color: #e4b9c0
}
.alert-danger .alert-link {
    color: #953b39
}
@-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: 24px;
    margin-bottom: 24px;
    background-color: #f5f5f5;
    border-radius: 2px;
    -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: 24px;
    color: #ffffff;
    text-align: center;
    background-color: #234269;
    -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 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}
.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
    background-color: #5cb85c
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
    background-color: #5bc0de
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
    background-color: #f0ad4e
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
    background-color: #d9534f
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden
}
.media-body {
    width: 10000px
}
.media-object {
    display: block
}
.media-right,
.media > .pull-right {
    padding-left: 10px
}
.media-left,
.media > .pull-left {
    padding-right: 10px
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}
.media-middle {
    vertical-align: middle
}
.media-bottom {
    vertical-align: bottom
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.media-list {
    padding-left: 0;
    list-style: none
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd
}
.list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}
a.list-group-item {
    color: #555555
}
a.list-group-item .list-group-item-heading {
    color: #333333
}
a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: #f5f5f5
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #9e9e9e;
    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: #9e9e9e
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #234269;
    border-color: #234269
}
.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: #83a7d5
}
.list-group-item-success {
    color: #468847;
    background-color: #dff0d8
}
a.list-group-item-success {
    color: #468847
}
a.list-group-item-success .list-group-item-heading {
    color: inherit
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #468847;
    background-color: #d0e9c6
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #468847;
    border-color: #468847
}
.list-group-item-info {
    color: #3a87ad;
    background-color: #d9edf7
}
a.list-group-item-info {
    color: #3a87ad
}
a.list-group-item-info .list-group-item-heading {
    color: inherit
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #3a87ad;
    background-color: #c4e3f3
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #3a87ad;
    border-color: #3a87ad
}
.list-group-item-warning {
    color: #c09853;
    background-color: #fcf8e3
}
a.list-group-item-warning {
    color: #c09853
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #c09853;
    background-color: #faf2cc
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #c09853;
    border-color: #c09853
}
.list-group-item-danger {
    color: #b94a48;
    background-color: #f2dede
}
a.list-group-item-danger {
    color: #b94a48
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #b94a48;
    background-color: #ebcccc
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #b94a48;
    border-color: #b94a48
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}
.panel {
    margin-bottom: 24px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 2px;
    -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: 1px;
    border-top-left-radius: 1px
}
.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 #dddddd;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}
.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: 1px;
    border-top-left-radius: 1px
}
.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: 1px;
    border-bottom-left-radius: 1px
}
.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: 1px;
    border-top-left-radius: 1px
}
.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: 1px;
    border-top-right-radius: 1px
}
.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: 1px
}
.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: 1px
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}
.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: 1px;
    border-bottom-right-radius: 1px
}
.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: 1px
}
.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: 1px
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #dddddd
}
.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: 24px
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px
}
.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 #dddddd
}
.panel-group .panel-footer {
    border-top: 0
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd
}
.panel-default {
    border-color: #dddddd
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dddddd
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd
}
.panel-primary {
    border-color: #234269
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #234269;
    border-color: #234269
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #234269
}
.panel-primary > .panel-heading .badge {
    color: #234269;
    background-color: #ffffff
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #234269
}
.panel-success {
    border-color: #d6e9c6
}
.panel-success > .panel-heading {
    color: #468847;
    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: #468847
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}
.panel-info {
    border-color: #bce8f1
}
.panel-info > .panel-heading {
    color: #3a87ad;
    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: #3a87ad
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}
.panel-warning {
    border-color: #faebcc
}
.panel-warning > .panel-heading {
    color: #c09853;
    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: #c09853
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}
.panel-danger {
    border-color: #ebccd1
}
.panel-danger > .panel-heading {
    color: #b94a48;
    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: #b94a48
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    -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: 1px
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}
.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.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 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.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: #ffffff;
    border: 1px solid #999999;
    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: #000000
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.715px
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.715
}
.modal-body {
    position: relative;
    padding: 20px
}
.modal-footer {
    padding: 20px;
    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: 1030;
    display: block;
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}
.tooltip.in {
    opacity: 0.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: 350px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 2px
}
.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: #000000
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.715;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    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);
    white-space: normal
}
.popover.top {
    margin-top: -10px
}
.popover.right {
    margin-left: 10px
}
.popover.bottom {
    margin-top: 10px
}
.popover.left {
    margin-left: -10px
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 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: #999999;
    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: #ffffff
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    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: #ffffff
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    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: #ffffff
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25)
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px
}
.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.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 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000
    }
    .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: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif
}
.carousel-control .icon-prev:before {
    content: '\2039'
}
.carousel-control .icon-next:before {
    content: '\203a'
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    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: #ffffff
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}
.carousel-caption .btn {
    text-shadow: none
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.pull-right {
    float: right !important
}
.pull-left {
    float: left !important
}
.hide {
    display: none !important
}
.show {
    display: block !important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none !important
}
.affix {
    position: fixed
}
@-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
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}
@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
    }
    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
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}
.visible-print {
    display: none !important
}
@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}
.visible-print-block {
    display: none !important
}
@media print {
    .visible-print-block {
        display: block !important
    }
}
.visible-print-inline {
    display: none !important
}
@media print {
    .visible-print-inline {
        display: inline !important
    }
}
.visible-print-inline-block {
    display: none !important
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}
@media print {
    .hidden-print {
        display: none !important
    }
}
/*===============================
/templates/system/css/system.css
================================================================================*/


.system-unpublished,
tr.system-unpublished {
    background: #e8edf1;
    border-top: 4px solid #c4d3df;
    border-bottom: 4px solid #c4d3df
}
span.highlight {
    background-color: #FFFFCC;
    font-weight: bold;
    padding: 1px 0
}
.img-fulltext-float-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px
}
.img-fulltext-float-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}
.img-fulltext-float-none {}.img-intro-float-right {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px
}
.img-intro-float-left {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}
.img-intro-float-none {}
/*===============================
/templates/ja_company/css/legacy-grid.css
================================================================================*/

.row-fluid {
    margin-left: -16px;
    margin-right: -16px
}
[class*="span"] {
    float: left
}
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px
}
.span12 {
    width: 100%
}
.span11 {
    width: 91.66666667%
}
.span10 {
    width: 83.33333333%
}
.span9 {
    width: 75%
}
.span8 {
    width: 66.66666667%
}
.span7 {
    width: 58.33333333%
}
.span6 {
    width: 50%
}
.span5 {
    width: 41.66666667%
}
.span4 {
    width: 33.33333333%
}
.span3 {
    width: 25%
}
.span2 {
    width: 16.66666667%
}
.span1 {
    width: 8.33333333%
}
.offset12 {
    margin-left: 100%
}
.offset11 {
    margin-left: 91.66666667%
}
.offset10 {
    margin-left: 83.33333333%
}
.offset9 {
    margin-left: 75%
}
.offset8 {
    margin-left: 66.66666667%
}
.offset7 {
    margin-left: 58.33333333%
}
.offset6 {
    margin-left: 50%
}
.offset5 {
    margin-left: 41.66666667%
}
.offset4 {
    margin-left: 33.33333333%
}
.offset3 {
    margin-left: 25%
}
.offset2 {
    margin-left: 16.66666667%
}
.offset1 {
    margin-left: 8.33333333%
}
.offset0 {
    margin-left: 0%
}
.visible-phone {
    display: none !important
}
.visible-tablet {
    display: none !important
}
.hidden-desktop {
    display: none !important
}
.visible-desktop {
    display: inherit !important
}
@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important
    }
    .visible-desktop {
        display: none !important
    }
    .visible-tablet {
        display: inherit !important
    }
    .hidden-tablet {
        display: none !important
    }
}
@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important
    }
    .visible-desktop {
        display: none !important
    }
    .visible-phone {
        display: inherit !important
    }
    .hidden-phone {
        display: none !important
    }
}
.width-10 {
    width: 10px
}
.width-20 {
    width: 20px
}
.width-30 {
    width: 30px
}
.width-40 {
    width: 40px
}
.width-50 {
    width: 50px
}
.width-60 {
    width: 60px
}
.width-70 {
    width: 70px
}
.width-80 {
    width: 80px
}
.width-90 {
    width: 90px
}
.width-100 {
    width: 100px
}
.height-10 {
    height: 10px
}
.height-20 {
    height: 20px
}
.height-30 {
    height: 30px
}
.height-40 {
    height: 40px
}
.height-50 {
    height: 50px
}
.height-60 {
    height: 60px
}
.height-70 {
    height: 70px
}
.height-80 {
    height: 80px
}
.height-90 {
    height: 90px
}
.height-100 {
    height: 100px
}
/*===============================
/plugins/system/t3/base-bs3/fonts/font-awesome/css/font-awesome.min.css
================================================================================*/

@font-face {
    font-family: 'FontAwesome3';
    src: url('https://ja-company.demo.joomlart.com/plugins/system/t3/base-bs3/fonts/font-awesome/font/fontawesome-webfont.eot?v=3.2.1');
    src: url('https://ja-company.demo.joomlart.com/plugins/system/t3/base-bs3/fonts/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('https://ja-company.demo.joomlart.com/plugins/system/t3/base-bs3/fonts/font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('https://ja-company.demo.joomlart.com/plugins/system/t3/base-bs3/fonts/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('https://ja-company.demo.joomlart.com/plugins/system/t3/base-bs3/fonts/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight: normal;
    font-style: normal
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome3;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none
}
.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em
}
a [class^="icon-"],
a [class*=" icon-"] {
    display: inline
}
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: .2857142857142857em
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.4285714285714286em
}
.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none
}
.icons-ul>li {
    position: relative
}
.icons-ul .icon-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    text-align: center;
    line-height: inherit
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
    display: none
}
.icon-muted {
    color: #eee
}
.icon-light {
    color: #fff
}
.icon-dark {
    color: #333
}
.icon-border {
    border: solid 1px #eee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.icon-2x {
    font-size: 2em
}
.icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.icon-3x {
    font-size: 3em
}
.icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.icon-4x {
    font-size: 4em
}
.icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.icon-5x {
    font-size: 5em
}
.icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: .3em
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: .3em
}
[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0
}
.icon-white,
.nav-pills>.active>a>[class^="icon-"],
.nav-pills>.active>a>[class*=" icon-"],
.nav-list>.active>a>[class^="icon-"],
.nav-list>.active>a>[class*=" icon-"],
.navbar-inverse .nav>.active>a>[class^="icon-"],
.navbar-inverse .nav>.active>a>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^="icon-"],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>.active>a>[class^="icon-"],
.dropdown-menu>.active>a>[class*=" icon-"],
.dropdown-submenu:hover>a>[class^="icon-"],
.dropdown-submenu:hover>a>[class*=" icon-"] {
    background-image: none
}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
    line-height: .9em
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
    display: inline-block
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
    line-height: .9em
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
    margin-top: 0
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    line-height: inherit
}
.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em
}
.icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em
}
.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}
a .icon-stack,
a .icon-spin {
    display: inline-block;
    text-decoration: none
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}
.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1)
}
.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2)
}
.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3)
}
.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
    display: inline-block
}
.icon-glass:before {
    content: "\f000"
}
.icon-music:before {
    content: "\f001"
}
.icon-search:before {
    content: "\f002"
}
.icon-envelope-alt:before {
    content: "\f003"
}
.icon-heart:before {
    content: "\f004"
}
.icon-star:before {
    content: "\f005"
}
.icon-star-empty:before {
    content: "\f006"
}
.icon-user:before {
    content: "\f007"
}
.icon-film:before {
    content: "\f008"
}
.icon-th-large:before {
    content: "\f009"
}
.icon-th:before {
    content: "\f00a"
}
.icon-th-list:before {
    content: "\f00b"
}
.icon-ok:before {
    content: "\f00c"
}
.icon-remove:before {
    content: "\f00d"
}
.icon-zoom-in:before {
    content: "\f00e"
}
.icon-zoom-out:before {
    content: "\f010"
}
.icon-power-off:before,
.icon-off:before {
    content: "\f011"
}
.icon-signal:before {
    content: "\f012"
}
.icon-gear:before,
.icon-cog:before {
    content: "\f013"
}
.icon-trash:before {
    content: "\f014"
}
.icon-home:before {
    content: "\f015"
}
.icon-file-alt:before {
    content: "\f016"
}
.icon-time:before {
    content: "\f017"
}
.icon-road:before {
    content: "\f018"
}
.icon-download-alt:before {
    content: "\f019"
}
.icon-download:before {
    content: "\f01a"
}
.icon-upload:before {
    content: "\f01b"
}
.icon-inbox:before {
    content: "\f01c"
}
.icon-play-circle:before {
    content: "\f01d"
}
.icon-rotate-right:before,
.icon-repeat:before {
    content: "\f01e"
}
.icon-refresh:before {
    content: "\f021"
}
.icon-list-alt:before {
    content: "\f022"
}
.icon-lock:before {
    content: "\f023"
}
.icon-flag:before {
    content: "\f024"
}
.icon-headphones:before {
    content: "\f025"
}
.icon-volume-off:before {
    content: "\f026"
}
.icon-volume-down:before {
    content: "\f027"
}
.icon-volume-up:before {
    content: "\f028"
}
.icon-qrcode:before {
    content: "\f029"
}
.icon-barcode:before {
    content: "\f02a"
}
.icon-tag:before {
    content: "\f02b"
}
.icon-tags:before {
    content: "\f02c"
}
.icon-book:before {
    content: "\f02d"
}
.icon-bookmark:before {
    content: "\f02e"
}
.icon-print:before {
    content: "\f02f"
}
.icon-camera:before {
    content: "\f030"
}
.icon-font:before {
    content: "\f031"
}
.icon-bold:before {
    content: "\f032"
}
.icon-italic:before {
    content: "\f033"
}
.icon-text-height:before {
    content: "\f034"
}
.icon-text-width:before {
    content: "\f035"
}
.icon-align-left:before {
    content: "\f036"
}
.icon-align-center:before {
    content: "\f037"
}
.icon-align-right:before {
    content: "\f038"
}
.icon-align-justify:before {
    content: "\f039"
}
.icon-list:before {
    content: "\f03a"
}
.icon-indent-left:before {
    content: "\f03b"
}
.icon-indent-right:before {
    content: "\f03c"
}
.icon-facetime-video:before {
    content: "\f03d"
}
.icon-picture:before {
    content: "\f03e"
}
.icon-pencil:before {
    content: "\f040"
}
.icon-map-marker:before {
    content: "\f041"
}
.icon-adjust:before {
    content: "\f042"
}
.icon-tint:before {
    content: "\f043"
}
.icon-edit:before {
    content: "\f044"
}
.icon-share:before {
    content: "\f045"
}
.icon-check:before {
    content: "\f046"
}
.icon-move:before {
    content: "\f047"
}
.icon-step-backward:before {
    content: "\f048"
}
.icon-fast-backward:before {
    content: "\f049"
}
.icon-backward:before {
    content: "\f04a"
}
.icon-play:before {
    content: "\f04b"
}
.icon-pause:before {
    content: "\f04c"
}
.icon-stop:before {
    content: "\f04d"
}
.icon-forward:before {
    content: "\f04e"
}
.icon-fast-forward:before {
    content: "\f050"
}
.icon-step-forward:before {
    content: "\f051"
}
.icon-eject:before {
    content: "\f052"
}
.icon-chevron-left:before {
    content: "\f053"
}
.icon-chevron-right:before {
    content: "\f054"
}
.icon-plus-sign:before {
    content: "\f055"
}
.icon-minus-sign:before {
    content: "\f056"
}
.icon-remove-sign:before {
    content: "\f057"
}
.icon-ok-sign:before {
    content: "\f058"
}
.icon-question-sign:before {
    content: "\f059"
}
.icon-info-sign:before {
    content: "\f05a"
}
.icon-screenshot:before {
    content: "\f05b"
}
.icon-remove-circle:before {
    content: "\f05c"
}
.icon-ok-circle:before {
    content: "\f05d"
}
.icon-ban-circle:before {
    content: "\f05e"
}
.icon-arrow-left:before {
    content: "\f060"
}
.icon-arrow-right:before {
    content: "\f061"
}
.icon-arrow-up:before {
    content: "\f062"
}
.icon-arrow-down:before {
    content: "\f063"
}
.icon-mail-forward:before,
.icon-share-alt:before {
    content: "\f064"
}
.icon-resize-full:before {
    content: "\f065"
}
.icon-resize-small:before {
    content: "\f066"
}
.icon-plus:before {
    content: "\f067"
}
.icon-minus:before {
    content: "\f068"
}
.icon-asterisk:before {
    content: "\f069"
}
.icon-exclamation-sign:before {
    content: "\f06a"
}
.icon-gift:before {
    content: "\f06b"
}
.icon-leaf:before {
    content: "\f06c"
}
.icon-fire:before {
    content: "\f06d"
}
.icon-eye-open:before {
    content: "\f06e"
}
.icon-eye-close:before {
    content: "\f070"
}
.icon-warning-sign:before {
    content: "\f071"
}
.icon-plane:before {
    content: "\f072"
}
.icon-calendar:before {
    content: "\f073"
}
.icon-random:before {
    content: "\f074"
}
.icon-comment:before {
    content: "\f075"
}
.icon-magnet:before {
    content: "\f076"
}
.icon-chevron-up:before {
    content: "\f077"
}
.icon-chevron-down:before {
    content: "\f078"
}
.icon-retweet:before {
    content: "\f079"
}
.icon-shopping-cart:before {
    content: "\f07a"
}
.icon-folder-close:before {
    content: "\f07b"
}
.icon-folder-open:before {
    content: "\f07c"
}
.icon-resize-vertical:before {
    content: "\f07d"
}
.icon-resize-horizontal:before {
    content: "\f07e"
}
.icon-bar-chart:before {
    content: "\f080"
}
.icon-twitter-sign:before {
    content: "\f081"
}
.icon-facebook-sign:before {
    content: "\f082"
}
.icon-camera-retro:before {
    content: "\f083"
}
.icon-key:before {
    content: "\f084"
}
.icon-gears:before,
.icon-cogs:before {
    content: "\f085"
}
.icon-comments:before {
    content: "\f086"
}
.icon-thumbs-up-alt:before {
    content: "\f087"
}
.icon-thumbs-down-alt:before {
    content: "\f088"
}
.icon-star-half:before {
    content: "\f089"
}
.icon-heart-empty:before {
    content: "\f08a"
}
.icon-signout:before {
    content: "\f08b"
}
.icon-linkedin-sign:before {
    content: "\f08c"
}
.icon-pushpin:before {
    content: "\f08d"
}
.icon-external-link:before {
    content: "\f08e"
}
.icon-signin:before {
    content: "\f090"
}
.icon-trophy:before {
    content: "\f091"
}
.icon-github-sign:before {
    content: "\f092"
}
.icon-upload-alt:before {
    content: "\f093"
}
.icon-lemon:before {
    content: "\f094"
}
.icon-phone:before {
    content: "\f095"
}
.icon-unchecked:before,
.icon-check-empty:before {
    content: "\f096"
}
.icon-bookmark-empty:before {
    content: "\f097"
}
.icon-phone-sign:before {
    content: "\f098"
}
.icon-twitter:before {
    content: "\f099"
}
.icon-facebook:before {
    content: "\f09a"
}
.icon-github:before {
    content: "\f09b"
}
.icon-unlock:before {
    content: "\f09c"
}
.icon-credit-card:before {
    content: "\f09d"
}
.icon-rss:before {
    content: "\f09e"
}
.icon-hdd:before {
    content: "\f0a0"
}
.icon-bullhorn:before {
    content: "\f0a1"
}
.icon-bell:before {
    content: "\f0a2"
}
.icon-certificate:before {
    content: "\f0a3"
}
.icon-hand-right:before {
    content: "\f0a4"
}
.icon-hand-left:before {
    content: "\f0a5"
}
.icon-hand-up:before {
    content: "\f0a6"
}
.icon-hand-down:before {
    content: "\f0a7"
}
.icon-circle-arrow-left:before {
    content: "\f0a8"
}
.icon-circle-arrow-right:before {
    content: "\f0a9"
}
.icon-circle-arrow-up:before {
    content: "\f0aa"
}
.icon-circle-arrow-down:before {
    content: "\f0ab"
}
.icon-globe:before {
    content: "\f0ac"
}
.icon-wrench:before {
    content: "\f0ad"
}
.icon-tasks:before {
    content: "\f0ae"
}
.icon-filter:before {
    content: "\f0b0"
}
.icon-briefcase:before {
    content: "\f0b1"
}
.icon-fullscreen:before {
    content: "\f0b2"
}
.icon-group:before {
    content: "\f0c0"
}
.icon-link:before {
    content: "\f0c1"
}
.icon-cloud:before {
    content: "\f0c2"
}
.icon-beaker:before {
    content: "\f0c3"
}
.icon-cut:before {
    content: "\f0c4"
}
.icon-copy:before {
    content: "\f0c5"
}
.icon-paperclip:before,
.icon-paper-clip:before {
    content: "\f0c6"
}
.icon-save:before {
    content: "\f0c7"
}
.icon-sign-blank:before {
    content: "\f0c8"
}
.icon-reorder:before {
    content: "\f0c9"
}
.icon-list-ul:before {
    content: "\f0ca"
}
.icon-list-ol:before {
    content: "\f0cb"
}
.icon-strikethrough:before {
    content: "\f0cc"
}
.icon-underline:before {
    content: "\f0cd"
}
.icon-table:before {
    content: "\f0ce"
}
.icon-magic:before {
    content: "\f0d0"
}
.icon-truck:before {
    content: "\f0d1"
}
.icon-pinterest:before {
    content: "\f0d2"
}
.icon-pinterest-sign:before {
    content: "\f0d3"
}
.icon-google-plus-sign:before {
    content: "\f0d4"
}
.icon-google-plus:before {
    content: "\f0d5"
}
.icon-money:before {
    content: "\f0d6"
}
.icon-caret-down:before {
    content: "\f0d7"
}
.icon-caret-up:before {
    content: "\f0d8"
}
.icon-caret-left:before {
    content: "\f0d9"
}
.icon-caret-right:before {
    content: "\f0da"
}
.icon-columns:before {
    content: "\f0db"
}
.icon-sort:before {
    content: "\f0dc"
}
.icon-sort-down:before {
    content: "\f0dd"
}
.icon-sort-up:before {
    content: "\f0de"
}
.icon-envelope:before {
    content: "\f0e0"
}
.icon-linkedin:before {
    content: "\f0e1"
}
.icon-rotate-left:before,
.icon-undo:before {
    content: "\f0e2"
}
.icon-legal:before {
    content: "\f0e3"
}
.icon-dashboard:before {
    content: "\f0e4"
}
.icon-comment-alt:before {
    content: "\f0e5"
}
.icon-comments-alt:before {
    content: "\f0e6"
}
.icon-bolt:before {
    content: "\f0e7"
}
.icon-sitemap:before {
    content: "\f0e8"
}
.icon-umbrella:before {
    content: "\f0e9"
}
.icon-paste:before {
    content: "\f0ea"
}
.icon-lightbulb:before {
    content: "\f0eb"
}
.icon-exchange:before {
    content: "\f0ec"
}
.icon-cloud-download:before {
    content: "\f0ed"
}
.icon-cloud-upload:before {
    content: "\f0ee"
}
.icon-user-md:before {
    content: "\f0f0"
}
.icon-stethoscope:before {
    content: "\f0f1"
}
.icon-suitcase:before {
    content: "\f0f2"
}
.icon-bell-alt:before {
    content: "\f0f3"
}
.icon-coffee:before {
    content: "\f0f4"
}
.icon-food:before {
    content: "\f0f5"
}
.icon-file-text-alt:before {
    content: "\f0f6"
}
.icon-building:before {
    content: "\f0f7"
}
.icon-hospital:before {
    content: "\f0f8"
}
.icon-ambulance:before {
    content: "\f0f9"
}
.icon-medkit:before {
    content: "\f0fa"
}
.icon-fighter-jet:before {
    content: "\f0fb"
}
.icon-beer:before {
    content: "\f0fc"
}
.icon-h-sign:before {
    content: "\f0fd"
}
.icon-plus-sign-alt:before {
    content: "\f0fe"
}
.icon-double-angle-left:before {
    content: "\f100"
}
.icon-double-angle-right:before {
    content: "\f101"
}
.icon-double-angle-up:before {
    content: "\f102"
}
.icon-double-angle-down:before {
    content: "\f103"
}
.icon-angle-left:before {
    content: "\f104"
}
.icon-angle-right:before {
    content: "\f105"
}
.icon-angle-up:before {
    content: "\f106"
}
.icon-angle-down:before {
    content: "\f107"
}
.icon-desktop:before {
    content: "\f108"
}
.icon-laptop:before {
    content: "\f109"
}
.icon-tablet:before {
    content: "\f10a"
}
.icon-mobile-phone:before {
    content: "\f10b"
}
.icon-circle-blank:before {
    content: "\f10c"
}
.icon-quote-left:before {
    content: "\f10d"
}
.icon-quote-right:before {
    content: "\f10e"
}
.icon-spinner:before {
    content: "\f110"
}
.icon-circle:before {
    content: "\f111"
}
.icon-mail-reply:before,
.icon-reply:before {
    content: "\f112"
}
.icon-github-alt:before {
    content: "\f113"
}
.icon-folder-close-alt:before {
    content: "\f114"
}
.icon-folder-open-alt:before {
    content: "\f115"
}
.icon-expand-alt:before {
    content: "\f116"
}
.icon-collapse-alt:before {
    content: "\f117"
}
.icon-smile:before {
    content: "\f118"
}
.icon-frown:before {
    content: "\f119"
}
.icon-meh:before {
    content: "\f11a"
}
.icon-gamepad:before {
    content: "\f11b"
}
.icon-keyboard:before {
    content: "\f11c"
}
.icon-flag-alt:before {
    content: "\f11d"
}
.icon-flag-checkered:before {
    content: "\f11e"
}
.icon-terminal:before {
    content: "\f120"
}
.icon-code:before {
    content: "\f121"
}
.icon-reply-all:before {
    content: "\f122"
}
.icon-mail-reply-all:before {
    content: "\f122"
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
    content: "\f123"
}
.icon-location-arrow:before {
    content: "\f124"
}
.icon-crop:before {
    content: "\f125"
}
.icon-code-fork:before {
    content: "\f126"
}
.icon-unlink:before {
    content: "\f127"
}
.icon-question:before {
    content: "\f128"
}
.icon-info:before {
    content: "\f129"
}
.icon-exclamation:before {
    content: "\f12a"
}
.icon-superscript:before {
    content: "\f12b"
}
.icon-subscript:before {
    content: "\f12c"
}
.icon-eraser:before {
    content: "\f12d"
}
.icon-puzzle-piece:before {
    content: "\f12e"
}
.icon-microphone:before {
    content: "\f130"
}
.icon-microphone-off:before {
    content: "\f131"
}
.icon-shield:before {
    content: "\f132"
}
.icon-calendar-empty:before {
    content: "\f133"
}
.icon-fire-extinguisher:before {
    content: "\f134"
}
.icon-rocket:before {
    content: "\f135"
}
.icon-maxcdn:before {
    content: "\f136"
}
.icon-chevron-sign-left:before {
    content: "\f137"
}
.icon-chevron-sign-right:before {
    content: "\f138"
}
.icon-chevron-sign-up:before {
    content: "\f139"
}
.icon-chevron-sign-down:before {
    content: "\f13a"
}
.icon-html5:before {
    content: "\f13b"
}
.icon-css3:before {
    content: "\f13c"
}
.icon-anchor:before {
    content: "\f13d"
}
.icon-unlock-alt:before {
    content: "\f13e"
}
.icon-bullseye:before {
    content: "\f140"
}
.icon-ellipsis-horizontal:before {
    content: "\f141"
}
.icon-ellipsis-vertical:before {
    content: "\f142"
}
.icon-rss-sign:before {
    content: "\f143"
}
.icon-play-sign:before {
    content: "\f144"
}
.icon-ticket:before {
    content: "\f145"
}
.icon-minus-sign-alt:before {
    content: "\f146"
}
.icon-check-minus:before {
    content: "\f147"
}
.icon-level-up:before {
    content: "\f148"
}
.icon-level-down:before {
    content: "\f149"
}
.icon-check-sign:before {
    content: "\f14a"
}
.icon-edit-sign:before {
    content: "\f14b"
}
.icon-external-link-sign:before {
    content: "\f14c"
}
.icon-share-sign:before {
    content: "\f14d"
}
.icon-compass:before {
    content: "\f14e"
}
.icon-collapse:before {
    content: "\f150"
}
.icon-collapse-top:before {
    content: "\f151"
}
.icon-expand:before {
    content: "\f152"
}
.icon-euro:before,
.icon-eur:before {
    content: "\f153"
}
.icon-gbp:before {
    content: "\f154"
}
.icon-dollar:before,
.icon-usd:before {
    content: "\f155"
}
.icon-rupee:before,
.icon-inr:before {
    content: "\f156"
}
.icon-yen:before,
.icon-jpy:before {
    content: "\f157"
}
.icon-renminbi:before,
.icon-cny:before {
    content: "\f158"
}
.icon-won:before,
.icon-krw:before {
    content: "\f159"
}
.icon-bitcoin:before,
.icon-btc:before {
    content: "\f15a"
}
.icon-file:before {
    content: "\f15b"
}
.icon-file-text:before {
    content: "\f15c"
}
.icon-sort-by-alphabet:before {
    content: "\f15d"
}
.icon-sort-by-alphabet-alt:before {
    content: "\f15e"
}
.icon-sort-by-attributes:before {
    content: "\f160"
}
.icon-sort-by-attributes-alt:before {
    content: "\f161"
}
.icon-sort-by-order:before {
    content: "\f162"
}
.icon-sort-by-order-alt:before {
    content: "\f163"
}
.icon-thumbs-up:before {
    content: "\f164"
}
.icon-thumbs-down:before {
    content: "\f165"
}
.icon-youtube-sign:before {
    content: "\f166"
}
.icon-youtube:before {
    content: "\f167"
}
.icon-xing:before {
    content: "\f168"
}
.icon-xing-sign:before {
    content: "\f169"
}
.icon-youtube-play:before {
    content: "\f16a"
}
.icon-dropbox:before {
    content: "\f16b"
}
.icon-stackexchange:before {
    content: "\f16c"
}
.icon-instagram:before {
    content: "\f16d"
}
.icon-flickr:before {
    content: "\f16e"
}
.icon-adn:before {
    content: "\f170"
}
.icon-bitbucket:before {
    content: "\f171"
}
.icon-bitbucket-sign:before {
    content: "\f172"
}
.icon-tumblr:before {
    content: "\f173"
}
.icon-tumblr-sign:before {
    content: "\f174"
}
.icon-long-arrow-down:before {
    content: "\f175"
}
.icon-long-arrow-up:before {
    content: "\f176"
}
.icon-long-arrow-left:before {
    content: "\f177"
}
.icon-long-arrow-right:before {
    content: "\f178"
}
.icon-apple:before {
    content: "\f179"
}
.icon-windows:before {
    content: "\f17a"
}
.icon-android:before {
    content: "\f17b"
}
.icon-linux:before {
    content: "\f17c"
}
.icon-dribbble:before {
    content: "\f17d"
}
.icon-skype:before {
    content: "\f17e"
}
.icon-foursquare:before {
    content: "\f180"
}
.icon-trello:before {
    content: "\f181"
}
.icon-female:before {
    content: "\f182"
}
.icon-male:before {
    content: "\f183"
}
.icon-gittip:before {
    content: "\f184"
}
.icon-sun:before {
    content: "\f185"
}
.icon-moon:before {
    content: "\f186"
}
.icon-archive:before {
    content: "\f187"
}
.icon-bug:before {
    content: "\f188"
}
.icon-vk:before {
    content: "\f189"
}
.icon-weibo:before {
    content: "\f18a"
}
.icon-renren:before {
    content: "\f18b"
}
.icon-address:before {
    content: "\f02d"
}
.icon-arrow-down-2:before {
    content: "\f0ab"
}
.icon-arrow-down-3:before {
    content: "\f0d7"
}
.icon-arrow-first:before {
    content: "\f048"
}
.icon-arrow-last:before {
    content: "\f051"
}
.icon-arrow-left-2:before {
    content: "\f0a8"
}
.icon-arrow-left-3:before {
    content: "\f0d9"
}
.icon-arrow-right-2:before {
    content: "\f0a9"
}
.icon-arrow-right-3:before {
    content: "\f0da"
}
.icon-arrow-up-2:before {
    content: "\f0aa"
}
.icon-arrow-up-3:before {
    content: "\f0d8"
}
.icon-bars:before {
    content: "\f080"
}
.icon-basket:before {
    content: "\f07a"
}
.icon-box-add:before {
    content: "\f019"
}
.icon-box-remove:before {
    content: "\f093"
}
.icon-broadcast:before {
    content: "\f012"
}
.icon-brush:before {
    content: "\f043"
}
.icon-calendar-2:before {
    content: "\f073"
}
.icon-camera-2:before {
    content: "\f03d"
}
.icon-cancel:before {
    content: "\f057"
}
.icon-cancel-2:before {
    content: "\f00d"
}
.icon-cart:before {
    content: "\f07a"
}
.icon-chart:before {
    content: "\f080"
}
.icon-checkbox:before {
    content: "\f046"
}
.icon-checkbox-partial:before {
    content: "\f147"
}
.icon-checkbox-unchecked:before {
    content: "\f096"
}
.icon-checkmark:before {
    content: "\f00c"
}
.icon-clock:before {
    content: "\f017"
}
.icon-color-palette:before {
    content: "\f0e4"
}
.icon-comments-2:before {
    content: "\f086"
}
.icon-contract:before {
    content: "\f066"
}
.icon-contract-2:before {
    content: "\f066"
}
.icon-cube:before {
    content: "\f01c"
}
.icon-database:before {
    content: "\f0a0"
}
.icon-drawer:before {
    content: "\f01c"
}
.icon-drawer-2:before {
    content: "\f01c"
}
.icon-expand:before {
    content: "\f065"
}
.icon-expand-2:before {
    content: "\f0b2"
}
.icon-eye:before {
    content: "\f06e"
}
.icon-feed:before {
    content: "\f143"
}
.icon-file-add:before {
    content: "\f116"
}
.icon-file-remove:before {
    content: "\f117"
}
.icon-first:before {
    content: "\f049"
}
.icon-flag-2:before {
    content: "\f0c6"
}
.icon-folder:before {
    content: "\f07c"
}
.icon-folder-2:before {
    content: "\f07b"
}
.icon-grid-view:before {
    content: "\f0db"
}
.icon-grid-view-2:before {
    content: "\f00a"
}
.icon-health:before {
    content: "\f0f1"
}
.icon-help:before {
    content: "\f059"
}
.icon-lamp:before {
    content: "\f0eb"
}
.icon-last:before {
    content: "\f050"
}
.icon-lightning:before {
    content: "\f0e7"
}
.icon-list-view:before {
    content: "\f0ca"
}
.icon-location:before {
    content: "\f041"
}
.icon-locked:before {
    content: "\f023"
}
.icon-loop:before {
    content: "\f021"
}
.icon-mail:before {
    content: "\f0e0"
}
.icon-mail-2:before {
    content: "\f003"
}
.icon-menu:before {
    content: "\f142"
}
.icon-menu-2:before {
    content: "\f0dc"
}
.icon-minus-2:before {
    content: "\f068"
}
.icon-mobile:before {
    content: "\f10b"
}
.icon-next:before {
    content: "\f04e"
}
.icon-out:before {
    content: "\f045"
}
.icon-out-2:before {
    content: "\f08b"
}
.icon-pencil-2:before {
    content: "\f040"
}
.icon-pictures:before {
    content: "\f03e"
}
.icon-pin:before {
    content: "\f08d"
}
.icon-play-2:before {
    content: "\f01d"
}
.icon-plus-2:before {
    content: "\f067"
}
.icon-power-cord:before {
    content: "\f076"
}
.icon-previous:before {
    content: "\f04a"
}
.icon-printer:before {
    content: "\f02f"
}
.icon-puzzle:before {
    content: "\f12e"
}
.icon-quote:before {
    content: "\f10d"
}
.icon-quote-2:before {
    content: "\f10e"
}
.icon-redo:before {
    content: "\f064"
}
.icon-screen:before {
    content: "\f108"
}
.icon-shuffle:before {
    content: "\f074"
}
.icon-star-2:before {
    content: "\f123"
}
.icon-support:before {
    content: "\f05b"
}
.icon-tools:before {
    content: "\f0ad"
}
.icon-users:before {
    content: "\f0c0"
}
.icon-vcard:before {
    content: "\f18b"
}
.icon-wand:before {
    content: "\f0d0"
}
.icon-warning:before {
    content: "\f071"
}
/*===============================
/templates/ja_company/css/template.css
================================================================================*/

@media (max-width: 991px) {
    .always-show .mega > .mega-dropdown-menu,
    .always-show .dropdown-menu {
        display: block !important;
        position: static
    }
    .open .dropdown-menu {
        display: block
    }
}
.t3-logo,
.t3-logo-small {
    display: block;
    text-decoration: none;
    text-align: left;
    background-repeat: no-repeat;
    background-position: center
}
.t3-logo {
    width: 182px;
    height: 50px
}
.t3-logo-small {
    width: 60px;
    height: 30px
}
.t3-logo,
.t3-logo-color {
    background-image: url("../images/t3logo-big-color.png")
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
    background-image: url("../images/t3logo-small-color.png")
}
.t3-logo-dark {
    background-image: url("../images/t3logo-big-dark.png")
}
.t3-logo-small.t3-logo-dark {
    background-image: url("../images/t3logo-small-dark.png")
}
.t3-logo-light {
    background-image: url("../images/t3logo-big-light.png")
}
.t3-logo-small.t3-logo-light {
    background-image: url("../images/t3logo-small-light.png")
}
@media (max-width: 991px) {
    .logo-control .logo-img-sm {
        display: block
    }
    .logo-control .logo-img {
        display: none
    }
}
@media (min-width: 992px) {
    .logo-control .logo-img-sm {
        display: none
    }
    .logo-control .logo-img {
        display: block
    }
}
#community-wrap .collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block
}
.body-data-holder:before {
    display: none;
    content: "grid-float-breakpoint:992px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px"
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: #234269;
    text-decoration: none
}
a:hover,
a:focus {
    color: #16B00E;
    text-decoration: none
}
a:focus {
    outline: none
}
img {
    vertical-align: middle;
    max-width: 100%
}
th,
td {
    line-height: 1.715;
    text-align: left;
    vertical-align: top
}
th {
    font-weight: bold
}
td,
tr td {
    border-top: 1px solid #dddddd
}
.cat-list-row0:hover,
.cat-list-row1:hover {
    background: #f5f5f5
}
.cat-list-row1,
tr.cat-list-row1 td {
    background: #f9f9f9
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
    width: 100%
}
table.contentpaneopen {
    border: 0
}
.star {
    color: #16B00E
}
.red {
    color: #cc0000
}
.fa {
    line-height: 24px
}
hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #eeeeee
}
.wrap {
    width: auto;
    clear: both
}
.center,
.table td.center,
.table th.center {
    text-align: center
}
.element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: inherit;

}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #9e9e9e
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 24px;
    margin-bottom: 12px
}
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: 12px;
    margin-bottom: 12px
}
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: 23px
}
h3,
.h3 {
    font-size: 16px
}
h4,
.h4 {
    font-size: 15px
}
h5,
.h5 {
    font-size: 12px
}
h6,
.h6 {
    font-size: 11px
}
p {
    margin: 0 0 12px
}
.lead {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}
.example-colors .swatch-item {
    width: 100%;
    min-height: 100px;
    position: relative;
    background: #333333;
    color: #ffffff;
    margin-bottom: 24px
}
@media (min-width: 1200px) {
    .example-colors .swatch-item {
        min-height: 123px
    }
}
.example-colors .swatch-item dl {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px;
    margin: 0
}
.example-colors .color-brand-primary {
    background: #234269
}
.example-colors .color-brand-secondary {
    background: #16B00E
}
.example-colors .color-brand-success {
    background: #5cb85c
}
.example-colors .color-brand-danger {
    background: #d9534f
}
.example-colors .color-brand-warning {
    background: #f0ad4e
}
.example-colors .color-brand-info {
    background: #5bc0de
}
.example-colors .color-gray-darker {
    background: #2d2d2d
}
.example-colors .color-gray-dark {
    background: #333333
}
.example-colors .color-gray {
    background: #555555
}
.example-colors .color-gray-light {
    background: #9e9e9e;
    color: #333333
}
.example-colors .color-gray-lighter {
    background: #eeeeee;
    color: #333333
}
.example-colors .color-gray-lightest {
    background: #fbfbfb;
    color: #333333
}
.docs-section {
    margin-bottom: 48px
}
@media (max-width: 767px) {
    .docs-section {
        margin-bottom: 24px
    }
}
.docs-section .btn {
    margin-bottom: 12px
}
h2.sub-title {
    font-size: 23px;
    margin: 24px 0
}
small,
.small {
    font-size: 85%
}
cite {
    font-style: normal
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.text-muted {
    color: #9e9e9e
}
.text-primary {
    color: #234269
}
a.text-primary:hover {
    color: #162a43
}
.text-success {
    color: #468847
}
a.text-success:hover {
    color: #356635
}
.text-info {
    color: #3a87ad
}
a.text-info:hover {
    color: #2d6987
}
.text-warning {
    color: #c09853
}
a.text-warning:hover {
    color: #a47e3c
}
.text-danger {
    color: #b94a48
}
a.text-danger:hover {
    color: #953b39
}
.bg-primary {
    color: #fff;
    background-color: #234269
}
a.bg-primary:hover {
    background-color: #162a43
}
.bg-success {
    background-color: #dff0d8
}
a.bg-success:hover {
    background-color: #c1e2b3
}
.bg-info {
    background-color: #d9edf7
}
a.bg-info:hover {
    background-color: #afd9ee
}
.bg-warning {
    background-color: #fcf8e3
}
a.bg-warning:hover {
    background-color: #f7ecb5
}
.bg-danger {
    background-color: #f2dede
}
a.bg-danger:hover {
    background-color: #e4b9b9
}
.highlight {
    background-color: #FFC;
    font-weight: bold;
    padding: 1px 4px
}
.page-header {
    padding-bottom: 11px;
    margin: 48px 0 24px;
    border-bottom: 1px solid #eeeeee
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 12px
}
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: 24px
}
dt,
dd {
    line-height: 1.715
}
dt {
    font-weight: normal
}
dd {
    margin-left: 0
}
@media (min-width: 992px) {
    .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 #9e9e9e
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 12px 24px;
    margin: 0 0 24px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee
}
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.715;
    color: #9e9e9e
}
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 #eeeeee;
    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'
}
blockquote:before,
blockquote:after {
    content: ""
}
address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.715
}
code,
kbd,
pre,
samp {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}
.btn-actions {
    text-align: center
}
.features-list {
    margin-top: 72px
}
.features-list .page-header {
    border: 0;
    text-align: center
}
.features-list .page-header h1 {
    font-size: 46px
}
.features-list .feature-row {
    overflow: hidden;
    min-height: 200px;
    color: #696f72;
    border-top: 1px solid #e0e2e3;
    padding: 72px 0 0;
    text-align: center
}
.features-list .feature-row:last-child {
    border-bottom: 1px solid #e0e2e3;
    margin-bottom: 72px
}
.features-list .feature-row h3 {
    font-size: 28px
}
.features-list .feature-row div:first-child {
    padding-left: 0
}
.features-list .feature-row div:last-child {
    padding-right: 0
}
.features-list .feature-row div:first-child.feature-img img {
    float: left
}
.features-list .feature-row div:last-child.feature-img img {
    float: right
}
.jumbotron h2 {
    font-size: 46px
}
.jumbotron iframe {
    margin-top: 24px
}
.label-small {
    color: #16B00E;
    font-size: 24px;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.social-list {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0
}
.social-list:before,
.social-list:after {
    content: " ";
    display: table
}
.social-list:after {
    clear: both
}
.social-list li {
    display: inline-block;
    float: left;
    margin-left: 8px
}
.social-list li a {
    background: #cccccc;
    border-radius: 1px;
    color: #ffffff;
    display: inline-block;
    line-height: 24px;
    text-align: center;
    height: 24px;
    width: 24px
}
.social-list li a:hover,
.social-list li a:focus,
.social-list li a:active {
    background: #234269
}
.social-list li a.facebook:hover {
    background-color: #4867aa
}
.social-list li a.twitter:hover {
    background-color: #1da1f2
}
.social-list li a.instagram:hover {
    background-color: #3897f0
}
.social-list li a.google-plus:hover {
    background-color: #03a9f4
}
.address-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -16px;
    margin-right: -16px
}
.address-list li {
    display: inline-block;
    font-size: 12px;
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px
}
@media (min-width: 768px) {
    .address-list li {
        float: left;
        width: 33.33333333%
    }
}
.address-list li label {
    color: #9e9e9e;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px
}
.address-list li a {
    border-bottom: 1px solid #16B00E
}
.box-contact {
    /*margin-bottom: 64px;
    padding-bottom: 64px;*/
    overflow: hidden
}
@media (max-width: 767px) {
    .box-contact {
        padding-bottom: 24px;
        margin-bottom: 24px
    }
}
.box-contact .contact-item {
    background: transparent;
    border-radius: 0;
    padding: 24px;
    text-align: center;
    color: #404040
}
@media (max-width: 1199px) {
    .box-contact .contact-item {
        margin-bottom: 24px
    }
}
.box-contact .contact-item h6 {
    color: #404040;
    text-transform: uppercase;
    font-size: 16px;

}
.box-contact .contact-item p {
    font-size: 13px;
    color: #404040;
}
.box-contact .contact-item a {
    border-bottom: 1px solid #16B00E;
    display: inline-block;
    color: #234269;
    font-size: 13px;
}
.box-contact .contact-item a:hover,
.box-contact .contact-item a:focus,
.box-contact .contact-item a:active {
    color: #234269
}
.site-info h2 {
    color: #ffffff;
    font-size: 36px;
    margin-top: 0
}
.site-info p {
    font-size: 12px;
    padding-right: 25%
}
@media (max-width: 767px) {
    .site-info p {
        padding-right: 0
    }
}
.sp-quote .sp-quote-ct {
    background-color: #fbfbfb;
    padding: 24px;
    margin-bottom: 24px
}
.sp-quote .sp-quote-ct img {
    border: 3px solid #eeeeee
}
.sp-quote .sp-quote-ct img[align="right"] {
    margin: 0 0 24px
}
@media (min-width: 992px) {
    .sp-quote {
        position: relative;
        margin: 48px 0;
        min-height: 400px
    }
    .sp-quote > img {
        position: absolute;
        left: 0;
        top: 0
    }
    .sp-quote .sp-quote-ct {
        background-color: rgba(255, 255, 255, 0.95);
        float: right;
        position: relative;
        margin: 48px;
        width: 50%
    }
    .sp-quote .sp-quote-ct img[align="right"] {
        margin: 0 0 24px 24px
    }
}
.info-timeline {
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    color: #555555;
    padding: 64px 32px
}
@media (max-width: 991px) {
    .info-timeline {
        padding: 32px
    }
}
.info-timeline .timeline-title {
    text-align: center
}
@media (max-width: 767px) {
    .info-timeline .timeline-title {
        text-align: left;
        margin-bottom: 24px
    }
}
.info-timeline .timeline-title h1 {
    margin-top: 0
}
.info-timeline .timeline-title span {
    display: block;
    font-size: 16px;
    text-transform: uppercase
}
.info-timeline .timeline-desc {
    font-weight: 300;
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.resource {
    margin-top: 48px;
    margin-bottom: 48px
}
.resource .box-inner {
    border: 1px solid #dedede;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 24px;
    text-align: center;
    transition: all 0.25s
}
.resource .box-inner i {
    font-size: 48px
}
.resource .box-inner i.primary {
    color: #234269
}
.resource .box-inner i.green {
    color: #669900
}
.resource .box-inner i.blue {
    color: #0077bb
}
.resource .box-inner i.orange {
    color: #16B00E
}
.resource .box-inner i.cyan {
    color: #0099cc
}
.resource .box-inner i.red {
    color: #cc0000
}
.resource .box-inner i.purple {
    color: #8b08ae
}
.resource .box-inner h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}
.resource .box-inner:hover {
    background-color: #234269;
    border-color: #234269;
    color: #ffffff
}
.resource .box-inner:hover a {
    color: #ffffff
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.form-control::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #9e9e9e
}
.form-control::-webkit-input-placeholder {
    color: #9e9e9e
}
textarea.form-control {
    height: auto
}
.form-group {
    margin-bottom: 24px
}
.radio label,
.checkbox label {
    display: inline
}
.form-control-static {
    margin-bottom: 0
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block
    }
    .form-inline .form-control {
        display: inline-block
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none
    }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 13px
}
.form-horizontal .form-control-static {
    padding-top: 13px
}
.btn {

    letter-spacing: 1px;
    font-weight: 300
}
.btn-inverse {
    background-color: #333333;
    border-color: #262626;
    color: #ffffff;
    background: linear-gradient(#404040, #333333);
    border: 0;
    font-size: 11px;

    text-transform: uppercase
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
    color: #ffffff;
    background-color: #1a1a1a;
    border-color: #080808
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
    background-image: none
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
    background-color: #333333;
    border-color: #262626
}
.btn-inverse .badge {
    color: #333333;
    background-color: #ffffff
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
    color: #ffffff;
    background: #262626;
    border-color: #080808
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
    background-image: none
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
    background-color: #333333;
    border-color: #262626
}
.btn-inverse .badge {
    color: #333333;
    background-color: #ffffff
}
.btn-transparent {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
    border: 0;
    font-size: 11px;

    text-transform: uppercase
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent.focus,
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
    color: #ffffff;
    background-color: rgba(230, 230, 230, 0.2);
    border-color: rgba(224, 224, 224, 0.2)
}
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
    background-image: none
}
.btn-transparent.disabled,
.btn-transparent[disabled],
fieldset[disabled] .btn-transparent,
.btn-transparent.disabled:hover,
.btn-transparent[disabled]:hover,
fieldset[disabled] .btn-transparent:hover,
.btn-transparent.disabled:focus,
.btn-transparent[disabled]:focus,
fieldset[disabled] .btn-transparent:focus,
.btn-transparent.disabled.focus,
.btn-transparent[disabled].focus,
fieldset[disabled] .btn-transparent.focus,
.btn-transparent.disabled:active,
.btn-transparent[disabled]:active,
fieldset[disabled] .btn-transparent:active,
.btn-transparent.disabled.active,
.btn-transparent[disabled].active,
fieldset[disabled] .btn-transparent.active {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2)
}
.btn-transparent .badge {
    color: rgba(255, 255, 255, 0.2);
    background-color: #ffffff
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent.focus,
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
    color: #ffffff;
    background: rgba(242, 242, 242, 0.2);
    border-color: rgba(224, 224, 224, 0.2)
}
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
    background-image: none
}
.btn-transparent.disabled,
.btn-transparent[disabled],
fieldset[disabled] .btn-transparent,
.btn-transparent.disabled:hover,
.btn-transparent[disabled]:hover,
fieldset[disabled] .btn-transparent:hover,
.btn-transparent.disabled:focus,
.btn-transparent[disabled]:focus,
fieldset[disabled] .btn-transparent:focus,
.btn-transparent.disabled.focus,
.btn-transparent[disabled].focus,
fieldset[disabled] .btn-transparent.focus,
.btn-transparent.disabled:active,
.btn-transparent[disabled]:active,
fieldset[disabled] .btn-transparent:active,
.btn-transparent.disabled.active,
.btn-transparent[disabled].active,
fieldset[disabled] .btn-transparent.active {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2)
}
.btn-transparent .badge {
    color: rgba(255, 255, 255, 0.2);
    background-color: #ffffff
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
    border: 0;
    font-size: 11px;

    text-transform: uppercase
}
.btn-transparent:hover:hover,
.btn-transparent:focus:hover,
.btn-transparent:active:hover,
.btn-transparent:hover:focus,
.btn-transparent:focus:focus,
.btn-transparent:active:focus,
.btn-transparent:hover.focus,
.btn-transparent:focus.focus,
.btn-transparent:active.focus,
.btn-transparent:hover:active,
.btn-transparent:focus:active,
.btn-transparent:active:active,
.btn-transparent:hover.active,
.btn-transparent:focus.active,
.btn-transparent:active.active,
.open > .dropdown-toggle.btn-transparent:hover,
.open > .dropdown-toggle.btn-transparent:focus,
.open > .dropdown-toggle.btn-transparent:active {
    color: #ffffff;
    background-color: rgba(230, 230, 230, 0.3);
    border-color: rgba(224, 224, 224, 0.3)
}
.btn-transparent:hover:active,
.btn-transparent:focus:active,
.btn-transparent:active:active,
.btn-transparent:hover.active,
.btn-transparent:focus.active,
.btn-transparent:active.active,
.open > .dropdown-toggle.btn-transparent:hover,
.open > .dropdown-toggle.btn-transparent:focus,
.open > .dropdown-toggle.btn-transparent:active {
    background-image: none
}
.btn-transparent:hover.disabled,
.btn-transparent:focus.disabled,
.btn-transparent:active.disabled,
.btn-transparent:hover[disabled],
.btn-transparent:focus[disabled],
.btn-transparent:active[disabled],
fieldset[disabled] .btn-transparent:hover,
fieldset[disabled] .btn-transparent:focus,
fieldset[disabled] .btn-transparent:active,
.btn-transparent:hover.disabled:hover,
.btn-transparent:focus.disabled:hover,
.btn-transparent:active.disabled:hover,
.btn-transparent:hover[disabled]:hover,
.btn-transparent:focus[disabled]:hover,
.btn-transparent:active[disabled]:hover,
fieldset[disabled] .btn-transparent:hover:hover,
fieldset[disabled] .btn-transparent:focus:hover,
fieldset[disabled] .btn-transparent:active:hover,
.btn-transparent:hover.disabled:focus,
.btn-transparent:focus.disabled:focus,
.btn-transparent:active.disabled:focus,
.btn-transparent:hover[disabled]:focus,
.btn-transparent:focus[disabled]:focus,
.btn-transparent:active[disabled]:focus,
fieldset[disabled] .btn-transparent:hover:focus,
fieldset[disabled] .btn-transparent:focus:focus,
fieldset[disabled] .btn-transparent:active:focus,
.btn-transparent:hover.disabled.focus,
.btn-transparent:focus.disabled.focus,
.btn-transparent:active.disabled.focus,
.btn-transparent:hover[disabled].focus,
.btn-transparent:focus[disabled].focus,
.btn-transparent:active[disabled].focus,
fieldset[disabled] .btn-transparent:hover.focus,
fieldset[disabled] .btn-transparent:focus.focus,
fieldset[disabled] .btn-transparent:active.focus,
.btn-transparent:hover.disabled:active,
.btn-transparent:focus.disabled:active,
.btn-transparent:active.disabled:active,
.btn-transparent:hover[disabled]:active,
.btn-transparent:focus[disabled]:active,
.btn-transparent:active[disabled]:active,
fieldset[disabled] .btn-transparent:hover:active,
fieldset[disabled] .btn-transparent:focus:active,
fieldset[disabled] .btn-transparent:active:active,
.btn-transparent:hover.disabled.active,
.btn-transparent:focus.disabled.active,
.btn-transparent:active.disabled.active,
.btn-transparent:hover[disabled].active,
.btn-transparent:focus[disabled].active,
.btn-transparent:active[disabled].active,
fieldset[disabled] .btn-transparent:hover.active,
fieldset[disabled] .btn-transparent:focus.active,
fieldset[disabled] .btn-transparent:active.active {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3)
}
.btn-transparent:hover .badge,
.btn-transparent:focus .badge,
.btn-transparent:active .badge {
    color: rgba(255, 255, 255, 0.3);
    background-color: #ffffff
}
.btn-transparent:hover:hover,
.btn-transparent:focus:hover,
.btn-transparent:active:hover,
.btn-transparent:hover:focus,
.btn-transparent:focus:focus,
.btn-transparent:active:focus,
.btn-transparent:hover.focus,
.btn-transparent:focus.focus,
.btn-transparent:active.focus,
.btn-transparent:hover:active,
.btn-transparent:focus:active,
.btn-transparent:active:active,
.btn-transparent:hover.active,
.btn-transparent:focus.active,
.btn-transparent:active.active,
.open > .dropdown-toggle.btn-transparent:hover,
.open > .dropdown-toggle.btn-transparent:focus,
.open > .dropdown-toggle.btn-transparent:active {
    color: #ffffff;
    background: rgba(242, 242, 242, 0.3);
    border-color: rgba(224, 224, 224, 0.3)
}
.btn-transparent:hover:active,
.btn-transparent:focus:active,
.btn-transparent:active:active,
.btn-transparent:hover.active,
.btn-transparent:focus.active,
.btn-transparent:active.active,
.open > .dropdown-toggle.btn-transparent:hover,
.open > .dropdown-toggle.btn-transparent:focus,
.open > .dropdown-toggle.btn-transparent:active {
    background-image: none
}
.btn-transparent:hover.disabled,
.btn-transparent:focus.disabled,
.btn-transparent:active.disabled,
.btn-transparent:hover[disabled],
.btn-transparent:focus[disabled],
.btn-transparent:active[disabled],
fieldset[disabled] .btn-transparent:hover,
fieldset[disabled] .btn-transparent:focus,
fieldset[disabled] .btn-transparent:active,
.btn-transparent:hover.disabled:hover,
.btn-transparent:focus.disabled:hover,
.btn-transparent:active.disabled:hover,
.btn-transparent:hover[disabled]:hover,
.btn-transparent:focus[disabled]:hover,
.btn-transparent:active[disabled]:hover,
fieldset[disabled] .btn-transparent:hover:hover,
fieldset[disabled] .btn-transparent:focus:hover,
fieldset[disabled] .btn-transparent:active:hover,
.btn-transparent:hover.disabled:focus,
.btn-transparent:focus.disabled:focus,
.btn-transparent:active.disabled:focus,
.btn-transparent:hover[disabled]:focus,
.btn-transparent:focus[disabled]:focus,
.btn-transparent:active[disabled]:focus,
fieldset[disabled] .btn-transparent:hover:focus,
fieldset[disabled] .btn-transparent:focus:focus,
fieldset[disabled] .btn-transparent:active:focus,
.btn-transparent:hover.disabled.focus,
.btn-transparent:focus.disabled.focus,
.btn-transparent:active.disabled.focus,
.btn-transparent:hover[disabled].focus,
.btn-transparent:focus[disabled].focus,
.btn-transparent:active[disabled].focus,
fieldset[disabled] .btn-transparent:hover.focus,
fieldset[disabled] .btn-transparent:focus.focus,
fieldset[disabled] .btn-transparent:active.focus,
.btn-transparent:hover.disabled:active,
.btn-transparent:focus.disabled:active,
.btn-transparent:active.disabled:active,
.btn-transparent:hover[disabled]:active,
.btn-transparent:focus[disabled]:active,
.btn-transparent:active[disabled]:active,
fieldset[disabled] .btn-transparent:hover:active,
fieldset[disabled] .btn-transparent:focus:active,
fieldset[disabled] .btn-transparent:active:active,
.btn-transparent:hover.disabled.active,
.btn-transparent:focus.disabled.active,
.btn-transparent:active.disabled.active,
.btn-transparent:hover[disabled].active,
.btn-transparent:focus[disabled].active,
.btn-transparent:active[disabled].active,
fieldset[disabled] .btn-transparent:hover.active,
fieldset[disabled] .btn-transparent:focus.active,
fieldset[disabled] .btn-transparent:active.active {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3)
}
.btn-transparent:hover .badge,
.btn-transparent:focus .badge,
.btn-transparent:active .badge {
    color: rgba(255, 255, 255, 0.3);
    background-color: #ffffff
}
.btn-lg {
    padding: 16px 24px;
    font-size: 11px;
    line-height: 1.715;
    border-radius: 0px
}
.btn-sm,
.btn-small,
.btn-xs {
    padding: 8px 12px 6px 12px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0px
}
.btn-block + .btn-block {
    margin-top: 5px
}
select,
textarea,
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"],
.inputbox {
    height: auto;
    line-height: 1.2;
    box-shadow: none
}
select:focus,
textarea:focus,
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,
.inputbox:focus {
    box-shadow: none
}
select::-moz-placeholder,
textarea::-moz-placeholder,
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,
.inputbox::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
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,
.inputbox:-ms-input-placeholder {
    color: #9e9e9e
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
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,
.inputbox::-webkit-input-placeholder {
    color: #9e9e9e
}
textareaselect,
textareatextarea,
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"],
textarea.inputbox {
    height: auto
}
@media screen and (min-width: 768px) {
    select,
    textarea,
    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"],
    .inputbox {
        width: auto
    }
}
select,
select.form-control,
select.inputbox,
select.input {
    padding-right: 5px
}
.input-append .active,
.input-prepend .active {
    background-color: #bbff33;
    border-color: #669900
}
.invalid {
    border-color: #cc0000
}
label.invalid {
    color: #cc0000
}
input.invalid {
    border: 1px solid #cc0000
}
.caret {
    margin-left: 5px
}
.dropdown-menu {
    padding: 0px;
}
.dropdown-menu .divider {
    background: transparent;
    overflow: visible;
    height: auto;
    margin: 0
}
.dropdown-menu > li + li,
.dropdown-menu > .divider + li,
.dropdown-menu > .divider + .divider {
    margin-top: 12px
}
.dropdown-menu > li > a {
    font-size: 12px;
    padding: 0
}
.dropdown-header {
    padding: 3px 20px;
    font-size: 14px
}
.dropdown-header a {
    color: #9e9e9e
}
.dropdown-submenu > a:after {
    border-left-color: #2d2d2d
}
.dropdown-submenu:hover > a:after {
    border-left-color: #16B00E
}
.nav > li > .separator {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 24px
}
@media (min-width: 992px) {
    .nav > li > .separator {
        padding-top: 20px;
        padding-bottom: 20px
    }
}
@media (max-width: 991px) {
    .nav > li > span {
        padding: 10px 15px;
        display: inline-block
    }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: transparent
}
.nav-tabs {
    border: 0;
    margin-bottom: 32px
}
.nav-tabs > li > a {
    background: #eaeaea;
    border-radius: 2px;
    border: 0;
    color: #2d2d2d;
    text-transform: uppercase;
    font-size: 11px;

    padding: 0 32px;
    height: 48px;
    line-height: 48px;
    position: relative
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active {
    background: #dedede
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #ffffff;
    border: 0;
    background: linear-gradient(#294e7c, #234269)
}
.nav-tabs > li.active > a:before,
.nav-tabs > li.active > a:hover:before,
.nav-tabs > li.active > a:focus:before {
    border: 10px solid #234269;
    border-color: #234269 transparent transparent transparent;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px
}
@media (max-width: 767px) {
    .nav-tabs > li.active > a:before,
    .nav-tabs > li.active > a:hover:before,
    .nav-tabs > li.active > a:focus:before {
        display: none
    }
}
.nav .caret {
    border-top-color: #234269;
    border-bottom-color: #234269;
    border-bottom-width: 0;
    border-style: solid
}
.nav a:hover .caret {
    border-top-color: #16B00E;
    border-bottom-color: #16B00E
}
.t3-navhelper {
    color: #555555;
    padding: 5px 0
}
.t3-bottombar {
    background: #f5f5f5;
    border-top: 1px solid #eeeeee
}
.breadcrumb {
    margin-bottom: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0
}
.breadcrumb > li + li:before {
    content: "/\00a0"
}
.breadcrumb > .active {
    color: #9e9e9e
}
.breadcrumb > .active + li:before {
    content: "";
    padding: 0
}
.breadcrumb > .active .hasTooltip {
    padding-right: 12px
}
.breadcrumb .divider {
    display: none
}
.pagination > li {
    display: inline-block;
    margin-bottom: 5px
}
.pagination {
    display: block
}
.pagination:before,
.pagination:after {
    content: " ";
    display: table
}
.pagination:after {
    clear: both
}
@media screen and (min-width: 768px) {
    .pagination {
        float: left
    }
}
.pagination .pagination {
    display: inline-block
}
.counter {
    display: inline-block;
    margin-top: 24px;
    padding: 12px 16px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    float: none !important
}
@media screen and (min-width: 768px) {
    .counter {
        float: right !important
    }
}
@media (max-width: 992px) {
    .navbar-header {
        position: relative
    }
}
@media (max-width: 992px) {
    .navbar-collapse {
        background: #234269;
        position: absolute;
        max-height: 500px;
        top: 100%;
        width: 100%
    }
}
@media (max-width: 767px) {
    .navbar-collapse {
        max-height: 300px
    }
}
.navbar-toggle {
    background: linear-gradient(#f9884a, #16B00E);
    border: 0;
    border-radius: 2px;
    padding: 0;
    height: 32px;
    line-height: 32px;
    float: left;
    margin: 16px 0 0 12px;
    width: 32px
}
.navbar-toggle .fa-bars {
    color: #ffffff
}
@media (min-width: 992px) {
    .navbar-toggle {
        display: none
    }
}
.navbar-nav {
    margin: 10px -16px
}
@media (min-width: 992px) {
    .navbar-nav {
        margin: 0
    }
}
.navbar-default {
    background-color: transparent;
    border-color: transparent
}
.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 0.6)
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: rgba(230, 230, 230, 0.6);
    background-color: transparent
}
.navbar-default .navbar-text {
    color: rgba(255, 255, 255, 0.6)
}
.navbar-default .navbar-nav > li + li {
    position: relative
}
.navbar-default .navbar-nav > li + li:before {
    background: url('../images/divi-menu.png') no-repeat;
    content: "";
    position: absolute;
    top: 16px;
    left: -1px;
    height: 32px;
    width: 2px
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > span {
    color:#FFF;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    padding-left: 16px;
    padding-right: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.navbar-default .navbar-nav > li > a .caret,
.navbar-default .navbar-nav > li > span .caret {
    border-top-color: rgba(255, 255, 255, 0.6);
    border-bottom-color: rgba(255, 255, 255, 0.6)
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > span:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > span:focus {
    color: #ffffff!important;
    background-color: #16B00E;
}
.navbar-default .navbar-nav > li > a:hover .caret,
.navbar-default .navbar-nav > li > span:hover .caret,
.navbar-default .navbar-nav > li > a:focus .caret,
.navbar-default .navbar-nav > li > span:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff
}
.navbar-default .navbar-nav > li > .nav-header {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > span,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > span:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > span:focus {
    color: #ffffff!important;
    background-color: #16B00E;
}

nav li.current a{
    color: #16B00E!important;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    border-color: #dddddd
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #cccccc
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > span,
.navbar-default .navbar-nav > .open > span:hover,
.navbar-default .navbar-nav > .open > span:focus{
    background-color: #16B00E;
    color: #ffffff
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff
}
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: rgba(255, 255, 255, 0.6);
    border-bottom-color: rgba(255, 255, 255, 0.6)
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: rgba(255, 255, 255, 0.6)
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #16B00E;
        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: #16B00E;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:after,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover:after,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus:after {
        border-left-color: #16B00E
    }
    .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: #cccccc;
        background-color: transparent
    }
}
.navbar-default .navbar-link {
    color: rgba(255, 255, 255, 0.6)
}
.navbar-default .navbar-link:hover {
    color: #ffffff
}
.t3-mainnav {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    margin-top: -32px;
    position: relative;
    z-index: 10
}
@media (max-width: 767px) {
    .t3-mainnav {
        margin-top: 0
    }
}
.t3-mainnav + div.t3-masthead,
.t3-mainnav + div.t3-slideshow {
    display: inline-block;
    margin-top: -32px;
    width: 100%
}
@media (max-width: 767px) {
    .t3-mainnav + div.t3-masthead,
    .t3-mainnav + div.t3-slideshow {
        margin-top: 0
    }
}
.t3-mainnav .navbar-header {
    float: none
}
.t3-mainnav .t3-navbar {
    border-radius: 0px;
    padding-left: 0;
    padding-right: 0
}
@media (max-width: 767px) {
    .t3-mainnav .t3-navbar {
        border-radius: 0
    }
}
@media (min-width: 992px) {
    .t3-mainnav .t3-navbar-collapse {
        display: none !important
    }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
    margin: 0 -16px
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > span {
    color: #16B00E
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > a .caret,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > span .caret {
    border-top-color: #16B00E;
    border-bottom-color: #16B00E
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > a:before,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > span:before {
    display: none
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
    margin-right: 5px
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
    border-top: 1px solid transparent
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
    border-top: 0
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu {
    padding-top: 12px;
    padding-bottom: 12px
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li > span {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li > a {
    padding: 0
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
    position: absolute;
    top: 40%;
    right: 16px
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .active > a {
    color: #16B00E
}
.t3-module {
    background: transparent;
    color: inherit;
    margin-bottom: 24px
}
@media screen and (min-width: 768px) {
    .t3-module {
        margin-bottom: 48px
    }
}
.t3-module .module-inner {
    padding: 0
}
.module-title {
    background: transparent;
    color: #16B00E;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 12px 0;
    padding: 0;
}
@media screen and (min-width: 768px) {
    .module-title {
        margin-bottom: 24px
    }
}
.module-ct {
    background: transparent;
    color: inherit;
    padding: 0
}
.module-ct:before,
.module-ct:after {
    content: " ";
    display: table
}
.module-ct:after {
    clear: both
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
    margin-left: 20px;
    padding-left: 0
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
    padding-left: 0
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
    padding-left: 0;
    margin-left: 0
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
    padding: 12px 5px;
    display: block
}
#login-form input[type="text"],
#login-form input[type="password"] {
    width: 100%
}
#login-form .btn-primary {
    width: 100%
}
#login-form ul.unstyled {
    margin-top: 24px;
    padding-left: 0;
    list-style: none;
    font-size: 12px
}
#login-form ul.unstyled li {
    margin-bottom: 8px
}
#login-form #form-login-remember label {
    font-weight: normal
}
#login-form .logout-button {
    margin-top: 12px
}
.banneritem a {
    font-weight: bold
}
.bannerfooter {
    border-top: 1px solid #eeeeee;
    font-size: 12px;
    padding-top: 12px;
    text-align: right
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
    margin: 0
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
    list-style: none;
    padding: 12px 0;
    border-top: 1px solid #eeeeee
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
    border-top: 0
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
    font-size: 14px;
    font-weight: normal;
    margin: 0
}
.feed h4 {
    font-weight: bold
}
.feed .newsfeed,
.feed ul.newsfeed {
    border-top: 1px solid #eeeeee
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
    font-size: 14px;
    font-weight: normal;
    margin: 0
}
.latestusers,
ul.latestusers {
    margin-left: 0
}
.latestusers li,
ul.latestusers li {
    background: #eeeeee;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 2px
}
.news-update > div + div {
    margin-top: 24px
}
.news-update .intro-image {
    margin-right: 24px;
    float: left;
    width: 96px
}
.news-update .intro-image img {
    border-radius: 2px
}
.news-update h4 {
    margin-top: 0;
    font-weight: 400
}
.news-update time {
    color: #aaaaaa;
    font-size: 12px;
    letter-spacing: 0.5px
}
.stats-module dt,
.stats-module dd {
    display: inline-block;
    margin: 0
}
.stats-module dt {
    font-weight: bold;
    width: 35%
}
.stats-module dd {
    width: 60%
}
.tagspopular ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}
.tagspopular ul > li {
    color: #555555;
    display: inline-block;
    margin: 0 6px 10px 0
}
.tagspopular ul > li > a {
    background: #eeeeee;
    border-radius: 2px;
    color: #555555;
    display: block;
    padding: 5px 10px;
    font-size: 11px;
    text-transform: uppercase
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
    background: #234269;
    color: #ffffff;
    text-decoration: none
}
ul.latestnews {
    list-style: none;
    margin: 0
}
ul.latestnews li {
    padding: 24px 0;
    border-bottom: 1px solid #eeeeee
}
ul.latestnews li:last-child {
    border: none
}
ul.latestnews li:first-child {
    padding-top: 0
}
ul.latestnews img {
    width: 35%;
    float: left;
    margin: 0 24px 0 0
}
ul.latestnews a {
    color: #2d2d2d;
    font-size: 13px;
    font-weight: 400
}
ul.latestnews a:hover,
ul.latestnews a:focus {
    color: #16B00E
}
.tagssimilar ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.tagssimilar ul > li {
    border-bottom: 1px solid #eeeeee;
    padding: 8px 0
}
.tagssimilar ul > li > a {
    color: #555555
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
    color: #16B00E
}
.module-ct > ol.breadcrumb {
    padding: 12px 16px;
    margin-left: 0
}
.t3-masthead {
    overflow: hidden
}
.t3-masthead .ja-masthead {
    background-image: url("../images/masthead-bg.jpg");
    background-size: cover;
    z-index: 2
}
@media (min-width: 1200px) {
    .t3-masthead .ja-masthead {
        background-attachment: fixed
    }
}
.t3-masthead .ja-masthead .ja-masthead-detail {
    text-align: center;
    max-width: 100%;
    padding: 160px 24px;
    width: 100%
}
@media (max-width: 767px) {
    .t3-masthead .ja-masthead .ja-masthead-detail {
        padding: 48px 24px
    }
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title {
    color: #ffffff;
    font-size: 45px;
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-weight: 200;
    margin: 0
}
@media (max-width: 767px) {
    .t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title {
        font-size: 23px
    }
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-description {
    display: inline-block;
    margin-top: 24px;
    font-size: 18px;
    position: relative
}
@media (max-width: 767px) {
    .t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-description {
        font-size: 14px
    }
}
.mod-gray .module-title {
    margin-bottom: 0
}
.mod-gray .module-title span {
    display: inline-block;
    padding-bottom: 12px;
    position: relative
}
.mod-gray .module-ct {
    background-color: #f3f3f3;
    padding: 24px
}
.mod-gray .module-ct .input-group-addon {
    background-color: #dddddd;
    box-shadow: none
}
.mod-blue .module-title {
    margin-bottom: 0
}
.mod-blue .module-title span {
    display: inline-block;
    padding-bottom: 12px;
    position: relative
}
.mod-blue .module-ct {
    background-color: #0077bb;
    padding: 24px;
    color: #ffffff
}
.mod-preview-info {
    z-index: 11
}
#recaptcha_area {
    max-width: 100%;
    overflow: auto
}
.btn.jmodedit:hover,
.btn.jmodedit:active {
    color: #16B00E
}
.com_config #modules-form .input-append .btn,
.com_config #modules-form .input-prepend .btn {
    font-size: 11px;
    border: none
}
.com_config #modules-form .input-append .btn:hover,
.com_config #modules-form .input-prepend .btn:hover,
.com_config #modules-form .input-append .btn:focus,
.com_config #modules-form .input-prepend .btn:focus {
    color: #234269
}
.com_config .form-horizontal .t3onoff.radio,
.com_config .form-horizontal .t3onoff.checkbox {
    min-height: 0
}
@media (min-width: 1200px) {
    .t3-footnav .t3-module.acy-email-footer {
        padding-right: 64px
    }
}
.t3-footnav .t3-module.acy-email-footer .module-title {
    font-size: 32px;
    font-weight: 300;
    text-transform: none
}
div.acymailing_module table.acymailing_form {
    margin: 0
}
div.acymailing_module .acymailing_introtext {
    font-size: 12px;
    margin-bottom: 24px !important
}
div.acymailing_module .acysubbuttons {
    margin-bottom: 0
}
div.acymailing_module .acysubbuttons .subbutton {
    margin: 0
}
div.acymailing_module input.inputbox {
    border-color: #092933;
    background: #092933;
    color: #9e9e9e
}
div.acymailing_module .acymailing_togglemodule {
    background: #202020;
    color: #9e9e9e;
    position: relative;
    padding: 6px 24px
}
.blog .title-divider,
.blog-featured .title-divider {
    background-color: #234269;
    height: 5px;
    margin: 0 0 24px;
    width: 70px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}
.blog .article-title,
.blog-featured .article-title,
.blog .article-title a,
.blog-featured .article-title a {
    color: #2d2d2d;
    font-size: 23px;
    margin-bottom: 18px
}
.blog .article-title:hover,
.blog-featured .article-title:hover,
.blog .article-title a:hover,
.blog-featured .article-title a:hover,
.blog .article-title:active,
.blog-featured .article-title:active,
.blog .article-title a:active,
.blog-featured .article-title a:active,
.blog .article-title:focus,
.blog-featured .article-title:focus,
.blog .article-title a:focus,
.blog-featured .article-title a:focus {
    color: #16B00E
}
.blog .item-image,
.blog-featured .item-image {
    overflow: hidden;
    margin-bottom: 24px
}
.blog .item-image > img,
.blog-featured .item-image > img {
    max-width: 100%
}
.blog .item-image.pull-none img,
.blog-featured .item-image.pull-none img {
    width: 100%
}
.blog .readmore,
.blog-featured .readmore {
    margin-top: 12px
}
.blog .readmore .btn,
.blog-featured .readmore .btn {
    white-space: normal
}
.blog .column-1 .item-image.pull-left,
.blog-featured .column-1 .item-image.pull-left {
    float: none !important
}
@media screen and (min-width: 992px) {
    .blog .column-1 .item-image.pull-left,
    .blog-featured .column-1 .item-image.pull-left {
        float: left !important;
        width: 45%;
        padding-right: 36px
    }
}
.blog .column-1 .item-image.pull-left + .item-ct,
.blog-featured .column-1 .item-image.pull-left + .item-ct {
    float: none !important
}
@media screen and (min-width: 992px) {
    .blog .column-1 .item-image.pull-left + .item-ct,
    .blog-featured .column-1 .item-image.pull-left + .item-ct {
        float: left !important;
        width: 55%
    }
}
.blog .item-ct,
.blog-featured .item-ct {
    float: left
}
@media (max-width: 767px) {
    .blog .items-row .col-sm-4 + .col-sm-4,
    .blog-featured .items-row .col-sm-4 + .col-sm-4 {
        margin-top: 24px
    }
}
.blog .pagination-wrap,
.blog-featured .pagination-wrap {
    border-top: 0;
    padding-top: 0
}
.items-leading .leading {
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #eeeeee
}
.items-leading .leading:before,
.items-leading .leading:after {
    content: " ";
    display: table
}
.items-leading .leading:after {
    clear: both
}
@media screen and (min-width: 992px) {
    .items-leading .item-image.pull-left {
        width: 45%;
        padding-right: 36px
    }
}
.items-leading .item-image img {
    width: 100%
}
@media screen and (min-width: 992px) {
    .items-leading .item-ct {
        width: 55%
    }
}
.items-leading .leading {
    margin-bottom: 48px
}
.items-row .item {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 36px;
    margin-bottom: 36px
}
.items-row .item:before,
.items-row .item:after {
    content: " ";
    display: table
}
.items-row .item:after {
    clear: both
}
.items-row:last-child .item {
    border-bottom: none;
    padding-bottom: 0
}
.divider-vertical {
    margin: 0 0 32px;
    border: 0;
    border-top: 1px solid #eeeeee
}
.article-aside {
    color: #9e9e9e;
    font-size: 12px;
    margin-bottom: 6px
}
.article-info {
    margin: 0;
    width: 85%;
    float: left
}
.article-info a {
    border-bottom: 1px solid #16B00E
}
.article-info a:hover,
.article-info a:focus,
.article-info a:active {
    color: #16B00E
}
.article-info .article-info-term {
    display: none
}
.article-info dd {
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
    white-space: nowrap
}
.article-info dd strong {
    font-weight: bold
}
.article-info dd i {
    display: none
}
.article-info dd + dd:before {
    content: ".";
    margin-right: 10px
}
.tags {
    margin: 12px 0
}
.tags .label {
    background: #eeeeee;
    border: none;
    border-radius: 2px;
    color: #333333;
    margin: 0 2px 5px 0;
    font-size: 11px;
    padding: 12px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400
}
.tags .label:hover,
.tags .label:focus {
    background: #234269;
    border-color: #234269;
    color: #ffffff
}
.article-footer {
    color: #9e9e9e;
    font-size: 12px;
    margin-bottom: 24px
}
.article-content h2{
    font-size: 26px;
}
.article-content h3{
    font-size: 22px;
}
.article-intro img,
.article-content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 8px;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
    margin: 0 36px 24px 0
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
    margin: 0 0 24px 36px
}
@media (max-width: 768px) {
    .article-content iframe {
        width: 100% !important;
        height: auto
    }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
    position: relative
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
    margin-bottom: 24px;
    max-width: 100%
}
.img-fulltext-left {
    float: left;
    margin-right: 24px
}
.img-fulltext-right {
    float: right;
    margin-left: 24px
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
    margin: 0
}
.img_caption img {
    margin-bottom: 1px !important
}
.img_caption p.img_caption {
    background: #eeeeee;
    color: #555555;
    font-size: 12px;
    width: 100%;
    margin: 0;
    padding: 5px;
    text-align: center;
    clear: both
}
@media screen and (max-width: 767px) {
    article img[align=left],
    .img_caption.left,
    article img[align=right],
    .img_caption.right,
    .img-fulltext-left,
    .img-fulltext-right {
        float: none !important;
        margin-left: 0;
        margin-right: 0;
        width: 100% !important
    }
}
article aside .btn-group .dropdown-menu {
    border-radius: 2px;
    border-color: #eeeeee;
    padding: 16px
}
article aside .btn-group .dropdown-menu > li > a {
    font-size: 12px;
    color: #234269
}
article aside .btn-group .dropdown-menu > li > a:hover,
article aside .btn-group .dropdown-menu > li > a:active,
article aside .btn-group .dropdown-menu > li > a:focus {
    background: none;
    color: #16B00E
}
article aside .btn-group .dropdown-menu > li > a span.fa {
    margin-right: 3px
}
article aside .btn-group.open > .dropdown-toggle {
    box-shadow: none
}
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
    color: #16B00E;
    box-shadow: none
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
    padding: 0
}
article aside .btn-group > .dropdown-toggle .caret {
    margin-left: 2px
}
.row-even,
.row-odd {
    padding: 5px;
    width: 99%;
    border-bottom: 1px solid #dddddd
}
.row-odd {
    background-color: transparent
}
.row-even {
    background-color: #f9f9f9
}
.blog-row-rule,
.blog-item-rule {
    border: 0
}
.row-fluid .row-reveal {
    visibility: hidden
}
.row-fluid:hover .row-reveal {
    visibility: visible
}
.nav-list > li.offset > a {
    padding-left: 30px;
    font-size: 12px
}
.list-striped,
.row-striped {
    list-style: none;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
    margin-left: 0;
    padding-left: 0
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
    border-bottom: 1px solid #dddddd;
    padding: 10px 15px
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
    background-color: #f9f9f9
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
    background-color: #f5f5f5
}
.row-striped .row-fluid {
    width: 97%
}
.row-striped .row-fluid [class*="span"] {
    min-height: 10px
}
.row-striped .row-fluid [class*="span"] {
    margin-left: 8px
}
.row-striped .row-fluid [class*="span"]:first-child {
    margin-left: 0
}
.list-condensed li {
    padding: 5px 10px
}
.row-condensed .row,
.row-condensed .row-fluid {
    padding: 5px 10px
}
.list-bordered,
.row-bordered {
    list-style: none;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    margin-left: 0;
    border: 1px solid #dddddd
}
.login-wrap {
    border-radius: 6px;
    border: 1px solid #eeeeee;
    margin: 0 auto;
    padding: 24px
}
@media screen and (min-width: 768px) {
    .login-wrap {
        padding: 48px;
        width: 440px
    }
}
.login-wrap .page-header {
    border: 0;
    padding: 0;
    margin-bottom: 48px
}
@media (max-width: 767px) {
    .login-wrap .page-header {
        margin-bottom: 24px
    }
}
.login-wrap .page-header h1 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}
.login-wrap .login-description {
    margin-bottom: 24px
}
.login-wrap form .control-label {
    text-align: left;
    padding-top: 0;
    padding-bottom: 8px
}
.login-wrap form label {
    text-align: left;
    font-weight: 400
}
.login-wrap form .form-group {
    margin-bottom: 36px
}
@media (max-width: 767px) {
    .login-wrap form .form-group {
        margin-bottom: 24px
    }
}
.login-wrap form .form-group input[type="text"],
.login-wrap form .form-group input[type="password"] {
    box-shadow: none;
    width: 100%
}
.login-wrap form .form-group .checkbox {
    padding-top: 0;
    min-height: 0
}
.login-wrap .btn {
    width: 100%
}
.login-wrap .other-links {
    margin-bottom: 0 !important
}
.login-wrap .other-links ul {
    font-size: 13px;
    margin: 0;
    padding: 0
}
@media screen and (min-width: 768px) {
    .login-wrap .other-links ul {
        text-align: center
    }
}
.login-wrap .other-links ul li {
    list-style: none;
    margin-bottom: 12px
}
@media screen and (min-width: 768px) {
    .login-wrap .other-links ul li {
        padding: 0 6px;
        display: inline-block
    }
}
.login-wrap .other-links ul li a {
    color: #234269
}
.login-wrap .other-links ul li a:hover,
.login-wrap .other-links ul li a:focus,
.login-wrap .other-links ul li a:active {
    color: #16B00E;
    text-decoration: none
}
.logout {
    text-align: center
}
.logout .form-horizontal .control-group .controls {
    margin: 0
}
.registration,
.profile-edit,
.profile {
    padding: 24px;
    margin: 0 auto
}
@media (min-width: 768px) {
    .registration,
    .profile-edit,
    .profile {
        border-radius: 6px;
        border: 1px solid #eeeeee;
        width: 500px;
        padding: 48px
    }
}
.registration legend,
.profile-edit legend,
.profile legend {
    border: 0;
    font-size: 23px;
    letter-spacing: 1px;
    margin-bottom: 24px;
    text-align: center
}
.registration .form-group,
.profile-edit .form-group,
.profile .form-group {
    margin-bottom: 0
}
.registration .form-group + .form-group,
.profile-edit .form-group + .form-group,
.profile .form-group + .form-group {
    margin-top: 24px
}
.registration .form-group .control-label,
.profile-edit .form-group .control-label,
.profile .form-group .control-label {
    text-align: left;
    padding-top: 0
}
.registration .form-group .control-label label,
.profile-edit .form-group .control-label label,
.profile .form-group .control-label label {
    color: #2d2d2d;
    font-weight: normal
}
.registration .form-group .control-label .text label,
.profile-edit .form-group .control-label .text label,
.profile .form-group .control-label .text label {
    border-radius: 2px;
    display: block;
    background: #fbfbfb;
    padding: 10px 16px;
    font-weight: normal;
    color: #cc0000
}
.registration .form-group input.required,
.profile-edit .form-group input.required,
.profile .form-group input.required {
    width: 100%;
    box-shadow: none
}
.registration fieldset dt,
.profile-edit fieldset dt,
.profile fieldset dt {
    margin-right: 5px
}
.registration .form-actions,
.profile-edit .form-actions,
.profile .form-actions {
    background: none;
    margin-top: 36px;
    padding: 0
}
.registration .form-actions .btn,
.profile-edit .form-actions .btn,
.profile .form-actions .btn {
    margin-bottom: 12px;
    display: block;
    width: 100%
}
@media screen and (min-width: 992px) {
    .profile-edit {
        width: 800px
    }
}
.profile-edit fieldset .col-md-6 > .form-group {
    margin: 0 0 24px;
    padding: 0
}
.profile-edit fieldset .col-md-6 > .form-group input,
.profile-edit fieldset .col-md-6 > .form-group select {
    width: 100%
}
@media screen and (max-width: 767px) {
    .profile-edit fieldset .col-md-6 > .form-group .chzn-container {
        width: 100% !important
    }
}
.profile-edit fieldset + fieldset {
    margin-top: 24px
}
.profile-edit #helpsite-refresh {
    margin-top: 24px
}
.profile-edit #helpsite-refresh:hover {
    color: #234269
}
.profile-edit .form-actions {
    text-align: center
}
@media screen and (min-width: 992px) {
    .profile-edit .form-actions .btn {
        width: auto;
        display: inline-block;
        padding-left: 48px;
        padding-right: 48px
    }
}
.profile {
    text-align: center
}
@media screen and (min-width: 992px) {
    .profile {
        width: 700px
    }
}
.profile .btn-toolbar {
    display: inline-block;
    margin-bottom: 24px;
    padding: 0
}
.profile .dl-horizontal dt {
    font-weight: 700
}
@media screen and (min-width: 992px) {
    .profile .dl-horizontal dt {
        width: 48%;
        margin-bottom: 5px
    }
}
.profile .dl-horizontal dd {
    margin-bottom: 24px
}
@media screen and (min-width: 992px) {
    .profile .dl-horizontal dd {
        margin-left: 52%;
        margin-bottom: 5px
    }
}
.profile #users-profile-custom {
    margin-top: 48px
}
@media screen and (min-width: 992px) {
    .profile fieldset {
        text-align: left
    }
}
.form-register fieldset {
    padding: 0 0 10px
}
.form-register p {
    margin: 0 0 5px
}
.form-register p.form-des {
    margin: 15px 0
}
.form-register label {
    display: block;
    float: left;
    font-weight: bold;
    text-align: right;
    width: 130px
}
.form-register .input,
.form-register .inputbox {
    margin-left: 10px;
    width: 200px
}
.form-register .btn,
.form-register .button {
    margin-left: 140px
}
.admintable textarea {
    max-width: 90% !important;
    resize: none
}
#user-registration .form-group + .form-group {
    padding: 0 60px 0 20px
}
@media (max-width: 991px) {
    #user-registration .form-group + .form-group {
        padding: 20px 60px 0 0px
    }
}
#user-registration .form-group + .form-group label {
    padding: 20px 0px 0 0
}
.com_mailto body {
    padding: 12px
}
.com_mailto .t3-mainbody {
    padding-top: 0;
    padding-bottom: 0
}
.com_mailto .t3-content {
    width: auto
}
#mailto-window {
    background: #fff;
    margin: 10px 0 20px;
    padding: 0;
    position: relative
}
#mailto-window h2 {
    margin-top: 0;
    margin-bottom: 20px
}
#mailtoForm .formelm {
    padding: 5px 0;
    vertical-align: middle;
    overflow: hidden
}
#mailtoForm .formelm label {
    display: inline-block;
    float: left;
    font-weight: bold;
    vertical-align: middle;
    width: 100px
}
#mailtoForm p {
    margin-top: 20px
}
#mailtoForm .input,
#mailtoForm .inputbox {
    width: 65%
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
    margin-right: 5px
}
.user-details {
    padding: 10px 0
}
.user-details p {
    margin: 0 0 5px
}
.user-details label {
    display: block;
    float: left;
    font-weight: bold;
    text-align: right;
    width: 130px
}
.user-details .input,
.user-details .inputbox {
    margin-left: 10px;
    width: 200px
}
.user-details .btn,
.user-details button {
    margin-left: 140px
}
.user-details .paramlist .paramlist_key {
    padding: 0 0 5px;
    width: 130px
}
.user-details .paramlist .paramlist_value {
    padding: 0 0 5px
}
.user-details .user_name span {
    font-weight: bold;
    padding-left: 10px
}
.reset,
.remind {
    border-radius: 6px;
    border: 1px solid #eeeeee;
    padding: 24px;
    margin: 0 auto
}
@media (min-width: 480px) {
    .reset,
    .remind {
        width: 600px;
        padding: 48px
    }
}
.reset .form-validate p,
.remind .form-validate p {
    background: #eeeeee;
    border: 1px solid #eeeeee;
    margin-bottom: 24px;
    padding: 12px 24px;
    border-radius: 2px
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
    margin: 0
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
    margin: 4px 0 0 0
}
.reset .form-inline .form-group,
.remind .form-inline .form-group {
    vertical-align: baseline
}
.reset .form-inline .form-group input,
.remind .form-inline .form-group input {
    box-shadow: none
}
.reset #user-registration .form-group #jform_captcha,
.remind #user-registration .form-group #jform_captcha {
    margin-bottom: 24px
}
.reset #user-registration .form-group + .form-group,
.remind #user-registration .form-group + .form-group {
    padding: 0
}
.remind .control-label {
    margin-top: 12px
}
.remind .control-label label {
    font-weight: 400
}
.profile-edit input {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px
}
@media (min-width: 768px) {
    .profile-edit input {
        float: left;
        width: 50%
    }
}
.profile-edit select {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px
}
@media (min-width: 768px) {
    .profile-edit select {
        float: left;
        width: 50%
    }
}
.profile-edit select + button {
    margin-left: 5px
}
.profile-edit legend span {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px
}
.search {
    padding: 24px
}
@media (min-width: 992px) {
    .search {
        border: 1px solid #eeeeee;
        padding: 48px;
        width: 800px;
        margin: auto;
        border-radius: 6px
    }
}
.search .page-title,
.search .page-header h1 {
    margin-bottom: 36px;
    color: #2d2d2d;
    text-align: center;
    letter-spacing: 1px
}
.search .alert {
    margin-top: 24px;
    margin-bottom: 0
}
#searchForm:before,
#searchForm:after {
    content: " ";
    display: table
}
#searchForm:after {
    clear: both
}
#searchForm .form-group {
    margin-bottom: 12px
}
#searchForm .form-group #search-searchword {
    background: #fbfbfb
}
#searchForm .form-group.input-group .btn-default {
    margin-left: -2px;
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
    z-index: 2
}
#searchForm fieldset {
    margin: 24px 0 0 0
}
#searchForm legend {
    margin-bottom: 4px;
    border: none;
    font-size: 16px;
    font-weight: 400
}
#searchForm select {
    width: auto;
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px
}
#searchForm .form-limit {
    margin-top: 24px
}
#searchForm .form-limit .counter {
    border: 0;
    padding: 0;
    margin-top: 0;
    float: right
}
#searchForm .phrases-box input[type="radio"],
#searchForm .only input[type="checkbox"] {
    vertical-align: top
}
#searchForm .chzn-container,
#searchForm label[for=limit] {
    float: left;
    margin-right: 10px
}
#searchForm #ordering_chzn {
    float: none;
    margin-left: 5px;
    display: inline-block
}
#search-form ul#finder-filter-select-list {
    margin-left: 0;
    padding-left: 0
}
#search-form ul#finder-filter-select-list li {
    list-style: none;
    padding: 12px 0
}
#search-form ul#finder-filter-select-list li label {
    width: 150px
}
#search-form .word .form-group {
    display: block;
    margin-bottom: 12px
}
@media screen and (max-width: 768px) {
    #searchForm .radio-inline,
    #searchForm .checkbox-inline {
        display: block;
        width: 100%;
        margin-left: 0
    }
}
.search-results {
    margin-top: 24px;
    margin-left: 0;
    padding-left: 0
}
.search-results .result-title {
    font-size: 16px;
    margin-top: 24px
}
@media (max-width: 767px) {
    .search-results .result-title {
        font-size: 15px
    }
}
.search-results .result-title a {
    color: #2d2d2d
}
.search-results .result-title a:hover,
.search-results .result-title a:focus,
.search-results .result-title a:active {
    color: #234269
}
.search-results .result-category {
    font-size: 12px;
    color: #9e9e9e
}
.search-results .result-text {
    margin-top: 5px;
    margin-bottom: 5px
}
.search-results .result-url {
    color: #555555;
    margin-top: 24px
}
.search-results .result-created {
    font-size: 12px;
    color: #9e9e9e
}
div.finder {
    padding: 24px
}
@media (min-width: 992px) {
    div.finder {
        border: 1px solid #eeeeee;
        padding: 48px;
        width: 800px;
        margin: auto;
        border-radius: 6px
    }
}
div.finder .form-group label {
    font-size: 23px;
    margin-bottom: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #2d2d2d
}
@media screen and (max-width: 767px) {
    div.finder .form-group .btn {
        margin-bottom: 12px
    }
}
div.finder #finder-search .inputbox {
    width: 100%
}
div.finder #finder-filter-window:before,
div.finder #finder-filter-window:after {
    content: " ";
    display: table
}
div.finder #finder-filter-window:after {
    clear: both
}
div.finder #finder-filter-window .filter-branch {
    margin-left: -16px;
    margin-right: -16px
}
div.finder #finder-filter-window .filter-branch > div {
    margin-bottom: 12px;
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px
}
@media (min-width: 768px) {
    div.finder #finder-filter-window .filter-branch > div {
        float: left;
        width: 25%
    }
}
div.finder #finder-filter-window .control-label {
    text-align: left
}
@media screen and (max-width: 767px) {
    div.finder #finder-filter-window .controls {
        margin-left: 0
    }
}
#searchForm .phrases-box input[type="radio"] {
    vertical-align: top
}
@media screen and (max-width: 480px) {
    .com_finder .autocomplete-suggestions {
        max-width: 260px
    }
}
.item-page .article-image {
    margin-bottom: 36px;
    float: none !important
}
.item-page .article-image img {
    max-width: 100%
}
.item-page .article-content {
    font-size: 15px
}
.item-page .article-header > h1 {
    margin-bottom: 24px
}
@media screen and (max-width: 767px) {
    .item-page .article-header > h1 {
        font-size: 23px
    }
}
.item-page .article-header > h1 a {
    color: #2d2d2d
}
.item-page .article-aside {
    margin-bottom: 12px
}
.item-page .article-aside .article-info dd {
    font-size: 14px
}
@media screen and (max-width: 767px) {
    .item-page .article-aside .article-info dd {
        font-size: 12px
    }
}
.item-page .article-aside .article-info dd a {
    border-bottom: 1px solid #16B00E
}
.item-page .form-inline {
    margin-bottom: 24px
}
.item-page .pagenav {
    background: none;
    border: none;
    padding: 0
}
.item-page .tags {
    margin: 24px 0
}
.item-page .pager {
    padding: 12px 0;
    background: #fbfbfb
}
.item-page .pager ul {
    padding: 0;
    margin: 0
}
.item-page dl.tabs {
    margin-top: 36px
}
.item-page dl.tabs > .tabs {
    display: inline-block;
    padding: 12px 24px;
    background: #fbfbfb;
    border-radius: 2px;
    margin: 0 12px 12px 0
}
.item-page dl.tabs > .tabs:hover {
    background: #eeeeee
}
.item-page dl.tabs > .tabs h3 {
    margin: 0;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.item-page dl.tabs > .tabs a {
    color: #234269
}
.item-page dl.tabs > .tabs.open {
    background: linear-gradient(#294e7c, #234269);
    position: relative
}
.item-page dl.tabs > .tabs.open:before {
    border: 10px solid #234269;
    border-color: #234269 transparent transparent transparent;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px
}
@media (max-width: 991px) {
    .item-page dl.tabs > .tabs.open:before {
        display: none
    }
}
.item-page dl.tabs > .tabs.open a {
    color: #ffffff
}
.tag-category h2 {
    margin-top: 0;
    margin-bottom: 18px
}
.tag-category .tag-info img {
    max-width: 100%;
    margin-bottom: 12px
}
@media (min-width: 992px) {
    .tag-category .tag-info img {
        width: 50%;
        float: left;
        margin: 0 24px 0 0
    }
}
.tag-category ul.category {
    border: 0
}
.tag-category ul.category li {
    border-bottom: 1px solid #eeeeee;
    background-color: transparent;
    padding: 0 0 36px;
    margin-bottom: 36px
}
.tag-category ul.category li:last-child {
    border: none;
    padding: 0
}
.tag-category ul.category li .tag-img {
    margin-bottom: 24px
}
.tag-category ul.category li .tag-img img {
    max-width: 100%
}
@media (min-width: 992px) {
    .tag-category ul.category li .tag-img {
        float: left;
        width: 30%;
        margin: 0 36px 0 0
    }
}
.tag-category ul.category li .tag-body h3 {
    margin-bottom: 12px;
    line-height: 1.4;
    margin-top: 0
}
.tag-category ul.category li .tag-body h3 a {
    color: #2d2d2d
}
.tag-category ul.category li .tag-body h3 a:hover,
.tag-category ul.category li .tag-body h3 a:focus,
.tag-category ul.category li .tag-body h3 a:active {
    color: #234269
}
.tag-category ul.category li .tag-body p {
    display: inline;
    margin-bottom: 0;
    color: #666666;
    font-size: 14px
}
.tag-category .filters {
    margin: 0 0 36px 0;
    padding: 0 0 36px 0;
    border-bottom: 1px solid #eeeeee
}
.tag-category .filters .btn-group {
    margin-left: 0
}
@media (max-width: 767px) {
    .tag-category .filters .btn-group {
        float: none !important;
        display: block
    }
    .tag-category .filters .btn-group.pull-right {
        margin-top: 12px
    }
}
.contact .thumbnail {
    background-color: inherit;
    border: 0;
    padding: 0;
    max-width: 100%
}
.contact .dl-horizontal {
    margin-bottom: 12px
}
@media (max-width: 768px) {
    .contact .dl-horizontal > dt {
        float: left;
        margin-right: 5px;
        width: auto
    }
}
.contact .dl-horizontal > dd {
    margin-left: 0
}
.contact .star {
    font-size: 14px
}
.contact .contact-address {
    margin-bottom: 24px
}
.contact .contact-address .contact-info {
    margin-bottom: 6px
}
.contact .contact-address .contact-info .jicons-icons {
    color: #555555;
    font-weight: 500
}
.contact .contact-address .contact-info .jicons-icons i {
    background-color: #eeeeee;
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    height: 24px;
    line-height: 24px;
    margin-right: 6px;
    text-align: center;
    width: 24px
}
.contact .contact-address .contact-info .jicons-icons i::before {
    margin-left: 5%
}
.contact .contact-address .contact-info .non-icons {
    color: #555555;
    margin-left: 33px
}
.contact .contact-links {
    margin-bottom: 12px
}
.contact .contact-links .nav > li {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 12px
}
.contact .contact-links .nav > li > a {
    background: linear-gradient(to bottom, #234269 0%, #1d3656 100%);
    border-radius: 2px;
    color: #fbfbfb;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 8px 16px;
    text-transform: uppercase
}
.contact .contact-links .nav > li > a::before {
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 3px
}
.contact .contact-links .nav > li > a:hover,
.contact .contact-links .nav > li > a:active,
.contact .contact-links .nav > li > a:focus {
    background: #1d3656
}
.contact .contact-links .nav > li > a.facebook::before {
    content: "\f09a"
}
.contact .contact-links .nav > li > a.twitter::before {
    content: "\f099"
}
.contact .contact-links .nav > li > a.google-plus::before {
    content: "\f1a0"
}
.contact .contact-links .nav > li > a.youtube::before {
    content: "\f167"
}
.contact .contact-links .nav > li > a.instagram::before {
    content: "\f16d"
}
.contact .contact-misc .maps-block {
    border-radius: 2px;
    margin: 0 0 24px;
    overflow: hidden
}
.contact .contact-misc .maps-block .map-container {
    margin: 0
}
.contact .contact-misc .text {
    margin-bottom: 24px
}
.contact .contact-form {
 /*   color: #eeeeee */
    color: #000;
}
.contact .contact-form #contact-form legend {
    border-bottom: 0;
    color: #9e9e9e;
    font-size: 13px;
    margin-bottom: 12px
}
.contact .contact-form #contact-form label {
    font-weight: 300
}
.contact .contact-form #contact-form label.invalid {
    color: #fa9862
}
.contact .contact-form #contact-form .control-contact {
    margin-bottom: 24px;
    padding-right: 7px;
}
.contact .contact-form #contact-form .control-contact input,
.contact .contact-form #contact-form .control-contact textarea {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    color: #fbfbfb;
    width: 100%
}
.contact .contact-form #contact-form .control-contact input:focus,
.contact .contact-form #contact-form .control-contact textarea:focus {
    border-color: #5c8cc9
}
.contact .contact-form #contact-form .control-contact input.invalid,
.contact .contact-form #contact-form .control-contact textarea.invalid {
    border-color: #f9884a
}
.contact .contact-form #contact-form .control-contact input.invalid:focus,
.contact .contact-form #contact-form .control-contact textarea.invalid:focus {
    border-color: #5c8cc9
}
.contact .contact-form #contact-form .re-captcha {
    margin: 0
}
.contact .contact-form #contact-form .re-captcha .control-group {
    margin: 0
}
.contact .contact-form #contact-form .re-captcha .control-label {
    padding: 0;
    text-align: left;
    width: 100%
}
.contact .contact-form #contact-form .re-captcha .control-label label {
    margin-bottom: 5px
}
.contact .contact-form #contact-form .re-captcha .controls {
    margin: 0
}
.contact .contact-form #contact-form .re-captcha .controls #jform_captcha {
    border-radius: 2px;
    margin-bottom: 24px;
    overflow: auto;
    width: 310px
}
.contact .contact-form #contact-form .re-captcha .controls #jform_captcha #recaptcha_table {
    background-color: #fbfbfb
}
@media (max-width: 991px) {
    .contact .contact-form #contact-form .re-captcha .controls #jform_captcha {
        width: 100%
    }
}
.contact .contact-form #contact-form .re-captcha .controls #recaptcha_table {
    border: 0 !important
}
.contact .contact-form #contact-form .re-captcha .controls #recaptcha_table td {
    padding: 0 !important
}
.contact .contact-form #contact-form .re-captcha .controls #recaptcha_table .recaptcha_image_cell {
    background-color: #fbfbfb;
    border-radius: 2px
}
.contact .contact-form #contact-form .re-captcha .controls #recaptcha_table #recaptcha_response_field {
    background-color: #fbfbfb;
    border-radius: 2px
}
.contact .contact-form .control-group {
    margin-bottom: 12px
}
.contact .contact-form .control-group #jform_contact_email_copy {
    margin-right: 6px
}
.contact .contact-form .control-group label {
    margin-bottom: 12px
}
.contact .contact-form #jform_contact_emailmsg {
    width: 100%
}
.contact .contact-form #jform_contact_message {
    width: 100%;
    height: auto
}
@media (max-width: 1199px) {
    .contact .contact-col1 {
        margin-bottom: 24px
    }
}
.contact .contact-col1 .contact-view {
    padding-top: 24px
}
@media (max-width: 991px) {
    .contact .contact-col1 .contact-view {
        padding-top: 0
    }
}
#contact-form input{
    border:1px solid #d3d3d3 !important;
}
.contact .contact-col1 h3 {
    color: #333333;
    font-size: 30px;
    letter-spacing: 1px;
    margin: 0 0 24px
}
.contact .contact-col2 .contact-view {
/*    background-color: #0F3E4D; sor*/
    border-radius: 2px;
    padding: 24px
}
.contact .contact-col2 h3 {
    /*color: #fbfbfb;*/
    color:#000;
    font-size: 23px;
    letter-spacing: 1px;
    margin: 0 0 24px
}
@media (max-width: 991px) {
    .contact .contact-col2 #contact-form .control-contact:nth-child(1) {
        float: left;
        padding-right: 12px;
        width: 50%
    }
}
@media (max-width: 767px) {
    .contact .contact-col2 #contact-form .control-contact:nth-child(1) {
        padding-right: 0;
        width: 100%
    }
}
@media (max-width: 991px) {
    .contact .contact-col2 #contact-form .control-contact:nth-child(2) {
        float: left;
        padding-left: 12px;
        width: 50%
    }
}
@media (max-width: 767px) {
    .contact .contact-col2 #contact-form .control-contact:nth-child(2) {
        padding-left: 0;
        width: 100%
    }
}
@media (width: 1024px) {
    .contact .contact-col2 #contact-form .re-captcha .controls #jform_captcha {
        width: 244px
    }
}
.contact #slide-contact .contact-form,
.contact #myTabContent .contact-form {
    background-color: #234269;
    border-radius: 2px;
    padding: 24px
}
.contact #slide-contact .contact-form #contact-form .control-contact:nth-child(1),
.contact #myTabContent .contact-form #contact-form .control-contact:nth-child(1) {
    float: left;
    padding-right: 12px;
    width: 50%
}
@media (max-width: 767px) {
    .contact #slide-contact .contact-form #contact-form .control-contact:nth-child(1),
    .contact #myTabContent .contact-form #contact-form .control-contact:nth-child(1) {
        padding-right: 0;
        width: 100%
    }
}
.contact #slide-contact .contact-form #contact-form .control-contact:nth-child(2),
.contact #myTabContent .contact-form #contact-form .control-contact:nth-child(2) {
    float: left;
    padding-left: 12px;
    width: 50%
}
@media (max-width: 767px) {
    .contact #slide-contact .contact-form #contact-form .control-contact:nth-child(2),
    .contact #myTabContent .contact-form #contact-form .control-contact:nth-child(2) {
        padding-left: 0;
        width: 100%
    }
}
.contact #slide-contact .contact-links,
.contact #myTabContent .contact-links {
    margin-bottom: 0
}
.contact #slide-contact .contact-misc .text,
.contact #myTabContent .contact-misc .text {
    margin-bottom: 0
}
.contact #slide-contact .accordion-group {
    margin-bottom: 12px
}
.contact #slide-contact .accordion-group .accordion-heading {
    letter-spacing: 1px;
    position: relative
}
.contact #slide-contact .accordion-group .accordion-heading a {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 2px 2px 0 0;
    color: #333333;
    display: block;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    padding: 12px 54.87px 12px 24px;
    text-overflow: ellipsis;
    white-space: nowrap
}
.contact #slide-contact .accordion-group .accordion-heading a .marker {
    background: transparent;
    color: #9e9e9e;
    height: 54.87px;
    letter-spacing: 0;
    line-height: 54.87px;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: 0;
    width: 54.87px
}
.contact #slide-contact .accordion-group .accordion-heading a .marker .fa {
    background: #dddddd;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 20.58px;
    height: 20.58px;
    width: 20.58px
}
.contact #slide-contact .accordion-group .accordion-heading a .marker .marker-open {
    display: inline-block
}
.contact #slide-contact .accordion-group .accordion-heading a .marker .marker-open .fa {
    background-color: #16B00E
}
.contact #slide-contact .accordion-group .accordion-heading a .marker .marker-close {
    display: none
}
.contact #slide-contact .accordion-group .accordion-heading a.collapsed {
    background-color: #fbfbfb;
    border-radius: 2px;
    color: #aaaaaa
}
.contact #slide-contact .accordion-group .accordion-heading a.collapsed:hover {
    color: #234269
}
.contact #slide-contact .accordion-group .accordion-heading a.collapsed .marker-close {
    display: inline-block
}
.contact #slide-contact .accordion-group .accordion-heading a.collapsed .marker-close .fa-plus::before {
    margin-right: .5px
}
.contact #slide-contact .accordion-group .accordion-heading a.collapsed .marker-open {
    display: none
}
.contact #slide-contact .accordion-group .accordion-inner {
    border: 1px solid #eeeeee;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    padding: 24px
}
.contact #myTabContent .contact-links .nav {
    text-align: center
}
#archive-items > li {
    line-height: normal;
    margin: 0;
    overflow: visible;
    padding: 0
}
#archive-items .intro {
    clear: both;
    overflow: hidden
}
.categories-list {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap
}
.categories-list img {
    max-width: 100%;
    border-radius: 2px 2px 0 0
}
.categories-list .category-item {
    margin-bottom: 24px
}
@media (min-width: 768px) and (max-width: 991px) {
    .categories-list .category-item.col-sm-6 {
        width: 49.9%
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .categories-list .category-item.col-md-4 {
        width: 33.2%
    }
}
.categories-list .category-inner {
    border: 1px solid #eeeeee;
    padding: 24px;
    text-align: center;
    border-radius: 2px;
    height: 100%
}
.categories-list .category-inner:hover .badge {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
.categories-list .category-inner:hover .description-image:after {
    opacity: 0.4;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
.categories-list .category-inner:hover .item-title a {
    color: #16B00E
}
.categories-list .description-image {
    margin: -24px -24px 24px;
    position: relative
}
.categories-list .description-image:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
.categories-list .description-image .badge {
    background: rgba(242, 242, 242, 0.3);
    border-radius: 50%;
    font-size: 23px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
.categories-list .item-title {
    text-transform: uppercase
}
.categories-list .item-title a:hover,
.categories-list .item-title a:active {
    color: #16B00E;
    text-decoration: none
}
.categories-list .category-desc {
    padding: 0 24px 24px;
    min-height: 72px;
}
.category-item:hover{cursor:pointer}
.category-item:hover .category-inner{
    background: #EEE;
}
.category-item:before,
.category-item:after {
    content: " ";
    display: table
}
.category-item:after {
    clear: both
}
.category-item .page-header {
    line-height: normal;
    padding: 12px 5px;
    margin: 0;
    font-size: 18px;
    font-weight: normal
}
.category-item .category-item {
    margin-bottom: 0;
    margin-left: 32px
}
.category-item .category-item .page-header {
    font-size: 14px
}
.cat-children .page-header {
    line-height: normal;
    padding: 12px 5px;
    margin: 0;
    font-size: 18px;
    font-weight: normal
}
.newsfeed-category > h2,
.newsfeed > h2 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 24px;
    margin-bottom: 24px;
    margin-top: 0
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
    margin-bottom: 24px
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
    content: " ";
    display: table
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
    clear: both
}
.newsfeed > h2 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 24px;
    margin-bottom: 24px;
    margin-top: 0
}
.newsfeed .feed-description {
    margin-bottom: 24px;
    font-size: 16px
}
.newsfeed .feed-item-description .feed-description {
    font-size: 14px
}
.newsfeed ol li > a {
    font-weight: bold;
    font-size: 16px
}
.article-content .pagination ul {
    display: block;
    list-style: none;
    padding: 0;
    overflow: hidden
}
.article-content .pagination ul li {
    border: 1px solid #eeeeee;
    float: left;
    line-height: normal;
    margin-right: 12px;
    padding: 12px 24px
}
.article-content .pagination ul li a {
    border: 0;
    text-decoration: none;
    background-color: transparent;
    line-height: normal;
    padding: 0
}
.pagenavcounter {
    margin: 0 0 24px;
    font-weight: bold
}
#article-index,
.article-index {
    border: 1px solid #eeeeee;
    border-radius: 6px;
    float: right;
    padding: 24px;
    margin: 0 0 24px 24px;
    width: 25%
}
#article-index h3,
.article-index h3 {
    margin-top: 0
}
#article-index ul,
.article-index ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left
}
#article-index ul > li,
.article-index ul > li {
    border: 0;
    margin: 2px 0 0;
    display: block
}
#article-index ul > li > a,
.article-index ul > li > a {
    border: 0;
    padding: 5px 0;
    border-radius: 2px;
    margin: 0;
    background: none;
    height: auto;
    color: #234269;
    line-height: normal
}
#article-index ul > li > a:hover,
.article-index ul > li > a:hover,
#article-index ul > li > a:active,
.article-index ul > li > a:active,
#article-index ul > li > a:focus,
.article-index ul > li > a:focus {
    background: none;
    color: #16B00E
}
#article-index ul > .active > a,
.article-index ul > .active > a {
    border: 0;
    background: none;
    color: #16B00E
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
    border: 0;
    background: none;
    color: #16B00E
}
#article-index ul > .active > a:before,
.article-index ul > .active > a:before {
    display: none
}
.pagenav {
    margin: 0;
    padding: 0;
    list-style: none
}
.pagenav > li {
    margin: 0;
    padding: 0;
    float: left
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
    margin-right: 10px
}
.pagenav li > a {
    padding: 12px 24px;
    line-height: normal;
    border: 1px solid #dddddd;
    border-radius: 2px
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
    background-color: #eeeeee
}
.items-more h3 {
    margin: 0 0 24px
}
.items-more .nav > li {
    border-top: 1px solid #eeeeee
}
.items-more .nav > li > a {
    padding: 12px 5px
}
.back_button a {
    display: block;
    margin: 10px 0
}
.filters {
    margin: 12px 0
}
.display-limit {
    margin: 12px 0 5px
}
.filters .display-limit {
    float: right;
    text-align: right
}
#system-message dt {
    font-weight: bold
}
#system-message dd {
    font-weight: bold
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
    margin: 0;
    padding: 0
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
    background: none;
    margin: 0;
    padding: 5px
}
.alert.alert-message {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}
.alert.alert-message hr {
    border-top-color: #c9e2b3
}
.alert.alert-message .alert-link {
    color: #356635
}
.alert.alert-notice {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}
.alert.alert-notice hr {
    border-top-color: #a6e1ec
}
.alert.alert-notice .alert-link {
    color: #2d6987
}
.alert.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48
}
.alert.alert-error hr {
    border-top-color: #e4b9c0
}
.alert.alert-error .alert-link {
    color: #953b39
}
.tip-wrap {
    background: #fff6df;
    border: 1px solid #fb3;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 300px;
    z-index: 999
}
.tip-title {
    border-bottom: 1px solid #fb3;
    font-weight: bold;
    padding: 5px 10px
}
.tip-text {
    font-size: 14px;
    margin: 0;
    padding: 5px 10px
}
.hasTip img {
    border: none;
    margin: 0 5px 0 0
}
@media (min-width: 768px) {
    .languageswitcherload {
        float: right;
        width: 100%
    }
    .languageswitcherload .mod-languages {
        text-align: right
    }
}
div.calendar {
    width: 187px
}
.edit.item-page fieldset .btn-toolbar {
    margin-top: 12px
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
    height: auto
}
.iframe-bordered {
    border: 1px solid #dddddd
}
.chzn-container {
    display: block
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
    height: 26px
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important
}
.input-prepend .chzn-container-single .chzn-single {
    border-color: #eeeeee;
    height: 26px;
    border-radius: 0 3px 3px 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
    border-radius: 0 3px 0 0
}
.input-prepend .chzn-container-single .chzn-drop {
    border-color: #eeeeee
}
.btn-group .chzn-results {
    white-space: normal
}
.page-header {
    padding-bottom: 11px;
    margin: 0 0 24px;
    border-bottom: 1px solid #eeeeee
}
.page-title,
.page-header h1 {
    line-height: 1;
    margin: 0
}
.page-subheader {
    border-bottom: 1px solid #eeeeee;
    margin: 0 0 24px
}
.page-subheader:before,
.page-subheader:after {
    content: " ";
    display: table
}
.page-subheader:after {
    clear: both
}
.page-subtitle,
.page-subheader h2 {
    line-height: 1;
    margin: 0
}
.page-header + .page-subheader {
    margin-top: -24px
}
.article-title,
.article-header h1 {
    margin: 0 0 24px 0
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
    margin-top: 0
}
.jumbotron p:last-child {
    margin-bottom: 0
}
.container .jumbotron {
    border-radius: 6px
}
.masthead {
    padding: 48px 0;
    text-align: center
}
.masthead p:last-child {
    margin-bottom: 0
}
@media screen and (min-width: 992px) {
    .masthead {
        padding: 96px 0
    }
    .masthead h1 {
        font-size: 98px
    }
    .masthead p {
        font-size: 28px
    }
    .masthead .btn-lg {
        margin-top: 24px;
        padding: 18px 42px;
        font-size: 21px
    }
}
.jumbotron-primary {
    background-color: #234269;
    color: #a9c2e2
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
    color: #ffffff
}
.jumbotron-primary p {
    color: #ffffff
}
.jumbotron-primary .btn-primary {
    border-color: #fff
}
.label:empty {
    display: none
}
.badge:empty {
    display: none
}
.btn .badge {
    position: relative;
    top: -1px
}
.page-header .label,
.page-header .badge {
    vertical-align: middle
}
.alert h4 {
    color: inherit
}
.media:first-child {
    margin-top: 0
}
.media-object {
    display: block
}
.media-heading {
    margin: 0 0 5px
}
.media > .pull-left {
    margin-right: 10px
}
.media > .pull-right {
    margin-left: 10px
}
.list-group-item > .badge {
    float: right
}
.list-group-item > .badge + .badge {
    margin-right: 5px
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #83a7d5
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}
.panel-title > a {
    color: inherit
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}
@media screen and (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)
    }
}
.com_jabuilder .t3-mainbody {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0
}
.com_jabuilder .t3-content {
    padding: 0
}
.wrapper-hd {
    background: #ffffff;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1)
}
@media (min-width: 1600px) {
    .wrapper-hd {
        margin: auto;
        width: 1600px
    }
}
.t3-header {
    padding-top: 32px;
    padding-bottom: 50px
}
@media (max-width: 767px) {
    .t3-header {
        padding-top: 24px;
        padding-bottom: 24px
    }
}
#t3-header > .container > .row.d-flex.align-items-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.t3-topbar {
    background: #fbfbfb;
    border-bottom: 1px solid #eeeeee;
    color: #9e9e9e;
    height: 40px;
    line-height: 40px;
    font-size: 12px
}
.t3-topbar p {
    margin-bottom: 0
}
.topbar-right {
    text-align: right
}
.topbar-right > div {
    display: inline-block;
    float: right
}
.head-right{line-height:45px;}.mod-languages .btn-group{margin-bottom:3px;}
.topbar-right .mod-languages > .btn-group {

    padding-left: 12px;
    margin-left: 12px
}
.topbar-right .mod-languages > .btn-group img {
    margin-right:5px;
    position:relative;
    top:-2px;
}
.topbar-right .mod-languages .dropdown-toggle {
    border: 1px solid #eeeeee;
    background: #ffffff;
    color: #555555;
    padding: 0 12px;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    height: 24px
}
.topbar-right .mod-languages .dropdown-toggle:hover,
.topbar-right .mod-languages .dropdown-toggle:focus,
.topbar-right .mod-languages .dropdown-toggle:active {
    border-color: #d5d5d5;
    box-shadow: none
}
.topbar-right .mod-languages .dropdown-menu {
    padding: 24px;
    right: 0;
    left: auto
}
.topbar-right .mod-languages .dropdown-menu li {
    display: block
}
.topbar-right .mod-languages .dropdown-menu li a {
    color: #aaaaaa;
    font-size: 11px;
    text-transform: uppercase
}
.topbar-right .mod-languages .dropdown-menu li a:hover,
.topbar-right .mod-languages .dropdown-menu li a:focus,
.topbar-right .mod-languages .dropdown-menu li a:active {
    color: #16B00E
}
.logo {
    text-align: center
}
@media screen and (min-width: 768px) {
    .logo {
        text-align: left
    }
}
.logo a {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 1;
    margin: 0
}
.logo-image small {
    display: none
}
.logo-image .logo-title {
    display: inline-block;
    font-size: 30px;
    color: #404040;
    padding-left: 20px;
    margin: 0
}
.logo-image .logo-img {
    display: block;
    flex-shrink: 0
}
.site-slogan {
    color: #404040;
    font-size: 26px;
    padding-left: 20px;
}
.logo-text a {
    text-decoration: none;
    font-size: 40.5px;
    font-weight: 300
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
    text-decoration: none
}
.logo-text .site-slogan {
    display: block;
    font-size: 14px;
    margin-top: 5px
}
.nav-right {
    height: 64px;
    padding: 16px
}
.nav-right > div,
.nav-right > .form-search {
    float: right;
    padding-right: 16px;
    margin-right: 16px;
    position: relative
}
.nav-right > div:before,
.nav-right > .form-search:before {
    background: url('../images/divi-menu.png') no-repeat;
    content: "";
    position: absolute;
    top: 16px;
    right: -1px;
    height: 32px;
    width: 2px
}
.nav-right > div:first-child,
.nav-right > .form-search:first-child {
    padding-right: 0;
    margin-right: 0
}
.nav-right > div:first-child:before,
.nav-right > .form-search:first-child:before {
    display: none
}
.nav-right form {
    margin: 0
}
.nav-right label {
    display: none
}
.nav-right .search,
.nav-right .form-search {
    border: 0;
    padding: 0;
    position: relative;
    height: 32px;
    width: 32px
}
.nav-right .search .form-control,
.nav-right .form-search .form-control {
    background-color: #e0e2e2;
    background-image: url('../images/search.svg');
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 18px 18px;
    border: 0;
    color: #404040;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    padding-left: 32px;
    height: 32px;
    width: 32px;
    -webkit-transition: width 400ms;
    -o-transition: width 400ms;
    transition: width 400ms;
    z-index: 10
}
.nav-right .search .form-control::-moz-placeholder,
.nav-right .form-search .form-control::-moz-placeholder {
    color: #404040;
    opacity: 1
}
.nav-right .search .form-control:-ms-input-placeholder,
.nav-right .form-search .form-control:-ms-input-placeholder {
    color: #404040
}
.nav-right .search .form-control::-webkit-input-placeholder,
.nav-right .form-search .form-control::-webkit-input-placeholder {
    color: #404040
}
.nav-right .search .form-control:focus,
.nav-right .form-search .form-control:focus {
    width: 200px
}
.nav-right .search .form-control:focus::-moz-placeholder,
.nav-right .form-search .form-control:focus::-moz-placeholder {
    color: #404040;
    opacity: 1
}
.nav-right .search .form-control:focus:-ms-input-placeholder,
.nav-right .form-search .form-control:focus:-ms-input-placeholder {
    color: #404040
}
.nav-right .search .form-control:focus::-webkit-input-placeholder,
.nav-right .form-search .form-control:focus::-webkit-input-placeholder {
    color: #404040
}
.nav-right .search .finder,
.nav-right .form-search .finder {
    border: 0;
    padding: 0;
    width: auto
}
.section-wrap > div {
    padding-bottom: 96px;
    padding-top: 96px
}
@media (max-width: 991px) {
    .section-wrap > div {
        padding-top: 48px;
        padding-bottom: 48px
    }
}
@media (max-width: 767px) {
    .section-wrap > div {
        padding-top: 32px;
        padding-bottom: 32px
    }
}
@media (min-width: 992px) {
    .section-wrap > div .t3-module {
        margin-bottom: 0
    }
}
.t3-content-tabs {
    background-color: #fbfbfb;
    background-image: url('../images/bg-mask.png');
    background-repeat: no-repeat;
    background-position: left bottom
}
.t3-content-tabs .nav-tabs {
    text-align: center
}
.t3-content-tabs .nav-tabs > li {
    display: inline-block;
    float: none;
    margin: 0 16px
}
@media (max-width: 767px) {
    .t3-content-tabs .nav-tabs > li {
        display: block;
        margin: 0 0 12px 0
    }
}
.t3-mainbody {
    padding-top: 24px;
    padding-bottom: 24px;
    overflow: hidden;
}
.t3-content {
    padding-top: 24px;
    padding-bottom: 24px
}
.t3-sidebar {
    padding-top: 24px;
    padding-bottom: 24px
}
.t3-footer {
    background: #ffffff;
    color: #404040
}
.t3-footer-nav-strip {
    background: #E0E2E2
}
.t3-footer-contact-strip {
    background: #ffffff
}
.t3-footer:before,
.t3-footer:after {
    content: " ";
    display: table
}
.t3-footer:after {
    clear: both
}
.t3-footer small {
    display: block;
    font-size: 100%
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
    color: #234269
}
.t3-footnav {
    padding: 24px 0
}
.t3-footnav:before,
.t3-footnav:after {
    content: " ";
    display: table
}
.t3-footnav:after {
    clear: both
}
@media screen and (min-width: 768px) {
    .t3-footnav {
        padding: 64px 0
    }
}
.t3-footnav .t3-module {

    color: #404040;
    margin-bottom: 0
}
.t3-footnav .t3-module .module-title {
    color: #404040;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px
}
.t3-footnav .t3-module ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0
}
.t3-footnav .t3-module ul > li {
    line-height: 24px
}
.t3-footnav .t3-module ul > li > a {
    color: #404040;
    font-size: 14px;
    font-weight: 500;
    padding: 0
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
    background: transparent;
    color: #234269
}
.t3-footnav .t3-module ul > li.active > a {
    background: transparent;
    color: #404040
}
.t3-footnav .t3-module + div.t3-module {
    margin-top: 24px
}
.t3-copyright {
    font-size: 12px;
    border-top: 1px solid #16B00E;
    background: #E0E2E2
}
.t3-copyright:before,
.t3-copyright:after {
    content: " ";
    display: table
}
.t3-copyright:after {
    clear: both
}
.t3-copyright small {
    margin-bottom: 5px;
    color: #404040
}
.t3-copyright .copy-right {
    padding: 20px 0 15px
}
.copyright {
    margin-bottom: 0
}
.copyright a {
   
    color: #234269
}
.poweredby:before,
.poweredby:after {
    content: " ";
    display: table
}
.poweredby:after {
    clear: both
}
@media screen and (min-width: 991px) {
    .poweredby {
        text-align: right
    }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
    opacity: .8;
    display: inline-block
}
.back-to-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 100
}
.back-to-top .btn {

    color: #ffffff;
    padding: 0;
    height: 60px;
    width: 60px;
    -webkit-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}
.back-to-top .btn:hover,
.back-to-top .btn:focus,
.back-to-top .btn:active {
    background: #162a43;
    color: #ffffff
}
.back-to-top .btn .fa {
    margin-right: 0
}
.back-to-top.affix .btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
/*===============================
/templates/ja_company/css/megamenu.css
================================================================================*/

.t3-megamenu .mega-inner:before,
.t3-megamenu .mega-inner:after {
    content: " ";
    display: table
}
.t3-megamenu .mega-inner:after {
    clear: both
}
.t3-megamenu .mega > .mega-dropdown-menu {
    min-width: 220px;
    display: none
}
.t3-megamenu .mega.open > .mega-dropdown-menu,
.t3-megamenu .mega.dropdown-submenu.open > .mega-dropdown-menu {
    display: block
}
.t3-megamenu .mega-group:before,
.t3-megamenu .mega-group:after {
    content: " ";
    display: table
}
.t3-megamenu .mega-group:after {
    clear: both
}
.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
    margin: 0;
    padding: 0;
    background: transparent;
    color: #2d2d2d;
    font-size: 18px;
    line-height: normal
}
.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
    background: inherit;
    color: inherit
}
.t3-megamenu .mega-group-ct {
    margin: 0;
    padding: 0
}
.t3-megamenu .mega-group-ct:before,
.t3-megamenu .mega-group-ct:after {
    content: " ";
    display: table
}
.t3-megamenu .mega-group-ct:after {
    clear: both
}
.t3-megamenu .mega-nav,
.t3-megamenu .dropdown-menu .mega-nav {
    margin: 0;
    padding: 0;
    list-style: none
}
.t3-megamenu .mega-nav > li,
.t3-megamenu .dropdown-menu .mega-nav > li {
    list-style: none;
    margin-left: 0
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
    white-space: normal;
    display: block;
    padding: 5px
}
.t3-megamenu .dropdown-menu .mega-nav > li a{
    padding: 12px!important;
}
.t3-megamenu .dropdown-menu .mega-group-ct .mega-nav  > li a{
    padding: 7px 15px!important;
}
.t3-megamenu .dropdown-menu .mega-group-ct .mega-nav  > li:last-child{
    margin-bottom:20px;
}

.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
    text-decoration: none;
    background-color: #16B00E;
    color:#fff;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.t3-megamenu .mega-nav > li .separator {
    display: block;
    padding: 5px
}
.t3-megamenu .mega-group > .mega-nav,
.t3-megamenu .dropdown-menu .mega-group > .mega-nav {
    margin-left: -5px;
    margin-right: -5px
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
    margin-right: 5px
}
.t3-megamenu .t3-module {
    margin-bottom: 12px
}
.t3-megamenu .t3-module .module-title {
    margin: 0;
    padding: 0;
    background: transparent;
    color: #2d2d2d;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 5px
}
.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
    background: inherit;
    color: inherit
}
.t3-megamenu .t3-module .module-ct {
    margin: 0;
    padding: 0
}
.t3-megamenu .mega-caption {
    display: block;
    white-space: nowrap
}
.t3-megamenu .nav .caret,
.t3-megamenu .dropdown-submenu .caret,
.t3-megamenu .mega-menu .caret {
    display: none
}
.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
    display: inline-block
}
.t3-megamenu .nav [class^="icon-"],
.t3-megamenu .nav [class*=" icon-"],
.t3-megamenu .nav .fa {
    margin-right: 5px
}
.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
    margin-right: 0
}
.t3-megamenu .mega-align-left > .dropdown-menu {
    left: 0
}
.t3-megamenu .mega-align-right > .dropdown-menu {
    left: auto;
    right: 0
}
.t3-megamenu .mega-align-center > .dropdown-menu {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
.t3-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
    left: 100%
}
.t3-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
    left: auto;
    right: 100%
}
.t3-megamenu .mega-align-justify {
    position: static
}
.t3-megamenu .mega-align-justify > .dropdown-menu {
    left: 0;
    margin-left: 0;
    top: auto
}
.t3-megamenu .mega-tab > div {
    position: relative
}
.t3-megamenu .mega-tab > div > ul {
    width: 200px
}
.t3-megamenu .mega-tab > div > ul > li {
    position: static
}
.t3-megamenu .mega-tab > div > ul > li > .dropdown-menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 200px
}
.t3-megamenu .mega-tab > div > ul > li > .mega-dropdown-menu {
    border: none;
    box-shadow: none
}
.t3-megamenu .mega-tab > div > ul > li > .mega-dropdown-menu > div {
    opacity: 1 !important;
    margin-left: 0 !important;
    transition: none !important
}

.mega-col-nav{
    padding: 0!important;
}

.megadropdown_subtitle{
    padding: 0!important;
}
.megadropdown_subtitle:hover{
    background: transparent!important;
    color: #16B00E!important;

}

@media (min-width: 992px) {
    .t3-megamenu.animate .mega > .mega-dropdown-menu {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: 0
    }
    .t3-megamenu.animate .mega.animating > .mega-dropdown-menu {
        -webkit-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms;
        display: block
    }
    .t3-megamenu.animate .mega.open > .mega-dropdown-menu,
    .t3-megamenu.animate .mega.animating.open > .mega-dropdown-menu {
        opacity: 1
    }
    .t3-megamenu.animate.zoom .mega > .mega-dropdown-menu {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        -webkit-transform-origin: 20% 20%;
        -moz-transform-origin: 20% 20%;
        -ms-transform-origin: 20% 20%;
        transform-origin: 20% 20%
    }
    .t3-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    .t3-megamenu.animate.zoom .level0 > .mega-align-center > .mega-dropdown-menu {
        -webkit-transform: scale(0, 0) translate(-50%, 0);
        -ms-transform: scale(0, 0) translate(-50%, 0);
        transform: scale(0, 0) translate(-50%, 0);
        -webkit-transform-origin: 0% 20%;
        -moz-transform-origin: 0% 20%;
        -ms-transform-origin: 0% 20%;
        transform-origin: 0% 20%
    }
    .t3-megamenu.animate.zoom .level0 > .mega-align-center.open > .mega-dropdown-menu {
        -webkit-transform: scale(1, 1) translate(-50%, 0);
        -ms-transform: scale(1, 1) translate(-50%, 0);
        transform: scale(1, 1) translate(-50%, 0)
    }
    .t3-megamenu.animate.elastic .mega > .mega-dropdown-menu {
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: 10% 0;
        -moz-transform-origin: 10% 0;
        -ms-transform-origin: 10% 0;
        transform-origin: 10% 0
    }
    .t3-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    .t3-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0)
    }
    .t3-megamenu.animate.elastic .level0 .open > .mega-dropdown-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    .t3-megamenu.animate.elastic .level0 > .mega-align-center > .mega-dropdown-menu {
        transform: scale(1, 0) translate(-50%, 0);
        -webkit-transform: scale(1, 0) translate(-50%, 0);
        -ms-transform: scale(1, 0) translate(-50%, 0)
    }
    .t3-megamenu.animate.elastic .level0 > .mega-align-center.open > .mega-dropdown-menu {
        transform: scale(1, 1) translate(-50%, 0);
        -webkit-transform: scale(1, 1) translate(-50%, 0);
        -ms-transform: scale(1, 1) translate(-50%, 0)
    }
    .t3-megamenu.animate.slide .mega {}.t3-megamenu.animate.slide .mega.animating > .mega-dropdown-menu {
        overflow: hidden
    }
    .t3-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
        -webkit-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        margin-top: -30%
    }
    .t3-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
        margin-top: 0%
    }
    .t3-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
        min-width: 0
    }
    .t3-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
        min-width: 200px;
        margin-top: 0;
        margin-left: -500px;
        width: 100%
    }
    .t3-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
        margin-left: 0
    }
}
@media (max-width: 991px) {
    .t3-megamenu .mega-inner:before,
    .t3-megamenu .mega-inner:after {
        content: " ";
        display: table
    }
    .t3-megamenu .mega-inner:after {
        clear: both
    }
    .t3-megamenu .row,
    .t3-megamenu .mega-dropdown-menu,
    .t3-megamenu .row [class*="col-lg-"],
    .t3-megamenu .row [class*="col-md-"],
    .t3-megamenu .row [class*="col-sm-"],
    .t3-megamenu .row [class*="col-xs-"] {
        width: 100% !important;
        min-width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
    .t3-megamenu .hidden-collapse,
    .t3-megamenu .always-show .caret,
    .t3-megamenu .always-show .dropdown-submenu > a:after .sub-hidden-collapse > .nav-child,
    .t3-megamenu .sub-hidden-collapse .caret,
    .t3-megamenu .sub-hidden-collapse > a:after {
        display: none !important
    }
    .mega-caption {
        display: none !important
    }
    html[dir="rtl"] .t3-megamenu .row,
    html[dir="rtl"] .t3-megamenu .mega-dropdown-menu,
    html[dir="rtl"] .t3-megamenu .row [class*="col-lg-"],
    html[dir="rtl"] .t3-megamenu .row [class*="col-md-"],
    html[dir="rtl"] .t3-megamenu .row [class*="col-sm-"],
    html[dir="rtl"] .t3-megamenu .row [class*="col-xs-"] {
        left: auto;
        right: 0 !important;
        margin-right: 0 !important
    }
}
.t3-megamenu .row {
    margin-left: auto;
    margin-right: auto
}
.t3-megamenu .row + .row {
    padding-top: 12px;
    border-top: 1px solid #eeeeee
}
.t3-megamenu > ul > li > .mega-dropdown-menu {
    border-radius: 4px;
    border: 1px solid #16B00E;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

    margin-top: 0px;
}
.t3-megamenu .dropdown-submenu .mega-dropdown-menu {
    border-radius: 4px;
    border: 2px solid #16B00E
}
.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
    margin: 0 0 0 0;
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #eeeeee;
    color: #404040;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 6px;
}
.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
    background: inherit;
    color: #16B00E;
}
.t3-megamenu .mega-group-ct .row {
    margin-left: -16px;
    margin-right: -16px
}
.t3-megamenu .mega-nav > li + li,
.t3-megamenu .dropdown-menu .mega-nav > li + li {

}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
    font-size: 12px;
    padding: 0;
    font-weight: 700;
}
.t3-megamenu .dropdown-menu .mega-group .mega-nav > li.active > a {
    color: #16B00E
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
    margin-right: 0
}
.t3-megamenu .t3-module .module-title {
    margin: 0 0 16px 0;
    padding: 0;
    background: transparent;
    border-bottom: 2px solid #eeeeee;
    color: #2d2d2d;
    font-size: 11px;
    font-weight: 500;

    line-height: normal;
    padding-bottom: 6px;
    text-transform: uppercase;
    margin-bottom: 10px
}
.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
    background: inherit;
    color: inherit
}
.t3-megamenu .t3-module ul li,
.t3-megamenu .t3-module .nav li {
    list-style: disc;
    display: list-item;
    float: none;
    margin: 0;
    padding: 0;
    border: 0
}
.t3-megamenu .t3-module ul li a,
.t3-megamenu .t3-module .nav li a {
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 100%;
    background: none;
    font: inherit;
    white-space: normal
}
.t3-megamenu .t3-module ul li a:hover,
.t3-megamenu .t3-module .nav li a:hover,
.t3-megamenu .t3-module ul li a:focus,
.t3-megamenu .t3-module .nav li a:focus,
.t3-megamenu .t3-module ul li a:active,
.t3-megamenu .t3-module .nav li a:active {
    background: none;
    color: inherit;
    font: inherit
}
.t3-megamenu .mega-caption {
    color: #ffffff;
    font-size: 10px;
    position: absolute;
    bottom: 6px;
    font-weight: normal;
    text-transform: none;
    opacity: 0.4;
    filter: alpha(opacity=40)
}
.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
    margin-right: 0
}
/*===============================
/templates/ja_company/css/off-canvas.css
================================================================================*/

.off-canvas-toggle {
    z-index: 100
}
html,
body {
    height: 100%
}
.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%
}
.t3-wrapper {
    background: #ffffff;
    position: relative;
    left: 0;
    z-index: 99;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    overflow: visible
}
.t3-wrapper::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 100
}
.t3-mainnav-android {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s
}
.t3-mainnav-android::after {
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s
}
.off-canvas-open .t3-wrapper::after {
    width: 100%;
    height: 10000px;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}
.off-canvas-open .t3-mainnav-android::after {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}
.t3-off-canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    width: 250px;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}
.t3-off-canvas::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}
.off-canvas-right.t3-off-canvas {
    display: none
}
.off-canvas-right .off-canvas-right.t3-off-canvas {
    display: block
}
html[dir="ltr"] .off-canvas-right.t3-off-canvas {
    left: auto;
    right: 0
}
.off-canvas-open .t3-off-canvas::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s
}
.off-canvas-open .off-canvas-current {
    visibility: visible
}
.off-canvas-open .t3-off-canvas {
    overflow-y: auto
}
.t3-off-canvas {
    background: #ffffff;
    color: #666666
}
.t3-off-canvas .t3-off-canvas-header {
    background: #234269;
    color: #ffffff;
    padding: 12px 16px
}
.t3-off-canvas .t3-off-canvas-header h2 {
    margin: 0
}
.t3-off-canvas .t3-off-canvas-body {
    padding: 12px 16px
}
.t3-off-canvas .t3-off-canvas-body a {
    color: #234269
}
.t3-off-canvas .t3-off-canvas-body a:hover,
.t3-off-canvas .t3-off-canvas-body a:focus {
    color: #16B00E
}
.t3-off-canvas .t3-off-canvas-body a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu {
    position: static;
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.off-canvas-effect-1.t3-off-canvas {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.off-canvas-effect-1.off-canvas-open .off-canvas-effect-1.t3-off-canvas {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.off-canvas-effect-1.t3-off-canvas::after {
    display: none
}
.off-canvas-right.off-canvas-effect-1.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.off-canvas-effect-2.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}
.off-canvas-effect-2.t3-off-canvas {
    z-index: 1
}
.off-canvas-effect-2.off-canvas-open .off-canvas-effect-2.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s
}
.off-canvas-effect-2.t3-off-canvas::after {
    display: none
}
.off-canvas-right.off-canvas-effect-2.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}
.off-canvas-effect-3.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}
.off-canvas-effect-3.t3-off-canvas {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.off-canvas-effect-3.off-canvas-open .off-canvas-effect-3.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s
}
.off-canvas-effect-3.t3-off-canvas::after {
    display: none
}
.off-canvas-right.off-canvas-effect-3.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}
.off-canvas-right.off-canvas-effect-3.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.off-canvas-effect-4.off-canvas-open .t3-wrapper,
.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}
.off-canvas-effect-4.t3-off-canvas {
    z-index: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}
.off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.off-canvas-effect-4.t3-off-canvas::after {
    display: none
}
.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-wrapper,
.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}
.off-canvas-right.off-canvas-effect-4.t3-off-canvas {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0)
}
.off-canvas-effect-5.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}
.off-canvas-effect-5.t3-off-canvas {
    z-index: 1;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0)
}
.off-canvas-effect-5.off-canvas-open .off-canvas-effect-5.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.off-canvas-right.off-canvas-effect-5.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}
.off-canvas-right.off-canvas-effect-5.t3-off-canvas {
    z-index: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}
body.off-canvas-effect-6 {
    -webkit-perspective: 1500px;
    perspective: 1500px
}
.off-canvas-effect-6 .t3-wrapper {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: auto;
    overflow: hidden
}
.off-canvas-effect-6.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(250px, 0, 0) rotateY(-15deg);
    transform: translate3d(250px, 0, 0) rotateY(-15deg)
}
.off-canvas-effect-6.t3-off-canvas {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.off-canvas-effect-6.off-canvas-open .off-canvas-effect-6.t3-off-canvas {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.off-canvas-effect-6.t3-off-canvas::after {
    display: none
}
.off-canvas-right.off-canvas-effect-6 .t3-wrapper {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-6.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0) rotateY(15deg);
    transform: translate3d(-250px, 0, 0) rotateY(15deg)
}
.off-canvas-right.off-canvas-effect-6.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
body.off-canvas-effect-7 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%
}
.off-canvas-effect-7 .t3-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.off-canvas-effect-7.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}
.off-canvas-effect-7.t3-off-canvas {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
    transform: translate3d(-100%, 0, 0) rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.off-canvas-effect-7.off-canvas-open .off-canvas-effect-7.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg)
}
body.off-canvas-effect-7.off-canvas-right {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-7.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}
.off-canvas-right.off-canvas-effect-7.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
    transform: translate3d(100%, 0, 0) rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}
.off-canvas-right.off-canvas-effect-7.off-canvas-open .off-canvas-right.off-canvas-effect-7.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
    transform: translate3d(100%, 0, 0) rotateY(0deg)
}
body.off-canvas-effect-8 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%
}
.off-canvas-effect-8 .t3-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.off-canvas-effect-8.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}
.off-canvas-effect-8.t3-off-canvas {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
    transform: translate3d(-100%, 0, 0) rotateY(90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.off-canvas-effect-8.off-canvas-open .off-canvas-effect-8.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg)
}
.off-canvas-effect-8.t3-off-canvas::after {
    display: none
}
body.off-canvas-effect-8.off-canvas-right {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-8.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}
.off-canvas-right.off-canvas-effect-8.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
    transform: translate3d(100%, 0, 0) rotateY(-90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}
.off-canvas-right.off-canvas-effect-8.off-canvas-open .off-canvas-right.off-canvas-effect-8.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
    transform: translate3d(100%, 0, 0) rotateY(0deg)
}
body.off-canvas-effect-9 {
    -webkit-perspective: 1500px;
    perspective: 1500px
}
.off-canvas-effect-9 .t3-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.off-canvas-effect-9.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(0, 0, -250px);
    transform: translate3d(0, 0, -250px)
}
.off-canvas-effect-9.t3-off-canvas {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.off-canvas-effect-9.off-canvas-open .off-canvas-effect-9.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.off-canvas-effect-9.t3-off-canvas::after {
    display: none
}
.off-canvas-right.off-canvas-effect-9.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
body.off-canvas-effect-10 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%
}
.off-canvas-effect-10.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}
.off-canvas-effect-10.t3-off-canvas {
    z-index: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, -250px);
    transform: translate3d(0, 0, -250px)
}
.off-canvas-effect-10.off-canvas-open .off-canvas-effect-10.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
body.off-canvas-effect-10.off-canvas-right {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-10.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}
body.off-canvas-effect-11 {
    -webkit-perspective: 1500px;
    perspective: 1500px
}
.off-canvas-effect-11 .t3-wrapper {
    height: auto;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.off-canvas-effect-11.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
    transform: translate3d(100px, 0, -600px) rotateY(-20deg)
}
.off-canvas-effect-11.t3-off-canvas {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.off-canvas-effect-11.off-canvas-open .off-canvas-effect-11.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.off-canvas-effect-11.t3-off-canvas::after {
    display: none
}
.off-canvas-right.off-canvas-effect-11.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-100px, 0, -600px) rotateY(20deg);
    transform: translate3d(-100px, 0, -600px) rotateY(20deg)
}
.off-canvas-right.off-canvas-effect-11.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
body.off-canvas-effect-12 {
    -webkit-perspective: 1500px;
    perspective: 1500px
}
.off-canvas-effect-12 .t3-wrapper {
    height: auto;
    overflow: hidden;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.off-canvas-effect-12.off-canvas-open .t3-wrapper {
    -webkit-transform: rotateY(-10deg);
    transform: rotateY(-10deg)
}
.off-canvas-effect-12.t3-off-canvas {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.off-canvas-effect-12.off-canvas-open .off-canvas-effect-12.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.off-canvas-effect-12.t3-off-canvas::after {
    display: none
}
.off-canvas-right.off-canvas-effect-12 .t3-wrapper {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}
.off-canvas-right.off-canvas-effect-12.off-canvas-open .t3-wrapper {
    -webkit-transform: rotateY(10deg);
    transform: rotateY(10deg)
}
.off-canvas-right.off-canvas-effect-12.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
body.off-canvas-effect-13 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%
}
.off-canvas-effect-13.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}
.off-canvas-effect-13.t3-off-canvas {
    z-index: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
.off-canvas-effect-13.off-canvas-open .off-canvas-effect-13.t3-off-canvas {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-speed: 0.2s;
    transition-speed: 0.2s
}
body.off-canvas-effect-13.off-canvas-right {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-13.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}
body.off-canvas-effect-14 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%
}
.off-canvas-effect-14 .t3-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.off-canvas-effect-14.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}
.off-canvas-effect-14.t3-off-canvas {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
    transform: translate3d(-100%, 0, 0) rotateY(90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.off-canvas-effect-14.off-canvas-open .off-canvas-effect-14.t3-off-canvas {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg)
}
body.off-canvas-effect-14.off-canvas-right {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-14.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}
.off-canvas-right.off-canvas-effect-14.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
    transform: translate3d(100%, 0, 0) rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-14.off-canvas-open .off-canvas-right.off-canvas-effect-14.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
    transform: translate3d(100%, 0, 0) rotateY(0deg)
}
.old-ie .t3-off-canvas {
    z-index: 100 !important;
    left: -250px
}
html[dir="ltr"] .off-canvas-right.old-ie .t3-off-canvas {
    right: -250px;
    left: auto
}
.modal-open .t3-wrapper {
    position: static
}
.off-canvas-toggle {
    border-radius: 2px;
    border: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-top: 16px;
    margin-left: 12px
}
.off-canvas-toggle:focus {
    outline: none
}
.t3-off-canvas {
    background: #ffffff;
    color: #666666
}
.t3-off-canvas .t3-off-canvas-header {
    background: #234269;
    color: #ffffff;
    padding: 0 0 0 16px;
    height: 48px
}
.t3-off-canvas .t3-off-canvas-header h2 {
    margin: 0;
    line-height: 48px;
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px
}
.t3-off-canvas .close {
    color: #ffffff;
    margin: 0;
    height: 48px;
    line-height: 48px;
    font-weight: 300;
    width: 48px;
    background: #203d61;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100)
}
.t3-off-canvas .t3-off-canvas-body {
    font-size: 11px;
    padding: 24px 16px
}
.t3-off-canvas .t3-off-canvas-body a {
    color: #234269;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none
}
.t3-off-canvas .t3-off-canvas-body a:hover,
.t3-off-canvas .t3-off-canvas-body a:focus {
    color: #16B00E;
    text-decoration: none
}
.t3-off-canvas .t3-off-canvas-body a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu .active > a {
    background: transparent;
    color: #16B00E
}
.t3-off-canvas .t3-off-canvas-body .nav > li {
    margin: 0
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a,
.t3-off-canvas .t3-off-canvas-body .nav > li > span {
    border: 0;
    display: block;
    padding: 8px 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a:hover,
.t3-off-canvas .t3-off-canvas-body .nav > li > span:hover,
.t3-off-canvas .t3-off-canvas-body .nav > li > a:active,
.t3-off-canvas .t3-off-canvas-body .nav > li > span:active,
.t3-off-canvas .t3-off-canvas-body .nav > li > a:focus,
.t3-off-canvas .t3-off-canvas-body .nav > li > span:focus {
    background: transparent
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a:hover:before,
.t3-off-canvas .t3-off-canvas-body .nav > li > span:hover:before,
.t3-off-canvas .t3-off-canvas-body .nav > li > a:active:before,
.t3-off-canvas .t3-off-canvas-body .nav > li > span:active:before,
.t3-off-canvas .t3-off-canvas-body .nav > li > a:focus:before,
.t3-off-canvas .t3-off-canvas-body .nav > li > span:focus:before {
    margin-right: 8px;
    transition: 0.2s
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a .caret,
.t3-off-canvas .t3-off-canvas-body .nav > li > span .caret {
    display: none
}
.t3-off-canvas .t3-off-canvas-body .nav > li.dropdown > a:before,
.t3-off-canvas .t3-off-canvas-body .nav > li.dropdown > span:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
    transition: 0.2s;
    font-weight: 400;
    font-size: 11px;
    float: right
}
.t3-off-canvas .t3-off-canvas-body .nav > li.active > a,
.t3-off-canvas .t3-off-canvas-body .nav > li.active > span {
    background: transparent;
    border: 0;
    color: #16B00E
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu {
    background: transparent;
    padding-left: 12px
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li {
    margin: 0
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > span {
    font-size: 12px;
    font-weight: 400;
    padding: 8px 0;
    text-transform: none;
    display: block
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:hover,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > span:hover,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:active,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > span:active,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:focus,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > span:focus {
    background: transparent
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:hover:before,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > span:hover:before,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:active:before,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > span:active:before,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:focus:before,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > span:focus:before {
    margin-right: 8px;
    transition: 0.2s
}
.t3-off-canvas .t3-off-canvas-body .t3-module {
    margin-bottom: 32px;
    color: #666666
}
.t3-off-canvas .t3-off-canvas-body .t3-module .module-inner {
    background: none;
    padding: 0
}
.t3-off-canvas .t3-off-canvas-body .module-title {
    margin: 0 0 12px;
    padding-bottom: 12px;
    position: relative;
    font-size: 12px;
    font-weight: 900;
    border-bottom: 2px solid #333333
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}
/*===============================
/templates/ja_company/js/owl-carousel/owl.carousel.css
================================================================================*/

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 40px;
    -ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
    float: left
}
.owl-carousel .owl-item .client-item {
    padding: 0 5px
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.grabbing {
    cursor: url(../../templates/ja_company/js/owl-carousel/grabbing.png) 8 8, move
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
/*===============================
/templates/ja_company/js/owl-carousel/owl.theme.css
================================================================================*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-item.loading {
    min-height: 150px;
    background: url(../../templates/ja_company/js/owl-carousel/AjaxLoader.gif) no-repeat center center
}
/*===============================
/templates/ja_company/js/swiper/swiper.css
================================================================================*/

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("../images/ar_left.png");
    left: 10px;
    right: auto
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/ar_right.png");
    right: 10px;
    left: auto
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C6")'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C6")'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}
/*===============================
/plugins/system/jabuilder../css/jabuilder.css
================================================================================*/

.jub-edit-btn {
    background: #F44336;
    color: #fff;
    color: rgba(255, 255, 255, .87);
    font-weight: 500;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    text-align: left;
    position: fixed;
    top: 16px;
    left: 16px;
    box-sizing: border-box;
    padding: 8px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    border-radius: 50px;
    z-index: 100000;
    transition: .28s cubic-bezier(.4, 0, .2, 1);
    opacity: 1;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12), 0 3px 3px -2px rgba(0, 0, 0, .4)
}
.jub-edit-btn .material-icons {}.jub-edit-btn span {
    line-height: 1;
    display: inline-block;
    opacity: 0;
    margin-left: 8px;
    width: 80px;
    position: relative;
    top: -4px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .12s cubic-bezier(.4, 0, .2, 1)
}
.jub-edit-btn:hover,
.jub-edit-btn:active,
.jub-edit-btn:focus {
    background: #E53935;
    color: #fff;
    text-decoration: none !important;
    width: 140px;
    cursor: pointer;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .4)
}
.jub-edit-btn:hover span,
.jub-edit-btn:active span,
.jub-edit-btn:focus span {
    opacity: 1
}
body .jub-edit-btn {
    animation-name: jubBounceIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 1s;
    z-index: 999999
}
body.jub-onboarding .jub-edit-btn {
    width: 140px
}
body.jub-onboarding .jub-edit-btn span {
    opacity: 1
}
@keyframes jubBounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        transform: scale3d(.97, .97 .97)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}
/*===============================
/media/com_acymailing/css/module_default.css?v=1495634402
================================================================================*/

div.acymailing_module,
.acymailing_module div {
    padding: 0 !important;
    margin: 0 !important;
    border-style: none !important
}
table.acymailing_form {
    margin: auto;
    border: 0px !important
}
a.acymailing_togglemodule {
    display: block;
    font-size: 16px
}
.acymailing_mootoolsbutton p {
    text-align: center
}
.acysubbuttons {
    text-align: center
}
img.captchaimagemodule {
    border: 1px solid #dddddd;
    float: left
}
.captchakeymodule .captchafield {
    margin-top: 3px;
    margin-left: 2px
}
.acymailing_fulldiv tr,
.acymailing_fulldiv td {
    border: 0px
}
.acymailing_module_form select {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.acymailing_module_form td {
    padding-bottom: 5px;
    vertical-align: top
}
div.acymailing_module_error {
    color: #400;
    background-color: #fdd;
    padding: 1em !important;
    margin-bottom: 10px
}
div.acymailing_module_success {
    color: #130;
    background-color: #dfc;
    padding: 1em !important;
    z-index: 10;
    margin-bottom: 10px
}
.acymailing_module_form .acymailing_introtext {
    padding-bottom: 10px;
    display: block
}
.refreshCaptchaModule {
    background-image: url(../images/com_acymailing/images/refresh.png);
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    cursor: pointer
}
.acymailing_module fieldset {
    border: solid 1px #ccc;
    padding: 5px
}
.category_warning {
    color: red
}
.acymailing_fulldiv a.modal {
    position: static !important;
    margin: 0 !important;
    width: auto !important;
    display: inline !important
}
.hide {
    display: none
}
/*===============================
/templates/ja_company/acm/cta/css/style.css
================================================================================*/

.acm-cta {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 64px 0;
    text-align: center
}
@media (max-width: 767px) {
    .acm-cta {
        padding: 24px 0
    }
}
.acm-cta h2 {
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    margin: 0 64px 0 0
}
@media (max-width: 767px) {
    .acm-cta h2 {
        display: block;
        margin-right: 0;
        margin-bottom: 24px
    }
}
.acm-cta .btn {
    box-shadow: 8px 0 16px rgba(0, 0, 0, 0.1)
}
/*===============================
/templates/ja_company/acm/testimonials/css/style.css
================================================================================*/

.acm-testimonial.style-1 .testimonial-intro {
    text-align: center;
    margin: 0 auto 64px;
    width: 40%
}
@media (max-width: 991px) {
    .acm-testimonial.style-1 .testimonial-intro {
        width: 80%
    }
}
@media (max-width: 767px) {
    .acm-testimonial.style-1 .testimonial-intro {
        margin-bottom: 24px;
        width: 100%
    }
}
.acm-testimonial.style-1 .testimonial-intro h2 {
    color: #234269;
    margin-bottom: 0
}
.acm-testimonial.style-1 .testimonial-content {
    margin-left: -16px;
    margin-right: -16px
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel {
    padding: 0
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel .owl-wrapper {
    display: flex !important
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel .owl-item {
    padding: 0 16px;
    position: relative
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel .owl-item:before {
    border: 1px solid #eeeeee;
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    height: 100%
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel .testimonial-item {
    display: inline-block;
    text-align: center;
    padding: 32px;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel .testimonial-item .testimonial-img {
    position: relative;
    margin: -32px -32px 32px -32px
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel .testimonial-item .testimonial-img img {
    width: 100%
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel .testimonial-item .testimonial-img .label-highlight {
    bottom: -16px;
    background: #234269;
    border-radius: 30px;
    color: #ffffff;
    position: absolute;
    height: 32px;
    line-height: 32px;
    left: 50%;
    font-size: 11px;
    text-transform: uppercase;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
    padding: 0 32px;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel .testimonial-item h3 {
    color: #234269;
    margin-top: 48px;
    line-height: 1.5
}
.acm-testimonial.style-1 .owl-controls {
    margin-top: 24px
}
.acm-testimonial.style-1 .owl-controls .owl-page span {
    background: transparent;
    border: 2px solid #eeeeee;
    margin: 0 3px;
    height: 10px;
    width: 10px;
    opacity: 1;
    filter: alpha(opacity=100)
}
.acm-testimonial.style-1 .owl-controls .owl-page.active span {
    border-color: #2d2d2d
}
.acm-testimonial.style-1 .owl-carousel .owl-buttons > div {
    background: #dcdcdc;
    color: #2d2d2d;
    border-radius: 2px;
    position: absolute;
    padding: 0;
    right: -64px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: -24px 0 0;
    text-align: center;
    line-height: 48px;
    height: 48px;
    width: 48px
}
@media (max-width: 1300px) {
    .acm-testimonial.style-1 .owl-carousel .owl-buttons > div {
        display: none
    }
}
.acm-testimonial.style-1 .owl-carousel .owl-buttons > div .fa {
    font-size: 16px
}
.acm-testimonial.style-1 .owl-carousel .owl-buttons > div.owl-prev {
    right: auto;
    left: -64px
}
.acm-testimonial.style-1 .owl-carousel .owl-buttons > div:hover {
    background: linear-gradient(#f9884a, #16B00E);
    box-shadow: 8px 0 16px rgba(0, 0, 0, 0.1);
    color: #ffffff
}
.acm-testimonial.style-2 {
    background-size: cover;
    background-position: center
}
@media (min-width: 1200px) {
    .acm-testimonial.style-2 {
        background-attachment: fixed
    }
}
.acm-testimonial.style-2 .testimonial-showcase-intro {
    color: #404040;
    line-height: 1.33;
    font-weight: 400;
    font-size: 20px;
}
.acm-testimonial.style-2 .testimonial-showcase-actions {
    margin-top: 48px
}
.acm-testimonial.style-2 .testimonial-showcase-actions a {
    display: inline-block
}
.acm-testimonial.style-2 .testimonial-showcase-item {
    background: #ffffff;
    border-radius: 2px;
    padding: 32px;
    text-align: center
}
@media screen and (min-width: 768px) {
    .acm-testimonial.style-2 .testimonial-showcase-item {
        padding: 96px
    }
}
.acm-testimonial.style-2 div.pull-left .testimonial-showcase-item {
    text-align: left
}
.acm-testimonial.style-2 div.pull-left .testimonial-showcase-item .testimonial-showcase-header:after {
    left: 0;
    margin: 0
}
.acm-testimonial.style-2 div.pull-right .testimonial-showcase-item {
    text-align: left
}
.acm-testimonial.style-2 .author-info {
    margin-top: 32px
}
.acm-testimonial.style-2 .author-info .image-author {
    float: left;
    margin-right: 12px;
    height: 48px;
    width: 48px
}
.acm-testimonial.style-2 .author-info .image-author img {
    border-radius: 2px
}
.acm-testimonial.style-2 .author-info h4 {
    color: #234269;
    margin-top: 0;
    margin-bottom: 0
}
.acm-testimonial.style-2 .author-info h5 {
    color: #aaaaaa;
    margin-top: 6px;
    margin-bottom: 0
}
.acm-testimonial.style-3 .owl-carousel {
    padding: 0
}
.acm-testimonial.style-3 .owl-carousel .owl-controls {
    bottom: 100%;
    position: absolute;
    margin-bottom: 24px;
    right: 0
}
@media (max-width: 767px) {
    .acm-testimonial.style-3 .owl-carousel .owl-controls {
        margin-bottom: 12px
    }
}
.acm-testimonial.style-3 .owl-carousel .owl-controls .owl-buttons > div {
    background: #dcdcdc;
    color: #2d2d2d;
    border-radius: 2px;
    margin: 0 0 0 8px;
    padding: 0;
    line-height: 24px;
    float: left;
    height: 24px;
    width: 24px
}
.acm-testimonial.style-3 .owl-carousel .owl-controls .owl-buttons > div:hover {
    background: linear-gradient(#f9884a, #16B00E);
    box-shadow: 8px 0 16px rgba(0, 0, 0, 0.1);
    color: #ffffff
}
.acm-testimonial.style-3 .testimonial-item-inner {
    padding: 0 1px
}
.acm-testimonial.style-3 .testimonial-content {
    border: 1px solid #eeeeee;
    padding: 24px;
    position: relative;
    margin-bottom: 24px
}
.acm-testimonial.style-3 .testimonial-content::before {
    border-width: 8px;
    border-style: solid;
    border-color: #eeeeee transparent transparent transparent;
    content: "";
    position: absolute;
    left: 12px;
    top: 100%
}
.acm-testimonial.style-3 .testimonial-content::after {
    border-width: 8px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    content: "";
    position: absolute;
    left: 12px;
    margin-top: -1px;
    top: 100%
}
.acm-testimonial.style-3 .testimonial-info .testimonial-img {
    float: left;
    margin-right: 12px;
    height: 48px;
    width: 48px
}
.acm-testimonial.style-3 .testimonial-info .testimonial-img img {
    border-radius: 2px
}
.acm-testimonial.style-3 .testimonial-info .h4 {
    color: #2d2d2d;
    font-weight: 500
}
.acm-testimonial.style-3 .testimonial-info .h5 {
    color: #aaaaaa
}
/*===============================
/templates/ja_company/acm/accordion/css/style.css
================================================================================*/

.acm-accordion {
    text-align: left
}
.acm-accordion.panel-group .panel {
    border: 0;
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none
}
.acm-accordion.panel-group .panel + .panel {
    margin-top: 12px
}
.acm-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #eeeeee;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    color: #666666;
    padding: 24px
}
.acm-accordion .panel-title {
    position: relative;
    text-transform: uppercase;
    font-size: 11px
}
.acm-accordion .panel-title a {
    background: #ffffff;
    color: #16B00E;
    border: 1px solid #eeeeee;
    border-radius: 2px 2px 0 0;
    display: block;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding-right: 50px;
    text-indent: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.acm-accordion .panel-title a.collapsed {
    background: #fbfbfb;
    color: #aaaaaa;
    border-radius: 2px
}
.acm-accordion .panel-title a.collapsed:hover {
    color: #234269
}
.acm-accordion .panel-title a.collapsed:hover .fa {
    background: #234269
}
.acm-accordion .panel-title a:focus,
.acm-accordion .panel-title a:hover,
.acm-accordion .panel-title a:focus {
    outline: none;
    text-decoration: none
}
.acm-accordion .panel-title .marker {
    background: transparent;
    color: #9e9e9e;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: 0;
    width: 50px
}
.acm-accordion .panel-title .marker .fa {
    background: #dddddd;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 7px;
    text-align: center;
    line-height: 13px;
    height: 12px;
    width: 12px
}
.acm-accordion .panel-title .marker-close {
    display: none
}
.acm-accordion .panel-title .marker-open {
    display: inline-block
}
.acm-accordion .panel-title .marker-open .fa {
    background: #16B00E
}
.acm-accordion .panel-title .collapsed .marker-close {
    display: inline-block
}
.acm-accordion .panel-title .collapsed .marker-open {
    display: none
}
.acm-accordion .panel-heading {
    padding: 0
}
/*===============================
/templates/ja_company/acm/features-intro/css/style.css
================================================================================*/

.acm-features .features-item{
    max-width: 250px;
}
.acm-features .features-item:before,
.acm-features .features-item:after {
    content: " ";
    display: table
}
.acm-features .features-item:after {
    clear: both
}
.acm-features img {
    max-width: 100%
}
.acm-features .features-item-inner h4 {
    color: #9e9e9e;
    margin-top: o
}
.acm-features .owl-controls .owl-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start
}
.acm-features .owl-controls .owl-buttons > div {
    background: #f7f7f7;
    border-radius: 2px;
    color: #aaaaaa;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex: 0 0 auto;
    height: 48px;
    width: 48px;
    opacity: 1;
    filter: alpha(opacity=100)
}
.acm-features .owl-controls .owl-buttons > div + div {
    margin-left: 12px;
    margin-top: 0
}
.acm-features .owl-controls .owl-buttons > div .fa {
    color: #aaaaaa;
    font-size: 16px
}
.acm-features .owl-controls .owl-buttons > div .fa.fa-angle-left,
.acm-features .owl-controls .owl-buttons > div .fa.fa-angle-right {
    text-indent: 0;
    line-height: 1
}
.acm-features .owl-controls .owl-buttons > div:hover {
    background: linear-gradient(#077E01, #16B00E);
    color: #ffffff
}
.acm-features .owl-controls .owl-buttons > div:hover .fa {
    color: #ffffff
}
.acm-features.style-1 img {
    width: 100%
}
.acm-features.style-1 .label-small {
    margin-bottom: 24px
}
.acm-features.style-1 .features-intro {
    padding-right: 32px
}
@media (max-width: 767px) {
    .acm-features.style-1 .features-intro {
        padding-right: 0
    }
}
.acm-features.style-1 .acm-features-title {
    color: #2d2d2d;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 24px
}
@media (max-width: 767px) {
    .acm-features.style-1 .acm-features-title {
        font-size: 22px
    }
}
.acm-features.style-1 .features-content {
    background: #ffffff;
    padding: 24px
}
.acm-features.style-1 .features-content h3 {
    margin-top: 0;
    line-height: 1.5
}
.acm-features.style-1 .acm-feature-slide {
    margin-left: -16px;
    margin-right: -16px
}
.acm-features.style-1 .acm-feature-slide .owl-carousel {
    padding: 0
}
.acm-features.style-1 .owl-item {
    padding: 0 16px
}
.acm-features.style-1 .features-item-inner {
    background: #ffffff
}

.acm-features.style-1 .features-item-inner .features-img img {
    border-radius: 2px
}
.acm-features.style-1 .features-item-inner h3 {
    color: #234269;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 0px
}
.acm-features.style-1 .features-item-inner .feature-action a {
    border-bottom: 1px solid #16B00E;
    font-size: 12px
}
.acm-features.style-1 .features-item-inner .feature-action a:hover {
    color: #16B00E
}
.acm-features.style-1 .owl-controls {
    bottom: 0;
    position: absolute;
    left: -31.3333%;
    margin-top:40px;
    margin-bottom: 0px
}
@media (max-width: 1199px) {
    .acm-features.style-1 .owl-controls {
        left: -47.33333%
    }
}
@media (max-width: 991px) {
    .acm-features.style-1 .owl-controls {
        position: relative;
        left: 0;
        margin-top: 24px
    }
}
.acm-features.style-2 {
    margin-bottom: 32px
}
.acm-features.style-2 .row {
    margin: 0
}
.acm-features.style-2 .row > div {
    padding: 0
}
.acm-features.style-2 .row > div.features-item {
    padding: 96px 112px
}
@media (max-width: 1199px) {
    .acm-features.style-2 .row > div.features-item {
        padding: 64px 64px
    }
}
@media (max-width: 767px) {
    .acm-features.style-2 .row > div.features-item {
        padding: 32px
    }
}
.acm-features.style-2 .features-content {
    background: #ffffff
}
.acm-features.style-2 .features-content .label-small {
    margin-bottom: 16px
}
.acm-features.style-2 .features-content h2 {
    color: #2d2d2d;
    margin-top: 0;
    margin-bottom: 24px
}
.acm-features.style-2 .features-content h2 a {
    color: #2d2d2d
}
.acm-features.style-2 .features-content h2 a:hover,
.acm-features.style-2 .features-content h2 a:focus,
.acm-features.style-2 .features-content h2 a:active {
    color: #234269
}
.acm-features.style-2 .features-content .btn {
    box-shadow: 8px 0 16px rgba(0, 0, 0, 0.1);
    margin-top: 24px
}
/*===============================
/templates/ja_company/acm/slideshow/css/style.css
================================================================================*/

.slideshow {
    position: relative;
    overflow: hidden
}
.slideshow .swiper-thumbs-wraper,
.slideshow .swiper-container {
    -webkit-transition: 700ms all;
    -o-transition: 700ms all;
    transition: 700ms all;
    opacity: 1;
    filter: alpha(opacity=100)
}
.slideshow .has-mask:before {
    background-color: rgba(0, 0, 0, 0.5);
    /*background-image: url('../images/bg-mask.png');*/
    background-position: left bottom;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}
.slideshow .slider-content-inner {
    color: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -72px;
    transform: translateY(-50%);
    max-width: 28%
}
@media (max-width: 1199px) {
    .slideshow .slider-content-inner {
        max-width: 50%
    }
}
@media (max-width: 1199px) {
    .slideshow .slider-content-inner {
        margin-top: 0;
        max-width: 90%
    }
}
@media (max-width: 767px) {
    .slideshow .slider-content-inner .item-title {
        font-size: 16px;
        margin-top: 0
    }
}
.slideshow .slider-content-inner .item-desc {
    color: rgba(255, 255, 255, 0.8);
    margin-top: 24px
}
.slideshow .slider-content-inner .group-action {
    margin-top: 24px
}
@media (max-width: 767px) {
    .slideshow .slider-content-inner .group-action {
        margin-top: 12px
    }
}
@media (max-width: 767px) {
    .slideshow .slider-content-inner .group-action .btn {
        background: transparent;
        border-bottom: 1px solid #16B00E;
        border-radius: 0;
        color: #ffffff;
        padding: 0
    }
    .slideshow .slider-content-inner .group-action .btn:hover,
    .slideshow .slider-content-inner .group-action .btn:focus,
    .slideshow .slider-content-inner .group-action .btn:active {
        color: #16B00E
    }
}
.slideshow .slider-content-inner .group-action .btn + .btn {
    margin-left: 16px
}
.slideshow .swiper-thumbs-wraper {
    position: absolute;
    bottom: 32px;
    width: 100%
}
@media (max-width: 767px) {
    .slideshow .swiper-thumbs-wraper {
        bottom: 24px
    }
}
.slideshow .swiper-thumbs-wraper .container {
    position: relative
}
.slideshow .swiper-thumbs-wraper .swiper-wrapper {
    padding-top: 12px
}
.slideshow .swiper-thumbs-wraper .swiper-thumbs {
    background: linear-gradient(#ffffff, #ffffff);
    display: flex;
    -webkit-display: flex;
    border-radius: 2px;
    height: 144px;
    overflow: hidden;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;   background: #16B00E;
}
.slideshow .swiper-thumbs-wraper .swiper-thumbs:before,
.slideshow .swiper-thumbs-wraper .swiper-thumbs:after {
    content: " ";
    display: table
}
.slideshow .swiper-thumbs-wraper .swiper-thumbs:after {
    clear: both
}
.slideshow .swiper-thumbs-wraper .swiper-thumbs span {
    color: #fff;
    padding: 25px 20px 20px 25px;
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.4;

}
.slideshow .swiper-thumbs-wraper .swiper-thumbs:hover {
    color: #ffffff;
    cursor: pointer;
    margin-top: -11px;

}
.slideshow .swiper-thumbs-wraper .swiper-thumbs:hover span {
    color: #ffffff
}
.slideshow .swiper-thumbs-wraper .swiper-thumbs .item-image {
    max-width: 25%;
    width: 100%;
    position: absolute;
    /* height: 144px; */
    right: 15px;
    text-align: center;
    padding: 0;
    /* top: 0; */
    bottom: 15px;
}
.slideshow .swiper-thumbs-wraper .swiper-thumbs .item-image img {

    width: 100%;
    max-width: none
}
.slideshow .swiper-thumbs-wraper .swiper-button-white {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    color: #ffffff;
    display: none;
    top: 50%;
    margin-top: -24px;
    line-height: 48px;
    text-align: center;
    height: 48px;
    width: 48px;
    opacity: 1;
    filter: alpha(opacity=100)
}
@media (min-width: 1172px) {
    .slideshow .swiper-thumbs-wraper .swiper-button-white {
        display: block
    }
}
.slideshow .swiper-thumbs-wraper .swiper-button-white:hover,
.slideshow .swiper-thumbs-wraper .swiper-button-white:focus,
.slideshow .swiper-thumbs-wraper .swiper-button-white:active {
    background-color: rgba(255, 255, 255, 0.4)
}
.slideshow .swiper-thumbs-wraper .swiper-button-white.swiper-button-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50)
}
.slideshow .swiper-thumbs-wraper .swiper-button-white.swiper-button-prev,
.slideshow .swiper-thumbs-wraper .swiper-button-white.swiper-button-next{
    margin-top: -18px
}
@media (min-width: 1172px) {
    .slideshow .swiper-thumbs-wraper .swiper-button-white.swiper-button-prev {
        left: auto;
        right: 100%
    }
}
@media (min-width: 1172px) {
    .slideshow .swiper-thumbs-wraper .swiper-button-white.swiper-button-next {
        right: auto;
        left: 100%
    }
}
.slideshow .swiper-pagination {
    bottom: auto;
    left: 50%;
    display: none;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1
}
@media (max-width: 1199px) {
    .slideshow .swiper-pagination {
        display: block
    }
}
.slideshow .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
    margin: 0 2.4px
}
.slideshow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #16B00E
}
.slideshow .slider-content-inner[data-type-animation="left-right"] .ja-animation {
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms
}
.slideshow .slider-content-inner[data-type-animation="bottom-top"] .ja-animation {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms
}
.slideshow .swiper-slide-active .slider-content-inner[data-type-animation="bottom-top"] .ja-animation {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100)
}
.slideshow .swiper-slide-active .slider-content-inner[data-type-animation="left-right"] .ja-animation {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100)
}
.slideshow .swiper-slide-active .swiper-thumbs .item-title {


}
.slideshow .ja-animation[data-delay-transtion="1"] {
    -webkit-transition-delay: 250ms !important;
    transition-delay: 250ms !important
}
.slideshow .ja-animation[data-delay-transtion="2"] {
    -webkit-transition-delay: 350ms !important;
    transition-delay: 350ms !important
}
.slideshow .ja-animation[data-delay-transtion="3"] {
    -webkit-transition-delay: 450ms !important;
    transition-delay: 450ms !important
}
.slideshow .ja-animation[data-delay-transtion="4"] {
    -webkit-transition-delay: 600ms !important;
    transition-delay: 600ms !important
}
.slideshow .video-action {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 900ms all;
    -o-transition: 900ms all;
    transition: 900ms all;
    z-index: -1
}
.slideshow.play .video-action {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1
}
.slideshow.play .swiper-thumbs-wraper,
.slideshow.play .swiper-container {
    -webkit-transition: 4000ms all;
    -o-transition: 4000ms all;
    transition: 4000ms all;
    opacity: 0;
    filter: alpha(opacity=0)
}
.video-intro {
    background: #fbfbfb;
    border-bottom: 1px solid #eeeeee;
    padding: 32px 0;
    text-align: center
}
.video-intro h3 {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    top: 12px;
    text-align: left;
    margin-right: 128px;
    margin-top: 0;
    margin-bottom: 0;
    color:#FFF;
}
@media (max-width: 767px) {
    .video-intro h3 {
        display: block;
        top: 0;
        text-align: center;
        margin-right: 0;
        margin-bottom: 24px
    }
}
.video-intro a {
    display: inline-block;
    position: relative
}
@media (max-width: 767px) {
    .video-intro a {
        display: block
    }
}
.video-intro a .fa {
    background: #ffffff;
    border-radius: 50%;
    color: #16B00E;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -24px;
    margin-top: -24px;
    line-height: 48px;
    height: 48px;
    width: 48px
}
.video-intro img {
    max-width: 128px
}
/*===============================
/media/mod_languages/css/template.css
================================================================================*/

div.mod-languages ul {
    margin: 0;
    padding: 0;
    list-style: none
}
div.mod-languages li {
    margin-left: 5px;
    margin-right: 5px
}
div.mod-languages ul.lang-inline li {
    display: inline
}
div.mod-languages ul.lang-block li {
    display: block
}
div.mod-languages img {
    border: none
}
div.mod-languages a {
    text-decoration: none
}


/* SLICK Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    margin: 0;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;

}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    margin: 0 0px;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    margin-bottom: 0;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 0px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    width: 99%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index:1;
    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: rgba(0,0,0,0.5);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: rgba(0,0,0,0.5);
}
.slick-prev:hover:before,
.slick-next:hover:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .15;
    cursor: auto;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .7;
    color: #16b00e;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 3px;
    top:15px;

}
[dir='rtl'] .slick-prev
{
    right: 0px;
    left: auto;
}
.slick-prev:before
{
    content: url('../images/ar_up.png');
}
[dir='rtl'] .slick-prev:before
{
    content: url('../images/small_triangle.png');
}

.slick-next
{
    left: 3px;
    bottom:-13px;
    top: auto;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content:  url('../images/ar_down.png');
}
[dir='rtl'] .slick-next:before
{
    content:  url('../images/ar_down.png');
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 50px;
}
.slider-for img{
    margin-top: 0;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*LIGHTBOX*/
.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}



/*custom*/
#video-intro-90{
    background:#0F3E4D;
}
#paralax_section{
    position: relative;
}
#paralax_section_overlay > img{
    position: absolute;
    left:0;
    top: 215px;
    width: 45%;
    opacity: 0.95;

}
#paralax_section_overlay{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;


}

.swiper-thumbs > .item-image{
    background: #16B00E ;
}

.products_menu_image{
    margin: 30px 20px 0px 15px;
    display: none;
}
.filter-buttons{
    margin: 40px 0 50px;
}
.filter-buttons span{
    padding: 10px 15px;
    margin: 10px 10px 10px 1px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.filter-buttons span.active
, .filter-buttons span:hover
{
    background: #16B00E;
    color: #fff;
}
.category-item .description-image .btn-hidden{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
}
.category-item .description-image:hover .btn-hidden{
    opacity: 1;
}
.ja-masthead--small{
    background-color: #16b00e !important;
    background-image: none !important;
}
.ja-masthead--small .ja-masthead-detail{
    padding: 60px 0 40px !important;
}
.ja-masthead--small .ja-masthead-description{
    color: #fff !important;
}
.trader__image{
    margin: 0 20px 5px 0 !important;
    width: 60px;
}
.trader__name{
    font-size: 18px;
    margin-top: 0;
    letter-spacing: .5px;
    font-weight: bold;
    line-height: 1.7;
}
.bus__footer{
    margin-top: 20px;
    background: #f8f8f8;
}
.bus__footer + div h3{
    margin-top: 0;
}
.bus__footer h3{
    display:inline-block;width: 100%;
}
.bus__gallery{
    margin-bottom: 20px;
}
.bus__icon{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 50px;
}
.slick-slide{
    padding: 0px;
}
.slider-for{
    width: 75%;display:inline-block;vertical-align:top;
}
.slider-nav{
    width: 25%;margin:0 auto;display: inline-block;position:relative;vertical-align:top; overflow:hidden;
}
.slider-nav .slick-list{
    margin-bottom: -2px;
}
.gallery{
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
}
.gallery-normal{
  position: relative;
  display: flex;
flex-wrap: wrap;
}
.gallery-normal > div{
  margin: 10px;
  border: 1px solid #333;

}
.gallery-normal > div img{
  margin:0;
}
#slideshow{
    width: 100%;
    position: relative;
    height: 600px;

    top:-32px;
    overflow: hidden;
}
.slideshow_container {
    width: 100%;
    height: 100%;
}
#slideshow .swiper-pagination{
    top:0;
    bottom: auto;
}
#slider_categories{
    width: 100%;
    position: absolute;
    bottom: 30px;
    z-index:1;

}
.slider_category{
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 25px 1.5% 20px 1.5%;
    margin-right: 1.5%;
    float: left;
    width: 23.7%;
    font-size: 30px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.4;
    border-radius: 2px;
    height: 144px;
    overflow: hidden;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    background: rgba(22,176,14,0.97);
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}
.slider_category:hover, .slider_category:focus{
    background: rgba(22,176,14,1);
    color:#FFF;
}
.slider_category:last-child{
    margin-right: 0;
}

.slide_overlay{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(15,62,77,0.1);
}
.slider_category img{
    max-width: 25%;
    width: 100%;
    position: absolute;
    /* height: 144px; */
    right: 15px;
    text-align: center;
    padding: 0;
    /* top: 0; */
    bottom: 15px;
}

.slider_category:hover {

    cursor: pointer;
    margin-top: -11px;

}

.slide_content_inner{
    color: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -72px;
    transform: translateY(-50%);
    max-width: 28%;
}
.slide_content_inner h1{
    font-weight: 700;
    text-shadow: 1px 0px 2px rgba(15, 62, 77, 1);
}
.slide_content_inner h1 a{
    color:#FFF;
    text-decoration: underline;
}
.slide_content_inner h1 a:hover{
    text-decoration: none;

}
.slide_content .item-desc{
    color: rgba(255, 255, 255, 0.8);
    margin-top: 24px;
}

@media (max-width: 1199px)
{
    #slideshow .slide_content_inner {
        margin-top: 0;
        max-width: 90%;
    }
}

.t3-megamenu .dropdown-menu .mega-nav .mega-inner li{
    padding-left:3px !important;
}


.new_date{
    display: inline-block;
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
}
.hpnew_date{font-size:11px;}
.all_link{
    display:inline-block;
    width: 100%;
    margin-top:20px;

}
.poweredby{
    color: #404040;
}
.poweredby a{
    color: #234269;
}
.bus_contact_trader{
    margin-top: 50px;
}
.bus_contact_trader h3{
    font-size: 20px;

}
.gallery img {
    margin-bottom: 3px;margin-left:3px;margin-top:0;width:100%;}
#logo_mobile,#mobile_languages{display:none;}

.t3-off-canvas-body .nav-pills > li > a{
    background: transparent;
}
.categories-list .category-item .description-image{
        background-position: center!important;
    }

    img.alignright{
        float:right;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    img.alignleft{
        float:left;
        margin-right: 15px;
        margin-bottom: 15px;
    }

/* RESPONSIVITA */

@media all and (max-width: 1199px) {

}
@media all and (max-width: 991px) {
    #slider_categories{bottom:2%;}
    .slide_content_inner h1 {
    width: 100%;
    font-size: 30px;
    padding: 11%;
}

    .slider_category{
        font-size: 22px;
        height: 115px;
        padding: 1.5%;
    }
    .slide_content_inner h1{
        width: 80%;
    }
    .t3-footer, .poweredby{text-align:center;}
    .poweredby{margin-top:15px;}

    #slideshow{height: 450px;}
}
@media all and (max-width: 768px) {
    #slider_categories{bottom:2%;}
    .slide_content_inner h1 {
        width: 100%;
        font-size: 30px;
        padding: 11%;
    }

    #t3-header{display:none;}

    .off-canvas-toggle{
        display: inline-block;vertical-align:bottom;

    }
    #mobile_languages{
        display: inline-block;vertical-align:bottom;  height: 64px;
        padding: 16px 0;
    }
    #mobile_languages > div {height: 100%;}
    #mobile_languages > div > ul{

        width: 100%;
        top: 47px;
    }
    div.mod-languages ul.lang-inline li{
        display: inline-block;
        margin-top:0;
    }
    div.mod-languages ul.lang-inline li a{
        display: inline-block;
        padding: 10px 10px;

    }
    #mobile_languages > div > a{
        color:#404040;
    }
    div.mod-languages img {
        border: none;
        margin-right: 9px;
        vertical-align: middle;
        margin-bottom: 2px;
    }
    #mobile_languages >div > a.btn{
        padding: 5px 10px;
    }

    #logo_mobile{
        display: inline-block;
        height: 64px;
        padding: 16px;
        margin-left: 16px;
    }
    #logo_mobile img{width: auto;height: 100%;}

    .slider_category{
        font-size: 18px;
        height: 100px;
    }
    .t3-header {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .acm-testimonial.style-2 .testimonial-showcase-intro {
        font-size: 16px;
    }
    #paralax_section_overlay > img{display:none;}

    .ja-masthead--small .ja-masthead-detail {
        padding: 20px 0 20px !important;
    }

    .filter-buttons,.filter-buttons span{
        display:inline-block;
    }
    .filter-buttons span{
        font-size: 12px!important;
    }

    .categories-list .category-item{
        width: 50%;
    }
    .categories-list .category-item .description-image{
        height: 200px!important;
        background-position: center!important;
    }

    .page-list, .page-list .t3-content{
        padding-top:0;
    }
    .page-list .filter-buttons{
        margin: 20px 0;
    }

}
@media all and (max-width: 575px) {

    #bus_offer{display:none;}
    .slide_content_inner h1 {
        width: 100%;
        font-size: 24px;
        padding: 11%;
    }
    #slider_categories{

        bottom: 0;
    }
    #slider_categories .container{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        gap: 0 !important;
    }
    .slider_category {
        font-size: 18px;
        height: auto;
        width: 25%;
        margin:0;
        padding: 25px;
    }
    .slider_category span{
        display: none;
    }
    .slider_category img{
        max-width: 100%;
        position:relative;
        width: 100%;
        top:0;
        bottom:0;
        left:0;right:0;
    }
    .gallery .slider-for{
        width: 100%;
    }
    .gallery .slider-nav{
        display: none;
    }

    .filter-buttons,.filter-buttons span{
        display:inline-block;
    }
    .filter-buttons span{
        font-size: 12px!important;
    }

    .categories-list .category-item{
        width: 100%;
    }
    .categories-list .category-item .description-image{
        height: 350px!important;
        background-position: center!important;
    }

}
@media all and (max-width: 435px) {
#logo_mobile {
    display: inline-block;
    height: 64px;
    padding: 16px;
    padding-right: 5px;
    padding-left: 8px;
    margin-left: 0px;
}
#header_search{
    padding: 16px 12px 16px 5px;
}
.categories-list .category-item .description-image{
        height: 250px!important;
    }

}
@media all and (max-width: 300px)
{ #header_search{
   display: none;
}
}
/* // RESPONSIVITA */

.ja-masthead-title a{
  color: #FFF;
}
.ja-masthead-title a:hover{
  color: #FFF;

}
.relevanssi-query-term{
  background: yellow;
}
.form-gdpr-info{
    color:red;
    font-size: 13px;
}

#header_search{
    padding: 0;
    padding-right: 12px;
    overflow: visible;
}
#bus_offer{
    height: 100%;
}
#bus_offer > a{
    height: 100%;
    display:flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 700;
    letter-spacing: 0.5;
    font-size: 13px;

}
#bus_offer :before{
    top: 16px;
}
#header_search > .search{
    margin-top: 16px;
}

/* Header/menu redesign overrides */
.t3-mainnav {
    background-color: #e0e2e2;
}
.navbar-default .navbar-nav > li + li:before,
.nav-right > div:before,
.nav-right > .form-search:before {
    background: #404040;
    width: 1px;
    height: 26px;
    top: 19px;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > span {
    color: #404040;
}
.navbar-default .navbar-nav > li > a .caret,
.navbar-default .navbar-nav > li > span .caret,
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #404040;
    border-bottom-color: #404040;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > span:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > span:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > span,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > span:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > span:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > span,
.navbar-default .navbar-nav > .open > span:hover,
.navbar-default .navbar-nav > .open > span:focus {
    color: #404040 !important;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover .caret,
.navbar-default .navbar-nav > li > span:hover .caret,
.navbar-default .navbar-nav > li > a:focus .caret,
.navbar-default .navbar-nav > li > span:focus .caret,
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret,
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret,
.navbar-default .navbar-nav > .open > span .caret,
.navbar-default .navbar-nav > .open > span:hover .caret,
.navbar-default .navbar-nav > .open > span:focus .caret {
    border-top-color: #404040;
    border-bottom-color: #404040;
}
.nav-right .search {
    overflow: visible;
    min-width: 32px
}
.nav-right .form-search {
    overflow: visible
}
.topbar-right .mod-languages .lang-text-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 0;
    font-size: 12px;
}
.topbar-right .mod-languages .lang-text-switcher li {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
}
.topbar-right .mod-languages .lang-text-switcher li + li:before {
    content: "/";
    color: #808080;
    margin: 0 7px;
    font-weight: 400;
}
.topbar-right .mod-languages .lang-text-switcher li a {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}
.topbar-right .mod-languages .lang-text-switcher li.lang-active a,
.topbar-right .mod-languages .lang-text-switcher li a:hover,
.topbar-right .mod-languages .lang-text-switcher li a:focus {
    color: #404040;
    font-weight: 700;
}

/* Submenu typography + icon cleanup */
.t3-megamenu .dropdown-menu .mega-nav [class^="icon-"],
.t3-megamenu .dropdown-menu .mega-nav [class*=" icon-"],
.t3-megamenu .dropdown-menu .mega-nav .fa {
    display: none;
}
.t3-megamenu .t3-module .module-title {
    font-size: 18px;
    color: #404040;
}
.t3-megamenu .dropdown-menu .mega-group-ct .mega-nav > li > a,
.t3-megamenu .dropdown-menu .mega-nav > li > a {
    font-size: 14px;
    font-weight: 500;
    color: #404040;
}
.t3-megamenu .dropdown-menu .mega-nav > li > a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li > a:focus {
    color: #404040;
    background: transparent;
}

/* Slider cards layout */
#slider_categories .container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 1.5%;
}
.slider_category {
    float: none;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
}
.slider_category > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slider_category > div img {
    order: -1;
}
.slider_category img {
    position: static;
    max-width: 72px;
    width: auto;
    margin-top: 0;
    margin-bottom: 12px;
}

/* Slideshow titulek: viditelný do 768px, od 769px skrytý (desktop) */
@media (min-width: 769px) {
    .slide_content {
        display: none;
    }
}

/* Features section typography/colors */
.acm-features.style-1 .label-small {
    font-size: 24px;
}
.acm-features.style-1 .acm-features-title {
    font-size: 20px;
    color: #404040;
}
.acm-features.style-1 .features-item-inner h3,
.acm-features.style-1 .features-item-inner h3 a {
    color: #404040;
}

/* Owl buttons: darker color + larger icon */
.acm-features .owl-controls .owl-buttons > div,
.acm-features .owl-controls .owl-buttons > div .fa {
    color: #404040;
}
.acm-features .owl-controls .owl-buttons > div .fa {
    font-size: 22px;
}