html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 700;
}
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 {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}
legend {
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
legend,
td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regulard41d.eot?#iefix) format("embedded-opentype"), 
        url(../fonts/glyphicons-halflings-regular.html) format("woff2"), 
        url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
        url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), 
        url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "*";
}
.glyphicon-plus:before {
    content: "+";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "€";
}
.glyphicon-minus:before {
    content: "−";
}
.glyphicon-cloud:before {
    content: "☁";
}
.glyphicon-envelope:before {
    content: "✉";
}
.glyphicon-pencil:before {
    content: "✏";
}
.glyphicon-glass:before {
    content: "";
}
.glyphicon-music:before {
    content: "";
}
.glyphicon-search:before {
    content: "";
}
.glyphicon-heart:before {
    content: "";
}
.glyphicon-star:before {
    content: "";
}
.glyphicon-star-empty:before {
    content: "";
}
.glyphicon-user:before {
    content: "";
}
.glyphicon-film:before {
    content: "";
}
.glyphicon-th-large:before {
    content: "";
}
.glyphicon-th:before {
    content: "";
}
.glyphicon-th-list:before {
    content: "";
}
.glyphicon-ok:before {
    content: "";
}
.glyphicon-remove:before {
    content: "";
}
.glyphicon-zoom-in:before {
    content: "";
}
.glyphicon-zoom-out:before {
    content: "";
}
.glyphicon-off:before {
    content: "";
}
.glyphicon-signal:before {
    content: "";
}
.glyphicon-cog:before {
    content: "";
}
.glyphicon-trash:before {
    content: "";
}
.glyphicon-home:before {
    content: "";
}
.glyphicon-file:before {
    content: "";
}
.glyphicon-time:before {
    content: "";
}
.glyphicon-road:before {
    content: "";
}
.glyphicon-download-alt:before {
    content: "";
}
.glyphicon-download:before {
    content: "";
}
.glyphicon-upload:before {
    content: "";
}
.glyphicon-inbox:before {
    content: "";
}
.glyphicon-play-circle:before {
    content: "";
}
.glyphicon-repeat:before {
    content: "";
}
.glyphicon-refresh:before {
    content: "";
}
.glyphicon-list-alt:before {
    content: "";
}
.glyphicon-lock:before {
    content: "";
}
.glyphicon-flag:before {
    content: "";
}
.glyphicon-headphones:before {
    content: "";
}
.glyphicon-volume-off:before {
    content: "";
}
.glyphicon-volume-down:before {
    content: "";
}
.glyphicon-volume-up:before {
    content: "";
}
.glyphicon-qrcode:before {
    content: "";
}
.glyphicon-barcode:before {
    content: "";
}
.glyphicon-tag:before {
    content: "";
}
.glyphicon-tags:before {
    content: "";
}
.glyphicon-book:before {
    content: "";
}
.glyphicon-bookmark:before {
    content: "";
}
.glyphicon-print:before {
    content: "";
}
.glyphicon-camera:before {
    content: "";
}
.glyphicon-font:before {
    content: "";
}
.glyphicon-bold:before {
    content: "";
}
.glyphicon-italic:before {
    content: "";
}
.glyphicon-text-height:before {
    content: "";
}
.glyphicon-text-width:before {
    content: "";
}
.glyphicon-align-left:before {
    content: "";
}
.glyphicon-align-center:before {
    content: "";
}
.glyphicon-align-right:before {
    content: "";
}
.glyphicon-align-justify:before {
    content: "";
}
.glyphicon-list:before {
    content: "";
}
.glyphicon-indent-left:before {
    content: "";
}
.glyphicon-indent-right:before {
    content: "";
}
.glyphicon-facetime-video:before {
    content: "";
}
.glyphicon-picture:before {
    content: "";
}
.glyphicon-map-marker:before {
    content: "";
}
.glyphicon-adjust:before {
    content: "";
}
.glyphicon-tint:before {
    content: "";
}
.glyphicon-edit:before {
    content: "";
}
.glyphicon-share:before {
    content: "";
}
.glyphicon-check:before {
    content: "";
}
.glyphicon-move:before {
    content: "";
}
.glyphicon-step-backward:before {
    content: "";
}
.glyphicon-fast-backward:before {
    content: "";
}
.glyphicon-backward:before {
    content: "";
}
.glyphicon-play:before {
    content: "";
}
.glyphicon-pause:before {
    content: "";
}
.glyphicon-stop:before {
    content: "";
}
.glyphicon-forward:before {
    content: "";
}
.glyphicon-fast-forward:before {
    content: "";
}
.glyphicon-step-forward:before {
    content: "";
}
.glyphicon-eject:before {
    content: "";
}
.glyphicon-chevron-left:before {
    content: "";
}
.glyphicon-chevron-right:before {
    content: "";
}
.glyphicon-plus-sign:before {
    content: "";
}
.glyphicon-minus-sign:before {
    content: "";
}
.glyphicon-remove-sign:before {
    content: "";
}
.glyphicon-ok-sign:before {
    content: "";
}
.glyphicon-question-sign:before {
    content: "";
}
.glyphicon-info-sign:before {
    content: "";
}
.glyphicon-screenshot:before {
    content: "";
}
.glyphicon-remove-circle:before {
    content: "";
}
.glyphicon-ok-circle:before {
    content: "";
}
.glyphicon-ban-circle:before {
    content: "";
}
.glyphicon-arrow-left:before {
    content: "";
}
.glyphicon-arrow-right:before {
    content: "";
}
.glyphicon-arrow-up:before {
    content: "";
}
.glyphicon-arrow-down:before {
    content: "";
}
.glyphicon-share-alt:before {
    content: "";
}
.glyphicon-resize-full:before {
    content: "";
}
.glyphicon-resize-small:before {
    content: "";
}
.glyphicon-exclamation-sign:before {
    content: "";
}
.glyphicon-gift:before {
    content: "";
}
.glyphicon-leaf:before {
    content: "";
}
.glyphicon-fire:before {
    content: "";
}
.glyphicon-eye-open:before {
    content: "";
}
.glyphicon-eye-close:before {
    content: "";
}
.glyphicon-warning-sign:before {
    content: "";
}
.glyphicon-plane:before {
    content: "";
}
.glyphicon-calendar:before {
    content: "";
}
.glyphicon-random:before {
    content: "";
}
.glyphicon-comment:before {
    content: "";
}
.glyphicon-magnet:before {
    content: "";
}
.glyphicon-chevron-up:before {
    content: "";
}
.glyphicon-chevron-down:before {
    content: "";
}
.glyphicon-retweet:before {
    content: "";
}
.glyphicon-shopping-cart:before {
    content: "";
}
.glyphicon-folder-close:before {
    content: "";
}
.glyphicon-folder-open:before {
    content: "";
}
.glyphicon-resize-vertical:before {
    content: "";
}
.glyphicon-resize-horizontal:before {
    content: "";
}
.glyphicon-hdd:before {
    content: "";
}
.glyphicon-bullhorn:before {
    content: "";
}
.glyphicon-bell:before {
    content: "";
}
.glyphicon-certificate:before {
    content: "";
}
.glyphicon-thumbs-up:before {
    content: "";
}
.glyphicon-thumbs-down:before {
    content: "";
}
.glyphicon-hand-right:before {
    content: "";
}
.glyphicon-hand-left:before {
    content: "";
}
.glyphicon-hand-up:before {
    content: "";
}
.glyphicon-hand-down:before {
    content: "";
}
.glyphicon-circle-arrow-right:before {
    content: "";
}
.glyphicon-circle-arrow-left:before {
    content: "";
}
.glyphicon-circle-arrow-up:before {
    content: "";
}
.glyphicon-circle-arrow-down:before {
    content: "";
}
.glyphicon-globe:before {
    content: "";
}
.glyphicon-wrench:before {
    content: "";
}
.glyphicon-tasks:before {
    content: "";
}
.glyphicon-filter:before {
    content: "";
}
.glyphicon-briefcase:before {
    content: "";
}
.glyphicon-fullscreen:before {
    content: "";
}
.glyphicon-dashboard:before {
    content: "";
}
.glyphicon-paperclip:before {
    content: "";
}
.glyphicon-heart-empty:before {
    content: "";
}
.glyphicon-link:before {
    content: "";
}
.glyphicon-phone:before {
    content: "";
}
.glyphicon-pushpin:before {
    content: "";
}
.glyphicon-usd:before {
    content: "";
}
.glyphicon-gbp:before {
    content: "";
}
.glyphicon-sort:before {
    content: "";
}
.glyphicon-sort-by-alphabet:before {
    content: "";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "";
}
.glyphicon-sort-by-order:before {
    content: "";
}
.glyphicon-sort-by-order-alt:before {
    content: "";
}
.glyphicon-sort-by-attributes:before {
    content: "";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "";
}
.glyphicon-unchecked:before {
    content: "";
}
.glyphicon-expand:before {
    content: "";
}
.glyphicon-collapse-down:before {
    content: "";
}
.glyphicon-collapse-up:before {
    content: "";
}
.glyphicon-log-in:before {
    content: "";
}
.glyphicon-flash:before {
    content: "";
}
.glyphicon-log-out:before {
    content: "";
}
.glyphicon-new-window:before {
    content: "";
}
.glyphicon-record:before {
    content: "";
}
.glyphicon-save:before {
    content: "";
}
.glyphicon-open:before {
    content: "";
}
.glyphicon-saved:before {
    content: "";
}
.glyphicon-import:before {
    content: "";
}
.glyphicon-export:before {
    content: "";
}
.glyphicon-send:before {
    content: "";
}
.glyphicon-floppy-disk:before {
    content: "";
}
.glyphicon-floppy-saved:before {
    content: "";
}
.glyphicon-floppy-remove:before {
    content: "";
}
.glyphicon-floppy-save:before {
    content: "";
}
.glyphicon-floppy-open:before {
    content: "";
}
.glyphicon-credit-card:before {
    content: "";
}
.glyphicon-transfer:before {
    content: "";
}
.glyphicon-cutlery:before {
    content: "";
}
.glyphicon-header:before {
    content: "";
}
.glyphicon-compressed:before {
    content: "";
}
.glyphicon-earphone:before {
    content: "";
}
.glyphicon-phone-alt:before {
    content: "";
}
.glyphicon-tower:before {
    content: "";
}
.glyphicon-stats:before {
    content: "";
}
.glyphicon-sd-video:before {
    content: "";
}
.glyphicon-hd-video:before {
    content: "";
}
.glyphicon-subtitles:before {
    content: "";
}
.glyphicon-sound-stereo:before {
    content: "";
}
.glyphicon-sound-dolby:before {
    content: "";
}
.glyphicon-sound-5-1:before {
    content: "";
}
.glyphicon-sound-6-1:before {
    content: "";
}
.glyphicon-sound-7-1:before {
    content: "";
}
.glyphicon-copyright-mark:before {
    content: "";
}
.glyphicon-registration-mark:before {
    content: "";
}
.glyphicon-cloud-download:before {
    content: "";
}
.glyphicon-cloud-upload:before {
    content: "";
}
.glyphicon-tree-conifer:before {
    content: "";
}
.glyphicon-tree-deciduous:before {
    content: "";
}
.glyphicon-cd:before {
    content: "";
}
.glyphicon-save-file:before {
    content: "";
}
.glyphicon-open-file:before {
    content: "";
}
.glyphicon-level-up:before {
    content: "";
}
.glyphicon-copy:before {
    content: "";
}
.glyphicon-paste:before {
    content: "";
}
.glyphicon-alert:before {
    content: "";
}
.glyphicon-equalizer:before {
    content: "";
}
.glyphicon-king:before {
    content: "";
}
.glyphicon-queen:before {
    content: "";
}
.glyphicon-pawn:before {
    content: "";
}
.glyphicon-bishop:before {
    content: "";
}
.glyphicon-knight:before {
    content: "";
}
.glyphicon-baby-formula:before {
    content: "";
}
.glyphicon-tent:before {
    content: "⛺";
}
.glyphicon-blackboard:before {
    content: "";
}
.glyphicon-bed:before {
    content: "";
}
.glyphicon-apple:before {
    content: "";
}
.glyphicon-erase:before {
    content: "";
}
.glyphicon-hourglass:before {
    content: "⌛";
}
.glyphicon-lamp:before {
    content: "";
}
.glyphicon-duplicate:before {
    content: "";
}
.glyphicon-piggy-bank:before {
    content: "";
}
.glyphicon-scissors:before {
    content: "";
}
.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
    content: "";
}
.glyphicon-jpy:before,
.glyphicon-yen:before {
    content: "¥";
}
.glyphicon-rub:before,
.glyphicon-ruble:before {
    content: "₽";
}
.glyphicon-scale:before {
    content: "";
}
.glyphicon-ice-lolly:before {
    content: "";
}
.glyphicon-ice-lolly-tasted:before {
    content: "";
}
.glyphicon-education:before {
    content: "";
}
.glyphicon-option-horizontal:before {
    content: "";
}
.glyphicon-option-vertical:before {
    content: "";
}
.glyphicon-menu-hamburger:before {
    content: "";
}
.glyphicon-modal-window:before {
    content: "";
}
.glyphicon-oil:before {
    content: "";
}
.glyphicon-grain:before {
    content: "";
}
.glyphicon-sunglasses:before {
    content: "";
}
.glyphicon-text-size:before {
    content: "";
}
.glyphicon-text-color:before {
    content: "";
}
.glyphicon-text-background:before {
    content: "";
}
.glyphicon-object-align-top:before {
    content: "";
}
.glyphicon-object-align-bottom:before {
    content: "";
}
.glyphicon-object-align-horizontal:before {
    content: "";
}
.glyphicon-object-align-left:before {
    content: "";
}
.glyphicon-object-align-vertical:before {
    content: "";
}
.glyphicon-object-align-right:before {
    content: "";
}
.glyphicon-triangle-right:before {
    content: "";
}
.glyphicon-triangle-left:before {
    content: "";
}
.glyphicon-triangle-bottom:before {
    content: "";
}
.glyphicon-triangle-top:before {
    content: "";
}
.glyphicon-console:before {
    content: "";
}
.glyphicon-superscript:before {
    content: "";
}
.glyphicon-subscript:before {
    content: "";
}
.glyphicon-menu-left:before {
    content: "";
}
.glyphicon-menu-right:before {
    content: "";
}
.glyphicon-menu-down:before {
    content: "";
}
.glyphicon-menu-up:before {
    content: "";
}
*,
:after,
:before,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}
a:focus,
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.panel-default > .panel-heading h2.panel-title,
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -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: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    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,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
dl,
h4,
h5,
h6,
ol,
ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 36px;
}
.h2,
h2 {
    font-size: 30px;
}
.h3,
h3 {
    font-size: 24px;
}
.h4,
h4 {
    font-size: 18px;
}
.h5,
h5 {
    font-size: 14px;
}
.h6,
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
.small,
small {
    font-size: 85%;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.text-left,
th {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:hover {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
dl,
ol,
ul {
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-bottom: 20px;
}
dd,
dt {
    line-height: 1.42857143;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "— ";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: " —";
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code,
kbd,
pre {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0-1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0-1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container,
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
pre code,
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th,
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
fieldset,
legend {
    padding: 0;
    border: 0;
}
fieldset {
    min-width: 0;
    margin: 0;
}
legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"],
legend {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[multiple].input-sm,
select[size],
textarea.form-control,
textarea.input-sm {
    height: auto;
}
.form-control,
output {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
output {
    padding-top: 7px;
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="time"] {
        line-height: 34px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.checkbox-inline,
.radio label,
.radio-inline {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox label,
.radio label {
    min-height: 20px;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-group-sm .form-control,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.form-group-sm .form-control,
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].form-group-sm .form-control,
select[multiple].input-lg,
textarea.form-group-sm .form-control,
textarea.input-lg {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.form-group-lg .form-control,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.form-group-lg .form-control,
select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].form-group-lg .form-control,
textarea.form-group-lg .form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}
.btn {
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}
.btn-default {
    color: #333;
    background-color: none;
    border-color: #ccc;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    transition: all 0.3s ease-in-out;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #fff;
    transition: all 0.3s ease-in-out;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: red;
    border-color: none;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #737373;
    border-color: none;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #eb1c24;
    border-color: #eb1c24;
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    background: #F11B2C;
    border: 1px solid #F11B2C;
    color: #fff;
    text-decoration: none;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-group-xs > .btn,
.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
}
.btn-block {
    display: block;
    width: 100%;
}
.alert > p + p,
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].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-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown,
.dropup {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu-right,
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 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 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
}
.btn-group > .btn {
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-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 {
    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 {
    border-width: 5px 5px 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none;
}
.nav-tabs.nav-justified > li {
    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-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified,
.input-group {
    display: table;
    border-collapse: separate;
}
.btn-group-justified {
    width: 100%;
    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="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon {
    white-space: nowrap;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    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-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    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:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn,
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li,
.nav > li > a {
    position: relative;
    display: block;
}
.nav > li > a {
    padding: 10px 15px;
    color: gray;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    margin: 0 !important;
    padding: 0 !important;
}
.nav-tabs > li {
    float: left;
    list-style-type: none;
    margin-bottom: 0;
    background: #f2f2f2 !important;
    height: 60px;
}
.nav-tabs > li > a {
    font-size: 16pt;
    text-transform: uppercase;
    line-height: 60px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: "PT Sans Narrow", sans-serif;
    color: #575757 !important;
}
.nav-tabs > li > a:hover {
    border-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    cursor: default;
    background-color: #fff;
    border: 0;
    color: red !important;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.tab-content {
    margin: 60px 0;
    background: #fff;
    padding: 30px;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}
.nav-justified > li,
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.navbar-brand > img,
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        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-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    padding: 10px 15px;
    margin: 8px -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 .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        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;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 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-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    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:focus,
.navbar-default .navbar-nav > .open > a:hover {
    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:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .btn-link,
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover,
a.list-group-item .list-group-item-heading {
    color: #333;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    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:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .btn-link,
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.breadcrumb {
    font-size: 9pt;
    margin-bottom: 20px;
    list-style: none;
}
.breadcrumb a {
    display: inline-block;
    font-size: 9pt;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/ ";
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pager li,
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.badge:focus,
a.badge:hover,
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    background-color: #eee;
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1,
a.list-group-item-danger .list-group-item-heading,
a.list-group-item-info .list-group-item-heading,
a.list-group-item-success .list-group-item-heading,
a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -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-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -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);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
    -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-danger,
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-success,
.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-info {
    background-color: #5bc0de;
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-bar-danger {
    background-color: #d9534f;
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    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 {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item {
    color: #555;
}
a.list-group-item:focus,
a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.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: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,
.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 {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #464646;
    -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: 25px 25px 10px;
}
.panel-body h3:first-child {
    margin-top: 0 !important;
}
.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,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-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-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .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:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.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,
.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: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:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.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,
.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: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:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table: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,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.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,
.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 {
    border-bottom-left-radius: 3px;
}
.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,
.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 {
    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-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .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,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > 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: 40px 0 !important;
}
.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-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default,
.well blockquote {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #575757;
    border-color: #ddd;
}
.panel-default > .panel-heading h2.panel-title a {
    color: #fff;
    display: block;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.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 {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0#fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal,
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-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;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -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 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
}
.tooltip.top-right .tooltip-arrow {
    left: 5px;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.carousel,
.carousel-inner {
    position: relative;
}
.carousel-inner {
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active,
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-control,
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .active.left,
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: "‹";
}
.carousel-control .icon-next:before {
    content: "›";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs,
    .visible-xs-block {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm,
    .visible-sm-block {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md,
    .visible-md-block {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg,
    .visible-lg-block {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.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;
    }
    .hidden-print {
        display: none !important;
    }
}
.vertical-align {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    max-height: 643px;
    overflow: hidden;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    padding: 0 0 20px;
    box-sizing: content-box;
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000;
}
.bx-wrapper .bx-prev {
    left: 0;
    background: url(../images/arrw-l.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
    right: 0;
    background: url(../images/arrw-r.png) no-repeat 0 0;
}
.bx-wrapper .bx-prev:hover {
    background: url(../images/arrw-l-a.png) no-repeat 0 0;
}
.bx-wrapper .bx-next:hover {
    background: url(../images/arrw-r-a.png) no-repeat 0 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 51px;
    height: 57px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled,
.content-block ul.nav.nav-tabs > li:before {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: 0.85em;
    padding: 10px;
}
body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-size: 12pt;
    color: #6e6f74;
    line-height: 1.42857143;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h6 {
    color: #6e6f74;
}
.slider .tp-banner-container a,
.slider .tp-banner-container p,
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "PT Sans Narrow", sans-serif;*/
}
h5 {
    font-weight: 700;
    font-size: 1.03em;
    line-height: 1.17em;
    margin: 1.67em 0;
}
h1 {
    font-size: 2.5em;
    line-height: 120%;
    padding-bottom: 7px;
    margin: 0 0 35px;
    font-weight: 400;
}
h2,
h2.capabilities {
    font-size: 1.88em;
    margin: 0.83em 0;
    font-weight: 400;
}
h2 {
    line-height: 28pt;
}
h2.capabilities {
    color: red;
}
h3 {
    line-height: 24pt;
    font-size: 1.46em;
    margin: 1em 0;
}
h4 {
    line-height: 25.5pt;
    font-size: 1.25em;
    margin: 1.33em 0;
}
h6 {
    font-size: 10pt;
    line-height: 22pt;
}
hr {
    margin: 20px 0;
    border-top: 1px solid #c7c7c7;
    height: 1px;
    clear: both;
    width: 100%;
}
h3,
h4,
p.semibold {
    font-weight: 600;
}
.cta .box:hover h3 a,
.red,
h5 {
    color: red;
}
body,
html {
    font-family: "Roboto", sans-serif;
}
.greywrap {
    background: #484848;
    color: #fff;
    padding-bottom: 40px;
}
.lightgreywrap {
    background: #f2f2f2;
}
.container, .internal .container.content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container, .internal .container.content {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container, .internal .container.content {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container, .internal .container.content {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container, .internal .container.content {
        max-width: 1140px
    }
}
@media (min-width:1440px) {
    .container, .internal .container.content {
        max-width: 1440px
    }
}
.tp-banner ul,
.tp-banner ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.slider .tp-banner-container {
    max-height: 635px !important;
    min-width: 100%;
    overflow: hidden;
}
.slider .tp-banner-container .slider-txt {
    position: absolute;
    z-index: 2;
    bottom: -380px;
    left: 50px;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.55);
    max-width: 460px;
}
.slider .tp-banner-container h2 {
    color: #fff;
    position: relative;
    font-size: 36pt;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
    padding: 0 30px 0 0;
    border-right: 1px solid #fff;
    text-align: right;
    min-height: 203px;
    white-space: normal;
    width: 350px;
    line-height: normal;
}
.slider .tp-banner-container p {
    color: #fff;
    font-size: 14pt;
    line-height: 28pt;
    position: relative;
    text-shadow: none;
    white-space: normal;
    width: 50%;
}
.slider .tp-banner-container a {
    display: inline-block;
    border: 1px solid rgba(129, 129, 129, 0.6);
    padding: 6px 10px;
    color: #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16pt;
}
.slider .tp-banner-container a:hover {
    background: rgba(129, 129, 129, 0.6);
}
.slider .tp-banner-container .hashtag {
    color: #fff;
    text-align: right;
    padding-right: 30px;
    top: -60px;
    position: relative;
}
.internal .tp-caption {
    width: 100% !important;
}
.icon,
.internal .contact .icon {
    background: url(../images/icons.png);
    float: left;
}
.icon.search {
    background-position: 0 0;
    width: 28px;
    height: 28px;
    float: right;
    border: 0;
}
.icon.hotline {
    background-position: -36px 0;
    width: 18px;
    height: 18px;
    float: right;
    margin-left: 10px;
}
.icon.location,
.icon.phone,
.icon.tc {
    background-position: -64px 0;
    width: 22px;
    height: 26px;
    margin: 0 10px 0 0;
}
.icon.phone,
.icon.tc {
    background-position: 4px -270px;
    height: 20px;
}
.icon.phone {
    background-position: -86px 0;
    height: 26px;
}
.icon.email,
.internal .contact .icon.location {
    background-position: -108px -1px;
    width: 22px;
    height: 26px;
    margin: 0 10px 0 0;
}
.icon.icon-envelope,
.icon.icon-linkedin,
.icon.icon-phone {
    background-position: 0 -125px;
    width: 15px;
    height: 22px;
    margin: 0 10px 0 0;
}
.icon.icon-envelope,
.icon.icon-linkedin {
    background-position: 0 -149px;
}
.icon.icon-linkedin {
    background-position: 0 -176px;
}
.icon.icon-zoom {
    background-position: -36px -126px;
    width: 24px;
    height: 35px;
    float: none;
    display: inline-block;
}
.icon.icon-location {
    background-position: 0 -202px;
    width: 15px;
    height: 22px;
    margin: 0 10px 0 0;
}
.icon.quicklinks {
    background-position: -201px 0;
    width: 26px;
    height: 26px;
    margin: 0 5px 0 0;
}
.internal .contact .icon.location {
    background-position: -133px 0;
}
.internal .contact .icon.email,
.internal .contact .icon.phone {
    background-position: -155px 0;
    width: 22px;
    height: 26px;
    margin: 0 10px 0 0;
}
.internal .contact .icon.email {
    background-position: -177px 0;
}
.internal.contact-page ul li {
    padding-left: 1em;
    text-indent: -0.7em;
}
.internal.contact-page ul li:before {
    content: "• ";
    color: red;
}
.form-area {
    float: left;
    width: 100%;
    margin: 5px 0;
}
:focus {
    outline: 0;
}
@media only screen and (min-width: 970px) {
    nav#mmenu {
        display: none;
    }
}
header {
    background: rgba(0, 0, 0, 0.5);
    height: 140px;
    padding: 15px 0 0;
    position: fixed;
    width: 100%;
    transition: all 0.6s ease-in-out;
    z-index: 9999;
    top: 0;
}
header.fixed {
    background: rgba(0, 0, 0, 0.9);
}
header.fixed.inverted .logo {
    background-position: 0 0;
}
header .logo {
    /*background: url(../images/sprite.png) 0 0 no-repeat;
    height: 53px;
    width: 295px;*/
    display: block;
    position: relative;
    z-index: 9999;
}
header .hotline,
header .search input {
    float: right;
    font-size: 12pt;
    font-family: "PT Sans Narrow", sans-serif;
}
header .hotline {
    clear: both;
    padding: 8px;
    display: inline-block;
    color: #6e6f74;
}
header .hotline a {
    color: #6e6f74;
    font-weight: 700;
}
header .search {
    margin: 0;
    padding: 0 10px 0 0;
}
header .search input {
    background: 0 0;
    border: 0;
    /*width: 120px;*/
    height: 28px;
    line-height: 28px;
    color: #fff;
    padding: 0 4px;
    margin: 0;
    border-bottom: 1px solid #fff;
}
header .search input::-webkit-input-placeholder {
    color: #fff;
    font-style: italic;
}
header .search input::-moz-placeholder {
    color: #fff;
    font-style: italic;
}
header .search input:-ms-input-placeholder {
    color: #fff;
    font-style: italic;
}
header .search input:-moz-placeholder {
    color: #fff;
    font-style: italic;
}
header .search:active input,
header .search:hover input {
    border-bottom: 1px solid #fff;
}
header .search:active input::-webkit-input-placeholder,
header .search:hover input::-webkit-input-placeholder {
    color: #fff;
}
header .search:active input::-moz-placeholder,
header .search:hover input::-moz-placeholder {
    color: #fff;
}
header .search:active input:-ms-input-placeholder,
header .search:hover input:-ms-input-placeholder {
    color: #fff;
}
header .search:active input:-moz-placeholder,
header .search:hover input:-moz-placeholder {
    color: #fff;
}
header .search:active .icon.search,
header .search:hover .icon.search {
    background-position: -33px -125px;
}
header .search .icon.search:hover {
    background-position: -33px -125px;
}
header .toplinks {
    font-size: 11pt;
    text-transform: uppercase;
    font-family: "PT Sans Narrow", sans-serif;
    line-height: 29px;
}
header .toplinks ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
header .toplinks ul li {
    display: inline-block;
    padding: 0 20px 0 0;
}
header .toplinks ul li:last-child {
    padding-right: 0;
}
header .toplinks ul li a {
    color: #fff;
    transition: all 0.4s ease-in-out;
}
header .toplinks ul li a:hover {
    color: #ee2e24;
    transition: all 0.4s ease-in-out;
}
.toolboxes .box-wrap {
    display: inline-block;
    width: 33%;
}
.toolboxes.cta-2 .box-wrap {
    width: 50%;
}
.toolboxes.cta-4 .box-wrap {
    width: 24.69%;
}
.toolboxes.cta-5 .box-wrap {
    width: 19.67%;
}
.cta,
.cta .box,
.more-tb .box {
    transition: all 0.3s ease-in-out;
}
.cta {
    /*background: url(../images/ctabg.png) repeat-x;*/
    position: relative;
    /*top: -73px;*/
    z-index: 100;
}
.cta .box,
.more-tb .box {
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    color: #fff;
    height: 292px;
    width: 100%;
    display: table;
    overflow: hidden;
}
.cta .box {
    font-size: 9.2pt;
    padding: 120px 0 0;
}
.cta .box h3 {
    font-size: 14pt;
    margin: 0 0 16px;
}
.cta .box a,
.more-tb a {
    color: #6e6f74;
}
.cta .box:hover,
.cta div + div .box:hover,
.cta div + div + div .box:hover,
.cta div + div + div + div .box:hover {
    background-image: url(../images/ctah3.png) !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cta div + div .box:hover,
.cta div + div + div .box:hover,
.cta div + div + div + div .box:hover {
    background-image: url(../images/ctah2.png) !important;
}
.cta div + div + div .box:hover,
.cta div + div + div + div .box:hover {
    background-image: url(../images/ctah4.png) !important;
}
.cta div + div + div + div .box:hover {
    background-image: url(../images/ctah1.png) !important;
}
.more-tb {
    padding: 0 0 40px;
}
.more-tb .box {
    font-size: 11pt;
}
.more-tb h3 {
    font-size: 16pt;
    margin: 0 0 5px;
}
.more-tb h3 a {
    color: #575757;
    background: url(../images/ctal.png) no-repeat center -30px;
    height: 70px;
    display: block;
}
.more-tb .boxtext {
    padding: 10px 0;
}
.more-tb .boxbtn {
    background: gray;
    padding: 0 0 1px;
}
.more-tb .boxbtn a {
    color: #fff;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 5px;
    font-size: 12pt;
}
.locations {
    overflow: hidden;
    padding: 20px 0 0;
    min-height: 495px;
    background: url(../images/latestbg.png) repeat-x;
    border-bottom: 13px solid #b4b4b4;
}
.locations img {
    float: right;
}
.content-block.ucontent h2.capabilities,
.locations h3 {
    font-weight: 400;
}
.locations h3,
.newsletter-signup label {
    font-size: 23pt;
    color: #fff;
    /*line-height: 72px;*/
    margin: 0 0 10px;
}
.locations ul {
    padding: 30px 0 0;
}
.latest .news-list li:hover,
.locations li:hover {
    background: url(../images/news-li-a.png) no-repeat;
    transition: all 0.3s ease-in-out;
}
.locations .pins {
    width: 100%;
    height: 380px;
    right: 15px;
    display: block;
}
.locations .pins,
.locations .pins .country {
    position: absolute;
}
.internal.contact-page .content .pins .country .label,
.locations .pins .country .label {
    width: 141px;
    padding: 0 15px;
    position: absolute;
    left: -60px;
    top: -10px;
    z-index: 10000;
    background: #6e6f74;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 11pt;
    text-align: center;
    border-radius: 5px;
    line-height: 22pt;
    font-weight: 400;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
.locations .pins .country .pin {
    width: 19px;
    height: 22px;
    display: block;
    background: url(../images/icons.png) no-repeat 0 -227px;
}
.internal.contact-page .content .pins .country .pin:hover,
.locations .pins .country .pin:hover {
    cursor: pointer;
    cursor: hand;
}
.locations .pins .country.can {
    left: -80px;
    top: 100px;
}
.locations .pins .country.uk {
    left: 120px;
    top: 130px;
}
.locations .pins .country.sw {
    left: 137px;
    top: 145px;
}
.locations .pins .country.ad {
    left: 225px;
    top: 194px;
}
.locations .pins .country.ma {
    left: 338px;
    top: 238px;
}
.locations .pins .country.ph {
    left: 362px;
    top: 216px;
}
.internal.contact-page .content .pins .country:hover > div.label,
.locations .pins .country:hover > div.label {
    visibility: visible;
    opacity: 1;
    top: -35px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.latest .news-list {
    padding: 0 0 0 18px;
}
.latest .news-list li,
.locations li {
    list-style-type: none;
    background: url(../images/news-li.png) no-repeat;
    padding: 0 0 0 28px;
    line-height: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.latest .title {
    color: #6e6f74;
}
.latest .all {
    padding: 0 0 0 31px;
}
.latest .all a,
.latest .all a:hover {
    color: #6e6f74;
    transition: all 0.3s ease-in-out;
}
.latest .all a:hover {
    color: red;
}
.contacts-block {
    padding: 10px 0 25px;
    clear: both;
    border-bottom: 1px solid #c7c7c7;
    background: #fff;
}
.contacts-block h2,
.landing.news h2 {
    font-size: 23pt;
    margin-bottom: 30px;
    color: red;
}
.testimonials h2 {
    font-size: 23pt;
    margin-bottom: 30px;
    color: #333;
}
.testimonials h2 a small {
    color: #000;
}
.contacts-block h2 span,
.landing.news h2 span,
.testimonials h2 span {
    font-size: 14pt;
    padding: 0 0 0 20px;
}
.contacts-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #575757;
}
.contacts-list a,
.cta .box h3 a {
    color: #575757;
}
.contacts-list li {
    list-style: none;
    margin-bottom: 20px;
}
.contacts-list .card {
    cursor: pointer;
    -webkit-box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.19);
    box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.19);
    overflow: hidden;
    line-height: 24px;
    background: #f1f1f1;
    background: -moz-linear-gradient(-45deg, #f1f1f1 29%, #fff 100%);
    background: -webkit-linear-gradient(-45deg, #f1f1f1 29%, #fff 100%);
    background: linear-gradient(135deg, #f1f1f1 29%, #fff 100%);
}
.contacts-list .card .locality,
.contacts-list .detailed-view .locality {
    text-transform: uppercase;
    font-size: 16pt;
}
.contacts-list .card .locality {
    color: #575757;
    margin: 15px 15px 35px;
    border-bottom: 3px solid #c7c7c7;
    padding-bottom: 10px;
    text-align: center;
}
.contacts-list .detailed-view,
.landing.news li,
.testimonials li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contacts-list .detailed-view {
    overflow: hidden;
    line-height: 24px;
    border: 1px solid #c7c7c7;
    padding: 15px;
    -webkit-box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.19);
    box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.19);
}
.contacts-list .detailed-view .locality {
    color: red;
    margin: 0 0 15px 25px;
}
.contacts-list .detailed-view a:hover,
.slider.videos h2,
.social h2 {
    color: red;
}
.contacts-list .detailed-view .name {
    margin-left: 25px;
}
.contacts-list .detailed-view i {
    height: 22px;
    float: left;
    display: inline-block;
}
.contacts-list .detailed-view:hover {
    background: #f0f0f0;
}
.landing.news,
.testimonials {
    /*padding: 10px 0 0;*/
    clear: both;
    background: #f6f6f6;
    color: #fff;
    /*min-height: 468px;
    border-bottom: 1px solid #c7c7c7;*/
}
.landing.news li,
.testimonials li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ededed;
    border: 1px solid #ddd;
    padding: 0 0 4px;
}
.landing.news li:hover,
.testimonials li:hover {
    -webkit-box-shadow: 0 1px 4px #999;
    -moz-box-shadow: 0 1px 4px #999;
    box-shadow: 0 1px 4px #999;
}
.contacts-list .detailed-view:hover,
.landing.news li:hover .box,
.landing.news li:hover .logo,
.testimonials li:hover .box,
.testimonials li:hover .logo {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.landing.news li:hover .box,
.testimonials li:hover .box {
    background: #ededed;
}
.landing.news li:hover .logo,
.testimonials li:hover .logo {
    background-color: #979797;
}
.landing.news li .logo,
.testimonials li .logo {
    width: 100%;
    height: 190px;
    background-size: cover;
    background-position: center center;
}
.landing.news .box,
.testimonials .box {
    background: #fff;
    float: left;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.landing.news h3,
.testimonials h3 {
    font-size: 18pt;
    font-weight: 400;
    left: inherit;
    margin: 0 0 10px;
}
.landing.news .logo,
.testimonials .logo {
    background: #818181;
    float: left;
}
.landing.news .text,
.testimonials .text {
    padding: 25px 12px;
    float: left;
}
.landing.news .text p,
.testimonials .text p {
    color: #6e6f74;
    font-size: 10pt;
}
.landing.news .bx-wrapper,
.landing.news li,
.testimonials .bx-wrapper {
    overflow: visible;
}
.landing.news .bx-wrapper .bx-viewport,
.testimonials .bx-wrapper .bx-viewport {
    margin: 0 auto;
}
.landing.news .bx-wrapper .bx-controls-direction a,
.testimonials .bx-wrapper .bx-controls-direction a {
    margin-top: -40px;
}
.landing.news .bx-wrapper .bx-prev,
.testimonials .bx-wrapper .bx-prev {
    background-position: 0 0;
    width: 41px;
    height: 41px;
    left: -70px;
}
.landing.news .bx-wrapper .bx-prev:hover,
.testimonials .bx-wrapper .bx-prev:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.landing.news .bx-wrapper .bx-next,
.testimonials .bx-wrapper .bx-next {
    width: 41px;
    height: 41px;
    right: -70px;
}
.landing.news .bx-wrapper .bx-next:hover,
.testimonials .bx-wrapper .bx-next:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.testimonials .bx-wrapper .bx-viewport {
    padding-bottom: 100px;
}
.testimonials li {
    overflow: visible;
    min-height: 170px;
}
.testimonials li .box {
    min-height: 169px;
    overflow: hidden;
}
.testimonials .author {
    position: absolute;
    background-color: #575757;
    max-width: 140px;
    left: 450px;
    bottom: -100px;
    padding: 15px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.testimonials .pointer {
    background: url(../images/sprite.png) -461px 0;
    width: 23px;
    height: 12px;
    left: 60px;
    top: -9px;
    position: absolute;
}
.social {
    color: #575757;
    border-top: 1px solid #c7c7c7;
}
.social img {
    display: inline-block;
    width: auto;
    height: 40px;
    margin: 1.4em 20px 1.5em 0;
}
.slider.videos {
    border-bottom: 1px solid #b4b4b4;
    min-height: 340px;
}
.slider.videos .bx-wrapper {
    margin-bottom: 30px;
}
.newsletter-signup {
    height: 225px;
    background: url(../images/newsletterbg.jpg);
    background-size: 100% auto;
    overflow: hidden;
    background-repeat: no-repeat;
}
.newsletter-signup .row .label-wrap {
    /*margin: 7.6% 0;*/
    padding-left: 0;
}
.newsletter-signup .errors-holder {
    height: 80px;
    padding-top: 10px;
}
.newsletter-signup label {
    text-align: left;
    margin: 0;
    font-weight: 400;
    display: block;
    width: 100%;
}
.newsletter-signup fieldset {
    margin: 15px 0;
}
.newsletter-signup input[type="text"] {
    border-radius: 5px;
    line-height: 40px;
    width: 250px;
    padding: 0 10px;
    border-width: 1px;
    margin-right: 20px;
    height: 42px;
}
.newsletter-signup input[type="submit"],
.newsletter-signup input[type="submit"]:hover {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.newsletter-signup input[type="submit"] {
    border-radius: 5px;
    line-height: 42px;
    background: #818181;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    position: relative;
    top: -1px;
    padding: 0 20px;
}
.newsletter-signup input[type="submit"]:hover {
    background: rgba(129, 129, 129, 0.6);
}
.landing.news {
    border-top: 1px solid #c7c7c7;
}
.landing.news {
    background-image: url(../images/latest-news-bg.gif);
    background-repeat: repeat-x;
    background-position-y: 102px;
}
.landing.news .bx-wrapper .bx-viewport {
    padding-top: 100px;
}
.landing.news li .box {
    overflow: hidden;
}
.landing .date {
    position: absolute;
    top: -80px;
    left: 0;
    background: #fff;
    border: 1px solid #c7c7c7;
    padding-bottom: 2px;
}
.landing .date .pointer {
    background: url(../images/sprite.png) -428px 0;
    width: 23px;
    height: 12px;
    left: 39px;
    top: 49px;
    position: absolute;
}
.landing .date,
.landing .date .inner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.landing .date .inner {
    border-bottom: 1px solid #c7c7c7;
    height: 52px;
    color: #6e6f74;
    padding: 5px 0 0 10px;
}
.landing .date .inner .day {
    font-size: 28pt;
    float: left;
    width: 50%;
    line-height: 30pt;
    margin: 0 4px 0 0;
}
.landing .date .inner .month,
.landing .date .inner .year {
    font-size: 10pt;
    float: left;
    clear: right;
}
.videos h2 {
    font-size: 23pt;
    margin: 30px 0;
}
.videos h3 {
    text-align: center;
    color: #fff;
    font-size: 18pt;
    line-height: 24pt;
    font-weight: 400;
}
.contact a {
    color: #000;
}
#videoslist.rsDefault .rsThumb h4,
.videos h3 a {
    color: #fff;
}
.videos .bxslider li {
    background-size: cover;
    -webkit-background-size: cover;
    overflow: hidden;
}
.videos .bxslider li:hover .box {
    top: 0;
}
.videos .bxslider li .box {
    position: absolute;
    top: 300px;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(29, 38, 117, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#videoslist.rsDefault .rsThumb .box:hover,
.videos .bxslider li .box:hover {
    visibility: visible;
}
.videos .bxslider li .box .text {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact h3,
.welcome h3 {
    font-size: 18pt;
    font-weight: 400;
    line-height: 22pt;
    margin: 0 0 20px;
    color: #737373;
}
.contact h4,
.welcome h4 {
    font-size: 18pt;
    font-weight: 400;
    margin-bottom: 0;
    color: #737373;
}
.welcome {
    clear: both;
    padding: 10px 0 23px;
    position: relative;
}
.welcome h2 {
    margin-bottom: 20px;
    color: red;
}
.welcome h2 p {
    margin: 0;
}
.welcome .about .text {
    line-height: 18pt;
}
.contact,
footer {
    color: #000;
    font-size: 12pt;
}
footer .regoffice, footer .regoffice a {
    color: #fff;
}
.contact {
    padding: 40px 0 30px;
    background: #EDEDED;
}
.contact .title {
    color: #39509C;
    font-weight: bold;
    font-size: 18px;
}
.contact a:hover {
    color: silver;
}
.contact .text {
    float: left;
}
.contact h2 {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    /*border-bottom: 1px solid #fff;*/
    margin: 0;
    line-height: 20pt;
    padding: 0 0 10px;
}
.contact .addentry {
    float: left;
    margin: 0 0 12px;
    width: 100%;
}
footer {
    padding: 10px 0;
    background: #001C34;
}
.internal .top-image {
    height: 500px;
    overflow: hidden;
    position: relative;
}
.internal .top-image img {
    min-width: 100%;
}
.internal .top-image.short {
    height: 450px;
}
.internal.contact-page .content {
    color: #575757;
}
.internal.contact-page .content hr {
    margin: 20px 0;
}
.internal.contact-page .content .office {
    position: relative;
    margin-bottom: 40px;
}
.internal.contact-page .content a.btn {
    line-height: 37px;
    position: absolute;
    right: 0;
    font-size: 12pt;
    text-transform: none;
}
.internal.contact-page .content a.btn.dl {
    top: 49px;
}
.internal.contact-page .content a.btn.map {
    top: 102px;
}
.internal.contact-page .content a.btn2 {
    line-height: 32px;
    margin: 5px 0;
    position: relative;
    left: 0;
}
.internal.contact-page .content a.btn2.dl,
.internal.contact-page .content a.btn2.map {
    top: 0;
}
.internal.contact-page .content a.anchor {
    position: absolute;
    display: block;
    height: 170px;
    margin-top: -170px;
    visibility: hidden;
    left: -20px;
    width: 10px;
}
.internal.contact-page .content h3 {
    position: relative;
    margin: 0 0 10px;
}
.internal.contact-page .content .pins {
    position: absolute;
    width: 100%;
    height: 380px;
    right: 15px;
    display: block;
}
.internal.contact-page .content .pins .country {
    position: absolute;
}
.internal.contact-page .content .pins .country .pin {
    width: 26px;
    height: 33px;
    display: block;
    background: url(../images/icons.png) no-repeat -33px -227px;
}
.internal.contact-page .content .pins .country .pin a {
    width: 100%;
    height: 100%;
    display: block;
}
.internal.contact-page .content .pins .country.can {
    left: 195px;
    top: 93px;
}
.internal.contact-page .content .pins .country.uk {
    left: 485px;
    top: 133px;
}
.internal.contact-page .content .pins .country.sw {
    left: 506px;
    top: 156px;
}
.internal.contact-page .content .pins .country.ad {
    left: 632px;
    top: 222px;
}
.internal.contact-page .content .pins .country.ma {
    left: 756px;
    top: 272px;
}
.internal.contact-page .content .pins .country.ph {
    left: 811px;
    top: 250px;
}
.internal .page-title {
    background: #484848;
    width: 100%;
    height: 108px;
}
.internal .page-title h1 {
    color: #fff;
    margin: 15px 0 0;
}
.internal .page-title .breadcrumbs,
.internal .page-title .breadcrumbs a {
    font-size: 10pt;
}
.internal .page-title .breadcrumbs a {
    color: #6e6f74;
}
.content-block a,
.internal .content .downloads a.active,
.internal .content .downloads a:active,
.internal .content .downloads a:hover,
.internal .content .related a.active,
.internal .content .related a:active,
.internal .content .related a:hover,
.internal .content a,
.internal .page-title .breadcrumbs a:hover,
.page-case-studies .casestudies.list.masonry-box h3.title {
    color: red;
}
.internal .page-title .pointer {
    position: relative;
    background: url(../images/sprite.png) -298px 0;
    width: 64px;
    height: 33px;
    margin: 12px 0 0 56px;
    z-index: 9;
}
.internal .page-title.noimg {
    position: relative;
    top: inherit;
    display: none;
}
.internal .page-title.noimg .pointer {
    background: url(../images/sprite.png) -362px 0;
    margin: 11px 0 0 56px;
    z-index: 9;
}
.internal .noimg .pointer {
    margin-top: 12px;
}
.internal .no-top-img {
    height: 170px;
}
.internal .content {
    padding-top: 0;
    padding-bottom: 50px;
    color: #6e6f74;
    font-size: 12pt;
}
.internal .content .downloads a,
.internal .content .related a {
    color: inherit;
}
.internal .content img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.internal .content h1 {
    padding-bottom: 7px;
    margin: 6px 0 35px;
    color: #6e6f74;
    line-height: 120%;
}
.internal .content h4 {
    margin: 30px 0 20px;
}
.internal .content ol,
.internal .content ul {
    list-style-position: inside;
}
.internal .content .box {
    margin-bottom: 20px;
    padding: 15px 25px 15px 80px;
    font-size: 12px;
    position: relative;
}
.internal .content .box,
.internal .content .box h3 {
    font-weight: lighter;
}
.internal .content .box div.text {
    position: relative;
    z-index: 2;
    vertical-align: middle;
}
.internal .content .box .mask {
    width: 278px;
    height: 82px;
    background: url(../images/pmask.png);
    position: absolute;
    z-index: 1;
    top: 7px;
    left: 10px;
    display: none;
}
.internal .content .box:hover .mask {
    display: block;
}
.internal .content .downloads {
    background: 0 0;
}
.internal .content .downloads .icon {
    background: 0 0;
    margin: 0 10px 0 0;
    width: 16px;
    border: 0;
}
.internal .contact {
    background: 0 0;
    font-size: 14px;
    color: #6e6f74;
}
.internal .contact a {
    color: #20275a;
}
.internal .values a.anchor {
    position: absolute;
    display: block;
    height: 210px;
    margin-top: -210px;
    visibility: hidden;
    left: -20px;
    width: 10px;
}
.container.landing .content-block.ucontent {
    padding-top: 70px;
}
.container.content {
    padding-bottom: 40px;
    padding-top: 20px;
}
.content-block {
    padding: 16px 30px 0 0;
}
.content-block.ucontent {
    padding-top: 5px;
}
.content-block.ucontent h1 {
    color: #6e6f74;
}
.content-block.ucontent h2,
.content-block.ucontent h3,
.content-block.ucontent h4,
.content-block.ucontent h5 {
    color: #6e6f74;
    font-family: "Open Sans", sans-serif;
}
.content-block.ucontent h2 {
    font-size: 1.88em;
    margin: 0.83em 0;
    font-weight: 400;
}
.content-block.ucontent h2.capabilities {
    font-size: 1.88em;
    margin: 0.83em 0 0.4em;
    color: red;
}
.content-block.ucontent h3 {
    font-size: 1.46em;
    margin: 1em 0;
    font-weight: 600;
}
.content-block.ucontent h4 {
    font-size: 1.25em;
    margin: 1.33em 0;
    font-weight: 600;
}
.content-block.ucontent h5 {
    font-size: 1.03em;
    line-height: 1.17em;
    margin: 1.67em 0;
    font-weight: 600;
}
.content-block.ucontent p.semibold,
.internal.contact-page p.semibold {
    font-weight: 600;
}
.content-block.ucontent h2:first-child {
    margin-top: 0;
}
.content-block img {
    border: 1px solid #6e6f74;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.content-block ul {
    list-style: none;
    padding-left: 15px;
    margin: 10px 0;
}
.content-block ul > li {
    padding-left: 14px;
    text-indent: -20px;
    padding-bottom: 5px;
}
.content-block ul > li:before {
    content: "■";
    color: red;
    margin: 0 10px 0 0;
    position: relative;
    top: -1px;
}
.content-block ul.nav.nav-tabs {
    list-style: none;
}
.content-block table.styled,
.info-text h1 {
    margin-bottom: 20px;
}
.content-block table.styled thead,
table.caltable-big thead {
    font-weight: 700;
    border-bottom: 1px solid #4e5462;
    padding-bottom: 10px;
    color: #251f5b;
}
.content-block table.styled tbody tr {
    border-bottom: 1px solid #c7c7c7;
}
.content-block table.styled td {
    padding: 10px;
    vertical-align: top;
}
.internal.contact-page h1,
.rsGCaption h2 {
    color: #575757;
}
.internal.contact-page h2,
.internal.contact-page h3,
.internal.contact-page h4,
.internal.contact-page h5 {
    color: #575757;
    font-family: "Open Sans", sans-serif;
}
.internal.contact-page h2 {
    font-size: 1.5em;
    margin: 1.2em 0;
    font-weight: 400;
}
.internal.contact-page h2.capabilities {
    font-size: 1.88em;
    margin: 0.83em 0 0.4em;
    font-weight: 400;
    color: red;
}
.internal.contact-page h3 {
    font-size: 1em;
    margin: 0;
    font-weight: 600;
    line-height: 1em;
}
.internal.contact-page h4 {
    font-size: 1.25em;
    margin: 1.33em 0;
    font-weight: 600;
}
.internal.contact-page h5 {
    font-size: 1.03em;
    line-height: 1.17em;
    margin: 1.67em 0;
    font-weight: 600;
}
.internal.contact-page p {
    font-size: 0.9em;
    line-height: 1.6em;
}
.internal.contact-page ul {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 10px 0;
}
.tabbedcontent-block .tab-content ul {
    list-style: none;
    padding-left: 10px;
    margin: 10px 0;
}
.internal.contact-page ul > li,
.tabbedcontent-block .tab-content ul > li {
    line-height: 34px;
}
.internal.contact-page ul > li:before,
.tabbedcontent-block .tab-content ul > li:before {
    content: "■";
    color: red;
    margin: 0 6px 0 0;
    position: relative;
    top: -3px;
}
.tabbedcontent-block .navtab-padding {
    margin-top: 60px;
}
.tabbedcontent-block a {
    color: #fe0000;
}
.errorlabel {
    display: none;
}
.well .form-control {
    background: #fff;
}
.datefield {
    width: 120px;
    display: inline;
}
p.required,
span.required {
    color: #fc2653;
}
.accordion {
    margin-bottom: 40px;
    border-bottom: 1px solid #ececec;
}
.accordion .ui-accordion-header {
    border-top: 1px solid #ececec;
    padding: 10px 0;
    cursor: pointer;
    margin: 0;
    font-size: 18pt;
    font-weight: 400;
}
.accordion .ui-accordion-header .icon-info-2 {
    width: 30px;
    height: 30px;
    background: url(../images/sprite.png) right -94px;
    margin: 0 14px 0 0;
    float: left;
}
.accordion .ui-accordion-header .ui-accordion-header-icon {
    width: 16px;
    height: 16px;
    background: url(../images/plus-minus.png) 0 0;
    float: right;
    margin-top: 11px;
}
.accordion .ui-accordion-header-active .ui-accordion-header-icon {
    background: url(../images/plus-minus.png) -16px 0;
}
#accordion .glyphicon {
    float: right;
    width: 22px;
    display: block;
    overflow: hidden;
    font-size: 16pt;
    height: 37px;
    line-height: 37px;
}
.timeline {
    margin-top: 50px;
}
.timeline .year {
    margin-bottom: 40px;
}
.timeline .year h2 {
    border-bottom: 1px solid #a4a4a4;
    padding-bottom: 5px;
    margin-bottom: 0.4em;
}
.timeline .year h2 span.red {
    color: #f30000;
    padding-right: 20px;
}
.casestudies-page .page-title {
    background: 0 0;
    height: auto;
}
.casestudies-page .page-title.noimg {
    position: relative;
    top: inherit;
    display: block;
    padding-top: 21px;
}
.casestudies-page .page-title h1 {
    color: #6e6f74;
}
.casestudies-page .page-title h1 .back-button a {
    float: right;
    line-height: 37px;
    font-family: Open Sans, Arial, sans-serif;
}
.casestudies-page .casestudies-filter {
    float: right;
}
.casestudies.list .box {
    clear: both;
    padding: 0 !important;
    margin-bottom: 30px !important;
    float: left;
    min-width: 100%;
}
.casestudies.list .box .text {
    float: left;
    width: 60%;
    margin: 0 0 0 30px;
    font-size: 12pt;
}
.casestudies.grid .box,
.casestudies.list .logo {
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.casestudies.list .logo {
    background: #6e6f74;
    height: 150px;
    width: 230px;
    text-align: center;
}
.casestudies.list .logo img {
    max-height: 150px;
    width: inherit;
}
.casestudies.list h3 {
    margin-top: 0;
}
.casestudies.grid {
    padding: 10px 0 0;
    clear: both;
    color: #fff;
    float: left;
}
.casestudies.grid h2 {
    font-size: 26pt;
    margin-bottom: 30px;
}
.casestudies.grid .box {
    overflow: hidden;
    background: #ededed;
    border: 1px solid #ddd;
    padding: 0 0 4px;
    width: 46%;
    margin: 2%;
}
.casestudies.grid .box:hover {
    background: #ededed;
    -webkit-box-shadow: 0 1px 4px #999;
    -moz-box-shadow: 0 1px 4px #999;
    box-shadow: 0 1px 4px #999;
}
.casestudies.grid .box:hover .logo {
    background: #979797;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.casestudies.grid .box:hover .text {
    background: #ededed;
}
.casestudies.grid h3 {
    font-size: 18pt;
    font-weight: 400;
    left: inherit;
    margin: 0 0 10px;
    color: #6e6f74;
}
.casestudies.grid .logo {
    background: #818181;
    float: left;
    width: 100%;
}
.casestudies.grid .logo img {
    float: left;
    border: 0;
}
.casestudies.grid .text {
    font-family: "Open Sans", sans-serif;
    padding: 20px;
    float: left;
    background: #fff;
    width: 100%;
}
.casestudies.grid .text p {
    color: #6e6f74;
    font-size: 10pt;
}
.casestudies.grid .text a.btn {
    float: none;
    width: 40%;
    margin: 20px auto 0;
    line-height: 37px;
}
.casestudies.grid .text a.btn span {
    font-size: 8pt;
}
.casestudies.grid .text a.btn:hover {
    border: 1px solid #e6e6e6;
}
.casestudies.grid .box:hover,
.cs-link,
.cs-link:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.casestudies.grid .text a.btn,
.cs-link {
    display: block;
}
.cs-link {
    margin-top: 20px;
    font-size: 12pt;
    color: #6e6f74;
}
.cs-link span {
    font-size: 10pt;
}
.cs-link:hover {
    color: red;
}
.casestudies.single h2 {
    font-size: 1.88em;
    margin: 0.83em 0;
    font-weight: 400;
}
.casestudies.single h3 {
    font-size: 1.46em;
    margin: 1em 0;
    font-weight: 600;
}
.casestudies.single h2,
.casestudies.single h3,
.casestudies.single h4 {
    font-family: "Open Sans", sans-serif;
    color: #6e6f74;
}
.page-case-studies .casestudies.list.masonry-box a.btn {
    line-height: 37px;
}
.accreditations,
.ourpeople {
    margin-top: 60px;
}
.accreditations .certificate,
.accreditations .person,
.ourpeople .certificate,
.ourpeople .person {
    margin: 0 4px 8px;
    width: 300px;
    height: 300px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.accreditations .certificate img,
.accreditations .person img,
.ourpeople .certificate img,
.ourpeople .person img {
    display: block;
    width: 300px;
    height: 300px;
    border: 0;
    float: left;
    border-radius: 0;
}
.accreditations .certificate .description,
.accreditations .certificate .shortbio,
.accreditations .person .description,
.accreditations .person .shortbio,
.ourpeople .certificate .description,
.ourpeople .certificate .shortbio,
.ourpeople .person .description,
.ourpeople .person .shortbio {
    color: #fff;
    display: block;
    padding: 20px;
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: absolute;
    top: 205px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.accreditations .certificate .description,
.accreditations .person .description,
.ourpeople .certificate .description,
.ourpeople .person .description {
    padding: 15px;
    background: rgba(0, 0, 0, 0.2);
}
.accreditations .certificate .shortbio h3,
.accreditations .person .shortbio h3,
.ourpeople .certificate .shortbio h3,
.ourpeople .person .shortbio h3 {
    color: #fff;
    margin-top: 0;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 5px;
}
.accreditations .certificate .description h3,
.accreditations .person .description h3,
.ourpeople .certificate .description h3,
.ourpeople .person .description h3 {
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
    font-size: 13pt;
    line-height: 1.2em;
}
.accreditations .certificate .description p.pos,
.accreditations .certificate .description p.sub,
.accreditations .certificate .shortbio p.pos,
.accreditations .certificate .shortbio p.sub,
.accreditations .person .description p.pos,
.accreditations .person .description p.sub,
.accreditations .person .shortbio p.pos,
.accreditations .person .shortbio p.sub,
.ourpeople .certificate .description p.pos,
.ourpeople .certificate .description p.sub,
.ourpeople .certificate .shortbio p.pos,
.ourpeople .certificate .shortbio p.sub,
.ourpeople .person .description p.pos,
.ourpeople .person .description p.sub,
.ourpeople .person .shortbio p.pos,
.ourpeople .person .shortbio p.sub {
    font-size: 9pt;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.3em;
    height: 36px;
}
.accreditations .certificate:hover .description,
.accreditations .certificate:hover .shortbio,
.accreditations .person:hover .description,
.accreditations .person:hover .shortbio,
.ourpeople .certificate:hover .description,
.ourpeople .certificate:hover .shortbio,
.ourpeople .person:hover .description,
.ourpeople .person:hover .shortbio {
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.accreditations .certificate .description p,
.accreditations .certificate .description ul > li,
.accreditations .person .description p,
.accreditations .person .description ul > li,
.ourpeople .certificate .description p,
.ourpeople .certificate .description ul > li,
.ourpeople .person .description p,
.ourpeople .person .description ul > li {
    font-size: 9pt;
    line-height: 17px;
}
.megamenu ul.level1 li.active img,
ul.capability-list {
    display: block;
}
ul.capability-list li {
    display: inline-block;
    padding: 3px 7px;
    border-radius: 5px;
    background: #efefef;
    margin: 5px;
}
ul.capability-list li:before {
    content: none;
}
.casestudies.single img {
    width: auto;
    margin: 0 15px 10px 0;
    float: left;
}
.searchresults {
    margin: 0;
    padding: 0;
    list-style: none;
}
.searchresults li {
    list-style-type: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px;
}
.downloads ul li.level0 li li a,
.related ul li.level0 li li a,
.searchresults li p {
    padding-left: 20px;
}
.videos-box {
    width: 100%;
    max-width: 1920px;
    height: 536px;
}
#videoslist img {
    border: 0;
    border-radius: 0;
}
#videoslist .rsVisibleNearbyWrap,
#videoslist.rsDefault .rsSlide {
    background: #000;
}
#videoslist.visibleNearby {
    width: 100%;
    background: #fff;
    color: #fff;
    padding-top: 0;
}
#videoslist .rsDefault,
#videoslist .rsDefault .rsOverflow,
#videoslist .rsDefault .rsVideoFrameHolder,
#videoslist.rsDefault .rsThumbs {
    background: #fff;
}
#videoslist.rsDefault .rsThumbs.rsThumbsHor {
    height: 160px;
    background: #f9f9f9;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 0;
}
#videoslist.rsDefault .rsThumb {
    height: 123px;
    width: 213px;
    position: relative;
}
#videoslist.rsDefault .rsThumb .box {
    position: absolute;
    top: 300px;
    left: 0;
    float: left;
    width: 100%;
    height: 123px;
    background: rgba(29, 38, 117, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#videoslist.rsDefault .rsThumb.rsNavSelected .box,
#videoslist.rsDefault .rsThumb:hover .box {
    top: 0;
    visibility: visible;
}
#videoslist.rsDefault .rsThumb.rsNavSelected .text,
#videoslist.rsDefault .rsThumb:hover .text,
.rsNavSelected .rsTmb .text {
    visibility: visible;
}
.rsNav h4 {
    font-weight: 400;
}
#videoslist .rsGCaption {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 0 16px;
    background: #fff;
    width: 100%;
    position: static;
    float: left;
    left: auto;
    bottom: auto;
    color: #6e6f74;
}
#videoslist.rsDefault .rsThumb.rsNavSelected {
    background: rgba(29, 38, 117, 0.9) 0 0;
}
.rsTmb .text {
    visibility: hidden;
    position: absolute;
    text-align: center;
    font-size: 14pt;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.visibleNearby .rsSlide img {
    opacity: 0.25;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.visibleNearby .rsActiveSlide img {
    opacity: 1;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
    #videoslist {
        padding: 12px 0;
    }
    #videoslist .rsOverflow,
    .royalSlider#videoslist {
        height: 400px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 500px) {
    #videoslist .rsOverflow,
    .royalSlider#videoslist {
        height: 300px !important;
    }
}
table.caltable-big thead th {
    padding: 10px;
}
table.caltable-big tbody td {
    padding: 5px;
    vertical-align: top;
    border: 1px solid #c7c7c7;
}
table.caltable-big em {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}
table.caltable-big .events-list p {
    border-bottom: solid 1px #f0f0f0;
    padding: 0 0 9px;
}
table.caltable-big .events-list p a:hover {
    background: #f9f9f9;
    display: block;
}
.modal-content {
    position: relative;
    background-color: inherit;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
}
.modal-dialog {
    width: 580px;
    margin: 0;
}
.lrg-btn-frame .large-btn {
    position: relative;
    height: 88px;
    display: block;
    margin: 10px 0;
    background: #fff url(../images/apply-bg.png) top left no-repeat;
}
.lrg-btn-frame .large-btn a {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 84px;
    font-weight: 400;
}
.lrg-btn-frame .large-btn img {
    padding: 10px 20px 14px 14px;
}
.resultsbox {
    margin: 25px 0;
}
.resultsbox .results {
    position: relative;
    display: block;
    font-size: 19px;
    font-family: "Lato", sans-serif;
    color: #fff;
    padding: 20px;
    font-weight: 300;
}
.resultsbox .results img {
    margin-right: 15px;
    display: inline-block;
    float: left;
}
.resultsbox .results .ne,
.resultsbox .results .se {
    position: absolute;
    right: 0;
    float: right;
    width: 15px;
    height: 15px;
}
.resultsbox .results .ne {
    top: 0;
    background: url(../images/box-cr.png) -15px top no-repeat;
}
.resultsbox .results .se {
    bottom: 0;
    background: url(../images/box-cr.png) -15px -15px no-repeat;
}
.form-div.admissionsform label.errorlabel {
    display: none;
    text-align: left;
    padding-left: 190px;
    color: red;
    font-size: 12px !important;
    font-style: italic;
    font-family: Arial, sans-serif;
    width: 100%;
}
.form-div.admissionsform .form-group {
    clear: both;
}
.info-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.info-text .title {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 25pt;
    font-weight: 700;
    line-height: normal;
    padding: 0 30px 0 0;
}
.info-text .title:empty {
    display: none;
}
.info-text .text {
    clear: both;
    padding: 16px 20px;
    color: #fff;
    font-size: 14pt;
    line-height: 28pt;
    text-shadow: none;
    white-space: normal;
}
.internal.landing .page-title.noimg {
    border: 0;
}
.landing.imgheader {
    max-height: 630px;
}
.landing .cta .box {
    background: url(../images/ctal.png) center top no-repeat;
    padding-top: 0;
    height: 100px;
}
.landing .cta .box:hover {
    background: url(../images/ctalh.png) center top no-repeat !important;
}
.landing .cta .box:hover h3 a {
    transition: all 0.4s ease-in-out;
}
.landing .cta .box h3 {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 26px;
    line-height: normal;
    font-weight: 400;
}
.landing .content h1,
.landing .content strong {
    color: #575757;
}
.expert-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fcfcfc;
    border: 1px solid #b5b5b5;
    padding: 10px;
    margin-top: 10px;
    float: left;
    width: 100%;
    font-size: 12pt;
    line-height: 1.5em;
}
.expert-box h4 {
    border-bottom: 1px solid #dbdbdb;
    text-transform: uppercase;
    font-size: 14pt;
    margin-top: 0 !important;
    font-weight: 400;
    margin-bottom: 10px;
}
.expert-box h4 p,
.visit-website h4,
.visit-website p {
    margin: 0;
}
.expert-box strong {
    font-weight: 600 !important;
}
.visit-website,
.visit-website a {
    clear: both;
    float: left;
    width: 100%;
    display: block;
}
.visit-website a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid red;
    margin: 20px 0;
    padding: 10px;
    color: red;
    transition: all 0.3s ease-in-out;
}
.visit-website:hover a {
    color: #fff;
    background: red;
    transition: all 0.3s ease-in-out;
}
.visit-website.second a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #6e6f74;
    clear: both;
    margin: 0 0 20px;
    float: left;
    display: block;
    width: 100%;
    padding: 10px;
    color: #6e6f74;
    transition: all 0.3s ease-in-out;
}
.visit-website.second:hover a {
    color: #fff;
    background: #6e6f74;
    transition: all 0.3s ease-in-out;
}
.navbar-header,
.navbar-nav > li {
    float: left;
}
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
}
.navbar-toggle {
    display: none;
}
.navbar-collapse {
    border-top: 0;
}
.navbar-brand {
    margin-left: -15px;
}
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav > li > a {
    padding: 15px;
}
.navbar-nav.navbar-right {
    float: right;
}
.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff !important;
    background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #999 !important;
    background-color: transparent !important;
}
.navbar-form {
    float: left;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-form .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 .form-control,
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
    width: auto;
}
.navbar-form .input-group > .form-control {
    width: 100%;
}
.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .checkbox,
.navbar-form .radio {
    margin-top: 0;
}
.form-inline .checkbox label,
.form-inline .radio label,
.navbar-form .checkbox label,
.navbar-form .radio label {
    padding-left: 0;
}
.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"],
.navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
    top: 0;
}
.form-inline .form-group,
.navbar-form .checkbox,
.navbar-form .radio {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.event .eventinfo a,
.form-inline .form-control-static {
    display: inline-block;
}
.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
.form-inline .input-group .form-control,
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn {
    width: auto;
}
.form-inline .input-group > .form-control {
    width: 100%;
}
.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .checkbox,
.form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .has-feedback .form-control-feedback {
    top: 0;
}
.collapsed-content .collapsed-more {
    display: none;
}
.collapsed-content a.btn.btn-default.read-more-collapsed {
    margin: 30px 0 20px;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 18px;
    color: #6e6f74;
}
.collapsed-content a.btn.btn-default.read-more-collapsed:hover {
    color: #ee2e24;
}
.internal .content a.read-more-collapsed {
    color: #333;
    transition: all 0.3s ease-in-out;
}
.downloads ul li.level0 li a:hover,
.internal .content a.read-more-collapsed:hover,
.related ul li.level0 li a:hover {
    color: red;
}
.casestudies-wrap {
    max-width: 100%;
    width: 100%;
    overflow: hidden !important;
    margin: 0 auto;
}
.casestudiesslider {
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    /*width: 450px;
    height: 300px;*/
    border: 0;
}
.casestudiesslider .box {
    border-radius: 0;
    position: relative;
    /*width: 450px;
    height: 300px;*/
    overflow: hidden;
}
.casestudiesslider .box img.hover-img {
    width: 100%;
    height: 100%;
}
.casestudiesslider .box .overlay {
    position: absolute;
    /*top: 0;*/
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
}
.casestudiesslider .box .overlay h3 {
    color: #fff;
    font-size: 23pt;
    margin: 10px auto 10px;
    width: 90%;
    /*border-bottom: 1px solid #fff;
    padding-bottom: 15px;*/
}
.casestudiesslider .box .overlay h4 {
    color: #fff;
    margin: 0 auto;
    width: 90%;
    font-weight: 400;
}
.casestudiesslider .box .overlay .cs-button {
    display: block;
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.casestudiesslider .box .overlay,
.casestudiesslider .box .overlay .cs-button,
.casestudiesslider .box .overlay .cs-button a.btn,
.casestudiesslider .box .overlay .cs-button a.btn:hover,
.casestudiesslider .box img.hover-img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.casestudiesslider .box .overlay .cs-button a.btn {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    font-size: 16pt;
    font-weight: 400;
    padding: 2px 15px;
    border-radius: 5px;
    border: 1px solid #818181;
}
.casestudiesslider .box .overlay .cs-button a.btn:hover {
    background: rgba(129, 129, 129, 0.6);
    border: 1px solid transparent;
}
.casestudiesslider .box:hover .overlay {
    /*background: rgba(39, 34, 115, 0.7);*/
}
.casestudiesslider .box:hover .overlay .cs-button {
    bottom: 100px;
}
.casestudiesslider .box:hover img.hover-img {
    transform: scale(1.1);
}
.touchcarousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.touchcarousel .touchcarousel-container {
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
.touchcarousel .touchcarousel-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.touchcarousel .touchcarousel-item {
    float: left;
    margin: 0;
    padding: 0;
}
.touchcarousel .touchcarousel-item.last {
    margin-right: 0 !important;
}
.capabilities-list .wrap {
    border-left: 3px solid #ee2e24;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    float: left;
    width: 30%;
    font-size: 11pt;
    height: 60px;
    margin-right: 3.33%;
    margin-bottom: 5px;
}
.capabilities-list .wrap:before {
    content: "";
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.capabilities-list .wrap .items {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
    line-height: 14pt;
    height: 60px;
}
h1.page-title {
    color: #fff;
    margin: 40px 0 20px;
}
.page-events .greywrap,
.page-publications .greywrap {
    background: #fff;
    color: #575757;
}
.page-events .downloads h3,
.page-events .downloads ul li.level0 > a,
.page-events .greywrap .getintouch,
.page-events .greywrap .getintouch h3,
.page-events .internal .container.content,
.page-events .internal .content h1,
.page-events .related ul li.level0 > a,
.page-publications .downloads h3,
.page-publications .downloads ul li.level0 > a,
.page-publications .greywrap .getintouch,
.page-publications .greywrap .getintouch h3,
.page-publications .internal .container.content,
.page-publications .internal .content h1,
.page-publications .related ul li.level0 > a {
    color: #575757;
}
.event {
    width: 311px;
    height: 151px;
    display: block;
    float: left;
    border-bottom: 1px solid #f9f9f9;
}
.event img {
    width: 180px !important;
    height: 150px !important;
    display: block;
    border: 0 !important;
    border-radius: 0 !important;
}
.event .eventinfo {
    width: 131px;
    height: 150px;
    padding: 10px;
    font-size: 11pt;
    background: #f2f2f2;
    line-height: 17px;
    position: relative;
}
.event .eventinfo p {
    margin-bottom: 5px;
}
.event .eventinfo a {
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    bottom: 15px;
    transition: all 0.3s ease-in-out;
}
.event .eventinfo a:hover {
    background: #ccc;
    transition: all 0.3s ease-in-out;
}
.megamenu ul.level1 img,
.page-coil-manufacture .related {
    display: none;
}
.internal .content .team-tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.internal .content .team-tabs img {
    border: 0 !important;
    border-radius: 0;
}
.internal .content .team-tabs.nav > li {
    list-style-type: none;
    padding: 0 5px;
    text-indent: 0;
}
.internal .content .team-tabs.nav > li > a {
    padding: 0;
}
.internal .content .team-tabs.nav > li:before {
    content: "";
    margin: 0;
}
.internal .content .team-tabs .info {
    display: block;
    height: 64px;
    background: url(../images/team/info-bg.jpg);
    padding: 8px 8px 0;
    color: #6e6f74;
    font-size: 16pt;
}
.internal .content .team-tabs .info .icon {
    margin: 10px;
    width: 25px;
    height: 24px;
    float: right;
    background: url(../images/team/icon-info.jpg) no-repeat;
    display: block;
}
.internal .content .team-tabs .info span {
    font-size: 8pt;
    display: block;
}
.internal .content .team {
    margin: 10px 0 0;
}
.internal .content .team .tab-content {
    margin: 0 !important;
    padding: 0 5px;
}
.internal .content .team .tab-content .tab-pane {
    background: #ededed;
    float: left;
    width: 100%;
    padding: 8px;
    font-size: 10pt;
    opacity: 100;
}
.internal .content .team .tab-content .tab-pane .age,
.internal .content .team .tab-content .tab-pane .location,
.internal .content .team .tab-content .tab-pane .name,
.internal .content .team .tab-content .tab-pane .role,
.internal .content .team .tab-content .tab-pane .years {
    margin-bottom: 6px;
    width: 50%;
    float: left;
}
.internal .content .team .tab-content .tab-pane .qualification {
    width: 100%;
    margin-bottom: 6px;
}
.internal .content .team .tab-content .tab-pane .text {
    width: 100%;
    clear: both;
}
.cookie_notice {
    background: #3f4144;
    color: #fff;
    height: 130px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;
}
.cookie_content {
    padding: 20px;
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
    font-size: 14px;
}
.cookie_content .buttons {
    margin-top: 20px;
}
.cookie_content .btn {
    line-height: 30px;
    min-width: 170px;
    border: 0;
    background-color: inherit;
    padding: 6px 20px;
    margin: 10px 20px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    background: #eee;
    text-transform: uppercase;
    text-decoration: none !important;
}
.cookie_content .btn:active,
.cookie_content .btn:hover {
    background: red;
    color: #fff;
}
.page-current-vacancies .vac-box {
    max-height: 250px;
    position: relative;
    overflow: hidden;
}
.page-current-vacancies .vac-box .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    background: #fff;
}
.news {
    padding-top: 30px;
}
.news h1 {
    color: #6e6f74 !important;
}
.news img {
    /*float: left;*/
    /*margin-bottom: 20px;*/
}
.news .btn-next,
.news .btn-previous {
    text-transform: uppercase;
}
.news h4,
.previous-news .previous-box h4 {
    margin: 0 !important;
}
#logmeinsupport input,
.news,
.news .downloads h3,
.news .downloads ul li.level0 > a,
.news .related h3,
.news .related ul li.level0 > a {
    color: #6e6f74;
}
.news .no-top-img {
    background: #f9f9f9;
}
.news {
    background: #fff;
}
.news-row .news-item {
    padding: 0;
    /*height: 228px;*/
    overflow: hidden;
}
.news-row .news-item .tile {
    background: url(../images/news-grid-odd.png) no-repeat;
    float: right;
    padding: 0 20px 0 40px;
}
.news-row .news-item .readmore {
    left: 21%;
    visibility: hidden;
    top: 110%;
}
.news-row .news-item.odd:hover .box,
.news-row .news-item.odd:hover .readmore,
.news-row .news-item:hover .box,
.news-row .news-item:hover .readmore {
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 0;
}
.news-row .news-item.odd:hover .readmore,
.news-row .news-item:hover .readmore {
    top: 50%;
}
.news-row .news-item.odd:hover .readmore:hover,
.news-row .news-item:hover .readmore:hover {
    border: 1px solid #e6e6e6;
    background: rgba(255, 255, 255, 0.5);
}
.news-row .news-item.odd .readmore {
    left: auto;
    right: 21%;
    visibility: hidden;
    top: 110%;
}
.news-row .news-item.odd .tile {
    background: url(../images/news-grid-even.png) no-repeat;
    float: left;
    padding: 0 40px 0 20px;
}
.news-row .news-item.odd .teaserimage {
    right: 0;
}
.news-row .news-item .loadmore {
    text-align: center;
}
.news-row .news-item .loadmore img {
    float: none;
    width: auto;
    display: inline-block;
    margin: 20px 0;
    border: 0;
    border-radius: 0;
}
.news-row .news-item .loadmore .readmore {
    visibility: visible;
    min-height: 40px;
    top: 50%;
    left: 167px;
    border: 1px solid red;
    color: red;
    font-size: 20px;
}
.news-row .news-item .loadmore .readmore:hover {
    border: 1px solid #e6e6e6 !important;
    background: #e6e6e6 !important;
    color: #fff;
}
.news-row .news-item .loadmore.teaserimage {
    width: 100% !important;
}
.news-row .box {
    visibility: hidden;
    position: absolute !important;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(29, 38, 117, 0.7);
    top: 230px;
}
.news-row .tile {
    position: relative;
    z-index: 2;
    width: 189px;
    height: 100%;
}
.news-row .tile h5 {
    color: #6e6f74;
    font-weight: 400;
}
.news-row .tile .date-news {
    position: absolute;
    bottom: 10px;
    font-size: 11pt;
    color: #6e6f74;
}
.news-row .teaserimage {
    float: left;
    background-size: cover !important;
    display: block;
    width: 66%;
    height: 228px;
    position: absolute;
}
.news-row .readmore,
.news-row a.readmore {
    padding: 8px 12px;
    position: absolute;
    z-index: 3;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    border-color: #fff;
    color: #fff;
}
.previous-news .previous-box {
    margin-bottom: 25px;
    padding: 0;
}
.previous-news .previous-box .info {
    padding: 0;
}
.article-controls {
    white-space: nowrap;
    margin: 50px 0 0;
}
.article-controls .share {
    position: relative;
    float: left;
}
.article-controls > div > a {
    text-align: center;
    color: #6d6e71;
    float: left;
    margin: 0 20px 0 0;
    line-height: 37px;
    padding: 0 inherit;
}
.article-controls > div > a.btn-share {
    width: 83px;
}
.article-controls > div > a.btn-share:hover {
    background: #e6e6e6;
}
.article-controls .social {
    background: #ee2e24;
    width: 83px;
    height: 160px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: 0;
    position: absolute;
    top: 38px;
    z-index: 1000;
}
.article-controls .social .icon {
    width: 29px;
    height: 29px;
    background: url(../images/icons.png);
    margin: 20px auto 0;
    float: none;
    display: block;
}
.article-controls .social .icon:hover {
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.article-controls .social .icon.fb {
    background-position: 0 -36px;
}
.article-controls .social .icon.twt {
    background-position: -30px -36px;
}
.article-controls .social .icon.gplus {
    background-position: -60px -36px;
}
.megamenu ul,
ul.archives {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}
ul.archives li a {
    padding: 5px !important;
}
ul.archives li strong {
    padding: 5px !important;
    display: block;
}
.internal.news .page-title {
    background: 0 0;
    height: auto;
}
.internal.news .page-title.noimg {
    position: relative;
    top: inherit;
    display: block;
}
.internal.news .page-title .back-button a {
    float: right;
    line-height: 37px;
    font-family: Open Sans, Arial, sans-serif;
}
.pnl {
    width: 100%;
    clear: both;
    float: left;
}
.nav {
    font-size: 13pt;
}
.nav i.glyphicon {
    font-size: 9pt;
    margin: 2px 5px;
}
.nav a {
    outline: 0;
}
#menumask {
    height: 0;
}
.megamenu {
    min-height: 200px;
    overflow: hidden;
    position: absolute;
    top: 40px!important;
    display: none;
    z-index: 99999;
    width: 980px;
    min-width: 960px;
    margin: 10px 0;
    padding: 10px 0 20px;
    font-size: 14pt;
    font-family: "PT Sans Narrow", sans-serif;
    left: 0!important;
}
.megamenu .maincats {
    padding-right: 15px;
}
.megamenu .category-link a,
.megamenu ul.level1 a:active,
.megamenu ul.level1 li.active a i,
header .navbar-nav > li > a.active,
header .navbar-nav > li > a:active {
    color: #ee2e24;
    border-bottom: 4px solid red;
}
.megamenu.simplemenu .maincats {
    margin: 10px 15px 0;
    width: 55%;
}
.megamenu img {
    border: 0 !important;
    border-radius: 0 !important;
    max-width: 95%;
    max-height: 180px;
}
.megamenu a {
    outline: 0;
    color: #818181;
    transition: all 0.4s ease;
    text-transform: uppercase;
}
.megamenu,
.megamenu .level1-children ul li a.firstlink:hover,
.megamenu .nav-title:hover,
.megamenu a:hover,
.megamenu ul.level1 li:hover a {
    color: #fff;
}
.megamenu ul {
    margin: 0;
}
.megamenu ul.level1 {
    margin: 0;
}
.megamenu .more-title,
.megamenu ul.level1 a {
    color: #fff;
    padding: 4px 0;
    display: block;
    position: relative;
    border-bottom: 1px solid #ee2e24;
}
.megamenu ul.level1 a i {
    font-size: 9pt;
    float: right;
    position: absolute;
    right: 0;
    top: 15px;
}
.megamenu .more-title {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.megamenu .extra-links {
    position: absolute;
    right: 0;
    top: 20px;
    width: 120px;
}
.megamenu .extra-links li {
    border-bottom: 1px solid #2a2a2a;
    padding: 5px 5px 5px 0;
    font-size: 10.5pt;
}
.megamenu .extra-links li:last-child,
.megamenu .level1-children ul li li:last-child {
    border-bottom: none;
}
.megamenu .level1-children ul li a.firstlink,
.megamenu .nav-title {
    font-size: 12pt;
    display: block;
    color: #9f9f9f;
    /*font-weight: 700;*/
    height: 85px;
    width: 91%;
}
#mslideline,
.megamenu .level1-children ul li a.firstlink > i,
.megamenu .nav-title > i,
.related-nav li ul,
.related-nav li.level1 span.glyphicon,
div.menuhide {
    display: none;
}
.megamenu .nav-title {
    border-bottom: none;
    text-transform: uppercase;
}
.megamenu .level1-children {
    position: relative;
    margin: 0;
}
.mediaitems li a.thumb:hover .img-overlay,
.megamenu .level1-children.active,
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
    display: block;
}
.megamenu .level1-children .teaser-image,
.megamenu .level1-children ul {
    margin: 10px 0;
}
.megamenu .level1-children .teaser-body {
    text-transform: none;
    display: block;
    margin-bottom: 15px;
}
.megamenu .level1-children ul li {
    display: block;
    padding: 5px 2px 5px 0;
    font-size: 10.5pt;
}
.megamenu .level1-children ul li.simplemenu {
    min-height: 60px;
}
.megamenu .level1-children ul li li {
    border-bottom: 1px solid #2a2a2a;
    width: 92%;
    font-size: 10pt;
    /*font-weight: 700;*/
}
.megamenu .level1-children ul li li a,
.page-case-studies .downloads > ul > li.active.children > a,
.page-case-studies .related > ul > li.active.children > a {
    border-bottom: none;
}
.megamenu.menu-28 .level1-children .nav-title,
.megamenu.menu-66 .level1-children .nav-title,
.megamenu.menu-74 .level1-children .nav-title {
    height: 85px;
}
.megamenu.menu-74 .level1-children .col-md-2 {
    width: 14.28%;
}
.megamenu.simplemenu.menu-74 .maincats {
    width: 100%;
}
.menu-home a,
.menu-home a:active,
.menu-home a:hover {
    transition: all 0s ease 0s;
    text-indent: -999px;
    width: 30px;
    height: 40px;
    overflow: hidden;
    background: url(../images/sprite.png);
    background-position: 5px -160px;
}
#mslideline {
    height: 5px;
    width: 100px;
    background: #ee2e24;
    position: absolute;
    top: 0;
    left: 0;
}
.megamenu .level1-children li.col-menu {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    
}
header .navbar {
    /*margin: 20px 0 0 !important;*/
    margin-top: 20px;
    position: static;
    font-family: "PT Sans Narrow", sans-serif;
    float: left;
    clear: both;
}
header .nav > li {
    position: static;
    margin: 0 8px;
}
header .nav > li:first-child {
    margin: 0 3px;
}
header .navbar-collapse {
    padding-left: 0 !important;
    position: relative;
}
header .navbar-nav > li > a {
    transition: all 0.4s ease;
    display: block;
    color: #dbdbdb;
    padding: 11px 6px;
    text-transform: uppercase;
    padding-bottom: 3px;
}
#menumask {
    left: -100%!important;
    position: absolute;
    background: rgba(0, 0, 0, 0.95);
    top: -200px;
    right: -100%!important;
    z-index: 100;
    display: none;
    width: 1000%;
}
.related {
    margin-top: 0;
}
.downloads,
.related {
    float: left;
    width: 100%;
}
.downloads .dropdown,
.related .dropdown {
    text-transform: uppercase;
    line-height: 50px;
    padding-left: 10px;
    padding-top: 10px;
}
.downloads .dropdown-toggle,
.related .dropdown-toggle {
    padding: 0 10px;
    margin: 0 0 10px;
    float: right;
    height: 40px;
}
.downloads .dropdown-toggle span,
.related .dropdown-toggle span {
    font-size: 10px;
    margin-top: 5px;
}
.downloads ul.dropdown-menu,
.related ul.dropdown-menu {
    top: 80%;
}
.downloads .tag,
.related .tag {
    width: auto;
    padding: 0 10px;
    font-size: 10px;
    height: inherit;
    line-height: 30px;
    margin: 0 10px 10px 0;
}
.downloads > ul > li.children > a,
.related > ul > li.children > a {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.downloads > ul > li.active.children > a,
.related > ul > li.active.children > a {
    background: red;
    color: #fff !important;
}
.related a,
.related h3 {
    color: #6e6f74;
    border-bottom: 1px solid #5a5a5a;
}
.downloads h3,
.related h3 {
    padding-left: 9px;
    font-size: 16pt;
    font-weight: 400;
}
.related h3 {
    margin: 0;
    text-transform: uppercase;
}
.downloads h3 {
    color: #6e6f74;
}
.downloads h3 a,
.related h3 a {
    display: inline;
    float: none;
    font-size: inherit;
    padding: inherit;
    color: red !important;
}
.related a {
    font-size: 16px;
}
.downloads a,
.related a {
    font-weight: 400;
    display: block;
    float: left;
    width: 100%;
    padding: 13px 9px;
}
.downloads a:active,
.downloads a:hover,
.downloads ul li.level0 > a:hover,
.related a:active,
.related a:hover,
.related ul li.level0 > a:hover {
    color: #ee2e24;
}
.downloads ul,
.related ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.downloads ul li,
.related ul li {
    color: #6e6f74;
    list-style-type: none;
    float: left;
    clear: both;
    width: 100%;
    text-transform: none;
}
.downloads ul li.active > a,
.related ul li.active > a {
    color: red !important;
}
.downloads a,
.downloads ul li.level0 > a,
.related ul li.level0 > a {
    font-size: 16px;
    color: #6e6f74;
}
.downloads h3,
.downloads ul li.level0 li a,
.related ul li.level0 li a {
    text-transform: uppercase;
}
.downloads ul li.level0 li.active > a,
.related ul li.level0 li.active > a {
    color: red;
    text-transform: uppercase;
}
.downloads ul li.level1,
.related ul li.level1 {
    border-top: 1px solid #ddd;
}
.downloads ul li.level1 a,
.related ul li.level1 a {
    color: #575757;
    text-transform: none;
    font-size: 16px;
}
.downloads ul li.level1 .active > a,
.related ul li.level1 .active > a {
    color: red;
}
.downloads ul li.level2,
.related ul li.level2 {
    border: 0;
    padding-left: 10px;
    font-weight: 400;
}
.downloads ul li.level2 > a,
.related ul li.level2 > a {
    color: #575757;
}
.downloads ul li.level2.active > a,
.downloads ul li.level2 > a,
.related ul li.level2.active > a,
.related ul li.level2 > a {
    text-transform: uppercase !important;
    font-size: 14px;
}
.downloads ul li.level3,
.related ul li.level3 {
    padding-left: 20px;
}
.downloads ul li.level3 a,
.related ul li.level3 a {
    font-size: 14px;
    font-weight: 400;
    text-transform: none !important;
    color: gray;
}
.downloads ul li.level4 a,
.downloads ul li.level4.active a,
.related ul li.level4 a,
.related ul li.level4.active a {
    text-transform: none !important;
}
.downloads ul li .glyphicon,
.related ul li .glyphicon {
    font-size: 10px;
    float: right;
    margin-top: 5px;
}
.casestudies-page .container.content,
.casestudies-page .related .downloads .dropdown,
.casestudies-page .related .downloads ul li,
.casestudies-page .related .dropdown,
.casestudies-page .related ul li,
.page-events .container.content,
.page-events .related .downloads .dropdown,
.page-events .related .downloads ul li,
.page-events .related .dropdown,
.page-events .related ul li,
.page-news-1 .container.content,
.page-news-1 .related .downloads .dropdown,
.page-news-1 .related .downloads ul li,
.page-news-1 .related .dropdown,
.page-news-1 .related ul li,
.page-publications .container.content,
.page-publications .related .downloads .dropdown,
.page-publications .related .downloads ul li,
.page-publications .related .dropdown,
.page-publications .related ul li,
.page-sitemap .container.content,
.page-sitemap .related .downloads .dropdown,
.page-sitemap .related .downloads ul li,
.page-sitemap .related .dropdown,
.page-sitemap .related ul li,
.page-sitemap .related ul li.level0 > a {
    color: #575757;
}
.casestudies-page .related .downloads h3,
.casestudies-page .related h3,
.page-events .related .downloads h3,
.page-events .related h3,
.page-news-1 .related .downloads h3,
.page-news-1 .related h3,
.page-publications .related .downloads h3,
.page-publications .related h3,
.page-sitemap .related .downloads h3,
.page-sitemap .related h3 {
    color: #575757;
    border-bottom: 1px solid #ddd;
}
.casestudies-page .internal,
.casestudies-page .related a,
.page-events .internal,
.page-events .related a,
.page-news-1 .internal,
.page-news-1 .related a,
.page-publications .internal,
.page-publications .related a,
.page-sitemap .internal,
.page-sitemap .related a {
    border-bottom: 1px solid #ddd;
}
.page-case-studies .related-nav a {
    font-size: 14px;
    text-transform: uppercase;
}
.page-case-studies .level1 > li > a {
    text-transform: none !important;
    border-bottom: none;
}
.page-case-studies li.children.level0.open.active {
    border-bottom: 1px solid #575757;
}
.page-case-studies .tags a {
    border-bottom: 1px solid #ccc;
    font-family: "PT Sans Narrow", sans-serif !important;
    font-size: 14px;
}
.page-case-studies .tags a:hover {
    border-bottom: 1px solid transparent;
}
.page-news-1 .related-nav a {
    color: #575757 !important;
}
.content .related {
    margin-top: 20px;
}

.animatedslider img,
.masonry-box {
    width: 100%;
}
.animatedslider {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ui-autocomplete {
    z-index: 9999;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 13pt;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    border: 0;
    max-height: 400px;
    max-width: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ui-autocomplete a {
    color: #585655;
}
.ui-autocomplete a:hover {
    color: #ee2e24;
}
.ui-autocomplete .ui-menu-item {
    margin: 0;
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
    background: 0 0;
    border: 0;
}
.ui-autocomplete .ui-menu-item.ui-state-active,
.ui-autocomplete .ui-menu-item:active,
.ui-autocomplete .ui-menu-item:focus .ui-autocomplete .ui-menu-item.ui-state-focus,
.ui-autocomplete .ui-menu-item:hover {
    margin: 0;
    padding: 5px 10px;
    color: #ee2e24;
    font-weight: 400;
    background: 0 0;
    border: 0;
}
.downloads {
    margin: 20px 0 0;
}
.downloads a,
.downloads h3 {
    border-bottom: 1px solid #5a5a5a;
}
.downloads h3 {
    margin: 0;
}
.getintouch {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 3%;
    border-radius: 5px;
    border: 1px solid red;
}
.getintouch h3 {
    color: red;
    font-size: 16pt;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
}
.getintouch p {
    margin: 0;
    padding: 0;
    line-height: 1.8em;
}
.getintouch a {
    color: #fe0000;
}
.mediaitems {
    padding: 0;
    margin: 0 -10px;
}
.mediaitems li {
    list-style: none;
    padding: 0;
}
.mediaitems li img {
    max-height: 189px;
    margin: 0 auto;
    display: block;
}
.mediaitems li .placeholder {
    margin: 0;
}
.mediaitems li .thumb {
    display: block;
    padding: 10px;
    border: 1px solid #000;
    margin: 0 10px 20px;
}
.mediaitems li a .title {
    background: 0 0 #d4d4d4;
    padding: 10px 10px 20px;
    color: red;
    height: 62px;
    overflow: hidden;
    display: block;
}
.hover,
.mediaitems li {
    position: relative;
    overflow: hidden;
}
.img-overlay {
    width: 100%;
    height: 100%;
    background: rgba(76, 61, 88, 0.9) url(../images/image-zoom.png) no-repeat 20px 84%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: none;
}
.brochure-box p,
.img-overlay .info {
    padding: 15px 27px;
    color: #fff;
    font-size: 14px;
}
#footer-form .requiredlabel,
#footer-form .title,
#footer-form label,
.backstretch .thumbreal {
    display: none;
}
.next,
.previous {
    padding: 7px 20px;
    border: 1px solid #bbb;
    background: 0 0 #f6f6f6;
}
.previous {
    float: left;
}
.next {
    float: right;
}
.fancybox-title {
    color: #fff;
    font-weight: 700;
    padding: 5px;
}
.fancybox-title .right {
    float: right;
    border-left: 1px solid #fff;
    padding-left: 20px;
}
.fancybox-prev {
    left: -120px;
}
.fancybox-next {
    right: -120px;
}
form #Submit,
form #addchild,
form #submitbtn,
form .btn-danger {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 12pt;
    text-transform: uppercase;
    background-color: #818181;
    height: 40px;
    line-height: 30px;
    border: 0 !important;
    font-weight: 400;
    margin: 0 20px 0 0;
    min-width: 100px;
}
form #Submit:hover,
form #addchild:hover,
form #submitbtn:hover,
form .btn-danger:hover {
    background: #737373;
}
#form h4,
form h4 {
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 25px;
}
form .btns,
form .delrow {
    float: right;
}
#form form {
    margin-top: 20px;
    background: #fdfdfd;
    padding: 40px;
}
#form form label {
    line-height: 40px;
}
#form form .form-control,
#form form select[multiple] {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: gray;
}
#form form .form-control {
    height: 40px;
    line-height: 30px;
}
#form form select[multiple] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
@media only screen and (min-width: 769px) {
    form label {
        width: 28%;
        margin-right: 2%;
        float: left;
        font-weight: 400;
    }
    form .radiolabel {
        text-align: left;
        width: 20%;
    }
    form .form-control:before {
        float: right;
    }
    form .form-control {
        width: 70%;
    }
    form .datefield {
        width: 21%;
    }
    form select[multiple] {
        width: 70%;
        display: block;
    }
    form label,
    form p {
        text-align: right;
    }
    form .form-inline .form-group {
        display: block;
    }
    form .inline {
        text-align: left;
    }
}
.form-control.field-error {
    border: 1px solid red !important;
}
#footer-form {
    /*margin-top: 5px;*/
}
#footer-form #form form {
    background: 0 0;
    margin: 0;
    padding: 0;
}
#footer-form p {
    text-align: left;
}
#footer-form .thankyou-text {
    color: #fff;
    text-align: left;
    font-size: 16pt;
    padding: 10px 0;
}
#footer-form .form-area {
    width: 70%;
}
#footer-form .form-control {
    width: 100%;
}
#footer-form .formcontrols {
    float: left;
    width: 30%;
    margin: 6px 0 0;
}
.accreditation-logos {
    display: block;
    width: 100%;
    padding: 42px 0 0;
}
.accreditation-logos img {
    padding: 0 8px 15px 0;
    height: 54px;
}
.redkeyline,
h2.keyline,
h3.keyline {
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
}
.redkeyline {
    border-bottom: solid 1px red;
}
.expert-box a,
.expert-box a:hover {
    color: #6e6f74;
}
.expert-box {
    margin-bottom: 30px;
}
.content-block ul > li {
    line-height: 27px;
}
.landing .related {
    margin: 65px 0 30px;
}
footer .regoffice {
    text-align: center;
}
.brochure-box {
    background-position: center top !important;
    background-repeat: no-repeat !important;
    float: left;
    display: table-cell;
    width: 200px;
    height: 283px;
    padding: 0;
    margin: 0 20px 20px 0;
    position: relative;
}
.brochure-box a,
.dl-button a {
    width: 100%;
    display: block;
    text-align: center;
}
.brochure-box a {
    font-size: 14px;
    margin: 0 !important;
    padding: 290px 0 0;
}
.brochure-box h2 {
    font-size: 36px !important;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    margin: 0 0 15px !important;
    padding: 0 0 7px;
    font-family: "PT Sans Narrow", sans-serif !important;
    color: #fff !important;
}
.brochure-box p {
    padding: 0;
    margin: 0;
}
.brochure-box .dl-button {
    display: block;
    width: 167px;
    height: 36px;
    border-radius: 5px;
    border: solid 1px #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "PT Sans Narrow", sans-serif;
    padding: 0;
    position: absolute;
    right: 30px;
    bottom: 30px;
    transition: all 0.3s ease-in-out;
}
.dl-button a {
    color: #fff !important;
    text-decoration: none;
    line-height: 34px;
}
.dl-button:hover {
    background: #474747;
    border: solid 1px #474747;
    transition: all 0.3s ease-in-out;
}
.dl-button a img,
.people-box img {
    display: inline-block;
    border: 0 !important;
}
.dl-button a img {
    width: 28px !important;
    height: 26px;
    margin-right: 10px;
}
.nlbox {
    float: left;
}
.nlbox .brochure-box {
    width: 290px;
    height: 300px;
    margin-right: 20px;
}
.nlbox > a,
.nlbox > p > a {
    padding-top: 0;
}
.nlbox > p > a {
    height: 300px;
}
.nlbox > p > a:hover {
    background: rgba(0, 0, 0, 0.3);
}
.nlbox .title {
    color: #6e6f74;
    font-size: 12pt;
    position: relative;
    width: 100%;
    left: 0;
    text-align: left;
    display: block;
    margin: 0 0 10px;
}
.events-box,
.people-box {
    border-bottom: solid 1px #ddd;
}
.events-box h3 span.date,
.people-box h3 span.pos {
    font-size: 20px;
}
.people-box img {
    float: left;
    width: 180px !important;
    height: 120px;
    margin: 7px 3% 30px 0;
}
.events-box img,
.events-box p,
.people-box p {
    display: inline-block;
    width: 68%;
}
.events-box img {
    float: left;
    width: 180px !important;
    height: 120px;
    border: 0 !important;
    margin: 7px 4% 0 0;
}
.events-box p {
    width: 67%;
}
.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.mm-panels,
.mm-panels > .mm-panel {
    box-sizing: border-box;
}
.mm-btn,
.mm-menu {
    box-sizing: border-box;
}
.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none;
}
.mm-hidden {
    display: none !important;
}
.mm-wrapper,
html.mm-opened {
    overflow-x: hidden;
    position: relative;
}
.mm-menu {
    display: block;
    padding: 0;
    position: absolute;
}
.mm-panels,
.mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute;
}
.mm-btn,
.mm-panel.mm-highest {
    z-index: 1;
}
.mm-panels,
html.mm-blocking,
html.mm-blocking body {
    overflow: hidden;
}
.mm-panel {
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}
.mm-panels > .mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
}
.mm-listview .mm-divider,
.mm-listview > li > a,
.mm-listview > li > span,
.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px;
}
.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
    content: "";
    display: block;
    height: 20px;
}
.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    transform: none !important;
}
.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent;
}
.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
    height: 40px;
    bottom: auto;
}
.mm-listview > li.mm-vertical > .mm-next:after,
.mm-vertical .mm-listview > li > .mm-next:after {
    top: 16px;
    bottom: auto;
}
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 19px;
}
.mm-btn,
.mm-navbar {
    height: 40px;
    position: absolute;
    top: 0;
}
.mm-btn {
    width: 40px;
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    content: "";
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mm-clear:before,
.mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px;
}
.mm-clear:after,
.mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px;
}
.mm-arrow:after,
.mm-next:after,
.mm-prev:before {
    content: "";
    border: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 23px;
}
.mm-arrow:after,
.mm-next:after {
    border-top: none;
    border-left: none;
    right: 23px;
}
.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    padding: 0 40px;
    margin: 0;
    left: 0;
    right: 0;
}
.mm-navbar > * {
    display: block;
    padding: 10px 0;
}
.mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    left: 0;
}
.mm-navbar .mm-btn:last-child {
    text-align: right;
    padding-right: 20px;
    right: 0;
}
.mm-panel .mm-navbar {
    display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar,
html.mm-blocking #mm-blocker {
    display: block;
}
.mm-listview,
.mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
.mm-listview {
    font: inherit;
    font-size: 13pt;
    line-height: 20px;
}
.mm-listview > li {
    position: relative;
}
.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
    border-color: inherit;
}
.mm-listview > li > a,
.mm-listview > li > span {
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
    padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
    content: "";
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 20px;
}
.mm-listview .mm-next {
    background: 0 0;
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.mm-listview .mm-next:before {
    content: "";
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
    margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
    width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
    padding-right: 50px;
    margin-right: 0;
}
.mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -20px;
}
.mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0;
}
.mm-listview .mm-inset > li {
    padding: 5px 0;
}
.mm-listview .mm-divider {
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
}
.mm-listview .mm-spacer {
    padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
    top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px;
}
.mm-menu {
    background: #f3f3f3;
    color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > *,
.mm-menu em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-listview > li .mm-next:after {
    border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu,
.mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
    tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-divider,
.mm-menu .mm-fixeddivider span,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(0, 0, 0, 0.05);
}
.mm-page {
    box-sizing: border-box;
    position: relative;
}
.mm-slideout {
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 1;
}
html.mm-background .mm-page {
    background: inherit;
}
#mm-blocker {
    background: 0 0;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed;
}
.mm-menu.mm-offcanvas.mm-current {
    display: block;
}
.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}
html.mm-opening .mm-slideout,
html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}
@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0);
    }
}
.mm-menu.mm-autoheight.mm-bottom,
.mm-menu.mm-autoheight.mm-top {
    max-height: 80%;
}
.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen,
.mm-menu.mm-autoheight.mm-top.mm-fullscreen {
    max-height: 100%;
}
.mm-menu.mm-measureheight .mm-panel {
    display: block !important;
}
.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
    bottom: auto !important;
    height: auto !important;
}
.mm-menu.mm-columns {
    transition-property: transform, width, max-width;
    transition-property: transform, width, max-width, -webkit-transform;
}
.mm-menu.mm-columns .mm-panels > .mm-panel {
    width: 100%;
    right: auto;
    display: none;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
    border-right: 1px solid;
    border-color: inherit;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 2;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
    display: block;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-columns-0 {
    width: 80%;
    min-width: 140px;
    max-width: 0;
}
@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}
@media all and (min-width: 0px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
    display: block;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-columns-1 {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}
html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}
@media all and (min-width: 550px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0);
    }
}
.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
    width: 100%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
    display: block;
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-columns-2 {
    width: 80%;
    min-width: 140px;
    max-width: 880px;
}
html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}
@media all and (min-width: 1100px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate3d(880px, 0, 0);
        transform: translate3d(880px, 0, 0);
    }
}
.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
    width: 50%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
    display: block;
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-columns-3 {
    width: 80%;
    min-width: 140px;
    max-width: 1320px;
}
html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}
@media all and (min-width: 1650px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate3d(1320px, 0, 0);
        transform: translate3d(1320px, 0, 0);
    }
}
.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
    width: 33.34%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
    display: block;
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-columns-4 {
    width: 80%;
    min-width: 140px;
    max-width: 1760px;
}
html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}
@media all and (min-width: 2200px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate3d(1760px, 0, 0);
        transform: translate3d(1760px, 0, 0);
    }
}
.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
    width: 25%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
    display: block;
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-columns-5 {
    width: 80%;
    min-width: 140px;
    max-width: 2200px;
}
html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}
@media all and (min-width: 2750px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate3d(2200px, 0, 0);
        transform: translate3d(2200px, 0, 0);
    }
}
.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
    width: 20%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
    display: block;
    -webkit-transform: translate3d(700%, 0, 0);
    transform: translate3d(700%, 0, 0);
}
.mm-menu.mm-columns-6 {
    width: 80%;
    min-width: 140px;
    max-width: 2640px;
}
html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}
@media all and (min-width: 3300px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate3d(2640px, 0, 0);
        transform: translate3d(2640px, 0, 0);
    }
}
.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
    width: 16.67%;
}
em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%;
}
em.mm-counter + a.mm-next {
    width: 90px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span,
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span,
em.mm-counter + a.mm-next + span {
    margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
    padding-left: 0;
}
.mm-vertical > .mm-counter {
    top: 12px;
    margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
    margin-top: 40px;
}
.mm-nosubresults > .mm-counter,
li.mm-nosubresults > a.mm-next {
    display: none;
}
.mm-divider > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed),
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
    display: none;
}
.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
    content: none !important;
    display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
    display: block;
}
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
    transition-duration: 0s;
}
.mm-menu.mm-dropdown {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    height: 80%;
}
html.mm-dropdown .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0;
}
html.mm-dropdown #mm-blocker {
    transition-delay: 0s !important;
    z-index: 1;
}
html.mm-dropdown .mm-menu {
    z-index: 2;
}
.mm-menu.mm-tip:before {
    content: "";
    background: inherit;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mm-menu.mm-tipleft:before {
    left: 22px;
}
.mm-menu.mm-tipright:before {
    right: 22px;
}
.mm-menu.mm-tiptop:before {
    top: -8px;
}
.mm-menu.mm-tipbottom:before {
    bottom: -8px;
}
.mm-iconpanel .mm-panel {
    transition-property: transform, left;
    transition-property: transform, left, -webkit-transform;
}
.mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit;
}
.mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    left: 0;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    left: 240px;
}
.mm-subblocker {
    background: inherit;
    opacity: 0;
    display: block;
    transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
    opacity: 0.6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -100000px;
    left: 0;
    z-index: 3;
}
.mm-navbar-bottom,
.mm-navbar-top ~ .mm-navbar-top {
    border-bottom: none;
}
.mm-menu > .mm-navbar {
    background: inherit;
    padding: 0;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-navbar-bottom {
    border-top-width: 1px;
    border-top-style: solid;
    top: auto;
    bottom: 0;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
    border-top: none;
}
.mm-navbar.mm-hasbtns {
    padding: 0 40px;
}
.mm-navbar[class*="mm-navbar-content-"] > * {
    box-sizing: border-box;
    display: block;
    float: left;
}
.mm-navbar .mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px;
}
.mm-navbar .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px;
}
.mm-navbar .mm-breadcrumbs > a {
    text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0;
}
.mm-navbar-top-1 {
    top: 0;
}
.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2,
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
    top: 40px;
}
.mm-hasnavbar-top-2 .mm-panels,
.mm-navbar-top-3 {
    top: 80px;
}
.mm-hasnavbar-top-3 .mm-panels,
.mm-navbar-top-4 {
    top: 120px;
}
.mm-hasnavbar-top-4 .mm-panels {
    top: 160px;
}
.mm-navbar-bottom-1 {
    bottom: 0;
}
.mm-hasnavbar-bottom-1 .mm-panels,
.mm-navbar-bottom-2 {
    bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panels,
.mm-navbar-bottom-3 {
    bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panels,
.mm-navbar-bottom-4 {
    bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 160px;
}
.mm-navbar-size-2 {
    height: 80px;
}
.mm-navbar-size-3 {
    height: 120px;
}
.mm-navbar-size-4 {
    height: 160px;
}
.mm-navbar-content-2 > * {
    width: 50%;
}
.mm-navbar-content-3 > * {
    width: 33.33%;
}
.mm-navbar-content-4 > * {
    width: 25%;
}
.mm-navbar-content-5 > * {
    width: 20%;
}
.mm-navbar-content-6 > * {
    width: 16.67%;
}
.mm-sronly {
    text-indent: 10px;
    overflow: hidden;
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1;
}
.mm-search,
.mm-search input {
    box-sizing: border-box;
}
.mm-search {
    height: 40px;
    padding: 7px 10px 0;
    position: relative;
}
.mm-search input {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px;
}
.mm-search input::-ms-clear {
    display: none;
}
.mm-search .mm-clear,
.mm-search .mm-next {
    right: 0;
}
.mm-panel > .mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.mm-panel.mm-hassearch {
    padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px;
}
.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    padding: 40px 0;
}
.mm-noresults .mm-indexer {
    display: none !important;
}
li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px;
}
.mm-panels > .mm-resultspanel:not(.mm-opened) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-menu .mm-search input {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-indexer a,
.mm-menu .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
}
.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    z-index: 3;
    transition: right 0.4s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
    right: 0;
}
.mm-hasindexer .mm-fixeddivider {
    right: 20px;
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
    transition: background 0.4s ease;
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, 0.5);
}
input.mm-check,
input.mm-toggle {
    position: absolute;
    left: -10000px;
}
label.mm-check,
label.mm-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 20px;
}
label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin: -15px 0 0;
}
label.mm-check:before,
label.mm-toggle:before {
    content: "";
    display: block;
}
label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
    float: right;
}
label.mm-check {
    width: 30px;
    height: 30px;
    margin-top: -15px;
}
label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
    opacity: 1;
}
li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
    bottom: auto;
    margin-top: 0;
    top: 5px;
}
label.mm-toggle + a,
label.mm-toggle + span {
    padding-right: 80px;
}
label.mm-check + a,
label.mm-check + span {
    padding-right: 60px;
}
a.mm-next + label.mm-check,
a.mm-next + label.mm-toggle {
    right: 60px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span,
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
    margin-right: 50px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
    padding-right: 70px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
    padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-check,
em.mm-counter + a.mm-next + label.mm-toggle {
    right: 100px;
}
.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
    background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle,
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle,
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle,
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}
.mm-menu label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.7);
}
.mm-listview.mm-border-none > li:after,
.mm-menu.mm-border-none .mm-listview > li:after {
    content: none;
}
.mm-listview.mm-border-full > li:after,
.mm-menu.mm-border-full .mm-listview > li:after {
    left: 0 !important;
}
.mm-listview.mm-border-offset > li:after,
.mm-menu.mm-border-offset .mm-listview > li:after {
    right: 20px;
}
.mm-menu.mm-effect-menu-slide,
.mm-menu.mm-effect-menu-zoom {
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-menu.mm-effect-panels-zoom .mm-panel,
html.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened,
html.mm-opening .mm-menu.mm-effect-menu-zoom,
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
}
html.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened,
html.mm-opening .mm-menu.mm-effect-menu-slide,
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-menu-fade {
    opacity: 0;
    transition: opacity 0.4s ease;
}
html.mm-opening .mm-menu.mm-effect-menu-fade {
    opacity: 1;
}
.mm-menu.mm-effect-panels-zoom .mm-panel {
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened,
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li {
    transition: none 0.4s ease;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
    transition-delay: 50ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
    transition-delay: 0.1s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
    transition-delay: 150ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
    transition-delay: 0.2s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
    transition-delay: 250ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
    transition-delay: 0.3s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
    transition-delay: 350ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
    transition-delay: 0.4s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
    transition-delay: 450ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
    transition-delay: 0.5s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
    transition-delay: 550ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
    transition-delay: 0.6s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
    transition-delay: 650ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
    transition-delay: 0.7s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
    transition-delay: 750ms;
}
.mm-menu.mm-effect-listitems-slide .mm-listview > li {
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0;
}
html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.mm-menu.mm-effect-listitems-fade .mm-listview > li {
    transition-property: opacity;
    opacity: 0;
}
html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
    opacity: 1;
}
.mm-menu.mm-effect-listitems-drop .mm-listview > li {
    transition-property: opacity, top;
    opacity: 0;
    top: -25%;
}
html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
    opacity: 1;
    top: 0;
}
.mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
@media all and (max-width: 140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}
@media all and (min-width: 10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(10000px, 0, 0);
        transform: translate3d(10000px, 0, 0);
    }
}
@media all and (max-width: 140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0);
    }
}
@media all and (min-width: 10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(-10000px, 0, 0);
        transform: translate3d(-10000px, 0, 0);
    }
}
.mm-menu.mm-fullscreen.mm-bottom,
.mm-menu.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important;
}
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span,
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span {
    text-overflow: clip;
    white-space: normal;
}
html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
    opacity: 0;
}
html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
    opacity: 0.3;
    transition: opacity 0.4s ease 0.4s;
}
html.mm-pagedim #mm-blocker {
    background: inherit;
}
html.mm-pagedim-white #mm-blocker {
    background: #fff;
}
html.mm-pagedim-black #mm-blocker {
    background: #000;
}
.mm-menu.mm-pageshadow:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-pageshadow.mm-right:after {
    left: auto;
    right: 100%;
}
.mm-menu.mm-pageshadow.mm-front:after,
.mm-menu.mm-pageshadow.mm-next:after {
    content: none;
    display: none;
}
.mm-menu.mm-popup {
    transition: opacity 0.4s ease;
    opacity: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
html.mm-popup.mm-opening .mm-menu.mm-popup {
    opacity: 1;
}
html.mm-popup .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0;
}
html.mm-popup #mm-blocker {
    transition-delay: 0s !important;
    z-index: 1;
}
html.mm-popup .mm-menu {
    z-index: 2;
}
.mm-menu.mm-bottom,
.mm-menu.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80%;
    min-height: 140px;
    max-height: 880px;
}
.mm-menu.mm-right {
    left: auto;
    right: 0;
}
html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0);
    }
}
@media all and (min-width: 550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0);
    }
}
html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0;
}
html.mm-front #mm-blocker {
    z-index: 1;
}
html.mm-front .mm-menu {
    z-index: 2;
}
.mm-menu.mm-front,
.mm-menu.mm-next {
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-bottom {
    top: auto;
    bottom: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-menu.mm-theme-dark {
    background: #333;
    color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
    border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark,
.mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-pageshadow.mm-theme-dark:after {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333;
}
.mm-menu.mm-theme-white {
    background: #fff;
    color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
    border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white,
.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
    tap-highlight-color: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-pageshadow.mm-theme-white:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff;
}
.mm-menu.mm-theme-black {
    background: #000;
    color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
    border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black,
.mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black label.mm-toggle,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-pageshadow.mm-theme-black:after {
    content: none;
    display: none;
}
.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000;
}
.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
    content: "";
    display: block;
    clear: both;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none;
}
.mm-menu .mm-tileview.mm-listview > li,
.mm-menu.mm-tileview .mm-listview > li {
    width: 50%;
    height: 0;
    padding: 50% 0 0;
    float: left;
    position: relative;
}
.mm-menu .mm-tileview.mm-listview > li:after,
.mm-menu.mm-tileview .mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%;
}
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span,
.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next,
.mm-menu.mm-tileview .mm-listview > li > .mm-next {
    width: auto;
}
.mm-menu.mm-tileview .mm-panel {
    padding-left: 0;
    padding-right: 0;
}
.mm-menu.mm-tileview .mm-listview {
    margin: 0;
}
.mm-menu .mm-panels .mm-panel:first-child .mm-listview li + li + li + li + li + li a.mm-next,
.mm-menu .mm-panels .mm-panel:first-child .mm-next {
    width: 100% !important;
}
.mm-menu .mm-panels .mm-panel:first-child .mm-listview li + li + li + li + li a.mm-next {
    width: 50px !important;
}
#hamburger {
    box-sizing: border-box;
    display: none;
    top: 15px;
    z-index: 99999;
    position: fixed;
    height: 68px;
    color: #f0f0f0;
    line-height: 45px;
    text-transform: uppercase;
    width: 73px;
    padding-top: 20px;
}
#hamburger span,
#hamburger:after,
#hamburger:before {
    background: #fff;
    content: "";
    display: block;
    width: 33px;
    height: 5px;
    position: absolute;
    left: 20px;
    border: 1px solid #fff;
}
#hamburger:before {
    top: 30px;
}
#hamburger span {
    top: 40px;
}
#hamburger:after {
    top: 50px;
}
.mm-opened #hamburger:after,
.mm-opened #hamburger:before {
    top: 40px !important;
}
#hamburger div.mlabel {
    position: relative;
    text-align: center;
    top: -30px;
    font-size: 10pt;
    font-weight: 700;
    color: #fff;
}
#hamburger span,
#hamburger:after,
#hamburger:before {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
}
html.mm-opening #hamburger:after,
html.mm-opening #hamburger:before {
    top: 20px;
}
html.mm-opening #hamburger span {
    left: -50px;
    opacity: 0;
}
html.mm-opening #hamburger:before {
    transform: rotate(45deg);
}
html.mm-opening #hamburger:after {
    transform: rotate(-45deg);
}
.clamp_3_title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 85px;
    max-height: 85px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clamp_3_des {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 70px;
    max-height: 70px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 1200px) {
    .cta.home .box {
        min-height: 110px;
    }
}
@media only screen and (max-width: 1024px) {
    .container {
        width: auto !important;
        max-width: none !important;
        min-width: inherit !important;
    }
    header {
        background-position: 0 -5.4%;
    }
    .megamenu {
        left: 0 !important;
    }
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        background: #11206b;
    }
    header .navbar-nav .home-icon {
        display: none;
    }
    iframe {
        max-width: 100%;
    }
    .hotline {
        margin: -10px 0 0;
        font-size: 12.3pt;
    }
    .calendar-widget .ui-state-default {
        width: 100% !important;
    }
    .previous-news .previous-box {
        margin-bottom: 25px;
        padding: 0 0 36px;
        border-bottom: 1px solid #eee;
        float: left;
    }
    #searchform .alpha {
        width: 89%;
    }
    .fancybox-nav {
        top: auto !important;
        bottom: -52px !important;
        height: auto !important;
    }
    .fancybox-prev {
        left: -10px !important;
    }
    .fancybox-next {
        right: -12px !important;
    }
    .fancybox-opened .fancybox-title {
        margin: 13px 72px;
    }
    .bx-wrapper .bx-controls-direction a {
        z-index: 1;
    }
    .dropdown-menu > li > a {
        text-align: left !important;
    }
    .bxslider .container .slider-txt {
        top: 20px;
        left: 60px;
        padding: 10px;
        max-width: 83%;
    }
    .bxslider .container h2 {
        left: 0;
        font-size: 20pt;
        line-height: 28pt;
        margin-bottom: 0;
    }
    .cta .box {
        width: 100%;
        padding: 14px 10px 0;
    }
    .cta.home .box {
        min-height: inherit;
        padding: 120px 0 0;
        margin-top: 0;
    }
    .contact .facts .box,
    .latest .facts .box,
    .welcome .facts .box {
        margin: 0 0 10px;
        width: 100%;
    }
    .contact .facts .box .boximage,
    .latest .facts .box .boximage,
    .welcome .facts .box .boximage {
        margin-right: 20px;
    }
    .contact .facts h3,
    .latest .facts h3,
    .welcome .facts h3 {
        margin-left: auto;
    }
    .newsletter-signup .row .label-wrap {
        padding-left: 10%;
    }
    .container.content h1 {
        font-size: 26px;
        margin: 0;
    }
}
@media only screen and (max-width: 970px) {
    #hamburger {
        display: block;
    }
    .navbar#headerrow {
        display: none;
    }
    header {
        height: 120px;
    }
    header .logo {
        float: right;
        left: 50px;
    }
    a.twitter-timeline {
        margin-top: 30px;
        display: block;
    }
    .nav-tabs > li a {
        font-size: 16px;
        line-height: 60px;
        min-height: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
    .toolboxes .box-wrap {
        width: 32.5%;
    }
    .news-row .teaserimage {
        width: 57%;
    }
}
@media only screen and (max-width: 768px) {
    header .search,
    header .toplinks {
        width: 100%;
        float: right;
    }
    header .search ul,
    header .toplinks ul {
        text-align: right;
    }
    #login_form,
    .internal .top-image img {
        width: 100%;
    }
    #searchform .alpha {
        width: 85%;
    }
    .contact .facts .box,
    .latest .facts .box,
    .welcome .facts .box {
        margin: 0 0 10px;
        width: 100%;
    }
    .contact .facts .box .boximage,
    .latest .facts .box .boximage,
    .welcome .facts .box .boximage {
        margin: 0 0 20px;
    }
    .locations .pins {
        display: none;
    }
    .locations .col-md-6,
    .locations .facts {
        width: 100%;
        background: url(../images/latestbg.png) repeat-x;
    }
    .locations img {
        right: -15px;
        position: relative;
    }
    .social h2 {
        font-size: 1.8em;
    }
    .social a > img.soico {
        margin-right: 8px;
    }
    .social .embed {
        padding-top: 0 !important;
        width: 100% !important;
    }
    .internal .content img,
    .newsletter-signup {
        height: auto;
    }
    .newsletter-signup .row .label-wrap {
        padding-left: 15px;
        margin: 7.6% 0 4.9%;
    }
    .newsletter-signup .errors-holder {
        height: 50px;
    }
    .newsletter-signup .errors-holder .alert-warning {
        height: 40px;
        line-height: 10px;
    }
    .accreditation-logos img {
        padding-right: 3px;
    }
    .internal .no-top-img {
        height: 120px;
    }
    .internal .top-image {
        height: auto;
        padding-top: 120px;
        background: #000;
    }
    .article-controls {
        padding: 0 15px;
    }
    .article-controls div > a {
        margin: 0 10px 10px 0;
        padding: 0 9px;
    }
    .casestudies.list .logo img,
    .event {
        width: 100%;
    }
    .event > img {
        float: left !important;
    }
    .event .eventinfo {
        float: right !important;
    }
    .casestudies.grid .text a.btn {
        width: 50%;
    }
    .news-row .news-item.odd .readmore {
        right: 31%;
    }
    .news-row .news-item .readmore {
        left: 31%;
    }
    .news-row .news-item .loadmore .readmore {
        left: 40%;
    }
    .news-row .teaserimage {
        width: 77.5%;
    }
    .casestudies.single img,
    .more-tb .boximage img {
        max-width: 100%;
    }
    .casestudies.list .logo {
        width: 40%;
        max-height: 120px;
    }
    .casestudies.list .box .text {
        width: 55%;
        margin-left: 5%;
    }
    .more-tb {
        margin-left: 0 !important;
    }
    .more-tb .col-md-3 {
        width: 33.333%;
    }
    .more-tb h3 {
        font-size: 15pt;
    }
    .internal.contact-page .content .pins {
        display: none;
    }
    .office p {
        width: 60%;
    }
    .page-electrical-contracting .toolboxes .box-wrap {
        width: 32%;
    }
    .page-electrical-contracting .toolboxes .box-wrap h3,
    .page-rotating-machines .toolboxes.cta-4 .box-wrap h3 {
        font-size: 11pt;
    }
    .page-rotating-machines .toolboxes.cta-4 .box-wrap {
        width: 24%;
    }
    .contacts-list .flippers {
        min-width: 50%;
    }
    .getintouch {
        font-size: 90%;
    }
    .slider .tp-banner-container .hashtag {
        text-align: left;
        padding-left: 30px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 736px) {
    header .logo {
        float: none;
        left: 80px;
    }
    header .search {
        display: none;
    }
    .cta.home .col-md-3 {
        /*background: url(../images/ctabg.png) repeat-x;*/
    }
    .cta.home .box {
        margin-bottom: 30px;
    }
    .locations img {
        position: relative;
        right: -15px;
    }
    .locations .pins {
        right: -223px;
    }
    .facts {
        background: url(../images/latestbg.png) center top repeat-x;
        float: left;
        width: 100%;
    }
    .facts h3 p {
        margin: 0;
    }
    .social .col-md-3 {
        width: 33.333% !important;
    }
    .newsletter-signup label {
        line-height: normal;
    }
    .newsletter-signup .row .label-wrap {
        margin: 3% 0;
    }
    .newsletter-signup .errors-holder .alert-warning {
        font-size: 11pt;
    }
    footer .regoffice {
        text-align: left;
    }
    .info-text {
        top: 191px;
    }
    .news-row .news-item .readmore {
        left: 29%;
    }
    .news-row .news-item.odd .readmore {
        right: 29%;
    }
    .news-row .news-item .loadmore .readmore {
        left: 40%;
    }
    .content-block {
        padding: 0;
    }
    .casestudies.single table {
        max-width: 100%;
    }
    .content img,
    .content table {
        max-width: 100% !important;
    }
    .page-rotating-machines .toolboxes.cta-4 .box-wrap {
        width: 24%;
    }
    .page-rotating-machines .toolboxes.cta-4 .box-wrap h3 {
        font-size: 10pt;
    }
}
@media only screen and (max-width: 667px) {
    .more-tb h3 {
        font-size: 12pt;
    }
    .news-row .teaserimage {
        width: 73.5%;
    }
}
@media only screen and (max-width: 600px) {
    .landing.imgheader {
        max-height: 600px;
    }
    .cta {
        top: 0;
    }
    .capabilities-list .wrap {
        font-size: 12px;
    }
    #footer-form .form-area {
        width: 60%;
    }
}
@media only screen and (min-width: 415px) and (max-width: 568px) {
    header #hamburger {
        left: 0;
    }
    header .logo {
        width: 220px;
        background-size: 346%;
        left: 60px;
        height: 48px;
    }
    .social a > img.soico {
        max-width: 30px;
        max-height: 30px;
    }
    a.twitter-timeline {
        margin-top: 20px;
    }
    #footer-form form #submitbtn {
        min-width: 80px;
    }
    .more-tb h3 a {
        font-size: 11pt;
    }
    .info-text {
        top: 131px;
    }
    .info-text h1 {
        font-size: 28pt;
        min-height: 170px;
    }
    .info-text .p1,
    .info-text p,
    .more-tb h3 a {
        line-height: normal;
    }
    .office p {
        width: 50%;
    }
    .accreditations .certificate,
    .accreditations .certificate img,
    .accreditations .person,
    .accreditations .person img,
    .ourpeople .certificate,
    .ourpeople .certificate img,
    .ourpeople .person,
    .ourpeople .person img {
        width: 258px;
        height: 258px;
    }
    .accreditations .certificate .description,
    .accreditations .certificate .shortbio,
    .accreditations .person .description,
    .accreditations .person .shortbio,
    .ourpeople .certificate .description,
    .ourpeople .certificate .shortbio,
    .ourpeople .person .description,
    .ourpeople .person .shortbio {
        width: 100%;
        top: 170px;
    }
    .shortbio p {
        font-size: 10pt;
    }
}
@media only screen and (max-width: 414px) {
    header .search {
        display: none;
    }
    header .logo {
        top: -10px;
    }
    .cta,
    header .toplinks {
        top: 0;
    }
    header #hamburger {
        left: 0;
    }
    .info-text .col-md-offset-1 + div {
        border-left: 1px solid #fff;
    }
    .info-text h1 {
        font-size: 22pt;
        padding-right: 0;
        border: 0;
        min-height: 100px;
    }
    .info-text .text {
        padding: 0;
        font-size: 12pt;
        line-height: 150%;
    }
    .cta.home .col-md-3 {
        /*background: url(../images/ctabg.png) repeat-x;*/
    }
    .cta.home .box {
        margin-bottom: 30px;
    }
    .locations .pins {
        display: none;
    }
    .toolboxes .box-wrap {
        width: 32.6%;
    }
    .toolboxes .box-wrap h3 {
        font-size: 12pt;
    }
    .capabilities-list .wrap {
        width: 100%;
    }
    .nav-tabs > li > a {
        font-size: 16px;
        line-height: 170%;
    }
    .nav-tabs > li + li > a {
        line-height: 26px !important;
    }
    .nav-tabs > li + li + li > a {
        line-height: 60px !important;
    }
    .item-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .slider.videos {
        min-height: inherit;
    }
    .slider.videos h3 {
        font-size: 12pt;
        line-height: normal;
    }
    .social .col-xs-4 {
        width: 50% !important;
    }
    .social div + div + div.col-xs-4 {
        width: 100% !important;
    }
    .social div + div + div.col-xs-4 a {
        margin: 0 0 10px;
    }
    .more-tb .col-md-3,
    .newsletter-signup .col-xs-6,
    .office p {
        width: 100%;
    }
    .accreditation-logos img {
        max-width: 17%;
    }
    .quick-links a {
        display: block;
        margin-right: 15px;
        float: left;
    }
    .internal.contact-page .content a.btn,
    .internal.contact-page .content a.btn.dl,
    .internal.contact-page .content a.btn.map {
        position: initial;
        top: auto;
        margin: 10px 0;
        clear: both;
    }
    .ourpeople .person {
        width: 100%;
        margin: 0 0 8px;
    }
    .ourpeople .person .shortbio,
    .ourpeople .person img {
        width: 100%;
        height: auto;
        min-height: 384px;
    }
    .news-row .news-item .readmore {
        left: 12%;
    }
    .news-row .news-item.odd .readmore {
        right: 12%;
    }
    .news-row .news-item .loadmore .readmore {
        left: 30%;
    }
    .casestudies.grid .box {
        width: 100%;
        margin: 3% 0 0;
    }
    .casestudies.single table {
        max-width: 100%;
    }
    .accreditations .certificate,
    .accreditations .person,
    .ourpeople .certificate,
    .ourpeople .person {
        height: 384px;
    }
    .accreditations .certificate .description,
    .accreditations .certificate .shortbio,
    .accreditations .person .description,
    .accreditations .person .shortbio,
    .ourpeople .certificate .description,
    .ourpeople .certificate .shortbio,
    .ourpeople .person .description,
    .ourpeople .person .shortbio {
        top: 300px;
    }
    .internal.landing.imgheader {
        max-height: 495px;
    }
    .internal .content .team-tabs .info {
        font-size: 12pt;
    }
    .internal .content .team-tabs .info .icon {
        margin: 0 0 4px 4px;
        position: absolute;
        bottom: 4px;
        right: 8px;
        width: 15px;
        height: 15px;
        background-size: 100%;
    }
    .internal .content .team .tab-content .tab-pane .age,
    .internal .content .team .tab-content .tab-pane .name,
    .internal .content .team .tab-content .tab-pane .role,
    .internal .content .team .tab-content .tab-pane .years {
        margin-bottom: 6px;
        width: 50%;
        float: left;
    }
    .internal .content .team .tab-content .tab-pane .location {
        margin-bottom: 6px;
        width: 100%;
        float: left;
    }
    .cookie_content {
        font-size: 11px;
    }
    .cookie_content .buttons {
        margin-top: 10px;
    }
    .cookie_content .buttons .btn {
        width: 39%;
        min-width: initial;
    }
    .slider .tp-banner-container .hashtag {
        top: -100px;
    }
}
@media only screen and (max-width: 375px) {
    header .logo {
        width: 250px;
        background-size: 346%;
    }
    .nav-tabs > li > a {
        font-size: 10px;
        line-height: 60px;
    }
    .nav-tabs > li + li > a {
        line-height: 60px !important;
    }
    .social h2 {
        font-size: 20pt;
    }
    .social img.soico {
        width: 30px;
        height: 30px;
    }
    .accreditation-logos img {
        max-width: 15%;
    }
    .toolboxes .box-wrap {
        max-width: 32%;
    }
    .accreditations .certificate,
    .accreditations .person,
    .ourpeople .certificate,
    .ourpeople .person {
        width: 100%;
        height: 100%;
        margin: 0 0 8px;
    }
    .accreditations .certificate .description,
    .accreditations .certificate .shortbio,
    .accreditations .person .description,
    .accreditations .person .shortbio,
    .ourpeople .certificate .description,
    .ourpeople .certificate .shortbio,
    .ourpeople .person .description,
    .ourpeople .person .shortbio {
        top: 260px;
    }
    .internal.landing.imgheader {
        max-height: 447px;
    }
    .ourpeople .person .shortbio,
    .ourpeople .person img {
        min-height: 345px;
    }
    .accreditations .certificate img,
    .accreditations .person img,
    .ourpeople .certificate img,
    .ourpeople .person img {
        width: 100%;
        height: 100%;
    }
    .accreditations .certificate .description,
    .accreditations .person .description,
    .ourpeople .certificate .description,
    .ourpeople .person .description {
        width: 100%;
        min-height: 375px;
    }
    .landing.imgheader {
        max-height: 375px;
    }
    .locations img {
        right: -15px;
        width: 240%;
    }
    .page-electrical-contracting .toolboxes .box-wrap {
        width: 32%;
    }
    .page-electrical-contracting .toolboxes .box-wrap h3 {
        font-size: 11pt;
    }
    .page-rotating-machines .toolboxes.cta-4 .box-wrap {
        width: 23%;
    }
    .page-rotating-machines .toolboxes.cta-4 .box-wrap h3 {
        font-size: 10pt;
    }
    .news-row .teaserimage {
        width: 51.5%;
    }
    .cookie_content {
        padding: 20px 12px;
        font-size: 10px;
    }
    .cookie_content .buttons .btn {
        width: 38%;
        font-size: 13px;
    }
}
@media only screen and (max-width: 320px) {
    header .logo {
        width: 211px;
        background-size: 346%;
        height: 40px;
        margin-bottom: 10px;
    }
    .internal.landing.imgheader {
        max-height: 328px;
        overflow: hidden;
    }
    .cta {
        top: -73px;
    }
    .locations img {
        right: -15px;
        width: 240%;
    }
    .locations h3 {
        font-size: 20pt;
    }
    .social .col-xs-4 {
        width: 100% !important;
    }
    .social h2 {
        margin-bottom: 0;
    }
    .newsletter-signup {
        background-size: 220%;
    }
    .newsletter-signup #footer-form,
    .newsletter-signup .label-wrap {
        width: 100%;
    }
    .newsletter-signup #footer-form form #submitbtn,
    .newsletter-signup .label-wrap form #submitbtn {
        min-width: 60px;
    }
    .news-row .news-item .readmore {
        left: 3%;
        font-size: 7pt;
    }
    .news-row .news-item.odd .readmore {
        right: 3%;
    }
    .news-row .news-item {
        height: 198px;
    }
    .news-row .news-item .tile {
        background-position: 0 -15px;
    }
    .event img {
        max-width: 50% !important;
        max-height: 50%;
    }
    .ourpeople .person .shortbio,
    .ourpeople .person img {
        min-height: 290px;
    }
    .accreditations .certificate .description,
    .accreditations .certificate .shortbio,
    .accreditations .person .description,
    .accreditations .person .shortbio,
    .ourpeople .certificate .description,
    .ourpeople .certificate .shortbio,
    .ourpeople .person .description,
    .ourpeople .person .shortbio {
        top: 210px;
    }
    .page-rotating-machines .toolboxes.cta-4 .box-wrap h3 {
        font-size: 9pt;
    }
    .nav-tabs > li + li > a {
        line-height: 26px !important;
    }
    .cookie_content .buttons .btn {
        font-size: 12px;
        width: 43%;
        margin: 10px;
    }
}
@media (max-width: 800px) {
    .tp-caption.big-text {
        left: 0 !important;
        width: 100%;
    }
    .tp-caption.big-text h2 {
        width: 100%;
        padding: 0 30px;
    }
    .tp-caption.text {
        display: none;
    }
    .tp-caption.link {
        top: 480px !important;
        left: 30px !important;
    }
    .info-text {
        top: 166px;
    }
    .info-text .col-md-4 {
        width: 81.77% !important;
    }
    .info-text .col-md-4 h1,
    .tp-caption.big-text h2 {
        text-align: left;
        border: 0;
    }
    .info-text .text {
        display: none;
    }
}
@media (max-width: 414px) {
    .tp-caption.big-text h2 {
        font-size: 30pt;
    }
    .tp-caption.link {
        top: 360px !important;
    }
    .info-text {
        top: 148px;
    }
    .info-text .col-md-4 {
        width: 100% !important;
    }
}
@media (max-width: 375px) {
    .tp-caption.big-text h2 {
        font-size: 26pt;
    }
    .tp-caption.link {
        top: 320px !important;
    }
}
@media (max-width: 320px) {
    .tp-caption.big-text h2 {
        font-size: 12pt;
        padding: 20px 15px;
    }
    .tp-caption.link {
        top: 205px !important;
        left: 15px !important;
    }
    .tp-caption.link a {
        font-size: 12pt;
    }
    .info-text h1 {
        font-size: 18pt;
    }
    .tp-caption br {
        display: none;
    }
    .slider .tp-banner-container .hashtag {
        top: -160px;
        padding-left: 15px;
    }
}