@charset "UTF-8";

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.rich-text h2,
.h4,
#sidenav ul li.section_root > a,
.rich-text h3,
.h5,
.h6 {
    font-family: inherit;
    font-weight: lighter;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.rich-text h2 small,
.h3 .small,
.h4 small,
#sidenav ul li.section_root > a small,
.rich-text h3 small,
.h4 .small,
#sidenav ul li.section_root > a .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #818080;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.rich-text h2 {
    margin-top: 24px;
    margin-bottom: 12px;
}

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

h4,
.h4,
#sidenav ul li.section_root > a,
.rich-text h3,
h5,
.h5,
h6,
.h6 {
    margin-top: 12px;
    margin-bottom: 12px;
}

h4 small,
h4 .small,
.h4 small,
#sidenav ul li.section_root > a small,
.rich-text h3 small,
.h4 .small,
#sidenav ul li.section_root > a .small,
.rich-text h3 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

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

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

h3,
.h3,
.rich-text h2 {
    font-size: 24px;
}

h4,
.h4,
#sidenav ul li.section_root > a,
.rich-text h3 {
    font-size: 18px;
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */


@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    src: url("../static/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0&7dccc4b2d1d5");
    src: url("../static/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0&7dccc4b2d1d5") format("embedded-opentype");
}
h5,
.h5 {
    font-size: 14px;
}

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

p {
    margin: 0 0 12px;
}

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

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

small,
.small {
    font-size: 87%;
}

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,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #818080;
}

.text-primary {
    color: #c22a16;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #d4650f;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #c22a16;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #d4650f;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    margin: 48px 0 24px;
    padding-bottom: 11px;
    border-bottom: 1px solid #F4F4F4;
}

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

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

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

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

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

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

dt,
dd {
    line-height: 1.44444;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

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

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

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

.initialism {
    font-size: 90%;
}

blockquote {
    margin: 0 0 24px;
    padding: 12px 24px;
    border-left: 5px solid #c22a16;
    font-size: 20px;
}

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.44444;
    color: #818080;
}

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

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

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

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

address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.44444;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: 0.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: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    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"] {
    box-sizing: border-box;
    padding: 0;
}

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

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

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

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

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

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

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

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

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

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

    thead {
        display: table-header-group;
    }

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

    img {
        max-width: 100%!important;
    }

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

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

    .navbar {
        display: none;
    }

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

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse!important;
    }

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

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

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

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

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

body {
    font-family: "EnzenMadrasLight",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.44444;
    /*color: #706F6F;*/
    color: #090808
    background-color: #fff;
}

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

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

a:hover,
a:focus {
    text-decoration: underline;
    color: #bc590d;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

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

.img-thumbnail {
    display: inline-block;
    height: auto;
    padding: 0;
    max-width: 100%;
    border: 1px solid transparent;
    border-radius: 0;
    line-height: 1.44444;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

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

hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #F4F4F4;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.rich-text h2,
.h4,
#sidenav ul li.section_root > a,
.rich-text h3,
.h5,
.h6 {
    font-family: inherit;
    font-weight: lighter;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.rich-text h2 small,
.h3 .small,
.h4 small,
#sidenav ul li.section_root > a small,
.rich-text h3 small,
.h4 .small,
#sidenav ul li.section_root > a .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #818080;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.rich-text h2 {
    margin-top: 24px;
    margin-bottom: 12px;
}

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

h4,
.h4,
#sidenav ul li.section_root > a,
.rich-text h3,
h5,
.h5,
h6,
.h6 {
    margin-top: 12px;
    margin-bottom: 12px;
}

h4 small,
h4 .small,
.h4 small,
#sidenav ul li.section_root > a small,
.rich-text h3 small,
.h4 .small,
#sidenav ul li.section_root > a .small,
.rich-text h3 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

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

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

h3,
.h3,
.rich-text h2 {
    font-size: 24px;
}

h4,
.h4,
#sidenav ul li.section_root > a,
.rich-text h3 {
    font-size: 18px;
}

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

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

p {
    margin: 0 0 12px;
}

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

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

small,
.small {
    font-size: 87%;
}

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,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #818080;
}

.text-primary {
    color: #c22a16;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #d4650f;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #c22a16;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #d4650f;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    margin: 48px 0 24px;
    padding-bottom: 11px;
    border-bottom: 1px solid #F4F4F4;
}

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

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

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

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

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

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

dt,
dd {
    line-height: 1.44444;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

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

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

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

.initialism {
    font-size: 90%;
}

blockquote {
    margin: 0 0 24px;
    padding: 12px 24px;
    border-left: 5px solid #c22a16;
    font-size: 20px;
}

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.44444;
    color: #818080;
}

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

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

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

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

address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.44444;
}

body {
    font-size: 15px;
    font-weight: lighter;
    line-height: 1.3312;
}

@media(min-width:768px) {
    body {
        font-size: 16px;
        line-height: 1.38667;
    }
}

@media(min-width:992px) {
    body {
        font-size: 16px;
        line-height: 1.44444;
    }
}

@media(min-width:1200px) {
    body {
        font-size: 17px;
        line-height: 1.50222;
    }
}

.small {
    font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.rich-text h2,
.h4,
#sidenav ul li.section_root > a,
.rich-text h3,
.h5,
.h6 {
    margin-top: 0.8em;
    margin-bottom: 0.4em;
    font-family: inherit;
    font-weight: lighter;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 33px;
}

@media(min-width:768px) {
    h1,
    .h1 {
        font-size: 40px;
    }
}

@media(min-width:992px) {
    h1,
    .h1 {
        font-size: 49px;
    }
}

@media(min-width:1200px) {
    h1,
    .h1 {
        font-size: 60px;
    }
}

h2,
.h2 {
    font-size: 27px;
}

@media(min-width:768px) {
    h2,
    .h2 {
        font-size: 32px;
    }
}

@media(min-width:992px) {
    h2,
    .h2 {
        font-size: 37px;
    }
}

@media(min-width:1200px) {
    h2,
    .h2 {
        font-size: 44px;
    }
}

h3,
.h3,
.rich-text h2 {
    font-size: 22px;
}

@media(min-width:768px) {
    h3,
    .h3,
    .rich-text h2 {
        font-size: 25px;
    }
}

@media(min-width:992px) {
    h3,
    .h3,
    .rich-text h2 {
        font-size: 28px;
    }
}

@media(min-width:1200px) {
    h3,
    .h3,
    .rich-text h2 {
        font-size: 32px;
    }
}

h4,
.h4,
#sidenav ul li.section_root > a,
.rich-text h3 {
    font-size: 18px;
}

@media(min-width:768px) {
    h4,
    .h4,
    #sidenav ul li.section_root > a,
    .rich-text h3 {
        font-size: 20px;
    }
}

@media(min-width:992px) {
    h4,
    .h4,
    #sidenav ul li.section_root > a,
    .rich-text h3 {
        font-size: 21px;
    }
}

@media(min-width:1200px) {
    h4,
    .h4,
    #sidenav ul li.section_root > a,
    .rich-text h3 {
        font-size: 23px;
    }
}

h5,
.h5 {
    font-size: 15px;
}

@media(min-width:768px) {
    h5,
    .h5 {
        font-size: 16px;
    }
}

@media(min-width:992px) {
    h5,
    .h5 {
        font-size: 16px;
    }
}

@media(min-width:1200px) {
    h5,
    .h5 {
        font-size: 17px;
    }
}

    h6,
    .h6 {
        font-size: 17px;
    }

@media(min-width:768px) {
    h6,
    .h6 {
        font-size: 16px;
    }
}

@media(min-width:992px) {
    h6,
    .h6 {
        font-size: 16px;
    }
}

@media(min-width:1200px) {
h6,
.h6 {
    font-size: 17px;
}
}

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

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

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

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

pre {
    display: block;
    margin: 0 0 12px;
    padding: 11.5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.44444;
    word-break: break-all;
    color: #706F6F;
    background-color: #f5f5f5;
    word-wrap: break-word;
}

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

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

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

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

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

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

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

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

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

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

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.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;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
}

.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-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

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

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

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

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

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

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

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

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

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

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

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

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

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

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

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

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

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

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

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

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

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

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

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

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

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

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

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

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

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

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

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

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

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

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

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

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

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

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

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

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

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

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

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

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

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

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

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

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

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

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

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

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

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

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

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

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

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

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

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

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

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

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

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

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

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

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

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

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

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

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

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

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

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

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

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

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

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

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

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

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

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

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

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

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

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

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

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

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

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

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

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

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

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

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

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

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    color: #818080;
}

th {
    text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 > td.active:hover,
 > 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;
}

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

 > td.success:hover,
 > 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;
}

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

 > td.info:hover,
 > 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;
}

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

 > td.warning:hover,
 > 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.44444;
    color: #706F6F;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.44444;
    color: #706F6F;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) ,0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) ,0 0 8px rgba(102,175,233,0.6);
}

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

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

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

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    opacity: 1;
    background-color: #F4F4F4;
}

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

textarea.form-control {
    height: auto;
}

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

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

    input[type="date"].input-sm,
    .input-group-sm > [type="date"].form-control,
    .input-group-sm > [type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>[type="time"].form-control,
    .input-group-sm>[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>[type="datetime-local"].form-control,
    .input-group-sm>[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>[type="month"].form-control,
    .input-group-sm>[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 33px;
    }

    input[type="date"].input-lg,
    .input-group-lg > [type="date"].form-control,
    .input-group-lg > [type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>[type="time"].form-control,
    .input-group-lg>[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>[type="datetime-local"].form-control,
    .input-group-lg>[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>[type="month"].form-control,
    .input-group-lg>[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 49px;
    }
}

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

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

.radio label,
.checkbox label {
    margin-bottom: 0;
    padding-left: 20px;
    min-height: 24px;
    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;
    position: relative;
    margin-bottom: 0;
    padding-left: 20px;
    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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

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

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

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

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

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

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

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

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
}

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

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

.form-group-sm .form-control-static {
    height: 33px;
    padding: 6px 10px;
    min-height: 38px;
    font-size: 14px;
    line-height: 1.5;
}

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

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

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

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 20px;
    line-height: 1.33333;
}

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

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

.form-group-lg .form-control-static {
    height: 49px;
    padding: 11px 16px;
    min-height: 44px;
    font-size: 20px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

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

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

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg>.input-group-btn>.btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm>.input-group-btn>.btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}

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

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

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

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

.has-success .form-control-feedback {
    color: #3c763d;
}

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

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

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

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

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

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

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

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

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

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

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

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

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

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

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

    .form-inline .form-control-static {
        display: inline-block;
    }

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

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

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

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

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

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

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

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

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

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

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

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

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

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

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 20px;
    }
}

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

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

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

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

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

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

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

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

.btn-default:focus,
.btn-default.focus {
    border-color: #8c8c8c;
    color: #333;
    background-color: #e6e6e6;
}

.btn-default:hover {
    border-color: #adadad;
    color: #333;
    background-color: #e6e6e6;
}

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

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

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

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

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

.btn-primary {
    border-color: #ec7010;
    color: #fff;
    background-color: #c22a16;
}

.btn-primary:focus,
.btn-primary.focus {
    border-color: #753708;
    color: #fff;
    background-color: #d4650f;
}

.btn-primary:hover {
    border-color: #b3550c;
    color: #fff;
    background-color: #d4650f;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    border-color: #b3550c;
    color: #fff;
    background-color: #d4650f;
}

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

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

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    border-color: #ec7010;
    background-color: #c22a16;
}

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

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

.btn-success:focus,
.btn-success.focus {
    border-color: #255625;
    color: #fff;
    background-color: #449d44;
}

.btn-success:hover {
    border-color: #398439;
    color: #fff;
    background-color: #449d44;
}

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

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

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

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

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

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

.btn-info:focus,
.btn-info.focus {
    border-color: #1b6d85;
    color: #fff;
    background-color: #31b0d5;
}

.btn-info:hover {
    border-color: #269abc;
    color: #fff;
    background-color: #31b0d5;
}

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

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

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

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

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

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

.btn-warning:focus,
.btn-warning.focus {
    border-color: #985f0d;
    color: #fff;
    background-color: #ec971f;
}

.btn-warning:hover {
    border-color: #d58512;
    color: #fff;
    background-color: #ec971f;
}

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

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

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

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

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

.btn-danger {
    border-color: #a83c05;
    color: #fff;
    background-color: #c14506;
}

.btn-danger:focus,
.btn-danger.focus {
    border-color: #2d1001;
    color: #fff;
    background-color: #903304;
}

.btn-danger:hover {
    border-color: #6d2703;
    color: #fff;
    background-color: #903304;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    border-color: #6d2703;
    color: #fff;
    background-color: #903304;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    border-color: #2d1001;
    color: #fff;
    background-color: #6d2703;
}

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

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    border-color: #a83c05;
    background-color: #c14506;
}

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

.btn-link {
    border-radius: 0;
    font-weight: normal;
    color: #c22a16;
}

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

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

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

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

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

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

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

.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 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

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

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

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

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

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

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

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

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

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

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

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

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

.dropdown-menu > .disabled > a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
    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: 14px;
    line-height: 1.44444;
    white-space: nowrap;
    color: #818080;
}

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

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

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

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

@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 {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

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

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

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

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

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

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

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

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

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

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

.btn-group>.btn-group:last-child:not(:first-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,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

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

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

.btn .caret {
    margin-left: 0;
}

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

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .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:before,
.btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.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-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-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;
    border-bottom-right-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-left-radius: 0;
    border-bottom-right-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%;
    border-collapse: separate;
    table-layout: fixed;
}

.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"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

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

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

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

.input-group .form-control:focus {
    z-index: 3;
}

.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;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #706F6F;
    background-color: #F4F4F4;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 20px;
}

.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 {
    z-index: 2;
    margin-left: -1px;
}

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

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

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

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

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

.nav > li.disabled > a {
    color: #818080;
}

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

.nav .open > a,
.nav .open > a:hover,
.nav .open>a:focus {
    border-color: #c22a16;
    background-color: #F4F4F4;
}

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

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

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

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

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

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

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

.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: #c22a16;
}

.nav-stacked > li {
    float: none;
}

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

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

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

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

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

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

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

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

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

.nav-tabs-justified > .active > a,
.nav-tabs.nav-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,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-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;
    margin-bottom: 24px;
    min-height: 50px;
    border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

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

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

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

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

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
    z-index: 1030;
    position: fixed;
    right: 0;
    left: 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: 13px 15px;
    font-size: 20px;
    line-height: 24px;
}

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

.navbar-brand > img {
    display: block;
}

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

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

.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: 6.5px -15px;
}

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

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

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

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

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

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

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

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

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

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

    .navbar-form .form-control-static {
        display: inline-block;
    }

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

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

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

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

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

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

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

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

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

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

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

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

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

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}

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

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

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

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

    .navbar-right {
        float: right!important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    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,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

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

.navbar-inverse .navbar-brand {
    color: #a7a6a6;
}

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

.navbar-inverse .navbar-text {
    color: #a7a6a6;
}

.navbar-inverse .navbar-nav > li > a {
    color: #a7a6a6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-inverse .navbar-link {
    color: #a7a6a6;
}

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

.navbar-inverse .btn-link {
    color: #a7a6a6;
}

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

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

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

.breadcrumb > li {
    display: inline-block;
}

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

.breadcrumb > .active {
    color: #818080;
}

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

.pagination > li {
    display: inline;
}

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

.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>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    border-color: #ddd;
    color: #bc590d;
    background-color: #F4F4F4;
}

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

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

.pagination-lg > li > a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
}

.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: 14px;
    line-height: 1.5;
}

.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 {
    margin: 24px 0;
    padding-left: 0;
    text-align: center;
    list-style: none;
}

.pager:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

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

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

.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: #818080;
    background-color: #fff;
    cursor: not-allowed;
}

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

.label:empty {
    display: none;
}

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

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

.label-default {
    background-color: #818080;
}

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

.label-primary {
    background-color: #c22a16;
}

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

.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: #c14506;
}

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

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

.badge:empty {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

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

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

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

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 72px;
    }
}

.thumbnail {
    display: block;
    margin-bottom: 24px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 0;
    line-height: 1.44444;
    background-color: transparent;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

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

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #c22a16;
}

.alert {
    margin-bottom: 24px;
    padding: 15px;
    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 {
    border-color: #d6e9c6;
    color: #3c763d;
    background-color: #dff0d8;
}

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

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

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

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

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

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

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

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

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

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

.alert-danger .alert-link {
    color: #843534;
}

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

    to {
        background-position: 0 0;
    }
}

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

    to {
        background-position: 0 0;
    }
}

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

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

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

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

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

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

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

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

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

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

.progress-bar-danger {
    background-color: #c14506;
}

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

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

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

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

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    display: block;
    position: relative;
    margin-bottom: -1px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    background-color: #fff;
}

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

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

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

button.list-group-item {
    width: 100%;
    text-align: left;
}

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

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

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

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

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .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: #fdefe5;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

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

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.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,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    border-color: #3c763d;
    color: #fff;
    background-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

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

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.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,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    border-color: #31708f;
    color: #fff;
    background-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

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

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.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,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    border-color: #8a6d3b;
    color: #fff;
    background-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

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

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.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,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    border-color: #a94442;
    color: #fff;
    background-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: 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-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: 18px;
    color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

.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,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.panel > .table-bordered > tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.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: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

.panel-primary {
    border-color: #c22a16;
}

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

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

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

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

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    border-color: #d6e9c6;
    color: #3c763d;
    background-color: #dff0d8;
}

.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 {
    border-color: #bce8f1;
    color: #31708f;
    background-color: #d9edf7;
}

.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 {
    border-color: #faebcc;
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.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 {
    border-color: #ebccd1;
    color: #a94442;
    background-color: #f2dede;
}

.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 {
    display: block;
    position: relative;
    height: 0;
    padding: 0;
    overflow: hidden;
}

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

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

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

.well {
    margin-bottom: 20px;
    padding: 19px;
    min-height: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

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

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

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

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

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

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

.modal-open {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

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

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

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

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

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.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,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

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



@font-face {
    font-family: 'EnzenMadrasLight';
    font-style: normal;
    font-weight: normal;
    src: url("../static/fonts/madras/MadrasLight/madraslight-webfont.eot?7dccc4b2d1d5");
    src: url("../static/fonts/madras/MadrasLight/madraslight-webfont.eot?&7dccc4b2d1d5") format("embedded-opentype"), url("../static/fonts/madras/MadrasLight/madraslight-webfont.woff2%3F7dccc4b2d1d5") format("woff2"), url("../static/fonts/madras/MadrasLight/madraslight-webfont.woff%3F7dccc4b2d1d5") format("woff"), url("../static/fonts/madras/MadrasLight/madraslight-webfont.ttf?7dccc4b2d1d5") format("truetype"), url("../static/fonts/madras/MadrasLight/madraslight-webfont.svg?7dccc4b2d1d5") format("svg");
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'EnzenMadrasLightItalic';
    font-style: italic;
    font-weight: lighter;
    src: url("../static/fonts/madras/MadrasLightItalic/madraslightitalic-webfont.eot?7dccc4b2d1d5");
    src: url("../static/fonts/madras/MadrasLightItalic/madraslightitalic-webfont.eot?&7dccc4b2d1d5") format("embedded-opentype"), url("../static/fonts/madras/MadrasLightItalic/madraslightitalic-webfont.woff2?7dccc4b2d1d5") format("woff2"), url("../static/fonts/madras/MadrasLightItalic/madraslightitalic-webfont.woff?7dccc4b2d1d5") format("woff"), url("../static/fonts/madras/MadrasLightItalic/madraslightitalic-webfont.ttf?7dccc4b2d1d5") format("truetype"), url("../static/fonts/madras/MadrasLightItalic/madraslightitalic-webfont.svg?7dccc4b2d1d5") format("svg");
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'EnzenMadrasRegular';
    font-style: normal;
    font-weight: normal;
    src: url("../static/fonts/madras/MadrasRegular/madrasregular-webfont.eot?7dccc4b2d1d5");
    src: url("../static/fonts/madras/MadrasRegular/madrasregular-webfont.eot?&7dccc4b2d1d5") format("embedded-opentype"), url("../static/fonts/madras/MadrasRegular/madrasregular-webfont.woff2%3F7dccc4b2d1d5") format("woff2"), url("../static/fonts/madras/MadrasRegular/madrasregular-webfont.woff%3F7dccc4b2d1d5") format("woff"), url("../static/fonts/madras/MadrasRegular/madrasregular-webfont.ttf?7dccc4b2d1d5") format("truetype"), url("../static/fonts/madras/MadrasRegular/madrasregular-webfont.svg?7dccc4b2d1d5") format("svg");
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'EnzenMadrasRegularItalic';
    font-style: italic;
    font-weight: normal;
    src: url("assets/static/fonts/madras/MadrasRegularItalic/madrasregularitalic-webfont.eot?7dccc4b2d1d5");
    src: url("assets/static/fonts/madras/MadrasRegularItalic/madrasregularitalic-webfont.eot?&7dccc4b2d1d5") format("embedded-opentype"), url("assets/static/fonts/madras/MadrasRegularItalic/madrasregularitalic-webfont.woff2?7dccc4b2d1d5") format("woff2"), url("assets/static/fonts/madras/MadrasRegularItalic/madrasregularitalic-webfont.woff?7dccc4b2d1d5") format("woff"), url("assets/static/fonts/madras/MadrasRegularItalic/madrasregularitalic-webfont.ttf?7dccc4b2d1d5") format("truetype"), url("assets/static/fonts/madras/MadrasRegularItalic/madrasregularitalic-webfont.svg?7dccc4b2d1d5") format("svg");
    text-rendering: optimizeLegibility;
}

.ie9 img[src$=".svg"] {
    width: 100%;
}

@media screen and (-ms-high-contrast:active) ,
(-ms-high-contrast:none) {
    img[src$=".svg"] {
        width: 100%;
    }
}

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading p,
.wf-loading b,
.wf-loading span,
.wf-loading a,
.wf-loading li,
.wf-loading dt,
.wf-loading dd,
.wf-loading legend,
.wf-loading label,
.wf-loading button,
.wf-loading input,
.wf-loading select,
.wf-loading textarea,
.wf-loading blockquote,
.wf-loading cite,
.wf-loading td,
.wf-loading th,
.wf-loading address,
.wf-loading small .wf-loading i {
    visibility: hidden;
}

.nm {
    margin: 0!important;
}

.nmtop {
    margin-top: 0!important;
}

.nmbottom {
    margin-bottom: 0!important;
}

.mleft {
    margin-left: 12px;
}

.mright {
    margin-right: 12px;
}

.mtop {
    margin-top: 10px;
}

.row-centered {
    text-align: center;
}

.row-centered > [class*='col-'] {
    display: inline-block;
    float: none;
    margin-right: -4px;
    text-align: left;
    vertical-align: top;
}

.row-no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.row-no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.separator {
    color: #818080;
}

@media only screen and (min-width:768px) {
    .visible-gfb {
        display: block!important;
    }
}

@media only screen and (max-width:767px) {
    .visible-gfb {
        display: none!important;
    }
}

@media only screen and (min-width:768px) {
    .hidden-gfb {
        display: none!important;
    }
}

@media only screen and (max-width:767px) {
    .hidden-gfb {
        display: block!important;
    }
}

strong,
b,
label,
.checkbox label,
.bold {
    font-family: "EnzenMadrasRegular",Helvetica,Arial,sans-serif;
    font-weight: normal;
}

.well:first-child {
    margin-top: 0;
}

.well > :last-child {
    margin-bottom: 0;
}

.chamfer {
    display: block;
    position: relative;
}

.chamfer:after {
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    bottom: 0;
    width: 2.5em;
    height: 2em;
    background-image: url("../../img/block-chamfer/after-block_whitec9b0.png%3F7dccc4b2d1d5");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 101%;
}

.wufoo a {
    border-bottom: 1px solid #706F6F;
    font-family: "EnzenMadrasRegular",Helvetica,Arial,sans-serif;
    color: #706F6F!important;
}

.breadcrumb-container {
    display: inline-block;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: none;
}

.breadcrumb > li + li:before {
    padding: 0 0 0 5px;
}

.breadcrumb a {
    text-decoration: underline;
    color: #706F6F;
}

.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
    color: #bc590d;
}

.breadcrumb li:last-child a {
    text-decoration: none;
    opacity: 0.5;
}

.breadcrumb li:last-child a:hover,
.breadcrumb li:last-child a:focus,
.breadcrumb li:last-child a:active {
    opacity: 1;
}

.tags,
#share {
    margin-right: 0!important;
    margin-left: 0!important;
}

.tags li,
#share li {
    margin-right: 0.3em;
    padding: 0!important;
}

.tags li:first-child,
#share li:first-child {
    margin-right: 0.3em;
    color: #706F6F;
}

.tags li:first-child:after,
#share li:first-child:after {
    display: none;
}

.tags li a,
.tags li.region span,
#share li a,
#share li.region span {
    padding: 0.2em 0.8em;
}

.tags li {
    margin-right: 3px;
}

.tags li.region span {
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background: none;
}

.tags li:last-child {
    margin-right: 0;
}

.tags li a {
    border: 1px solid #c22a16;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    color: #c22a16;
    background: none;
}

.tags li a:hover {
    text-decoration: none;
    color: #fff;
    background: #c22a16;
}

.tags li a,
.tags li span {
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
}

#share a {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    line-height: 23px;
    color: #706F6F;
    color: #fff;
}

#share a.twitter {
    border-color: #1da1f2;
    background-color: #1da1f2;
}

#share a.linkedin {
    border-color: #0077b5;
    background-color: #0077b5;
}

#share a.email {
    border-color: #ea4335;
    background-color: #ea4335;
}

#share a:hover,
#share a:focus {
    text-decoration: none;
}

#share a:hover.twitter,
#share a:focus.twitter {
    background-color: #0b76b8;
}

#share a:hover.linkedin,
#share a:focus.linkedin {
    background-color: #004569;
}

#share a:hover.email,
#share a:focus.email {
    background-color: #bf2114;
}

#share a:after {
    display: none!important;
}

.meta,
.tags,
#share,
.content-after {
    font-size: 12px;
}

.content-after {
    margin-top: 30px;
    padding-top: 1.65em;
    border-top: 1px solid #F4F4F4;
    color: #706F6F;
}

.content-after p,
.content-after date,
.content-after span {
    margin-bottom: 0;
    margin-bottom: 0.2em;
    font-family: "EnzenMadrasLight",Helvetica,Arial,sans-serif;
}

.content-after p + ul,
.content-after date + ul,
.content-after span + ul {
    margin-top: 1em;
}

.content-after ul {
    margin-top: 0.5em;
    margin-bottom: 0;
}

.listing .content-after,
.listing-cards .content-after {
    margin-top: 15px;
    border-top: 1px solid #d6d5d5;
}

.section-title {
    margin-top: 0;
}



.map-canvas a:after,
#map-canvas a:after,
#ccc a:after {
    content: ""!important;
    margin-left: 0!important;
}

* .fa,
* .glyphicons,
* .halflings {
    margin-right: 5px;
}

* .fa-right,
* .glyphicons-right,
* .halflings-right {
    margin-right: 0;
    margin-left: 5px;
}

h1 .fa,
h1 .glyphicons,
h1 .halflings,
h2 .fa,
h2 .glyphicons,
h2 .halflings,
h3 .fa,
h3 .glyphicons,
h3 .halflings,
h1 a .fa,
h1 a .glyphicons,
h1 a .halflings,
h2 a .fa,
h2 a .glyphicons,
h2 a .halflings,
h3 a .fa,
h3 a .glyphicons,
h3 a .halflings,
.btn-lg .fa,
.btn-group-lg > .btn .fa,
.btn-lg .glyphicons,
.btn-group-lg > .btn .glyphicons,
.btn-lg .halflings,
.btn-group-lg>.btn .halflings {
    margin-right: 12px;
}

h1 .fa-right,
h1 .glyphicons-right,
h1 .halflings-right,
h2 .fa-right,
h2 .glyphicons-right,
h2 .halflings-right,
h3 .fa-right,
h3 .glyphicons-right,
h3 .halflings-right,
h1 a .fa-right,
h1 a .glyphicons-right,
h1 a .halflings-right,
h2 a .fa-right,
h2 a .glyphicons-right,
h2 a .halflings-right,
h3 a .fa-right,
h3 a .glyphicons-right,
h3 a .halflings-right,
.btn-lg .fa-right,
.btn-group-lg > .btn .fa-right,
.btn-lg .glyphicons-right,
.btn-group-lg > .btn .glyphicons-right,
.btn-lg .halflings-right,
.btn-group-lg>.btn .halflings-right {
    margin-right: 0;
    margin-left: 12px;
}

.fa-center,
.glyphicons-center,
.halflings-center {
    margin-right: 0!important;
    margin-left: 0!important;
}

.btn {
    margin-top: 7.5px;
    padding: 12px 60px;
    border-radius: 4px;
    font-size: 1em;
    line-height: 1em;
    -webkit-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
}

.block-buttons .btn {
    display: inline-block;
    margin-right: 1.65em;
}

.block-buttons .btn:last-child {
    margin-right: 0;
}

@media(min-width:768px) {
    .block-buttons .btn {
        float: left;
    }
}

.tab-outdent {
    display: inline-block;
    z-index: 5;
    position: relative;
    top: 50%;
    width: 150%;
    font-size: 24px;
    font-weight: lighter;
    background-image: url("../static/img/icons/hexagon.svg?7dccc4b2d1d5");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tab-outdent .icon {
    margin: 0;
}

.tab-outdent img {
    position: relative;
    left: 50%;
    padding-top: 25%;
    padding-bottom: 25%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tab-outdent.tab-small {
    width: 75%;
}

.image-wrapper,
.image-container {
    display: block;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

.image-wrapper img,
.image-container img {
    transform: translateZ(0);
    backface-visibility: hidden;
}

.image-wrapper:hover,
.image-container:hover {
    -webkit-transform: scale(1.015,1.015);
    -ms-transform: scale(1.015,1.015);
    transform: scale(1.015,1.015);
}

.an-drop-arrow {
    padding-right: 1em;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -ms-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.an-drop-arrow:hover,
.an-drop-arrow:focus {
    color: #4a4949;
    background: none;
}

.an-drop-arrow:hover .fa,
.an-drop-arrow:focus .fa {
    margin-top: 0.5em;
    margin-bottom: -0.5em;
}

.an-drop-arrow .fa {
    position: absolute;
    margin-top: 0.25em;
    margin-left: 0.5em;
    -webkit-transition: margin 0.25s ease;
    -moz-transition: margin 0.25s ease;
    -ms-transition: margin 0.25s ease;
    -o-transition: margin 0.25s ease;
    transition: margin 0.25s ease;
    pointer-events: none;
}

@media only screen and (min-width:768px) {
    .mobile-only {
        display: none!important;
    }
}

.has-error {
    padding: 0.5em;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    background: #c14506;
}

.has-error .help-block {
    font-family: "EnzenMadrasRegular",Helvetica,Arial,sans-serif;
    color: #fff;
}

.alert-danger {
    border-color: #c14506;
    background: #c14506;
}

.alert-danger,
.alert-danger p,
.alert-danger li,
.alert-danger a {
    color: #fff!important;
}

.material-switch .label-success {
    background-color: #c22a16;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > .switch {
    position: relative;
    width: 40px;
    height: 0;
    cursor: pointer;
}

.material-switch > .switch::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 16px;
    margin-top: -8px;
    border-radius: 8px;
    opacity: 0.3;
    background: black;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    transition: all 0.4s ease-in-out;
}

.material-switch > .switch::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 24px;
    height: 24px;
    margin-top: -8px;
    border-radius: 16px;
    background: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    transition: all 0.3s ease-in-out;
}

.material-switch > input[type="checkbox"]:checked + .switch::before {
    opacity: 0.5;
    background: inherit;
}

.material-switch > input[type="checkbox"]:checked + .switch::after {
    left: 20px;
    background: inherit;
}

.modal .modal-header {
    padding: 15px;
    border-color: #c22a16;
    background-color: #c22a16;
}

.modal .modal-dialog {
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
}

.modal .modal-title {
    color: #fff;
}

.modal#regionModal .modal-header,
.modal#regionModal .modal-footer {
    text-align: center;
}

.modal#regionModal .modal-footer .row {
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal#regionModal .modal-footer .btn {
    border-color: #c22a16;
    font-family: "EnzenMadrasRegular",Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    color: #c22a16;
}

.modal#regionModal .modal-footer .btn .fa {
    font-size: 0.7em;
}

.modal#regionModal .modal-footer .btn small {
    display: block;
    padding-bottom: 6px;
    font-weight: lighter;
}

.modal#regionModal .modal-footer .btn:hover {
    color: #fff;
    background-color: #c22a16;
}

.modal#regionModal .modal-footer p {
    margin: 15px 30px 0 30px;
}

.block__background-image-fallback {
    background-color: #e1e1e1;
}

#ccc {
    z-index: 2147483646!important;
}

#ccc #ccc-overlay {
    z-index: 1060!important;
}

#ccc #ccc-module {
    z-index: 1061!important;
}

#ccc .ccc-svg-element {
    top: 2px!important;
    width: 8px!important;
    height: 8px!important;
    margin-left: 5px!important;
}

#ccc a {
    text-decoration: underline;
}

.streamfield-content > :last-child {
    margin-bottom: 0;
}

.rich-text > :first-child {
    margin-top: 0;
}

.rich-text ul,
.rich-text ol {
    overflow: hidden;
}

.thumbnail {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #F4F4F4;
}

.thumbnail img {
    display: block;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}

.thumbnail span.zoom {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 40px;
    height: 40px;
    padding: 5px;
    color: #fff;
}

.thumbnail span.zoom img {
    width: 100%;
}

hr {
    clear: both;
    margin: 15px 0;
}

@media only screen and (min-width:768px) {
    hr {
        margin: 30px 0;
    }
}

.steamfield-block {
    clear: both;
    margin-bottom: 22.5px;
}

@media only screen and (min-width:768px) {
    .steamfield-block {
        margin-bottom: 45px;
    }
}

.steamfield-block.download-list {
    position: relative;
    margin: 0;
    padding-left: 20px;
    border-left: 2px solid #c22a16;
}

.steamfield-block.download-list li {
    list-style: none;
}

.steamfield-block.download-list li a {
    display: inline-block;
    padding: 6px 0;
    text-decoration: none;
}

.steamfield-block.download-list .fa {
    font-size: 1.15em;
    color: #c22a16;
}

.steamfield-block.download-list .meta {
    font-size: 0.82em;
    font-weight: lighter;
    color: #818080;
}

.steamfield-block.embed-wrapper {
    position: relative;
}

.steamfield-block.thumbnail-list a {
    margin-bottom: 30px;
}

@media only screen and (max-width:545px) {
    .steamfield-block.thumbnail-list .image-container {
        width: 100%;
    }
}

blockquote {
    position: relative;
    font-family: "EnzenMadrasLightItalic";
    font-size: 1.4em;
    color: #c22a16;
}

blockquote cite {
    font-size: 0.7em;
    font-style: normal;
    font-weight: lighter;
    color: #818080;
}

.thumbnail-list figcaption,
.image-wrapper figcaption {
    padding-right: 2em;
    font-size: 0.9em;
    font-weight: lighter;
    line-height: 1.35;
    color: #818080;
}

.image-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 22.5px;
}

@media only screen and (min-width:768px) {
    .image-wrapper {
        margin-bottom: 45px;
    }
}

.image-wrapper .thumbnail {
    margin-bottom: 0;
}

@media only screen and (min-width:768px) {
    .image-wrapper.right {
        float: right;
        width: 45%;
        margin-left: 30px;
    }

    .image-wrapper.left {
        float: left;
        width: 45%;
        margin-right: 30px;
    }
}

.image-wrapper figcaption {
    padding-top: 15px;
}

@media only screen and (min-width:768px) {
    .image-wrapper figcaption {
        margin-bottom: -10px;
    }
}

.listing .content-wraper {
    display: block;
    position: relative;
}

.listing .content-wraper .content {
    padding: 1.65em 1.65em;
}

@media only screen and (min-width:768px) {
    .listing .content-wraper .content {
        padding: 1.65em 3.3em;
        padding-bottom: 0;
    }
}

.listing h3 {
    margin-top: 0;
}

.listing article {
    display: block;
    margin-bottom: 1.65em;
}

.listing article.chamfer {
    z-index: 5;
}

.listing .listing-image {
    z-index: 0;
    min-height: 200px;
}

@media only screen and (min-width:768px) {
    .listing .listing-image {
        float: right;
        position: absolute;
        right: 0;
        height: 100%;
    }
}

.listing .unread {
    display: inline-block;
    float: right;
    color: #c22a16;
}

.block {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.65em 0;
}

@media only screen and (min-width:768px) {
    .block {
        padding: 0.0em;
    }
}

.block p,
.block h1,
.block h2,
.block h3,
.block li {
    line-height: 1.2;
    color: #fff;
}

.block__primary,
.block__theme {
    border: none;
    color: #fff;
    background: #c22a16;
}

.block__primary a,
.block__theme a {
    color: #fff;
}

.block__primary.background-secondary,
.block__primary .background-secondary,
.block__theme.background-secondary,
.block__theme .background-secondary {
    background: #a54e0b;
}

.block__gray {
    background: #818080;
}

.block__gray h3 {
    color: #fff;
}

.block__gray.background-secondary,
.block__gray .background-secondary {
    background: #4e4d4d;
}

.block__gray-lightest {
    background: #F4F4F4;
}

.block__gray-lightest h1,
.block__gray-lightest h2,
.block__gray-lightest h3 {
    color: #706F6F;
}

.block__gray-lightest p,
.block__gray-lightest ul,
.block__gray-lightest ol,
.block__gray-lightest li {
    color: #706F6F;
}

.block__gray-lightest.background-secondary,
.block__gray-lightest .background-secondary {
    background: #c1c1c1;
}

.block__background-image,
.block__background-video {
    position: relative;
    background-position: center;
    background-size: cover;
}

.block__background-image .content,
.block__background-video .content {
    z-index: 5;
    position: relative;
}

.block__background-image p,
.block__background-image h1,
.block__background-image h2,
.block__background-image h3,
.block__background-video p,
.block__background-video h1,
.block__background-video h2,
.block__background-video h3 {
    color: #fff;
}

.block__background-video {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.block__background-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%,-50%);
}

.case-studies h2,
.listing-cards h2 {
    margin-top: 0;
    margin-bottom: 30px;
    /*color: #706F6F;*/
     color:#0B0B0B;
}

.case-studies .container,
.listing-cards .container {
    padding-top: 0;
}

.case-studies .block,
.listing-cards .block {
    width: 100%;
}

.case-studies .content-after,
.listing-cards .content-after {
    padding-top: 15px;
}

.case-studies article,
.listing-cards article {
    position: relative;
    margin-bottom: 1.65em;
}

.case-studies article .int-container,
.listing-cards article .int-container {
    display: block;
    position: relative;
    -webkit-box-shadow: 0 0 28px -14px rgba(0,0,0,0);
    -moz-box-shadow: 0 0 28px -14px rgba(0,0,0,0);
    box-shadow: 0 0 28px -14px rgba(0,0,0,0);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    backface-visibility: hidden;
}

.case-studies article .chamfer,
.listing-cards article .chamfer {
    opacity: 1.0;
}

.case-studies article .chamfer::after,
.listing-cards article .chamfer::after {
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.case-studies article .block,
.listing-cards article .block {
    padding: 1.65em;
}

.case-studies article h3,
.listing-cards article h3 {
    margin-top: 0;
    color: #c22a16;
}

.case-studies article p,
.listing-cards article p {
    margin-bottom: 0;
    color: #706F6F;
}

.case-studies article p:last-child,
.listing-cards article p:last-child {
    margin-bottom: 1em;
}

.case-studies article:hover .int-container,
.listing-cards article:hover .int-container {
    -webkit-box-shadow: 0 0 28px -14px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 28px -14px rgba(0,0,0,0.4);
    box-shadow: 0 0 28px -14px rgba(0,0,0,0.4);
    -webkit-transform: scale(1.015,1.015);
    -ms-transform: scale(1.015,1.015);
    transform: scale(1.015,1.015);
}

.case-studies article:hover p,
.case-studies article:hover a,
.listing-cards article:hover p,
.listing-cards article:hover a {
    text-decoration: none;
}

.case-studies article:hover .chamfer::after,
.listing-cards article:hover .chamfer::after {
    opacity: 0;
}

.case-studies article:active a,
.listing-cards article:active a {
    -webkit-box-shadow: 0 0 28px -14px rgba(0,0,0,0);
    -moz-box-shadow: 0 0 28px -14px rgba(0,0,0,0);
    box-shadow: 0 0 28px -14px rgba(0,0,0,0);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

.case-studies article:active .chamfer::after,
.listing-cards article:active .chamfer::after {
    opacity: 1.0;
}

.case-studies article .block__background-image,
.listing-cards article .block__background-image {
    width: 100%;
    height: 14em;
}

@media only screen and (min-width:992px) {
    .case-studies article .block__background-image,
    .listing-cards article .block__background-image {
        height: 10em;
    }
}

.listing-cards + .listing-cards {
    margin-top: 1.65em;
    padding-top: 1.65em;
    border-top: 1px solid #F4F4F4;
}

.contact-cta h2 {
    margin-top: 0;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.container {
    width: 100%;
    max-width: 1670px;
}

html {
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

html,
body {
    background: #dedede;
}

p {
    margin-bottom: 1.155em;
}

.super-wrapper {
    margin: auto;
    max-width: 1670px;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

#main {
    overflow: visible;
}

@media only screen and (min-width:768px) {
    #main > .left-col {
        min-height: 100px;
    }
}

@media only screen and (min-width:768px) {
    #main > .right-col > div {
        z-index: 2;
        position: relative;
        overflow: hidden;
    }
}

ul.dropdown-menu li.divider {
    margin: 0;
}

.sub-nav {
    z-index: 5;
    position: relative;
    width: 100%;
    margin-left: 0;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    max-width: 1670px;
}

@media only screen and (min-width:768px) {
    .sub-nav {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.sub-nav .page-links {
    margin-top: 0;
}

@media only screen and (min-width:768px) {
    .sub-nav .page-links {
        padding-bottom: 1em;
    }

    .sub-nav .page-links > li {
        position: relative;
        padding-top: 1.35em;
    }

    .sub-nav .page-links > li:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: #fff;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .sub-nav .page-links > li.active:before,
    .sub-nav .page-links > li.ancestor:before,
    .sub-nav .page-links>li:hover:before {
        content: "";
        height: 0.6em;
        background: #c22a16;
    }

    .sub-nav .page-links > li > a {
        display: inline-block;
    }
}

@media only screen and (min-width:600px) {
    .sub-nav {
        z-index: 102;
    }
}

@media only screen and (min-width:768px) {
    .sub-nav {
        z-index: inherit;
        background: #fff;
    }
}

@media only screen and (min-width:992px) {
    .sub-nav {
        width: 85%;
        margin-left: 15%;
        max-width: 1419.5px;
    }
}

.sub-nav button {
    padding: 0.5em;
    padding-right: 1em;
    border: none;
    font-size: 1.2em;
    line-height: 1em;
    background: none;
}

@media only screen and (min-width:768px) {
    .sub-nav button {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1em;
    }
}

.sub-nav .dropdown-toggle {
    color: #c22a16;
    cursor: pointer;
}

.sub-nav .dropdown-toggle .caret {
    display: inline;
    float: right;
    position: relative;
    margin-right: 0.5em;
    margin-left: 0.5em;
    border: none;
}

.sub-nav .dropdown-toggle .caret:after {
    content: "\f063";
    display: inline-block;
    position: absolute;
    top: 0.9em;
    width: 0;
    height: 0;
    font-family: FontAwesome;
    font-size: 0.5em;
    vertical-align: middle;
    -webkit-transition: top 0.15s ease;
    -moz-transition: top 0.15s ease;
    -ms-transition: top 0.15s ease;
    -o-transition: top 0.15s ease;
    transition: top 0.15s ease;
}

@media only screen and (min-width:1200px) {
    .sub-nav .dropdown-toggle .caret:after {
        top: 0.25em;
    }
}

.sub-nav .dropdown-toggle:hover .caret:after,
.sub-nav .dropdown-toggle[aria-expanded=true] .caret:after {
    top: 0.5em;
}

.sub-nav .dropdown-toggle .fa {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.sub-nav .dropdown-toggle:hover,
.sub-nav .dropdown-toggle:focus {
    color: #4a4949;
}

.sub-nav .dropdown-toggle:hover .fa,
.sub-nav .dropdown-toggle:focus .fa {
    -webkit-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
}

.sub-nav .open > .dropdown-menu {
    display: block;
}

.sub-nav .dropdown-menu {
    display: none;
    margin-top: 5px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sub-nav .dropdown-menu li {
    display: block;
    float: none;
    margin-right: 0;
}

.sub-nav #region-form {
    display: inline-block;
    float: right;
    position: relative;
    margin: 0;
    margin-right: 2em;
    margin-left: 1em;
    padding-right: 0;
}

@media only screen and (min-width:768px) {
    .sub-nav #region-form {
        margin-top: 1em;
        margin-bottom: 1em;
    }
}

@media only screen and (min-width:992px) {
    .sub-nav #region-form {
        margin-right: 0;
    }
}

.sub-nav #region-form .form-group {
    margin-bottom: 0;
}

.sub-nav #region-form .buttonHolder {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

.sub-nav #region-form label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

.sub-nav #region-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 2em;
    padding-right: 1.5em;
    border: none;
    -webkit-border-radius: 0;
    text-align: right;
    font-size: 1.2em;
    box-shadow: none;
    cursor: pointer;
}

@media only screen and (min-width:768px) {
    .sub-nav #region-form select {
        font-size: 1em;
        background: #F4F4F4;
    }
}

.sub-nav #region-form:after {
    content: "\f063";
    display: inline-block;
    position: absolute;
    top: 0.4em;
    right: 2px;
    margin-top: 0;
    margin-left: 0.8em;
    font-family: FontAwesome;
    font-size: 1.2em;
    vertical-align: middle;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    pointer-events: none;
}

@media only screen and (min-width:768px) {
    .sub-nav #region-form:after {
        right: 1em;
        margin-top: 0.7em;
        font-size: 0.6em;
    }
}

@media screen and (-ms-high-contrast:active) ,
(-ms-high-contrast:none) {
    .sub-nav #region-form:after {
        display: none;
    }
}

.sub-nav #region-form:hover:after {
    -webkit-transform: translateY(0.25em);
    -ms-transform: translateY(0.25em);
    transform: translateY(0.25em);
}

.sub-nav nav {
    float: right;
    margin-top: 0.3em;
    padding-right: 1.1em;
}

.sub-nav nav ul {
    margin-bottom: 0;
    padding-right: 0;
}

@media only screen and (min-width:1200px) {
    .sub-nav nav ul {
        line-height: 1.2em;
    }
}

.sub-nav nav li {
    margin-right: 1.1em;
}

.sub-nav nav li ul {
    display: inline-block;
    float: left;
}

.sub-nav .page-links {
    display: none;
}

@media only screen and (min-width:768px) {
    .sub-nav .page-links {
        display: block;
    }
}

.sub-nav .search-form {
    display: none;
    float: right;
    position: relative;
}

@media only screen and (min-width:768px) {
    .sub-nav .search-form {
        display: block;
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

.sub-nav .search-form li {
    display: none;
}

@media only screen and (max-width:768px) {
    .sub-nav .search-form li {
        display: inline-block;
    }
}

.sub-nav .search-form input {
    float: left;
    width: auto;
    height: 2em;
    margin-right: 1.1em;
    border: none;
    border-radius: 0;
    color: #706F6F;
    background: #F4F4F4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

header#main-header {
    position: relative;
    overflow: hidden;
}

header#main-header > .container {
    position: relative;
    padding: 0;
}

header#main-header .right-col {
    display: inline-block;
    z-index: 5;
    float: left;
    position: static;
    width: 100%;
    overflow: hidden;
}

@media only screen and (min-width:768px) {
    header#main-header .right-col {
        width: 85%;
        margin-left: 15%;
    }
}

header#main-header .right-col .content {
    z-index: 2;
    position: relative;
    padding-top: 4em;
    padding-bottom: 4em;
    text-align: center;
}

@media only screen and (min-width:768px) {
    header#main-header .right-col .content {
        float: right;
        float: none;
        width: 70%;
        width: auto;
        height: 28em;
        padding-left: 20%;
    }
}

@media only screen and (min-width:1200px) {
    header#main-header .right-col .content {
        padding-left: 25%;
    }
}

@media only screen and (min-width:768px) {
    header#main-header .right-col .content {
        float: none;
        width: auto;
        text-align: left;
    }
}

header#main-header .right-col .content .author {
    margin-top: 0.3em;
}

@media only screen and (min-width:768px) {
    header#main-header .right-col .content .wrapper {
        position: relative;
        top: 50%;
        padding-top: 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

header#main-header .right-col .content h1,
header#main-header .right-col .content h1 small,
header#main-header .right-col .content h2,
header#main-header .right-col .content h2 small,
header#main-header .right-col .content p,
header#main-header .right-col .content p small {
    color: #fff;
}

header#main-header .right-col .content h1,
header#main-header .right-col .content h2,
header#main-header .right-col .content h3 {
    margin-top: 0;
    margin-bottom: 0;
}

header#main-header .right-col .content h1 + .block-buttons {
    margin-top: 2em;
}

header#main-header .right-col .content p {
    margin-top: 0;
}

@media only screen and (min-width:768px) {
    header#main-header .right-col .content p {
        margin-right: 1.65em;
    }
}

@media only screen and (min-width:768px) {
    header#main-header .right-col .content .copy {
        padding-right: 30px;
    }
}

@media only screen and (min-width:1200px) {
    header#main-header .right-col .content .copy {
        padding-right: 125px;
    }
}

@media only screen and (min-width:768px) {
    header#main-header .right-col .content.icon-banner {
        margin-right: 15px;
    }
}

@media only screen and (min-width:768px) {
    header#main-header .right-col .content.icon-banner .copy {
        padding-right: 12.25em!important;
    }
}

header#main-header .right-col .content.icon-banner .hex {
    display: inline-block;
    position: static;
    margin-bottom: 1.65em;
    -webkit-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

@media only screen and (min-width:768px) {
    header#main-header .right-col .content.icon-banner .hex {
        display: block;
        position: absolute;
        top: auto;
        top: 50%;
        right: 3.5em;
        left: auto;
        margin-bottom: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

header#main-header .header-wrapper {
    clear: both;
    position: relative;
}

header#main-header .header-wrapper .left-col,
header#main-header .header-wrapper .right-col {
    z-index: 5;
    position: relative;
}

@media only screen and (min-width:500px) and (max-width:768px) {
    header#main-header .header-wrapper > div {
        position: relative;
    }
}

header#main-header .header-wrapper .logo-tab {
    display: inline-block;
    z-index: 200;
    position: absolute;
    top: 0;
    left: 15px;
    width: 4em;
    height: 5em;
    margin-top: -5em;
    background: none;
}

@media only screen and (min-width:600px) and (min-width:768px) {
    header#main-header .header-wrapper .logo-tab.fixed {
        position: fixed;
        top: 0;
        height: 52px;
        padding-top: 0;
        max-width: 250.5px;
        overflow: hidden;
    }
}

@media only screen and (min-width:768px) {
    header#main-header .header-wrapper .logo-tab {
        display: block;
        z-index: 100;
        position: absolute;
        left: auto;
        width: 15%;
        height: 100%;
        margin-top: auto;
        padding-top: 52px;
        background: none;
        background: #fff;
    }
}

header#main-header .header-wrapper .logo-tab .logo-tab-trigger {
    position: absolute;
    top: 55.5%;
    left: 0;
    width: 100%;
    height: 52px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

header#main-header .header-wrapper .logo-tab .logo {
    display: inline-block;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: lighter;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

@media only screen and (min-width:600px) {
    header#main-header .header-wrapper .logo-tab .logo {
        background-image: url("2.svg");
    }
}

@media only screen and (min-width:768px) {
    header#main-header .header-wrapper .logo-tab .logo {
        top: 50%;
        left: 100%;
        width: 150%;
        height: 0;
        padding-bottom: 150%;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: translate(-66.666%,-50%);
        -ms-transform: translate(-66.666%,-50%);
        transform: translate(-66.666%,-50%);
    }

    header#main-header .header-wrapper .logo-tab .logo svg {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    header#main-header .header-wrapper .logo-tab .logo svg .outline {
        overflow: visible;
        stroke-dashoffset: 0;
        stroke-width: 8px;
        stroke: #c22a16;
        fill: none;
    }

    header#main-header .header-wrapper .logo-tab .logo.fixed {
        top: 50%;
        left: 66.66%;
        width: 100%;
        background-size: 80%;
    }

    header#main-header .header-wrapper .logo-tab .logo.fixed .outline {
        stroke: none!important;
    }
}

header#main-header .header-wrapper .logo-tab .logo .outline {
    overflow: visible;
    stroke-dashoffset: 0;
    stroke-width: 8px;
    stroke: #c22a16;
    fill: none;
}

header#main-header .header-wrapper .logo-tab .logo svg {
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: visible;
}

@media only screen and (min-width:768px) {
    header#main-header .header-wrapper .logo-tab .logo svg {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 33.333%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}

header#main-header .header-wrapper .banner {
    text-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

@media only screen and (max-width:767px) {
    header#main-header .header-wrapper .banner {
        padding-right: 15px;
        padding-left: 15px;
    }
}

header#main-header .header-wrapper .banner a {
    text-shadow: none;
}

header#main-header .block__background-video,
header#main-header .block__background-image {
    background-color: rgba(31,31,31,0.25);
}

header#main-header .block__background-image {
    z-index: 1;
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    overflow: hidden;
}

@media only screen and (min-width:768px) {
    #main-nav {
        z-index: 101;
        position: absolute;
        left: 15%;
        width: 85%;
        width: 85vw;
    }

    #main-nav .navbar > ul > li a {
        -webkit-transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -ms-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease;
    }

    #main-nav.fixed {
        position: fixed;
        top: 0;
        left: auto;
        width: 85%;
        margin-left: 15%;
        max-width: 1419.5px;
    }
}

@media only screen and (min-width:768px) and (min-width:1670px) {
    #main-nav.fixed {
        margin-left: 250.5px;
    }
}

@media only screen and (min-width:768px) {
    #main-nav.fixed .navbar > ul > li a {
        line-height: 1em;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }
}

.navbar-toggle {
    position: relative;
    right: 12px;
    margin: 0;
    margin-left: 1em;
    border: none;
    font-size: 1.2em;
    color: #c22a16;
    background: none;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -ms-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
    cursor: pointer;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    color: #4a4949;
    background: none;
}

.navbar-toggle:hover .fa,
.navbar-toggle:focus .fa {
    -webkit-transform: translateY(0.25em);
    -ms-transform: translateY(0.25em);
    transform: translateY(0.25em);
}

.navbar-toggle:after {
    content: '';
}

.navbar-toggle span {
    display: inline-block;
    float: left;
}

.navbar-toggle .fa {
    position: absolute;
    margin-left: 0.5em;
    -webkit-transition: -webkit-transform 0.25s ease;
    -moz-transition: transform 0.25s ease;
    -ms-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
}

.nav-main {
    min-height: 0;
    border: none;
    background: #c22a16;
}

.nav-main .navbar {
    margin: 0;
    padding-right: 0!important;
    padding-left: 0!important;
    max-height: none;
    max-width: 1419.5px;
    min-height: 0;
    border: none;
}

.nav-main .navbar > ul {
    display: block;
    width: 100%;
    margin: 0;
}

.nav-main .navbar > ul > li {
    border-bottom: 1px solid #fff;
    font-weight: normal;
}

@media only screen and (min-width:768px) {
    .nav-main .navbar > ul > li {
        display: inline-block;
        width: 25%;
        border-right: 1px solid #fff;
        border-bottom: none;
        text-align: center;
    }
}

.nav-main .navbar > ul > li:last-child {
    border-right: 0;
}

@media only screen and (min-width:768px) {
    .nav-main .navbar > ul > li>a {
        height: 52px;
    }
}

.nav-main .navbar > ul > li a {
    font-family: "EnzenMadrasRegular",Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    color: #fff;
}

.nav-main .navbar > ul > li.ancestor a,
.nav-main .navbar>ul>li.active a,
.nav-main .navbar>ul>li:hover a,
.nav-main .navbar>ul>li:focus a,
.nav-main .navbar>ul>li.open a {
    color: #fff;
    background: #d4650f;
}

.nav-main .navbar > ul > li .dropdown-menu {
    background: #fff;
}

.nav-main .navbar > ul > li.dropdown .caret {
    display: inline;
    position: relative;
    margin-left: 0.25em;
    border: none;
}

.nav-main .navbar > ul > li.dropdown .caret:after {
    content: "\f063";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    font-family: FontAwesome;
    font-size: 0.5em;
    vertical-align: middle;
    -webkit-transition: top 0.15s ease;
    -moz-transition: top 0.15s ease;
    -ms-transition: top 0.15s ease;
    -o-transition: top 0.15s ease;
    transition: top 0.15s ease;
}

.nav-main .navbar > ul > li.dropdown:hover .caret:after,
.nav-main .navbar>ul>li.dropdown[aria-expanded=true] .caret:after {
    top: 0.5em;
}

.nav-main .navbar > ul > li.dropdown.open {
    z-index: 15;
}

.nav-main .navbar > ul > li.dropdown.open .caret:after {
    top: 0.5em;
}

.nav-main .navbar > ul > li.dropdown.open>a:after,
.nav-main .navbar>ul>li.dropdown.ancestor>a:after,
.nav-main .navbar>ul>li.dropdown>a:hover:after {
    border-top: 4px solid #555;
    background: #d4650f;
}

.nav-main .navbar > ul > li.dropdown .dropdown-menu {
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
}

@media only screen and (min-width:768px) {
    .nav-main .navbar > ul > li.dropdown .dropdown-menu {
        position: absolute;
    }
}

.nav-main .navbar > ul > li.dropdown .dropdown-menu li.ancestor a,
.nav-main .navbar>ul>li.dropdown .dropdown-menu li.active a,
.nav-main .navbar>ul>li.dropdown .dropdown-menu li:hover a,
.nav-main .navbar>ul>li.dropdown .dropdown-menu li:focus a {
    background: #c22a16;
}

.nav-main .navbar > ul > li.dropdown .dropdown-menu li a {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
    font-size: 1.2em;
    line-height: 1.2em;
    white-space: normal;
    color: #fff;
}

.nav-main .navbar-nav > .open > a.ancestor,
.nav-main .navbar-nav>.open>a.active,
.nav-main .navbar-nav>.open>a:hover,
.nav-main .navbar-nav>.open>a:focus,
.nav-main .navbar-nav>.open>a.open {
    color: #fff;
    background: #d4650f;
}

main {
    overflow: hidden;
}

main header {
    position: relative;
    margin-bottom: 15px;
}

@media only screen and (min-width:768px) {
    main header {
        margin-bottom: 30px;
    }
}

main header .tags {
    margin: 15px 0 0 0;
}

main .right-col {
    margin-top: 2.7em;
}

main .section-icon {
    display: inline-block;
    position: relative;
    width: 33%;
    height: 0;
    padding-bottom: 33%;
    background-image: url("../static/img/icons/hexagon-orange.svg?7dccc4b2d1d5");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

main .section-icon img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

main .content div[class*='col-'] > :first-child {
    margin-top: 0;
}

.icon {
    display: inline-block;
    float: left;
    position: relative;
    width: 50%;
    margin-bottom: 3.3em;
    text-align: center;
}

.icon span {
    display: block;
    margin-top: 0.55em;
    font-size: 1.2em;
    font-weight: 400;
    color: #EA5D10;
}

.icon img {
    display: inline-block;
    width: 80%;
    height: 4em;
}

footer#footer {
    position: relative;
    margin-top: 30px;
    padding: 0;
    border-top: 1px solid #F4F4F4;
    background: #F4F4F4;
}

@media only screen and (min-width:768px) {
    footer#footer:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
        background: #818080;
    }
}

footer#footer .hex {
    display: none;
}

@media only screen and (min-width:768px) {
    footer#footer .hex {
        display: block;
    }
}

footer#footer .block {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer#footer dl {
    display: block;
}

footer#footer dl dt,
footer#footer dl dd {
    display: inline-block;
    float: left;
    font-weight: lighter;
}

footer#footer dl dt {
    clear: both;
    margin-right: 1em;
}

footer#footer h3 {
    margin-top: 0;
}

footer#footer hr {
    margin: 15px 0;
    border-color: #e7e7e7;
}

@media only screen and (max-width:767px) {
    footer#footer .container {
        padding-right: 0;
        padding-left: 0;
    }

    footer#footer .block {
        padding-right: 30px;
        padding-left: 30px;
    }
}

footer#footer a.external:after {
    display: none!important;
}

p.large {
    font-size: 1.4em;
}

p.large,
.btn.large {
    font-size: 1.2em;
}

#sidenav {
    display: none;
    padding-top: 52px;
}

@media only screen and (min-width:768px) {
    #sidenav {
        display: block;
    }
}

#sidenav a {
    display: block;
    padding: 1em 0.8em;
    text-align: right;
    text-decoration: none;
}

#sidenav a:hover {
    color: #fff!important;
    background: #d4650f;
}

#sidenav li.active > a {
    color: #fff!important;
    background-color: #c22a16;
}

#sidenav ul {
    padding-left: 0;
    list-style: none;
}

#sidenav ul li.section_root > a {
    margin: 0 0 15px 0;
    padding: 0.8em;
    border-bottom: 1px solid #F4F4F4;
}

#sidenav ul ul ul {
    display: none;
    margin-bottom: 7.5px;
    border: 1px solid #ececec;
}

#sidenav ul ul ul li {
    margin-bottom: 0;
}

#sidenav ul ul ul li a {
    padding: 0.7em 0.8em;
}

#sidenav ul ul a.with-children {
    position: relative;
    padding-right: 35px;
}

#sidenav ul ul a.with-children .fa {
    position: absolute;
    top: 1.2em;
    right: 7px;
    margin: 0;
}

#sidenav ul ul li.ancestor,
#sidenav ul ul li.active {
    background-color: #ececec;
}

#sidenav ul ul li.ancestor > a,
#sidenav ul ul li.active > a {
    font-family: "EnzenMadrasRegular",Helvetica,Arial,sans-serif;
}

#sidenav ul ul li.ancestor ul,
#sidenav ul ul li.active ul {
    display: block;
    background-color: #F4F4F4;
}

#sidenav ul ul li.ancestor ul a,
#sidenav ul ul li.active ul a {
    padding-right: 2em;
}

@media only screen and (min-width:768px) {
    #sidenav.fixed {
        z-index: 1;
        position: fixed;
        top: 0;
        left: 0;
        width: 15%;
        margin: auto;
    }
}

@media only screen and (min-width:768px) and (min-width:1670px) {
    #sidenav.fixed {
        left: auto;
        width: 100%;
        max-width: 1670px;
    }

    #sidenav.fixed > ul {
        max-width: 250.5px;
    }
}

#speak-to-an-expert {
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-bottom: 45px;
    padding: 1.65em;
    padding-left: 0;
    max-width: 1000px;
    border: none;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#speak-to-an-expert > h2 {
    margin-top: 0;
}

@media only screen and (min-width:768px) {
    #speak-to-an-expert {
        padding: 3.3em;
        padding-left: 0;
    }
}

@media only screen and (min-width:550px) {
    #speak-to-an-expert {
        padding-right: 5.625em;
    }
}

@media only screen and (min-width:768px) {
    #speak-to-an-expert {
        padding-right: 7.5em;
    }
}

#speak-to-an-expert .content {
    padding-right: 4.5em;
    padding-left: 1.65em;
}

@media only screen and (min-width:550px) {
    #speak-to-an-expert .content {
        padding-right: 5.625em;
    }
}

@media only screen and (min-width:768px) {
    #speak-to-an-expert .content {
        padding-right: 7.5em;
        padding-left: 3.3em;
    }
}

#speak-to-an-expert .content a {
    display: inline-block;
    clear: both;
    margin-right: 1em;
}

#speak-to-an-expert .content a .fa {
    margin-right: 0.5em;
}

#speak-to-an-expert .content a.external:after {
    display: none;
}

#speak-to-an-expert .content h2 {
    margin-top: 0;
    padding-right: 1em;
}

#speak-to-an-expert .content .profile-container {
    position: absolute;
    top: -1.5em;
    right: -0.75em;
    width: 4.5em;
    height: 4.5em;
}

@media only screen and (min-width:550px) {
    #speak-to-an-expert .content .profile-container {
        top: 40%;
        right: -5.625em;
        width: 11.25em;
        height: 11.25em;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (min-width:768px) {
    #speak-to-an-expert .content .profile-container {
        right: -7.5em;
        width: 15em;
        height: 15em;
    }
}

#speak-to-an-expert .content .profile-container img {
    z-index: 999;
    position: absolute;
    right: 0;
    width: 100%;
    max-width: none;
}

#speak-to-an-expert a {
    color: #fff;
}

#speak-to-an-expert a.btn {
    color: #c22a16;
}

.register-footer-cta,
.contact-footer-cta {
    width: 100%;
    margin-bottom: 30px;
    padding: 1.65em;
    border: none;
}

@media only screen and (min-width:768px) {
    .register-footer-cta,
    .contact-footer-cta {
        padding: 3.3em;
    }
}

.register-footer-cta h2:first-child,
.register-footer-cta h3:first-child,
.register-footer-cta .h2:first-child,
.register-footer-cta .h3:first-child,
.contact-footer-cta h2:first-child,
.contact-footer-cta h3:first-child,
.contact-footer-cta .h2:first-child,
.contact-footer-cta .h3:first-child {
    margin-top: 0;
}

.register-footer-cta .contact-container,
.contact-footer-cta .contact-container {
    display: block;
    margin-top: 1em;
    margin-bottom: 1.65em;
}

@media only screen and (min-width:768px) {
    .register-footer-cta .contact-container,
    .contact-footer-cta .contact-container {
        display: inline-block;
    }
}

.register-footer-cta .contact-container a,
.contact-footer-cta .contact-container a {
    margin-right: 1em;
}

.register-footer-cta .content .btn,
.contact-footer-cta .content .btn {
    float: left;
    margin-right: 3.05em;
}

@media only screen and (min-width:768px) {
    .register-footer-cta .content .btn,
    .contact-footer-cta .content .btn {
        clear: none;
    }
}

.register-footer-cta .content .btn:after,
.contact-footer-cta .content .btn:after {
    display: inline-block;
}

.register-footer-cta .content a,
.contact-footer-cta .content a {
    display: inline-block;
    clear: both;
    margin-right: 1em;
}

.register-footer-cta .content a .fa,
.contact-footer-cta .content a .fa {
    margin-right: 0.5em;
}

.register-footer-cta .content a:after,
.contact-footer-cta .content a:after {
    display: none;
}

.register-footer-cta .content h2,
.contact-footer-cta .content h2 {
    margin-top: 0;
    padding-right: 3em;
}

@media only screen and (min-width:768px) {
    .register-footer-cta .content h2,
    .contact-footer-cta .content h2 {
        padding-right: 0;
    }
}

.register-footer-cta .content p,
.contact-footer-cta .content p {
    padding-right: 3em;
}

.register-footer-cta .content .hex,
.contact-footer-cta .content .hex {
    top: 1.65em;
    right: 1.65em;
    left: auto;
    width: 2.85em;
    height: 3em;
    transform: none;
}

.register-footer-cta .content .hex .fa,
.contact-footer-cta .content .hex .fa {
    font-size: 2em;
    color: #c22a16;
}

.register-footer-cta .content .hex svg path,
.contact-footer-cta .content .hex svg path {
    stroke: #c22a16;
}

@media only screen and (min-width:768px) {
    .register-footer-cta .content .hex,
    .contact-footer-cta .content .hex {
        top: 3em;
        right: 3em;
        width: 4.75em;
        height: 5em;
    }
}

.register-footer-cta a,
.contact-footer-cta a {
    color: #fff;
}

.register-footer-cta a.btn,
.contact-footer-cta a.btn {
    color: #c22a16;
}

@media only screen and (min-width:768px) {
    .right {
        float: right;
    }
}

@media only screen and (min-width:768px) {
    .left {
        float: left;
    }
}

.container.edgeless {
    padding-right: 0;
    padding-left: 0;
}

.list__pipe-items li:after {
    content: "|";
    display: inline-block;
    padding-left: 7.5px;
}

.list__pipe-items li:last-child:after {
    content: "";
    display: none;
}

div[class*='enz-col'] {
    display: inline-block;
    float: left;
}

@media only screen and (min-width:768px) {
    .enz-col-1 {
        width: 20%;
    }

    .enz-col-1 .container__context {
        width: 334px;
        max-width: 100%;
    }

    .enz-col-2 {
        width: 40%;
    }

    .enz-col-2 .container__context {
        width: 668px;
        max-width: 100%;
    }

    .enz-col-3 {
        width: 60%;
    }

    .enz-col-3 .container__context {
        width: 1002px;
        max-width: 100%;
    }

    .enz-col-4 {
        display: inline-block;
        float: left;
        width: 80%;
    }

    .enz-col-4 .container__context {
        width: 1336px;
        max-width: 100%;
    }

    .left-col {
        display: inline-block;
        float: left;
        left: 0;
        width: 15%;
        height: 100%;
    }

    .right-col {
        display: inline-block;
        float: left;
        width: 85%;
    }
}

.hex {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 10.8em;
    height: 12em;
   /* background-image: url("../static/img/icons/hexagon-gray-light.svg?7dccc4b2d1d5");*/
    background-image: url("1.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translate(-40%,-50%);
    -ms-transform: translate(-40%,-50%);
    transform: translate(-40%,-50%);
}

.hex.medium {
    width: 9em;
    height: 10em;
}

.hex.small {
    width: 6.3em;
    height: 7em;
}

.hex.smaller {
    width: 4.5em;
    height: 5em;
}

.hex.smallest {
    width: 2.7em;
    height: 3em;
}

.hex.orange {
   /*background-image: url("../static/img/icons/hexagon-orange.svg?7dccc4b2d1d5");*/
    /*background-image: url("../static/img/icons/hexagon-7dccc4b2d1d5");*/
}

.hex.orange svg polygon,
.hex.orange svg line,
.hex.orange svg circle,
.hex.orange svg path {
    stroke: #fff;
}

.hex.orange-dark {
    background-image: url("orange-dark.svg");
}

.hex.orange-dark svg polygon,
.hex.orange-dark svg line,
.hex.orange-dark svg circle,
.hex.orange-dark svg path {
    stroke: #fff;
}

.hex.orange-light {
    background-image: url("../static/img/icons/hexagon-orange-light.svg?7dccc4b2d1d5");
}

.hex.orange-light svg polygon,
.hex.orange-light svg line,
.hex.orange-light svg circle,
.hex.orange-light svg path {
    stroke: #fff;
}

.hex.white {
    background-image: url("1.svg");
}

.hex.white svg path {
    stroke: #706F6F;
}

.hex h2 {
    z-index: 2;
    position: relative;
}

.hex svg,
.hex img,
.hex .frame,
.hex .content,
.hex .fa {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 60%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.hex svg.normalise,
.hex img.normalise,
.hex .frame.normalise,
.hex .content.normalise,
.hex .fa.normalise {
    left: 40%;
}

.hex .fa {
    width: auto;
    height: auto;
}

.hex .content {
    height: auto;
    padding: 0;
    max-width: none;
}

.hex .content svg,
.hex .content img {
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    transform: translate(0%,0%);
}

.hex .frame {
    width: 60%;
    height: 60%;
    background-image: url("1.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hex .frame svg,
.hex .frame img,
.hex .frame .frame {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40%;
    max-width: 70%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.hex .frame svg path,
.hex .frame img path,
.hex .frame .frame path {
    stroke: #706F6F;
    fill: transparent;
}

.hex-container-padding {
    padding-left: 12em;
}

.hex-container-padding.medium {
    padding-left: 6em;
}

.hex-container-padding.small {
    padding-left: 4.5em;
}

.hex-container-padding.smaller {
    padding-left: 3.5em;
}

.hex-container-padding.smallest {
    padding-left: 2.5em;
}

.btn {
    padding: 0.8em 1em;
}

.btn-white {
    border-color: transparent;
    color: #c22a16;
    background-color: #fff;
}

.btn-white:focus,
.btn-white.focus {
    border-color: rgba(0,0,0,0);
    color: #c22a16;
    background-color: #e6e6e6;
}

.btn-white:hover {
    border-color: rgba(0,0,0,0);
    color: #c22a16;
    background-color: #e6e6e6;
}

.btn-white:active,
.btn-white.active,
.open > .btn-white.dropdown-toggle {
    border-color: rgba(0,0,0,0);
    color: #c22a16;
    background-color: #e6e6e6;
}

.btn-white:active:hover,
.btn-white:active:focus,
.btn-white:active.focus,
.btn-white.active:hover,
.btn-white.active:focus,
.btn-white.active.focus,
.open > .btn-white.dropdown-toggle:hover,
.open > .btn-white.dropdown-toggle:focus,
.open>.btn-white.dropdown-toggle.focus {
    border-color: rgba(0,0,0,0);
    color: #c22a16;
    background-color: #d4d4d4;
}

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

.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled.focus,
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white.focus {
    border-color: transparent;
    background-color: #fff;
}

.btn-white .badge {
    color: #fff;
    background-color: #c22a16;
}

.btn-white:active {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-white:focus,
.btn-white.focus {
    color: #c22a16;
    background-color: #e6e6e6;
}

.btn-white:focus:active,
.btn-white.focus:active {
    color: #c22a16;
    background-color: #e6e6e6;
    -webkit-transform: scale(0.975);
    -ms-transform: scale(0.975);
    transform: scale(0.975);
}

.btn-primary {
    border-color: transparent;
    color: #fff;
    background-color: #c22a16;
}

.btn-primary:focus,
.btn-primary.focus {
    border-color: rgba(0,0,0,0);
    color: #fff;
    background-color: #d4650f;
}

.btn-primary:hover {
    border-color: rgba(0,0,0,0);
    color: #fff;
    background-color: #d4650f;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    border-color: rgba(0,0,0,0);
    color: #fff;
    background-color: #d4650f;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    border-color: rgba(0,0,0,0);
    color: #fff;
    background-color: #b3550c;
}

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

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    border-color: transparent;
    background-color: #c22a16;
}

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

.btn-primary:active {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #d4650f;
}

.btn-primary:focus:active,
.btn-primary.focus:active {
    color: #fff;
    background-color: #d4650f;
    -webkit-transform: scale(0.975);
    -ms-transform: scale(0.975);
    transform: scale(0.975);
}

.btn.btn_enzen {
    position: relative;
    margin-right: 1.4em;
    margin-left: 1.4em;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    -ms-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.btn.btn_enzen .fa.fa-right {
    margin-left: 1em;
    font-size: 0.7em;
}

.btn.btn_enzen .fa.fa-right-slide-right {
    -webkit-transition: -webkit-transform 0.15s linear;
    -moz-transition: transform 0.15s linear;
    -ms-transition: transform 0.15s linear;
    -o-transition: transform 0.15s linear;
    transition: transform 0.15s linear;
}

.btn.btn_enzen:before,
.btn.btn_enzen:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1.4em;
    height: 100%;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 400% 100%;
    -webkit-transition: background 0.12s linear;
    -moz-transition: background 0.12s linear;
    -ms-transition: background 0.12s linear;
    -o-transition: background 0.12s linear;
    transition: background 0.12s linear;
}

.btn.btn_enzen:after {
    right: -1.344em;
    background-image: url("../../img/button-edge/after-button_white.html");
}

.btn.btn_enzen:before {
    left: -1.344em;
    background: transparent;
    background-image: url("../../img/button-edge/before-button_white-two.html");
    background-size: 400% 100%;
}

.btn.btn_enzen:hover:before,
.btn.btn_enzen:hover:after,
.btn.btn_enzen:focus:before,
.btn.btn_enzen:focus:after,
.btn.btn_enzen:active:before,
.btn.btn_enzen:active:after {
    -webkit-transition: background 0.225s linear;
    -moz-transition: background 0.225s linear;
    -ms-transition: background 0.225s linear;
    -o-transition: background 0.225s linear;
    transition: background 0.225s linear;
}

.btn.btn_enzen:hover:before,
.btn.btn_enzen:focus:before,
.btn.btn_enzen:active:before {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    background-position: 100% 0%;
}

.btn.btn_enzen:hover .fa-slide-right,
.btn.btn_enzen:focus .fa-slide-right,
.btn.btn_enzen:active .fa-slide-right {
    -webkit-transform: translateX(0.5em);
    -ms-transform: translateX(0.5em);
    transform: translateX(0.5em);
}

.btn.btn_enzen:hover:after,
.btn.btn_enzen:focus:after,
.btn.btn_enzen:active:after {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background-position: 0% 100%;
}

.btn.btn_enzen.btn-white:before {
    background-image: url("../../img/button-edge/before-button-white-transition-gradientc9b0.png%3F7dccc4b2d1d5");
}

.btn.btn_enzen.btn-white:after {
    background-image: url("../../img/button-edge/after-button-white-transition-gradientc9b0.png%3F7dccc4b2d1d5");
}

.btn.btn_enzen.btn-primary:before {
    background-image: url("../../img/button-edge/before-button-orange-transition-gradientc9b0.png%3F7dccc4b2d1d5");
}

.btn.btn_enzen.btn-primary:after {
    background-image: url("../../img/button-edge/after-button-orange-transition-gradientc9b0.png%3F7dccc4b2d1d5");
}

.block-buttons .btn {
    margin-bottom: 0.5em;
}

@media only screen and (min-width:768px) {
    .block-buttons .btn {
        margin-right: 3.05em;
    }
}

.block-buttons .btn:last-child {
    margin-right: 1.4em;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */



.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    margin-left: 2.14286em;
    padding-left: 0;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    top: 0.14286em;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1) ";
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2) ";
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3) ";
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1) ";
}

.fa-flip-vertical {
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1) ";
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    display: inline-block;
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-o:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-circle-o:before {
    content: "";
}

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

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

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

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix: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 {
    border: 0;
    text-shadow: none;
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
}

.hidden {
    display: none!important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none!important;
}

.visible-sm {
    display: none!important;
}

.visible-md {
    display: none!important;
}

.visible-lg {
    display: none!important;
}

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

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

    table.visible-xs {
        display: table!important;
    }

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

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

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

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

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

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

    table.visible-sm {
        display: table!important;
    }

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

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

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

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

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

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important;
    }

    table.visible-md {
        display: table!important;
    }

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

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

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important;
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block!important;
    }

    table.visible-lg {
        display: table!important;
    }

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

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

@media(min-width:1200px) {
    .visible-lg-block {
        display: block!important;
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline!important;
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important;
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none!important;
    }
}

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

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important;
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none!important;
    }
}

.visible-print {
    display: none!important;
}

@media print {
    .visible-print {
        display: block!important;
    }

    table.visible-print {
        display: table!important;
    }

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

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

.visible-print-block {
    display: none!important;
}

@media print {
    .visible-print-block {
        display: block!important;
    }
}

.visible-print-inline {
    display: none!important;
}

@media print {
    .visible-print-inline {
        display: inline!important;
    }
}

.visible-print-inline-block {
    display: none!important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important;
    }
}

@media print {
    .hidden-print {
        display: none!important;
    }
}

.fancybox-enabled {
    overflow: hidden;
}

.fancybox-enabled body {
    height: 100%;
    overflow: visible;
}

.fancybox-is-hidden {
    visibility: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.fancybox-container {
    z-index: 99993;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-container~.fancybox-container {
    z-index: 99992;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
    opacity: 0;
    background: #1e1e1e;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    visibility: hidden;
    z-index: 99997;
    position: absolute;
    box-sizing: border-box;
    direction: ltr;
    opacity: 0;
    transition: opacity .25s,visibility 0s linear .25s;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    visibility: visible;
    opacity: 1;
    transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px;
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    text-align: center;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 44px;
    color: #ddd;
    background-color: rgba(30,30,30,.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
    top: 0;
    right: 0;
}

.fancybox-stage {
    z-index: 99994;
    overflow: hidden;
    direction: ltr;
    -webkit-transform: translateZ(0);
}

.fancybox-slide {
    display: none;
    z-index: 99994;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    text-align: center;
    white-space: normal;
    outline: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: visible;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin: 44px 0;
    padding: 24px;
    border-width: 0;
    overflow: auto;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
}

.fancybox-slide .fancybox-image-wrap {
    z-index: 99995;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: visible;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: default;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-height: none;
    max-width: none;
    border: 0;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
    width: 80%;
    height: 80%;
    padding: 0;
    max-height: calc(100% - 88px);
    max-width: calc(100% - 100px);
    overflow: visible;
    background: #fff;
}

.fancybox-iframe {
    display: block;
    height: 100%;
    padding: 0;
    border: 0;
}

.fancybox-error,
.fancybox-iframe {
    width: 100%;
    margin: 0;
    background: #fff;
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default;
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #444;
}

.fancybox-close-small {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    cursor: pointer;
}

.fancybox-close-small:after {
    content: "×";
    z-index: 2;
    position: absolute;
    top: 5px;
    right: 5px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-width: 0;
    border-radius: 50%;
    text-align: center;
    font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 300;
    color: #888;
    background: #fff;
    transition: background .25s;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa;
    background: transparent;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff;
}

.fancybox-caption-wrap {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 30px 0;
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8) );
    pointer-events: none;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0,0%,100%,.4);
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
}

.fancybox-caption a {
    text-decoration: underline;
    color: #fff;
}

.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    text-align: center;
    line-height: 44px;
    vertical-align: top;
    outline: none;
    color: #ddd;
    background: transparent;
    cursor: pointer;
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30,30,30,.6);
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0,0,0,.8);
}

.fancybox-button:after,
.fancybox-button:before {
    content: "";
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    color: currentColor;
    opacity: .9;
    background-color: currentColor;
    pointer-events: none;
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
    opacity: .3;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    background: transparent;
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--left {
    border-bottom-left-radius: 5px;
}

.fancybox-button--right {
    border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
    width: 16px;
    height: 2px;
}

.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fancybox-arrow {
    z-index: 99995;
    position: absolute;
    top: 50%;
    width: 54px;
    height: 100px;
    margin: -50px 0 0;
    padding: 0;
    border: 0;
    outline: none;
    opacity: 0;
    background: none;
    transition: opacity .25s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -ms-user-select: none;
}

.fancybox-arrow:after {
    content: "";
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30,30,30,.8);
    background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.fancybox-arrow--right {
    right: 0;
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
    left: 0;
}

.fancybox-show-nav .fancybox-arrow {
    opacity: .6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: .3;
}

.fancybox-loading {
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border: 6px solid hsla(0,0%,39%,.4);
    border-top: 6px solid hsla(0,0%,100%,.6);
    border-radius: 100%;
    background: transparent;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5,1.5,1.5);
    transform: scale3d(1.5,1.5,1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    transform: scale3d(0,0,0) translate3d(-100%,0,0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
    transform: scale3d(0,0,0) translate3d(100%,0,0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
    transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

@media(max-width:800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0;
    }

    .fancybox-button--left,
    .fancybox-button--right {
        display: none!important;
    }

    .fancybox-caption {
        margin: 0;
        padding: 20px 0;
    }
}

.fancybox-button--fullscreen:before {
    top: calc(50% - 6px);
    left: calc(50% - 7px);
    width: 15px;
    height: 11px;
    border: 2px solid;
    background: none;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent;
}

.fancybox-button--play:before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
}

.fancybox-button--pause:before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
    display: none;
}

@media(min-width:800px) {
    .fancybox-button--thumbs {
        display: inline-block;
    }

    .fancybox-button--thumbs span {
        font-size: 23px;
    }

    .fancybox-button--thumbs:before {
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        width: 3px;
        height: 3px;
        box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
    }

    .fancybox-thumbs {
        z-index: 99995;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        box-sizing: border-box;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        word-break: normal;
        background: #fff;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .fancybox-show-thumbs .fancybox-thumbs {
        display: block;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 220px;
    }

    .fancybox-thumbs > ul {
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0;
        list-style: none;
    }

    .fancybox-thumbs > ul > li {
        float: left;
        position: relative;
        box-sizing: border-box;
        width: 105px;
        height: 75px;
        margin: 0;
        padding: 0;
        max-width: 50%;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        overflow: hidden;
        outline: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    li.fancybox-thumbs-loading {
        background: rgba(0,0,0,.1);
    }

    .fancybox-thumbs > ul > li>img {
        position: absolute;
        top: 0;
        left: 0;
        max-height: none;
        max-width: none;
        min-height: 100%;
        min-width: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -ms-user-select: none;
    }

    .fancybox-thumbs > ul > li:before {
        content: "";
        z-index: 99991;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 4px solid #4ea7f9;
        border-radius: 2px;
        opacity: 0;
        transition: all .2s cubic-bezier(.25,.46,.45,.94);
    }

    .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
        opacity: 1;
    }
}