

#content div[class^="col"] h1:first-child,
#content div[class^="col"] h2:first-child,
#content div[class^="col"] h3:first-child {
    margin-top: 0
}

#content div[class^="col-md-6"] p:first-child {
    width: 500px
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-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 {
    margin: .67em 0;
    font-size: 2em
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

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 {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

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

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

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

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

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

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !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,
    h3 {
        orphans: 3;
        widows: 3
    }

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

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

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

    .btn>.caret,
    .dropup>.btn>.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: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

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

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

a:focus {
    outline: none
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

h2 {
    color: #c8102e;
    font-size: 24px;
    font-weight: normal
}

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

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

cite {
    font-style: normal
}

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.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;
    background-color: #428bca
}

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

.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: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

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

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

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

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

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

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

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

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

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

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

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

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

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

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

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '— '
}

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

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

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

blockquote:before,
blockquote:after {
    content: ""
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:992px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

th {
    text-align: left
}

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

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

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

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

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

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

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

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

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

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

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control:focus,
select.tinynav.tinynav1:focus,
#selectField:focus {
    outline: none
}

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

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

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

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

textarea.form-control {
    height: auto
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 34px;
    line-height: 1.42857143 \0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

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

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

.has-feedback {
    position: relative
}

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

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

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

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

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

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

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

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

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

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

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

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e
}

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

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link {
    font-weight: normal;
    color: #428bca;
    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: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

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

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

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

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

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

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

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px 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;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

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

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

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

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

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

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

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

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

.open>a {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn .caret {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0
}

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

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

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

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-addon:last-child {
    border-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-pills>li {
    float: left
}

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

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

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

.nav-stacked>li {
    float: none
}

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

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        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-right: 0;
        padding-left: 0
    }
}

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

@media(max-width:480px) and (orientation:landscape) {

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

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

@media(min-width:768px) {

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

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media(min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

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

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

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

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

@media(min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

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

.navbar-toggle:focus {
    outline: 0
}

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

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

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

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

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

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

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

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

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

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

    .navbar-nav>li,
    .navbar-nav>ul>li {
        float: left
    }

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

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

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

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

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

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

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

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

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

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

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

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

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

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

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

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

    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

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

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

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

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

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

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

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

    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

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

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

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

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

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>ul>li>a {
    color: #777
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-inverse .navbar-brand {
    color: #777
}

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

.navbar-inverse .navbar-text {
    color: #777
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>ul>li>a {
    color: #777
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-inverse .navbar-link {
    color: #777
}

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

.navbar-inverse .btn-link {
    color: #777
}

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

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

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

.breadcrumb>li {
    display: inline-block
}

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

.breadcrumb>.active {
    color: #999
}

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

.pagination>li {
    display: inline
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pager li {
    display: inline
}

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

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

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

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

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

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

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

.label:empty {
    display: none
}

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

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

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

.label-primary {
    background-color: #428bca
}

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

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

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

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

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

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

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

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

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

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

.badge:empty {
    display: none
}

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

.btn-xs .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: #428bca;
    background-color: #fff
}

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

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

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

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

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

.container .jumbotron {
    border-radius: 6px
}

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

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

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

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

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

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

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca
}

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

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

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

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

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

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

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

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

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

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

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

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

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

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

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

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

@-o-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 {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

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

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

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

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
    min-width: 30px
}

.progress-bar[aria-valuenow="0"] {
    min-width: 30px;
    color: #777;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.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 {
    padding-left: 0;
    margin-bottom: 20px
}

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

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

.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 {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

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

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

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

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

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

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

.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: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

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

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

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

.panel-title>a {
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

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

.panel-primary>.panel-heading .badge {
    color: #428bca;
    background-color: #fff
}

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

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

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

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

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

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

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

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

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

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

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

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

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

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

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

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

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

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

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

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

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

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

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

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

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

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

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

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

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

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

.modal-open {
    overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .modal-sm {
        width: 300px
    }
}

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

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

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

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

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

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

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

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

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

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

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

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    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: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

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

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

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

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

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    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 {
    content: "";
    border-width: 10px
}

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

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

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

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

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

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    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, .25)
}

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

.carousel {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-control .icon-next:before {
    content: '›'
}

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

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

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: 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;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    border: 0 none;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: top
}

.fancybox-wrap {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 8020
}

.fancybox-skin {
    background: none repeat scroll 0 0 #f9f9f9;
    border-radius: 4px;
    color: #444;
    position: relative;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    height: 100%;
    width: 100%
}

.fancybox-image {
    max-height: 100%;
    max-width: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("/Media/Global/Modules/FancyBox/Images/fancybox_sprite.png")
}

#fancybox-loading {
    background-position: 0 -108px;
    cursor: pointer;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    opacity: .8;
    position: fixed;
    top: 50%;
    z-index: 8060
}

#fancybox-loading div {
    background: url("/Media/Global/Modules/FancyBox/Images/fancybox_loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 44px;
    width: 44px
}

.fancybox-close {
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
    z-index: 8040
}

.fancybox-nav {
    background: url("/Media/Global/Modules/FancyBox/Images/blank.gif") repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 100%;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 40%;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    cursor: pointer;
    height: 34px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    visibility: hidden;
    width: 36px;
    z-index: 8040
}

.fancybox-prev span {
    background-position: 0 -36px;
    left: 10px
}

.fancybox-next span {
    background-position: 0 -72px;
    right: 10px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    left: -99999px;
    max-height: 99999px;
    max-width: 99999px;
    overflow: visible !important;
    position: absolute;
    top: -99999px;
    visibility: hidden
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    background: url("/Media/Global/Modules/FancyBox/Images/fancybox_overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 8010
}

.fancybox-overlay-fixed {
    bottom: 0;
    position: fixed;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow-x: auto;
    overflow-y: scroll
}

.fancybox-title {
    font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    visibility: hidden;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    bottom: 0;
    margin-bottom: -35px;
    position: absolute;
    right: 50%;
    text-align: center;
    z-index: 8050
}

.fancybox-title-float-wrap .child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .8);
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 24px;
    margin-right: -100%;
    padding: 2px 20px;
    text-shadow: 0 1px 2px #222;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    color: #fff;
    margin-top: 10px;
    position: relative
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .8);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px;
    position: absolute
}

@media not all,
only screen and (min--moz-device-pixel-ratio:1.5),
not all {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("/Media/Global/Modules/FancyBox/Images/fancybox_sprite@2x.png");
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url("/Media/Global/Modules/FancyBox/Images/fancybox_loading@2x.gif");
        background-size: 24px 24px
    }
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
    cursor: url(/Media/Global/Images/grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme-banner .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme-banner .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme-banner .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme-banner .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme-banner .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #b2b3b6
}

.owl-theme-banner .owl-controls .owl-page.active span,
.owl-theme-banner .owl-controls.clickable .owl-page:hover span {
    background: #c8102e
}

.owl-theme-banner .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(/Media/Global/Images/ajaxLoader.gif) no-repeat center center
}

.owl-theme-slider .owl-controls {
    margin-top: 18px;
    text-align: center
}

.owl-theme-slider .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme-slider .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme-slider .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme-slider .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #b2b3b6
}

.owl-theme-slider .owl-controls .owl-page.active span,
.owl-theme-slider .owl-controls.clickable .owl-page:hover span {
    background: #ee352a
}

.owl-theme-slider .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(/Media/Global/Images/AjaxLoader.gif) no-repeat center center
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(/Media/Global/Images/AjaxLoader.gif) no-repeat center center
}

html {
    box-shadow: none !important
}

video {
    max-width: 100%
}

.caret.caret-reversed {
    border-bottom: 4px solid #000;
    border-top-width: 0
}

.clearbg {
    background: none !important
}

.input-width-15 {
    display: inline-block;
    width: 50px
}

.input-width-20 {
    display: inline-block;
    width: 70px
}

.form-control {
    margin-bottom: 15px
}

.EditingFormErrorLabel {
    color: red
}

#slider-video .owl-item {
    padding: 0 10px
}

#slider-video .owl-item img {
    border: 1px solid #ccc
}

#slider-video .owl-item a {
    color: white;
    font-size: 12px;
    font-weight: normal
}

#slider-video.owl-theme-slider .owl-controls {
    margin-top: 0 !important
}

#slider-video .owl-buttons>div {
    font-size: 24px;
    padding-top: 5px
}

#slider-video .owl-buttons .owl-prev {
    padding-right: 14px
}

#slider-video .owl-buttons .owl-next {
    padding-left: 14px
}

#slider-video .owl-buttons>div.disabled {
    opacity: .15
}

#jwVideoPlayer {
    margin: 44px
}

.mfp-close-btn-in .mfp-close {
    color: rgba(255, 255, 255, .8) !important;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 50%;
    top: 44px !important;
    width: 44px !important;
    right: -3px !important;
    text-align: center !important;
    padding-right: 0 !important
}

.mfp-close:active {
    top: 44px !important
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: -48px !important;
    top: 0 !important
}

.mfp-iframe-holder {
    padding-right: 52px !important;
    padding-left: 52px !important
}

@media all and (max-width:767px) {
    #jwVideoPlayer {
        margin: 20px
    }

    .mfp-iframe-holder {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .mfp-close-btn-in .mfp-close {
        height: 20px !important;
        width: 20px !important;
        line-height: 20px !important;
        font-size: 14px !important
    }

    .mfp-close-btn-in .mfp-close {
        top: 20px !important;
        right: -3px !important
    }

    .mfp-iframe-holder .mfp-close {
        right: -22px !important;
        top: 0 !important
    }

    .mfp-iframe-holder .mfp-close:active {
        top: 0 !important
    }

    .mfp-close:active {
        top: 20px !important
    }
}

.jw-dock-button.jw-related-dock-btn {
    display: none
}

.jw-flag-fullscreen .jw-dock-button.jw-related-dock-btn {
    display: block
}

.jw-plugin-sharing.jw-show {
    flex-direction: column
}

.jw-sharing-content.jw-reset.custom-playlist {
    margin-top: 40px
}

@media all and (max-width:767px) {
    .jw-plugin-sharing .jw-sharing-icon {
        height: 22px !important;
        width: 22px !important;
        background-size: 18px auto !important
    }

    .jw-breakpoint-0 .jw-plugin-sharing .jw-sharing-heading {
        display: block !important;
        font-size: 10px !important;
        margin-bottom: 5px !important
    }

    .jw-sharing-content.jw-reset.custom-playlist {
        margin-top: 10px !important
    }
}

.FAQQuestion,
.FAQAnswer {
    padding: 10px 0;
    margin-bottom: 20px
}

.FAQQuestion {
    background-color: #ccc
}

.FAQQuestion[data-toggle] {
    cursor: pointer
}

.QuestionContainer {
    padding: 15px
}

.AnswerContainer {
    padding-top: 0
}

.QuestionContainer {
    font-weight: bold
}

.QuestionIcon {
    border-right: 2px solid red
}

.AnswerIcon {
    border-right: 2px solid darkgrey
}

.WelbiltIcon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain !important;
    background-repeat: no-repeat !important
}

.WelbiltIcon.RightWhite {
    background: url(/Media/Welbilt-Inc/Template/Font/White-Welbilt-Right.png)
}

.WelbiltIcon.RightBlue {
    background: url(/Media/Welbilt-Inc/Template/Font/Blue-Welbilt-Right.png)
}

.WelbiltIcon.RightRed {
    background: url(/Media/Welbilt-Inc/Template/Font/Red-Welbilt-Right.png)
}

.WelbiltIcon.DownWhite {
    background: url(/Media/Welbilt-Inc/Template/Font/White-Welbilt-Down.png)
}

.fa.WelbiltIcon.DownRed {
    background: url(/Media/Welbilt-Inc/Template/Font/Red-Welbilt-Down.png)
}

.fa.WelbiltIcon.DownBlue {
    background: url(/Media/Welbilt-Inc/Template/Font/Blue-Welbilt-Down.png)
}

.WelbiltIcon.UpWhite {
    background: url(/Media/Welbilt-Inc/Template/Font/White-Welbilt-Up.png)
}

.fa.WelbiltIcon.UpRed {
    background: url(/Media/Welbilt-Inc/Template/Font/Red-Welbilt-Up.png)
}

.fa.WelbiltIcon.UpBlue {
    background: url(/Media/Welbilt-Inc/Template/Font/Blue-Welbilt-Up.png)
}

.HeroSliderContainer #home-hero-content {
    position: relative;
    overflow: hidden;
    height: auto;
    background-color: #fff;
    z-index: 10
}

.HeroSliderContainer #home-hero {
    position: relative;
    z-index: 1
}

.HeroSliderContainer .hero-image {
    float: left;
    margin-left: 0
}

.HeroSliderContainer .hero-image img,
.HeroSliderContainer #home-hero-content .slides img {
    width: 100%;
    height: auto
}

.HeroSliderContainer #home-hero-content.full-width-image {
    height: auto;
    overflow: visible
}

.HeroSliderContainer #home-hero-content.full-width-image .grid-gradient-bg {
    display: none
}

.HeroSliderContainer #home-hero-content.full-width-image #home-hero {
    width: 100%;
    max-width: 1680px
}

.HeroSliderContainer #home-hero-content.full-width-image #home-hero>.columns {
    width: 100%;
    margin: 0
}

.HeroSliderContainer #home-hero-content.full-width-image .hero-image {
    float: none;
    margin-left: 0
}

.HeroSliderContainer #home-hero-content.full-width-image .hero-image img,
.HeroSliderContainer #home-hero-content.full-width-image .slides img {
    width: auto;
    max-width: 100%
}

.HeroSliderContainer #home-hero-content.full-width-image .slides .container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.HeroSliderContainer #home-hero-content.full-width-image .slides .columns {
    position: absolute;
    width: 100%;
    height: 100%
}

.HeroSliderContainer #home-hero-nav {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 30
}

.HeroSliderContainer #home-hero-nav .columns {
    position: relative;
    top: 30px
}

.HeroSliderContainer #home-hero-content.full-width-image+#home-hero-nav {
    display: none
}

.HeroSliderContainer .slider-menu {
    position: absolute;
    list-style: none;
    margin: 0 auto;
    background-color: #f8f9f4;
    border: 0 solid #fff
}

@media all and (max-width:767px) {
    .HeroSliderContainer .slider-menu {
        position: relative !important
    }
}

.HeroSliderContainer .slider-menu li * {
    margin-bottom: 0
}

.HeroSliderContainer .slider-menu li {
    float: left;
    margin-bottom: 0
}

.HeroSliderContainer .slider-menu li a {
    position: relative;
    display: block;
    padding: 8px 15px 9px;
    background-color: #f8f9f4;
    border-left: 0 solid #b1b9ad;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.HeroSliderContainer .slider-menu li a,
.HeroSliderContainer .slider-menu li a * {
    color: #b1b9ad
}

.HeroSliderContainer .slider-menu li:first-child a {
    border-left: none
}

.HeroSliderContainer .slider-menu li.active a {
    background-color: #959c92;
    border-left-color: #959c92;
    cursor: default
}

.HeroSliderContainer .slider-menu li.active+li a {
    border-left-color: #959c92
}

.HeroSliderContainer .slider-menu li.active a,
.HeroSliderContainer .slider-menu li.active a *,
.HeroSliderContainer .slider-menu li.active a:hover,
.HeroSliderContainer .slider-menu li.active a:hover * {
    color: #f8f9f4
}

.HeroSliderContainer .slider-menu li a:hover,
.HeroSliderContainer .slider-menu li a:hover * {
    color: #777
}

.HeroSliderContainer .slider-menu h6 {
    font: 17px/22px "Roboto Condensed", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-weight: 300
}

.HeroSliderContainer .slider-menu.thumbnails {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.HeroSliderContainer #content img {
    margin-bottom: 0
}

.HeroSliderContainer .slider-menu.thumbnails img {
    max-width: 100%;
    height: auto
}

.HeroSliderContainer .slider-menu.thumbnails li {
    margin: 0 12px 8px 0
}

.HeroSliderContainer .slider-menu.thumbnails li:first-child {
    margin-left: 0
}

.HeroSliderContainer .slider-menu.thumbnails li a {
    position: relative;
    background: none;
    border: 0 solid #f8f9f4 !important;
    padding: 0
}

.HeroSliderContainer .slider-menu.thumbnails li.active a {
    border-color: #e8554e !important
}

.HeroSliderContainer #home-hero-nav .slider-caption {
    position: absolute;
    left: 430px;
    bottom: 0;
    width: 100%;
    max-width: 630px
}

.HeroSliderContainer .slider-caption>div {
    display: none
}

.HeroSliderContainer #home-hero-nav .slider-caption>div {
    bottom: 0;
    padding: 10px 20px 12px;
    background-color: #e8554e;
    background: rgba(232, 85, 78, .5)
}

.HeroSliderContainer .slider-caption h2,
.HeroSliderContainer .slider-caption h3,
.HeroSliderContainer .slider-caption h4,
.HeroSliderContainer .slider-caption h5 {
    margin-bottom: 8px
}

.HeroSliderContainer .slider-caption h2 {
    line-height: 37px
}

.HeroSliderContainer .slider-caption h3 {
    font: 26px/31px "Roboto Condensed", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-weight: 300
}

.HeroSliderContainer .slider-caption .middle-font-size {
    font-size: 15px;
    line-height: 22px
}

.HeroSliderContainer .slider-caption .large-font-size {
    font-size: 17px;
    line-height: 25px
}

.HeroSliderContainer .ie8 #home-hero-nav .slider-caption>div {
    background: transparent;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80cc2817, endColorstr=#80cc2817)
}

.HeroSliderContainer .intro-content .slider-caption>div {
    padding-right: 20px
}

.HeroSliderContainer .intro-content .number-box {
    float: left;
    font-size: 22px;
    line-height: 28px;
    color: #e8554e
}

.HeroSliderContainer .intro-content .number-box+* {
    margin-left: 25px;
    padding-left: 15px;
    border-left: 1px solid #e8554e
}

.HeroSliderContainer #home-intro {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 20
}

.HeroSliderContainer #home-intro .columns {
    position: relative;
    z-index: 40
}

.HeroSliderContainer .intro-wrapper {
    background-color: #000;
    width: 80%;
    padding: 40px 40px 28px 40px;
    color: #fff;
    opacity: .9;
    margin-top: -5%;
    position: relative;
    z-index: 30;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.HeroSliderContainer .intro-content {
    position: relative;
    z-index: 2
}

.HeroSliderContainer .flex-container a:active,
.HeroSliderContainer .flexslider a:active,
.HeroSliderContainer .flex-container a:focus,
.HeroSliderContainer .flexslider a:focus {
    outline: none
}

.HeroSliderContainer .flexslider .slides,
.HeroSliderContainer .flex-control-nav,
.HeroSliderContainer .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.HeroSliderContainer .flex-control-nav li,
.HeroSliderContainer .flex-direction-nav li {
    margin: 0
}

.HeroSliderContainer .flexslider {
    margin: 0;
    padding: 0;
    position: relative;
    zoom: 1
}

.HeroSliderContainer .flexslider .slides>li {
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden
}

.HeroSliderContainer .flexslider .slides img {
    width: 100%;
    display: block
}

.HeroSliderContainer .flex-pauseplay span {
    text-transform: capitalize
}

.HeroSliderContainer .flexslider .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.HeroSliderContainer html[xmlns] .flexslider .slides {
    display: block
}

.HeroSliderContainer * html .flexslider .slides {
    height: 1%
}

.HeroSliderContainer .no-js .flexslider .slides>li:first-child {
    display: block
}

.HeroSliderContainer .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.HeroSliderContainer .flexslider .loading .flex-viewport {
    max-height: 300px
}

.HeroSliderContainer .ie8 .flexslider .slides {
    zoom: 1
}

.HeroSliderContainer .flexslider .slides>li {
    margin-bottom: 0
}

.HeroSliderContainer .flex-caption {
    display: block;
    position: absolute;
    width: 30%;
    left: 0;
    bottom: 20px;
    padding: 17px 20px 20px;
    background-color: #fff;
    background: rgba(255, 255, 255, .9)
}

.HeroSliderContainer .flex-caption.no-bg {
    padding: 0;
    background: none
}

.HeroSliderContainer .ie8 .flex-caption {
    background: transparent;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3000000, endColorstr=#b3000000)
}

.HeroSliderContainer #home-slider .flex-direction-nav {
    display: block
}

.HeroSliderContainer #home-hero-content.full-width-image .flex-direction-nav {
    display: block
}

.HeroSliderContainer .flex-direction-nav a {
    display: block;
    position: absolute;
    z-index: 20;
    width: 47px;
    height: 100px;
    top: 120px;
    margin: 0;
    opacity: .6;
    cursor: pointer;
    text-indent: -9999px
}

.HeroSliderContainer .flex-direction-nav .flex-prev {
    left: 0;
    background-image: url(/Media/TestSite/EnewsSlider/previous.png);
    background-repeat: no-repeat
}

.HeroSliderContainer .flex-direction-nav .flex-next {
    right: 0;
    background-image: url(/Media/TestSite/EnewsSlider/next.png);
    background-repeat: no-repeat
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a {
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 40px;
    height: 50px;
    text-indent: -9999px;
    background: url(/Media/Welbilt-Inc/Template/Enews/Pause.png);
    background-repeat: no-repeat;
    opacity: .6;
    z-index: 50;
    cursor: pointer
}

.HeroSliderContainer .flex-direction-nav .flex-prev {
    right: 80px;
    background-image: url(/Media/Welbilt-Inc/Template/Enews/Previous.png);
    background-repeat: no-repeat;
    top: auto;
    bottom: 0;
    height: 50px;
    width: 40px;
    left: auto
}

.HeroSliderContainer .flex-direction-nav .flex-next {
    right: 0;
    background-image: url(/Media/Welbilt-Inc/Template/Enews/Next.png);
    background-repeat: no-repeat;
    top: auto;
    width: 40px;
    height: 50px;
    bottom: 0
}

.HeroSliderContainer .flex-direction-nav a:hover {
    opacity: 1 !important
}

.flex-pauseplay.Paused a {
    background: url(/Media/Welbilt-Inc/Template/Enews/Next.png);
    background-repeat: no-repeat
}

.HeroSliderContainer .flex-direction-nav .flex-prev:hover,
.HeroSliderContainer .flex-direction-nav .flex-next:hover {
    opacity: .7
}

.HeroSliderContainer .flex-direction-nav .flex-disabled,
.HeroSliderContainer .flex-direction-nav .flex-disabled:hover {
    background-color: #000;
    opacity: .2;
    cursor: default
}

.HeroSliderContainer .ie8 .flex-direction-nav a {
    filter: alpha(opacity=40)
}

.HeroSliderContainer .ie8 .flex-direction-nav .flex-prev:hover,
.HeroSliderContainer .ie8 .flex-direction-nav .flex-next:hover {
    background-color: #e8554e;
    filter: alpha(opacity=60)
}

.HeroSliderContainer .ie8 .flex-direction-nav .flex-disabled,
.HeroSliderContainer .ie8 .flex-direction-nav .flex-disabled:hover {
    filter: alpha(opacity=20)
}

@media only screen and (max-width:479px) {
    .HeroSliderContainer .slider-caption p {
        font-size: 15px
    }
}

@media only screen and (min-width:2000px) {
    .HeroSliderContainer #home-slider.right-side-nav .flex-direction-nav {
        display: block
    }

    .HeroSliderContainer #home-slider.right-side-nav .flex-direction-nav a {
        width: 40px;
        height: 54px;
        left: 0;
        margin: 0;
        background-color: #fff;
        background-color: rgba(255, 255, 255, .4);
        opacity: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .HeroSliderContainer #home-header:hover #home-slider.right-side-nav .flex-direction-nav a,
    .HeroSliderContainer .touch-screen #home-slider.right-side-nav .flex-direction-nav a {
        opacity: 1
    }

    .HeroSliderContainer #home-slider.right-side-nav .flex-direction-nav .flex-prev {
        top: 170px;
        background-position: 15px 18px
    }

    .HeroSliderContainer #home-slider.right-side-nav .flex-direction-nav .flex-next {
        top: 225px;
        background-position: -45px 18px
    }

    .HeroSliderContainer #home-slider.right-side-nav .flex-direction-nav .flex-prev:hover,
    .HeroSliderContainer #home-slider.right-side-nav .flex-direction-nav .flex-next:hover {
        background-color: #fff;
        background-color: rgba(255, 255, 255, .55)
    }

    .HeroSliderContainer .ie8 #home-slider.right-side-nav .flex-direction-nav a {
        filter: alpha(opacity=60)
    }

    .HeroSliderContainer .ie8 #home-slider.right-side-nav .flex-direction-nav .flex-prev {
        background-position: 15px -42px
    }

    .HeroSliderContainer .ie8 #home-slider.right-side-nav .flex-direction-nav .flex-next {
        background-position: -45px -42px
    }

    .HeroSliderContainer .ie8 #home-slider.right-side-nav .flex-direction-nav .flex-prev:hover,
    .HeroSliderContainer .ie8 #home-slider.right-side-nav .flex-direction-nav .flex-next:hover {
        filter: alpha(opacity=80)
    }
}

.HeroSliderContainer .flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: -25px;
    line-height: 14px;
    text-align: center
}

.HeroSliderContainer .flex-control-nav li {
    display: inline-block;
    margin: 0 0 0 10px;
    zoom: 1
}

.HeroSliderContainer .flex-control-nav li:first-child {
    margin: 0
}

.HeroSliderContainer .flex-control-paging li a {
    display: block;
    cursor: pointer
}

.HeroSliderContainer .flex-control-paging li a span {
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    background-color: transparent;
    border: 2px solid #c7cfc3;
    text-indent: -9999px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -webkit-transition: border-color .15s ease;
    -moz-transition: border-color .15s ease;
    -o-transition: border-color .15s ease;
    transition: border-color .15s ease
}

.HeroSliderContainer .flex-control-paging li a:hover span {
    border-color: #e8554e
}

.HeroSliderContainer .flex-control-paging li a.flex-active {
    cursor: default
}

.HeroSliderContainer .flex-control-paging li a.flex-active span {
    background-color: #e8554e;
    border-color: #e8554e
}

.HeroSliderContainer #home-hero-content .grid-gradient-bg {
    display: none
}

.HeroSliderContainer #home-hero-content .columns,
.HeroSliderContainer #home-hero {
    width: 100%
}

.HeroSliderContainer #home-hero-content {
    height: auto
}

.HeroSliderContainer .hero-image {
    margin-left: 0
}

.HeroSliderContainer .hero-image img,
.HeroSliderContainer #home-hero-content .slides img {
    width: 100%;
    margin-bottom: 0
}

.HeroSliderContainer #home-hero-nav {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100px
}

.HeroSliderContainer #home-hero-nav .slider-menu {
    margin-right: 10px;
    padding: 0 12px
}

.HeroSliderContainer #home-hero-nav .container {
    width: 100%;
    background-color: #fff
}

.HeroSliderContainer #home-hero-nav .columns {
    position: static;
    width: 100%;
    top: auto
}

.HeroSliderContainer #home-hero-nav .slider-caption {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
    height: 90px;
    margin: 10px auto 0
}

.HeroSliderContainer #home-hero-nav .slider-caption>div {
    bottom: auto;
    padding: 0;
    background: none !important
}

.HeroSliderContainer .ie8 #home-hero-nav .slider-caption>div {
    background: none !important;
    filter: none !important
}

.HeroSliderContainer .slider-caption .middle-font-size,
.HeroSliderContainer .slider-caption .large-font-size {
    font-size: 12px;
    line-height: 19px
}

.HeroSliderContainer .slider-caption h2,
.slider-caption h3 {
    font: 15px/28px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #444;
    font-weight: 600
}

.HeroSliderContainer .ie8 .slider-caption h2,
.HeroSliderContainer .ie8 .slider-caption h3 {
    font-family: OpenSansSemibold, Arial, "Helvetica Neue", Helvetica, sans-serif
}

.HeroSliderContainer .slider-caption[data-smallscreen=no] {
    display: none
}

.HeroSliderContainer .slider-caption {
    -webkit-transition: height .1s ease-out;
    -moz-transition: height .1s ease-out;
    -o-transition: height .1s ease-out;
    transition: height .1s ease-out
}

.HeroSliderContainer #home-intro {
    position: static;
    margin: 0 0 30px
}

.HeroSliderContainer .intro-wrapper {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    height: 100%;
    width: 75%;
    display: inline-block
}

.HeroSliderContainer .intro-wrapper:before {
    display: none
}

.HeroSliderContainer .intro-content {
    padding: 0
}

.HeroSliderContainer .intro-content.caption-inside .preamble p:last-of-type {
    margin-bottom: 0 !important
}

.HeroSliderContainer .intro-content .slider-caption {
    top: 0
}

.HeroSliderContainer .intro-content .slider-caption>div {
    padding-right: 0
}

.HeroSliderContainer .intro-content .preview-block {
    padding-top: 20px
}

.HeroSliderContainer .intro-content .preview-block>[class^="thumbnail"] {
    margin-left: 0
}

.HeroSliderContainer .intro-content .preview-block.video-type>span {
    float: none;
    margin: 0
}

.HeroSliderContainer .intro-content .preview-block.video-type .preview-info {
    margin-top: 10px
}

.HeroSliderContainer .intro-content .preview-info[data-smallscreen=no],
.HeroSliderContainer .intro-content .preview-block[data-smallscreen=no] {
    display: none
}

.HeroSliderContainer #home-slider .flex-direction-nav {
    display: block
}

@media only screen and (max-width:479px) {
    .HeroSliderContainer .intro-wrapper {
        width: auto;
        margin-top: 0
    }

    .HeroSliderContainer #home-hero-content {
        height: auto;
        margin-bottom: 0
    }

    .HeroSliderContainer .flex-direction-nav a {
        top: 80px
    }
}

.HeroSliderContainer .clearfix:after {
    content: "";
    display: table;
    clear: both
}

@media all and (min-width:768px) {
    .HeroSliderContainer .intro-wrapper {
        background: transparent;
        color: black;
        opacity: 1;
        padding: 0
    }

    .HeroSliderContainer #home-intro {
        position: absolute;
        margin: 0 0 0;
        top: 0;
        left: 0;
        width: 50%
    }

    .HeroSliderContainer .intro-wrapper {
        background: transparent !important;
        color: black
    }

    .HeroSliderContainer .intro-content .slider-caption>div {
        padding-right: 20px
    }

    .HeroSliderContainer .slider-caption h2,
    .slider-caption h3 {
        color: white
    }

    .slider-caption>div {
        position: relative;
        background: rgba(0, 0, 0, .7);
        color: white;
        padding: 15px;
        left: 5px;
        width: 100%;
        top: 5px;
        height: 100%
    }

    .slider-caption>div {
        height: auto
    }
}

.lazy {
    background-color: #c5c5c5;
    background-image: url("/Media/Global/Modules/LazyLoader/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center
}

.lazy.lazySet:not([src^='/Media/Global/Modules/LazyLoader']) {
    background: none
}

#content .timeline-Header-title {
    font-size: 21px !important;
    font-weight: 300 !important;
    line-height: 24px !important;
    color: #292f33 !important
}

#content .timeline-Header {
    padding: 10px !important
}

#content .timeline-Header-byline {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: #8899a6 !important
}

#content .timeline-Header-byline a:visited {
    color: #3b94d9 !important;
    text-decoration: none !important;
    outline: 0 !important
}

#content .timeline-Header-byline a {
    color: #3b94d9 !important;
    text-decoration: none !important;
    outline: 0 !important
}

span.caption_from {
    font-weight: bold
}

img.instagram_image {
    padding-top: 10px
}

#content>div.row.instagram-item {
    margin-bottom: 20px;
    padding-bottom: 15px
}

#content>.row.instagram-item {
    margin-left: 0;
    margin-right: 0
}

.InstagramFeedIFrame {
    border-top: 1px solid rgba(15, 70, 100, .12)
}

.fc-bg {
    margin-bottom: 5px !important
}

.fc th,
.fc td {
    border-right-style: none !important;
    border-bottom-style: none !important
}

.fc th:first-child,
.fc td:first-child {
    border-left-style: none !important
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: left !important
}

.fc th.fc-day-header {
    color: #c8102f !important;
    border: 0 solid black !important;
    padding: 10px 0 !important
}

.fc td.fc-head-container.fc-widget-header {
    border-top: 0 !important
}

ul.CalEventTypes,
ul.CalBrands {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

ul.CalEventTypes label,
ul.CalBrands label {
    padding-left: 5px
}

.calendarform .ui-datepicker-trigger {
    border: 0;
    background-color: rgba(0, 0, 0, 0)
}

.popover.top {
    margin-top: -10px;
    padding: 10px
}

.popover {
    background-color: #fff;
    border: 2px solid #c6c7c6;
    border-radius: 0;
    padding: 15px
}

.popover-title {
    font-size: 16px;
    padding-top: 0;
    margin-bottom: 5px;
    color: #333;
    background-color: white;
    text-align: center;
    border-bottom: 2px solid #c6c6c6;
    font-weight: bold;
    padding-bottom: 15px
}

.popover-content .InnerContent {
    padding: 9px 14px 0 14px;
    text-align: center
}

.popover-content {
    padding: 0
}

.popover-content .EventPopOverFooter {
    background-color: white;
    border-top: none;
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px
}

.popover-content .EventPopOverFooter a,
.popover-content .EventPopOverFooter i {
    color: #c6c6c6
}

.popover-content .EventPopOverFooter a:hover,
.popover-content .EventPopOverFooter i:hover {
    color: #c8102e
}

.EventPopOverFooter.row>div {
    padding: 0
}

.EventPopOverFooter.row i {
    cursor: pointer
}

.EventDates {
    font-size: 13px
}

.EventDates,
.EventDetails {
    margin-bottom: 20px
}

.EventContact {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 2px solid #c6c6c6;
    padding-top: 15px
}

.EventListInnerContent {
    margin-bottom: 20px;
    border-bottom: 1px dotted #a4a5a7;
    padding-bottom: 25px
}

.EventLocation a,
.EventContactEmail a,
.EventContactPhone p,
.EventListContactEmail a,
.EventListContactPhone a {
    color: #333
}

.EventListDate {
    display: block
}

.EventListInnerContent>.row:first-child {
    border: 1px solid transparent;
    color: black;
    background: #ccc;
    border-radius: 4px 4px 0 0;
    padding: 10px 0
}

.EventListInnerContent>.row:first-child i,
.EventListInnerContent>.row:first-child a {
    color: black;
    cursor: pointer
}

.EventListInnerContent>.row:nth-child(2) {
    padding-top: 15px;
    background: #eee
}

.EventListContactTitle {
    font-weight: bold
}

.EventListTitle {
    font-weight: bold
}

.CalListView {
    margin-top: 15px
}

.fc-button-group>button:focus {
    outline-color: transparent
}

.CalListDateRange {
    border: 1px solid #d0d0d0;
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    padding: 7px 5px;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    text-align: center
}

.CalendarHeader i.fa {
    font-size: 18px;
    margin-top: 7px
}

.EventListIcons i.fa {
    font-size: 26px;
    margin-top: 8px
}

.EventListIcons>div {
    text-align: center
}

.EventListLocation,
.EventListDetails,
.EventListContact,
.EventListTime {
    line-height: 30px
}

@media all and (min-width:992px) and (max-width:1199px) {
    .CalendarViews button {
        padding: 0 4px !important
    }

    .CalendarHeader>div {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .CalendarHeader>div:nth-child(3) {
        clear: both
    }

    .CalendarHeader i.fa {
        font-size: 26px;
        margin-left: 10px;
        margin-right: 10px
    }
}

@media all and (max-width:767px) {
    .CalendarHeader {
        margin-top: 15px
    }

    .EventListIcons i.fa {
        margin-top: 15px
    }

    .CalendarHeader i.fa {
        font-size: 26px;
        margin-left: 10px;
        margin-right: 10px
    }
}

@media print {
    .EventListIcons {
        display: none
    }

    .EventListInnerContent .row,
    .EventListTitle,
    .EventListDate {
        border: none !important;
        text: black !important
    }

    .EventListInnerContent>.row:nth-child(2) {
        background: white
    }
}

.SecondaryCarousel .item {
    text-align: center;
    padding: 15px
}

.btn-Sanitation {
    padding: 10px 0;
    width: 100%;
    border-radius: 10px;
    font-size: 25px
}

.Sticky .btn.btn-Sanitation {
    border-radius: 7px;
    padding: 5px 0;
    font-size: 15px;
    margin: 5px 0
}

.SecondaryNav.Sticky>div>div {
    width: 50%;
    float: left
}

@media all and (max-width:767px) {
    .btn-Sanitation {
        margin-bottom: 15px
    }

    .Sticky .btn-Sanitation {
        margin-bottom: auto
    }

    .Sticky.container {
        width: 100%;
        margin-left: -15px
    }
}

.CalendarHeader .fc-button-group {
    position: absolute;
    right: 15px
}

.CalendarHeader h2 {
    display: inline-block;
    margin: 0 10px !important
}

#content .CalendarHeader .CalDescriptiveTitle {
    font-size: 18px;
    color: #c8102f !important
}

.CalendarHeader .CalendarTitle {
    text-align: center
}

.CalendarHeader .CalPrevious {
    display: inline-block
}

.CalendarHeader .CalNext {
    display: inline-block
}

.CalendarTitle i {
    color: #ddd;
    cursor: pointer;
    font-size: 20px
}

.CalendarTitle i:hover {
    color: #a9a9a9
}

.CalendarTimeZone .selectize-input {
    padding: 7px 5px
}

.CalendarTimeZone .item,
.CalendarTimeZone .option {
    font-size: 12px !important
}

.fc-toolbar {
    display: none
}

.CalendarViews {
    min-height: 30px
}

.fc-widget-header {
    margin-right: 0 !important
}

.popover {
    min-width: 300px
}

@media all and (max-width:1199px) {
    .CalendarTitle h2 {
        font-size: 16px !important
    }

    .CalendarTimeZone .item,
    .CalendarTimeZone .option {
        font-size: 10px !important
    }
}

@media all and (max-width:991px) {
    .CalendarHeader>div {
        margin-bottom: 15px;
        text-align: center
    }

    .CalendarHeader .fc-button-group {
        position: static
    }

    .CalendarTimeZone .selectize-input,
    .CalendarTimeZone .selectize-dropdown .option {
        text-align: left
    }

    .fc-agenda-view .fc-day-grid {
        z-index: auto !important
    }
}

span[data-name='GeneralEvents'],
span[data-name='SalesTraining'],
span[data-name='Holiday'],
span[data-name='Association'],
span[data-name='CookingDemonstration'],
span[data-name='NationalAccountShow'],
span[data-name='LevelIIIStarServiceTraining'],
span[data-name='LevelIIStarServiceTraining'],
span[data-name='MBS-Lvl1ServiceSchool'],
span[data-name='MBS-Lvl2ServiceSchool'],
span[data-name='MBS-Lvl3ServiceSchool'],
span[data-name='MII-AdvancedFASSchool'],
span[data-name='MII-AdvancedTechniciansSchool'],
span[data-name='MII-DistributorProductAndServiceTraining'],
span[data-name='MII-FieldServiceSeminar'],
span[data-name='MII-IntroductoryTechniciansSchool'],
span[data-name='ServiceTraining'],
span[data-name='Webcast'],
span[data-name='cvc'],
span[data-name='dea'],
span[data-name='delsci'],
span[data-name='deu'],
span[data-name='dll'],
span[data-name='fbs'],
span[data-name='flo'],
span[data-name='gcs'],
span[data-name='hae'],
span[data-name='har'],
span[data-name='ind'],
span[data-name='Jackson'],
span[data-name='KitchenCare'],
span[data-name='Koldtech'],
span[data-name='kps'],
span[data-name='mcc'],
span[data-name='mcd'],
span[data-name='mwv'],
span[data-name='tru'],
span[data-name='usr'],
span[data-name='wel'],
span[data-name='ical'],
span[data-name='mbs'],
span[data-name='serv'],
span[data-name='Welbilt'] {
    display: none
}

.CalCountryID,
.CalStateID,
.ServiceEventsHeader,
.OtherEventsHeader,
.SalesEventsHeader {
    display: none !important
}

.CalEventTypes {
    margin-bottom: 0
}

.fc-content:hover {
    cursor: pointer
}

.NewsSummaryItem .date,
.newscontent .date {
    display: block;
    padding-top: 10px;
    color: #333;
    font-size: 16px
}

#content .newscontent h2 {
    font-size: 24px;
    color: #333
}

@media all and (max-width:640px) {
    .newscontent .InlineImageMobileFixer p>img {
        display: block;
        margin-left: auto;
        float: none !important;
        margin-right: auto
    }
}

span[id*="ChangePassword_lblInfo"] {
    color: green
}

.DialogPosition table {
    width: 100% !important
}

.btn.RegistrationConfirm {
    display: block;
    margin-top: 10px
}

.SearchDialog .form-group {
    margin-left: 0;
    margin-right: 0
}

.FlatGrey.btnViewAllArticles {
    text-align: center;
    width: 100%;
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    color: #777;
    padding-top: 6px
}

#enews-related-items .owl-item,
.enews-related-items {
    padding: 30px 20px 0 20px;
    text-align: center
}

#enews-related-items .owl-item img,
.enews-related-items img {
    padding: 0 40px
}

.enews-owl-date {
    color: #333 !important
}

#enews-related-items p,
.enews-related-items p {
    color: #292f33 !important
}

#enews-related-items h3,
.enews-related-items h3 {
    color: #333 !important
}

.newscontent.enews .related-tabs {
    margin-top: 40px
}

.searchBox .form-control {
    margin-bottom: 0
}

.btnViewAllArticles,
.btnArticleSearch {
    height: 34px;
    border-radius: 3px
}

.NewsTitle {
    text-align: center
}

.btnViewAllArticles {
    width: 100%;
    margin-top: 20px
}

.newscontent.enews div>.dottedBorder:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0;
    padding-bottom: 0
}

.field.hs-form-field {
    margin-top: 15px
}

.amHeader #regions {
    padding-bottom: 0;
    padding-top: 0
}

.hidden {
    display: none
}

.rep-locator.google-map {
    float: left;
    height: 400px;
    width: 100%
}

.RepLocatorHeader button#search-button {
    padding: 7px 12px;
    font-size: 14px
}

.RepLocatorHeader>div {
    margin: 10px auto
}

.widgethead .expand {
    float: right;
    display: block;
    background-image: url('/Media/Global-Media/Rep-Locator/Images/toggle-sprite.png');
    background-position: 0 -16px;
    width: 16px;
    height: 16px;
    margin: 6px 10px 5px 10px
}

.widgethead .collapse {
    float: right;
    display: block;
    background-image: url('/Media/Global-Media/Rep-Locator/Images/toggle-sprite.png');
    background-position: 0 0;
    width: 16px;
    height: 16px;
    margin: 6px 10px 5px 10px
}

.widgethead .expand-arrow,
.widgethead .collapse-arrow {
    float: right;
    display: block;
    margin: 6px 10px 5px 10px;
    font-size: 24px;
    color: #c8102e
}

.widgethead .expand-arrow {
    margin-top: 0
}

.widgethead h2 {
    display: inline-block
}

.widgetcollapsible .widgetbody {
    clear: both;
    padding: 0 10px 10px 20px;
    display: block;
    font-size: 13px;
    overflow: hidden;
    color: #465560
}

.detail_container .tab-pane {
    padding-top: 15px
}

.detail_container .banner-slider {
    margin-bottom: 5px
}

.detail_container .tab-content {
    padding-top: 0
}

.detail_container .nav-tabs-mobile {
    margin-bottom: 35px
}

.RepBottomNote h2 {
    margin-top: 10px
}

.RepLocatorHeader {
    margin-bottom: 8px;
    margin-top: 8px
}

.tab-content.video-list-holder>div>div {
    border-bottom: none;
    margin-bottom: 0
}

.tab-content.video-list-holder>div>.col-sm-4:nth-child(3n+1),
.AssetByTypeResults .vidAssetType>.row .col-sm-4:nth-child(3n+1) {
    clear: both
}

.dealerImage,
.DealerItem {
    text-align: center
}

.OnlineDealers {
    margin-top: 25px
}

.dealerImage img {
    width: 100%
}

@media all and (min-width:768px) and (max-width:991px) {
    .OnlineDealers .Seperator-2 {
        clear: both;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #ccc
    }
}

@media all and (min-width:992px) {
    .OnlineDealers .Seperator-3 {
        clear: both;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #ccc
    }
}

#serviceResults {
    margin-top: 15px
}

.ServiceLocatorContainer {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px
}

table.servicelocatorresults {
    float: right;
    padding-bottom: 35px
}

.LocatorInput {
    padding-top: 13px
}

@media all and (max-width:767px) {
    table.servicelocatorresults {
        width: 100%;
        text-align: center
    }

    table.servicelocatorresults th {
        text-align: center
    }
}

div.bodyWrapper h2 {
    border-bottom: 2px solid #333;
    margin-top: 20px;
    margin-bottom: 10px
}

.messageDiv {
    z-index: 100;
    width: 200px;
    height: 35px;
    background-image: url(/Media/Global/Modules/DistributorLocator/loadingTab.gif);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 40%;
    display: none
}

.messageText {
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    padding-top: 10px
}

#content .servicelocatorresults img {
    margin-bottom: 0
}

.sideways-leg-BSNC {
    background-image: url(/Media/Global/Modules/DistributorLocator/legacycategories2.gif);
    background-repeat: none;
    background-position: 0 3px;
    width: 50px;
    height: 125px
}

.sideways-leg-BSR {
    background-image: url(/Media/Global/Modules/DistributorLocator/legacycategories2.gif);
    background-repeat: none;
    background-position: 200px 3px;
    width: 50px;
    height: 125px
}

.sideways-leg-BPBI {
    background-image: url(/Media/Global/Modules/DistributorLocator/legacycategories2.gif);
    background-repeat: none;
    background-position: 510px 3px;
    width: 50px;
    height: 100px
}

.sideways-leg-BS {
    background-image: url(/Media/Global/Modules/DistributorLocator/legacycategories2.gif);
    background-repeat: none;
    background-position: 150px 3px;
    width: 50px;
    height: 125px
}

.sideways-leg-IMRP {
    background-image: url(/Media/Global/Modules/DistributorLocator/legacycategories2.gif);
    background-repeat: none;
    background-position: 100px 3px;
    width: 50px;
    height: 125px
}

.sideways-leg-KIMRP {
    background-image: url(/Media/Global/Modules/DistributorLocator/legacycategories2.gif);
    background-repeat: none;
    background-position: 50px 3px;
    width: 50px;
    height: 125px
}

.sideways-mcl {
    background-image: url(/Media/Global/Images/salesrepbrands.png);
    background-repeat: none;
    background-position: 20px 0;
    width: 20px;
    height: 150px
}

.sideways-kpr {
    background-image: url(/Media/Global/Images/salesrepbrands.png);
    background-repeat: none;
    background-position: 40px 0;
    width: 20px;
    height: 150px
}

.sideways-var {
    background-image: url(/Media/Global/Images/salesrepbrands.png);
    background-repeat: none;
    background-position: 60px 0;
    width: 20px;
    height: 150px
}

.sideways-mcu {
    background-image: url(/images/uploaded/default/design/salesrepbrands.gif);
    background-repeat: none;
    background-position: 80px 0;
    width: 20px;
    height: 95px
}

.sideways-del {
    background-image: url(/Media/Global/Images/salesrepbrands.png);
    background-repeat: none;
    background-position: 100px 0;
    width: 20px;
    height: 150px
}

.sideways-jac {
    background-image: url(/Media/Global/Images/salesrepbrands.png);
    background-repeat: none;
    background-position: 120px 0;
    width: 20px;
    height: 150px
}

.sideways-msy {
    background-image: url(/Media/Global/Images/salesrepbrands.png);
    background-repeat: none;
    background-position: 140px 0;
    width: 20px;
    height: 150px
}

.sideways-lin {
    background-image: url(/Media/Global/Images/salesrepbrands.png);
    background-repeat: none;
    background-position: 160px 0;
    width: 20px;
    height: 150px
}

.sideways-gar {
    background-image: url(/Media/Global/Images/salesrepbrands.png);
    background-repeat: none;
    background-position: 180px 0;
    width: 20px;
    height: 150px
}

.sideways-fry {
    background-image: url(/Media/Global/Images/salesrepbrands.png);
    background-repeat: none;
    background-position: 200px 0;
    width: 20px;
    height: 150px
}

.sideways-cle {
    background-image: url(/Media/Global/Images/salesrepbrands.png);
    background-repeat: none;
    background-position: 220px 0;
    width: 20px;
    height: 150px
}

table.servicelocatorresults {
    background-color: white;
    border-collapse: collapse;
    border-color: #e5e5e5;
    border-spacing: 0;
    border-style: outset;
    border-width: 1px;
    font-size: 12px
}

table.servicelocatorresults th {
    background-color: #f5f5f5;
    border-color: #9ba5b2;
    border-style: inset;
    border-width: 1px;
    font-size: 12px;
    padding: 4px;
    text-align: left
}

table.servicelocatorresults tr.clickablerow {
    cursor: pointer
}

.clickablerow {
    cursor: pointer
}

.rankedcell {
    font-weight: bold
}

table.servicelocatorresults td {
    border-color: #9ba5b2;
    border-style: inset;
    border-width: 1px;
    font-size: 12px;
    padding: 4px
}

table.servicelocatorresults1 {
    background-color: white;
    border-collapse: collapse;
    border-color: #9ba5b2;
    border-spacing: 0;
    border-style: outset;
    border-width: 1px;
    font-size: 10px;
    margin: 8px 0 0
}

table.servicelocatorresults1 th {
    background-color: #c0cadd;
    border-color: #9ba5b2;
    border-style: inset;
    border-width: 1px;
    font-size: 12px;
    padding: 4px;
    text-align: center
}

table.servicelocatorresults1 td {
    border-color: #9ba5b2;
    border-style: inset;
    border-width: 1px;
    font-size: 12px;
    padding: 4px
}

table.ServiceAgents-Locations tr td:first-child {
    width: 70%;
    text-align: right
}

table.ServiceAgents-Locations.WithBrands tr td {
    width: 5%
}

table.ServiceAgents-Locations.WithBrands tr td:first-child {
    width: 50%
}

table.ServiceAgents-Locations.WithBrands tr td:nth-child(2) {
    width: 25%
}

table.ServiceAgents-Locations tr td {
    border: 0
}

table.ServiceAgents-Locations {
    width: 100%;
    border: 0
}

.servicelocatorresults td[onclick*='id'] {
    cursor: pointer
}

.ServiceLocatorResults .LocatorLegend {
    margin-top: 15px
}

.ServiceLocatorResults table.servicelocatorresults {
    float: none;
    width: 320px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

#serviceResults {
    margin-top: 15px;
    overflow-x: auto
}

#serviceResults table {
    overflow-x: hidden
}

#serviceResults th {
    background-color: lightgrey
}

#serviceResults th.BrandSegment {
    height: 200px;
    position: relative;
    text-align: center
}

#serviceResults th.Company {
    width: auto;
    min-width: 200px;
    vertical-align: bottom;
    padding-bottom: 10px;
    padding-left: 10px
}

#serviceResults th.BrandSegment span {
    transform: rotate(270deg);
    display: inline-block;
    transform-origin: left bottom;
    text-align: left;
    padding-left: 10px;
    width: 200px;
    position: absolute;
    bottom: 0;
    line-height: 15px;
    left: 37px
}

#serviceResults .Skill {
    padding: 0 3px;
    display: inline-block
}

#serviceResults .Skill:after {
    content: " ";
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat
}

#serviceResults .Skill[data-skill="Service"]:after {
    background-image: url(/Media/Global/Modules/DistributorLocator/service.png)
}

#serviceResults .Skill[data-skill="Sales"]:after {
    background-image: url(/Media/Global/Images/icon_checkmark.png)
}

#serviceResults .Skill[data-skill="Installation"]:after {
    background-image: url(/Media/Global/Modules/DistributorLocator/install.png)
}

#serviceResults .Skill span {
    display: none
}

#serviceResults a,
#serviceResults a:hover {
    color: blue
}

#serviceResults table {
    width: 99.9%
}

#serviceResults table td {
    border: 1px solid grey
}

#serviceResults .CompanyEntry {
    padding: 0 5px
}

#serviceResults .SkillCell {
    text-align: center;
    width: 60px
}

#serviceResults .DefaultAddress,
#serviceResults .DefaultContact {
    padding-left: 5px
}

#serviceResults .DefaultContact span,
#serviceResults .AdditionalLocations div {
    display: block;
    white-space: nowrap
}

#serviceResults .CompanyEntry .AdditionalLocations ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 5px
}

#serviceResults .CompanyEntry ul li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

#serviceResults .CompanyEntry ul li {
    padding-bottom: 10px;
    border-bottom: 1px dashed black
}

#serviceResults .CompanyEntry .AdditionalLocations,
#serviceResults .CompanyEntry .AdditionalContact {
    display: none
}

#serviceResults .CompanyEntry.ShowExtras .AdditionalLocations,
#serviceResults .CompanyEntry.ShowExtras .AdditionalContact {
    display: block
}

#serviceResults .CompanyEntry.ShowExtras .DefaultAddress,
#serviceResults .CompanyEntry.ShowExtras .DefaultContact,
#serviceResults .CompanyEntry.ShowExtras .AdditionalContact {
    display: none
}

.ServiceLocatorContainer .LocatorFilterHeader:after {
    position: relative;
    margin-left: 10px
}

#serviceResults .CompanyEntry .AdditionalLocationToggle {
    padding-top: 10px;
    padding-left: 5px
}

#serviceResults .CompanyEntry .AdditionalLocationToggle .HideAdditional {
    display: none
}

#serviceResults .CompanyEntry.ShowExtras .AdditionalLocationToggle .ShowAdditional {
    display: none
}

#serviceResults .CompanyEntry.ShowExtras .AdditionalLocationToggle .HideAdditional {
    display: block
}

#serviceResults .CompanyName {
    font-weight: bold;
    display: inline-block
}

@media all and (max-width:991px) {
    #serviceResults th.BrandSegment span {
        line-height: 20px;
        left: 18px
    }

    #serviceResults th.BrandSegment {
        min-width: 35px
    }
}

.countryManagerContainer button {
    padding: 5px 0 !important
}

.countryManagerContainer {
    background-color: #f5f5f5;
    padding: 15px 0;
    margin: 15px 0
}

.countryManagerContainer legend {
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: medium none
}

.locatorForm {
    margin-bottom: 15px
}

#dataDiv .action a {
    cursor: pointer
}

.fields,
#flds,
.fieldsInternational {
    padding: 10px;
    background-color: #f5f5f5
}

.fields input[type='text'],
.fields input[type='button'],
.fields select,
#flds input[type='text'],
#flds input[type='button'],
#flds select {
    width: 100% !important;
    margin-bottom: 10px;
    min-height: 30px
}

#map_canvas {
    max-width: 800px;
    width: 100%;
    height: 570px;
    border-width: thin;
    border-style: solid
}

#content #map_canvas img,
#content .rep-locator.google-map img {
    max-width: inherit;
    margin-bottom: inherit
}

#brandList,
#ProductList,
#segmentList {
    list-style: none;
    padding-left: 0
}

#brandList input,
#ProductList input,
#segmentList input {
    margin-top: 0;
    margin-right: 4px;
    cursor: pointer
}

#brandList label,
#ProductList label,
#segmentList label {
    margin-bottom: 0;
    cursor: pointer
}

.brandList li,
.segmentList li {
    padding: 3px 0;
    font-size: 13px
}

.LocatorFilterHeader {
    color: black;
    font-weight: bold;
    display: block;
    position: relative;
    margin-bottom: 15px
}

.LocatorFilterHeader:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    font-family: FontAwesome
}

.LocatorFilterHeader.collapsed:after {
    content: ""
}

.SalesResult .dealer_name {
    font-weight: bold
}

.SalesResult .brands {
    font-weight: bold
}

.SalesResult .brands_carried {
    list-style: none
}

#frm hr {
    margin: 10px 0;
    border-top: 1px solid #646464
}

#flds h3,
#flds h4 {
    color: #333
}

#flds h4 {
    font-size: 14px;
    font-weight: bold
}

#flds .mainSubmitBtn {
    text-align: left
}

#flds .mainSubmitBtn a {
    color: #333;
    font-size: 18px;
    cursor: pointer
}

#flds .mainSubmitBtn a i {
    color: #aaa
}

#flds .mainSubmitBtn a:hover {
    color: #c8102e
}

#flds .mainSubmitBtn a:hover i {
    color: #c8102e
}

ul#data,
#data .locations {
    list-style: none;
    padding-left: 0
}

#data .company {
    color: #c8102e;
    font-size: 20px
}

#data .entry a {
    color: #333
}

#data .entry .action {
    font-weight: bold
}

#data li.entry,
#data ul .location {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed #666
}

#data.row>div {
    border-top: 1px black dashed;
    padding-top: 10px;
    margin-top: 10px
}

@media(max-width:767px) {
    #data.row>div:nth-child(1) {
        border-top: 0;
        padding-top: 0;
        margin-top: 0
    }

    #data.row>div:nth-child(n+1) {
        clear: both
    }
}

@media(min-width:768px) and (max-width:991px) {

    #data.row>div:nth-child(1),
    #data.row>div:nth-child(2) {
        border-top: 0;
        padding-top: 0;
        margin-top: 0
    }

    #data.row>div:nth-child(2n+1) {
        clear: both
    }
}

@media(min-width:992px) {

    #data.row>div:nth-child(1),
    #data.row>div:nth-child(2),
    #data.row>div:nth-child(3) {
        border-top: 0;
        padding-top: 0;
        margin-top: 0
    }

    #data.row>div:nth-child(3n+1) {
        clear: both
    }
}

input#location,
input#locationSimple {
    height: 34px;
    background-color: white;
    border: 1px solid #e5e5e5;
    padding: 0 20px
}

input#locationSimple::-webkit-input-placeholder,
input#locationSimple:-moz-placeholder,
input#locationSimple::-moz-placeholder,
input#locationSimple:-ms-input-placeholder,
{
color: #777
}

#directions>span>label>input {
    display: inline-block;
    width: 80% !important
}

#directions {
    margin-top: 25px
}

#content img.adp-marker {
    margin-bottom: 0
}

td.adp-text {
    padding-left: 20px
}

table.adp-directions {
    width: 100%
}

#colorbox,
#colorbox *,
#colorbox *::before,
#colorbox *::after {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important
}

@media all and (max-width:767px) {
    #map_canvas {
        height: 480px
    }

    #directions input#to {
        width: 180px !important;
        position: relative;
        left: 20px
    }

    #directions>span>label>input#from {
        width: 180px !important;
        position: relative;
        left: 3px
    }

    input.directionsBtn {
        position: relative;
        left: 45px
    }

    label[for='to'],
    #directions>span {
        display: block;
        width: 100% !important
    }
}

@media all and (max-width:480px) {
    #map_canvas {
        height: 400px
    }
}

@media all and (max-width:320px) {
    #map_canvas {
        height: 280px
    }
}

.Force-Visible {
    display: block !important
}

.AdvancedFilterToggle {
    margin: 15px 0
}

.AdvancedFilterToggle i.fa {
    font-size: 16px
}

.mainSubmitBtn .btn.btn-danger,
.RepBottomNote .btn.btn-danger {
    width: 100%;
    font-size: 18px;
    padding: 11px 12px
}

.RepBottomNote .btn.btn-danger {
    width: inherit;
    padding: 7px 43px;
    font-size: 14px
}

.LookingForRepOutside .RepBottomNote {
    border-top: 1px solid #ddd;
    padding-top: 15px
}

.map-container-container {
    margin-bottom: 20px
}

#content #BrandTab .row {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

@media(max-width:767px) {
    #map_canvas {
        margin-top: 15px
    }
}

#locationOptions input[type='text'] {
    width: 100%
}

#locationOptions input[type='button'] {
    margin-top: 20px
}

.ColdLocationInputs>div {
    margin-bottom: 15px
}

.ColdLocationInputs #submitButton {
    margin-top: 18px;
    background-color: #c8102e;
    border-color: #c8102e
}

.ColdLocationInputs #submitButton:hover {
    background-color: #c8102e;
    border-color: #c8102e
}

#advancedImage,
#locationImage,
#salesResultsSymbol {
    float: right
}

#advancedOptions input {
    margin-right: 10px
}

.ErrorLabel {
    color: #c8102e
}

.tab-content.forceActive>.tab-pane {
    display: block !important
}

.tab-to-page-spacer {
    clear: both;
    padding-top: 25px
}

.btn.btn-danger.MtwRed {
    background-color: #c8102e;
    border-color: #c8102e
}

.btn.btn-danger.MtwRed:hover {
    background-color: #c8102e;
    border-color: #c8102e
}

#slider-footer,
.cleaning-block-one h3,
#content.index-default .container,
#events-list,
.events-list {
    margin-top: 32px
}

#events-list .event-list-item h3,
.events-list .event-list-item h3 {
    color: #c8102e;
    font-size: 18px;
    font-weight: 400;
    padding-top: 30px
}

.WhiteListTextbox {
    background-color: white;
    border: 1px solid #e5e5e5;
    padding: 7px 20px;
    color: #333
}

#searchform .btn,
#header-main .main-menu li a:hover,
#header-main .main-menu li.current-menu-item a,
#breadcrumb-main .breadcrumb a,
#slider-main .slider-link:hover,
#slider-main-v3 .slider-link:hover,
#content.index-default .wp-pagenavi a {
    color: #c8102e
}

#product-list .product-list-item a:hover,
#content .video-list .video-list-item a:hover,
#content.index-default article p a:hover,
#events-list p a:hover,
.events-list p a:hover,
#product-content .tab-content .product-video a:hover,
#product-content .tab-content .product-document a:hover,
#product-related-items .related-item:hover,
#footer-back-to-top a:hover {
    color: #c8102e;
    text-decoration: none
}

.global-container>div {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:768px) {
    .global-container>div {
        width: 750px
    }
}

@media(min-width:992px) {
    .global-container>div {
        width: 970px
    }
}

@media(min-width:1200px) {
    .global-container>div {
        width: 1170px
    }
}

.global-container>div[id='banner-main'],
.global-container>div[id='BrandsCarouselLabel'] {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0
}

.global-container>div[id='banner-main'] {
    max-width: 1170px
}

.global-container>div[id='banner-main'] .banner-wrap.rotation>div {
    padding-left: 0;
    padding-right: 0
}

.banner-wrap .cycle-slide {
    padding: 0
}

.langselector {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block
}

.langselector ul {
    margin-top: 0;
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 1px solid #b6cad9;
    border-top: 1px dotted #b6cad9
}

.langselector li {
    float: left;
    padding: 0;
    width: 150px;
    white-space: nowrap;
    background-color: #ecf4f9
}

.langselector .lifirst {
    background-position: right center
}

.langselector li .first {
    border: 1px solid #b6cad9
}

.langselector li:hover .first {
    border: 1px solid #b6cad9;
    border-bottom: 1px solid transparent
}

.langselector a {
    background-repeat: no-repeat;
    background-position: 3px center;
    padding: 2px;
    text-align: left;
    padding-left: 23px;
    display: block;
    min-height: 16px;
    text-decoration: none
}

.langselector ul a:hover {
    background-color: #b6cad9
}

.langselector li:hover ul {
    visibility: visible;
    background-color: #ecf4f9;
    padding: 0;
    margin: 0
}

.langselector li li {
    float: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 148px
}

.langselector {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block
}

.langselector ul {
    margin-top: 0;
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 1px solid #b6cad9;
    border-top: 1px dotted #b6cad9
}

.langselector li {
    float: left;
    padding: 0;
    width: 150px;
    white-space: nowrap;
    background-color: #ecf4f9
}

.langselector .lifirst {
    background-position: right center
}

.langselector li .first {
    border: 1px solid #b6cad9
}

.langselector li:hover .first {
    border: 1px solid #b6cad9;
    border-bottom: 1px solid transparent
}

.langselector a {
    background-repeat: no-repeat;
    background-position: 3px center;
    padding: 2px;
    text-align: left;
    padding-left: 23px;
    display: block;
    min-height: 16px;
    text-decoration: none
}

.langselector ul a:hover {
    background-color: #b6cad9
}

.langselector li:hover ul {
    visibility: visible;
    background-color: #ecf4f9;
    padding: 0;
    margin: 0
}

.langselector li li {
    float: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 148px
}

#regionalSiteSelector {
    min-width: 200px;
    margin-top: 6px
}

#regionalSiteSelector {
    display: none
}

#regionalSiteSelectorMobile {
    display: none
}

#regionalSiteSelector select,
#regionalSiteSelectorMobile select {
    border-radius: 3px;
    padding: 4px;
    margin: 9px
}

#regionalSiteSelectorMobile .page.group>.pageContainer>.content {
    padding-left: 30px !important;
    font-size: 18px
}

#regions {
    color: #777
}

#regions .CurrentRegionSet>.RegionName {
    font-weight: bold
}

#regionsMobile .CurrentRegionSet>a>span>.content>.RegionName {
    font-weight: bold !important
}

#regions .regionselector ul,
#language .langselector ul {
    background-color: #efefef;
    border: 1px solid #ddd
}

#regions .CategoryType_regions>ul {
    display: block;
    overflow-y: auto;
    max-height: 250px;
    overflow-x: hidden
}

#regions .CategoryType_megaregion>ul {
    border: 0 none;
    list-style: outside none none;
    margin: 0;
    padding-left: 15px
}

#regions .regionselector .lifirst ul li>span {
    background-image: none !important;
    padding: 4px 0 4px 15px;
    display: inline-block
}

#regions .CategoryType_region>ul {
    display: none
}

#regions .CategoryType_regions ul.visible.visible {
    display: block
}

#regions .CategoryType_regions ul {
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0
}

#regions .CategoryType_regions ul li {
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0
}

#regions .CategoryType_regions ul li {
    background-color: white
}

#regions .regionselector ul {
    position: static
}

#regions .regionselector>li>ul ul {
    border: 0 none;
    margin: 0;
    padding: 0;
    position: static
}

#regions .regionselector>li>ul {
    left: 15px;
    margin-left: 0;
    position: absolute !important
}

#regions .regionselector ul li>span.ToggleRegions {
    background-image: url("/Media/Global/Images/language-arrow.png") !important;
    background-position: right -2px top 0;
    height: 15px;
    margin-top: 5px;
    position: absolute;
    right: 7px;
    text-align: right
}

#regions .CategoryType_regions:hover,
#regions .CategoryType_region:hover {
    background-color: #c8102e;
    color: white;
    cursor: pointer
}

#regions .CategoryType_regions:hover .CategoryType_region:hover {
    background-color: white !important;
    color: #777;
    cursor: pointer;
    font-weight: bold
}

#regions .CategoryType_regions:hover .CategoryType_region {
    color: #777
}

#regions .CategoryType_regions.Expanded {
    background-color: #c8102e;
    color: white
}

#regions .CategoryType_regions.Expanded li {
    color: grey
}

#regions .regionselector ul li:hover>span.ToggleRegions,
#regions .regionselector ul li.Expanded>span.ToggleRegions {
    background-image: url("/Media/Global/Images/language-arrow-white.png") !important
}

#regions .CategoryType_regions>ul {
    display: none
}

#regions .CategoryType_regions.Expanded>ul {
    display: block
}

#regions .CategoryType_megaregion>span {
    font-weight: bold
}

#regions .regionselector>li>ul>li>ul>li>span.RegionName {
    padding-left: 30px
}

#regions .regionselector>li>ul>li>ul>li>ul>li>span.RegionName {
    padding-left: 45px
}

#regions .regionselector li {
    width: 225px
}

#regions .regionselector li li {
    width: 223px
}

#regions .CategoryType_regions.Expanded>ul::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid #c8102e;
    content: " ";
    height: 0;
    left: 15px;
    position: absolute;
    width: 0
}

#regionsMobile .CategoryType_regions .CollapsibleNavigation::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid #c8102e;
    content: " ";
    height: 0;
    left: 15px;
    position: absolute;
    width: 0
}

#regionsMobile .CategoryType_megaregion>a {
    cursor: default
}

#regionsMobile .CategoryType_regions .CategoryType_region {
    background-color: white
}

#regionsMobile .CategoryType_regions .CategoryType_region>a .pageContainer:hover {
    background-color: white;
    font-weight: bold
}

#regionsMobile .CategoryType_regions .CategoryType_region .content {
    color: #999
}

#regionsMobile .CategoryType_regions .CategoryType_region .content:hover {
    color: #999
}

.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 0 !important
}

#searchform .form-group {
    position: relative;
    width: 0 !important
}

#searchform #TopSearchBox {
    position: absolute;
    right: 0;
    top: -17px
}

#header-navbar .dropdown-toggle span.visible-xs {
    float: left;
    margin-right: 8px
}

#header-main .main-menu-home {
    display: block;
    height: 89px;
    width: 260px;
    margin: 0 auto
}

#header-main .main-menu-home img {
    border: medium none;
    display: block;
    height: auto;
    width: 260px
}

#header-main .main-menu-wrap {
    float: right;
    margin-top: 38px
}

#header-main .main-menu {
    float: left;
    margin: 0;
    padding: 0
}

#header-main .main-menu li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 6px 0
}

#header-main .main-menu li a {
    border-right: 1px solid #000;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 12px
}

#header-main .main-menu.bottom li:last-child a {
    border: medium none;
    margin-right: 0
}

#header-main .main-menu-mobile-wrap {
    margin: 30px 0 0
}

#header-main .main-menu.bottom>ul {
    padding-left: 0
}

@media screen and (max-width:768px) {

    #header-main .main-menu-home,
    #header-main .main-menu-home img {
        height: auto;
        width: auto;
        margin: 0 auto;
        float: none
    }
}

#banner-main,
.banner-slider {
    margin-bottom: 12px;
    position: relative
}

#banner-main .banner-nav,
.banner-slider .banner-nav {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 1000
}

#banner-main .banner-nav a,
.banner-slider .banner-nav a {
    background: url('/Media/Global/Images/banner-nav.png') repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 16px;
    width: 16px;
    margin: 0 7px 0 0
}

#banner-main .banner-nav a:hover,
#banner-main .banner-nav a.active,
.banner-slider .banner-nav a:hover,
.banner-slider .banner-nav a.active {
    background-position: -16px 0
}

#banner-main .banner-large,
#banner-main .banner-medium,
#banner-main .banner-small,
.banner-slider .banner-large,
.banner-slider .banner-medium,
.banner-slider .banner-small,
#slider-main .slider-item a.slider-image img,
#slider-main-v3 .slider-item a.slider-image img,
#content .block .block-image,
#content.page-retrofit-customer #retrofit-customer-block-three img.retrofit-customer-slider-image {
    display: block;
    height: auto;
    width: 100%
}

#product-header .banner-large,
#product-header .banner-medium,
#product-header .banner-small {
    display: block;
    width: auto;
    max-height: 350px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

#banner-main .jwplayer {
    height: 420px !important
}

@media all and (max-width:991px) {
    #banner-main .jwplayer {
        height: 260px !important
    }
}

@media all and (max-width:479px) {
    #banner-main .jwplayer {
        height: 300px !important
    }
}

@media all and (max-width:320px) {
    #banner-main .jwplayer {
        height: 229px !important
    }
}

#banner-main,
.banner-slider {
    margin-bottom: 25px
}

#product-header h2 {
    margin-top: 0;
    padding-left: 20px;
    padding-top: 0
}

#product-header .description {
    padding-left: 20px
}

.assetLink>img {
    height: auto;
    width: 100%;
    border: 1px solid #ccc;/
}

#product-header #banner-main .banner-nav {
    bottom: -20px;
    position: absolute;
    right: auto;
    text-align: center;
    top: auto;
    width: 100%;
    z-index: 1000
}

#product-header #banner-main .banner-nav a {
    display: inline-block;
    float: none
}

#product-header #banner-main .banner-nav {
    bottom: -20px;
    position: absolute;
    right: auto;
    text-align: center;
    top: auto;
    width: 100%;
    z-index: 1000
}

#product-header .product-header-content header h1 {
    font-size: 24px;
    font-weight: 400;
    margin: 48px 0 32px
}

#product-header .product-header-content header i {
    color: #c8102e;
    font-size: 16px;
    line-height: 24px
}

#product-header .product-header-content h2 {
    color: #c8102e;
    font-size: 20px;
    font-weight: 400
}

#product-header .product-header-content p {
    line-height: 20px;
    margin: 0 0 20px 16px
}

@media all and (max-width:767px) {
    #product-header #banner-main {
        margin-bottom: -30px
    }

    #product-header .banner-wrap img {
        padding-bottom: 0
    }
}

.featureList.Accessory {
    padding: 10px 0
}

@media all and (max-width:767px) {
    .featureList.Accessory {
        border-bottom: 1px solid #eaeaea !important
    }
}

#product-content {
    margin-top: 18px
}

#product-content .tab-content h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 32px 0 18px
}

#product-content .tab-content p {
    line-height: 20px;
    margin-bottom: 18px
}

.spec-table {
    width: 100%
}

#product-content .tab-content table.spec-table td.spec-title,
#product-content .tab-content table.spec-table td.spec-name,
#product-content .tab-content table.spec-table td.spec-value {
    padding-bottom: 6px;
    padding-top: 6px;
    vertical-align: top
}

#product-content .tab-content td.spec-value {
    text-align: right
}

#product-content .tab-content table.spec-table td.spec-name {
    padding-right: 12px;
    width: 60%
}

#product-content .certification img {
    width: 30px;
    max-height: 30px;
    height: auto
}

#product-content .certification {
    display: inline-block;
    padding: 0 5px
}

#product-content .tab-content .product-document {
    text-align: center
}

#product-content .tab-content .product-video img {
    width: 100%
}

#product-content .tab-content .product-document img {
    width: 40%;
    margin: 0 auto
}

#product-content .tab-content .product-video h3,
#product-content .tab-content .product-document h3 {
    margin: 18px 0 12px
}

#product-content .tab-content .product-award h3 {
    color: #000;
    font-weight: 700;
    margin: 0 0 32px
}

#product-related .related-tabs {
    margin-bottom: 18px
}

#product-related-items .related-item {
    color: #000;
    display: block;
    height: auto;
    width: 100%
}

#product-related-items .related-item img {
    display: block;
    height: 160px;
    width: auto;
    margin: 0 auto;
    min-width: auto !important
}

#product-related-items .related-item h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 12px 0 0
}

#product-content ul {
    list-style: outside none none
}

#product-content>ul {
    padding-left: 0
}

#product-content li {
    padding: 2px 0
}

.spec-header strong {
    color: #c8102e
}

#product-content .row.docAssetType,
#product-content .row.vidAssetType {
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 35px
}

#product-content .row.docAssetType:last-child,
#product-content .row.vidAssetType:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

#product-content .row>.row.docAssetType:last-child,
#product-content .row>.row.vidAssetType:last-child {
    border-bottom: medium none !important
}

.Fractional .top {
    font-size: 66%;
    vertical-align: text-top;
    letter-spacing: -.15em;
    font-weight: bold
}

.Fractional .division {
    letter-spacing: -.1em;
    font-weight: bold
}

.Fractional .bottom {
    font-size: 66%;
    font-weight: bold;
    vertical-align: text-bottom
}

#product-content .featureList ul ul ul {
    list-style: outside none disc
}

.tab-content>div>div.loadmask-msg {
    margin-bottom: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #6593cf
}

#product-list-form-wrap .form-group>h3 {
    font-weight: bold
}

#product-list-form-wrap .form-group>ul {
    line-height: 25px;
    list-style-type: none
}

#product-list-form-wrap .form-group>ul input {
    margin-right: 10px
}

#ProductListingHolder .product-list-item {
    border-bottom: 1px solid #ccc;
    padding: 24px 0
}

#ProductListingHolder .product-list-item:last-child {
    border-bottom: 0
}

#ProductListingHolder .product-list-item:first-child {
    padding-top: 0
}

#ProductListingHolder .product-list-item .productListImage a {
    color: #000;
    display: block;
    font-size: 16px;
    text-align: center
}

#ProductListingHolder .product-list-item .productListImage a:hover {
    color: #c8102e;
    text-decoration: none
}

#product-list-form-wrap {
    background: none repeat scroll 0 0 #f5f5f5;
    margin-bottom: 32px;
    margin-top: 0;
    padding: 18px;
    position: relative
}

#ProductListingHolder h3 {
    line-height: 24px;
    color: #c8102e
}

#ProductListingHolder .col-sm-4 {
    text-align: center
}

#content #ProductListingHolder img {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0
}

#content #product-content>div .row {
    border-bottom: 0 none
}

#ProductListingHolder .productListDetails h4 {
    margin-top: -10px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #1b2a39 !important;
    font-style: italic
}

#content .CompactListing .ProductListingContainer h3 {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-size: 14px
}

#content .CompactListing .ProductListingContainer p {
    display: none
}

#content .CompactListing .ProductListingContainer #ProductListingHolder .product-list-item {
    padding-bottom: 0;
    border-bottom: none;
    padding: 2px
}

.owl-item img.lazy {
    min-width: 90%
}

#slider-main .slider-item,
#slider-main-v3 .slider-item,
.owl-slider-container .slider-item {
    margin: 0 15px
}

#slider-footer h3,
.owl-slider-container h3 {
    color: #c8102e;
    font-size: 22px;
    font-weight: normal;
    margin-top: 0
}

#slider-main .slider-item a.slider-title,
#slider-main-v3 .slider-item a.slider-title,
.owl-slider-container .slider-item a.slider-title {
    color: #e52100;
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 20px 0 10px
}

#slider-main .slider-item,
#slider-main-v3 .slider-item,
.owl-slider-container .slider-item {
    margin: 0 15px
}

#slider-main .slider-item h2,
#slider-main-v3 .slider-item h2,
.owl-slider-container .slider-item h2 {
    color: #c8102e;
    font-size: 24px;
    font-weight: 400;
    text-align: center
}

#slider-main .slider-item p,
#slider-main-v3 .slider-item p,
.owl-slider-container .slider-item p {
    line-height: 20px;
    text-align: center
}

#slider-main .slider-link,
#slider-main-v3 .slider-link,
.owl-slider-container .slider-link {
    color: #ccc;
    display: block;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    margin: 24px 0 0
}

.ItemGrid .GridItem {
    margin-bottom: 30px
}

.ItemGrid .GridItem a.slider-title {
    color: #e52100;
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 20px 0 10px
}

.ItemGrid .GridItem h2 {
    color: #c8102e;
    font-size: 24px;
    font-weight: 400;
    text-align: center
}

.ItemGrid .GridItem p {
    line-height: 20px;
    text-align: center
}

.ItemGrid .slider-link-grid {
    color: #ccc;
    display: block;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    margin: 24px 0 0
}

@media all and (min-width:992px) {
    .ItemGrid .Divider:nth-child(6n) {
        clear: both
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .ItemGrid .Divider:nth-child(4n) {
        clear: both
    }
}

#breadcrumb-main .breadcrumb {
    border-radius: 0;
    color: #777
}

#content #breadcrumb-main .breadcrumb h1 {
    color: #777;
    font-size: 14px;
    margin: 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #000;
    color: #fff
}

.nav-tabs>li>a {
    background: none repeat scroll 0 0 #ccc;
    color: #000
}

.nav-tabs>li>a:hover {
    background-color: #bbb;
    color: #000
}

.tab-content>div>div,
.PrimaryStory .StoryContent>div.row {
    border-bottom: 1px solid #ccc;
    margin-bottom: 28px;
    padding-bottom: 32px
}

.tab-content>div>div:last-child,
.PrimaryStory .StoryContent>div.row:last-child {
    border-bottom: 0
}

.tab-content>div.NoHorizontalRules>div {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 20px
}

#content {
    padding: 20px 0
}

#slider-main,
#slider-main-v3 {
    padding: 40px 0 32px
}

#slider-main.BorderBottom {
    border-bottom: 1px solid #ccc
}

#content article {
    border-top: 1px solid #ccc;
    padding: 18px 0
}

#content article h3 {
    color: #c8102e !important;
    font-size: 20px !important;
    font-weight: normal !important;
    margin-top: 18px !important
}

#content article .SearchlearnmoreLink a {
    color: #000
}

#content article .SearchlearnmoreLink a:hover {
    color: #c8102e
}

#content article p {
    line-height: 20px;
    margin-bottom: 20px
}

#content .wp-pagenavi {
    border-top: 1px solid #ccc;
    margin-top: 32px;
    padding-top: 24px
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #bfbfbf;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none
}

.wp-pagenavi span.current {
    font-weight: bold
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #000
}

.wp-pagenavi a {
    color: #c8102e
}

#footer-back-to-top {
    margin: 12px;
    text-align: right
}

#footer-back-to-top a {
    color: #333
}

#footer-back-to-top a:hover {
    color: #e52100;
    text-decoration: none
}

#footer-main {
    background-color: #f8f8f8;
    margin-bottom: 12px;
    padding: 16px 0 0 0
}

#footer-main .row {
    margin-left: 0;
    margin-right: 0
}

#footer-main h3 {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 6px;
    margin-left: 19px;
    width: 200px
}

#footer-main .footer-menu li {
    list-style-type: none;
    margin: 10px 0
}

#footer-main .footer-menu li:last-child {
    margin-bottom: 5px
}

#footer-main .footer-menu li a {
    color: #777;
    display: block;
    font-size: 12px;
    line-height: 16px
}

#footer-main .footer-menu li a:hover {
    color: #333;
    text-decoration: none
}

#footer-social {
    background-color: #f8f8f8;
    margin-bottom: 18px
}

#footer-social .footer-menu-social li {
    float: left;
    list-style-type: none;
    margin: 0
}

#footer-social .footer-menu-social li a {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 48px;
    width: 48px
}

#footer-social .footer-menu-social li a:hover {
    background-position: -48px 0
}

#footer-social .footer-menu-social li a.facebook {
    background-image: url(/Media/Global/Images/footer-social-facebook.png)
}

#footer-social .footer-menu-social li a.twitter {
    background-image: url(/Media/Global/Images/footer-social-twitter.png)
}

#footer-social .footer-menu-social li a.youtube {
    background-image: url(/Media/Global/Images/footer-social-youtube.png)
}

#footer-social .footer-menu-social li a.xing {
    background-image: url(/Media/Global/Images/footer-social-xing.png)
}

#footer-social .footer-menu-social li a.linkIn {
    background-image: url(/Media/Global/Images/footer-social-linkedin.png)
}

.footer-menu-social li {
    float: left;
    list-style-type: none;
    margin: 0
}

.footer-menu-social li:hover a {
    color: #c8102e;
    text-decoration: none
}

.footer-menu-social li a img.HoverImage {
    display: none
}

.footer-menu-social li:hover a img.PrimaryImage {
    display: none
}

.footer-menu-social li:hover a img.HoverImage {
    display: block
}

.footer-menu-social img {
    max-height: 30px;
    margin: 8px 10px 0 10px
}

#content #footer-copyright {
    padding-bottom: 24px
}

#footer-copyright-left,
#footer-copyright,
#footer-copyright a {
    color: #777;
    font-size: 11px
}

#footer-copyright a:hover {
    color: #333;
    text-decoration: none
}

#footer-copyright .footer-copyright-left {
    text-align: left
}

#footer-copyright .footer-copyright-right {
    text-align: right
}

.docAsset .selectize-input,
.imgAsset .selectize-input,
.vidAsset .selectize-input {
    padding: 5px 8px
}

.docAsset {
    padding: 10px 0
}

.docAsset input {
    width: 100%
}

#content .docAsset h2 {
    margin-top: 0
}

input.FlatGrey {
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    color: #777
}

.assetTool fieldset select,
.assetTool input {
    margin-bottom: 10px;
    width: 100%
}

#assetText {
    height: 38px
}

.assetTool {
    background-color: #f5f5f5;
    padding: 15px 0;
    margin: 15px 0
}

.assetTool legend {
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: medium none
}

.btnGetAssetsButton {
    height: 38px;
    border-radius: 3px;
    position: relative;
    top: 30px
}

.assetTool .row,
.assetTool .row .col-sm-12 {
    margin-bottom: 15px
}

#content ul.FancyList.WhiteList {
    background-color: white;
    background-url:
}

#content ul.FancyList.WhiteList li:hover {
    color: white
}

.TypeHeader {
    border-top: 1px solid #777;
    font-weight: bold
}

#ConvothermAgreementButton,
#ConvothermServiceAgreementButton {
    background-color: #444;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
    padding: 5px 10px;
    cursor: pointer
}

.optiontype_img {
    display: none !important
}

@media(min-width:768px) {

    .docAsset .col-sm-1,
    .docAsset .col-sm-2,
    .docAsset .col-sm-3,
    .docAsset .col-sm-4,
    .docAsset .col-sm-5,
    .docAsset .col-sm-6,
    .docAsset .col-sm-7,
    .docAsset .col-sm-8,
    .docAsset .col-sm-9,
    .docAsset .col-sm-10,
    .docAsset .col-sm-11,
    .docAsset .col-sm-12 {
        padding-left: 5px;
        padding-right: 5px
    }

    .docAsset>div:first-child {
        padding-left: 15px
    }

    .docAsset>div.last-child {
        padding-right: 15px
    }
}

@media(min-width:768px) {
    #header-main .main-menu-home {
        float: left
    }
}

@media(min-width:768px) and (max-width:991px) {
    #header-main .main-menu-wrap {
        float: none;
        margin: 0 !important
    }

    #header-main .main-menu {
        float: right;
        clear: right
    }

    #header-main .main-menu.top {
        margin-top: 23px
    }

    #header-main .main-menu.top li:last-child a {
        border: medium none;
        margin-right: 0
    }
}

@media all and (max-width:767px) {

    #header-main .main-menu-home,
    #header-main .main-menu-home img {
        height: 75px;
        width: 220px
    }
}

@media all and (max-width:479px) {

    #banner-main .banner-large,
    #banner-main .banner-medium,
    .banner-slider .banner-large,
    .banner-slider .banner-medium {
        display: none !important
    }

    #banner-main .banner-small,
    .banner-slider .banner-small {
        display: block !important
    }
}

@media all and (min-width:480px) and (max-width:991px) {

    #banner-main .banner-large,
    #banner-main .banner-small,
    .banner-slider .banner-large,
    .banner-slider .banner-small {
        display: none !important
    }

    #banner-main .banner-medium,
    .banner-slider .banner-medium {
        display: block !important
    }
}

@media all and (min-width:992px) {

    #banner-main .banner-medium,
    #banner-main .banner-small,
    .banner-slider .banner-medium,
    .banner-slider .banner-small {
        display: none !important
    }

    #banner-main .banner-large,
    .banner-slider .banner-large {
        display: block !important
    }
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, .06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #fff
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 14px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0
}

.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none !important
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10001;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
    padding: 5px 8px
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}

.selectize-input.items .TypeHeader {
    border-top: 0
}

select.preSelectize {
    width: 100%;
    height: 38px;
    border: 1px solid lightgrey;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #777;
    font-size: 14px
}

.ImitateSelectize {
    height: 38px;
    border: 1px solid lightgrey;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #777;
    font-size: 14px
}

input.ImitateSelectize {
    padding: 0 20px;
    height: 36px
}

.ImitateSelectize:focus {
    outline: none
}

.selectize-control.single .selectize-input:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    display: block;
    position: absolute;
    top: 35%;
    right: 25px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-width: 0 0 0 0;
    color: #777;
    cursor: pointer
}

.selectize-control.single .selectize-input.dropdown-active:after {
    content: '';
    border-with: 0 0 0 0;
    margin-top: -4px;
    border-width: 0;
    border-color: transparent
}

.selectize-dropdown-content .option:hover {
    background-color: #c8102e;
    color: white
}

.selectize-dropdown-content .option {
    padding: 7px 0 7px 20px !important;
    font-size: 14px;
    color: #777
}

.selectize-input>div.item {
    color: #777;
    font-size: 14px;
    padding-left: 5px
}

.selectize-input>input[type="text"]::-webkit-input-placeholder {
    color: #777;
    font-size: 14px;
    padding-left: 5px
}

.selectize-input>input[type="text"]::-moz-placeholder {
    color: #777;
    font-size: 14px;
    padding-left: 5px
}

.selectize-input>input[type="text"]:-ms-input-placeholder {
    color: #777;
    font-size: 14px;
    padding-left: 5px
}

.selectize-input>input[type="text"]:-moz-placeholder {
    color: #777;
    font-size: 14px;
    padding-left: 5px
}

.selectize-control.multi .selectize-input>div {
    background-color: #c8102e;
    color: white;
    border-radius: 5px
}

.selectize-control.multi .selectize-input>div.active {
    background-color: red;
    color: white;
    border-radius: 5px
}

.EditMode #content div[contenteditable='true'] h1,
.EditMode #content div[contenteditable='true'] h2,
.EditMode #content div[contenteditable='true'] h3 {
    margin-top: 0 !important
}

.EditMode .cke_float {
    display: none
}

.CookieAcknowldegementContainer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: #000;
    box-shadow: 1px 1px 1px black;
    padding: 15px 0;
    z-index: 1001;
    font-size: 13px
}

.CookieAcknowldegementContainer a {
    text-decoration: underline;
    color: #379fef
}

.CookieAcknowldegementContainer .AcknowldgedButton {
    margin-left: 15px
}

.ConsentText {
    max-width: 80%;
    display: inline-block
}

.ConsentButtons {
    float: right;
    min-width: 20%;
    text-align: right
}

.ConsentButtons .btn {
    font-size: 13px;
    background-color: #008000;
    color: #fff;
    border: none;
    border-radius: unset;
    margin: 0 5px
}

.videoInline img {
    width: 100%
}

.GridItem img {
    width: 100%
}

.category-list-row {
    margin-top: -200px
}

.category-list {
    margin-bottom: 30px;
    background-color: white
}

.category-list .thumbnail-image {
    padding-bottom: 60%;
    background-size: contain;
    background-position: center;
    margin-bottom: 3px;
    background-repeat: no-repeat
}

.category-list .content-block {
    background-color: #f2f2f2;
    padding: 10px
}

.accessory-list {
    margin-left: 0;
    margin-right: 0;
    columns: 10px 2;
    column-gap: 20px
}

.accessory-banner {
    min-height: 600px;
    position: relative
}

.accessory-banner:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #020024;
    background: linear-gradient(65deg, rgba(2, 0, 36, 1) 0%, rgba(29, 133, 204, 1) 0%, rgba(3, 103, 142, 1) 14%, rgba(3, 103, 142, 0) 60%)
}

.accessory-banner .container {
    position: relative
}

.EditMode .accessory-banner:before {
    display: none
}

.category-list-text {
    position: absolute;
    top: 40px;
    left: 60px;
    min-width: 500px;
    color: white;
    font-weight: normal
}

.accessory-banner img {
    width: 100%;
    max-width: 100%
}

.EditMode .category-list-text {
    background-color: black
}

#content .category-list-text h2 {
    color: white
}

.accessory-filters>select {
    display: inline-block
}

.accessory-group {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;
    page-break-inside: avoid;
    break-inside: avoid-column
}

.accessory-group>div {
    background: #f5f5f5
}

.accessory-group-header {
    flex: 75%;
    color: white;
    font-weight: bold;
    padding-right: 20%;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px
}

.accessory-group-subheader {
    flex: 25%;
    background-color: grey;
    color: white;
    font-weight: bold;
    position: relative;
    z-index: 1
}

.accessory-header-parent {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    background-color: darkred;
    justify-content: center
}

.accessory-group-subheader>div {
    position: relative;
    transform: translate(0, -50%);
    top: 50%;
    text-align: right;
    padding-right: 15px
}

.accessory-group-subheader::before {
    content: "";
    background: grey;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    transform: skewX(50deg);
    z-index: -1
}

.accessory-flex {
    display: flex;
    background: darkred
}

.accessory-group-row {
    border: 1px solid #bbb;
    margin: 5px;
    padding-top: 15px;
    padding-bottom: 15px
}

.accessory-image,
.sub-accessory-group-image {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 75%;
    background-color: white
}

.accessory-group-row {
    padding: 15px
}

.sub-accessory-group-image-parent {
    padding-left: 0;
    padding-right: 0
}

.accessory-title {
    color: red
}

.category-list .CategoryTitle {
    text-align: center;
    font-weight: bold;
    font-size: 1.4em !important
}

.Accessory-Category-Header {
    padding-top: 15px
}

.Accessory-Filter select.form-control {
    width: auto
}

@media screen and (min-width:768px) {
    .category-list-row>div:nth-child(3n-2) {
        clear: both !important
    }
}

@media screen and (max-width:782px) {
    .category-list-row {
        margin-top: 20px
    }

    .accessory-banner {
        min-height: 0
    }

    .category-list-text {
        position: static;
        margin-top: 20px
    }
}

@media all and (max-width:782px) {
    .accessory-list {
        column-count: 1
    }
}

.sub-accessory-group .accessory-content {
    width: 100%
}

.sub-accessory-group .accessory-image-parent {
    display: none
}

.accessory-group-row .accessory-title {
    display: none
}

.accessory-group>.row {
    position: relative
}

#content .sub-accessory-group img {
    margin-top: 10px;
    margin-bottom: 10px
}

.sub-accessory-group-image {
    background-color: white
}

.sub-accessory-group {
    border: 1px solid darkgrey;
    margin: 5px
}

.sub-accessory-group>.sub-accessory-group-title-parent {
    padding-left: 0;
    padding-right: 0;
    background-color: white
}

.sub-accessory-group-title {
    padding: 5px 5px;
    color: red;
    font-weight: bold;
    font-size: 1.15em;
    background-color: white
}

.sub-accessory-group .accessory-group-row:after {
    content: "";
    border-bottom: 2px solid #bbb;
    position: relative;
    width: 95%;
    top: 15px;
    margin-left: auto;
    margin-right: auto
}

.sub-accessory-group .accessory-group-row:last-child:after {
    border-bottom: none
}

.sub-accessory-group .accessory-group-row {
    margin-left: 0;
    margin-right: 0;
    border: none;
    background-color: #f5f5f5;
    margin-bottom: 0;
    margin-top: 0
}

.sub-group-no-image .sub-accessory-group-title {
    margin-left: -15px;
    margin-right: -15px
}

.accessory-group-header.no-subtitle {
    flex: 100% !important;
    padding-right: 15px
}

.hidden {
    display: none !important
}

.mobileMenu {
    display: none
}

@media all and (max-width:767px) {
    .mobileMenu {
        display: block
    }
}

.mobileMenu {
    margin-left: auto;
    padding-left: 35px;
    padding-top: 3px;
    width: 80px
}

@media all and (max-width:767px) {
    .mobileMenu {
        padding-left: 15px
    }
}

.mobileMenu .toggleButton {
    background-image: url("/Media/Global/Modules/CollapsibleMenu/menu-icon.png");
    background-position: center center;
    background-size: contain;
    height: 34px;
    padding: 10px 0;
    width: 44px;
    margin: 5px
}

.mobileMenu .toggleButton.opened {
    background-image: url("/Media/Global/Modules/CollapsibleMenu/menu-icon-active.png")
}

.mobileMenu .expandable {
    background-image: url("/Media/Global/Modules/CollapsibleMenu/plus.png");
    background-size: contain;
    display: inline-block;
    left: -40px;
    top: -5px;
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 251
}

.mobileMenu .pageContainer:hover .expandable {
    background-image: url("/Media/Global/Modules/CollapsibleMenu/plus_hover.png")
}

.mobileMenu .opened .expandable {
    background-image: url("/Media/Global/Modules/CollapsibleMenu/minus.png")
}

.mobileMenu .opened:hover .expandable {
    background-image: url("/Media/Global/Modules/CollapsibleMenu/minus_hover.png")
}

.mobileMenu>ul.CollapsibleNavigation {
    background-color: #f8f8f8;
    border: 3px none #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, .2);
    left: 2%;
    list-style: none outside none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    position: absolute;
    width: 96%;
    z-index: 250;
    margin-top: 3px
}

.mobileMenu>ul.CollapsibleNavigation ul.CollapsibleNavigation {
    list-style: none outside none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    width: 100%;
    z-index: 250;
    margin-top: 3px
}


.mobileMenu .pageContainer {
    padding: 15px 0;
    width: 100%
}

.mobileMenu .mobileMenu li {
    border-top: medium none;
    font-weight: 400
}

.mobileMenu>ul>li:first-child>span.pageContainer {
    border-top: 0
}

.pageContainer:hover {
    background-color: #c8102e
}

.mobileMenu .expandableContainer {
    position: relative;
    width: 0;
    float: right
}

.mobileMenu .content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 45px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    text-align: left
}

.mobileMenu .pageContainer .content,
.mobileMenu .pageContainer .content a {
    color: #777
}

.mobileMenu .pageContainer:hover .content,
.mobileMenu .pageContainer:hover .content a {
    color: white
}

.mobileMenu ul.CollapsibleNavigation ul.CollapsibleNavigation .content {
    padding-left: 40px
}

.mobileMenu ul.CollapsibleNavigation ul.CollapsibleNavigation ul.CollapsibleNavigation .content {
    padding-left: 60px
}

.LeftMenu {
    margin-left: auto;
    margin-right: auto
}

.LeftMenu .toggleButton {
    background-image: url("/Media/Global/Modules/CollapsibleMenu/menu-icon.png");
    background-position: center center;
    background-size: contain;
    height: 80px;
    padding: 10px 0
}

.LeftMenu .toggleButton.opened {
    background-image: url("/Media/Global/Modules/CollapsibleMenu/menu-icon-active.png")
}

.LeftMenu .expandable {
    background-image: url("/Media/Global/Modules/CollapsibleMenu/left-nav-plus.png");
    background-size: contain;
    display: inline-block;
    height: 15px;
    left: -15px;
    position: relative;
    top: 3px;
    width: 15px;
    z-index: 5;
    cursor: pointer
}

.LeftMenu .opened .expandable {
    background-image: url("/Media/Global/Modules/CollapsibleMenu/left-nav-minus.png")
}

.LeftMenu>ul.CollapsibleNavigation {
    list-style: none outside none
}

.page.current>span {
    font-weight: 700
}

.LeftMenu .pageContainer {
    width: 100%
}

.LeftMenu .LeftMenu li {
    background: url("/Media/Global/Modules/CollapsibleMenu/dot_border_h.png") repeat-x scroll left top #f8f8f8;
    border-top: medium none;
    font-weight: 400
}

.LeftMenu>ul>li:first-child>span.pageContainer {
    border-top: 0
}

.LeftMenu .expandableContainer {
    position: relative;
    width: 0;
    float: right
}

.LeftMenu .content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.17em
}

#content-wrapper .LeftMenu .content a {
    color: #666
}

#content-wrapper .LeftMenu .current>span .content>a,
#content-wrapper .LeftMenu .content:hover>a {
    color: black
}

.LeftMenu ul.CollapsibleNavigation ul.CollapsibleNavigation .content {
    padding-left: 20px
}

.LeftMenu ul.CollapsibleNavigation ul.CollapsibleNavigation ul.CollapsibleNavigation .content {
    padding-left: 40px
}

.LeftMenu ul.CollapsibleNavigation ul.CollapsibleNavigation ul.CollapsibleNavigation ul.CollapsibleNavigation .content {
    padding-left: 60px
}

.LeftMenu ul.CollapsibleNavigation ul.CollapsibleNavigation ul.CollapsibleNavigation ul.CollapsibleNavigation ul.CollapsibleNavigation .content {
    padding-left: 80px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

#ImagePopOver {
    text-align: center
}

.WelbiltPopup {
    max-width: 90%;
    width: 620px;
    background: url(/Media/Global-Media/Manitowoc-Ice-3-003366-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border: 3px solid #c8102e;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    top: 50px
}

.WelbiltPopup>div {
    padding: 80px 10px 10px
}

.WelbiltPopup button {
    white-space: pre-wrap
}

-webkit-transform: translate(-50%, 0);

*/ .WelbiltPopup p {
    font-size: 20px;
    color: #c8102e;
}

#ImagePopOver .WelbiltPopup>button {
    position: absolute;
    top: 10px !important;
    right: 10px !important
}

.mfp-bg.WelbiltPopup-bg {
    opacity: .2
}

.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none
}

.xdsoft_datetimepicker button {
    border: none !important
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.xdsoft_noselect::selection {
    background: transparent
}

.xdsoft_noselect::-moz-selection {
    background: transparent
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
    display: none
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: .5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
    border-top-width: 0
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
    text-decoration: underline
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
    right: -7px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
    right: 2px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #fff;
    background: #ff8000
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding-right: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #3af
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
    background: #3af !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc
}

.xdsoft_scrollbar>.xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto
}

.xdsoft_scroller_box {
    position: relative
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, .506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
    border: 1px solid #333;
    background: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #000;
    background: #007fff
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #c50
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000 !important;
    background: #007fff !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333
}

.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
    background: #333 !important
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #ddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: "museo-sans", "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
    background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0)
}

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #fff));
    background: -webkit-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    background: -o-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    background: -ms-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    background: linear-gradient(to bottom, #f4f8fa 0%, #fff 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0)
}

@media all and (min-width:1200px) {
    .row-lg-equal-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media all and (min-width:992px) {
    .row-md-equal-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media all and (min-width:768px) {
    .row-sm-equal-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.row-xs-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media all and (min-width:1200px) {
    .row-lg-normal-height {
        display: block !important
    }
}

@media all and (min-width:992px) {
    .row-md-normal-height {
        display: block !important
    }
}

@media all and (min-width:768px) {
    .row-sm-normal-height {
        display: block !important
    }
}

.row-xs-normal-height {
    display: block !important
}

.EditMode div[class*='equal-height'],
.DesignMode div[class*='equal-height'] {
    display: block !important
}

.nav.navbar-nav>ul {
    float: left;
    list-style: outside none none;
    margin: 0
}

#searchsubmit {
    padding: 9px 12px
}

.navbar-nav li.navbar-navholder ul {
    float: left;
    margin: 0
}

.navbar-nav>li.navbar-navholder>ul>li {
    float: left
}

.nav>li.navbar-navholder>ul>li {
    display: block;
    position: relative
}

.navbar-navholder ul {
    float: left;
    margin: 0
}

.navbar-nav>li.navbar-navholder>ul>li>a {
    padding: 15px 15px;
    display: block;
    line-height: 20px;
    color: #777
}

*::before,
*::after {
    box-sizing: border-box
}

*::before,
*::after {
    box-sizing: border-box
}

.navbar-nav li.navbar-navholder ul {
    float: left;
    margin: 0
}

.navbar-navholder>ul {
    padding-left: 10px
}

.navbar-nav>li.navbar-navholder>ul>li>a:hover {
    color: #333
}

@media all and (max-width:767px) {
    .navbar-header {
        float: right !important
    }

    .navbar.navbar-default.navbar-fixed-top {
        position: relative
    }

    body {
        padding-top: 0
    }
}

.page.search .content {
    display: inline-block;
    width: 100%
}

.CollapsibleNavigation .form-group {
    padding-right: 18px;
    width: 100%
}

.page.search #searchsubmitMobile {
    height: 34px;
    padding: 6px 10px;
    position: absolute;
    right: 20px;
    top: 30px
}

.mobileMenu .page.search .pageContainer:hover {
    background-color: transparent
}

.page.search {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 15px
}

#regions .regionselector .lifirst,
#language .langselector .lifirst {
    background-image: url("/Media/Global/Images/language-arrow.png") !important;
    background-position: right top 1px
}

#regions .regionselector>li>a,
#language .langselector>li>a {
    background-image: none !important;
    height: 35px
}

#regions .regionselector ul,
#language .langselector ul {
    margin-left: 15px
}

#regions .regionselector .lifirst ul li a,
#language .langselector .lifirst ul li a {
    background-image: none !important;
    padding: 4px 0 4px 15px
}

#regions .regionselector .lifirst ul li a:hover,
#language .langselector .lifirst ul li a:hover {
    background-color: #c8102e;
    color: white
}

div.row>div.row {
    margin-left: 0;
    margin-right: 0
}

div.col-*>div.col-* {
    padding-left: 0;
    padding-right: 0
}

.anchortag {
    position: relative;
    top: -50px
}

.CMSBreadCrumbsLink,
.CMSBreadCrumbsCurrentItem {
    display: inline-block;
    padding: 0 10px
}

.breadcrumb>a:first-child {
    padding-left: 0
}

#regions .regionselector li .first,
#language .langselector li .first {
    border: none;
    color: #777
}

#regions .regionselector a,
#language .langselector a {
    padding: 0 0 0 30px;
    color: #777
}

#regions .regionselector ul,
#language .langselector ul {
    background-color: #efefef;
    border: 1px solid #ddd
}

#regions,
#language {
    padding-bottom: 15px;
    padding-top: 15px
}

#regions .regionselector>li,
#language .langselector>li {
    background-color: transparent
}

#regions .regionselector>li>a,
#language .langselector>li>a {
    background-image: none !important
}

#language .langselector>li>ul>li {
    background-color: #f8f8f8
}

#language .langselector>li>ul>li:hover {
    background-color: #dedede
}

#language .langselector>li>ul>li>a {
    color: #777
}

#regions .regionselector {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

#regions .regionselector li {
    float: left;
    padding: 0;
    white-space: nowrap
}

#regions .regionselector a {
    background-position: 3px center;
    display: block;
    min-height: 16px;
    text-align: left;
    text-decoration: none
}

#regions .regionselector ul {
    list-style-type: none;
    padding: 0;
    position: absolute;
    visibility: hidden
}

#regions .regionselector li:hover ul {
    visibility: visible
}

#regions .regionselector li li {
    border: medium none;
    float: none;
    margin: 0;
    padding: 0
}

#regions .regionselector a {
    background-position: 3px center;
    display: block;
    min-height: 16px;
    text-align: left;
    text-decoration: none
}

.product-accessory-item {
    padding: 24px 0;
    border-bottom: 1px solid #ccc
}

@media all and (max-width:767px) {
    .main-menu-wrap {
        display: none
    }

    .collapse.navbar-collapse {
        display: none !important
    }
}

#content .tab-pane>div.row,
#content>div.row,
#content .newscontent>div.row,
#content .newscontent>div[data-template="StrippedNewsContent"]>div.row {
    border-bottom: 1px solid #ddd;
    margin-bottom: 38px;
    padding-bottom: 32px
}

#content .tab-pane.NoHorizontalRules>div.row {
    border-bottom: 0
}

#content .tab-pane>div.row:last-child,
#content>div.row:last-child,
#content .newscontent>div.row:last-child,
#content .newscontent>div[data-template="StrippedNewsContent"]>div.row:last-child {
    border-bottom: 0
}

#content h1 {
    font-size: 24px;
    margin-bottom: 15px;
    padding-top: 0
}

#content h2 {
    font-size: 24px;
    margin-bottom: 15px;
    padding-top: 0
}

#content h3 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-top: 0
}

#content h3 .SubTitle {
    display: block;
    font-size: small;
    margin-top: 5px
}

.nav-tabs>li.active.forceInactive>a {
    background: none repeat scroll 0 0 #ccc;
    color: #000;
    cursor: pointer
}

.nav-tabs>li.active.forceInactive>a:hover,
.nav-tabs>li.active.forceInactive>a:focus {
    background-color: #bbb;
    color: #000
}

#content img {
    max-width: 100%;
    margin-bottom: 20px;
    height: auto !important
}

#content .block-image {
    width: 100% !important
}

#content .slider-item img {
    width: 100% !important
}

@media only screen and (max-width:767px) {
    #content .block-image {
        margin-left: 25% !important;
        width: 50% !important
    }

    #content div[class*='-xs-']>.block-image {
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 100% !important
    }
}

#content .banner-wrap img {
    padding-bottom: 0
}

.tab-content {
    padding-top: 35px
}

#content .docAsset .assetLink>img {
    max-width: 100px
}

#content .assetLink.Video>img {
    max-width: 100%
}

#content .vidAsset {
    margin-bottom: 40px
}

#content .vidAsset h3 {
    margin-top: 5px
}

.assetTitle {
    height: 55px;
    max-height: 55px;
    overflow: hidden;
    vertical-align: top
}

@media all and (max-width:1199px) and (min-width:992px) {
    .assetTitle {
        font-size: 16px;
        height: 35px;
        max-height: 35px
    }
}

@media all and (max-width:991px) and (min-width:768px) {
    .assetTitle {
        font-size: 12px;
        height: 27px;
        max-height: 27px
    }
}

.assetbuttons span {
    font-size: small;
    padding-left: 5px
}

.assetbuttons .assetLink {
    font-size: 28px;
    margin: 4px;
    text-align: center;
    width: 100%
}

.assetLink {
    color: #c5c5c5
}

@media(max-width:991px) {
    .assetbuttons .assetLink {
        font-size: 21px;
        margin: 3px
    }
}

@media(max-width:767px) {
    .assetbuttons .assetLink {
        font-size: 28px;
        margin: 4px
    }

    .row.docAsset>div {
        text-align: center
    }
}

.searchBox {
    background: none repeat scroll 0 0 #f5f5f5;
    margin-bottom: 30px;
    padding: 12px 30px
}

.searchBox .view-all {
    color: #050000;
    display: inline-block;
    line-height: 35px;
    text-decoration: none;
    vertical-align: top
}

.searchBox .view-all i {
    color: #ccc;
    display: inline-block;
    font-size: 28px;
    margin-left: 16px;
    vertical-align: middle
}

.searchBox span.border-right {
    background: none repeat scroll 0 0 #000;
    display: inline-block;
    height: 31px;
    margin: 0 20px 0 37px;
    vertical-align: top;
    width: 1px
}

.searchBox .one {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    width: 201px
}

.searchBox button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #050000;
    font-size: 15px;
    margin: 3px 0 0 20px
}

.searchBox button i {
    color: #ccc;
    display: inline-block;
    font-size: 28px;
    margin-left: 10px;
    vertical-align: middle
}

.searchBox select {
    color: #000;
    cursor: pointer
}

.newscontent {
    padding-top: 48px
}

.newscontent.enews {
    padding-top: 25px
}

.newsrelated {
    color: #be2026
}

#content .enews h1 {
    color: #be2026;
    font-size: 30px
}

#content .SecondaryStories div {
    text-align: center
}

.dottedBorder {
    border-bottom: 1px dotted #a4a5a7;
    margin-bottom: 20px;
    padding-bottom: 25px
}

.EditMode .navbar-fixed-top,
.DesignMode .navbar-fixed-top {
    position: relative
}

.EditMode .banner-wrap .WebPartContent .col-md-12 {
    float: none
}

.EditMode #mainCntr,
.DesignMode #mainCntr {
    margin-top: 180px;
    padding-bottom: 40px
}

.EditMode .navbar.navbar-default.navbar-fixed-top,
.DesignMode .navbar.navbar-default.navbar-fixed-top {
    margin-top: 100px
}

.EditMode .footer-menu-social .WebPart {
    padding: 20px 0;
    width: 100% !important
}

.EditMode .footer-menu-social.clearfix.pull-right {
    float: none !important
}

.EditMode .footer-menu-social .WebPart {
    height: 30px;
    padding: 20px 0;
    width: 100% !important
}

.EditMode .navbar .EditableTextEdit {
    width: 200px
}

.EditMode #header-main .main-menu ul {
    list-style-type: unset !important
}

.EditMode #header-main .main-menu ul li {
    float: none !important;
    list-style-type: inherit
}

.EditMode #footer-social .WebPartZone::before {
    background-color: #222;
    color: white;
    content: "Footer Icons - Use Widget [Social Footer Link], dragging will send to back of list, so to organize drag icon you want from left to right in that order.";
    display: block;
    font-weight: bold;
    padding: 5px 5px 0;
    width: 100%
}

.EditMode #footer-main>.WebPartZone::before {
    background-color: #222;
    color: white;
    content: "Bottom Nav - Place Widget [Bootstrapy Layout], and inside place Widget [Footer Navigation Item]";
    display: block;
    font-weight: bold;
    padding: 5px 5px 0;
    width: 100%
}

.EditMode #homeSlider>.WebPartZone::before,
.EditMode #banner-main .WebPartZone::before {
    background-color: #222;
    color: white;
    content: "Page Banner(s) - Place Widget [Banner Image] to add 1 or more banners to this page";
    display: block;
    font-weight: bold;
    padding: 5px 5px 0;
    width: 100%
}

.editModeOverlay>div>div {
    background-color: rgba(0, 0, 100, .1)
}

.editModeOverlay .WebPartHeaderEnvelope.cms-bootstrap {
    margin-bottom: 35px
}

.loadmask {
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0;
    opacity: .25;
    filter: alpha(opacity=0);
    background-color: #ccc;
    width: 100%;
    height: 100%;
    zoom: 1
}

.UIContent .loadmask {
    opacity: 50%;
    filter: alpha(opacity=50)
}

.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #6593cf;
    background: #c3daf9;
    padding: 2px
}

.loadmask-msg div {
    padding: 5px 10px 5px 25px;
    background: #fbfbfb url('/Media/Global/Modules/Video-Colorbox/loading.gif') no-repeat 5px 5px;
    line-height: 16px;
    border: 1px solid #a3bad9;
    color: #222;
    font: normal 11px tahoma, arial, helvetica, sans-serif;
    cursor: wait
}

.masked {
    overflow: hidden !important
}

.masked-relative {
    position: relative !important
}

.masked-hidden {
    visibility: hidden !important
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 9999
}

#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}

#cboxContent {
    overflow: hidden;
    position: relative
}

#cboxLoadedContent {
    overflow: auto
}

#cboxLoadedContent iframe {
    border: 0 none;
    display: block;
    height: 100%;
    width: 100%
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer
}

#cboxOverlay {
    background: url("/Media/Global/Modules/Video-Colorbox/overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0)
}

#cboxTopLeft {
    background: url("/Media/Global/Modules/Video-Colorbox/controls.png") no-repeat scroll -100px 0 rgba(0, 0, 0, 0);
    height: 21px;
    width: 21px
}

#cboxTopRight {
    background: url("/Media/Global/Modules/Video-Colorbox/controls.png") no-repeat scroll -129px 0 rgba(0, 0, 0, 0);
    height: 21px;
    width: 21px
}

#cboxBottomLeft {
    background: url("/Media/Global/Modules/Video-Colorbox/controls.png") no-repeat scroll -100px -29px rgba(0, 0, 0, 0);
    height: 21px;
    width: 21px
}

#cboxBottomRight {
    background: url("/Media/Global/Modules/Video-Colorbox/controls.png") no-repeat scroll -129px -29px rgba(0, 0, 0, 0);
    height: 21px;
    width: 21px
}

#cboxMiddleLeft {
    background: url("/Media/Global/Modules/Video-Colorbox/controls.png") repeat-y scroll left top rgba(0, 0, 0, 0);
    width: 21px
}

#cboxMiddleRight {
    background: url("/Media/Global/Modules/Video-Colorbox/controls.png") repeat-y scroll right top rgba(0, 0, 0, 0);
    width: 21px
}

#cboxTopCenter {
    background: url("/Media/Global/Modules/Video-Colorbox/border.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 21px
}

#cboxBottomCenter {
    background: url("/Media/Global/Modules/Video-Colorbox/border.png") repeat-x scroll 0 -29px rgba(0, 0, 0, 0);
    height: 21px
}

#cboxContent {
    background: none repeat scroll 0 0 #fff
}

#cboxTitle {
    bottom: 4px;
    color: #949494;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

#cboxCurrent {
    bottom: 4px;
    color: #949494;
    left: 58px;
    position: absolute
}

#cboxSlideshow {
    bottom: 4px;
    color: #0092ef;
    position: absolute;
    right: 30px
}

#cboxPrevious {
    background: url("/Media/Global/Modules/Video-Colorbox/controls.png") no-repeat scroll -75px 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 25px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    width: 25px
}

#cboxPrevious.hover {
    background-position: -75px -25px
}

#cboxNext {
    background: url("/Media/Global/Modules/Video-Colorbox/controls.png") no-repeat scroll -50px 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 25px;
    left: 27px;
    position: absolute;
    text-indent: -9999px;
    width: 25px
}

#cboxNext.hover {
    background-position: -50px -25px
}

#cboxLoadingOverlay {
    background: url("/Media/Global/Modules/Video-Colorbox/loading_background.png") no-repeat scroll center center rgba(0, 0, 0, 0)
}

#cboxLoadingGraphic {
    background: url("/Media/Global/Modules/Video-Colorbox/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0)
}

#cboxClose {
    background: url("/Media/Global/Modules/Video-Colorbox/controls.png") no-repeat scroll -25px 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 25px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 25px
}

#cboxClose.hover {
    background-position: -25px -25px
}

.cboxIE #cboxTopLeft {
    background: none repeat scroll 0 0 transparent
}

.cboxIE #cboxTopCenter {
    background: none repeat scroll 0 0 transparent
}

.cboxIE #cboxTopRight {
    background: none repeat scroll 0 0 transparent
}

.cboxIE #cboxBottomLeft {
    background: none repeat scroll 0 0 transparent
}

.cboxIE #cboxBottomCenter {
    background: none repeat scroll 0 0 transparent
}

.cboxIE #cboxBottomRight {
    background: none repeat scroll 0 0 transparent
}

.cboxIE #cboxMiddleLeft {
    background: none repeat scroll 0 0 transparent
}

.cboxIE #cboxMiddleRight {
    background: none repeat scroll 0 0 transparent
}

.videoColorBox #cboxTopLeft,
.videoColorBox .cboxIE #cboxTopLeft {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    filter: none;
    height: 21px
}

.videoColorBox #cboxTopCenter,
.videoColorBox .cboxIE #cboxTopCenter {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    filter: none;
    height: 21px;
    width: 21px
}

.videoColorBox #cboxTopRight,
.videoColorBox .cboxIE #cboxTopRight {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    filter: none;
    height: 21px;
    width: 21px
}

.videoColorBox #cboxMiddleLeft,
.videoColorBox .cboxIE #cboxMiddleLeft {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    filter: none;
    width: 21px
}

.videoColorBox #cboxMiddleCenter,
.videoColorBox .cboxIE #cboxMiddleCenter {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    filter: none
}

.videoColorBox #cboxMiddleRight,
.videoColorBox .cboxIE #cboxMiddleRight {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    filter: none;
    width: 21px
}

.videoColorBox #cboxBottomLeft,
.videoColorBox .cboxIE #cboxBottomLeft {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    filter: none;
    height: 21px;
    width: 21px
}

.videoColorBox #cboxBottomCenter,
.videoColorBox .cboxIE #cboxBottomCenter {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    filter: none;
    height: 21px
}

.videoColorBox #cboxBottomRight,
.videoColorBox .cboxIE #cboxBottomRight {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    filter: none;
    height: 21px;
    width: 21px
}

.videoColorBox #cboxClose,
.videoColorBox .cboxIE #cboxClose {
    background: url("/Media/Global/Modules/Video-Colorbox/controls-inv-white.png") no-repeat scroll -25px 0 transparent;
    filter: none;
    top: 0
}

.videoColorBox #cboxContent,
.videoColorBox .cboxIE #cboxContent {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    filter: none
}

.videoColorBox .cboxIframe {
    overflow: hidden
}

.videoColorBox #cboxLoadedContent,
.videoColorBox .cboxIE #cboxLoadedContent {
    overflow: hidden
}

.videoColorBox #cboxLoadedContent iframe,
.videoColorBox .cboxIE #cboxLoadedContent iframe {
    border: 0 none;
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%
}

.videoColorBoxLinkToButton {
    background-color: #eee;
    border-color: #ccc #333 #333 #ccc;
    border-style: solid;
    border-width: 1px;
    color: #333;
    display: inline-block;
    font-weight: bold;
    padding: 2px 6px;
    text-align: center;
    width: 95%
}

#content .FancyListHolder {
    height: 40px;
    min-width: 50px;
    position: relative
}

#content ul.FancyList {
    background: #f5f5f5 url("/Media/Global/Images/language-arrow.png") no-repeat scroll right 15px top 10px;
    border: 1px solid #e5e5e5;
    height: auto;
    position: absolute;
    z-index: 200;
    padding-left: 0;
    width: 100%;
    max-height: 250px;
    overflow: auto
}

#content ul.FancyList li {
    display: none;
    cursor: pointer
}

#content ul.FancyList li:hover {
    background-color: #c8102e
}

#content ul.FancyList li:hover a,
#content ul.FancyList.NoLink li:hover {
    color: white
}

#content ul.FancyList.NoLink li.currentHolder:hover a,
#content ul.FancyList.NoLink li.currentHolder {
    color: #777
}

#content ul.FancyList.active li {
    display: block
}

#content ul.FancyList li.currentHolder {
    display: block;
    padding: 7px 0 7px 20px
}

#content ul.FancyList li.currentHolder:hover {
    background-color: transparent
}

#content ul.FancyList li.currentHolder:hover a {
    color: #777
}

#content ul.FancyList li a {
    color: #777;
    display: block;
    width: 100%;
    padding: 7px 0 7px 20px
}

#content ul.FancyList.NoLink li,
#content ul.FancyList.Padded li {
    color: #777;
    width: 100%;
    padding: 7px 0 7px 20px
}

#content ul.FancyList.NoLink .currentHolder,
#content ul.FancyList.Padded .currentHolder,
#content ul.FancyList.NoLink:hover .currentHolder,
#content ul.FancyList.Padded:hover .currentHolder {
    color: #777
}

#content ul.FancyList.DocLink li {
    padding-left: 5px
}

#content ul.FancyList.active li.currentHolder,
#content ul.FancyList.active:hover li.currentHolder {
    color: #ccc
}

#content ul.FancyList li.currentHolder {
    max-height: 35px;
    overflow: hidden
}

@media all and (max-width:320px) {

    .slider-item p,
    .slider-item h2 {
        height: auto !important
    }
}

.convoTool {
    width: 100%
}

.panel-body {
    padding: 5px !important
}

.convoHeader {
    background-color: #f5f5f5;
    padding: 5px 0 5px 10px;
    margin: 5px 0;
    font-size: 1.5em;
    cursor: pointer
}

.convoContent {
    margin: 15px
}

.convoTool .active {
    color: #c8102e
}

.convoHeader:hover {
    color: #c8102e
}

.convo-radio {
    background-color: #e5e5e5;
    padding: 5px;
    margin: 5px;
    width: 50%;
    min-width: 500px
}

.convo-radio input {
    cursor: pointer
}

.convo-radio input[type=radio] {
    border: 1px solid #fff;
    background-color: #fff;
    padding: .5em;
    -webkit-appearance: none;
    margin-right: 8px;
    margin-bottom: -2px
}

input[type=radio]:checked {
    background-color: #000;
    background-size: 9px 9px
}

.next {
    float: right;
    text-align: left;
    min-width: 200px;
    background-color: #e5e5e5
}

.next input[type=button] {
    background: none;
    border: none;
    padding: 6px;
    text-align: left;
    width: 168px
}

.next span {
    background-color: #a3a2a2;
    color: #e5e5e5;
    padding: 8px 12px
}

.img-responsive {
    width: 100%
}

.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.ml-auto {
    margin-left: auto
}

.mr-auto {
    margin-right: auto
}

.mt-4 {
    margin-top: 1em
}

.ml-4 {
    margin-left: 1em
}

.mr-4 {
    margin-right: 1em
}

.mb-4 {
    margin-bottom: 1em
}

#content img.img-responsive {
    margin-bottom: 0
}

.section-banner .title {
    position: absolute;
    top: 5%;
    left: 15%;
    color: white;
    max-width: 75%
}

.section-banner .title img {
    margin-right: .5em
}

#content .section-banner .title h1 {
    font-size: 2em;
    margin: 0 0 0 .5em
}

.section-banner img {
    width: 50px
}

.section-topics {
    margin: 2em 0
}

#content .section-topics .description h2 {
    font-size: 16px;
    color: #000;
    margin: .5em 0;
    font-weight: bold
}

.section-topics .owl-item {
    height: 400px
}

.section-topics .owl-item .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.section-topics .owl-item .item img {
    flex-shrink: 0
}

.section-features {
    background-color: #f5f5f5;
    padding-top: 3em;
    padding-bottom: 6em
}

.section-features .feature-title {
    margin-left: .5em
}

.section-features .description {
    padding: 1em;
    background-color: #fff
}

.w-100 {
    width: 100%
}

.simple-btn {
    background-color: #c8102e;
    border-radius: 0;
    color: #fff;
    vertical-align: middle;
    padding: .75em 2em
}

.simple-btn:hover {
    background-color: #c8102e;
    color: #fff
}

.simple-btn:visited {
    color: #fff
}

.fancy-btn-container {
    display: flex;
    margin-top: 2em
}

.fancy-btn-container .triangle {
    position: relative;
    background-color: #c8102e;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: .75em
}

.fancy-btn-container .triangle,
.fancy-btn-container .triangle:before,
.fancy-btn-container .triangle:after {
    width: 1em;
    height: 1em;
    border-top-right-radius: 30%
}

.fancy-btn-container .fa-arrow-right {
    position: absolute;
    top: 35%;
    left: 35%;
    color: #fff;
    z-index: 10;
    transform: scale(1, 1.134);
    font-size: .75em
}

.fancy-btn-container a {
    padding: .5em 2em
}

.triangle-container {
    position: relative;
    width: 38px;
    height: 38px;
    display: flex;
    background-color: #fff
}

.product-highlights {
    padding: 2em 0
}

.product-highlights .title {
    z-index: 10;
    background-color: #c8102e;
    color: #fff
}

.product-highlights .title-section img {
    display: none
}

#content .product-highlights h3.title {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0 0 2em 0;
    text-align: center;
    padding: 1em
}

.product-highlights h5 {
    color: #c8102e;
    margin-top: 0;
    margin-bottom: 0
}

.product-highlights p {
    margin-bottom: 1.5em
}

.product-highlights .detail {
    margin-top: 3em
}

.product-highlights .highlight-images {
    flex-direction: column
}

#content .product-highlights .highlight-images img {
    margin-bottom: 20px
}

.triangle {
    position: relative;
    background-color: #c8102e;
    text-align: left;
    margin-left: 10em;
    margin-top: 4em
}

.triangle:before,
.triangle:after {
    content: '';
    position: absolute;
    background-color: inherit
}

.triangle,
.triangle:before,
.triangle:after {
    width: 18em;
    height: 18em;
    border-top-right-radius: 30%
}

.triangle-right {
    transform: rotate(30deg) skewX(-30deg) scale(1, .866)
}

.triangle-left {
    transform: rotate(-150deg) skewX(-30deg) scale(1, .866)
}

.triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%)
}

.triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%)
}

.section-promotional {
    background-color: #f5f5f5;
    padding-top: 5em
}

.section-promotional .item {
    margin-left: 1em;
    margin-right: 1em
}

.section-promotional .btn-container {
    margin: 3em 0
}

.section-promotional .btn {
    display: block;
    width: 200px;
    background-color: #c8102e;
    border-radius: 0;
    color: #fff;
    padding: .75em;
    margin-left: auto;
    margin-right: auto
}

.section-promotional .btn:hover {
    background-color: #c8102e;
    color: #fff
}

.new-owl .owl-buttons {
    display: flex
}

.new-owl .owl-buttons .fa-arrow-left,
.new-owl .owl-buttons .fa-arrow-right {
    position: absolute;
    bottom: 15%;
    color: #fff;
    z-index: 10;
    transform: scale(1, 1.134)
}

.new-owl .owl-buttons .fa-arrow-left {
    right: 15%
}

.new-owl .owl-prev {
    margin-right: auto
}

.new-owl .owl-prev,
.new-owl .owl-next {
    position: relative
}

.new-owl .triangle {
    position: relative;
    background-color: #c8102e;
    text-align: left;
    margin-top: 2em;
    margin-left: 0;
    padding: 0;
    opacity: 1
}

.new-owl .triangle,
.new-owl .triangle:before,
.new-owl .triangle:after {
    width: 2em;
    height: 2em;
    border-radius: 0;
    border-top-right-radius: 30%
}

.section-cta {
    padding-top: 5em;
    padding-bottom: 5em;
    background-color: #1f5475
}

.section-cta h2,
.section-cta p,
.section-cta span {
    color: #fff
}

.section-video {
    padding: 6em 0 4em 0
}

.section-video .row {
    display: flex;
    flex-flow: column-reverse
}

.section-video .fa-quote-left {
    color: #c8102e;
    opacity: .2;
    font-size: 6em;
    margin-top: .5em
}

.section-video .author {
    display: flex;
    flex-direction: column;
    color: #c8102e
}

.section-video p {
    padding: 0
}

.section-video iframe {
    height: 250px
}

.section-video img {
    width: 70%;
    margin: auto
}

.section-form {
    padding: 4em 0
}

.section-form .btn-primary {
    background-color: #c8102e;
    border-color: #c8102e
}

@media(min-width:480px) {
    .section-banner .title {
        max-width: 50%
    }
}

@media(min-width:524px) {
    .section-banner .title {
        top: 10%
    }

    .section-video iframe {
        height: 300px
    }
}

@media(min-width:675px) {
    .section-banner .title {
        top: 10%
    }

    #content .section-banner .title h1 {
        font-size: 2.5em
    }

    .section-video iframe {
        height: 400px
    }
}

@media(min-width:768px) {
    .section-banner .title {
        top: 15%
    }

    .product-highlights .highlight-images {
        flex-direction: row
    }

    .section-cta .container {
        width: 730px
    }

    .section-video .row {
        display: flex;
        flex-flow: column-reverse
    }
}

@media(min-width:992px) {
    .section-cta .container {
        width: 930px
    }

    .section-banner .title {
        max-width: 35%;
        top: 20%
    }

    #content .section-banner .title h1 {
        font-size: 3em
    }

    .section-banner img {
        width: 70px
    }

    .product-highlights {
        padding: 8em 2em
    }

    .product-highlights .highlight-images {
        flex-direction: column
    }

    .section-video {
        padding: 6em 0
    }

    .section-video .row {
        display: block
    }

    .section-video iframe {
        height: 250px
    }

    .section-video p {
        padding-right: 6em
    }
}

.section-segment-repeater .segment-item {
    margin-top: 3em;
    margin-bottom: 3em
}

.img-hover-zoom-rotate {
    overflow: hidden
}

.segment-item .img-hover-zoom-rotate img {
    transition: transform .25s ease-in-out
}

.segment-item a:hover .img-hover-zoom-rotate img {
    transform: scale(1.05) rotate(1deg)
}

@media(min-width:1200px) {
    .section-cta .container {
        width: 1100px
    }

    .section-banner .title {
        left: 20%
    }

    .product-highlights .highlight-images {
        flex-direction: row
    }

    .section-video iframe {
        height: 500px
    }
}

@media(min-width:1625px) {
    .product-highlights .title {
        position: absolute;
        width: 80%;
        top: 40%;
        background-color: transparent;
        padding: 0
    }

    #content .product-highlights h3.title {
        font-size: 1.8vw;
        line-height: 1.5em;
        margin: 0 0 2em 0;
        text-align: center;
        padding: 0
    }

    .product-highlights .title-section {
        width: 25%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }

    .product-highlights .title-section img {
        display: block
    }

    .product-highlights .highlight-images {
        width: 41.666666666%
    }
}

@media(min-width:1800px) {
    .promotional-carousel {
        max-width: 1800px
    }

    .product-highlights {
        max-width: 1800px;
        margin-left: auto;
        margin-right: auto
    }

    #content .product-highlights h3.title {
        font-size: 30px
    }
}