html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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 {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]: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,
    section.image>aside,
    section blockquote,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    section.image>aside,
    section blockquote,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff !important
    }
    .navbar {
        display: none
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .btn>.caret,
    #sm-accept>.caret,
    #sm-cancel>.caret,
    form .buttons span.button>.caret,
    .dropup>.btn>.caret,
    .dropup>#sm-accept>.caret,
    .dropup>#sm-cancel>.caret,
    form .buttons .dropup>span.button>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !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: 62.5%;
    -webkit-tap-highlight-color: transparent
}
body {
    font-family: "dax-regularregular", "Helvetica Neue LT Com 55 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #2d8b42;
    background-color: #F3F3F3
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: #2d8b42;
    text-decoration: none
}
a:hover,
a:focus {
    color: #eca204;
    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 {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: 9px
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.2;
    background-color: #F3F3F3;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-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: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #f5f5f5
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
@font-face {
    font-family: 'dax-regularregular';
    src: url("fonts/dax-regular-webfont.eot");
    src: url("fonts/dax-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/dax-regular-webfont.woff2") format("woff2"), url("fonts/dax-regular-webfont.woff") format("woff"), url("fonts/dax-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'daxbold';
    src: url("fonts/dax-bold-webfont.eot");
    src: url("fonts/dax-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/dax-bold-webfont.woff2") format("woff2"), url("fonts/dax-bold-webfont.woff") format("woff"), url("fonts/dax-bold-webfont.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}
@font-face {
    font-family: 'Helvetica Neue LT Com 55 Roman';
    src: url("fonts/helveticaneue_roman.eot");
    src: url("fonts/helveticaneue_roman.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneue_roman.woff2") format("woff2"), url("fonts/helveticaneue_roman.woff") format("woff"), url("fonts/helveticaneue_roman.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Helvetica Neue LT Com 75 Bold';
    src: url("fonts/helveticaneue_bold.eot");
    src: url("fonts/helveticaneue_bold.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneue_bold.woff2") format("woff2"), url("fonts/helveticaneue_bold.woff") format("woff"), url("fonts/helveticaneue_bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}
@font-face {
    font-family: 'Helvetica Neue LT Com 56 Italic';
    src: url("fonts/helveticaneue_italic.eot");
    src: url("fonts/helveticaneue_italic.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneue_italic.woff2") format("woff2"), url("fonts/helveticaneue_italic.woff") format("woff"), url("fonts/helveticaneue_italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic
}
h1,
h2,
section.image>aside,
section blockquote,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "dax-regularregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.1;
    color: #2d8b42
}
h1 small,
h1 .small,
h2 small,
section.image>aside small,
section blockquote small,
h2 .small,
section.image>aside .small,
section blockquote .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #b3b3b3
}
h1,
.h1,
h2,
section.image>aside,
section blockquote,
.h2,
h3,
.h3 {
    margin-top: 18px;
    margin-bottom: 9px
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
section.image>aside small,
section blockquote small,
h2 .small,
section.image>aside .small,
section blockquote .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 9px;
    margin-bottom: 9px
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}
h1,
.h1 {
    font-size: 41px
}
h2,
section.image>aside,
section blockquote,
.h2 {
    font-size: 32px
}
h3,
.h3 {
    font-size: 18px
}
h4,
.h4 {
    font-size: 15px
}
h5,
.h5 {
    font-size: 15px
}
h6,
.h6 {
    font-size: 15px
}
p {
    margin: 0 0 9px
}
.lead {
    margin-bottom: 18px;
    font-size: 17px;
    font-weight: 200;
    line-height: 1.4
}
@media (min-width: 768px) {
    .lead {
        font-size: 22.5px
    }
}
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: #b3b3b3
}
.text-primary {
    color: #2d8b42
}
a.text-primary:hover {
    color: #216430
}
.text-success {
    color: #3c763d
}
a.text-success:hover {
    color: #2b542c
}
.text-info {
    color: #31708f
}
a.text-info:hover {
    color: #245269
}
.text-warning {
    color: #8a6d3b
}
a.text-warning:hover {
    color: #66512c
}
.text-danger {
    color: #a94442
}
a.text-danger:hover {
    color: #843534
}
.bg-primary {
    color: #fff
}
.bg-primary {
    background-color: #2d8b42
}
a.bg-primary:hover {
    background-color: #216430
}
.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
}
.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #f5f5f5
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 9px
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}
.list-unstyled,
.list-inline {
    padding-left: 0;
    list-style: none
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}
.list-inline>li:first-child {
    padding-left: 0
}
dl {
    margin-top: 0;
    margin-bottom: 18px
}
dt,
dd {
    line-height: 1.2
}
dt {
    font-weight: bold
}
dd {
    margin-left: 0
}
@media (min-width: 1000px) {
    .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
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table
    }
    .dl-horizontal dd:after {
        clear: both
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #b3b3b3
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    font-size: 18.75px;
    border-left: 5px solid #f5f5f5
}
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.2;
    color: #b3b3b3
}
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 #f5f5f5;
    border-left: 0;
    text-align: right
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}
blockquote:before,
blockquote:after {
    content: ""
}
address {
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.2
}
code,
kbd,
pre,
samp {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 0px
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 5px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}
pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 14px;
    line-height: 1.2;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0px
}
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: 10px;
    padding-right: 10px
}
.container:before,
.container:after {
    content: " ";
    display: table
}
.container:after {
    clear: both
}
@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}
@media (min-width: 1000px) {
    .container {
        max-width: 1200px
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}
.container-fluid:after {
    clear: both
}
.row,
.products section.products>ul {
    margin-left: -10px;
    margin-right: -10px
}
.row:before,
.products section.products>ul:before,
.row:after,
.products section.products>ul:after {
    content: " ";
    display: table
}
.row:after,
.products section.products>ul:after {
    clear: both
}
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-8,
.col-sm-8,
.products section.products>ul>li,
.col-md-8,
.col-lg-8,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-1,
.three-column-row>div.col,
.col-sm-1,
.col-md-1,
.col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}
.col-xs-15,
.col-xs-14,
.col-xs-13,
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1,
.three-column-row>div.col {
    float: left
}
.col-xs-1,
.three-column-row>div.col {
    width: 6.25%
}
.col-xs-2 {
    width: 12.5%
}
.col-xs-3 {
    width: 18.75%
}
.col-xs-4 {
    width: 25%
}
.col-xs-5 {
    width: 31.25%
}
.col-xs-6 {
    width: 37.5%
}
.col-xs-7 {
    width: 43.75%
}
.col-xs-8 {
    width: 50%
}
.col-xs-9 {
    width: 56.25%
}
.col-xs-10 {
    width: 62.5%
}
.col-xs-11 {
    width: 68.75%
}
.col-xs-12 {
    width: 75%
}
.col-xs-13 {
    width: 81.25%
}
.col-xs-14 {
    width: 87.5%
}
.col-xs-15 {
    width: 93.75%
}
.col-xs-16 {
    width: 100%
}
.col-xs-pull-0 {
    right: 0%
}
.col-xs-pull-1 {
    right: 6.25%
}
.col-xs-pull-2 {
    right: 12.5%
}
.col-xs-pull-3 {
    right: 18.75%
}
.col-xs-pull-4 {
    right: 25%
}
.col-xs-pull-5 {
    right: 31.25%
}
.col-xs-pull-6 {
    right: 37.5%
}
.col-xs-pull-7 {
    right: 43.75%
}
.col-xs-pull-8 {
    right: 50%
}
.col-xs-pull-9 {
    right: 56.25%
}
.col-xs-pull-10 {
    right: 62.5%
}
.col-xs-pull-11 {
    right: 68.75%
}
.col-xs-pull-12 {
    right: 75%
}
.col-xs-pull-13 {
    right: 81.25%
}
.col-xs-pull-14 {
    right: 87.5%
}
.col-xs-pull-15 {
    right: 93.75%
}
.col-xs-pull-16 {
    right: 100%
}
.col-xs-push-0 {
    left: 0%
}
.col-xs-push-1 {
    left: 6.25%
}
.col-xs-push-2 {
    left: 12.5%
}
.col-xs-push-3 {
    left: 18.75%
}
.col-xs-push-4 {
    left: 25%
}
.col-xs-push-5 {
    left: 31.25%
}
.col-xs-push-6 {
    left: 37.5%
}
.col-xs-push-7 {
    left: 43.75%
}
.col-xs-push-8 {
    left: 50%
}
.col-xs-push-9 {
    left: 56.25%
}
.col-xs-push-10 {
    left: 62.5%
}
.col-xs-push-11 {
    left: 68.75%
}
.col-xs-push-12 {
    left: 75%
}
.col-xs-push-13 {
    left: 81.25%
}
.col-xs-push-14 {
    left: 87.5%
}
.col-xs-push-15 {
    left: 93.75%
}
.col-xs-push-16 {
    left: 100%
}
.col-xs-offset-0 {
    margin-left: 0%
}
.col-xs-offset-1 {
    margin-left: 6.25%
}
.col-xs-offset-2 {
    margin-left: 12.5%
}
.col-xs-offset-3 {
    margin-left: 18.75%
}
.col-xs-offset-4 {
    margin-left: 25%
}
.col-xs-offset-5 {
    margin-left: 31.25%
}
.col-xs-offset-6 {
    margin-left: 37.5%
}
.col-xs-offset-7 {
    margin-left: 43.75%
}
.col-xs-offset-8 {
    margin-left: 50%
}
.col-xs-offset-9 {
    margin-left: 56.25%
}
.col-xs-offset-10 {
    margin-left: 62.5%
}
.col-xs-offset-11 {
    margin-left: 68.75%
}
.col-xs-offset-12 {
    margin-left: 75%
}
.col-xs-offset-13 {
    margin-left: 81.25%
}
.col-xs-offset-14 {
    margin-left: 87.5%
}
.col-xs-offset-15 {
    margin-left: 93.75%
}
.col-xs-offset-16 {
    margin-left: 100%
}
@media (min-width: 768px) {
    .col-sm-15,
    .col-sm-14,
    .col-sm-13,
    .col-sm-12,
    .col-sm-11,
    .col-sm-10,
    .col-sm-9,
    .col-sm-8,
    .products section.products>ul>li,
    .col-sm-7,
    .col-sm-6,
    .col-sm-5,
    .col-sm-4,
    .col-sm-3,
    .col-sm-2,
    .col-sm-1 {
        float: left
    }
    .col-sm-1 {
        width: 6.25%
    }
    .col-sm-2 {
        width: 12.5%
    }
    .col-sm-3 {
        width: 18.75%
    }
    .col-sm-4 {
        width: 25%
    }
    .col-sm-5 {
        width: 31.25%
    }
    .col-sm-6 {
        width: 37.5%
    }
    .col-sm-7 {
        width: 43.75%
    }
    .col-sm-8,
    .products section.products>ul>li {
        width: 50%
    }
    .col-sm-9 {
        width: 56.25%
    }
    .col-sm-10 {
        width: 62.5%
    }
    .col-sm-11 {
        width: 68.75%
    }
    .col-sm-12 {
        width: 75%
    }
    .col-sm-13 {
        width: 81.25%
    }
    .col-sm-14 {
        width: 87.5%
    }
    .col-sm-15 {
        width: 93.75%
    }
    .col-sm-16 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: 0%
    }
    .col-sm-pull-1 {
        right: 6.25%
    }
    .col-sm-pull-2 {
        right: 12.5%
    }
    .col-sm-pull-3 {
        right: 18.75%
    }
    .col-sm-pull-4 {
        right: 25%
    }
    .col-sm-pull-5 {
        right: 31.25%
    }
    .col-sm-pull-6 {
        right: 37.5%
    }
    .col-sm-pull-7 {
        right: 43.75%
    }
    .col-sm-pull-8 {
        right: 50%
    }
    .col-sm-pull-9 {
        right: 56.25%
    }
    .col-sm-pull-10 {
        right: 62.5%
    }
    .col-sm-pull-11 {
        right: 68.75%
    }
    .col-sm-pull-12 {
        right: 75%
    }
    .col-sm-pull-13 {
        right: 81.25%
    }
    .col-sm-pull-14 {
        right: 87.5%
    }
    .col-sm-pull-15 {
        right: 93.75%
    }
    .col-sm-pull-16 {
        right: 100%
    }
    .col-sm-push-0 {
        left: 0%
    }
    .col-sm-push-1 {
        left: 6.25%
    }
    .col-sm-push-2 {
        left: 12.5%
    }
    .col-sm-push-3 {
        left: 18.75%
    }
    .col-sm-push-4 {
        left: 25%
    }
    .col-sm-push-5 {
        left: 31.25%
    }
    .col-sm-push-6 {
        left: 37.5%
    }
    .col-sm-push-7 {
        left: 43.75%
    }
    .col-sm-push-8 {
        left: 50%
    }
    .col-sm-push-9 {
        left: 56.25%
    }
    .col-sm-push-10 {
        left: 62.5%
    }
    .col-sm-push-11 {
        left: 68.75%
    }
    .col-sm-push-12 {
        left: 75%
    }
    .col-sm-push-13 {
        left: 81.25%
    }
    .col-sm-push-14 {
        left: 87.5%
    }
    .col-sm-push-15 {
        left: 93.75%
    }
    .col-sm-push-16 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 6.25%
    }
    .col-sm-offset-2 {
        margin-left: 12.5%
    }
    .col-sm-offset-3 {
        margin-left: 18.75%
    }
    .col-sm-offset-4 {
        margin-left: 25%
    }
    .col-sm-offset-5 {
        margin-left: 31.25%
    }
    .col-sm-offset-6 {
        margin-left: 37.5%
    }
    .col-sm-offset-7 {
        margin-left: 43.75%
    }
    .col-sm-offset-8 {
        margin-left: 50%
    }
    .col-sm-offset-9 {
        margin-left: 56.25%
    }
    .col-sm-offset-10 {
        margin-left: 62.5%
    }
    .col-sm-offset-11 {
        margin-left: 68.75%
    }
    .col-sm-offset-12 {
        margin-left: 75%
    }
    .col-sm-offset-13 {
        margin-left: 81.25%
    }
    .col-sm-offset-14 {
        margin-left: 87.5%
    }
    .col-sm-offset-15 {
        margin-left: 93.75%
    }
    .col-sm-offset-16 {
        margin-left: 100%
    }
}
@media (min-width: 1000px) {
    .col-md-15,
    .col-md-14,
    .col-md-13,
    .col-md-12,
    .col-md-11,
    .col-md-10,
    .col-md-9,
    .col-md-8,
    .col-md-7,
    .col-md-6,
    .col-md-5,
    .col-md-4,
    .col-md-3,
    .col-md-2,
    .col-md-1 {
        float: left
    }
    .col-md-1 {
        width: 6.25%
    }
    .col-md-2 {
        width: 12.5%
    }
    .col-md-3 {
        width: 18.75%
    }
    .col-md-4 {
        width: 25%
    }
    .col-md-5 {
        width: 31.25%
    }
    .col-md-6 {
        width: 37.5%
    }
    .col-md-7 {
        width: 43.75%
    }
    .col-md-8 {
        width: 50%
    }
    .col-md-9 {
        width: 56.25%
    }
    .col-md-10 {
        width: 62.5%
    }
    .col-md-11 {
        width: 68.75%
    }
    .col-md-12 {
        width: 75%
    }
    .col-md-13 {
        width: 81.25%
    }
    .col-md-14 {
        width: 87.5%
    }
    .col-md-15 {
        width: 93.75%
    }
    .col-md-16 {
        width: 100%
    }
    .col-md-pull-0 {
        right: 0%
    }
    .col-md-pull-1 {
        right: 6.25%
    }
    .col-md-pull-2 {
        right: 12.5%
    }
    .col-md-pull-3 {
        right: 18.75%
    }
    .col-md-pull-4 {
        right: 25%
    }
    .col-md-pull-5 {
        right: 31.25%
    }
    .col-md-pull-6 {
        right: 37.5%
    }
    .col-md-pull-7 {
        right: 43.75%
    }
    .col-md-pull-8 {
        right: 50%
    }
    .col-md-pull-9 {
        right: 56.25%
    }
    .col-md-pull-10 {
        right: 62.5%
    }
    .col-md-pull-11 {
        right: 68.75%
    }
    .col-md-pull-12 {
        right: 75%
    }
    .col-md-pull-13 {
        right: 81.25%
    }
    .col-md-pull-14 {
        right: 87.5%
    }
    .col-md-pull-15 {
        right: 93.75%
    }
    .col-md-pull-16 {
        right: 100%
    }
    .col-md-push-0 {
        left: 0%
    }
    .col-md-push-1 {
        left: 6.25%
    }
    .col-md-push-2 {
        left: 12.5%
    }
    .col-md-push-3 {
        left: 18.75%
    }
    .col-md-push-4 {
        left: 25%
    }
    .col-md-push-5 {
        left: 31.25%
    }
    .col-md-push-6 {
        left: 37.5%
    }
    .col-md-push-7 {
        left: 43.75%
    }
    .col-md-push-8 {
        left: 50%
    }
    .col-md-push-9 {
        left: 56.25%
    }
    .col-md-push-10 {
        left: 62.5%
    }
    .col-md-push-11 {
        left: 68.75%
    }
    .col-md-push-12 {
        left: 75%
    }
    .col-md-push-13 {
        left: 81.25%
    }
    .col-md-push-14 {
        left: 87.5%
    }
    .col-md-push-15 {
        left: 93.75%
    }
    .col-md-push-16 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 6.25%
    }
    .col-md-offset-2 {
        margin-left: 12.5%
    }
    .col-md-offset-3 {
        margin-left: 18.75%
    }
    .col-md-offset-4 {
        margin-left: 25%
    }
    .col-md-offset-5 {
        margin-left: 31.25%
    }
    .col-md-offset-6 {
        margin-left: 37.5%
    }
    .col-md-offset-7 {
        margin-left: 43.75%
    }
    .col-md-offset-8 {
        margin-left: 50%
    }
    .col-md-offset-9 {
        margin-left: 56.25%
    }
    .col-md-offset-10 {
        margin-left: 62.5%
    }
    .col-md-offset-11 {
        margin-left: 68.75%
    }
    .col-md-offset-12 {
        margin-left: 75%
    }
    .col-md-offset-13 {
        margin-left: 81.25%
    }
    .col-md-offset-14 {
        margin-left: 87.5%
    }
    .col-md-offset-15 {
        margin-left: 93.75%
    }
    .col-md-offset-16 {
        margin-left: 100%
    }
}
@media (min-width: 1200px) {
    .col-lg-15,
    .col-lg-14,
    .col-lg-13,
    .col-lg-12,
    .col-lg-11,
    .col-lg-10,
    .col-lg-9,
    .col-lg-8,
    .col-lg-7,
    .col-lg-6,
    .col-lg-5,
    .col-lg-4,
    .col-lg-3,
    .col-lg-2,
    .col-lg-1 {
        float: left
    }
    .col-lg-1 {
        width: 6.25%
    }
    .col-lg-2 {
        width: 12.5%
    }
    .col-lg-3 {
        width: 18.75%
    }
    .col-lg-4 {
        width: 25%
    }
    .col-lg-5 {
        width: 31.25%
    }
    .col-lg-6 {
        width: 37.5%
    }
    .col-lg-7 {
        width: 43.75%
    }
    .col-lg-8 {
        width: 50%
    }
    .col-lg-9 {
        width: 56.25%
    }
    .col-lg-10 {
        width: 62.5%
    }
    .col-lg-11 {
        width: 68.75%
    }
    .col-lg-12 {
        width: 75%
    }
    .col-lg-13 {
        width: 81.25%
    }
    .col-lg-14 {
        width: 87.5%
    }
    .col-lg-15 {
        width: 93.75%
    }
    .col-lg-16 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: 0%
    }
    .col-lg-pull-1 {
        right: 6.25%
    }
    .col-lg-pull-2 {
        right: 12.5%
    }
    .col-lg-pull-3 {
        right: 18.75%
    }
    .col-lg-pull-4 {
        right: 25%
    }
    .col-lg-pull-5 {
        right: 31.25%
    }
    .col-lg-pull-6 {
        right: 37.5%
    }
    .col-lg-pull-7 {
        right: 43.75%
    }
    .col-lg-pull-8 {
        right: 50%
    }
    .col-lg-pull-9 {
        right: 56.25%
    }
    .col-lg-pull-10 {
        right: 62.5%
    }
    .col-lg-pull-11 {
        right: 68.75%
    }
    .col-lg-pull-12 {
        right: 75%
    }
    .col-lg-pull-13 {
        right: 81.25%
    }
    .col-lg-pull-14 {
        right: 87.5%
    }
    .col-lg-pull-15 {
        right: 93.75%
    }
    .col-lg-pull-16 {
        right: 100%
    }
    .col-lg-push-0 {
        left: 0%
    }
    .col-lg-push-1 {
        left: 6.25%
    }
    .col-lg-push-2 {
        left: 12.5%
    }
    .col-lg-push-3 {
        left: 18.75%
    }
    .col-lg-push-4 {
        left: 25%
    }
    .col-lg-push-5 {
        left: 31.25%
    }
    .col-lg-push-6 {
        left: 37.5%
    }
    .col-lg-push-7 {
        left: 43.75%
    }
    .col-lg-push-8 {
        left: 50%
    }
    .col-lg-push-9 {
        left: 56.25%
    }
    .col-lg-push-10 {
        left: 62.5%
    }
    .col-lg-push-11 {
        left: 68.75%
    }
    .col-lg-push-12 {
        left: 75%
    }
    .col-lg-push-13 {
        left: 81.25%
    }
    .col-lg-push-14 {
        left: 87.5%
    }
    .col-lg-push-15 {
        left: 93.75%
    }
    .col-lg-push-16 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 6.25%
    }
    .col-lg-offset-2 {
        margin-left: 12.5%
    }
    .col-lg-offset-3 {
        margin-left: 18.75%
    }
    .col-lg-offset-4 {
        margin-left: 25%
    }
    .col-lg-offset-5 {
        margin-left: 31.25%
    }
    .col-lg-offset-6 {
        margin-left: 37.5%
    }
    .col-lg-offset-7 {
        margin-left: 43.75%
    }
    .col-lg-offset-8 {
        margin-left: 50%
    }
    .col-lg-offset-9 {
        margin-left: 56.25%
    }
    .col-lg-offset-10 {
        margin-left: 62.5%
    }
    .col-lg-offset-11 {
        margin-left: 68.75%
    }
    .col-lg-offset-12 {
        margin-left: 75%
    }
    .col-lg-offset-13 {
        margin-left: 81.25%
    }
    .col-lg-offset-14 {
        margin-left: 87.5%
    }
    .col-lg-offset-15 {
        margin-left: 93.75%
    }
    .col-lg-offset-16 {
        margin-left: 100%
    }
}
table {
    /*max-width: 100%;*/
    background-color: transparent
}
th {
    text-align: left
}
.table {
    width: 100%;
    margin-bottom: 18px
}
.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.2;
    vertical-align: top;
    border-top: 1px solid none
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid none
}
.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}
.table>tbody+tbody {
    border-top: 2px solid none
}
.table .table {
    background-color: #F3F3F3
}
.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}
.table-bordered {
    border: 1px solid none
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid none
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: transparent
}
.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: transparent
}
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>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: transparent
}
.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.active:hover>th {
    background-color: transparent
}
.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.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.success:hover>th {
    background-color: #d0e9c6
}
.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.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.info:hover>th {
    background-color: #c4e3f3
}
.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.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.warning:hover>th {
    background-color: #faf2cc
}
.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.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.danger:hover>th {
    background-color: #ebcccc
}
@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 13.5px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid none;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .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>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th: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>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th: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>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 22.5px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}
input[type="file"] {
    display: block
}
input[type="range"] {
    display: block;
    width: 100%
}
select[multiple],
select[size] {
    height: auto
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 4px;
    font-size: 15px;
    line-height: 1.2;
    color: #666
}
.form-control {
    display: block;
    width: 100%;
    height: 26px;
    padding: 3px 6px;
    font-size: 15px;
    line-height: 1.2;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -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 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.form-control:-moz-placeholder {
    color: #b3b3b3
}
.form-control::-moz-placeholder {
    color: #b3b3b3;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #b3b3b3
}
.form-control::-webkit-input-placeholder {
    color: #b3b3b3
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #f5f5f5;
    opacity: 1
}
textarea.form-control {
    height: auto
}
input[type="date"] {
    line-height: 26px
}
.form-group {
    margin-bottom: 15px
}
.radio,
.checkbox {
    display: block;
    min-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}
.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}
.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}
.radio-inline,
.checkbox-inline {
    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],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}
.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-group-sm>.input-group-btn>#sm-accept,
.input-group-sm>.input-group-btn>#sm-cancel,
form .buttons .input-group-sm>.input-group-btn>span.button {
    height: 24px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px
}
select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>.input-group-btn>select#sm-accept,
.input-group-sm>.input-group-btn>select#sm-cancel {
    height: 24px;
    line-height: 24px
}
textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>.input-group-btn>textarea#sm-accept,
.input-group-sm>.input-group-btn>textarea#sm-cancel,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn,
.input-group-sm>.input-group-btn>select[multiple]#sm-accept,
.input-group-sm>.input-group-btn>select[multiple]#sm-cancel {
    height: auto
}
.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-group-lg>.input-group-btn>#sm-accept,
.input-group-lg>.input-group-btn>#sm-cancel,
form .buttons .input-group-lg>.input-group-btn>span.button {
    height: 46px;
    padding: 10px 8px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 9px
}
select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>.input-group-btn>select#sm-accept,
.input-group-lg>.input-group-btn>select#sm-cancel {
    height: 46px;
    line-height: 46px
}
textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>.input-group-btn>textarea#sm-accept,
.input-group-lg>.input-group-btn>textarea#sm-cancel,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn,
.input-group-lg>.input-group-btn>select[multiple]#sm-accept,
.input-group-lg>.input-group-btn>select[multiple]#sm-cancel {
    height: auto
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 32.5px
}
.has-feedback .form-control-feedback {
    position: absolute;
    top: 23px;
    right: 0;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}
.has-error .form-control-feedback {
    color: #a94442
}
.form-control-static {
    margin-bottom: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #69ce80
}
@media (min-width: 768px) {
    .form-inline .form-group,
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control,
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .control-label,
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .navbar-form .radio,
    .form-inline .checkbox,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }
    .form-inline .radio input[type="radio"],
    .navbar-form .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback,
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}
.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: 4px
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 22px
}
.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}
.form-horizontal .form-group:after {
    clear: both
}
.form-horizontal .form-control-static {
    padding-top: 4px
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 10px
}
.btn,
#sm-accept,
#sm-cancel,
form .buttons span.button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 6px;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}
.btn:focus,
#sm-accept:focus,
#sm-cancel:focus,
form .buttons span.button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn:hover,
#sm-accept:hover,
#sm-cancel:hover,
form .buttons span.button:hover,
.btn:focus,
#sm-accept:focus,
#sm-cancel:focus,
form .buttons span.button:focus {
    color: #fff;
    text-decoration: none
}
.btn:active,
#sm-accept:active,
#sm-cancel:active,
form .buttons span.button:active,
.btn.active,
.active#sm-accept,
.active#sm-cancel,
form .buttons span.active.button {
    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,
.disabled#sm-accept,
.disabled#sm-cancel,
form .buttons span.disabled.button,
.btn[disabled],
[disabled]#sm-accept,
[disabled]#sm-cancel,
form .buttons span[disabled].button,
fieldset[disabled] .btn,
fieldset[disabled] #sm-accept,
fieldset[disabled] #sm-cancel,
fieldset[disabled] form .buttons span.button,
form .buttons fieldset[disabled] span.button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-default {
    color: #fff;
    background-color: #eca204;
    border-color: #d39104
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #fff;
    background-color: #c48603;
    border-color: #976703
}
.open .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #c48603;
    border-color: #976703
}
.btn-default:active,
.btn-default.active {
    background-image: none
}
.open .btn-default.dropdown-toggle {
    background-image: none
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #eca204;
    border-color: #d39104
}
.btn-default .badge {
    color: #eca204;
    background-color: #fff
}
.btn-primary,
#sm-accept {
    color: #fff;
    background-color: #2d8b42;
    border-color: #277839
}
.btn-primary:hover,
#sm-accept:hover,
.btn-primary:focus,
#sm-accept:focus,
.btn-primary:active,
#sm-accept:active,
.btn-primary.active,
.active#sm-accept {
    color: #fff;
    background-color: #236c33;
    border-color: #184a23
}
.open .btn-primary.dropdown-toggle,
.open .dropdown-toggle#sm-accept {
    color: #fff;
    background-color: #236c33;
    border-color: #184a23
}
.btn-primary:active,
#sm-accept:active,
.btn-primary.active,
.active#sm-accept {
    background-image: none
}
.open .btn-primary.dropdown-toggle,
.open .dropdown-toggle#sm-accept {
    background-image: none
}
.btn-primary.disabled,
.disabled#sm-accept,
.btn-primary.disabled:hover,
.disabled#sm-accept:hover,
.btn-primary.disabled:focus,
.disabled#sm-accept:focus,
.btn-primary.disabled:active,
.disabled#sm-accept:active,
.btn-primary.disabled.active,
.disabled.active#sm-accept,
.btn-primary[disabled],
[disabled]#sm-accept,
.btn-primary[disabled]:hover,
[disabled]#sm-accept:hover,
.btn-primary[disabled]:focus,
[disabled]#sm-accept:focus,
.btn-primary[disabled]:active,
[disabled]#sm-accept:active,
.btn-primary[disabled].active,
[disabled].active#sm-accept,
fieldset[disabled] .btn-primary,
fieldset[disabled] #sm-accept,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] #sm-accept:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] #sm-accept:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] #sm-accept:active,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .active#sm-accept {
    background-color: #2d8b42;
    border-color: #277839
}
.btn-primary .badge,
#sm-accept .badge {
    color: #2d8b42;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #6c6;
    border-color: #53c653
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    color: #fff;
    background-color: #47c247;
    border-color: #37a437
}
.open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47c247;
    border-color: #37a437
}
.btn-success:active,
.btn-success.active {
    background-image: none
}
.open .btn-success.dropdown-toggle {
    background-image: none
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #6c6;
    border-color: #53c653
}
.btn-success .badge {
    color: #6c6;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #7dccff;
    border-color: #64c2ff
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    color: #fff;
    background-color: #54bcff;
    border-color: #26aaff
}
.open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #54bcff;
    border-color: #26aaff
}
.btn-info:active,
.btn-info.active {
    background-image: none
}
.open .btn-info.dropdown-toggle {
    background-image: none
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #7dccff;
    border-color: #64c2ff
}
.btn-info .badge {
    color: #7dccff;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #fc6;
    border-color: #ffc34d
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #fff;
    background-color: #ffbe3d;
    border-color: #ffaf0f
}
.open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffbe3d;
    border-color: #ffaf0f
}
.btn-warning:active,
.btn-warning.active {
    background-image: none
}
.open .btn-warning.dropdown-toggle {
    background-image: none
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #fc6;
    border-color: #ffc34d
}
.btn-warning .badge {
    color: #fc6;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}
.open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}
.btn-danger:active,
.btn-danger.active {
    background-image: none
}
.open .btn-danger.dropdown-toggle {
    background-image: none
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    color: #2d8b42;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0
}
.btn-link,
.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: #eca204;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #b3b3b3;
    text-decoration: none
}
.btn-lg,
.btn-group-lg>.btn,
.btn-group-lg>#sm-accept,
.btn-group-lg>#sm-cancel,
form .buttons .btn-group-lg>span.button {
    padding: 10px 8px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 9px
}
.btn-sm,
.btn-group-sm>.btn,
.btn-group-sm>#sm-accept,
.btn-group-sm>#sm-cancel,
form .buttons .btn-group-sm>span.button {
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px
}
.btn-xs,
.btn-group-xs>.btn,
.btn-group-xs>#sm-accept,
.btn-group-xs>#sm-cancel,
form .buttons .btn-group-xs>span.button {
    padding: 0px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("fonts/glyphicons-halflings-regular.eot");
    src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("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 {
    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"
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent
}
.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: 15px;
    background-color: #fff;
    border: 1px solid #000;
    border: 1px solid transparent;
    border-radius: 0px;
    -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: 8px 0;
    overflow: hidden;
    background-color: #2d8b42
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.2;
    color: #2d8b42;
    white-space: nowrap
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #eca204;
    background-color: #fff
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #eca204;
    text-decoration: none;
    outline: 0;
    background-color: #fff
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #b3b3b3
}
.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.2;
    color: #b3b3b3
}
.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: 6px solid;
    content: ""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}
@media (min-width: 1000px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .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>#sm-accept,
.btn-group>#sm-cancel,
form .buttons .btn-group>span.button,
.btn-group-vertical>.btn,
.btn-group-vertical>#sm-accept,
.btn-group-vertical>#sm-cancel,
form .buttons .btn-group-vertical>span.button {
    position: relative;
    float: left
}
.btn-group>.btn:hover,
.btn-group>#sm-accept:hover,
.btn-group>#sm-cancel:hover,
form .buttons .btn-group>span.button:hover,
.btn-group>.btn:focus,
.btn-group>#sm-accept:focus,
.btn-group>#sm-cancel:focus,
form .buttons .btn-group>span.button:focus,
.btn-group>.btn:active,
.btn-group>#sm-accept:active,
.btn-group>#sm-cancel:active,
form .buttons .btn-group>span.button:active,
.btn-group>.btn.active,
.btn-group>.active#sm-accept,
.btn-group>.active#sm-cancel,
form .buttons .btn-group>span.active.button,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>#sm-accept:hover,
.btn-group-vertical>#sm-cancel:hover,
form .buttons .btn-group-vertical>span.button:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>#sm-accept:focus,
.btn-group-vertical>#sm-cancel:focus,
form .buttons .btn-group-vertical>span.button:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>#sm-accept:active,
.btn-group-vertical>#sm-cancel:active,
form .buttons .btn-group-vertical>span.button:active,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.active#sm-accept,
.btn-group-vertical>.active#sm-cancel,
form .buttons .btn-group-vertical>span.active.button {
    z-index: 2
}
.btn-group>.btn:focus,
.btn-group>#sm-accept:focus,
.btn-group>#sm-cancel:focus,
form .buttons .btn-group>span.button:focus,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>#sm-accept:focus,
.btn-group-vertical>#sm-cancel:focus,
form .buttons .btn-group-vertical>span.button:focus {
    outline: none
}
.btn-group .btn+.btn,
.btn-group #sm-accept+.btn,
.btn-group #sm-cancel+.btn,
.btn-group form .buttons span.button+.btn,
form .buttons .btn-group span.button+.btn,
.btn-group .btn+#sm-accept,
.btn-group #sm-accept+#sm-accept,
.btn-group #sm-cancel+#sm-accept,
.btn-group form .buttons span.button+#sm-accept,
form .buttons .btn-group span.button+#sm-accept,
.btn-group .btn+#sm-cancel,
.btn-group #sm-accept+#sm-cancel,
.btn-group #sm-cancel+#sm-cancel,
.btn-group form .buttons span.button+#sm-cancel,
form .buttons .btn-group span.button+#sm-cancel,
.btn-group form .buttons .btn+span.button,
form .buttons .btn-group .btn+span.button,
.btn-group form .buttons #sm-accept+span.button,
form .buttons .btn-group #sm-accept+span.button,
.btn-group form .buttons #sm-cancel+span.button,
form .buttons .btn-group #sm-cancel+span.button,
.btn-group form .buttons span.button+span.button,
form .buttons .btn-group span.button+span.button,
.btn-group .btn+.btn-group,
.btn-group #sm-accept+.btn-group,
.btn-group #sm-cancel+.btn-group,
.btn-group form .buttons span.button+.btn-group,
form .buttons .btn-group span.button+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+#sm-accept,
.btn-group .btn-group+#sm-cancel,
.btn-group form .buttons .btn-group+span.button,
form .buttons .btn-group .btn-group+span.button,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}
.btn-toolbar {
    margin-left: -5px
}
.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}
.btn-toolbar:after {
    clear: both
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}
.btn-toolbar>.btn,
.btn-toolbar>#sm-accept,
.btn-toolbar>#sm-cancel,
form .buttons .btn-toolbar>span.button,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>#sm-accept:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>#sm-cancel:not(:first-child):not(:last-child):not(.dropdown-toggle),
form .buttons .btn-group>span.button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}
.btn-group>.btn:first-child,
.btn-group>#sm-accept:first-child,
.btn-group>#sm-cancel:first-child,
form .buttons .btn-group>span.button:first-child {
    margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>#sm-accept:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>#sm-cancel:first-child:not(:last-child):not(.dropdown-toggle),
form .buttons .btn-group>span.button: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>#sm-accept:last-child:not(:first-child),
.btn-group>#sm-cancel:last-child:not(:first-child),
form .buttons .btn-group>span.button: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,
.btn-group>.btn-group:not(:first-child):not(:last-child)>#sm-accept,
.btn-group>.btn-group:not(:first-child):not(:last-child)>#sm-cancel,
form .buttons .btn-group>.btn-group:not(:first-child):not(:last-child)>span.button {
    border-radius: 0
}
.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>#sm-accept:last-child,
.btn-group>.btn-group:first-child>#sm-cancel:last-child,
form .buttons .btn-group>.btn-group:first-child>span.button:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.btn-group>.btn-group:last-child>.btn:first-child,
.btn-group>.btn-group:last-child>#sm-accept:first-child,
.btn-group>.btn-group:last-child>#sm-cancel:first-child,
form .buttons .btn-group>.btn-group:last-child>span.button: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,
.btn-group>#sm-accept+.dropdown-toggle,
.btn-group>#sm-cancel+.dropdown-toggle,
form .buttons .btn-group>span.button+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}
.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group-lg.btn-group>#sm-accept+.dropdown-toggle,
.btn-group-lg.btn-group>#sm-cancel+.dropdown-toggle,
form .buttons .btn-group-lg.btn-group>span.button+.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,
#sm-accept .caret,
#sm-cancel .caret,
form .buttons span.button .caret {
    margin-left: 0
}
.btn-lg .caret,
.btn-group-lg>.btn .caret,
.btn-group-lg>#sm-accept .caret,
.btn-group-lg>#sm-cancel .caret,
form .buttons .btn-group-lg>span.button .caret {
    border-width: 15px 15px 0;
    border-bottom-width: 0
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret,
.dropup .btn-group-lg>#sm-accept .caret,
.dropup .btn-group-lg>#sm-cancel .caret,
.dropup form .buttons .btn-group-lg>span.button .caret,
form .buttons .dropup .btn-group-lg>span.button .caret {
    border-width: 0 15px 15px
}
.btn-group-vertical>.btn,
.btn-group-vertical>#sm-accept,
.btn-group-vertical>#sm-cancel,
form .buttons .btn-group-vertical>span.button,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>#sm-accept,
.btn-group-vertical>.btn-group>#sm-cancel,
form .buttons .btn-group-vertical>.btn-group>span.button {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}
.btn-group-vertical>.btn-group:after {
    clear: both
}
.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>#sm-accept,
.btn-group-vertical>.btn-group>#sm-cancel,
form .buttons .btn-group-vertical>.btn-group>span.button {
    float: none
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>#sm-accept+.btn,
.btn-group-vertical>#sm-cancel+.btn,
form .buttons .btn-group-vertical>span.button+.btn,
.btn-group-vertical>.btn+#sm-accept,
.btn-group-vertical>#sm-accept+#sm-accept,
.btn-group-vertical>#sm-cancel+#sm-accept,
form .buttons .btn-group-vertical>span.button+#sm-accept,
.btn-group-vertical>.btn+#sm-cancel,
.btn-group-vertical>#sm-accept+#sm-cancel,
.btn-group-vertical>#sm-cancel+#sm-cancel,
form .buttons .btn-group-vertical>span.button+#sm-cancel,
form .buttons .btn-group-vertical>.btn+span.button,
form .buttons .btn-group-vertical>#sm-accept+span.button,
form .buttons .btn-group-vertical>#sm-cancel+span.button,
form .buttons .btn-group-vertical>span.button+span.button,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>#sm-accept+.btn-group,
.btn-group-vertical>#sm-cancel+.btn-group,
form .buttons .btn-group-vertical>span.button+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+#sm-accept,
.btn-group-vertical>.btn-group+#sm-cancel,
form .buttons .btn-group-vertical>.btn-group+span.button,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group-vertical>#sm-accept:not(:first-child):not(:last-child),
.btn-group-vertical>#sm-cancel:not(:first-child):not(:last-child),
form .buttons .btn-group-vertical>span.button:not(:first-child):not(:last-child) {
    border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child),
.btn-group-vertical>#sm-accept:first-child:not(:last-child),
.btn-group-vertical>#sm-cancel:first-child:not(:last-child),
form .buttons .btn-group-vertical>span.button:first-child:not(:last-child) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child),
.btn-group-vertical>#sm-accept:last-child:not(:first-child),
.btn-group-vertical>#sm-cancel:last-child:not(:first-child),
form .buttons .btn-group-vertical>span.button:last-child:not(:first-child) {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>#sm-accept,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>#sm-cancel,
form .buttons .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>span.button {
    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)>#sm-accept:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>#sm-cancel:last-child,
form .buttons .btn-group-vertical>.btn-group:first-child:not(:last-child)>span.button: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,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>#sm-accept:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>#sm-cancel:first-child,
form .buttons .btn-group-vertical>.btn-group:last-child:not(:first-child)>span.button: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>#sm-accept,
.btn-group-justified>#sm-cancel,
form .buttons .btn-group-justified>span.button,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}
.btn-group-justified>.btn-group .btn,
.btn-group-justified>.btn-group #sm-accept,
.btn-group-justified>.btn-group #sm-cancel,
.btn-group-justified>.btn-group form .buttons span.button,
form .buttons .btn-group-justified>.btn-group span.button {
    width: 100%
}
[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>#sm-accept>input[type="radio"],
[data-toggle="buttons"]>#sm-cancel>input[type="radio"],
form .buttons [data-toggle="buttons"]>span.button>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"],
[data-toggle="buttons"]>#sm-accept>input[type="checkbox"],
[data-toggle="buttons"]>#sm-cancel>input[type="checkbox"],
form .buttons [data-toggle="buttons"]>span.button>input[type="checkbox"] {
    display: 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 {
    float: left;
    width: 100%;
    margin-bottom: 0
}
.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: 3px 6px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #666;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0px
}
.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.input-group-sm>.input-group-btn>.input-group-addon#sm-accept,
.input-group-sm>.input-group-btn>.input-group-addon#sm-cancel,
form .buttons .input-group-sm>.input-group-btn>span.input-group-addon.button {
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 5px
}
.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
.input-group-lg>.input-group-btn>.input-group-addon#sm-accept,
.input-group-lg>.input-group-btn>.input-group-addon#sm-cancel,
form .buttons .input-group-lg>.input-group-btn>span.input-group-addon.button {
    padding: 10px 8px;
    font-size: 18px;
    border-radius: 9px
}
.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>#sm-accept,
.input-group-btn:first-child>#sm-cancel,
form .buttons .input-group-btn:first-child>span.button,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.btn-group>#sm-accept,
.input-group-btn:first-child>.btn-group>#sm-cancel,
form .buttons .input-group-btn:first-child>.btn-group>span.button,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>#sm-accept:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>#sm-cancel:not(:last-child):not(.dropdown-toggle),
form .buttons .input-group-btn:last-child>span.button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn-group:not(:last-child)>#sm-accept,
.input-group-btn:last-child>.btn-group:not(:last-child)>#sm-cancel,
form .buttons .input-group-btn:last-child>.btn-group:not(:last-child)>span.button {
    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>#sm-accept,
.input-group-btn:last-child>#sm-cancel,
form .buttons .input-group-btn:last-child>span.button,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.btn-group>#sm-accept,
.input-group-btn:last-child>.btn-group>#sm-cancel,
form .buttons .input-group-btn:last-child>.btn-group>span.button,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>#sm-accept:not(:first-child),
.input-group-btn:first-child>#sm-cancel:not(:first-child),
form .buttons .input-group-btn:first-child>span.button:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn-group:not(:first-child)>#sm-accept,
.input-group-btn:first-child>.btn-group:not(:first-child)>#sm-cancel,
form .buttons .input-group-btn:first-child>.btn-group:not(:first-child)>span.button {
    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,
.input-group-btn>#sm-accept,
.input-group-btn>#sm-cancel,
form .buttons .input-group-btn>span.button {
    position: relative
}
.input-group-btn>.btn+.btn,
.input-group-btn>#sm-accept+.btn,
.input-group-btn>#sm-cancel+.btn,
form .buttons .input-group-btn>span.button+.btn,
.input-group-btn>.btn+#sm-accept,
.input-group-btn>#sm-accept+#sm-accept,
.input-group-btn>#sm-cancel+#sm-accept,
form .buttons .input-group-btn>span.button+#sm-accept,
.input-group-btn>.btn+#sm-cancel,
.input-group-btn>#sm-accept+#sm-cancel,
.input-group-btn>#sm-cancel+#sm-cancel,
form .buttons .input-group-btn>span.button+#sm-cancel,
form .buttons .input-group-btn>.btn+span.button,
form .buttons .input-group-btn>#sm-accept+span.button,
form .buttons .input-group-btn>#sm-cancel+span.button,
form .buttons .input-group-btn>span.button+span.button {
    margin-left: -1px
}
.input-group-btn>.btn:hover,
.input-group-btn>#sm-accept:hover,
.input-group-btn>#sm-cancel:hover,
form .buttons .input-group-btn>span.button:hover,
.input-group-btn>.btn:focus,
.input-group-btn>#sm-accept:focus,
.input-group-btn>#sm-cancel:focus,
form .buttons .input-group-btn>span.button:focus,
.input-group-btn>.btn:active,
.input-group-btn>#sm-accept:active,
.input-group-btn>#sm-cancel:active,
form .buttons .input-group-btn>span.button:active {
    z-index: 2
}
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>#sm-accept,
.input-group-btn:first-child>#sm-cancel,
form .buttons .input-group-btn:first-child>span.button,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>#sm-accept,
.input-group-btn:last-child>#sm-cancel,
form .buttons .input-group-btn:last-child>span.button,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}
.nav:before,
.nav:after {
    content: " ";
    display: table
}
.nav:after {
    clear: both
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 2px 9px
}
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #f5f5f5
}
.nav>li.disabled>a {
    color: #b3b3b3
}
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #b3b3b3;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #f5f5f5;
    border-color: #2d8b42
}
.nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav>li>a>img {
    max-width: none
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.2;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0
}
.nav-tabs>li>a:hover {
    border-color: #f5f5f5 #f5f5f5 #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #666;
    background-color: #F3F3F3;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}
.nav-pills>li {
    float: left
}
.nav-pills>li>a {
    border-radius: 0px
}
.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: #eca204;
    background-color: #fff
}
.nav-stacked>li {
    float: none
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}
.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}
.nav-justified>li>a,
.nav-tabs.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,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}
.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0px
}
.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0px 0px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #F3F3F3
    }
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: none
}
.navbar:before,
.navbar:after {
    content: " ";
    display: table
}
.navbar:after {
    clear: both
}
@media (min-width: 1000px) {
    .navbar {
        border-radius: 0px
    }
}
.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}
.navbar-header:after {
    clear: both
}
@media (min-width: 1000px) {
    .navbar-header {
        float: left
    }
}
.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}
.navbar-collapse:after {
    clear: both
}
.navbar-collapse.in {
    overflow-y: auto
}
@media (min-width: 1000px) {
    .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
    }
}
.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0
}
@media (min-width: 1000px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}
@media (min-width: 1000px) {
    .navbar-static-top {
        border-radius: 0
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}
@media (min-width: 1000px) {
    .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: 16px 0;
    font-size: 18px;
    line-height: 18px;
    height: 50px
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}
@media (min-width: 1000px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px
}
.navbar-toggle:focus {
    outline: none
}
.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: 1000px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 8px 0
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px
}
@media (max-width: 999px) {
    .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: 18px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}
@media (min-width: 1000px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 16px;
        padding-bottom: 16px
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: 0
    }
}
@media (min-width: 1000px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important
    }
}
.navbar-form {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    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: 12px;
    margin-bottom: 12px
}
@media (max-width: 999px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}
@media (min-width: 1000px) {
    .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-form.navbar-right:last-child {
        margin-right: 0
    }
}
.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 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.navbar-btn {
    margin-top: 12px;
    margin-bottom: 12px
}
.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn,
.btn-group-sm>.navbar-btn#sm-accept,
.btn-group-sm>.navbar-btn#sm-cancel,
form .buttons .btn-group-sm>span.navbar-btn.button {
    margin-top: 13px;
    margin-bottom: 13px
}
.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn,
.btn-group-xs>.navbar-btn#sm-accept,
.btn-group-xs>.navbar-btn#sm-cancel,
form .buttons .btn-group-xs>span.navbar-btn.button {
    margin-top: 14px;
    margin-bottom: 14px
}
.navbar-text {
    margin-top: 16px;
    margin-bottom: 16px
}
@media (min-width: 1000px) {
    .navbar-text {
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}
.navbar-default {
    background-color: #fff;
    border-color: none
}
.navbar-default .navbar-brand {
    color: #666
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #666;
    background-color: transparent
}
.navbar-default .navbar-text {
    color: #777
}
.navbar-default .navbar-nav>li>a {
    color: #666
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #eca204;
    background-color: transparent
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #eca204;
    background-color: transparent
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #666;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    border-color: #e8f5fb
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #339e4b
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: none
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #eca204
}
@media (max-width: 999px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #666
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #eca204;
        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: #eca204;
        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: #666;
        background-color: transparent
    }
}
.navbar-default .navbar-link {
    color: #666
}
.navbar-default .navbar-link:hover {
    color: #eca204
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909
}
.navbar-inverse .navbar-brand {
    color: #b3b3b3
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-text {
    color: #b3b3b3
}
.navbar-inverse .navbar-nav>li>a {
    color: #b3b3b3
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}
.navbar-inverse .navbar-toggle {
    border-color: #333
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff
}
@media (max-width: 999px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #b3b3b3
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}
.navbar-inverse .navbar-link {
    color: #b3b3b3
}
.navbar-inverse .navbar-link:hover {
    color: #fff
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 18px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0px
}
.breadcrumb>li {
    display: inline-block
}
.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}
.breadcrumb>.active {
    color: #b3b3b3
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 0px
}
.pagination>li {
    display: inline
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 3px 6px;
    line-height: 1.2;
    text-decoration: none;
    color: #2d8b42;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px
}
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: #eca204;
    background-color: #f5f5f5;
    border-color: #ddd
}
.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #2d8b42;
    border-color: #2d8b42;
    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: #b3b3b3;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}
.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 8px;
    font-size: 18px
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 9px;
    border-top-left-radius: 9px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 9px;
    border-top-right-radius: 9px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 2px 5px;
    font-size: 12px
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}
.pager {
    padding-left: 0;
    margin: 18px 0;
    list-style: none;
    text-align: center
}
.pager:before,
.pager:after {
    content: " ";
    display: table
}
.pager:after {
    clear: both
}
.pager li {
    display: inline
}
.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}
.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #f5f5f5
}
.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: #b3b3b3;
    background-color: #fff;
    cursor: not-allowed
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.label:empty {
    display: none
}
.btn .label,
#sm-accept .label,
#sm-cancel .label,
form .buttons span.button .label {
    position: relative;
    top: -1px
}
.label-default {
    background-color: #b3b3b3
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #9a9a9a
}
.label-primary {
    background-color: #2d8b42
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #216430
}
.label-success {
    background-color: #6c6
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #40bf40
}
.label-info {
    background-color: #7dccff
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #4ab8ff
}
.label-warning {
    background-color: #fc6
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #fb3
}
.label-danger {
    background-color: #d9534f
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #b3b3b3;
    border-radius: 10px
}
.badge:empty {
    display: none
}
.btn .badge,
#sm-accept .badge,
#sm-cancel .badge,
form .buttons span.button .badge {
    position: relative;
    top: -1px
}
.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>#sm-accept .badge,
.btn-group-xs>#sm-cancel .badge,
form .buttons .btn-group-xs>span.button .badge {
    top: 0;
    padding: 1px 5px
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #2d8b42;
    background-color: #fff
}
.nav-pills>li>a>.badge {
    margin-left: 3px
}
.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #f5f5f5
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 200
}
.container .jumbotron {
    border-radius: 9px
}
.jumbotron .container {
    max-width: 100%
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 67.5px
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 18px;
    line-height: 1.2;
    background-color: #F3F3F3;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}
.thumbnail .caption {
    padding: 9px;
    color: #2d8b42
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #2d8b42
}
.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 0px
}
.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 {
    padding-right: 35px
}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}
.alert-success hr {
    border-top-color: #c9e2b3
}
.alert-success .alert-link {
    color: #2b542c
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}
.alert-info hr {
    border-top-color: #a6e1ec
}
.alert-info .alert-link {
    color: #245269
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}
.alert-warning hr {
    border-top-color: #f7e1b5
}
.alert-warning .alert-link {
    color: #66512c
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}
.alert-danger hr {
    border-top-color: #e4b9c0
}
.alert-danger .alert-link {
    color: #843534
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-radius: 0px;
    -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: 18px;
    color: #fff;
    text-align: center;
    background-color: #2d8b42;
    -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;
    transition: width 0.6s ease
}
.progress-striped .progress-bar {
    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: 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 {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
    background-color: #6c6
}
.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: 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: #7dccff
}
.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: 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: #fc6
}
.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: 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: 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,
.media-body {
    overflow: hidden;
    zoom: 1
}
.media,
.media .media {
    margin-top: 15px
}
.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
}
.media-list {
    padding-left: 0;
    list-style: none
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}
.list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
}
.list-group-item>.badge {
    float: right
}
.list-group-item>.badge+.badge {
    margin-right: 5px
}
a.list-group-item {
    color: #555
}
a.list-group-item .list-group-item-heading {
    color: #333
}
a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #eca204;
    background-color: #fff;
    border-color: #fff
}
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: #fff
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}
a.list-group-item-success {
    color: #3c763d
}
a.list-group-item-success .list-group-item-heading {
    color: inherit
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    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: #3c763d;
    border-color: #3c763d
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}
a.list-group-item-info {
    color: #31708f
}
a.list-group-item-info .list-group-item-heading {
    color: inherit
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    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: #31708f;
    border-color: #31708f
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}
a.list-group-item-warning {
    color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    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: #8a6d3b;
    border-color: #8a6d3b
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}
a.list-group-item-danger {
    color: #a94442
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    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: #a94442;
    border-color: #a94442
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}
.panel {
    margin-bottom: 18px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -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-body:before,
.panel-body:after {
    content: " ";
    display: table
}
.panel-body:after {
    clear: both
}
.panel>.list-group {
    margin-bottom: 0
}
.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}
.panel>.list-group .list-group-item:first-child {
    border-top: 0
}
.panel>.list-group .list-group-item:last-child {
    border-bottom: 0
}
.panel>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}
.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.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 th:first-child,
.panel>.table-responsive:first-child>.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 th:first-child {
    border-top-left-radius: -1px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.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 th:last-child,
.panel>.table-responsive:first-child>.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 th:last-child {
    border-top-right-radius: -1px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.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 th:first-child,
.panel>.table-responsive:last-child>.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 th:first-child {
    border-bottom-left-radius: -1px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.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 th:last-child,
.panel>.table-responsive:last-child>.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 th:last-child {
    border-bottom-right-radius: -1px
}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid none
}
.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-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th: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-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-bordered>tfoot>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>td {
    border-top: 0
}
.panel>.table-bordered>thead>tr:last-child>th,
.panel>.table-bordered>thead>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0
}
.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}
.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: 17px;
    color: inherit
}
.panel-title>a {
    color: inherit
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}
.panel-group {
    margin-bottom: 18px
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    overflow: hidden
}
.panel-group .panel+.panel {
    margin-top: 5px
}
.panel-group .panel-heading {
    border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}
.panel-group .panel-footer {
    border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}
.panel-default {
    border-color: #ddd
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}
.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}
.panel-primary {
    border-color: #2d8b42
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #2d8b42;
    border-color: #2d8b42
}
.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #2d8b42
}
.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #2d8b42
}
.panel-success {
    border-color: #d6e9c6
}
.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}
.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}
.panel-info {
    border-color: #bce8f1
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}
.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}
.panel-warning {
    border-color: #faebcc
}
.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc
}
.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc
}
.panel-danger {
    border-color: #ebccd1
}
.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1
}
.panel-danger>.panel-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: 0px;
    -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: 9px
}
.well-sm {
    padding: 9px;
    border-radius: 5px
}
.close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}
.close:hover,
.close:focus {
    color: #000;
    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: auto;
    overflow-y: scroll;
    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%);
    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);
    transform: translate(0, 0)
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -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: none
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.modal-backdrop.in {
    opacity: 0.7;
    filter: alpha(opacity=70)
}
.modal-header {
    padding: 20px 0 10px;
    border-bottom: 1px solid #2d8b42;
    min-height: 20px 0 10px1.2
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.2
}
.modal-body {
    position: relative;
    padding: 30px
}
.modal-footer {
    margin-top: 15px;
    padding: 29px 30px 30px;
    text-align: right;
    border-top: 1px solid transparent
}
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}
.modal-footer:after {
    clear: both
}
.modal-footer .btn+.btn,
.modal-footer #sm-accept+.btn,
.modal-footer #sm-cancel+.btn,
.modal-footer form .buttons span.button+.btn,
form .buttons .modal-footer span.button+.btn,
.modal-footer .btn+#sm-accept,
.modal-footer #sm-accept+#sm-accept,
.modal-footer #sm-cancel+#sm-accept,
.modal-footer form .buttons span.button+#sm-accept,
form .buttons .modal-footer span.button+#sm-accept,
.modal-footer .btn+#sm-cancel,
.modal-footer #sm-accept+#sm-cancel,
.modal-footer #sm-cancel+#sm-cancel,
.modal-footer form .buttons span.button+#sm-cancel,
form .buttons .modal-footer span.button+#sm-cancel,
.modal-footer form .buttons .btn+span.button,
form .buttons .modal-footer .btn+span.button,
.modal-footer form .buttons #sm-accept+span.button,
form .buttons .modal-footer #sm-accept+span.button,
.modal-footer form .buttons #sm-cancel+span.button,
form .buttons .modal-footer #sm-cancel+span.button,
.modal-footer form .buttons span.button+span.button,
form .buttons .modal-footer span.button+span.button {
    margin-left: 5px;
    margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group #sm-accept+.btn,
.modal-footer .btn-group #sm-cancel+.btn,
.modal-footer .btn-group form .buttons span.button+.btn,
form .buttons .modal-footer .btn-group span.button+.btn,
.modal-footer .btn-group .btn+#sm-accept,
.modal-footer .btn-group #sm-accept+#sm-accept,
.modal-footer .btn-group #sm-cancel+#sm-accept,
.modal-footer .btn-group form .buttons span.button+#sm-accept,
form .buttons .modal-footer .btn-group span.button+#sm-accept,
.modal-footer .btn-group .btn+#sm-cancel,
.modal-footer .btn-group #sm-accept+#sm-cancel,
.modal-footer .btn-group #sm-cancel+#sm-cancel,
.modal-footer .btn-group form .buttons span.button+#sm-cancel,
form .buttons .modal-footer .btn-group span.button+#sm-cancel,
.modal-footer .btn-group form .buttons .btn+span.button,
form .buttons .modal-footer .btn-group .btn+span.button,
.modal-footer .btn-group form .buttons #sm-accept+span.button,
form .buttons .modal-footer .btn-group #sm-accept+span.button,
.modal-footer .btn-group form .buttons #sm-cancel+span.button,
form .buttons .modal-footer .btn-group #sm-cancel+span.button,
.modal-footer .btn-group form .buttons span.button+span.button,
form .buttons .modal-footer .btn-group span.button+span.button {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 400px;
        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
    }
    .modal-lg {
        width: 400px
    }
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    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: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 0px
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 9px;
    -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: 15px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}
.popover-content {
    padding: 9px 14px
}
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover .arrow {
    border-width: 11px
}
.popover .arrow:after {
    border-width: 10px;
    content: ""
}
.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}
.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}
.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}
.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}
.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}
.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}
.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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: none;
    color: #fff;
    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%
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}
.carousel-control .icon-prev:before {
    content: '\2039'
}
.carousel-control .icon-next:before {
    content: '\203a'
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}
.carousel-caption .btn,
.carousel-caption #sm-accept,
.carousel-caption #sm-cancel,
.carousel-caption form .buttons span.button,
form .buttons .carousel-caption span.button {
    text-shadow: none
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left,
    .carousel-control .glyphicons-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}
.clearfix:before,
p:before,
.navbar:before,
.navbar-header:before,
.navbar-collapse:before,
.social-links:before,
.headline.headline-with-image:before,
.headline.headline-with-links>div:before,
section.image:before,
.contentWithBg.contentWithTable>.contentHolder>.content:before,
.contentWithBg.contentWithTable:before,
form .form-group:before,
table:before,
.product .bubbles>div .bubble-holder:before,
.product .bubbles:before,
.faq section.content ul h3:before,
.products section.products>ul>li:before,
.products section.products>ul>li img:before,
section.content-table:before,
section.filter>div:before,
section.filter>div .dropdown .dropdown-toggle:before,
.campaign section.image.social:before,
.clearfix:after,
p:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.headline.headline-with-image:after,
.headline.headline-with-links>div:after,
section.image:after,
.contentWithBg.contentWithTable>.contentHolder>.content:after,
.contentWithBg.contentWithTable:after,
form .form-group:after,
table:after,
.product .bubbles>div .bubble-holder:after,
.product .bubbles:after,
.faq section.content ul h3:after,
.products section.products>ul>li:after,
.products section.products>ul>li img:after,
.products section.products:after,
section.content-table:after,
section.filter>div:after,
section.filter>div .dropdown .dropdown-toggle:after,
.campaign section.image.social:after {
    content: " ";
    display: table
}
.clearfix:after,
p:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.headline.headline-with-image:after,
.headline.headline-with-links>div:after,
section.image:after,
.contentWithBg.contentWithTable>.contentHolder>.content:after,
.contentWithBg.contentWithTable:after,
form .form-group:after,
table:after,
.product .bubbles>div .bubble-holder:after,
.product .bubbles:after,
.faq section.content ul h3:after,
.products section.products>ul>li:after,
.products section.products>ul>li img:after,
.products section.products:after,
section.content-table:after,
section.filter>div:after,
section.filter>div .dropdown .dropdown-toggle:after,
.campaign section.image.social: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;
    visibility: hidden !important
}
.affix {
    position: fixed
}
@-ms-viewport {
    width: device-width
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    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
    }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important
}
@media (min-width: 768px) and (max-width: 999px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important
}
@media (min-width: 1000px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !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 (max-width: 999px) {
    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important
    }
}
@media (min-width: 1000px) and (max-width: 1199px) {
    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important
    }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.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
    }
}
@media print {
    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important
    }
}
.bold,
header #main-nav .navbar-nav>li.active>a,
header #main-nav .navbar-nav>li.active>a:hover,
.btn,
#sm-accept,
#sm-cancel,
form .buttons span.button,
form .button,
#pagehead>h1,
#pagehead>ul,
#pagehead>ul>li.current,
#pagehead>ul>li:hover,
header .morelinks #meta-nav>.navbar-nav>li.active a,
#slider .slide-text>*,
#slider .pagehead-content>*,
#slider .slide-text p,
#slider .pagehead-content p,
.contentWithBg>.contentHolder>.content h2,
.contentWithBg>.contentHolder>.content section.image>aside,
.contentWithBg>.contentHolder>.content section blockquote,
section .contentWithBg>.contentHolder>.content blockquote,
footer nav>a,
table thead,
body.login .login-form a,
.product #slider h3,
.product #slider h2,
.product #slider section.image>aside,
.product #slider section blockquote,
section .product #slider blockquote,
.product .bubbles h2,
.product .bubbles section.image>aside,
.product .bubbles section blockquote,
section .product .bubbles blockquote,
.country-switch #main h1,
.contact .contact-navigation li a,
.products section.products>ul>li .product-info p,
.products section.products>ul>li h3,
.campaign #slider h3,
.campaign #slider h2,
.campaign #slider section.image>aside,
.campaign #slider section blockquote,
section .campaign #slider blockquote,
.campaign section.image>aside h2,
.campaign section.image>aside section.image>aside,
.campaign section.image>aside blockquote,
.campaign section.image>aside .content-text {
    font-weight: bold;
    font-family: "daxbold", "Helvetica Neue LT Com 55 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.list-elements,
nav>ul>li>a,
nav>h3 {
    float: none;
    display: block;
    padding: 10px 8px
}
.three-column-row>div.col {
    width: 100%
}
.clearafter,
#left-column>img:after,
#left-column>div:after,
#left-column>nav:after,
#right-column>img:after,
#right-column>div:after,
#right-column>nav:after,
header:after,
form.search:after,
form.search .form-group.inline:after,
form.search .form-group.inline:before,
.search-navigation:after,
#share .modal-body:after,
.image-gallery:after,
.teaser:after,
.box:after,
#main-nav:before,
#content>section:after,
.product .content .content:before,
.contact section h2:before,
.contact section.image>aside:before,
.contact section blockquote:before,
.faq section.content ul:before {
    clear: both;
    content: "";
    display: block
}
.paragraph {
    margin-bottom: 18px
}
.paragraph ul {
    padding-left: 8px;
    margin-left: 8px;
    margin-top: 9px
}
.navbar-toggle.menu-button {
    color: white;
    border-radius: 5px;
    border: 0;
    background-color: #ffc342;
    margin: 0;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 23px;
    float: right
}
.navbar-toggle.menu-button>.glyphicon {
    display: none
}
.navbar-toggle.menu-button>span {
    margin-right: 5px
}
.navbar-toggle.menu-button:after {
    clear: both;
    content: "";
    display: block
}
article {
    border-bottom: #f5f5f5 1px solid
}
article>header h3,
article>header h4 {
    color: #eca204
}
article time {
    font-size: 12px;
    font-style: italic
}
article>footer {
    font-size: 12px
}
article::last-child {
    border-bottom: 0
}
#right-column>.teaser,
#right-column>a {
    margin-bottom: 6px;
    display: block
}
#left-column>#sub-nav {
    display: none
}
.navbar-toggle.bayerl {
    border-radius: 0;
    float: none;
    cursor: pointer;
    display: block
}
#left-column,
#right-column {
    padding-top: 9px;
    padding-bottom: 9px;
    display: block;
    background: #fff
}
#left-column>img,
#left-column>div,
#left-column>nav,
#right-column>img,
#right-column>div,
#right-column>nav {
    margin-bottom: 9px
}
#left-column>img:last-child,
#left-column>div:last-child,
#left-column>nav:last-child,
#right-column>img:last-child,
#right-column>div:last-child,
#right-column>nav:last-child {
    margin-bottom: 0
}
nav {
    margin-bottom: 9px;
    display: block
}
nav>ul {
    padding: 0;
    list-style-type: none
}
nav>ul>li {
    padding: 0
}
.navbar-nav .open .dropdown-menu {
    padding: 0
}
.navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 25px
}
header {
    height: 110px;
    min-height: 110px
}
header .navbar-toggle {
    border-color: #e8f5fb
}
header .navbar-toggle:hover,
header .navbar-toggle:focus {
    background-color: #339e4b
}
header .navbar-toggle .icon-bar {
    background-color: #e8f5fb
}
header #logo {
    padding: 0;
    margin-bottom: 0
}
header #bayer-logo {
    font-weight: normal;
    float: right;
    height: auto;
    width: 60px;
    padding: 0px 10px 5px 10px;
    border-left: 2px solid #b3b3b3;
    margin-left: 15px
}
@media (min-width: 480px) {
    header #bayer-logo {
        width: auto;
        padding: 0px 15px 10px 15px
    }
}
@media (min-width: 768px) {
    header #bayer-logo {
        padding-top: 10px
    }
}
@media (min-width: 1000px) {
    header #bayer-logo {
        padding: 20px;
        margin-left: 18px
    }
    header #bayer-logo>img {
        width: 67px
    }
}
header #logo img {
    width: auto;
    height: auto;
    max-width: 100%
}
header #main-nav {
    margin-bottom: 0
}
header #main-nav .dropdown-menu {
    box-shadow: none
}
header #main-nav .navbar-nav {
    margin: 17px 0 0 0;
    padding-left: 20px
}
header #main-nav .navbar-nav>li {
    min-height: 22px;
    border-right: 0
}
header #main-nav .navbar-nav>li:hover,
header #main-nav .navbar-nav>li:focus,
header #main-nav .navbar-nav>li.active {
    background-color: transparent
}
header #main-nav .navbar-nav>li.active>a,
header #main-nav .navbar-nav>li.active>a:hover {
    color: #2d8b42;
    background: transparent
}
header #main-nav .navbar-nav>li.open>a,
header #main-nav .navbar-nav>li.open>a:focus>a:hover {
    color: #eca204;
    background-color: transparent;
    border-color: white
}
header #main-nav .navbar-nav>li.open>a>.caret {
    border-top-color: #eca204;
    border-bottom-color: #eca204
}
header #main-nav .navbar-nav>li.open a li a:hover {
    color: #eca204;
    background-color: transparent
}
header #main-nav .navbar-nav>li a {
    border: 0
}
#bayerlinks-nav>h3 {
    font-size: 15px;
    background-color: #b3b3b3;
    color: white;
    margin: 0
}
#bayerlinks-nav>h3.notoggle {
    display: none
}
#bayerlinks-nav>h3.navbar-toggle {
    font-size: 15px;
    margin: 0;
    color: white;
    background-color: #b3b3b3;
    font-weight: bold
}
#bayerlinks-nav>h3.navbar-toggle>span {
    padding-right: 5px
}
#bayerlinks-nav>ul {
    list-style-type: none;
    background-color: #f5f5f5;
    margin: 0
}
#bayerlinks-nav>ul>li {
    color: #666
}
#bayerlinks-nav>ul>li>a {
    color: #666
}
#bayerlinks-nav>ul>li>a:hover {
    color: #b3b3b3
}
#sub-nav {
    margin-bottom: 0
}
#sub-nav a {
    text-decoration: none;
    color: #2d8b42
}
#sub-nav a:hover {
    color: #eca204
}
#sub-nav li {
    background-color: #d32338
}
#sub-nav li.active {
    background-color: #2d8b42
}
#sub-nav li.active>a {
    color: white
}
#sub-nav li.open {
    background-color: #7c1421
}
#sub-nav li.open>a {
    padding-left: 5px;
    color: white
}
#sub-nav li.open>a:before,
#sub-nav li.active>a:before,
#sub-nav li>a:hover:before {
    font-family: 'Glyphicons Halflings';
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e092 ";
    font-size: 8px;
    width: 8px;
    opacity: 40;
    filter: alpha(opacity=4000)
}
#sub-nav ul {
    padding: 0;
    list-style-type: none
}
#sub-nav>ul>li>ul>li>a {
    padding-left: 10px
}
#sub-nav>ul>li>ul>li>a:hover {
    padding-left: 2px
}
#sub-nav>ul li,
#sub-nav>ul li.active {
    border-top: 1px solid #7c1421
}
#sub-nav>ul li>a,
#sub-nav>ul li.active>a {
    padding-left: 10px
}
#sub-nav>ul li>a:hover,
#sub-nav>ul li.active>a:hover {
    padding-left: 2px
}
#sub-nav>ul li>ul li>a,
#sub-nav>ul li>ul li.active>a,
#sub-nav>ul li.active>ul li>a,
#sub-nav>ul li.active>ul li.active>a {
    padding-left: 20px
}
#sub-nav>ul li>ul li>a:hover,
#sub-nav>ul li>ul li.active>a:hover,
#sub-nav>ul li.active>ul li>a:hover,
#sub-nav>ul li.active>ul li.active>a:hover {
    padding-left: 12px
}
#sub-nav>ul li>ul li>ul>li>a,
#sub-nav>ul li>ul li>ul>li.active>a,
#sub-nav>ul li>ul li.active>ul>li>a,
#sub-nav>ul li>ul li.active>ul>li.active>a,
#sub-nav>ul li.active>ul li>ul>li>a,
#sub-nav>ul li.active>ul li>ul>li.active>a,
#sub-nav>ul li.active>ul li.active>ul>li>a,
#sub-nav>ul li.active>ul li.active>ul>li.active>a {
    padding-left: 30px
}
#sub-nav>ul li>ul li>ul>li>a:hover,
#sub-nav>ul li>ul li>ul>li.active>a:hover,
#sub-nav>ul li>ul li.active>ul>li>a:hover,
#sub-nav>ul li>ul li.active>ul>li.active>a:hover,
#sub-nav>ul li.active>ul li>ul>li>a:hover,
#sub-nav>ul li.active>ul li>ul>li.active>a:hover,
#sub-nav>ul li.active>ul li.active>ul>li>a:hover,
#sub-nav>ul li.active>ul li.active>ul>li.active>a:hover {
    padding-left: 22px
}
#sub-nav>ul li>ul li>ul>li.active>a,
#sub-nav>ul li>ul li.active>ul>li.active>a,
#sub-nav>ul li.active>ul li>ul>li.active>a,
#sub-nav>ul li.active>ul li.active>ul>li.active>a {
    padding-left: 22px
}
section.news>article {
    margin-bottom: 18px;
    border-bottom: 1px dotted #2d8b42
}
section.news>article>header h3 {
    color: #2d8b42;
    font-size: 15px;
    font-weight: bold
}
section.news>article>header h4 {
    font-size: 15px;
    font-weight: bold
}
section.news>article>header p>time {
    font-size: 12px;
    font-style: italic
}
section.news>article>footer {
    font-size: 12px;
    font-style: italic
}
section.news>article:last-child {
    border: 0
}
footer {
    color: #666;
    background-color: #fff;
    font-size: 12px
}
footer a {
    color: #666
}
footer a:hover {
    color: #4d4d4d
}
footer>ul.funcs {
    float: right;
    list-style-type: none
}
footer>ul.funcs>li {
    float: left;
    display: block;
    white-space: nowrap
}
footer>ul.funcs>li>a {
    padding: 6px 10px 5px 5px;
    float: left
}
footer>ul.funcs>li>span {
    padding: 6px 0 5px;
    float: left;
    color: gray
}
footer>ul.funcs>li.top {
    padding-left: 68px
}
footer>.copyright p {
    margin-bottom: 5px
}
h1,
h2,
section.image>aside,
section blockquote,
h3,
h4,
h5 {
    color: #2d8b42
}
h1 {
    padding-top: 9px;
    margin-top: 0
}
h2,
section.image>aside,
section blockquote {
    margin: 0
}
.formmanager {
    margin-bottom: 18px
}
.formmanager>.message {
    margin-bottom: 18px;
    font-weight: bold
}
.form-horizontal .form-group {
    margin-right: 0
}
fieldset.buttons {
    text-align: right
}
form label.error {
    color: #d9534f
}
form .radio>label.error {
    float: right;
    margin-right: 30%
}
form.search {
    padding: 10px
}
form.search .form-group.inline {
    margin-bottom: 10px;
    margin-top: 3px;
    display: block
}
form.search .form-group.inline:last-child {
    margin-bottom: 0
}
form.search .form-group.col {
    padding-left: 0
}
form.search a {
    float: left;
    margin-right: 20px;
    color: #333
}
form.search a>span {
    font-size: 8px;
    padding-right: 3px;
    color: #666
}
.search-navigation {
    display: block;
    margin: 18px 0
}
.search-navigation>ul {
    list-style-type: none;
    float: left;
    padding: 0
}
.search-navigation>ul>li {
    float: left
}
.search-navigation>ul>li>a {
    color: #333;
    padding: 1px 7px
}
.search-navigation>ul>li.active a {
    color: white;
    background: #2d8b42
}
.search-navigation>ul>li.disabled a {
    color: #b3b3b3
}
.search-navigation .result-count {
    float: right
}
.search-results article {
    border-bottom: 0
}
.search-results article h3 {
    color: #2d8b42;
    margin: 0
}
.search-results article h3>span {
    font-size: 9px;
    vertical-align: super
}
.search-results article p {
    margin: 0
}
.search-results article footer {
    color: #eca204
}
.search-results article h3,
.search-results article p,
.search-results article footer {
    font-size: 15px;
    line-height: 18px
}
#logo>a>img,
#logo>img {
    display: block;
    max-width: 100%;
    height: auto;
    display: inline-block
}
figcaption {
    font-size: 12px;
    font-style: italic
}
figure.pull-left {
    margin-right: 20px
}
figure.pull-right {
    margin-left: 20px
}
.box figure.pull-left {
    margin-right: 10px
}
.box figure.pull-right {
    margin-left: 10px
}
.modal {
    overflow-y: auto
}
.flowplayer,
.flowplayer video {
    max-width: 100%
}
#share {
    position: relative;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    right: 18%;
    top: -135px
}
#share>.modal-dialog {
    position: relative;
    right: 0;
    max-width: 600px;
    min-width: 300px
}
#share .modal-content {
    box-shadow: none;
    border: 0;
    background-color: transparent
}
#share .modal-body {
    padding: 0px
}
#share .modal-body ul {
    width: auto;
    float: right;
    padding: 10px 15px;
    margin: 0;
    margin-right: 5px;
    background-color: #fff;
    border: 1px solid #e1e1e1
}
.image-gallery>a {
    float: left;
    width: 25%;
    margin-bottom: 6px
}
.image-gallery>a>img {
    width: 98%
}
.search {
    padding: 6px 6px 0;
    background-color: #d32338
}
.search>h5 {
    margin-top: 0
}
[class*='col-'] {
    margin-bottom: 9px
}
.dropdown-submenu {
    position: relative
}
.dropdown-submenu>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -3px;
    margin-left: 3px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block
}
.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: -10px
}
.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff
}
.dropdown-submenu .pull-left {
    float: none
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}
.well {
    padding: 10px
}
@media (max-width: 768px) {
    button.btn,
    button#sm-accept,
    button#sm-cancel,
    nav li>a {
        padding: 10px;
        display: block
    }
    input.input-sm,
    .input-group-sm>input.form-control,
    .input-group-sm>input.input-group-addon,
    .input-group-sm>.input-group-btn>input.btn,
    .input-group-sm>.input-group-btn>input#sm-accept,
    .input-group-sm>.input-group-btn>input#sm-cancel {
        padding-top: 10px;
        padding-bottom: 11px;
        height: auto
    }
    #pagehead>h1,
    #pagehead>.product-navigation {
        display: block
    }
}
@media (max-width: 480px) {
    .text-left,
    .text-right {
        text-align: center
    }
}
@media (min-width: 1000px) {
    .three-column-row>div.col {
        width: 33.33%
    }
    #share {
        right: -45px;
        top: -135px
    }
    nav>ul {
        padding: 0
    }
    nav>ul>li>a {
        display: block;
        padding: 3px
    }
    nav>h3 {
        float: none;
        display: block;
        padding: 3px
    }
    .navbar-nav .open .dropdown-menu {
        padding: 0
    }
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 3px 10px
    }
    header.navbar-main {
        min-height: 110px;
        height: auto;
        -webkit-box-shadow: 0px 10px 10px 0px rgba(160, 160, 160, 0.3);
        box-shadow: 0px 10px 10px 0px rgba(160, 160, 160, 0.3)
    }
    header.navbar-main nav {
        margin-bottom: 0;
        display: block
    }
    header.navbar-main nav>ul {
        padding: 0
    }
    header.navbar-main nav>ul>li>a,
    header.navbar-main nav>h3 {
        display: block;
        padding: 2px 3px
    }
    header.navbar-main #main-nav .navbar-nav>li>a {
        padding: 0px 10px;
        line-height: 15px;
        border-right: 1px solid #666
    }
    header.navbar-main #main-nav .navbar-nav ul>li>a {
        border: 0
    }
    header.navbar-main #main-nav .navbar-nav>li.active>a,
    header.navbar-main #main-nav .navbar-nav>li.active>a:hover {
        color: #eca204;
        background: transparent
    }
    header.navbar-main #main-nav .navbar-nav ul {
        margin-left: -1px;
        border: 0
    }
    .container>#left-column {
        padding-right: 0
    }
    #main>#left-column {
        padding-left: 0
    }
    #main>#right-column {
        float: right
    }
    #left-column #sub-nav {
        display: block
    }
    #bayerlinks-nav>h3,
    #sub-nav>h3 {
        padding: 2px 3px 2px 6px
    }
    #bayerlinks-nav>ul,
    #sub-nav>ul {
        padding: 0 0 3px 3px
    }
    #bayerlinks-nav>ul>li,
    #sub-nav>ul>li {
        padding: 0 5px 0 3px
    }
    #bayerlinks-nav>ul>li>a,
    #sub-nav>ul>li>a {
        padding: 0
    }
    #bayerlinks-nav>h3.notoggle {
        display: block
    }
    #bayerlinks-nav>h3.navbar-toggle {
        display: none
    }
    #sub-nav {
        margin-bottom: 0
    }
    #sub-nav>ul {
        padding: 0
    }
    #sub-nav>ul li {
        padding: 0
    }
    #sub-nav>ul li ul {
        padding: 0
    }
    #sub-nav>ul li a {
        padding: 0 5px 0 13px
    }
    #sub-nav>ul li a:hover {
        padding: 0 5px
    }
    #sub-nav>ul li.open {
        padding: 0
    }
}
@media (min-width: 1000px) {
    .three-column-row>div.col {
        width: 33.33%
    }
}
.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 0;
    background-color: white
}
@media (min-width: 1000px) {
    .navbar-header {
        float: left
    }
}
.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 110px;
    background-color: white;
    -webkit-overflow-scrolling: touch
}
.navbar-collapse.in {
    overflow-y: auto
}
@media (min-width: 1000px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
        position: static
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: 0
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: 0
    }
    .navbar-collapse .navbar-text:last-child {
        margin-right: 0
    }
}
.container>.navbar-header,
.container>.navbar-collapse {
    margin-right: 0;
    margin-left: 0
}
@media (min-width: 1000px) {
    .container>.navbar-header,
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}
.navbar-static-top {
    border-width: 0 0 1px
}
@media (min-width: 1000px) {
    .navbar-static-top {
        border-radius: 0
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px
}
@media (min-width: 1000px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}
.navbar-fixed-top {
    z-index: 1030;
    top: 0
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0
}
.navbar-brand {
    float: left;
    padding: 16px 0 0;
    font-size: 18px;
    line-height: 18px
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}
@media (min-width: 1000px) {
    .navbar>.container .navbar-brand {
        margin-left: 0
    }
}
@media (min-width: 1000px) {
    .navbar-left {
        float: left
    }
    .navbar-right {
        float: right
    }
}
.navbar-form {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    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: 12px;
    margin-bottom: 12px
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}
@media (min-width: 1000px) {
    .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 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: 0
}
.navbar-btn {
    margin-top: 12px;
    margin-bottom: 12px
}
.navbar-text {
    float: left;
    margin-top: 16px;
    margin-bottom: 16px
}
@media (min-width: 1000px) {
    .navbar-text {
        margin-left: 0;
        margin-right: 0
    }
}
.navbar-default {
    background-color: #fff;
    border-color: none
}
.navbar-default .navbar-brand {
    color: #666
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #666;
    background-color: transparent
}
.navbar-default .navbar-text {
    color: #777
}
.navbar-default .navbar-nav>li>a {
    color: #666
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #eca204;
    background-color: transparent
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #eca204;
    background-color: transparent
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #666;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    border-color: #e8f5fb;
    margin-top: 10px;
    font-size: 15px;
    padding: 5px 10px
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #339e4b
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}
@media (min-width: 480px) {
    .navbar-default .navbar-toggle {
        font-size: 23px;
        padding: 10px 20px
    }
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ededed
}
.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #eca204;
    border-bottom-color: #eca204
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #eca204
}
.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: #eca204;
    border-bottom-color: #eca204
}
.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #666;
    border-bottom-color: #666
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #666
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #eca204;
        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: #eca204;
        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: #666;
        background-color: transparent
    }
}
.navbar-default .navbar-link {
    color: #666
}
.navbar-default .navbar-link:hover {
    color: #eca204
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909
}
.navbar-inverse .navbar-brand {
    color: #b3b3b3
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-text {
    color: #b3b3b3
}
.navbar-inverse .navbar-nav>li>a {
    color: #b3b3b3
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}
.navbar-inverse .navbar-toggle {
    border-color: #333
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff
}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}
.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #b3b3b3;
    border-bottom-color: #b3b3b3
}
.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>.open>a:hover .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #b3b3b3
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}
.navbar-inverse .navbar-link {
    color: #b3b3b3
}
.navbar-inverse .navbar-link:hover {
    color: #fff
}
body {
    overflow-y: scroll
}
.container {
    padding: 0;
    /*background-color: #2D8B42; */ background-color: #fff;
    overflow: hidden
}
.container:before {
    display: block;
    clear: both;
    content: ""
}
a.tooltip-trigger,
nav a:focus {
    outline: 0
}
.orange {
    color: #ffc342
}
.text-big {
    font-size: 2.8em;
    line-height: 0.8em
}
h2,
section.image>aside,
section blockquote {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "daxbold", "Helvetica Neue LT Com 55 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif
}
@media (min-width: 480px) {
    h2,
    section.image>aside,
    section blockquote {
        font-size: 23px
    }
}
@media (min-width: 768px) {
    h2,
    section.image>aside,
    section blockquote {
        font-size: 32px
    }
}
.longtext {
    font-size: 12px !important
}
@media (min-width: 480px) {
    .longtext {
        font-size: 16px !important
    }
}
@media (min-width: 768px) {
    .longtext {
        font-size: 26px !important
    }
}
@media (min-width: 1200px) {
    .longtext {
        font-size: 32px !important
    }
}
.btn,
#sm-accept,
#sm-cancel,
form .buttons span.button,
form .button {
    display: inline-block;
    padding: 9px 18px; /*padding: 7px 22px 8px; */
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid #ba8003;
    font-size: 16px; /*font-size: 18px;*/
    line-height: 18px;
    margin-bottom: 10px
}
.btn:hover,
#sm-accept:hover,
#sm-cancel:hover,
form .buttons span.button:hover,
form .button:hover {
    background-color: #d32338;
    border-bottom: 1px solid #a71c2c
}
.btn:after,
#sm-accept:after,
#sm-cancel:after,
form .buttons span.button:after,
form .button:after {
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    content: " \e072";
    line-height: 0;
    color: white
}
hr {
    margin: 10px 0 15px 0;
    height: 1px;
    background-color: #2d8b42;
    border: 0;
    border-width: 0
}
.headline-with-border,
.headline-with-questionmark,
.product section.content h2,
.product section.content section.image>aside,
.product section.content blockquote {
    border-bottom: 1px solid #2d8b42;
    margin-bottom: 15px;
    padding-bottom: 10px;
    display: inline-block
}
.headline-with-questionmark {
    text-transform: uppercase;
    font-size: 18px
}
.headline-with-questionmark:after {
    background-color: #2d8b42;
    border-radius: 50%;
    bottom: 0.1em;
    color: white;
    content: "?";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 1em;
    position: relative;
    text-align: center;
    width: 1em
}
sup {
    font-size: 70%;
    font-weight: normal;
    position: relative;
    top: -0.4em
}
#pagehead {
    padding: 18px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(160, 160, 160, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(160, 160, 160, 0.3)
}
#pagehead>h1,
#pagehead>ul {
    text-transform: uppercase
}
#pagehead>h1 {
    padding: 0;
    padding-right: 20px;
    line-height: 41px
}
#pagehead>ul {
    padding: 0
}
#pagehead>ul>li {
    padding: 0 14px 2px 14px;
    line-height: 15px;
    border-left: 2px solid #2d8b42;
    cursor: pointer;
    display: inline-block
}
#pagehead>ul>li:first-child {
    border: 0;
    padding-left: 0
}
#pagehead>ul>li.current,
#pagehead>ul>li:hover {
    color: #eca204
}
#pagehead>ul>li a {
    text-decoration: none
}
#pagehead p {
    margin-top: 10px
}
@media (min-width: 1000px) {
    #pagehead {
        padding: 40px 40px 20px 130px
    }
    #pagehead>h1,
    #pagehead>ul {
        display: table-cell
    }
}
.image.text-right .content-text {
    text-align: left
}
.image.text-center .content-text {
    width: 80%;
    left: 10%
}
@media (min-width: 480px) {
    .image.text-center .content-text {
        width: 50%;
        left: 25%
    }
}
.image.page-head .content-text {
    font-size: 2.5em
}
.image.page-head .content-text strong {
    font-size: 1.2em
}
.image.page-head .content-text p {
    margin-bottom: 0
}
header .morelinks {
    overflow: visible;
    display: none
}
header .morelinks #meta-nav>.navbar-nav {
    width: auto;
    background-color: transparent;
    text-align: right
}
header .morelinks #meta-nav>.navbar-nav>li {
    padding: 3px 0;
    font-weight: normal;
    padding: 0 14px;
    border-left: 2px solid #666
}
header .morelinks #meta-nav>.navbar-nav>li>a {
    line-height: 12px;
    color: #666;
    font-size: 13px
}
header .morelinks #meta-nav>.navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}
header .morelinks #meta-nav>.navbar-nav>li.active a {
    color: #ffc342;
    background-color: transparent
}
header .morelinks #meta-nav>.navbar-nav>li.open>a:focus {
    background-color: transparent
}
header .morelinks #meta-nav>.navbar-nav>li:first-child,
header .morelinks #meta-nav>.navbar-nav>li.bayergroup-link {
    border: 0
}
header .morelinks #meta-nav>.navbar-nav>li:last-child {
    padding-right: 0
}
header .morelinks #meta-nav>.navbar-nav>li.bayergroup-link {
    margin-left: 17px
}
header .morelinks #meta-nav>.navbar-nav>li.bayergroup-link .headline {
    padding: 2px 20px
}
header .morelinks #meta-nav>.navbar-nav>li.bayergroup-link .dropdown-menu {
    font-size: 12px
}
header .morelinks .social-links {
    float: right
}
@media (min-width: 1000px) {
    header .morelinks {
        display: block;
        width: 80%
    }
}
#meta-nav {
    display: none
}
@media (min-width: 1000px) {
    #meta-nav {
        display: block;
        float: right
    }
}
.social-links {
    display: none
}
@media (min-width: 1000px) {
    .social-links {
        display: table-row
    }
}
#header-links {
    margin-top: 10px
}
@media (min-width: 1000px) {
    #header-links {
        margin: 15px 0 0;
        height: auto;
        overflow: show
    }
    #header-links:after {
        clear: both;
        display: table;
        content: ""
    }
}
.modal {
    top: 20px
}
.modal .modal-content {
    border-radius: 5px
}
.modal .modal-header {
    margin: 0 30px
}
.modal .modal-body {
    padding-top: 0;
    padding-bottom: 0
}
.modal .modal-footer {
    padding-bottom: 20px;
    padding-top: 0;
    text-align: left
}
@media (min-width: 1000px) {
    .modal {
        top: 80px
    }
}
.morelinks {
    height: 90px
}
@media (min-width: 768px) {
    .morelinks {
        height: 120px;
        float: right;
        margin-bottom: 0;
        padding: 0;
        font-size: 12px
    }
    .morelinks #meta-nav>.navbar-nav {
        margin-bottom: 30px
    }
    .morelinks #meta-nav>.navbar-nav>li {
        display: block
    }
    .morelinks #meta-nav>.navbar-nav ul {
        padding-top: 5px
    }
    .morelinks #meta-nav>.navbar-nav ul>li {
        padding: 0
    }
    .morelinks #meta-nav>.navbar-nav ul>li>a {
        padding: 2px 20px
    }
    .morelinks #meta-nav>.navbar-nav ul>li li {
        display: block
    }
    .morelinks #meta-nav .dropdown a {
        background: none
    }
    .morelinks #meta-nav li.dropdown.open {
        background-color: white
    }
    .morelinks #meta-nav li.dropdown.open>a {
        color: #2d8b42
    }
    .morelinks #meta-nav .dropdown-menu {
        background-color: white;
        box-shadow: none
    }
    .morelinks #meta-nav .dropdown-menu a:hover {
        background-color: #eca204
    }
}
.social-links {
    color: #666;

    clear: both;
}
.social-links>p {
    float: left;
    line-height: 28px;
    padding-right: 5px;
    margin: 0
}
.social-links ul {
    list-style-type: none;
    display: inline-block;
    padding: 0
}
.social-links ul>li {
    float: left;
    padding-left: 12px
}
.social-links ul>li p {
    width: 28px;
    height: 28px;
    overflow: hidden;
    border-radius: 28px;
    display: block;
    background-color: #eca204
}
.social-links ul>li p:hover {
    background-color: #2d8b42
}
.social-links ul>li p:hover.facebook {
    background-color: #3b5999
}
.social-links ul>li p:hover.twitter {
    background-color: #5dabdd
}
.social-links ul>li p:hover.google {
    background-color: #df4b37
}
.social-links ul>li p:hover.instagram {
    background-color: #3e749d
}
#claim {
    display: none;
    position: absolute;
    width: auto;
    right: 90px;
    top: 40px;
    height: auto;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px
}
@media (min-width: 720px) {
    #claim {
        font-size: 28px;
        line-height: 30px;
        right: 130px
    }
}
@media (min-width: 1000px) {
    #claim {
        font-size: 32px;
        line-height: 60px;
        top: 30px
    }
    #claim br {
        display: none
    }
}
#main-nav #meta-nav-m {
    display: block;
    margin: 0
}
@media (min-width: 1000px) {
    #main-nav #meta-nav-m {
        display: none
    }
}
@media (max-width: 999px) {
    #main-nav li>a {
        border: 0 !important;
        padding: 10px !important
    }
}
img.hideimg {
    visibility: hidden
}
.table-responsive thead th {
    white-space: nowrap !important
}
@media (max-width: 999px) {
    .contentWithBg {
        min-height: 300px !important
    }
    .table-responsive th,
    .table-responsive td {
        white-space: normal !important
    }
}
#slider {
    height: 490px;
    min-height: 150px !important;
  background-image: url("/static/media/images/content/bg-performance.png");
  background-position: right center;
  background-color: #2d8b42;   
    /*background-color: #fff*/
}
@media (max-width: 999px) {
/*    #slider {
        background: url("") repeat scroll 0 0 #2d8b42;
    }*/
}
@media (max-width:480px) {
    #slider {height:520px;}
}
#slider .lSSlideOuter,
#slider .pagehead-content,
#slider ul.slides,
#slider ul.slides li {
    height: 490px
}
@media (max-width:480px) {
  #slider .lSSlideOuter,
  #slider .pagehead-content,
  #slider ul.slides,
  #slider ul.slides li {
    height:530px
  }
}
#slider .pagehead-content {
    visibility: hidden
}
#slider .pagehead-content.current {
    visibility: visible
}
#slider ul.slides>li {
    overflow: hidden;
    background-color: #2d8b42
}
#slider ul.slides>li img {
    height: auto;
    width: 110%;
    max-width: 110%;
    margin-left: -10%;
    position: relative
}
@media (min-width:768px) {
/*  #slider ul.slides>li {
    background-color: #FFF
  }*/
  #slider ul.slides>li img {
    width:60%;
    max-width:60%;
    margin-left:20%;
  }
}
#slider .slide-text,
#slider .pagehead-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    color: white;
    background-color: #2d8b42
}
#slider .slide-text {
    padding: 20px
}
#slider .pagehead-content .content-inner {
    padding: 20px
}
#slider .pagehead-content .content-inner>.topline {
    font-size: 17px
}
#slider .pagehead-content .content-inner>.topline br {
    display: none
}
#slider .pagehead-content .content-inner>h3,
#slider .pagehead-content .content-inner>h2,
#slider .pagehead-content section.image.content-inner>aside,
#slider .pagehead-content section .content-inner>blockquote,
section #slider .pagehead-content .content-inner>blockquote {
    display: table-cell;
    font-size: 23px;
    padding-right: 10px
}
#slider .pagehead-content .content-inner>.btn,
#slider .pagehead-content .content-inner>#sm-accept,
#slider .pagehead-content .content-inner>#sm-cancel,
#slider .pagehead-content form .buttons .content-inner>span.button,
form .buttons #slider .pagehead-content .content-inner>span.button {
    display: inline-block; /*display: block;*/
    text-align: center
}
#slider .slide-text h2,
#slider .slide-text section.image>aside,
#slider .slide-text section blockquote,
section #slider .slide-text blockquote,
#slider .slide-text h3,
#slider .pagehead-content h2,
#slider .pagehead-content section.image>aside,
#slider .pagehead-content section blockquote,
section #slider .pagehead-content blockquote,
#slider .pagehead-content h3 {
    text-transform: uppercase;
    color: white;
    margin-bottom: 0
}
#slider .slide-text hr,
#slider .pagehead-content hr {
    height: 2px;
    background-color: white;
    margin: 12px 0
}
#slider .slide-text p,
#slider .pagehead-content p {
    margin-bottom: 15px;
    font-size: 22px; /*font-size: 23px*/
}
#slider .slide-text p.content-text,
#slider .pagehead-content p.content-text {
    font-size: 15px;
    font-family: "Helvetica Neue LT Com 55 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal
}
#slider .lSSlideWrapper ul li {
    position: relative;
    overflow-x: hidden
}
#slider .lSSlideOuter {
    overflow: hidden
}
#slider .lSSlideOuter ul {
    margin: 0
}
#slider .lSSlideOuter .lSAction>a {
    opacity: 1;
    background-image: none;
    background-color: #abd1b3;
    height: auto;
    width: auto;
    padding: 15px;
    color: white;
    border-radius: 4px
}
#slider .lSSlideOuter .lSAction>a.lSPrev {
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    left: 30px;
    top: 20%
}
#slider .lSSlideOuter .lSAction>a.lSNext {
    box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.5);
    right: 30px;
    top: 20%
}
#slider .lSSlideOuter .lSAction>a:hover {
    text-decoration: none
}
#slider .lSSlideOuter .lSPager {
    position: absolute;
    bottom: 20px;
    left: 4%;
    z-index: 10;
    width: 92% !important;
    height: auto !important
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #slider .lSSlideOuter .lSPager {
    bottom:100px;
    width:55% !important;
  }
}
@media (max-width : 480px) {
  #slider .lSSlideOuter .lSPager {
    bottom:25%;
    width:95% !important;
  }
}
#slider .lSSlideOuter .lSPager.lSGallery img {
    width: 99%
}
#slider .lSSlideOuter .lSPager.lSGallery li {
    width:24%!important;
    margin-right: 0
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #slider .lSSlideOuter .lSPager.lSGallery li {
        width: 24% !important;
  }
}
@media (max-width : 480px) {
    #slider .lSSlideOuter .lSPager.lSGallery li {
        width: 23% !important;
  }
}
#slider .lSSlideOuter .lSPager.lSGallery li img {
    background-color: #2d8b42
}
#slider .lSSlideOuter .lSPager.lSGallery li.active img {
    border: 1px solid white;
    background-color: transparent
}
@media (min-width: 480px) {
    #slider .lSSlideOuter .lSPager {
        left: 25%;
        width: 50% !important
    }
}
@media (min-width: 768px) {
    #slider {
        height:580px;
        min-height:580px !important
    }
    #slider .lSSlideOuter,
    #slider .pagehead-content,
    #slider ul.slides,
    #slider ul.slides li {
        height:580px
    }
    #slider .pagehead-content .content-inner>h3,
    #slider .pagehead-content .content-inner>h2,
    #slider .pagehead-content section.image.content-inner>aside,
    #slider .pagehead-content section .content-inner>blockquote,
    section #slider .pagehead-content .content-inner>blockquote {
        font-size: 41px
    }
}
@media (min-width: 1000px) {
    #slider {
        height: 410px;
        min-height: 410px !important;
        overflow: hidden
    }
    #slider .pagehead-content .content-inner {
        padding: 0;
        background-color: transparent
    }
    #slider .pagehead-content .content-inner h2,
    #slider .pagehead-content .content-inner section.image>aside,
    #slider .pagehead-content .content-inner section blockquote,
    section #slider .pagehead-content .content-inner blockquote,
    #slider .pagehead-content .content-inner h3 {
        display: block
    }
    #slider .pagehead-content .content-inner>.topline {
        font-size: 20px
    }
    #slider .pagehead-content .content-inner>.btn,
    #slider .pagehead-content .content-inner>#sm-accept,
    #slider .pagehead-content .content-inner>#sm-cancel,
    #slider .pagehead-content form .buttons .content-inner>span.button,
    form .buttons #slider .pagehead-content .content-inner>span.button {
        display: inline-block
    }
    #slider .pagehead-content,
    #slider .slide-text {
        top: 0
    }
    #slider .pagehead-content {
        visibility: hidden
    }
    #slider .pagehead-content.current {
        visibility: visible
    }
    #slider .lSSlideOuter,
    #slider .pagehead-content,
    #slider ul.slides,
    #slider ul.slides>li {
        height: 410px;
        background-color: transparent
    }
    #slider .lSSlideOuter>img,
    #slider .pagehead-content>img,
    #slider ul.slides>img,
    #slider ul.slides>li>img {
    height: 440px; /*height: 410px;*/
        width: auto;
        float: right
    }
    #slider .slide-text,
    #slider .pagehead-content {
        background-color: transparent;
        background-image: url("/static/img/pointer.png");
        background-position: top right;
        background-repeat: no-repeat;
        height: 100%;
        width: 50%;
        color: white;
        padding: 40px 170px 40px 8%
    }
    #slider .slide-text h2,
    #slider .slide-text section.image>aside,
    #slider .slide-text section blockquote,
    section #slider .slide-text blockquote,
    #slider .pagehead-content h2,
    #slider .pagehead-content section.image>aside,
    #slider .pagehead-content section blockquote,
    section #slider .pagehead-content blockquote {
        font-size: 41px;
        line-height: 41px
    }
    #slider .slide-text h3,
    #slider .pagehead-content h3 {
        font-size: 60px;
        line-height: 41px
    }
    #slider .slide-text hr,
    #slider .pagehead-content hr {
        margin: 12px 0
    }
    #slider .slide-text>*,
    #slider .pagehead-content>* {
        max-width: 290px
    }
    #slider .lSSlideWrapper ul li img {
        margin-top: 0
    }
    #slider .lSSlideOuter .lSPager {
        max-width: 35% !important;
        width: auto;
        top: auto;
        bottom: 15%;
        right: 5%;
        left: auto
    }
    #slider .lSSlideOuter .lSPager.lSGallery img {
        max-width: 100px
    }
    #slider .lSSlideOuter .lSPager.lSGallery li.active img {
        border: 1px solid white
    }
    #slider .lSSlideOuter .lSAction>a.lSPrev,
    #slider .lSSlideOuter .lSAction>a.lSNext {
        visibility: visible;
        top: 50%
    }
}
section.content {
    padding: 18px 20px
}
@media (min-width: 768px) {
    section.content {
        padding: 18px 130px
    }
}
#search_form_adv .form-group select {
    width: 350px;
    padding: 5px;
    border: 1px solid #CCCCCC;
    border-radius: 0 0 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset
}
#search_form_adv .form-group input {
    width: 350px
}
#search_form_adv .form-group-select .form-group {
    margin: 10px 0
}
#search_form_adv .message {
    margin: 10px 0;
    font-weight: bold
}
#main .formmanager {
    margin: 25px 0 0 0;
    padding: 10px 0
}
#main .formmanager div.error {
    color: #FF0000
}
#main .formmanager div.error:before {
    content: "Error : ";
    font-weight: bold
}
#main .image-gallery figure a {
    outline: none;
    display: block;
    float: left;
    padding: 5px 5px 0px 0;
    outline: none
}
#main .image-gallery figure a:hover,
#main .image-gallery figure a:active,
#main .image-gallery figure a:focus {
    outline: none
}
#main .image-gallery figure figcaption {
    clear: both;
    padding-top: 5px
}
.pill {
    position: absolute;
    top: -55px;
    right: 60px;
    background-image: url("../img/pill_home.png");
    width: 73px;
    height: 80px;
    background-size: 100% auto;
    z-index: 2000
}
@media (min-width: 768px) {
    .pill {
        top: -85px;
        right: 120px;
        width: 123px;
        height: 130px
    }
}
.bg-bubbles,
.campaign article,
#content {
    background-image: url("../img/bg_bubbles.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: center 0
}
#content {
    border: 0;
    position: relative;
    padding: 0
}
#content>.subnavi {
    padding: 18px 20px
}
#content img {
    max-width: 100%
}
#content img.hideimg {
    max-width: auto
}
#content>section {
    position: relative
}
#content>section.content {
    padding: 18px 20px
}
@media (min-width: 1000px) {
    #content>section.content {
        padding: 40px 130px 60px 130px
    }
    #content>.subnavi {
        padding: 40px 130px 0 130px
    }
}
.standard {
    color: #666
}
.standard ul {
    padding-left: 13px;
    margin-bottom: 18px
}
.standard ul li {
    padding-bottom: 5px
}
.bg-container {
    position: relative;
    display: block
}
.bg-container.shadow:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3) inset
}
.headline {
    padding: 18px 20px
}
.headline.headline-with-image {
    overflow-x: hidden;
    padding: 0
}
.headline.headline-with-image>h2,
section.image.headline.headline-with-image>aside,
section .headline.headline-with-image>blockquote {
    padding: 25px 30px 10px;
    margin: -30px 0 0 10px;
    display: inline-block;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0 -3px 3px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -3px 3px -2px rgba(0, 0, 0, 0.3);
    position: relative
}
.headline.headline-with-image>img {
    -webkit-box-shadow: 5px 5px 15px 3px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 5px 5px 15px 3px rgba(0, 0, 0, 0.3) inset;
    max-width: 150%;
    min-height: 200px;
    width: auto
}
.headline.headline-with-hr {
    padding: 0
}
.headline.headline-with-hr>h2,
section.image.headline.headline-with-hr>aside,
section .headline.headline-with-hr>blockquote {
    padding: 18px 20px
}
.headline.headline-with-links>div {
    border-bottom: 1px solid #2d8b42
}
.headline.headline-with-links>div h2,
.headline.headline-with-links>div section.image>aside,
.headline.headline-with-links>div section blockquote,
section .headline.headline-with-links>div blockquote {
    display: inline-block;
    float: left
}
.headline.headline-with-links>div .linkContainer {
    float: right
}
@media (min-width: 1000px) {
    .headline {
        padding: 40px 130px 20px 130px
    }
    .headline.headline-with-hr {
        padding: 0
    }
    .headline.headline-with-hr>h2,
    section.image.headline.headline-with-hr>aside,
    section .headline.headline-with-hr>blockquote {
        padding: 25px 40px 20px 130px
    }
    .headline.headline-with-image>h2,
    section.image.headline.headline-with-image>aside,
    section .headline.headline-with-image>blockquote {
        margin-left: 100px
    }
    .headline.headline-with-image>img {
        max-width: 100%;
        width: 100%;
        height: auto
    }
}
section img {
    display: inline-block;
    max-width: 100%;
    height: auto
}
section.image {
    position: relative;
    overflow: hidden
}
section.image>div>img {
    max-width: 150%
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
  section.image > div.shadow > img {
    margin-left: -25%;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  section.image > div.shadow > img {
    margin-left: -25%;
  }
  section.image > aside.longtext {
    padding-left: 10px;
  }
}
section.image>img {
    min-height: 200px;
    width: auto;
    max-width: 150%
}
section.image>aside {
    color: white;
    text-shadow: 2px 2px 1px #000;
    position: absolute;
    top: 30px;
    width: auto;
    z-index: 1
}
section.image>aside.longtext {
    top: 10px
}
section.image>aside p {
    color: white
}
section.image>aside h2,
section.image>aside section.image>aside,
section.image>aside blockquote {
    margin-bottom: 9px
}
section.image>aside .btn,
section.image>aside #sm-accept,
section.image>aside #sm-cancel,
section.image>aside form .buttons span.button,
form .buttons section.image>aside span.button {
    margin-top: 9px
}
@media (min-width: 1000px) {
    section.image.text-right>aside {
        margin-left: 20px;
        left: -10px;
        right: 20px
    }
    section.image.text-left>aside {
        margin-right: 20px;
        left: 20px;
        right: -10px
    }
}
section.content-4-col .content-above {
    margin-bottom: 9px
}
section.content-4-col .row>div:first-child,
section.content-4-col .products section.products>ul>div:first-child,
.products section.content-4-col section.products>ul>div:first-child {
    border: none
}
section.content-4-col .row>div h3,
section.content-4-col .products section.products>ul>div h3,
.products section.content-4-col section.products>ul>div h3 {
    margin-top: 0
}
section.content-4-col .content-below {
    font-size: 12px
}
section.content-4-col .row>div,
section.content-4-col .products section.products>ul>div,
.products section.content-4-col section.products>ul>div,
section.content-3-col .row>div,
section.content-3-col .products section.products>ul>div,
.products section.content-3-col section.products>ul>div,
section.content-2-col .row>div,
section.content-2-col .products section.products>ul>div,
.products section.content-2-col section.products>ul>div {
    border-top: 2px solid #2d8b42;
    padding: 18px 0
}
section.content-4-col .row>div:first-child,
section.content-4-col .products section.products>ul>div:first-child,
.products section.content-4-col section.products>ul>div:first-child,
section.content-3-col .row>div:first-child,
section.content-3-col .products section.products>ul>div:first-child,
.products section.content-3-col section.products>ul>div:first-child,
section.content-2-col .row>div:first-child,
section.content-2-col .products section.products>ul>div:first-child,
.products section.content-2-col section.products>ul>div:first-child {
    border: none
}
section span.number {
    padding: 5px;
    background-color: #f0b536;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 12px;
    display: inline-block;
    margin-right: 10px;
    float: left
}
section blockquote {
    border: 0;
    text-align: center;
    margin-bottom: 18px
}
section .content-text p>img {
    border: 1px solid #ffc342
}
@media (min-width: 480px) {
    section>div>img {
        max-width: 100%
    }
    section.image.text-right>aside {
        left: auto;
        right: 2%;
        max-width: 45%
    }
    section.image.text-left>aside {
        right: auto
    }
}
@media (min-width: 1000px) {
    section.image>aside {
        top: 80px;
        width: 30%;
        line-height: 0.9em
    }
    section.image>aside.longtext {
        width: 40%;
        top: 40px
    }
    section.image>div.bg-container>img {
        max-width: 100%;
        width: 100%;
        height: auto
    }
    section.image.text-right>aside {
        right: 15%;
        max-width: 80%
    }
    section.image.text-left>aside {
        left: 15%;
        max-width: 80%
    }
    section.content-4-col .row>div,
    section.content-4-col .products section.products>ul>div,
    .products section.content-4-col section.products>ul>div,
    section.content-3-col .row>div,
    section.content-3-col .products section.products>ul>div,
    .products section.content-3-col section.products>ul>div,
    section.content-2-col .row>div,
    section.content-2-col .products section.products>ul>div,
    .products section.content-2-col section.products>ul>div {
        border-top: none;
        border-left: 2px solid #2d8b42;
        padding: 0 10px
    }
    section.content-2-col {
        padding-top: 0;
        padding-bottom: 0
    }
    section.content-2-col .row>div,
    section.content-2-col .products section.products>ul>div,
    .products section.content-2-col section.products>ul>div {
        margin-bottom: 0
    }
    section.content-2-col .row>div .column-content,
    section.content-2-col .products section.products>ul>div .column-content,
    .products section.content-2-col section.products>ul>div .column-content {
        border-top: 1px solid #2d8b42;
        padding-left: 10px;
        margin-top: 5px;
        padding-top: 15px
    }
    section.content-2-col .row>div:first-child .column-content,
    section.content-2-col .products section.products>ul>div:first-child .column-content,
    .products section.content-2-col section.products>ul>div:first-child .column-content {
        padding-left: 0;
        padding-right: 10px
    }
    section.content-2-col.first .row>div .column-content,
    section.content-2-col.first .products section.products>ul>div .column-content,
    .products section.content-2-col.first section.products>ul>div .column-content {
        border-top: 0
    }
    section.content-3-col>div,
    section.content-4-col>div,
    section.content-2-col>div {
        display: table;
        table-layout: fixed;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 9px
    }
    section.content-3-col>div .row,
    section.content-3-col>div .products section.products>ul,
    .products section.content-3-col>div section.products>ul,
    section.content-4-col>div .row,
    section.content-4-col>div .products section.products>ul,
    .products section.content-4-col>div section.products>ul,
    section.content-2-col>div .row,
    section.content-2-col>div .products section.products>ul,
    .products section.content-2-col>div section.products>ul {
        display: table-row
    }
    section.content-3-col>div .row>div,
    section.content-3-col>div .products section.products>ul>div,
    .products section.content-3-col>div section.products>ul>div,
    section.content-4-col>div .row>div,
    section.content-4-col>div .products section.products>ul>div,
    .products section.content-4-col>div section.products>ul>div,
    section.content-2-col>div .row>div,
    section.content-2-col>div .products section.products>ul>div,
    .products section.content-2-col>div section.products>ul>div {
        display: table-cell;
        float: none
    }
    section.content-3-col>div .row>div h3,
    section.content-3-col>div .products section.products>ul>div h3,
    .products section.content-3-col>div section.products>ul>div h3,
    section.content-4-col>div .row>div h3,
    section.content-4-col>div .products section.products>ul>div h3,
    .products section.content-4-col>div section.products>ul>div h3,
    section.content-2-col>div .row>div h3,
    section.content-2-col>div .products section.products>ul>div h3,
    .products section.content-2-col>div section.products>ul>div h3 {
        margin-top: 0
    }
    section.content-3-col>div.content-below,
    section.content-4-col>div.content-below,
    section.content-2-col>div.content-below {
        display: block
    }
    section.content-2-col>div {
        margin-bottom: 0
    }
}
.contentWithBg>.contentHolder {
    position: relative;
    z-index: 1;
    background-color: #2d8b42;
    top: 0;
    left: 0;
    right: 0;
    padding: 0
}
.contentWithBg>.contentHolder>.content {
    padding: 20px 20px 20px 20px;
    color: white
}
.contentWithBg>.contentHolder>.content h2,
.contentWithBg>.contentHolder>.content section.image>aside,
.contentWithBg>.contentHolder>.content section blockquote,
section .contentWithBg>.contentHolder>.content blockquote {
    color: white;
    margin: 0;
    display: table-cell
}
.contentWithBg>.contentHolder>.content h2>p,
.contentWithBg>.contentHolder>.content section.image>aside>p,
.contentWithBg>.contentHolder>.content section blockquote>p,
section .contentWithBg>.contentHolder>.content blockquote>p {
    float: right;
    text-align: center;
    color: #2d8b42;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: white;
    margin-left: 5px;
    line-height: 32px;
    overflow: hidden
}
.contentWithBg>.contentHolder>.content hr {
    background-color: white
}
@media (min-width: 480px) {
    .contentWithBg>.contentHolder {
        position: absolute;
        background-color: transparent
    }
    .contentWithBg>.contentHolder>.content {
        padding: 20px 40% 80px 20px /*padding: 20px 56% 80px 20px;*/ 
    }    
}
@media (min-width: 1000px) {
    .contentWithBg>.contentHolder>.content {
        padding: 95px 65% 80px 128px
    }
}
.contentWithBg.contentWithTable>.contentHolder {
    position: relative
}
.contentWithBg.contentWithTable>.contentHolder>.content {
    margin-top: -42px;
    padding: 0
}
.contentWithBg.contentWithTable>.contentHolder>.content .table-responsive {
    width: 100%;
    overflow: auto; /*overflow: hidden;*/
    margin-bottom: 0
}
/*@media (min-width: 1000px) {*/
@media (min-width: 1190px) {
    .contentWithBg.contentWithTable>.contentHolder {
        position: absolute
    }
    .contentWithBg.contentWithTable>.contentHolder>.content {
        padding: 95px 128px 80px
    }
    .contentWithBg.contentWithTable>.contentHolder>.content .table-responsive {
        float: right;
        max-width: 56%; /*max-width: 55%*/
    }
}
footer {
    padding: 18px 20px
}
footer nav {
    text-transform: uppercase;
    padding: 9px 0 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666
}
footer nav>a {
    padding: 0;
    margin-bottom: 9px;
    display: block;
    text-decoration: none
}
footer nav>a:first-child {
    border: 0;
    padding-left: 0
}
@media (min-width: 480px) {
    footer nav>a {
        padding: 0 10px 0;
        display: inline-block;
        border-left: 2px solid #666
    }
}
@media (min-width: 768px) {
    footer nav>a {
        padding: 0 15px 0
    }
}
@media (min-width: 1000px) {
    footer {
        padding: 18px 130px
    }
    footer nav {
        padding-bottom: 9px
    }
    footer nav>a {
        margin-bottom: 0
    }
}
form .form-group {
    font-size: 14px
}
form .form-group label {
    float: left;
    width: 25%;
    margin-right: 5%;
    margin-top: 7px;
    font-weight: bold
}
form .form-group label.required:before {
    content: "* ";
    color: red;
    font-size: 12px
}
form .form-group input,
form .form-group input[type=text],
form .form-group textarea,
form .form-group .input.captcha {
    float: left;
    width: 70%;
    padding-top: 7px;
    padding-bottom: 7px;
    height: auto
}
form .form-group .errors {
    color: #FF0000;
    margin-left: 30%
}
form .buttons {
    padding-top: 18px;
    margin-left: 30%
}
form .buttons span.button {
    background-color: #f0b536;
    margin-right: 20px
}
form .buttons span.button .btn,
form .buttons span.button #sm-accept,
form .buttons span.button #sm-cancel,
form .buttons span.button span.button {
    background: none;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0
}
form .buttons span.button .btn:after,
form .buttons span.button #sm-accept:after,
form .buttons span.button #sm-cancel:after,
form .buttons span.button span.button:after {
    content: ""
}
table {
    width: auto;
    background: #2d8b42;
    background: rgba(45, 139, 66, 0.8);
    color: white;
    font-weight: normal
}
table td,
table th {
    border: 0;
    background-color: none !important;
    padding: 10px 15px !important
}
table td,
table thead th {
    border-left: 1px solid white
}
table thead {
    text-transform: uppercase;
    text-align: right
}
table thead th:first-child {
    border: 0;
    text-align: left
}
table th {
    font-family: "dax-regularregular", "Helvetica Neue LT Com 55 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal
}
table tbody {
    font-family: "dax-regularregular", "Helvetica Neue LT Com 55 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif
}
table tbody tr:nth-child(odd) {
    background: #abd1b3;
    background: rgba(171, 209, 179, 0.8)
}
table tbody td {
    text-align: right
}
@media (min-width: 1000px) {
    table {
        border-radius: 3px
    }
}
body.login {
    color: #666
}
body.login .login-form {
    width: 75%;
    margin: 18px 0
}
body.login .login-form a {
    color: #f0b536;
    text-decoration: underline
}
body.login .welcome-text {
    margin-right: 20px
}
body.login .buttons {
    text-align: right;
    padding-top: 0
}
body.login .buttons>.login_help {
    float: left;
    line-height: 32px
}
body.login .buttons>.button {
    margin-right: 0;
    margin-left: 20px
}
aside.sidebar {
    padding: 18px 20px;
    background-color: #fae6e8;
    font-size: 13px
}
aside.sidebar .formmanager {
    margin-bottom: 0
}
aside.sidebar h2,
aside.sidebar section.image>aside,
aside.sidebar section blockquote,
section aside.sidebar blockquote {
    font-size: 23px;
    margin-bottom: 5px
}
.product #slider {
    height: 390px;
    min-height: 390px !important;
    margin-bottom: 350px;
    -webkit-box-shadow: 0 5px 18px -13px rgba(0, 0, 0, 0.7) inset;
    box-shadow: 0 5px 18px -13px rgba(0, 0, 0, 0.7) inset;
    z-index: 333;
    position: relative;
    background-position: top right
}
.product #slider .lSSlideWrapper,
.product #slider ul.slides,
.product #slider ul.slides li {
    height: 390px
}
.product #slider h3,
.product #slider h2,
.product #slider section.image>aside,
.product #slider section blockquote,
section .product #slider blockquote {
    color: white;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 41px
}
.product #slider .content-text {
    margin-bottom: 2.3em
}
@media (max-width : 480px) {
  .product #slider .content-text {
    margin-bottom:0.25em;
  }
}
.product #slider .lSAction a.lSPrev,
.product #slider .lSAction a.lSNext {
    visibility: hidden
}
.product #slider .pagehead-content {
    top: 390px;
    height: 350px
}
.product #slider .lSSlideWrapper ul li {
    text-align: center
}
.product #slider .lSSlideWrapper ul li img {
    max-width: 90%;
    max-height: 70%;
    height: auto;
    width: auto;
    margin-top: 20%
}
.product .content .content:before {
    clear: both;
    content: "";
    display: block
}
.product .bubbles {
    padding: 18px 20px;
    overflow-y: visible;
    z-index: 999;
    position: relative
}
.product .bubbles h2,
.product .bubbles section.image>aside,
.product .bubbles section blockquote,
section .product .bubbles blockquote {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 10px solid #fff;
    margin-top: -60px;
    background-color: #f9e3b3;
    line-height: 88px;
    text-align: center
}
.product .bubbles>div {
    overflow: hidden;
    position: relative
}
.product .bubbles>div .bubble-holder {
    display: block;
    margin-top: 0;
    overflow: hidden
}
.product .bubbles>div .bubble-holder:first-child {
    display: block
}
.product .bubbles .bubble {
    position: relative;
    height: 102px;
    width: 102px;
    border-radius: 50%;
    border: 6px solid #f9e3b3;
    font-size: 15px;
    font-weight: bold;
    font-family: "Helvetica Neue LT Com 55 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    float: left;
    margin-left: 10px;
    margin-top: -40px;
    clear: both
}
.product .bubbles .bubble:first-child {
    margin-top: 10px
}
.product .bubbles .bubble.bubble-large {
    height: 172px;
    width: 172px
}
.product .bubbles .bubble:nth-child(2n+0) {
    float: right;
}
.breakpoint-463.product .bubbles .bubble:nth-child(2n+0),
.breakpoint-751.product .bubbles .bubble:nth-child(2n+0),
.breakpoint-903.product .bubbles .bubble:nth-child(2n+0) {
    float: left;
}
.breakpoint-751 .bubble.bubble-small.bubble-3 {
    margin-top: 70px;
}
.breakpoint-751 .bubble.bubble-small.bubble-5 {
    margin-top: -20px;
}
.product .bubbles .bubble>div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 10px
}
@media (min-width: 480px) {
    .product .bubbles {
        padding: 20px 10%;
    }
    .product .bubbles .bubble {
        height: 162px;
        width: 162px;
        border: 6px solid #f9e3b3;
        font-size: 18px;
        margin-top: 10px;
        clear: none
    }
    .product .bubbles .bubble.bubble-large {
        height: 202px;
        width: 202px
    }
}
@media (min-width: 768px) {
    .product .bubbles {
        padding: 20px 0 20px 130px
    }
    .product .bubbles>div {
        margin-top: -70px
    }
    .product .bubbles .bubble.bubble-1 {
        margin-top: 70px
    }
    .product .bubbles .bubble.bubble-2 {
        margin-top: 20px
    }
    .product .bubbles .bubble.bubble-4 {
        margin-left: 5px
    }
}
@media max-width:999px) {
  .product .bubbles .bubble.bubble-4, .product .bubbles .bubble.bubble-6 {
    margin-top: -100px;
  }
}
@media (min-width: 1000px) {
    .product .bubbles {
        padding: 20px 10px 20px 130px
    }
    .product .bubbles .bubble-holder {
        margin-left: 10px
    }
    .product .bubbles .bubble {
        margin-top: 0px;
        margin-left: 0px
    }
    .product .bubbles .bubble:nth-child(3) {
        clear: none
    }
    .product .bubbles .bubble.bubble-3 {
        margin-top: 70px
    }
    .product .bubbles .bubble.bubble-4 {
        margin-top: 40px
    }
    .product .bubbles .bubble.bubble-5 {
        margin-top: 85px
    }
}
@media (min-width: 480px) {
    .product #slider .lSSlideWrapper ul li {
        text-align: center
    }
    .product #slider .lSSlideWrapper ul li img {
        max-width: 65%;
        max-height: 70%;
        height: auto;
        width: auto;
        /*margin-top: 10%*/
    }
}
@media (min-width: 768px) {
    .product #slider {
        height: 430px;
        min-height: 430px !important
    }
    .product #slider .lSSlideWrapper,
    .product #slider ul.slides,
    .product #slider ul.slides li {
        height: 430px
    }
    .product #slider .pagehead-content {
        top: 430px
    }
    /*.product #slider .lSSlideWrapper ul li img {
        margin-top: 5%
    }*/
}
@media (max-width: 1000px) {
    .product.performance #slider .lSSlideWrapper ul li img {
        margin-top: 5%
    }
}
@media (min-width: 1000px) {
    .product #slider {
        height: 560px;
        min-height: 560px !important;
        margin-bottom: 0
    }
    .product #slider .lSSlideWrapper,
    .product #slider .pagehead-content {
        height: 560px;
        top: 0
    }
    .product #slider h3 {
        font-size: 60px
    }
    .product #slider h2,
    .product #slider section.image>aside,
    .product #slider section blockquote,
    section .product #slider blockquote {
        font-size: 41px
    }
    .product #slider .lSAction a.lSPrev,
    .product #slider .lSAction a.lSNext {
        visibility: visible
    }
    .product #slider .pagehead-content {
        top: 0
    }
    .product #slider .lSSlideWrapper ul li {
        text-align: left
    }
    .product #slider .lSSlideWrapper ul li img {
        margin-left: 60%;
        max-width: 40%;
        height: auto;
        margin-top: 13%
    }
    .product section.content h2,
    .product section.content section.image>aside,
    .product section.content blockquote {
        display: inline-block;
        padding-right: 50px
    }
}
.country-switch .social-links,
.country-switch .navbar-toggle {
    display: none
}
.country-switch .morelinks,
.country-switch #meta-nav {
    display: block !important
}
.country-switch #main-nav .navbar-main li,
.country-switch .navbar-collapse li {
    display: none !important;
    padding: 0 !important
}
.country-switch #main-nav .navbar-main li#bayergroup,
.country-switch .navbar-collapse li#bayergroup {
    display: block !important;
    border-left: 0 !important
}
.country-switch #main-nav .navbar-main li#bayergroup a,
.country-switch .navbar-collapse li#bayergroup a {
    padding: 0
}
@media (min-width: 768px) {
    .country-switch #main-nav .navbar-main li#bayergroup,
    .country-switch .navbar-collapse li#bayergroup {
        display: inline-block !important;
        border-left: 2px solid #666 !important
    }
    .country-switch #main-nav .navbar-main li#bayergroup a,
    .country-switch .navbar-collapse li#bayergroup a {
        padding: 0 10px
    }
}
.country-switch #meta-nav .navbar-nav li:first-child {
    border-left: 0 !important
}
.country-switch .navbar-collapse li.last,
.country-switch .navbar-collapse li#bayergroup {
    display: block !important
}
.country-switch header {
    margin-bottom: 0
}
.country-switch #claim,
.country-switch #country-links {
    display: inline-block
}
.country-switch #bayer-logo {
    padding-right: 0
}
.country-switch #main {
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    margin-bottom: 0;
    overflow: show
}
.country-switch #main>.hideimg {
    width: auto;
    height: auto;
    max-width: auto;
    display: none
}
.country-switch #main>.content {
    top: 0;
    left: 0;
    display: block;
    padding: 40px 20px 15em 20px;
    position: static
}
.country-switch #main h1 {
    text-transform: uppercase;
    line-height: 32px;
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    font-size: 32px;
    max-width: 100%
}
@media (min-width: 1000px) {
    .country-switch #main h1 {
        max-width: 52%;
        display: inline-block
    }
}
.country-switch #main #country-switch {
    text-align: center;
    width: 100%;
    margin-top: 50px
}
.country-switch #main #country-switch .btn,
.country-switch #main #country-switch #sm-accept,
.country-switch #main #country-switch #sm-cancel,
.country-switch #main #country-switch form .buttons span.button,
form .buttons .country-switch #main #country-switch span.button {
    background-color: white;
    color: #666;
    font-size: 15px;
    font-weight: normal;
    font-family: "dax-regularregular", "Helvetica Neue LT Com 55 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #666;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    margin-bottom: 0;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden
}
.country-switch #main #country-switch .btn:after,
.country-switch #main #country-switch #sm-accept:after,
.country-switch #main #country-switch #sm-cancel:after,
.country-switch #main #country-switch form .buttons span.button:after,
form .buttons .country-switch #main #country-switch span.button:after {
    content: "";
    display: none
}
.country-switch #main #country-switch .btn .title,
.country-switch #main #country-switch #sm-accept .title,
.country-switch #main #country-switch #sm-cancel .title,
.country-switch #main #country-switch form .buttons span.button .title,
form .buttons .country-switch #main #country-switch span.button .title {
    max-height: 40px;
    padding: 11px 25px 10px 0;
    border-right: 1px solid #b3b3b3;
    line-height: 39px;
    margin-right: 10px;
    font-family: "Helvetica Neue LT Com 55 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333
}
.country-switch #main #country-switch .btn .caret,
.country-switch #main #country-switch #sm-accept .caret,
.country-switch #main #country-switch #sm-cancel .caret,
.country-switch #main #country-switch form .buttons span.button .caret,
form .buttons .country-switch #main #country-switch span.button .caret {
    color: #2d8b42
}
.country-switch #main #country-switch ul.dropdown-menu {
    width: 100%;
    border-radius: 9px;
    border: 1px solid #666;
    margin-top: 0;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3)
}
@media (max-width: 1000px) {
    .country-switch #meta-nav ul {
        margin: 0;
        position: absolute;
        right: 120px;
        top: 0
    }
    .country-switch #meta-nav ul li {
        border: none !important;
        padding: 0 !important
    }
    .country-switch #meta-nav ul li a {
        clear: both;
        display: block !important;
        padding: 0 !important
    }
    .country-switch #claim {
        top: 50px
    }
}
@media (max-width: 400px) {
    .country-switch #meta-nav ul {
        right: 75px
    }
}
@media (min-width: 768px) {
    .country-switch #claim {
        display: block
    }
    .country-switch #bayer-logo {
        padding-right: 15px
    }
    .country-switch #main>.content {
        padding: 60px 90px;
        position: absolute
    }
    .country-switch #main h1 {
        line-height: 41px;
        font-size: 41px
    }
    .country-switch #main>.hideimg {
        display: block
    }
}
@media (min-width: 1000px) {
    .country-switch #main h1 {
        max-width: 50%
    }
}
.contact .contact-navigation li {
    display: inline-block;
    margin-right: 10px
}
.contact .contact-navigation li a {
    font-weight: bold;
    font-size: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    color: white;
    padding: 9px 20px;
    background-color: #abd1b3;
    outline: none;
    position: relative;
    text-decoration: none
}
.contact .contact-navigation li.active a,
.contact .contact-navigation li a:hover {
    background-color: #2d8b42
}
.contact .contact-navigation li.active a:before,
.contact .contact-navigation li.active a:after,
.contact .contact-navigation li a:hover:before,
.contact .contact-navigation li a:hover:after {
    position: absolute;
    width: 0;
    content: "";
    display: block;
    bottom: -12px;
    border-style: solid
}
.contact .contact-navigation li.active a:before,
.contact .contact-navigation li a:hover:before {
    border-color: transparent #2d8b42;
    border-width: 0 1em 0.85em 0;
    left: 1.6em
}
.contact .contact-navigation li.active a:after,
.contact .contact-navigation li a:hover:after {
    border-color: transparent white;
    border-width: 0 0.35em 0.85em 0;
    left: 2.3em
}
.contact .contact-navigation li:nth-child(2) a {
    background-color: #f7da9b
}
.contact .contact-navigation li:nth-child(2).active a,
.contact .contact-navigation li:nth-child(2) a:hover {
    background-color: #ffc342
}
.contact .contact-navigation li:nth-child(2).active a:before,
.contact .contact-navigation li:nth-child(2) a:hover:before {
    border-color: #ffc342 transparent;
    border-width: 1em 0.45em 0;
    left: calc(50% - 0.45em)
}
.contact .contact-navigation li:nth-child(2).active a:after,
.contact .contact-navigation li:nth-child(2) a:hover:after {
    border-color: transparent
}
.contact .contact-navigation li:nth-child(3) a {
    background-color: #e9919b
}
.contact .contact-navigation li:nth-child(3).active a,
.contact .contact-navigation li:nth-child(3) a:hover {
    background-color: #dc4f60
}
.contact .contact-navigation li:nth-child(3).active a:before,
.contact .contact-navigation li:nth-child(3) a:hover:before {
    border-color: transparent #dc4f60;
    border-width: 0 0 0.85em 1em;
    left: auto;
    right: 1.5em
}
.contact .contact-navigation li:nth-child(3).active a:after,
.contact .contact-navigation li:nth-child(3) a:hover:after {
    border-color: transparent white;
    border-width: 0 0 0.85em 0.35em;
    left: auto;
    right: 2.16em
}
@media (min-width: 768px) {
    .contact .contact-navigation li {
        margin-right: 20px
    }
    .contact .contact-navigation li a {
        font-size: 32px
    }
    .contact .contact-navigation li.active a:before,
    .contact .contact-navigation li.active a:after,
    .contact .contact-navigation li a:hover:before,
    .contact .contact-navigation li a:hover:after {
        bottom: -27px
    }
}
.contact section {
    color: #666;
    font-family: "Helvetica Neue LT Com 55 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.contact section.hidden {
    display: none
}
.contact section h2,
.contact section.image>aside,
.contact section blockquote {
    margin: 10px 0
}
.contact section h3 {
    margin-top: 0
}
.contact section p {
    margin-bottom: 20px
}
.contact section aside.image {
    float: right;
    width: 30%;
    margin-left: 5%
}
.contact section>div {
    float: left
}
.contact section label {
    font-weight: bold
}
.contact section #field_getInfo {
    width: auto;
    poisition: relative;
    margin-left: 30%
}
.contact section #field_getInfo input[type=checkbox] {
    display: none;
    float: left
}
.contact section #field_getInfo label {
    width: 95%;
    position: relative
}
.contact section #field_getInfo label span {
    float: left;
    margin-left: 25px;
    margin-top: -20px;
    display: inline-block
}
.contact section #field_getInfo label:before {
    cursor: pointer;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    border: 1px solid #b3b3b3;
    display: inline-block;
    content: " ";
    text-align: center;
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    line-height: 11px
}
.contact section #field_getInfo input[type=checkbox]:checked+label:before {
    background-color: #f0b536;
    color: white;
    content: "\e013";
    overflow: hidden
}
@media (min-width: 768px) {
    .contact section>div {
        width: 65%
    }
}
.faq section.content {
    padding-bottom: 0 !important
}
.faq section.content h2,
.faq section.content section.image>aside,
.faq section.content blockquote {
    display: inline-block;
    float: left;
    position: relative;
    background-color: #2d8b42;
    border-radius: 5px;
    color: white;
    font-size: 25px;
    padding: 5px 20px 5px 10px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-right: 25px
}
.faq section.content h2 span.icon,
.faq section.content section.image>aside span.icon,
.faq section.content blockquote span.icon {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    display: inline-block;
    background-color: white;
    border-radius: 30px;
    overflow: hidden;
    color: #2d8b42
}
.faq section.content h2:before,
.faq section.content section.image>aside:before,
.faq section.content blockquote:before,
.faq section.content h2:after,
.faq section.content section.image>aside:after,
.faq section.content blockquote:after {
    position: absolute;
    display: block;
    border-style: solid;
    content: "";
    width: 0;
    bottom: -21px
}
.faq section.content h2:before,
.faq section.content section.image>aside:before,
.faq section.content blockquote:before {
    border-color: transparent #2d8b42;
    border-width: 0 1em 0.85em 0;
    left: 1.1em
}
.faq section.content h2:after,
.faq section.content section.image>aside:after,
.faq section.content blockquote:after {
    border-color: transparent white;
    border-width: 0 0.35em 0.85em 0;
    left: 1.8em;
    clear: left
}
.faq section.content:nth-child(3n+2) h2,
.faq section.content:nth-child(3n+2) section.image>aside,
.faq section.content:nth-child(3n+2) blockquote {
    background-color: #f0b536
}
.faq section.content:nth-child(3n+2) h2 span.icon,
.faq section.content:nth-child(3n+2) section.image>aside span.icon,
.faq section.content:nth-child(3n+2) blockquote span.icon {
    color: #f0b536
}
.faq section.content:nth-child(3n+2) h2:before,
.faq section.content:nth-child(3n+2) section.image>aside:before,
.faq section.content:nth-child(3n+2) blockquote:before {
    border-color: transparent #f0b536
}
.faq section.content:nth-child(3n) h2,
.faq section.content:nth-child(3n) section.image>aside,
.faq section.content:nth-child(3n) blockquote {
    background-color: #dc4f60
}
.faq section.content:nth-child(3n) h2 span.icon,
.faq section.content:nth-child(3n) section.image>aside span.icon,
.faq section.content:nth-child(3n) blockquote span.icon {
    color: #dc4f60
}
.faq section.content:nth-child(3n) h2:before,
.faq section.content:nth-child(3n) section.image>aside:before,
.faq section.content:nth-child(3n) blockquote:before {
    border-color: transparent #dc4f60
}
.faq section.content hr {
    display: block;
    margin-top: 18px
}
.faq section.content ul {
    list-style-type: none;
    padding-left: 0
}
.faq section.content ul .answer {
    display: none;
    color: #2d8b42
}
@media (min-width: 768px) {
    .faq section.content ul .answer {
        margin-left: 35px
    }
}
.faq section.content ul h3 {
    @extend-bold;
    ;
    cursor: pointer;
    display: block;
    line-height: 26px
}
.faq section.content ul h3 span.icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    color: white;
    background-color: #abd1b3;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    float: left
}
.faq section.content ul h3:hover {
    color: #f0b536
}
.faq section.content ul h3:hover span.icon {
    background-color: #f7da9b
}
.faq section.content ul li.expanded h3 {
    color: #dc4f60
}
.faq section.content ul li.expanded h3 span.icon {
    background-color: #e9919b
}
.faq section.content ul li.expanded .answer {
    display: block;
    color: #dc4f60
}
.products section.products>ul {
    list-style-type: none
}
.products section.products>ul>li {
    padding-bottom: 50px
}
.products section.products>ul>li .product-info {
    float: left;
    width: 70%
}
.products section.products>ul>li img {
    float: right;
    width: 30%
}
.products section.products>ul>li h3 {
    text-transform: uppercase;
    display: block;
    font-size: 30px;
    line-height: 29px
}
.products section.products>ul>li hr {
    margin: 5px 0 7px 0;
    height: 2px
}
.products section.products>ul>li p {
    margin-bottom: 15px
}
.products #slider .lSSlideOuter .lSAction .lSPrev,
.products #slider .lSSlideOuter .lSAction .lSNext {
    top: 80px
}
@media (min-width: 480px) {
    .products #slider .lSSlideOuter .lSAction .lSPrev,
    .products #slider .lSSlideOuter .lSAction .lSNext {
        top: 20%
    }
}
@media (min-width: 768px) {
    .products #slider ul.slides>li {
        overflow: hidden;
        height: 100%
    }
    .products section.products>ul {
        padding: 0
    }
    .products section.products>ul>li:nth-child(odd) {
        clear: left
    }
    .products section.products>ul>li:nth-child(odd):last-child {
        float: left;
        margin-left: 25%
    }
    .products section.products>ul>li:after {
        clear: none
    }
}
@media (min-width: 1000px) {
    .products section.products>ul img,
    .products section.products>ul .product-info {
        width: 50%
    }
    .products #slider .lSSlideOuter .lSAction .lSPrev,
    .products #slider .lSSlideOuter .lSAction .lSNext {
        top: 50%
    }
}
section.content-table thead th,
section.content-table tbody {
    border-bottom: 2px solid white
}
section.content-table thead th th,
section.content-table thead th td,
section.content-table tbody th,
section.content-table tbody td {
    border-bottom: 1px solid white
}
section.content-table thead th th,
section.content-table tbody th {
    vertical-align: middle;
    padding-right: 0.3em !important
}
section.content-table thead th th.category,
section.content-table tbody th.category {
    border-right: 1px solid white;
    vertical-align: top
}
section.content-table thead th th.category .category-label,
section.content-table tbody th.category .category-label {
    position: relative;
    top: 1em;
    transform: rotate(270deg)
}
section.content-table thead th th .tooltip-trigger,
section.content-table tbody th .tooltip-trigger {
    border-color: transparent transparent transparent #2d8b42;
    border-style: solid;
    border-width: 0.5em;
    display: inline-block;
    float: right;
    height: 0;
    width: 0;
    cursor: pointer
}
section.content-table thead th th .popover-content,
section.content-table tbody th .popover-content {
    color: #2d8b42
}
section.content-table thead th td,
section.content-table tbody td {
    color: #2d8b42
}
section.content-table thead th.row-group-0 th,
section.content-table tbody.row-group-0 th {
    background-color: #2d8b42
}
section.content-table thead th.row-group-0 th.category,
section.content-table tbody.row-group-0 th.category {
    background-color: #57a268
}
section.content-table thead th.row-group-0 th .tooltip-trigger,
section.content-table tbody.row-group-0 th .tooltip-trigger {
    border-left-color: #eca204
}
section.content-table thead th.row-group-0 td,
section.content-table tbody.row-group-0 td {
    background-color: #d2f5bb
}
section.content-table thead th.row-group-1 th,
section.content-table tbody.row-group-1 th {
    background-color: #eca204
}
section.content-table thead th.row-group-1 th.category,
section.content-table tbody.row-group-1 th.category {
    background-color: #b49f68
}
section.content-table thead th.row-group-1 td,
section.content-table tbody.row-group-1 td {
    background-color: #fcd88a
}
section.content-table thead th.row-group-2 th,
section.content-table tbody.row-group-2 th {
    background-color: #d0c744
}
section.content-table thead th.row-group-2 th.category,
section.content-table tbody.row-group-2 th.category {
    background-color: #aeb568
}
section.content-table thead th.row-group-2 td,
section.content-table tbody.row-group-2 td {
    background-color: #fcf581
}
section.content-table thead th {
    text-transform: none;
    text-align: right;
    background-color: #56958a;
    vertical-align: middle
}
section.content-table thead th:nth-child(2) {
    text-align: left
}
section.content-table table th.category {
    width: 1em;
    padding: 1.5em 0 !important
}
section.content-table .annotations {
    max-width: 60%
}
section.content-table .abbreviations {
    max-width: 30%;
    float: right;
    text-align: right;
    font-size: 85%
}
section.content-table .content-below {
    margin-top: 18px
}
section.shops .row .product.col,
section.shops .products section.products>ul .product.col,
.products section.shops section.products>ul .product.col {
    margin-bottom: 36px;
    padding: 0; /*padding: 0 10px*/
}
section.shops .row .product.col div,
section.shops .products section.products>ul .product.col div,
.products section.shops section.products>ul .product.col div {
    text-align: center;
    padding: 0 10px
}
section.shops .row .product.col div img,
section.shops .products section.products>ul .product.col div img,
.products section.shops section.products>ul .product.col div img {
    max-width: 100%;
    height: auto
}
section.shops .row .product.col div .btn,
section.shops .products section.products>ul .product.col div .btn,
.products section.shops section.products>ul .product.col div .btn,
section.shops .row .product.col div #sm-accept,
section.shops .products section.products>ul .product.col div #sm-accept,
.products section.shops section.products>ul .product.col div #sm-accept,
section.shops .row .product.col div #sm-cancel,
section.shops .products section.products>ul .product.col div #sm-cancel,
.products section.shops section.products>ul .product.col div #sm-cancel,
section.shops .row .product.col div form .buttons span.button,
form .buttons section.shops .row .product.col div span.button,
section.shops .products section.products>ul .product.col div form .buttons span.button,
form .buttons section.shops .products section.products>ul .product.col div span.button,
.products section.shops section.products>ul .product.col div form .buttons span.button,
form .buttons .products section.shops section.products>ul .product.col div span.button {
    display: block
}
section.shops .row .product.col div:nth-child(4),
section.shops .products section.products>ul .product.col div:nth-child(4),
.products section.shops section.products>ul .product.col div:nth-child(4) {
    clear: left
}
@media (min-width: 768px) {
    section.shops .row .product.col,
    section.shops .products section.products>ul .product.col,
    .products section.shops section.products>ul .product.col {
        width: 50%
    }
    section.shops .row .product.col div:nth-child(3),
    section.shops .products section.products>ul .product.col div:nth-child(3),
    .products section.shops section.products>ul .product.col div:nth-child(3) {
        clear: left
    }
}
@media (min-width: 1000px) {
    section.shops .row .product.col,
    section.shops .products section.products>ul .product.col,
    .products section.shops section.products>ul .product.col {
        width: 33.33%
    }
    section.shops .row .product.col div:nth-child(4),
    section.shops .products section.products>ul .product.col div:nth-child(4),
    .products section.shops section.products>ul .product.col div:nth-child(4) {
        clear: left
    }
}
section.filter {
    text-align: center;
    padding: 18px;
    color: #666
}
section.filter>div {
    text-align: left;
    padding: 0 10px;
    margin-bottom: 9px
}
section.filter>div .labelSelect {
    margin-bottom: 9px;
    padding: 0 0 0 10px
}
section.filter>div .dropdown {
    margin-left: 10px
}
section.filter>div .dropdown .dropdown-toggle {
    text-align: left;
    width: 100%;
    min-width: 160px;
    text-transform: uppercase;
    border: 2px solid #4a8658;
    border-radius: 5px;
    height: 30px;
    padding: 5px 10px 5px 20px;
    background-color: white
}
section.filter>div .dropdown .dropdown-toggle .caretWrap {
    float: right;
    padding: 5px 0 0 10px;
    margin-top: -5px;
    margin-left: 10px;
    height: 26px;
    border-left: 2px solid #4a8658;
    display: inline-block
}
section.filter>div .dropdown .dropdown-toggle .caretWrap .caret {
    color: #4a8658
}
section.filter>div .dropdown .dropdown-menu {
    min-width: 100%
}
section.filter>div .dropdown .dropdown-menu li {
    padding: 5px 10px 5px 20px;
    cursor: pointer
}
section.filter>div .dropdown .dropdown-menu li:hover,
section.filter>div .dropdown .dropdown-menu li.selected {
    color: #ffc342
}
@media (min-width: 768px) {
    section.filter>div {
        display: inline-block
    }
    section.filter>div .labelSelect {
        height: 30px;
        line-height: 32px;
        float: left
    }
    section.filter>div .dropdown {
        display: inline-block
    }
    section.filter>div .dropdown .dropdown-toggle {
        float: left;
        width: auto
    }
}
.campaign #slider {
    height: 300px;
    min-height: 300px !important;
    margin-bottom: 300px; /*margin-bottom: 260px;*/
    -webkit-box-shadow: 0 5px 18px -13px rgba(0, 0, 0, 0.7) inset;
    box-shadow: 0 5px 18px -13px rgba(0, 0, 0, 0.7) inset;
    z-index: 333;
    position: relative
}
.campaign #slider .lSSlideWrapper,
.campaign #slider ul.slides,
.campaign #slider ul.slides li {
    height: 300px
}
.campaign #slider .lSSlideWrapper img,
.campaign #slider ul.slides img,
.campaign #slider ul.slides li img {
    margin-top: 0
}
.campaign #slider .lSSlideOuter {
    height: auto;
    position: relative
}
.campaign #slider h3,
.campaign #slider h2,
.campaign #slider section.image>aside,
.campaign #slider section blockquote,
section .campaign #slider blockquote {
    color: white;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 41px
}
.campaign #slider .content-text {
    margin-bottom: 2.3em
}
.campaign #slider .lSAction a.lSPrev,
.campaign #slider .lSAction a.lSNext {
    visibility: hidden
}
.campaign #slider .pagehead-content {
    top: 300px;
    height: 300px; /*height: 260px*/
}
.campaign .content {
    color: #2d8b42
}
.campaign .content h2,
.campaign .content section.image>aside,
.campaign .content section blockquote,
section .campaign .content blockquote {
    display: inline-block;
    text-transform: none;
    border-bottom: 1px solid #2d8b42;
    padding-right: 50px
}
.campaign .content.cols {
    color: #666
}
.campaign .content.with-pill {
    position: relative
}
.campaign .content.with-pill .pill-left {
    left: 15%
}
.campaign .content.with-pill.with-pill-left h2,
.campaign .content.with-pill.with-pill-left section.image>aside,
.campaign .content.with-pill.with-pill-left section blockquote,
section .campaign .content.with-pill.with-pill-left blockquote {
    padding: 50px 50px 10px 0;
    margin-bottom: 9px
}
.campaign section.image>aside {
    top: 30px;
    color: white;
    font-size: 15px;
    font-weight: normal;
    font-family: "dax-regularregular", "Helvetica Neue LT Com 55 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none
}
.campaign section.image>aside hr {
    background-color: white
}
.campaign section.image>aside .content-inner>h3.topline {
    font-size: 50px
}
.campaign section.image>aside h2,
.campaign section.image>aside section.image>aside,
.campaign section.image>aside blockquote {
    color: white;
    text-transform: uppercase
}
.campaign section.image>aside h2 strong,
.campaign section.image>aside section.image>aside strong,
.campaign section.image>aside blockquote strong {
    font-size: 1.2em
}
.campaign section.image.social h2,
.campaign section.image.social section.image>aside,
.campaign section.image.social blockquote {
    text-shadow: none
}
.campaign section.image.social .btn,
.campaign section.image.social #sm-accept,
.campaign section.image.social #sm-cancel,
.campaign section.image.social form .buttons span.button,
form .buttons .campaign section.image.social span.button {
    float: right
}
.campaign section.image.social.text-center {
    text-align: left;

    margin-top: -45px;
}
.campaign section.image.social.content-text p>img {
    border: 0
}
@media (max-width:480px) {
  .campaign section.image > aside {
    bottom:130px;
    right: 30px;

    margin-top: 35px;
    /*top: auto;*/
  }
}
@media (min-width: 768px) {
    .campaign #slider {
        height: 430px;
        min-height: 430px !important
    }
    .campaign #slider .lSSlideWrapper,
    .campaign #slider ul.slides,
    .campaign #slider ul.slides li {
        height: 430px
    }
    .campaign #slider .pagehead-content {
        top: 430px
    }
}
@media (min-width: 1000px) {
    .campaign #slider {
        height: 450px;
        min-height: 450px !important;
        margin-bottom: 0
    }
    .campaign #slider .lSSlideWrapper,
    .campaign #slider .pagehead-content {
        height: 450px;
        top: 0
    }
    .campaign #slider .lSSlideWrapper .content-inner>h3.topline,
    .campaign #slider .pagehead-content .content-inner>h3.topline {
        font-size: 32px
    }
    .campaign #slider .lSSlideWrapper h2,
    .campaign #slider .lSSlideWrapper section.image>aside,
    .campaign #slider .lSSlideWrapper section blockquote,
    section .campaign #slider .lSSlideWrapper blockquote,
    .campaign #slider .pagehead-content h2,
    .campaign #slider .pagehead-content section.image>aside,
    .campaign #slider .pagehead-content section blockquote,
    section .campaign #slider .pagehead-content blockquote {
        font-size: 41px
    }
    .campaign #slider .lSSlideWrapper .content-text,
    .campaign #slider .pagehead-content .content-text {
        font-size: 20px
    }
    .campaign #slider .lSAction a.lSPrev,
    .campaign #slider .lSAction a.lSNext {
        visibility: visible
    }
    .campaign #slider .lSSlideWrapper ul li {
        text-align: right
    }
    .campaign #slider .lSSlideWrapper ul li img {
        width: auto;
        max-width: none;
        height: 450px
    }
}
#colorbox,
#cboxWrapper {
    overflow: visible
}
#cboxOverlay {
    background-color: rgba(0, 0, 0, 0.8)
}
#cboxContent {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}
#cboxClose {
    background-image: none;
    border: 2px solid white;
    border-radius: 50%;
    top: -11px;
    position: absolute;
    right: -11px;
    color: white;
    text-indent: 0;
    height: 25px;
    width: 25px;
    font-size: 125%
}
@media (max-width : 480px) {
  #section-0 .toggle-controls{bottom: 20px;position: absolute;width: 100%;}
  #section-0 aside {height: 100%;}
  /*#home-actual .bkg {background-size: calc(160%) auto;}*/
  #slider ul.slides > li img {margin-left:3%;width:100%;} 
  #slider .lSSlideOuter .lSAction > a.lSPrev {left:2%;}
  #slider .lSSlideOuter .lSAction > a.lSNext {right:2%;}
  .campaign #slider {margin-bottom: 200px;}
    .campaign #slider .pagehead-content {height:245px; /*height:200px*/}
    .campaign .image.text-right {overflow: visible;}
    .campaign section.image:first-child > aside {background-color: #357A3B; /*background-color:#2d8b42;*/bottom:0; /*bottom:-30%; */ left:0;padding:0 5%;right:0;top: auto;}
  .campaign h2 img {width: 10%;}
    .campaign #slider .content-text {margin-bottom:15px}

    #slider .slide-text hr, #slider .pagehead-content hr {
      margin: 10px 0px!important;
    }
}
@media (max-width:767px) {
  .product-overview #slider .lSSlideWrapper ul li {text-align:center;}
  .product-overview #slider .lSSlideWrapper .slide-text{text-align:left;padding-top:0;}
    #slider ul.slides > li img {margin-left:3%;width:100%;max-width:370px;max-height:261px;}
  #slider .lSSlideOuter .lSAction > a.lSPrev {left:2%;}
  #slider .lSSlideOuter .lSAction > a.lSNext {right:2%;}
  
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  /*#home-actual .bkg {background-size: calc(160%) auto;}*/
  .campaign h2 img {width: 10%;}
    .campaign .bg-container {background-color: #bad2b8;padding-top: 63px;}
  .campaign .bg-container > img {margin-left: -10%;width: 120%;}
  .campaign section.image.social .btn.btn-default{float:none;}  
}

header{border:solid 1px red;}

.col.product-berocca-performance.product-berocca-boost.product-berocca-focus-50-.product img {
  padding: 10px 0;
}

.campaign section.image.social .btn {
  float: none;
}
.btn-img-facebook {
  margin-right: 10px;
  margin-top: 0;
  max-width: 40px;
}

#page_10 #content img {
  max-width: 100%;
  padding: 10px;
}

#page_14 #slider .lSSlideOuter, #slider .pagehead-content, #slider ul.slides, #slider ul.slides > li {
  height: auto;
}

    #page_15 .image_0.active > img {
      margin: 10% 0 0 53% !important;
      max-width: 40% !important;
    }

    #page_14 .image_0.active > img {
      margin: 3% 42% !important;
      max-width: 60% !important;
    }

    #page_13 .image_0.active > img {
      margin: 2% 48% !important;
      max-width: 50% !important;
    }

    /** for Berocca Forward **/
    #page_30 .image_0.active > img, #page_32 .image_0.active > img {
      margin: 1% 42% !important;
      max-width: 60% !important;
    }

    #page_30 section#slider, #page_32 section#slider {
      background-position: right bottom !important;
      background-size: auto!important;
      background-repeat: no-repeat;
    }

#page_3 .image_0.active > img, #page_3 .image_1.active > img, #page_3 .image_2.active > img, #page_3 .image_3.active > img {
  margin: 10% 0 0 47% !important;
  max-width: 48% !important;
}

    #page_3 #slider .lSSlideOuter .lSPager {
      bottom: 12%;
      left: auto;
      max-width: 35% !important;
      right: 11%;
      top: auto;
      width: auto;
    }

/*#page_30 #slider .slide-text > *, #slider .pagehead-content > * {
  max-width: 300px;
}*/

.fw-fav {
  font-style: normal;
  font-weight: bold;
  line-height: 2em;
  text-transform: uppercase;
}
    .fw-fav > img {
      padding: 3px 0;
    }

.faq .answer li {
  list-style-type: initial;
  margin-left: 20px;
  padding-left: 0;
}

.table thead th {
  text-align: center;
}

sup {
  font-family: arial;
  font-size: 76%;
  font-weight: normal!important;
  position: relative;
  top: -0.5em!important;
}

#page_30 .pill, #page_32 .pill {
  display: none;
}

.contentWithBg.e-social .content {
  padding: 50px 26%;
  text-align: center;
}
    .e-social .btn-img-facebook {
      margin-right: 10px;
      margin-top: 0;
      max-width: 40px !important;
    }
    .e-social .content > h2 {
      padding-bottom: 15px;
    }

@media only screen and (min-width: 768px) and (max-width: 989px) {  

    #page_15 .image_0.active > img {
      margin: 12% 0 0 5% !important;
      max-width: 60% !important;
    } 
    #page_14 .image_0.active > img {
      margin: 2% 0 !important;
      max-width: 80% !important;
    }
    #page_13 .image_0.active > img {
      margin: 2% 12% !important;
      max-width: 80% !important;
    } 

    #page_30 .image_0.active > img, #page_32 .image_0.active > img {
      margin: 1% 12% !important;
      max-width: 80% !important;
    }

    #page_30 section#slider, #page_32 section#slider {
      background-position: right bottom !important;
      background-size: auto!important;
    }

    #page_3 .image_0.active > img, #page_3 .image_1.active > img, #page_3 .image_2.active > img, #page_3 .image_3.active > img {
      margin: 10% 0 0 0% !important;
      max-width: 60% !important;
    }
        #page_3 #slider .lSSlideOuter .lSPager {
          bottom: 12%;
          left: auto;
          max-width: 50% !important;
          right: 24%;
          top: auto;
          width: auto;
        }    

}

/*********** Mobile (Portrait) **********************/
/* Design for a width of 320px */
@media only screen and (max-width: 767px) {
    #page_15 .image_0.active > img {
      margin: 30% 0 0 5% !important;
      max-width: 80% !important;
    }     
    #page_14 .image_0.active > img {
      margin: 17% 0% 5% -12% !important;
      max-width: 120% !important;
    }
    #page_13 .image_0.active > img {
      margin: 15% 0 !important;
      max-width: 110% !important;
    } 

    #page_30 .image_0.active > img, #page_32 .image_0.active > img {
        margin: 10% 0% 0 -12% !important;
        max-width: 120% !important;        
/*      margin: 10% 0% !important;
      max-width: 100% !important;*/
    }

    #page_30 section#slider, #page_32 section#slider {
      background-position: right bottom !important;
      background-size: 170%!important; /*background-size: cover!important;*/
    }

    #page_3 .image_0.active > img, #page_3 .image_1.active > img, #page_3 .image_2.active > img, #page_3 .image_3.active > img {
      margin: 25% 0 0 0% !important;
      max-width: 100% !important;
    }
        #page_3 #slider .lSSlideOuter .lSPager {
          bottom: 12%;
          left: auto;
          max-width: 80% !important;
          right: 9%;
          top: auto;
          width: auto;
        }

    .contentWithBg.e-social .content {
      padding: 50px 0%!important;
      text-align: center;
    }

}

.shops a.btn {
  display: none !important;
}

/*********** Mobile (landscape) **********************/
@media only screen and (max-device-width: 736px) and (orientation : landscape) {

    #page_30 section#slider, #page_32 section#slider {
      background-position: right bottom !important;
      background-size: cover!important;
    }

    #page_30 .image_0.active > img, #page_32 .image_0.active > img {
      margin: 0% 0% !important;
      max-width: 85% !important;
    }

}

@media only screen and (min-width: 300px) and (max-width: 375px) { 
    #page_30 section#slider, #page_32 section#slider {
        height: 380px !important;
        margin-bottom: 390px !important;
    }

        #page_30 section#slider .pagehead-content, #page_32 section#slider .pagehead-content {
            top: 359px!important;
            height: 400px!important;
        }

    #page_4 section#slider {
        height: 280px !important;
        min-height: 280px!important;
        background-color: #2d8b42;
        background-image: none;
        /*background-image: url("/static/media/images/content/bg-performance.png");*/
    }

}
@media only screen and (min-width: 377px) and (max-width: 999px) { 

    #page_4 section#slider {
        height: 300px !important;
        min-height: 300px!important;
        background-color: #2d8b42;
        background-image: none;
        /*background: #2d8b42 url("/static/media/images/content/bg-performance.png") right center;*/
    }
}   
/***** iPad Smaller than 959px (Portrait) *****/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){

    .contentWithBg.e-social .content {
        padding: 20px 0%!important;
        text-align: center;
    }
    .contentWithBg>.contentHolder>.content {
        padding: 20px 56% 80px 20px;
    }    
}

/** Promotion Terms and Conditions **/
.promo-terms-list {
    padding: 0;
}
.promo-terms-list li {
    margin: 0 0 0 1.35em;
    padding: 0 0 0 2em;
}
.promo-terms-list h2.custom-left {
    position: relative;
    left: -6px;
}
.promo-terms-list .sublist-style {
    counter-reset: list;
    position: relative;
}
.promo-terms-list .sublist-style > li {
    list-style: none;
}
.promo-terms-list .sublist-style > li:before {
    content: "(" counter(list, lower-alpha) ")";
    counter-increment: list;
    position: absolute;
    left: 45px;
}

/** Berocca Terms and Conditions **/
#page_34 table td, table th {
    padding: 10px 20px !important;
}
.terms-conditions-title {
    margin: 30px 0;
}
.table-responsive {
    width: 100%;
    overflow: auto;
}
.table-terms-conditions {
    margin-bottom: 0;
    background: #2d8b42 !important;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.table-terms-conditions th {
    text-align: center !important;
}
.table-terms-conditions td {
    text-align: left !important;
    border-top: 1px solid #ffffff;
}
.terms-conditions-list {
    list-style: decimal;
    padding-left: 25px !important; 
}
.terms-conditions-list li {
    padding-left: 10px;
    line-height: 22px;
}
.table-terms-conditions-sub {
    margin-bottom: 0;
    background: #2d8b42 !important;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.table-terms-conditions-sub thead tr {
    background: #2d8b42 !important;
}
.table-terms-conditions-sub th {
    text-align: left !important;
    border-left: 1px solid #ffffff;
}
.table-terms-conditions-sub td {
    text-align: left !important;
    border-bottom: 1px solid #ffffff !important;
}
.table-terms-conditions th:first-child, .table-terms-conditions-sub th:first-child {
    border-top: 1px solid #ffffff !important;
    border-left: 1px solid #ffffff !important;
}

@media only screen and (max-width: 999px) { 
    .terms-conditions-title {
        margin: 0 0 30px;
    }  
}  

@media only screen and (max-width: 400px) { 
    .table-terms-conditions th, .table-terms-conditions td, .table-terms-conditions-sub th, .table-terms-conditions-sub td {
        padding: 10px 15px !important;
    }
    .table-terms-conditions, .table-terms-conditions-sub {
        font-size: 12px;
    }
}